@feedmepos/mf-inventory-portal 0.0.19-dev.16 → 0.0.19-dev.17

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 (47) hide show
  1. package/dist/{ApprovalView-CKcQLAI8.js → ApprovalView-YVJ8rI2M.js} +5 -5
  2. package/dist/{BindingsDialog-Cp73zLps.js → BindingsDialog-C7ZO5bXe.js} +1 -1
  3. package/dist/{BindingsPicker-DgRYGAX9.js → BindingsPicker-BDsVbM3L.js} +1 -1
  4. package/dist/{BindingsTable-DcAf4NjN.js → BindingsTable-BiVQ4mvK.js} +1 -1
  5. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-vuSl8LVG.js +308 -0
  6. package/dist/{IngredientsView-CudiU14j.js → IngredientsView-CKDZsR2e.js} +4 -4
  7. package/dist/{IntegrationView-DAL6iV4z.js → IntegrationView-DQZeJKul.js} +2 -2
  8. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-QzKXWhYR.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DDcFEUcz.js} +1 -1
  9. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DjjUDrN3.js → PremiumBadge.vue_vue_type_script_setup_true_lang-6plo8rnV.js} +1 -1
  10. package/dist/{PurchaseOrderPrintPreview-Dx0kFMsh.js → PurchaseOrderPrintPreview-Df-gYZFA.js} +1 -1
  11. package/dist/{ReceiveRequestView-CJPRYtPB.js → ReceiveRequestView-CxW1ONAk.js} +7 -7
  12. package/dist/{RecipeView-B_q03wl5.js → RecipeView-B8eIaR2f.js} +4 -4
  13. package/dist/{StockView-jsZK17Y2.js → StockView-CqgqPyvI.js} +7 -7
  14. package/dist/SupplierView-CPHQT1Hn.js +817 -0
  15. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-Dgn1Q71R.js → TransferDetails.vue_vue_type_script_setup_true_lang-CBmoU3pN.js} +4 -4
  16. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DV6IxKMM.js +1435 -0
  17. package/dist/TransferTemplateView-BR2-tTiQ.js +1290 -0
  18. package/dist/{UnitView-CmxzOeJT.js → UnitView-vUCf46QM.js} +5 -5
  19. package/dist/{WarehouseView-CRQ0iaDH.js → WarehouseView-B3D5kkAU.js} +3 -3
  20. package/dist/api/purchase-order-template.d.ts +4 -0
  21. package/dist/api/supplier.d.ts +6 -4
  22. package/dist/{app-Bi46PfDl.js → app-Ds9lsiAo.js} +3344 -3324
  23. package/dist/app.js +1 -1
  24. package/dist/components/ChangeLocationComponent.vue.d.ts +14 -11
  25. package/dist/components/FmInventoryTableToolbar.vue.d.ts +0 -2
  26. package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
  27. package/dist/{decimal-BgCTHluk.js → decimal-BZJuYjv-.js} +1 -1
  28. package/dist/format-unit-display-Dw4iQUDG.js +707 -0
  29. package/dist/{id-to-date-BoyYjRV6.js → id-to-date-CLG4t5Zp.js} +1 -1
  30. package/dist/layout/SingleColumnLayout.vue.d.ts +1 -0
  31. package/dist/{layout-BMITwCg7.js → layout-b03Lvqhx.js} +1 -1
  32. package/dist/stores/feature.d.ts +1 -0
  33. package/dist/stores/location.d.ts +1 -0
  34. package/dist/stores/supplier.d.ts +9 -9
  35. package/dist/supplier-C9OQNEl0.js +69 -0
  36. package/dist/tsconfig.app.tsbuildinfo +1 -1
  37. package/dist/views/supplier/components/SupplierDialogProps.d.ts +0 -1
  38. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +583 -1
  39. package/dist/{xlsx-DYXPer0D.js → xlsx-B5RUBjKV.js} +1 -1
  40. package/dist/{xlsx.util-GCkah-Uu.js → xlsx.util-H2UkpLte.js} +2 -2
  41. package/package.json +1 -1
  42. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-La7HFqE7.js +0 -306
  43. package/dist/SupplierView-tzSVBr7C.js +0 -813
  44. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BqxrMEtA.js +0 -1437
  45. package/dist/TransferTemplateView-DTH0Vubz.js +0 -1279
  46. package/dist/format-unit-display-B7oG4kXR.js +0 -668
  47. package/dist/supplier-CGwlcK2h.js +0 -60
package/dist/app.js CHANGED
@@ -1,4 +1,4 @@
1
- import { ap as s, _ as r, aq as e, an as o, ao as t, u as i } from "./app-Bi46PfDl.js";
1
+ import { ap as s, _ as r, aq as e, an as o, ao as t, u as i } from "./app-Ds9lsiAo.js";
2
2
  export {
3
3
  s as FmApp,
4
4
  r as InventoryBindingForm,
@@ -1,12 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
- usingBusiness: import("vue").PropType<boolean>;
3
- showBusiness: {
4
- type: import("vue").PropType<boolean>;
5
- };
6
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- usingBusiness: import("vue").PropType<boolean>;
8
- showBusiness: {
9
- type: import("vue").PropType<boolean>;
10
- };
11
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
+ showBusiness?: boolean | undefined;
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ showBusiness?: boolean | undefined;
5
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
@@ -16,7 +16,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16
16
  startDate: string;
17
17
  endDate: string;
18
18
  }>;
19
- usingBusiness: import("vue").PropType<boolean>;
20
19
  dateRangeQuery: {
21
20
  type: import("vue").PropType<boolean>;
22
21
  };
@@ -41,7 +40,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
41
40
  startDate: string;
42
41
  endDate: string;
43
42
  }>;
44
- usingBusiness: import("vue").PropType<boolean>;
45
43
  dateRangeQuery: {
46
44
  type: import("vue").PropType<boolean>;
47
45
  };
@@ -8,6 +8,7 @@ export interface ISelectItemGroup {
8
8
  label: string;
9
9
  sublabel?: string;
10
10
  collapse?: boolean;
11
+ disabled?: boolean;
11
12
  }
12
13
  export interface FmMultiselectDialogProps {
13
14
  modelValue: any;
@@ -1,4 +1,4 @@
1
- import "./app-Bi46PfDl.js";
1
+ import "./app-Ds9lsiAo.js";
2
2
  function m(a) {
3
3
  function t(o, n = !0) {
4
4
  const e = Math.round(Math.log10(o));