@feedmepos/mf-inventory-portal 0.0.19-dev.1 → 0.0.19-dev.11
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-BtgtZgDY.js +121 -0
- package/dist/{BindingsDialog-DpC48bqK.js → BindingsDialog-DDqu7p2z.js} +9 -10
- package/dist/{BindingsPicker-BU52g6zk.js → BindingsPicker-BDhn5Do7.js} +7 -8
- package/dist/{BindingsTable-aIuFdScv.js → BindingsTable-C5R7orsB.js} +4 -6
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-D0sbKAX9.js +272 -0
- package/dist/IngredientsView-Ac52Wd12.js +1751 -0
- package/dist/IntegrationView-6mJtJK-d.js +1172 -0
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-BuyM580N.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-C2BFaTg-.js} +1 -1
- package/dist/PremiumBadge.vue_vue_type_script_setup_true_lang-CL0RBLOF.js +88 -0
- package/dist/PreviewBadge.vue_vue_type_script_setup_true_lang-CRZiQHjx.js +29 -0
- package/dist/{PurchaseOrderPrintPreview-EeKhENYH.js → PurchaseOrderPrintPreview-UzrsJ0AN.js} +12 -12
- package/dist/ReceiveRequestView-DW9u9TJZ.js +208 -0
- package/dist/RecipeView-W15pCZKU.js +573 -0
- package/dist/StockForecast.vue_vue_type_style_index_0_lang-KLXSWvo5.js +59 -0
- package/dist/StockView-BqEe-OIX.js +1877 -0
- package/dist/SupplierView-CGr2N-e7.js +801 -0
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-DupNA58V.js +739 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-COVncBoC.js +1676 -0
- package/dist/TransferTemplateView-HgaSR8L8.js +1101 -0
- package/dist/UnitView-C07Yrynl.js +638 -0
- package/dist/WarehouseView-DL-8j9vX.js +1050 -0
- package/dist/api/bill.d.ts +2 -2
- package/dist/api/purchase-order-template.d.ts +7 -0
- package/dist/app-B1MZZxUg.js +67134 -0
- package/dist/app.d.ts +1185 -0
- package/dist/app.js +7 -3
- package/dist/components/FmDroppableField.vue.d.ts +1 -1
- package/dist/components/FmMultiselectDialogProps.d.ts +7 -0
- package/dist/components/FmUnitInputProps.d.ts +2 -0
- package/dist/components/FmUnitInputRules.d.ts +1 -0
- package/dist/components/row-action.enum.d.ts +5 -1
- package/dist/composable/defineDeepModel.d.ts +2 -0
- package/dist/{decimal-BAZuuTcd.js → decimal-BXf_WdLk.js} +1 -1
- package/dist/helper/country.d.ts +2 -0
- package/dist/id-to-date-Dlovyec6.js +30 -0
- package/dist/layout-BJjS48J5.js +151 -0
- package/dist/purchase-order-transaction-type-CMIu0jrP.js +299 -0
- package/dist/router/name.d.ts +2 -1
- package/dist/row-action.enum-PMKMRrZR.js +50 -0
- package/dist/stores/supplier.d.ts +90 -7
- package/dist/style.css +1 -1
- package/dist/supplier-IDQmZ4VM.js +54 -0
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/dev/components/FmMultiselectDialogGrouped.vue.d.ts +2 -0
- package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +2 -0
- package/dist/views/ingredients/components/inventory-binding/InventoryBindingSummary.vue.d.ts +26 -0
- package/dist/views/ingredients/composables/use-ingredient-form.d.ts +14 -2
- package/dist/views/ingredients/composables/use-ingredient-table.d.ts +1 -2
- package/dist/views/ingredients/helper/calculate-default-cost.d.ts +9 -0
- package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +1 -0
- package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +1 -1
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +4 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm2.vue.d.ts +22 -0
- package/dist/views/receive-request/components/transfer-form/TransferFormProps.d.ts +2 -1
- package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +187 -0
- package/dist/views/receive-request/components/transfer-form/components/TransferItem.vue.d.ts +23 -0
- package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +21 -0
- package/dist/views/receive-request/components/transfer-form/composables/use-backdate-po.d.ts +9 -0
- package/dist/views/receive-request/components/transfer-form/composables/use-compare-price.d.ts +6 -0
- package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +112 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +3 -1
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +18 -12
- package/dist/views/receive-request/helper/get-transfer-type.d.ts +2 -0
- package/dist/views/recipe/composables/use-recipe-form.d.ts +14 -2
- package/dist/views/recipe/composables/use-recipe-table.d.ts +1 -2
- package/dist/views/stock/components/StockRecordCard.vue.d.ts +1 -1
- package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +2 -2
- package/dist/views/stock/composables/use-stock-action.d.ts +26 -0
- package/dist/views/stock/composables/use-stock-table.d.ts +1 -8
- package/dist/views/stock/helper/compute-summary-total.d.ts +2 -2
- package/dist/views/stock/helper/stock-row-action.d.ts +2 -2
- package/dist/views/transfer-template/TransferTemplateView.vue.d.ts +2 -0
- package/dist/views/transfer-template/components/transfer-template-details/TransferTemplateDetails.vue.d.ts +20 -0
- package/dist/views/transfer-template/components/transfer-template-details/TransferTemplateDetailsProps.d.ts +9 -0
- package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialog.vue.d.ts +22 -0
- package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialogProps.d.ts +10 -0
- package/dist/views/transfer-template/components/transfer-template-form/TransferTemplateForm.vue.d.ts +16 -0
- package/dist/views/transfer-template/components/transfer-template-form/TransferTemplateFormProps.d.ts +7 -0
- package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItem.vue.d.ts +18 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +116 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +113 -0
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +914 -0
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +290 -0
- package/dist/views/unit/composables/use-unit-form.d.ts +14 -2
- package/dist/views/unit/composables/use-unit-table.d.ts +1 -2
- package/dist/{xlsx-vUzm_udV.js → xlsx-CfdXcS72.js} +1 -1
- package/dist/xlsx.util-C5Wx4IUs.js +109 -0
- package/package.json +6 -5
- package/dist/ApprovalView-BTZwnKLf.js +0 -118
- package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DjgmtvXU.js +0 -268
- package/dist/FmMultiselectDialog.vue_vue_type_script_setup_true_lang-n09XXJZK.js +0 -143
- package/dist/FmUnitInput.vue_vue_type_script_setup_true_lang-B-19iYaK.js +0 -236
- package/dist/IngredientsView-DMyEGdik.js +0 -1767
- package/dist/IntegrationView-Dn_qL_vC.js +0 -1166
- package/dist/InventoryBindingForm.vue_vue_type_script_setup_true_lang-DGTLUrb9.js +0 -276
- package/dist/PreviewBadge.vue_vue_type_script_setup_true_lang-BvadeWUz.js +0 -35
- package/dist/ReceiveRequestView-BOdgbFFM.js +0 -1394
- package/dist/RecipeView-B1aNLDIK.js +0 -573
- package/dist/StockForecast.vue_vue_type_style_index_0_lang-B5EK101t.js +0 -58
- package/dist/StockView-C_Ur_jTg.js +0 -1862
- package/dist/SupplierView-CXfOoHTr.js +0 -796
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-kjV5Eazv.js +0 -1028
- package/dist/UnitView-DHXfAsnq.js +0 -635
- package/dist/WarehouseView-DMwbxs1q.js +0 -1043
- package/dist/app-BkcO8oNJ.js +0 -66113
- package/dist/date2-Cvp5iJkI.js +0 -95
- package/dist/dayjs.min-D1_pOsO7.js +0 -282
- package/dist/fuzzy-0roCBvgC.js +0 -41
- package/dist/index-B_aEOJsR.js +0 -21515
- package/dist/layout-BnTfCS_X.js +0 -151
- package/dist/number-DLj3W3RW.js +0 -97
- package/dist/row-action.enum-BwQbURNh.js +0 -28
- package/dist/rules-CCmXA0Yi.js +0 -85
- package/dist/stock-estimate-CL4HShG8.js +0 -122
- package/dist/supplier-CjAH8O1y.js +0 -65
- package/dist/use-inventory-binding-dialog-GkJOzE6V.js +0 -93
- package/dist/xlsx.util-B_bqymTM.js +0 -107
|
@@ -2,7 +2,7 @@ import type { ReceiveRequestFormComposable } from './use-receive-request-form';
|
|
|
2
2
|
export declare function useReceiveRequestTable(scope: 'receive/request' | 'approval', receiveRequestFormComposable: ReceiveRequestFormComposable): {
|
|
3
3
|
readonly columnDefs: ({
|
|
4
4
|
accessorKey: "seqNumber";
|
|
5
|
-
header: string;
|
|
5
|
+
header: () => string;
|
|
6
6
|
enableSorting: true;
|
|
7
7
|
size: number;
|
|
8
8
|
sortUndefined: "last";
|
|
@@ -11,11 +11,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
11
11
|
id?: undefined;
|
|
12
12
|
} | {
|
|
13
13
|
accessorKey: "_id";
|
|
14
|
-
header: string;
|
|
14
|
+
header: () => string;
|
|
15
15
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
16
16
|
remark?: string | null | undefined;
|
|
17
17
|
_rev?: string | null | undefined;
|
|
18
18
|
ref?: string | null | undefined;
|
|
19
|
+
template?: string | null | undefined;
|
|
19
20
|
request?: {
|
|
20
21
|
id: string;
|
|
21
22
|
adjustmentIds: string[];
|
|
@@ -248,7 +249,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
248
249
|
id?: undefined;
|
|
249
250
|
} | {
|
|
250
251
|
accessorKey: "supplier.name";
|
|
251
|
-
header: string;
|
|
252
|
+
header: () => string;
|
|
252
253
|
enableSorting: true;
|
|
253
254
|
size: number;
|
|
254
255
|
sortUndefined?: undefined;
|
|
@@ -257,7 +258,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
257
258
|
id?: undefined;
|
|
258
259
|
} | {
|
|
259
260
|
accessorKey: "items.length";
|
|
260
|
-
header: string;
|
|
261
|
+
header: () => string;
|
|
261
262
|
enableSorting: false;
|
|
262
263
|
meta: {
|
|
263
264
|
width: string;
|
|
@@ -270,7 +271,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
270
271
|
id?: undefined;
|
|
271
272
|
} | {
|
|
272
273
|
accessorKey: "ref";
|
|
273
|
-
header: string;
|
|
274
|
+
header: () => string;
|
|
274
275
|
enableSorting: false;
|
|
275
276
|
size: any;
|
|
276
277
|
sortUndefined?: undefined;
|
|
@@ -279,11 +280,12 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
279
280
|
id?: undefined;
|
|
280
281
|
} | {
|
|
281
282
|
accessorKey: "status";
|
|
282
|
-
header: string;
|
|
283
|
+
header: () => string;
|
|
283
284
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
284
285
|
remark?: string | null | undefined;
|
|
285
286
|
_rev?: string | null | undefined;
|
|
286
287
|
ref?: string | null | undefined;
|
|
288
|
+
template?: string | null | undefined;
|
|
287
289
|
request?: {
|
|
288
290
|
id: string;
|
|
289
291
|
adjustmentIds: string[];
|
|
@@ -522,6 +524,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
522
524
|
remark?: string | null | undefined;
|
|
523
525
|
_rev?: string | null | undefined;
|
|
524
526
|
ref?: string | null | undefined;
|
|
527
|
+
template?: string | null | undefined;
|
|
525
528
|
request?: {
|
|
526
529
|
id: string;
|
|
527
530
|
adjustmentIds: string[];
|
|
@@ -761,7 +764,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
761
764
|
sortUndefined?: undefined;
|
|
762
765
|
})[] | ({
|
|
763
766
|
accessorKey: "purchaseOrder.seqNumber";
|
|
764
|
-
header: string;
|
|
767
|
+
header: () => string;
|
|
765
768
|
enableSorting: true;
|
|
766
769
|
size: number;
|
|
767
770
|
sortUndefined: "last";
|
|
@@ -770,12 +773,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
770
773
|
meta?: undefined;
|
|
771
774
|
} | {
|
|
772
775
|
accessorKey: "purchaseOrder._id";
|
|
773
|
-
header: string;
|
|
776
|
+
header: () => string;
|
|
774
777
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
775
778
|
purchaseOrder?: {
|
|
776
779
|
remark?: string | null | undefined;
|
|
777
780
|
_rev?: string | null | undefined;
|
|
778
781
|
ref?: string | null | undefined;
|
|
782
|
+
template?: string | null | undefined;
|
|
779
783
|
request?: {
|
|
780
784
|
id: string;
|
|
781
785
|
adjustmentIds: string[];
|
|
@@ -1022,7 +1026,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1022
1026
|
meta?: undefined;
|
|
1023
1027
|
} | {
|
|
1024
1028
|
accessorKey: "to.name";
|
|
1025
|
-
header: string;
|
|
1029
|
+
header: () => string;
|
|
1026
1030
|
enableSorting: false;
|
|
1027
1031
|
size: number;
|
|
1028
1032
|
sortUndefined?: undefined;
|
|
@@ -1031,7 +1035,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1031
1035
|
meta?: undefined;
|
|
1032
1036
|
} | {
|
|
1033
1037
|
accessorKey: "purchaseOrder.items.length";
|
|
1034
|
-
header: string;
|
|
1038
|
+
header: () => string;
|
|
1035
1039
|
enableSorting: false;
|
|
1036
1040
|
size?: undefined;
|
|
1037
1041
|
sortUndefined?: undefined;
|
|
@@ -1040,7 +1044,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1040
1044
|
meta?: undefined;
|
|
1041
1045
|
} | {
|
|
1042
1046
|
accessorKey: "purchaseOrder.ref";
|
|
1043
|
-
header: string;
|
|
1047
|
+
header: () => string;
|
|
1044
1048
|
enableSorting: false;
|
|
1045
1049
|
size: any;
|
|
1046
1050
|
sortUndefined?: undefined;
|
|
@@ -1049,12 +1053,13 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1049
1053
|
meta?: undefined;
|
|
1050
1054
|
} | {
|
|
1051
1055
|
accessorKey: "purchaseOrder.status";
|
|
1052
|
-
header: string;
|
|
1056
|
+
header: () => string;
|
|
1053
1057
|
cell(props: import("@tanstack/vue-table").CellContext<{
|
|
1054
1058
|
purchaseOrder?: {
|
|
1055
1059
|
remark?: string | null | undefined;
|
|
1056
1060
|
_rev?: string | null | undefined;
|
|
1057
1061
|
ref?: string | null | undefined;
|
|
1062
|
+
template?: string | null | undefined;
|
|
1058
1063
|
request?: {
|
|
1059
1064
|
id: string;
|
|
1060
1065
|
adjustmentIds: string[];
|
|
@@ -1308,6 +1313,7 @@ export declare function useReceiveRequestTable(scope: 'receive/request' | 'appro
|
|
|
1308
1313
|
remark?: string | null | undefined;
|
|
1309
1314
|
_rev?: string | null | undefined;
|
|
1310
1315
|
ref?: string | null | undefined;
|
|
1316
|
+
template?: string | null | undefined;
|
|
1311
1317
|
request?: {
|
|
1312
1318
|
id: string;
|
|
1313
1319
|
adjustmentIds: string[];
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { FdoInventoryRecipe } from '@feedmepos/zod-inventory';
|
|
2
2
|
import type { RecipeDialogProps } from '../components/recipe-dialog/RecipeDialogProps';
|
|
3
|
-
export declare
|
|
3
|
+
export declare const useRecipeForm: import("pinia").StoreDefinition<"recipeForm", import("pinia")._UnwrapAll<Pick<{
|
|
4
4
|
createRecipe: () => void;
|
|
5
5
|
updateRecipe: (recipeToUpdate: FdoInventoryRecipe) => Promise<void>;
|
|
6
6
|
deleteRecipe: (recipe: FdoInventoryRecipe) => void;
|
|
7
7
|
recipeDialogProps: import("vue").Ref<RecipeDialogProps | undefined>;
|
|
8
8
|
recipeViewLoading: import("vue").Ref<boolean>;
|
|
9
|
-
}
|
|
9
|
+
}, "recipeDialogProps" | "recipeViewLoading">>, Pick<{
|
|
10
|
+
createRecipe: () => void;
|
|
11
|
+
updateRecipe: (recipeToUpdate: FdoInventoryRecipe) => Promise<void>;
|
|
12
|
+
deleteRecipe: (recipe: FdoInventoryRecipe) => void;
|
|
13
|
+
recipeDialogProps: import("vue").Ref<RecipeDialogProps | undefined>;
|
|
14
|
+
recipeViewLoading: import("vue").Ref<boolean>;
|
|
15
|
+
}, never>, Pick<{
|
|
16
|
+
createRecipe: () => void;
|
|
17
|
+
updateRecipe: (recipeToUpdate: FdoInventoryRecipe) => Promise<void>;
|
|
18
|
+
deleteRecipe: (recipe: FdoInventoryRecipe) => void;
|
|
19
|
+
recipeDialogProps: import("vue").Ref<RecipeDialogProps | undefined>;
|
|
20
|
+
recipeViewLoading: import("vue").Ref<boolean>;
|
|
21
|
+
}, "createRecipe" | "updateRecipe" | "deleteRecipe">>;
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import type { useRecipeForm } from './use-recipe-form';
|
|
2
1
|
import type { ColumnDef } from '@tanstack/vue-table';
|
|
3
2
|
export type FormattedRecipe = {
|
|
4
3
|
recipe: string;
|
|
5
4
|
readonly ingredients: string;
|
|
6
5
|
original: FdoInventoryRecipe;
|
|
7
6
|
};
|
|
8
|
-
export declare function useRecipeTable(
|
|
7
|
+
export declare function useRecipeTable(): {
|
|
9
8
|
columnDefs: ColumnDef<FormattedRecipe>[];
|
|
10
9
|
formatRowData: (recipes: FdoInventoryRecipe[]) => FormattedRecipe[];
|
|
11
10
|
};
|
|
@@ -416,7 +416,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
416
416
|
doc?: any;
|
|
417
417
|
deltaKey?: string | null | undefined;
|
|
418
418
|
parentKey?: string | null | undefined;
|
|
419
|
-
type: "
|
|
419
|
+
type: "CONVERT" | "DAMAGE" | "EXTRA" | "LOSE" | "THEFT" | "PURCHASE" | "RECEIVE" | "RETURN" | "REQUEST" | "SALES" | "CLOSING";
|
|
420
420
|
id: string;
|
|
421
421
|
amount: {
|
|
422
422
|
amount: number;
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
25
25
|
}[] | null | undefined;
|
|
26
26
|
deltaKey?: string | null | undefined;
|
|
27
27
|
parentKey?: string | null | undefined;
|
|
28
|
-
type: "
|
|
28
|
+
type: "CONVERT" | "DAMAGE" | "EXTRA" | "LOSE" | "THEFT" | "PURCHASE" | "RECEIVE" | "RETURN" | "REQUEST" | "SALES" | "CLOSING" | "USAGE";
|
|
29
29
|
amount: {
|
|
30
30
|
amount: number;
|
|
31
31
|
precision: number;
|
|
@@ -122,7 +122,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
122
122
|
}[] | null | undefined;
|
|
123
123
|
deltaKey?: string | null | undefined;
|
|
124
124
|
parentKey?: string | null | undefined;
|
|
125
|
-
type: "
|
|
125
|
+
type: "CONVERT" | "DAMAGE" | "EXTRA" | "LOSE" | "THEFT" | "PURCHASE" | "RECEIVE" | "RETURN" | "REQUEST" | "SALES" | "CLOSING" | "USAGE";
|
|
126
126
|
amount: {
|
|
127
127
|
amount: number;
|
|
128
128
|
precision: number;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { AdjustSkuDialogProps } from '../components/dialog/AdjustSkuDialogProps';
|
|
2
|
+
import type { ConvertSkuDialogProps } from '../components/dialog/ConvertSkuDialogProps';
|
|
3
|
+
import type { SkuStockList } from '../type';
|
|
4
|
+
import type { StockHistoryProps } from '../components/StockHistoryProps';
|
|
5
|
+
export declare const useStockActions: import("pinia").StoreDefinition<"stockActions", import("pinia")._UnwrapAll<Pick<{
|
|
6
|
+
fetchStockBalance: () => Promise<void>;
|
|
7
|
+
onActionMenu: (action: string, rowFound: SkuStockList) => void;
|
|
8
|
+
stockHistoryProps: import("vue").Ref<StockHistoryProps | undefined>;
|
|
9
|
+
showSkuHistory: (sku: FdoInventorySku) => Promise<void>;
|
|
10
|
+
convertSkuDialogProps: import("vue").Ref<ConvertSkuDialogProps | undefined>;
|
|
11
|
+
adjustSkuDialogProps: import("vue").Ref<AdjustSkuDialogProps | undefined>;
|
|
12
|
+
}, "stockHistoryProps" | "convertSkuDialogProps" | "adjustSkuDialogProps">>, Pick<{
|
|
13
|
+
fetchStockBalance: () => Promise<void>;
|
|
14
|
+
onActionMenu: (action: string, rowFound: SkuStockList) => void;
|
|
15
|
+
stockHistoryProps: import("vue").Ref<StockHistoryProps | undefined>;
|
|
16
|
+
showSkuHistory: (sku: FdoInventorySku) => Promise<void>;
|
|
17
|
+
convertSkuDialogProps: import("vue").Ref<ConvertSkuDialogProps | undefined>;
|
|
18
|
+
adjustSkuDialogProps: import("vue").Ref<AdjustSkuDialogProps | undefined>;
|
|
19
|
+
}, never>, Pick<{
|
|
20
|
+
fetchStockBalance: () => Promise<void>;
|
|
21
|
+
onActionMenu: (action: string, rowFound: SkuStockList) => void;
|
|
22
|
+
stockHistoryProps: import("vue").Ref<StockHistoryProps | undefined>;
|
|
23
|
+
showSkuHistory: (sku: FdoInventorySku) => Promise<void>;
|
|
24
|
+
convertSkuDialogProps: import("vue").Ref<ConvertSkuDialogProps | undefined>;
|
|
25
|
+
adjustSkuDialogProps: import("vue").Ref<AdjustSkuDialogProps | undefined>;
|
|
26
|
+
}, "fetchStockBalance" | "onActionMenu" | "showSkuHistory">>;
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
import type { ColumnDef } from '@tanstack/vue-table';
|
|
2
2
|
import type { SkuStockList } from '../type';
|
|
3
|
-
|
|
4
|
-
import type { AdjustSkuDialogProps } from '../components/dialog/AdjustSkuDialogProps';
|
|
5
|
-
import type { StockHistoryProps } from '../components/StockHistoryProps';
|
|
6
|
-
export declare function useStockTable(fetchStockBalance: () => void): {
|
|
3
|
+
export declare function useStockTable(): {
|
|
7
4
|
columnDefs: ColumnDef<SkuStockList>[];
|
|
8
|
-
stockHistoryProps: import("vue").Ref<StockHistoryProps | undefined>;
|
|
9
|
-
convertSkuDialogProps: import("vue").Ref<ConvertSkuDialogProps | undefined>;
|
|
10
|
-
adjustSkuDialogProps: import("vue").Ref<AdjustSkuDialogProps | undefined>;
|
|
11
|
-
showSkuHistory: (sku: FdoInventorySku) => Promise<void>;
|
|
12
5
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare function computeSummaryTotal(history: FdoInventoryAdjustment[], sku?: FdoInventorySku): Record<"
|
|
1
|
+
export declare function computeSummaryTotal(history: FdoInventoryAdjustment[], sku?: FdoInventorySku): Record<"CONVERT" | "DAMAGE" | "EXTRA" | "LOSE" | "THEFT" | "PURCHASE" | "RECEIVE" | "RETURN" | "REQUEST" | "SALES" | "CLOSING" | "USAGE", {
|
|
2
2
|
amount: number;
|
|
3
3
|
precision: number;
|
|
4
|
-
}> | Record<"
|
|
4
|
+
}> | Record<"CONVERT" | "DAMAGE" | "EXTRA" | "LOSE" | "THEFT" | "PURCHASE" | "RECEIVE" | "RETURN" | "REQUEST" | "SALES" | "CLOSING" | "USAGE", string>;
|
|
5
5
|
export declare function totalSalesHistory(history: FdoInventoryAdjustment[], sku?: FdoInventorySku): string | null;
|
|
@@ -4,10 +4,10 @@ export declare enum StockRowAction {
|
|
|
4
4
|
Adjust = "Adjust"
|
|
5
5
|
}
|
|
6
6
|
export declare const RestaurantStockRowAction: {
|
|
7
|
-
|
|
7
|
+
translationKey: string;
|
|
8
8
|
color: string;
|
|
9
9
|
}[];
|
|
10
10
|
export declare const WarehouseStockRowAction: {
|
|
11
|
-
|
|
11
|
+
translationKey: string;
|
|
12
12
|
color: string;
|
|
13
13
|
}[];
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { TransferTemplateDetailsProps } from './TransferTemplateDetailsProps';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<TransferTemplateDetailsProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3
|
+
"update:show": (show: boolean) => void;
|
|
4
|
+
"action:use": () => void;
|
|
5
|
+
"action:edit": () => void;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TransferTemplateDetailsProps>>> & {
|
|
7
|
+
"onUpdate:show"?: ((show: boolean) => any) | undefined;
|
|
8
|
+
"onAction:use"?: (() => any) | undefined;
|
|
9
|
+
"onAction:edit"?: (() => any) | undefined;
|
|
10
|
+
}, {}, {}>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
} : {
|
|
17
|
+
type: import('vue').PropType<T[K]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export interface TransferTemplateDetailsProps {
|
|
2
|
+
template?: FdoPurchaseOrderTemplate;
|
|
3
|
+
show?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export interface TransferTemplateDetailsEvents {
|
|
6
|
+
(event: 'update:show', show: boolean): void;
|
|
7
|
+
(event: 'action:use'): void;
|
|
8
|
+
(event: 'action:edit'): void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { TransferTemplateDialogProps } from './TransferTemplateDialogProps';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<TransferTemplateDialogProps>, {
|
|
3
|
+
validateInputs: () => void;
|
|
4
|
+
resetInputsValidation: () => void;
|
|
5
|
+
resetInputs: () => void;
|
|
6
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
"update:show": (show: boolean) => void;
|
|
8
|
+
submitted: () => void;
|
|
9
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TransferTemplateDialogProps>>> & {
|
|
10
|
+
"onUpdate:show"?: ((show: boolean) => any) | undefined;
|
|
11
|
+
onSubmitted?: (() => any) | undefined;
|
|
12
|
+
}, {}, {}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
+
} : {
|
|
19
|
+
type: import('vue').PropType<T[K]>;
|
|
20
|
+
required: true;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { FormMode } from '@/components/form/form-mode.enum';
|
|
2
|
+
export interface TransferTemplateDialogProps {
|
|
3
|
+
mode?: FormMode;
|
|
4
|
+
modelValue?: FdoPurchaseOrderTemplate;
|
|
5
|
+
show?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface TransferTemplateDialogEvents {
|
|
8
|
+
(event: 'update:show', show: boolean): void;
|
|
9
|
+
(event: 'submitted'): void;
|
|
10
|
+
}
|
package/dist/views/transfer-template/components/transfer-template-form/TransferTemplateForm.vue.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { TransferTemplateFormProps } from './TransferTemplateFormProps';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<TransferTemplateFormProps>, {
|
|
3
|
+
validateInputs: () => void;
|
|
4
|
+
resetInputsValidation: () => void;
|
|
5
|
+
resetInputs: () => void;
|
|
6
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TransferTemplateFormProps>>>, {}, {}>;
|
|
7
|
+
export default _default;
|
|
8
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
10
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
+
} : {
|
|
13
|
+
type: import('vue').PropType<T[K]>;
|
|
14
|
+
required: true;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { type Cell, type Row } from '@tanstack/vue-table';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
3
|
+
cellByColId: Record<string, Cell<any, any>>;
|
|
4
|
+
row: Row<unknown>;
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
+
cellByColId: Record<string, Cell<any, any>>;
|
|
7
|
+
row: Row<unknown>;
|
|
8
|
+
}>>>, {}, {}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
import type { ISelectItem } from '@feedmepos/ui-library';
|
|
2
|
+
export declare function useTransferLocations(modelGetter: () => Pick<FdoPurchaseOrder, 'supplier'>, modelSetter: (model: Partial<FdoPurchaseOrder>) => void): {
|
|
3
|
+
transferLocationModel: import("vue").WritableComputedRef<string>;
|
|
4
|
+
transferLocationOptions: import("vue").ComputedRef<ISelectItem[]>;
|
|
5
|
+
locationOptionsTypePurchase: import("vue").ComputedRef<{
|
|
6
|
+
_rev?: string | null | undefined;
|
|
7
|
+
email?: string | null | undefined;
|
|
8
|
+
internal?: "restaurant" | "warehouse" | null | undefined;
|
|
9
|
+
contactName?: string | null | undefined;
|
|
10
|
+
phoneNumber?: string | null | undefined;
|
|
11
|
+
registrationNumber?: string | undefined;
|
|
12
|
+
supplyItems?: {
|
|
13
|
+
defaultCost: {
|
|
14
|
+
measurement?: {
|
|
15
|
+
id: string;
|
|
16
|
+
name: string;
|
|
17
|
+
abbrev: string;
|
|
18
|
+
conversion: {
|
|
19
|
+
amount: number;
|
|
20
|
+
precision: number;
|
|
21
|
+
};
|
|
22
|
+
} | null | undefined;
|
|
23
|
+
costPerUnit: {
|
|
24
|
+
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
25
|
+
amount: number;
|
|
26
|
+
precision: number;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
skuId: string;
|
|
30
|
+
}[] | null | undefined;
|
|
31
|
+
_id: string;
|
|
32
|
+
name: string;
|
|
33
|
+
address: {
|
|
34
|
+
line2?: string | null | undefined;
|
|
35
|
+
line1: string;
|
|
36
|
+
state: string;
|
|
37
|
+
city: string;
|
|
38
|
+
postcode: string;
|
|
39
|
+
country: string;
|
|
40
|
+
};
|
|
41
|
+
}[]>;
|
|
42
|
+
locationOptionsTypeTransfer: import("vue").ComputedRef<{
|
|
43
|
+
_rev?: string | null | undefined;
|
|
44
|
+
email?: string | null | undefined;
|
|
45
|
+
internal?: "restaurant" | "warehouse" | null | undefined;
|
|
46
|
+
contactName?: string | null | undefined;
|
|
47
|
+
phoneNumber?: string | null | undefined;
|
|
48
|
+
registrationNumber?: string | undefined;
|
|
49
|
+
supplyItems?: {
|
|
50
|
+
defaultCost: {
|
|
51
|
+
measurement?: {
|
|
52
|
+
id: string;
|
|
53
|
+
name: string;
|
|
54
|
+
abbrev: string;
|
|
55
|
+
conversion: {
|
|
56
|
+
amount: number;
|
|
57
|
+
precision: number;
|
|
58
|
+
};
|
|
59
|
+
} | null | undefined;
|
|
60
|
+
costPerUnit: {
|
|
61
|
+
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
62
|
+
amount: number;
|
|
63
|
+
precision: number;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
skuId: string;
|
|
67
|
+
}[] | null | undefined;
|
|
68
|
+
_id: string;
|
|
69
|
+
name: string;
|
|
70
|
+
address: {
|
|
71
|
+
line2?: string | null | undefined;
|
|
72
|
+
line1: string;
|
|
73
|
+
state: string;
|
|
74
|
+
city: string;
|
|
75
|
+
postcode: string;
|
|
76
|
+
country: string;
|
|
77
|
+
};
|
|
78
|
+
}[]>;
|
|
79
|
+
selectedLocation: import("vue").ComputedRef<{
|
|
80
|
+
_rev?: string | null | undefined;
|
|
81
|
+
email?: string | null | undefined;
|
|
82
|
+
internal?: "restaurant" | "warehouse" | null | undefined;
|
|
83
|
+
contactName?: string | null | undefined;
|
|
84
|
+
phoneNumber?: string | null | undefined;
|
|
85
|
+
registrationNumber?: string | undefined;
|
|
86
|
+
supplyItems?: {
|
|
87
|
+
defaultCost: {
|
|
88
|
+
measurement?: {
|
|
89
|
+
id: string;
|
|
90
|
+
name: string;
|
|
91
|
+
abbrev: string;
|
|
92
|
+
conversion: {
|
|
93
|
+
amount: number;
|
|
94
|
+
precision: number;
|
|
95
|
+
};
|
|
96
|
+
} | null | undefined;
|
|
97
|
+
costPerUnit: {
|
|
98
|
+
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
|
99
|
+
amount: number;
|
|
100
|
+
precision: number;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
skuId: string;
|
|
104
|
+
}[] | null | undefined;
|
|
105
|
+
_id: string;
|
|
106
|
+
name: string;
|
|
107
|
+
address: {
|
|
108
|
+
line2?: string | null | undefined;
|
|
109
|
+
line1: string;
|
|
110
|
+
state: string;
|
|
111
|
+
city: string;
|
|
112
|
+
postcode: string;
|
|
113
|
+
country: string;
|
|
114
|
+
};
|
|
115
|
+
} | null>;
|
|
116
|
+
};
|