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

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 (54) hide show
  1. package/dist/{ApprovalView-DjTdRnUG.js → ApprovalView-BqdF3Y6b.js} +6 -6
  2. package/dist/{BindingsDialog-DAC2UmhX.js → BindingsDialog-lP9DJMQ2.js} +2 -2
  3. package/dist/{BindingsPicker-DJEyMVHP.js → BindingsPicker-DhERJ6GM.js} +2 -2
  4. package/dist/{BindingsTable-ETwdxsp6.js → BindingsTable-DWz1gXjw.js} +3 -3
  5. package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-BfMU7KGC.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-ClMagcdE.js} +1 -1
  6. package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-LqHPsk3d.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-CjSCqKpV.js} +2 -2
  7. package/dist/{FmUnitInput.vue_vue_type_script_setup_true_lang-0P-TVwrE.js → FmUnitInput.vue_vue_type_script_setup_true_lang-PvaahM-z.js} +3 -3
  8. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DAzvdo7O.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-Cjbyxfro.js} +1 -1
  9. package/dist/IngredientsView-DfZ-Lqpn.js +961 -0
  10. package/dist/{IntegrationView-BzipwILR.js → IntegrationView-BbHcZK2y.js} +3 -3
  11. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CLEMVyTB.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-B76mpxOr.js} +6 -6
  12. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-B2mep7Jn.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-3lH-uZv-.js} +1 -1
  13. package/dist/{PurchaseOrderPrintPreview-DVxM5IYy.js → PurchaseOrderPrintPreview-CYs_OMu7.js} +1 -1
  14. package/dist/{ReceiveRequestView-h6ZOm9w1.js → ReceiveRequestView-B4BoTVqE.js} +206 -195
  15. package/dist/{RecipeView-C0Nkh4zN.js → RecipeView-BkUXu02P.js} +7 -7
  16. package/dist/StockForecast.vue_vue_type_style_index_0_lang-B5EK101t.js +58 -0
  17. package/dist/StockView-Cyl5cMqZ.js +1960 -0
  18. package/dist/{SupplierView-Rydmb3W6.js → SupplierView-0LrvVHCE.js} +7 -7
  19. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-B_w7YttC.js → TransferDetails.vue_vue_type_script_setup_true_lang-Bl0yHJbI.js} +5 -5
  20. package/dist/{UnitView-DbrnzHQC.js → UnitView-L7SaYxeV.js} +6 -6
  21. package/dist/{WarehouseView-Ck3683P2.js → WarehouseView-Dwp1YfUM.js} +3 -3
  22. package/dist/api/inventory.d.ts +8 -0
  23. package/dist/api/stock.d.ts +8 -0
  24. package/dist/{app-GCiTM5gj.js → app-CTF1ZQdV.js} +2618 -2613
  25. package/dist/app.js +1 -1
  26. package/dist/components/StockForecast.vue.d.ts +1 -1
  27. package/dist/components/StockForecastProps.d.ts +7 -0
  28. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +4 -0
  29. package/dist/components/shell/inventory/binding-ui.vue.d.ts +4 -0
  30. package/dist/{date2-nT-SQMwp.js → date2-CRw2lWoo.js} +4 -4
  31. package/dist/{dayjs.min-DK29tGC9.js → dayjs.min-C0qtxZ_6.js} +171 -136
  32. package/dist/{decimal-TJyypJZC.js → decimal-D6N98QSg.js} +1 -1
  33. package/dist/{fuzzy-Et4sqWsI.js → fuzzy-2ixLicNZ.js} +1 -1
  34. package/dist/{init-date-range-BTG3k6eB.js → init-date-range-X8kWUuKq.js} +1 -1
  35. package/dist/{layout-CtlPkbFU.js → layout-BmqrFHPy.js} +1 -1
  36. package/dist/{rules-BB6M02_C.js → rules-lUQPZ8F8.js} +1 -1
  37. package/dist/{stock-estimate-BVsWEYqh.js → stock-estimate-Bq9WUDof.js} +2 -2
  38. package/dist/stores/inventory.d.ts +16 -0
  39. package/dist/{supplier-D0O5wGXn.js → supplier-DhrJgiJU.js} +1 -1
  40. package/dist/tsconfig.app.tsbuildinfo +1 -1
  41. package/dist/{use-inventory-binding-dialog-ChSXw8WT.js → use-inventory-binding-dialog-Cobxh7C2.js} +2 -2
  42. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +8 -0
  43. package/dist/views/ingredients/composables/use-ingredient-table.d.ts +4 -0
  44. package/dist/views/ingredients/helper/sku-days-threshold.helper.d.ts +1 -0
  45. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +20 -0
  46. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +16 -0
  47. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +48 -0
  48. package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +9 -0
  49. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +8 -0
  50. package/dist/{xlsx-C0klWFO7.js → xlsx-BMoktttB.js} +1 -1
  51. package/package.json +3 -3
  52. package/dist/IngredientsView-BT0AOz03.js +0 -832
  53. package/dist/StockView-DGGmOf3L.js +0 -1887
  54. package/dist/util-CEVKTbZD.js +0 -18
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as p, B as s } from "./app-GCiTM5gj.js";
1
+ import { D as p, B as s } from "./app-CTF1ZQdV.js";
2
2
  export {
3
3
  p as FmApp,
4
4
  s as routers
@@ -1,4 +1,4 @@
1
- import type { StockForecastProps } from '@/components/StockForecastProps';
1
+ import { type StockForecastProps } from '@/components/StockForecastProps';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<StockForecastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<StockForecastProps>>>, {}, {}>;
3
3
  export default _default;
4
4
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,3 +1,10 @@
1
1
  export interface StockForecastProps {
2
2
  days: number | undefined;
3
+ level?: StockLevel;
4
+ }
5
+ export declare enum StockLevel {
6
+ noInfo = "no-info",
7
+ low = "low",
8
+ mid = "mid",
9
+ high = "high"
3
10
  }
@@ -83,6 +83,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
83
83
  precision: number;
84
84
  };
85
85
  } | null | undefined;
86
+ thresholds?: {
87
+ low: number;
88
+ mid: number;
89
+ } | null | undefined;
86
90
  unit: {
87
91
  _id: string;
88
92
  name: string;
@@ -63,6 +63,10 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
63
63
  precision: number;
64
64
  };
65
65
  } | null | undefined;
66
+ thresholds?: {
67
+ low: number;
68
+ mid: number;
69
+ } | null | undefined;
66
70
  unit: {
67
71
  _id: string;
68
72
  name: string;
@@ -1,4 +1,4 @@
1
- import { F as u, d as p } from "./dayjs.min-DK29tGC9.js";
1
+ import { F as u, d as p } from "./dayjs.min-C0qtxZ_6.js";
2
2
  function w(t, e) {
3
3
  return u.convertPrecision({
4
4
  value: t,
@@ -172,9 +172,9 @@ export {
172
172
  P as o,
173
173
  C as p,
174
174
  i as q,
175
- R as r,
176
- H as s,
175
+ Y as r,
176
+ R as s,
177
177
  I as t,
178
- Y as u,
178
+ H as u,
179
179
  A as v
180
180
  };