@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.
- package/dist/{ApprovalView-CKcQLAI8.js → ApprovalView-YVJ8rI2M.js} +5 -5
- package/dist/{BindingsDialog-Cp73zLps.js → BindingsDialog-C7ZO5bXe.js} +1 -1
- package/dist/{BindingsPicker-DgRYGAX9.js → BindingsPicker-BDsVbM3L.js} +1 -1
- package/dist/{BindingsTable-DcAf4NjN.js → BindingsTable-BiVQ4mvK.js} +1 -1
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-vuSl8LVG.js +308 -0
- package/dist/{IngredientsView-CudiU14j.js → IngredientsView-CKDZsR2e.js} +4 -4
- package/dist/{IntegrationView-DAL6iV4z.js → IntegrationView-DQZeJKul.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-QzKXWhYR.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DDcFEUcz.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-DjjUDrN3.js → PremiumBadge.vue_vue_type_script_setup_true_lang-6plo8rnV.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-Dx0kFMsh.js → PurchaseOrderPrintPreview-Df-gYZFA.js} +1 -1
- package/dist/{ReceiveRequestView-CJPRYtPB.js → ReceiveRequestView-CxW1ONAk.js} +7 -7
- package/dist/{RecipeView-B_q03wl5.js → RecipeView-B8eIaR2f.js} +4 -4
- package/dist/{StockView-jsZK17Y2.js → StockView-CqgqPyvI.js} +7 -7
- package/dist/SupplierView-CPHQT1Hn.js +817 -0
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-Dgn1Q71R.js → TransferDetails.vue_vue_type_script_setup_true_lang-CBmoU3pN.js} +4 -4
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-DV6IxKMM.js +1435 -0
- package/dist/TransferTemplateView-BR2-tTiQ.js +1290 -0
- package/dist/{UnitView-CmxzOeJT.js → UnitView-vUCf46QM.js} +5 -5
- package/dist/{WarehouseView-CRQ0iaDH.js → WarehouseView-B3D5kkAU.js} +3 -3
- package/dist/api/purchase-order-template.d.ts +4 -0
- package/dist/api/supplier.d.ts +6 -4
- package/dist/{app-Bi46PfDl.js → app-Ds9lsiAo.js} +3344 -3324
- package/dist/app.js +1 -1
- package/dist/components/ChangeLocationComponent.vue.d.ts +14 -11
- package/dist/components/FmInventoryTableToolbar.vue.d.ts +0 -2
- package/dist/components/FmMultiselectDialogProps.d.ts +1 -0
- package/dist/{decimal-BgCTHluk.js → decimal-BZJuYjv-.js} +1 -1
- package/dist/format-unit-display-Dw4iQUDG.js +707 -0
- package/dist/{id-to-date-BoyYjRV6.js → id-to-date-CLG4t5Zp.js} +1 -1
- package/dist/layout/SingleColumnLayout.vue.d.ts +1 -0
- package/dist/{layout-BMITwCg7.js → layout-b03Lvqhx.js} +1 -1
- package/dist/stores/feature.d.ts +1 -0
- package/dist/stores/location.d.ts +1 -0
- package/dist/stores/supplier.d.ts +9 -9
- package/dist/supplier-C9OQNEl0.js +69 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/supplier/components/SupplierDialogProps.d.ts +0 -1
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +583 -1
- package/dist/{xlsx-DYXPer0D.js → xlsx-B5RUBjKV.js} +1 -1
- package/dist/{xlsx.util-GCkah-Uu.js → xlsx.util-H2UkpLte.js} +2 -2
- package/package.json +1 -1
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-La7HFqE7.js +0 -306
- package/dist/SupplierView-tzSVBr7C.js +0 -813
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BqxrMEtA.js +0 -1437
- package/dist/TransferTemplateView-DTH0Vubz.js +0 -1279
- package/dist/format-unit-display-B7oG4kXR.js +0 -668
- package/dist/supplier-CGwlcK2h.js +0 -60
package/dist/app.js
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
};
|