@feedmepos/mf-inventory-portal 0.0.6 → 0.0.7-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 (36) hide show
  1. package/dist/{ApprovalView-7XAT5-7o.js → ApprovalView-BYZcvkso.js} +6 -6
  2. package/dist/{BindingsDialog-DgHuffxZ.js → BindingsDialog-pdS86VDU.js} +2 -2
  3. package/dist/{BindingsPicker-CdG1FKt3.js → BindingsPicker-D891Cfzu.js} +2 -2
  4. package/dist/{BindingsTable-DnhyMeyT.js → BindingsTable-tmr6QwLk.js} +3 -3
  5. package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-aicACi6T.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-Bss0q2Zt.js} +1 -1
  6. package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BeCBc3ie.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BHcLUkdm.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-BIww2Noe.js} +1 -1
  8. package/dist/{IngredientsView-CC2M-Oxt.js → IngredientsView-BH6G7830.js} +69 -69
  9. package/dist/{IntegrationView-C0eXkb_X.js → IntegrationView-CfJn6Fzn.js} +3 -3
  10. package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BqkpGRQG.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-39U8Iavr.js} +5 -5
  11. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DZshbzqT.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-nDxqau1g.js} +1 -1
  12. package/dist/{PurchaseOrderPrintPreview-BChxLASs.js → PurchaseOrderPrintPreview-Db2U_IQL.js} +1 -1
  13. package/dist/{ReceiveRequestView-B2T-K9on.js → ReceiveRequestView-CgVfcS8C.js} +11 -11
  14. package/dist/{RecipeView-DGS0-kll.js → RecipeView-C9_Y_A9b.js} +58 -58
  15. package/dist/{StockView-Byeg5Lmo.js → StockView-CoUI3Faj.js} +226 -229
  16. package/dist/{SupplierView-C-qEfLPr.js → SupplierView-CNq6wVfN.js} +7 -7
  17. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-BQvyTSZC.js → TransferDetails.vue_vue_type_script_setup_true_lang-Cmajrg-9.js} +5 -5
  18. package/dist/{UnitView-zTo6Jwgy.js → UnitView-Buyp4Gnc.js} +190 -177
  19. package/dist/{WarehouseView-h92-OZ8y.js → WarehouseView-DbUib0PR.js} +3 -3
  20. package/dist/{app-D_R27XfK.js → app-DM4Thqjw.js} +10314 -10308
  21. package/dist/app.js +1 -1
  22. package/dist/core.d.ts +3 -3
  23. package/dist/{date2-CsVyh2xw.js → date2-DpU4LDaP.js} +1 -1
  24. package/dist/{dayjs.min-DJF3Prun.js → dayjs.min-D4Q_pHH9.js} +145 -145
  25. package/dist/{decimal-esXdd4p7.js → decimal-M4vjE6Br.js} +1 -1
  26. package/dist/{fuzzy-5drv5SZI.js → fuzzy-fD_FTJWH.js} +1 -1
  27. package/dist/{init-date-range-BWVT2UgA.js → init-date-range-DJ1Nl5TB.js} +1 -1
  28. package/dist/{layout-Cf3iZuvk.js → layout-kY567oHX.js} +1 -1
  29. package/dist/{rules-QzzL5oLu.js → rules-CVxh5XVG.js} +1 -1
  30. package/dist/{stock-estimate-DqJKQ1Jf.js → stock-estimate-lkaYlz7I.js} +2 -2
  31. package/dist/style.css +1 -1
  32. package/dist/{supplier-Df899fpy.js → supplier-evd71Y1H.js} +1 -1
  33. package/dist/tsconfig.app.tsbuildinfo +1 -1
  34. package/dist/{use-inventory-binding-dialog-CYQrVeOf.js → use-inventory-binding-dialog-CGuXojFC.js} +2 -2
  35. package/dist/{xlsx-DqpZNivg.js → xlsx-DpBw8KA4.js} +636 -636
  36. package/package.json +8 -3
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-DM4Thqjw.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-D4Q_pHH9.js";
2
2
  function w(t, e) {
3
3
  return c.convertPrecision({
4
4
  value: t,