@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,18 +0,0 @@
1
- function l(a, e = !1) {
2
- var r;
3
- return a ? [
4
- {
5
- label: e ? a.abbrev : `1 ${a.name} (${a.abbrev})`,
6
- abbrev: a.abbrev,
7
- value: null
8
- },
9
- ...((r = a.measurements) == null ? void 0 : r.map((b) => ({
10
- label: e ? b.abbrev : `1 ${b.name} (${b.abbrev})`,
11
- abbrev: b.abbrev,
12
- value: b.id
13
- }))) ?? []
14
- ] : [];
15
- }
16
- export {
17
- l as g
18
- };