@feedmepos/mf-inventory-portal 0.0.6 → 0.0.7-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 (39) hide show
  1. package/dist/{ApprovalView-7XAT5-7o.js → ApprovalView-PgJmPjWr.js} +6 -6
  2. package/dist/{BindingsDialog-DgHuffxZ.js → BindingsDialog-Ch42kY-Z.js} +2 -2
  3. package/dist/{BindingsPicker-CdG1FKt3.js → BindingsPicker-CjKJb9Iu.js} +2 -2
  4. package/dist/{BindingsTable-DnhyMeyT.js → BindingsTable-PvwPN2Vu.js} +3 -3
  5. package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-aicACi6T.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-Dyl7UXMT.js} +1 -1
  6. package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BeCBc3ie.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BCUjOxSy.js} +2 -2
  7. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DS9A38-m.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-CDi5O9gb.js} +1 -1
  8. package/dist/{IngredientsView-CC2M-Oxt.js → IngredientsView--902oYCN.js} +35 -39
  9. package/dist/{IntegrationView-C0eXkb_X.js → IntegrationView-DzfSwX2I.js} +3 -3
  10. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BqkpGRQG.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-jBbeI4Xr.js} +5 -5
  11. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DZshbzqT.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-VIcbJgay.js} +1 -1
  12. package/dist/{PurchaseOrderPrintPreview-BChxLASs.js → PurchaseOrderPrintPreview-sr4WLbNL.js} +1 -1
  13. package/dist/{ReceiveRequestView-B2T-K9on.js → ReceiveRequestView-B3n0s9JC.js} +11 -11
  14. package/dist/{RecipeView-DGS0-kll.js → RecipeView-DjHRoOJv.js} +58 -58
  15. package/dist/StockView-CtJ1iGfy.js +1807 -0
  16. package/dist/{SupplierView-C-qEfLPr.js → SupplierView-DXn13XBW.js} +7 -7
  17. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-BQvyTSZC.js → TransferDetails.vue_vue_type_script_setup_true_lang-BdTcFpfV.js} +5 -5
  18. package/dist/{UnitView-zTo6Jwgy.js → UnitView-DVrscPTQ.js} +190 -177
  19. package/dist/{WarehouseView-h92-OZ8y.js → WarehouseView-B1n-2vW4.js} +3 -3
  20. package/dist/api/stock.d.ts +0 -8
  21. package/dist/{app-D_R27XfK.js → app-D-4-R23d.js} +10467 -10461
  22. package/dist/app.js +1 -1
  23. package/dist/core.d.ts +3 -3
  24. package/dist/{date2-CsVyh2xw.js → date2-B0vvvXGT.js} +8 -8
  25. package/dist/{dayjs.min-DJF3Prun.js → dayjs.min-BJNynOI_.js} +145 -145
  26. package/dist/{decimal-esXdd4p7.js → decimal-MudMBQgK.js} +1 -1
  27. package/dist/{fuzzy-5drv5SZI.js → fuzzy-CToOYwhA.js} +1 -1
  28. package/dist/{init-date-range-BWVT2UgA.js → init-date-range-D5SkV2p4.js} +1 -1
  29. package/dist/{layout-Cf3iZuvk.js → layout-C7Dvo6EU.js} +1 -1
  30. package/dist/{rules-QzzL5oLu.js → rules-D4pouPya.js} +1 -1
  31. package/dist/{stock-estimate-DqJKQ1Jf.js → stock-estimate-Cpumo92_.js} +2 -2
  32. package/dist/style.css +1 -1
  33. package/dist/{supplier-Df899fpy.js → supplier-lu9adAbr.js} +1 -1
  34. package/dist/tsconfig.app.tsbuildinfo +1 -1
  35. package/dist/{use-inventory-binding-dialog-CYQrVeOf.js → use-inventory-binding-dialog-C-4l8D01.js} +2 -2
  36. package/dist/{xlsx-DqpZNivg.js → xlsx-BIvEkCPF.js} +1087 -1087
  37. package/package.json +4 -4
  38. package/dist/StockView-Byeg5Lmo.js +0 -1919
  39. package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +0 -9
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as p, z as s } from "./app-D_R27XfK.js";
1
+ import { A as p, z as s } from "./app-D-4-R23d.js";
2
2
  export {
3
3
  p as FmApp,
4
4
  s as routers
package/dist/core.d.ts CHANGED
@@ -5,9 +5,9 @@
5
5
  * Reference: https://stackoverflow.com/a/62806068
6
6
  */
7
7
  import '@feedmepos/inventory-core';
8
- import type { InvalidSkuAndRecipeParam } from '@feedmepos/inventory-core';
9
- export declare function getInvalidSkuAndRecipe(param: InvalidSkuAndRecipeParam): {
8
+ import type * as core from '@feedmepos/inventory-core';
9
+ export declare function getInvalidSkuAndRecipe(param: core.InvalidSkuAndRecipeParam): {
10
10
  skus: string[];
11
11
  recipes: string[];
12
12
  };
13
- export declare const FfCalculator: any;
13
+ export declare const FfCalculator: typeof core.FfCalculator;
@@ -1,4 +1,4 @@
1
- import { F as c, d } from "./dayjs.min-DJF3Prun.js";
1
+ import { F as c, d } from "./dayjs.min-BJNynOI_.js";
2
2
  function w(t, e) {
3
3
  return c.convertPrecision({
4
4
  value: t,
@@ -188,12 +188,12 @@ export {
188
188
  R as o,
189
189
  P as p,
190
190
  i as q,
191
- v as r,
192
- x as s,
191
+ x as r,
192
+ O as s,
193
193
  I as t,
194
- O as u,
195
- A as v,
196
- W as w,
197
- Z as x,
198
- H as y
194
+ A as u,
195
+ W as v,
196
+ Z as w,
197
+ H as x,
198
+ v as y
199
199
  };