@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.
- package/dist/{ApprovalView-DjTdRnUG.js → ApprovalView-BqdF3Y6b.js} +6 -6
- package/dist/{BindingsDialog-DAC2UmhX.js → BindingsDialog-lP9DJMQ2.js} +2 -2
- package/dist/{BindingsPicker-DJEyMVHP.js → BindingsPicker-DhERJ6GM.js} +2 -2
- package/dist/{BindingsTable-ETwdxsp6.js → BindingsTable-DWz1gXjw.js} +3 -3
- package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-BfMU7KGC.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-ClMagcdE.js} +1 -1
- package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-LqHPsk3d.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-CjSCqKpV.js} +2 -2
- 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
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-DAzvdo7O.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-Cjbyxfro.js} +1 -1
- package/dist/IngredientsView-DfZ-Lqpn.js +961 -0
- package/dist/{IntegrationView-BzipwILR.js → IntegrationView-BbHcZK2y.js} +3 -3
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-CLEMVyTB.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-B76mpxOr.js} +6 -6
- 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
- package/dist/{PurchaseOrderPrintPreview-DVxM5IYy.js → PurchaseOrderPrintPreview-CYs_OMu7.js} +1 -1
- package/dist/{ReceiveRequestView-h6ZOm9w1.js → ReceiveRequestView-B4BoTVqE.js} +206 -195
- package/dist/{RecipeView-C0Nkh4zN.js → RecipeView-BkUXu02P.js} +7 -7
- package/dist/StockForecast.vue_vue_type_style_index_0_lang-B5EK101t.js +58 -0
- package/dist/StockView-Cyl5cMqZ.js +1960 -0
- package/dist/{SupplierView-Rydmb3W6.js → SupplierView-0LrvVHCE.js} +7 -7
- 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
- package/dist/{UnitView-DbrnzHQC.js → UnitView-L7SaYxeV.js} +6 -6
- package/dist/{WarehouseView-Ck3683P2.js → WarehouseView-Dwp1YfUM.js} +3 -3
- package/dist/api/inventory.d.ts +8 -0
- package/dist/api/stock.d.ts +8 -0
- package/dist/{app-GCiTM5gj.js → app-CTF1ZQdV.js} +2618 -2613
- package/dist/app.js +1 -1
- package/dist/components/StockForecast.vue.d.ts +1 -1
- package/dist/components/StockForecastProps.d.ts +7 -0
- package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +4 -0
- package/dist/components/shell/inventory/binding-ui.vue.d.ts +4 -0
- package/dist/{date2-nT-SQMwp.js → date2-CRw2lWoo.js} +4 -4
- package/dist/{dayjs.min-DK29tGC9.js → dayjs.min-C0qtxZ_6.js} +171 -136
- package/dist/{decimal-TJyypJZC.js → decimal-D6N98QSg.js} +1 -1
- package/dist/{fuzzy-Et4sqWsI.js → fuzzy-2ixLicNZ.js} +1 -1
- package/dist/{init-date-range-BTG3k6eB.js → init-date-range-X8kWUuKq.js} +1 -1
- package/dist/{layout-CtlPkbFU.js → layout-BmqrFHPy.js} +1 -1
- package/dist/{rules-BB6M02_C.js → rules-lUQPZ8F8.js} +1 -1
- package/dist/{stock-estimate-BVsWEYqh.js → stock-estimate-Bq9WUDof.js} +2 -2
- package/dist/stores/inventory.d.ts +16 -0
- package/dist/{supplier-D0O5wGXn.js → supplier-DhrJgiJU.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-ChSXw8WT.js → use-inventory-binding-dialog-Cobxh7C2.js} +2 -2
- package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +8 -0
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +4 -0
- package/dist/views/ingredients/helper/sku-days-threshold.helper.d.ts +1 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +20 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +16 -0
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +48 -0
- package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +9 -0
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +8 -0
- package/dist/{xlsx-C0klWFO7.js → xlsx-BMoktttB.js} +1 -1
- package/package.json +3 -3
- package/dist/IngredientsView-BT0AOz03.js +0 -832
- package/dist/StockView-DGGmOf3L.js +0 -1887
- package/dist/util-CEVKTbZD.js +0 -18
package/dist/util-CEVKTbZD.js
DELETED
|
@@ -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
|
-
};
|