@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.
- package/dist/{ApprovalView-7XAT5-7o.js → ApprovalView-BYZcvkso.js} +6 -6
- package/dist/{BindingsDialog-DgHuffxZ.js → BindingsDialog-pdS86VDU.js} +2 -2
- package/dist/{BindingsPicker-CdG1FKt3.js → BindingsPicker-D891Cfzu.js} +2 -2
- package/dist/{BindingsTable-DnhyMeyT.js → BindingsTable-tmr6QwLk.js} +3 -3
- package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-aicACi6T.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-Bss0q2Zt.js} +1 -1
- package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BeCBc3ie.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BHcLUkdm.js} +2 -2
- 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
- package/dist/{IngredientsView-CC2M-Oxt.js → IngredientsView-BH6G7830.js} +69 -69
- package/dist/{IntegrationView-C0eXkb_X.js → IntegrationView-CfJn6Fzn.js} +3 -3
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-BqkpGRQG.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-39U8Iavr.js} +5 -5
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DZshbzqT.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-nDxqau1g.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-BChxLASs.js → PurchaseOrderPrintPreview-Db2U_IQL.js} +1 -1
- package/dist/{ReceiveRequestView-B2T-K9on.js → ReceiveRequestView-CgVfcS8C.js} +11 -11
- package/dist/{RecipeView-DGS0-kll.js → RecipeView-C9_Y_A9b.js} +58 -58
- package/dist/{StockView-Byeg5Lmo.js → StockView-CoUI3Faj.js} +226 -229
- package/dist/{SupplierView-C-qEfLPr.js → SupplierView-CNq6wVfN.js} +7 -7
- 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
- package/dist/{UnitView-zTo6Jwgy.js → UnitView-Buyp4Gnc.js} +190 -177
- package/dist/{WarehouseView-h92-OZ8y.js → WarehouseView-DbUib0PR.js} +3 -3
- package/dist/{app-D_R27XfK.js → app-DM4Thqjw.js} +10314 -10308
- package/dist/app.js +1 -1
- package/dist/core.d.ts +3 -3
- package/dist/{date2-CsVyh2xw.js → date2-DpU4LDaP.js} +1 -1
- package/dist/{dayjs.min-DJF3Prun.js → dayjs.min-D4Q_pHH9.js} +145 -145
- package/dist/{decimal-esXdd4p7.js → decimal-M4vjE6Br.js} +1 -1
- package/dist/{fuzzy-5drv5SZI.js → fuzzy-fD_FTJWH.js} +1 -1
- package/dist/{init-date-range-BWVT2UgA.js → init-date-range-DJ1Nl5TB.js} +1 -1
- package/dist/{layout-Cf3iZuvk.js → layout-kY567oHX.js} +1 -1
- package/dist/{rules-QzzL5oLu.js → rules-CVxh5XVG.js} +1 -1
- package/dist/{stock-estimate-DqJKQ1Jf.js → stock-estimate-lkaYlz7I.js} +2 -2
- package/dist/style.css +1 -1
- package/dist/{supplier-Df899fpy.js → supplier-evd71Y1H.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-CYQrVeOf.js → use-inventory-binding-dialog-CGuXojFC.js} +2 -2
- package/dist/{xlsx-DqpZNivg.js → xlsx-DpBw8KA4.js} +636 -636
- package/package.json +8 -3
package/package.json
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-inventory-portal",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.7-dev.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
8
|
+
"publishConfig": {
|
|
9
|
+
"access": "public",
|
|
10
|
+
"registry": "https://registry.npmjs.org",
|
|
11
|
+
"tag": "beta"
|
|
12
|
+
},
|
|
8
13
|
"module": "./dist/app.js",
|
|
9
14
|
"exports": {
|
|
10
15
|
".": {
|
|
@@ -38,8 +43,8 @@
|
|
|
38
43
|
"xlsx": "^0.18.5",
|
|
39
44
|
"zod": "3.17.9",
|
|
40
45
|
"@feedmepos/inventory-core": "^0.2.13",
|
|
41
|
-
"@feedmepos/
|
|
42
|
-
"@feedmepos/inventory
|
|
46
|
+
"@feedmepos/inventory-core-js": "^1.0.0",
|
|
47
|
+
"@feedmepos/zod-inventory": "^1.0.8"
|
|
43
48
|
},
|
|
44
49
|
"devDependencies": {
|
|
45
50
|
"@rushstack/eslint-patch": "^1.10.3",
|