@feedmepos/mf-inventory-portal 0.0.8 → 0.0.9-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 (44) hide show
  1. package/dist/{ApprovalView-CV1aKhpn.js → ApprovalView-Br14v6j_.js} +6 -6
  2. package/dist/{BindingsDialog-DyOj7ftf.js → BindingsDialog-BbV2bNST.js} +2 -2
  3. package/dist/{BindingsPicker-KwG2CsXl.js → BindingsPicker-BOzxrTPj.js} +2 -2
  4. package/dist/{BindingsTable-CdpDTyY8.js → BindingsTable-DLb4BVII.js} +3 -3
  5. package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-Cnom-0UK.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-Cc9VT9C_.js} +1 -1
  6. package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-CQxvHZg0.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-nYxqvxg0.js} +2 -2
  7. package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-CcwKBi_P.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-CcLL-ilW.js} +1 -1
  8. package/dist/{IngredientsView-DZnjj8QY.js → IngredientsView-BbfvkcIr.js} +7 -7
  9. package/dist/{IntegrationView-BT5F-P0D.js → IntegrationView-mevFBUEP.js} +3 -3
  10. package/dist/InventoryBindingForm.vue_vue_type_script_setup_true_lang-DDFBuPPb.js +423 -0
  11. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-D9n3OW9N.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-D1_MsmgN.js} +1 -1
  12. package/dist/{PurchaseOrderPrintPreview-DM2MVMAg.js → PurchaseOrderPrintPreview-CWuaV1xH.js} +1 -1
  13. package/dist/{ReceiveRequestView-pQW7439O.js → ReceiveRequestView-VFt8tALF.js} +11 -11
  14. package/dist/{RecipeView-Dl8eICzR.js → RecipeView-vBSWDneP.js} +7 -7
  15. package/dist/StockView-vn9LIFBM.js +1995 -0
  16. package/dist/{SupplierView-Dl-QtrkM.js → SupplierView-jopEUREP.js} +7 -7
  17. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-BxVDWXLI.js → TransferDetails.vue_vue_type_script_setup_true_lang-OQ11BS1f.js} +5 -5
  18. package/dist/{UnitView-skfMz5g5.js → UnitView-CHxzCxYk.js} +6 -6
  19. package/dist/{WarehouseView-BOMuOe0d.js → WarehouseView-C6AmCIiw.js} +3 -3
  20. package/dist/api/stock.d.ts +8 -0
  21. package/dist/{app-xvM0IT6q.js → app-DHsfR6J8.js} +1097 -1092
  22. package/dist/app.js +1 -1
  23. package/dist/components/FmUnitInputProps.d.ts +19 -0
  24. package/dist/{date2-CPG_e5XN.js → date2-CM5r8cLo.js} +8 -8
  25. package/dist/dayjs.min-xpHocq62.js +21235 -0
  26. package/dist/{decimal-DLQq1gqK.js → decimal-QxURfazH.js} +1 -1
  27. package/dist/{fuzzy-DF45ZGPY.js → fuzzy-B4IluZqJ.js} +1 -1
  28. package/dist/{init-date-range-B2K9jb0p.js → init-date-range-DIeIdvaf.js} +1 -1
  29. package/dist/{layout-AKD1mdGw.js → layout-NuzOIM2J.js} +1 -1
  30. package/dist/{rules-CMkplg8p.js → rules-BfcSeEak.js} +2 -1
  31. package/dist/{stock-estimate-CUQZMVGq.js → stock-estimate-CGhpBlZl.js} +2 -2
  32. package/dist/{supplier-BUt82bLW.js → supplier-CMoCA8xc.js} +1 -1
  33. package/dist/tsconfig.app.tsbuildinfo +1 -1
  34. package/dist/use-inventory-binding-dialog-D6HCM0oB.js +93 -0
  35. package/dist/util-CEVKTbZD.js +18 -0
  36. package/dist/views/dev/components/UnitInput.vue.d.ts +2 -0
  37. package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +3 -0
  38. package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +9 -0
  39. package/dist/{xlsx-BfqYFREJ.js → xlsx-CXiw_5-A.js} +306 -306
  40. package/package.json +4 -4
  41. package/dist/InventoryBindingForm.vue_vue_type_script_setup_true_lang-BKQwDZwb.js +0 -258
  42. package/dist/StockView-M0EH_ua3.js +0 -1885
  43. package/dist/dayjs.min-C4W5S_u8.js +0 -13864
  44. package/dist/use-inventory-binding-dialog-BMdXWZig.js +0 -109
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A as p, z as s } from "./app-xvM0IT6q.js";
1
+ import { A as p, z as s } from "./app-DHsfR6J8.js";
2
2
  export {
3
3
  p as FmApp,
4
4
  s as routers
@@ -0,0 +1,19 @@
1
+ import type { FdoDecimal } from '@feedmepos/core/entity';
2
+ import type { FmTextFieldProps, ValidationResult } from '@feedmepos/ui-library';
3
+ type FmTextFieldWithoutModelValue = Omit<FmTextFieldProps, 'modelValue' | 'rules'>;
4
+ export interface FmUnitInputProps extends FmTextFieldWithoutModelValue {
5
+ modelValue: FmUnitInputModel;
6
+ unit: FdoInventoryUnit;
7
+ rules?: (((value: FmGroupModelValue) => ValidationResult) | ValidationResult)[];
8
+ zIndex?: number;
9
+ }
10
+ export interface FmUnitInputModel {
11
+ amount: FdoDecimal;
12
+ measurement?: FdoUnitMeasurement | null;
13
+ }
14
+ export declare function FmUnitInputModelDefault(): FmUnitInputModel;
15
+ export interface FmGroupModelValue {
16
+ modelValue: FmUnitInputModel;
17
+ amountAsNumber: string;
18
+ }
19
+ export {};
@@ -1,4 +1,4 @@
1
- import { F as c, d } from "./dayjs.min-C4W5S_u8.js";
1
+ import { F as c, d } from "./dayjs.min-xpHocq62.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
- x as r,
192
- O as s,
191
+ v as r,
192
+ x as s,
193
193
  I as t,
194
- A as u,
195
- W as v,
196
- Z as w,
197
- H as x,
198
- v as y
194
+ O as u,
195
+ A as v,
196
+ W as w,
197
+ Z as x,
198
+ H as y
199
199
  };