@feedmepos/mf-inventory-portal 0.0.19-dev.13 → 0.0.19-dev.15

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 (181) hide show
  1. package/dist/App.vue.d.ts +1 -1
  2. package/dist/{ApprovalView-9MdmwrUz.js → ApprovalView-CRHU3Bv0.js} +5 -5
  3. package/dist/{BindingsDialog-C-q6Y04n.js → BindingsDialog-ChIRg0d3.js} +22 -22
  4. package/dist/{BindingsPicker-syyx9h8v.js → BindingsPicker-BJAbeiDf.js} +17 -17
  5. package/dist/{BindingsTable-CQ0WyX2i.js → BindingsTable-5MxWD_qa.js} +29 -29
  6. package/dist/Entry.vue.d.ts +1 -1
  7. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-D0j4VOis.js +306 -0
  8. package/dist/{IngredientsView-Ofs2UG-9.js → IngredientsView-qXrDtzSK.js} +294 -294
  9. package/dist/{IntegrationView-BCruLSTA.js → IntegrationView-D6yFqod1.js} +278 -278
  10. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Bvw_BkWY.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-DGurlvYg.js} +1 -1
  11. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BLVAIHDv.js → PremiumBadge.vue_vue_type_script_setup_true_lang-2Ady4pB4.js} +1 -1
  12. package/dist/PurchaseOrderPrintPreview-BWwjMRqb.js +152 -0
  13. package/dist/{ReceiveRequestView-Dw-AC1Mw.js → ReceiveRequestView-C94SWDaj.js} +7 -7
  14. package/dist/{RecipeView-B5WkUzLO.js → RecipeView-CG9H_ZOo.js} +181 -181
  15. package/dist/Standalone.vue.d.ts +1 -1
  16. package/dist/{StockView-CMTxj8Ly.js → StockView-BdXGfDNl.js} +23 -23
  17. package/dist/SupplierView-ClL2oc8K.js +813 -0
  18. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-B8IGZmDZ.js → TransferDetails.vue_vue_type_script_setup_true_lang-DktBkwCx.js} +106 -106
  19. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BE95F9r1.js +1437 -0
  20. package/dist/TransferTemplateView-BXrNS8pg.js +1279 -0
  21. package/dist/{UnitView-CExCsCFg.js → UnitView-Dx2vWJXi.js} +242 -242
  22. package/dist/{WarehouseView-DuPizg7w.js → WarehouseView-UkmUZnqH.js} +360 -362
  23. package/dist/api/bill.d.ts +238 -84
  24. package/dist/api/supplier.d.ts +4 -4
  25. package/dist/app-BLzTa0Ut.js +68571 -0
  26. package/dist/app.d.ts +14 -0
  27. package/dist/app.js +3 -3
  28. package/dist/components/ChangeLocationComponent.vue.d.ts +11 -1
  29. package/dist/components/DeferableLoading.vue.d.ts +1 -1
  30. package/dist/components/DeleteDialog.vue.d.ts +1 -1
  31. package/dist/components/FmCoordinateInput.vue.d.ts +3 -3
  32. package/dist/components/FmDroppableField.vue.d.ts +6 -6
  33. package/dist/components/FmFilterableSelect.vue.d.ts +3 -3
  34. package/dist/components/FmInventoryTableToolbar.vue.d.ts +21 -10
  35. package/dist/components/FmMinMaxInput.vue.d.ts +20 -0
  36. package/dist/components/FmMinMaxInputProps.d.ts +16 -0
  37. package/dist/components/FmMinMaxInputRules.d.ts +4 -0
  38. package/dist/components/FmMultiselectDialog.vue.d.ts +5 -5
  39. package/dist/components/FmMultiselectDialogProps.d.ts +6 -1
  40. package/dist/components/FmUnitInputRules.d.ts +1 -0
  41. package/dist/components/MultiSelectDialog.vue.d.ts +1 -1
  42. package/dist/components/NavigationTab.vue.d.ts +1 -1
  43. package/dist/components/NumberPrecisionInput.vue.d.ts +3 -3
  44. package/dist/components/PremiumBadge.vue.d.ts +3 -3
  45. package/dist/components/PreviewBadge.vue.d.ts +3 -3
  46. package/dist/components/StockForecast.vue.d.ts +1 -1
  47. package/dist/components/TableActionableRow.vue.d.ts +4 -4
  48. package/dist/components/UnitDisplayControl.vue.d.ts +1 -1
  49. package/dist/components/icons/IconCommunity.vue.d.ts +1 -1
  50. package/dist/components/icons/IconDocumentation.vue.d.ts +1 -1
  51. package/dist/components/icons/IconEcosystem.vue.d.ts +1 -1
  52. package/dist/components/icons/IconSupport.vue.d.ts +1 -1
  53. package/dist/components/icons/IconTooling.vue.d.ts +1 -1
  54. package/dist/components/inventory-binding/InventoryBinding.vue.d.ts +5 -5
  55. package/dist/components/map/CoordinateDialog.vue.d.ts +4 -4
  56. package/dist/components/map/GoogleMap.vue.d.ts +6 -6
  57. package/dist/components/nested-multiselect/FmNestedMultiselectDialog.vue.d.ts +3 -3
  58. package/dist/components/shell/inventory/binding-dialog.vue.d.ts +3 -3
  59. package/dist/components/shell/inventory/binding-ui.vue.d.ts +5 -5
  60. package/dist/components/ui-library/FmDateRangePickerChip.vue.d.ts +5 -5
  61. package/dist/composable/useIframe.d.ts +1 -1
  62. package/dist/composable/useSearch.d.ts +1 -1
  63. package/dist/{decimal-GwZ2MmM_.js → decimal-DLYVb_I_.js} +1 -1
  64. package/dist/format-unit-display-D_Z4TNZd.js +668 -0
  65. package/dist/helper/number.d.ts +2 -0
  66. package/dist/{id-to-date-CMUZ2glF.js → id-to-date-CKplrnj_.js} +1 -1
  67. package/dist/is-linked-ingredient-error-fJ2TJb3z.js +37 -0
  68. package/dist/layout/InventoryLayout.vue.d.ts +1 -1
  69. package/dist/layout/SingleColumnLayout.vue.d.ts +5 -5
  70. package/dist/layout/components/NavigationButton.vue.d.ts +4 -4
  71. package/dist/{layout-C3IEOm7C.js → layout-B9sdKjL9.js} +1 -1
  72. package/dist/stores/feature.d.ts +3 -1
  73. package/dist/stores/location.d.ts +112 -148
  74. package/dist/stores/supplier.d.ts +672 -18
  75. package/dist/stores/warehouse.d.ts +9 -5
  76. package/dist/supplier-BZ6HZcYB.js +60 -0
  77. package/dist/tsconfig.app.tsbuildinfo +1 -1
  78. package/dist/views/InventoryView.vue.d.ts +1 -1
  79. package/dist/views/SelectBussinessDialog.vue.d.ts +1 -1
  80. package/dist/views/approval/ApprovalView.vue.d.ts +1 -1
  81. package/dist/views/dev/ComponentPreview.vue.d.ts +1 -1
  82. package/dist/views/dev/components/CoordinateTest.vue.d.ts +1 -1
  83. package/dist/views/dev/components/DateRange.vue.d.ts +1 -1
  84. package/dist/views/dev/components/FmDecimalInputTest.vue.d.ts +1 -1
  85. package/dist/views/dev/components/FmMultiselectDialogGrouped.vue.d.ts +1 -1
  86. package/dist/views/dev/components/FmSelectTest.vue.d.ts +1 -1
  87. package/dist/views/dev/components/InventoryIframe.vue.d.ts +1 -1
  88. package/dist/views/dev/components/LayoutDev.vue.d.ts +1 -1
  89. package/dist/views/dev/components/MfCommontTest.vue.d.ts +1 -1
  90. package/dist/views/dev/components/NestedSelection.vue.d.ts +1 -1
  91. package/dist/views/dev/components/NumberStepper.vue.d.ts +1 -1
  92. package/dist/views/dev/components/TabStorageTest.vue.d.ts +1 -1
  93. package/dist/views/dev/components/UnitInput.vue.d.ts +1 -1
  94. package/dist/views/dev/helpers/pinia-test.d.ts +1 -1
  95. package/dist/views/home/HomeView.vue.d.ts +1 -1
  96. package/dist/views/iframe/inventory-bindings/bindings-dialog/BindingsDialog.vue.d.ts +1 -1
  97. package/dist/views/iframe/inventory-bindings/bindings-picker/BindingsPicker.vue.d.ts +1 -1
  98. package/dist/views/iframe/inventory-bindings/bindings-table/BindingsTable.vue.d.ts +1 -1
  99. package/dist/views/ingredients/IngredientsView.vue.d.ts +1 -1
  100. package/dist/views/ingredients/components/cannot-delete/CannotDelete.vue.d.ts +4 -4
  101. package/dist/views/ingredients/components/convert/ConvertForm.vue.d.ts +3 -3
  102. package/dist/views/ingredients/components/import-ingredients/ImportIngredientItem.vue.d.ts +1 -1
  103. package/dist/views/ingredients/components/import-ingredients/ImportIngredients.vue.d.ts +1 -1
  104. package/dist/views/ingredients/components/ingredient-binded-item/IngredientBindedItem.vue.d.ts +1 -1
  105. package/dist/views/ingredients/components/ingredient-dialog/IngredientDialog.vue.d.ts +5 -5
  106. package/dist/views/ingredients/components/ingredient-form/IngredientForm.vue.d.ts +4 -4
  107. package/dist/views/ingredients/components/inventory-binding/InventoryBindingForm.vue.d.ts +5 -5
  108. package/dist/views/ingredients/components/inventory-binding/InventoryBindingSummary.vue.d.ts +3 -3
  109. package/dist/views/ingredients/composables/use-ingredient-form.d.ts +8 -8
  110. package/dist/views/integration/IntegrationView.vue.d.ts +1 -1
  111. package/dist/views/integration/components/ApplyAddon.vue.d.ts +5 -5
  112. package/dist/views/integration/components/ApplyProduct.vue.d.ts +5 -5
  113. package/dist/views/integration/components/ApplyProductDialog.vue.d.ts +5 -5
  114. package/dist/views/integration/components/ApplyProductDialogV4.vue.d.ts +5 -5
  115. package/dist/views/receive-request/ReceiveRequestView.vue.d.ts +1 -1
  116. package/dist/views/receive-request/components/select-template-dialog/SelectTemplateDialog.vue.d.ts +8 -0
  117. package/dist/views/receive-request/components/supplier-price-history/SupplierPriceHistory.vue.d.ts +1 -1
  118. package/dist/views/receive-request/components/transfer-details/TransferDetails.vue.d.ts +3 -3
  119. package/dist/views/receive-request/components/transfer-dialog/TransferDialog.vue.d.ts +4 -4
  120. package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +1 -1
  121. package/dist/views/receive-request/components/transfer-form/SparkIcon.vue.d.ts +4 -4
  122. package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +27 -27
  123. package/dist/views/receive-request/components/transfer-form/TransferForm2.vue.d.ts +4 -4
  124. package/dist/views/receive-request/components/transfer-form/components/ForecastStock.vue.d.ts +4 -4
  125. package/dist/views/receive-request/components/transfer-form/components/TransferItem.vue.d.ts +3 -3
  126. package/dist/views/receive-request/components/transfer-form/components/TransferItemTable.vue.d.ts +3 -3
  127. package/dist/views/receive-request/components/transfer-form/composables/use-backdate-po.d.ts +4 -4
  128. package/dist/views/receive-request/components/transfer-form/composables/use-compare-price.d.ts +3 -3
  129. package/dist/views/receive-request/components/transfer-form/composables/use-transfer-items.d.ts +0 -8
  130. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +1013 -67
  131. package/dist/views/receive-request/composables/use-receive-request-table.d.ts +24 -24
  132. package/dist/views/receive-request/print-preview/PurchaseOrderPrintPreview.vue.d.ts +1 -1
  133. package/dist/views/recipe/RecipeView.vue.d.ts +1 -1
  134. package/dist/views/recipe/components/recipe-dialog/RecipeDialog.vue.d.ts +5 -5
  135. package/dist/views/recipe/components/recipe-form/RecipeForm.vue.d.ts +4 -4
  136. package/dist/views/recipe/composables/use-recipe-form.d.ts +8 -8
  137. package/dist/views/stock/StockView.vue.d.ts +1 -1
  138. package/dist/views/stock/components/StockHeaderPreview.vue.d.ts +1 -1
  139. package/dist/views/stock/components/StockHistory.vue.d.ts +3 -3
  140. package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +2 -2
  141. package/dist/views/stock/components/StockRecordCard.vue.d.ts +123 -46
  142. package/dist/views/stock/components/dialog/AdjustSkuDialog.vue.d.ts +4 -4
  143. package/dist/views/stock/components/dialog/AdjustedItemForm.vue.d.ts +3 -3
  144. package/dist/views/stock/components/dialog/ConvertSkuDialog.vue.d.ts +4 -4
  145. package/dist/views/stock/composables/use-stock-action.d.ts +11 -11
  146. package/dist/views/supplier/SupplierView.vue.d.ts +1 -1
  147. package/dist/views/supplier/components/SupplierDialog.vue.d.ts +4 -4
  148. package/dist/views/supplier/components/SupplierDialogProps.d.ts +1 -0
  149. package/dist/views/supplier/components/SupplierForm.vue.d.ts +10 -10
  150. package/dist/views/supplier/components/SupplierSupplyItemField.vue.d.ts +3 -3
  151. package/dist/views/supplier/composables/use-supplier-table.d.ts +3 -3
  152. package/dist/views/transfer-template/TransferTemplateView.vue.d.ts +1 -1
  153. package/dist/views/transfer-template/components/transfer-template-details/TransferTemplateDetails.vue.d.ts +3 -3
  154. package/dist/views/transfer-template/components/transfer-template-dialog/TransferTemplateDialog.vue.d.ts +4 -4
  155. package/dist/views/transfer-template/components/transfer-template-form/TransferTemplateForm.vue.d.ts +2 -2
  156. package/dist/views/transfer-template/components/transfer-template-form/components/TransferTemplateItem.vue.d.ts +3 -3
  157. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +7 -7
  158. package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-template-items.d.ts +13 -8
  159. package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +1020 -79
  160. package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +309 -11
  161. package/dist/views/unit/UnitView.vue.d.ts +1 -1
  162. package/dist/views/unit/components/unit-dialog/UnitDialog.vue.d.ts +5 -5
  163. package/dist/views/unit/components/unit-form/UnitForm.vue.d.ts +4 -4
  164. package/dist/views/unit/components/unit-summary/UnitSummary.vue.d.ts +3 -3
  165. package/dist/views/unit/components/unit-used-by/UnitUsedBy.vue.d.ts +1 -1
  166. package/dist/views/unit/composables/use-unit-form.d.ts +8 -8
  167. package/dist/views/warehouse/WarehouseView.vue.d.ts +1 -1
  168. package/dist/views/warehouse/components/WarehouseDialog.vue.d.ts +4 -4
  169. package/dist/views/warehouse/components/WarehouseForm.vue.d.ts +22 -14
  170. package/dist/{xlsx-CjErNF-B.js → xlsx-C3AV6UrJ.js} +2759 -2759
  171. package/dist/{xlsx.util-CMXCCmUA.js → xlsx.util-slrhXhsk.js} +2 -2
  172. package/package.json +2 -1
  173. package/dist/FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DlIq3AyC.js +0 -272
  174. package/dist/PurchaseOrderPrintPreview-Do2KxBzF.js +0 -152
  175. package/dist/SupplierView-OmZ0X1E1.js +0 -801
  176. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BJMBsA9j.js +0 -1672
  177. package/dist/TransferTemplateView-Da6ehaJF.js +0 -1101
  178. package/dist/app-Chj8x632.js +0 -67206
  179. package/dist/is-linked-ingredient-error-C6AghEwR.js +0 -37
  180. package/dist/purchase-order-transaction-type-DpZQe_jA.js +0 -299
  181. package/dist/supplier-dG_APcwB.js +0 -54
package/dist/app.d.ts CHANGED
@@ -4,12 +4,19 @@ export declare const i18nMessages: {
4
4
  'en-US': {
5
5
  inventory: {
6
6
  common: {
7
+ proPlan: {
8
+ title: string;
9
+ subtitle: string;
10
+ comparePlans: string;
11
+ callUs: string;
12
+ };
7
13
  table: {
8
14
  toolbar: {
9
15
  filterItems: string;
10
16
  };
11
17
  };
12
18
  noLocationSelected: string;
19
+ business: string;
13
20
  restaurant: string;
14
21
  warehouse: string;
15
22
  noResultFound: string;
@@ -391,6 +398,7 @@ export declare const i18nMessages: {
391
398
  Amount: string;
392
399
  DefaultAmount: string;
393
400
  DefaultAmount2: string;
401
+ Limit: string;
394
402
  MinimumAmount: string;
395
403
  MinimumAmount2: string;
396
404
  Step: string;
@@ -629,6 +637,12 @@ export declare const i18nMessages: {
629
637
  'zh-CN': {
630
638
  inventory: {
631
639
  common: {
640
+ proPlan: {
641
+ title: string;
642
+ subtitle: string;
643
+ comparePlans: string;
644
+ callUs: string;
645
+ };
632
646
  table: {
633
647
  toolbar: {
634
648
  filterItems: string;
package/dist/app.js CHANGED
@@ -1,9 +1,9 @@
1
- import { am as s, _ as r, an as e, ak as o, al as m, u as t } from "./app-Chj8x632.js";
1
+ import { ap as s, _ as r, aq as e, an as o, ao as t, u as i } from "./app-BLzTa0Ut.js";
2
2
  export {
3
3
  s as FmApp,
4
4
  r as InventoryBindingForm,
5
5
  e as InventoryBindingSummary,
6
6
  o as i18nMessages,
7
- m as routers,
8
- t as useInventoryStore
7
+ t as routers,
8
+ i as useInventoryStore
9
9
  };
@@ -1,2 +1,12 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
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>;
2
12
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { DeferableLoadingProps } from './DeferableLoadingProps';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DeferableLoadingProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DeferableLoadingProps>>>, {}, {}>, {
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DeferableLoadingProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DeferableLoadingProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
3
3
  default?(_: {}): any;
4
4
  }>;
5
5
  export default _default;
@@ -5,7 +5,7 @@ export interface DeleteDialogProps {
5
5
  message: String;
6
6
  bindedItems?: BindedBySkuId[] | BindedWithRecipeId[];
7
7
  }
8
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<DeleteDialogProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DeleteDialogProps>>>, {}, {}>;
8
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DeleteDialogProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<DeleteDialogProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
9
  export default _default;
10
10
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
11
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,10 +1,10 @@
1
1
  import type { CoordinateArray } from './map/type';
2
2
  import type { FmCoordinateInputProps } from './FmCoordinateInputProps';
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<FmCoordinateInputProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmCoordinateInputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
4
  "update:modelValue": (coords: CoordinateArray | null) => void;
5
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmCoordinateInputProps>>> & {
5
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmCoordinateInputProps>>> & Readonly<{
6
6
  "onUpdate:modelValue"?: ((coords: CoordinateArray | null) => any) | undefined;
7
- }, {}, {}>, {
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
8
8
  label?(_: {}): any;
9
9
  }>;
10
10
  export default _default;
@@ -20,13 +20,13 @@ export interface FmDroppableFieldSlots {
20
20
  default(props: FmDroppableFieldSlotDefault): void;
21
21
  label(): void;
22
22
  }
23
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmDroppableFieldProps>, {
23
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmDroppableFieldProps>, {
24
24
  label: string;
25
25
  disabled: boolean;
26
26
  accept: string;
27
27
  /** Default max is `8mb` */
28
28
  maxFileSize: number;
29
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
29
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
30
30
  "file-upload": (file: File) => void;
31
31
  "file-rejected": (obj: {
32
32
  file: File;
@@ -38,18 +38,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
38
38
  accept: string;
39
39
  /** Default max is `8mb` */
40
40
  maxFileSize: number;
41
- }>>> & {
41
+ }>>> & Readonly<{
42
42
  "onFile-upload"?: ((file: File) => any) | undefined;
43
43
  "onFile-rejected"?: ((obj: {
44
44
  file: File;
45
45
  reason: string[];
46
46
  }[]) => any) | undefined;
47
- }, {
47
+ }>, {
48
48
  accept: string;
49
- label: string;
50
49
  disabled: boolean;
50
+ label: string;
51
51
  maxFileSize: number;
52
- }, {}>, Readonly<FmDroppableFieldSlots> & FmDroppableFieldSlots>;
52
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<FmDroppableFieldSlots> & FmDroppableFieldSlots>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
55
55
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,11 +1,11 @@
1
1
  import type { FmFilterableSelectProps } from './FmFilterableSelectProps';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<FmFilterableSelectProps<any>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmFilterableSelectProps<any>>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
3
  "update:modelValue": (value: any) => void;
4
4
  "update:rootValue": (value: any) => void;
5
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmFilterableSelectProps<any>>>> & {
5
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmFilterableSelectProps<any>>>> & Readonly<{
6
6
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
7
7
  "onUpdate:rootValue"?: ((value: any) => any) | undefined;
8
- }, {}, {}>, {
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
9
9
  helper?(_: {}): any;
10
10
  }>;
11
11
  export default _default;
@@ -4,21 +4,19 @@ export interface FmInventoryTableToolbarAction {
4
4
  }
5
5
  export interface FmInventoryTableToolbarProps {
6
6
  dateRangeQuery?: boolean;
7
- dateRange?: {
8
- startDate: string;
9
- endDate: string;
10
- };
11
7
  changeLocation?: boolean;
12
8
  searchable?: boolean;
13
- search?: string;
14
9
  actions?: FmInventoryTableToolbarAction[];
10
+ usingBusinessHelperText?: string;
11
+ showBusiness?: boolean;
15
12
  }
16
- declare const _default: import("vue").DefineComponent<{
13
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
17
14
  search: import("vue").PropType<string>;
18
15
  dateRange: import("vue").PropType<{
19
16
  startDate: string;
20
17
  endDate: string;
21
- } | undefined>;
18
+ }>;
19
+ usingBusiness: import("vue").PropType<boolean>;
22
20
  dateRangeQuery: {
23
21
  type: import("vue").PropType<boolean>;
24
22
  };
@@ -31,12 +29,19 @@ declare const _default: import("vue").DefineComponent<{
31
29
  actions: {
32
30
  type: import("vue").PropType<FmInventoryTableToolbarAction[]>;
33
31
  };
34
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
32
+ usingBusinessHelperText: {
33
+ type: import("vue").PropType<string>;
34
+ };
35
+ showBusiness: {
36
+ type: import("vue").PropType<boolean>;
37
+ };
38
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
35
39
  search: import("vue").PropType<string>;
36
40
  dateRange: import("vue").PropType<{
37
41
  startDate: string;
38
42
  endDate: string;
39
- } | undefined>;
43
+ }>;
44
+ usingBusiness: import("vue").PropType<boolean>;
40
45
  dateRangeQuery: {
41
46
  type: import("vue").PropType<boolean>;
42
47
  };
@@ -49,5 +54,11 @@ declare const _default: import("vue").DefineComponent<{
49
54
  actions: {
50
55
  type: import("vue").PropType<FmInventoryTableToolbarAction[]>;
51
56
  };
52
- }>>, {}, {}>;
57
+ usingBusinessHelperText: {
58
+ type: import("vue").PropType<string>;
59
+ };
60
+ showBusiness: {
61
+ type: import("vue").PropType<boolean>;
62
+ };
63
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
64
  export default _default;
@@ -0,0 +1,20 @@
1
+ import { type FmMinMaxInputProps } from './FmMinMaxInputProps';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmMinMaxInputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<FmMinMaxInputProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
3
+ prepend?(_: {}): any;
4
+ append?(_: {}): any;
5
+ }>;
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
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };
@@ -0,0 +1,16 @@
1
+ import type { FdoDecimal } from '@feedmepos/core/entity';
2
+ import type { FmTextFieldProps, ValidationResult } from '@feedmepos/ui-library';
3
+ type FmTextFieldWithoutModelValue = Omit<FmTextFieldProps, 'modelValue' | 'rules' | 'placeholder'>;
4
+ export interface FmMinMaxInputProps extends FmTextFieldWithoutModelValue {
5
+ rules?: (ValidationResult | ((value?: FmMinMaxInputModel) => ValidationResult))[];
6
+ label?: string;
7
+ minPlaceholder?: string;
8
+ maxPlaceholder?: string;
9
+ modelValue?: FmMinMaxInputModel;
10
+ precision?: number;
11
+ }
12
+ export interface FmMinMaxInputModel {
13
+ min?: FdoDecimal | null | undefined;
14
+ max?: FdoDecimal | null | undefined;
15
+ }
16
+ export {};
@@ -0,0 +1,4 @@
1
+ import type { FmMinMaxInputModel } from './FmMinMaxInputProps';
2
+ export declare function FmMinMaxRequired(): (model?: FmMinMaxInputModel) => true | "Required";
3
+ /** Both `min` and `max` are inclusive */
4
+ export declare function FmMinMaxBoundary(min: number, max: number): (model?: FmMinMaxInputModel) => string | true;
@@ -1,15 +1,15 @@
1
1
  import type { FmMultiselectDialogProps } from './FmMultiselectDialogProps';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {
3
3
  placeholder: string;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
5
  "update:modelValue": (mv: any) => void;
6
6
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {
7
7
  placeholder: string;
8
- }>>> & {
8
+ }>>> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((mv: any) => any) | undefined;
10
- }, {
10
+ }>, {
11
11
  placeholder: string;
12
- }, {}>;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
13
  export default _default;
14
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
15
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,6 +1,7 @@
1
1
  import type { ISelectItem } from 'node_modules/@feedmepos/ui-library/dist/components/form/select/FmSelect.vue';
2
2
  export interface ISelectItemSublabel extends ISelectItem {
3
3
  groupId?: string;
4
+ collapsed?: boolean;
4
5
  }
5
6
  export interface ISelectItemGroup {
6
7
  id: string;
@@ -10,13 +11,17 @@ export interface ISelectItemGroup {
10
11
  }
11
12
  export interface FmMultiselectDialogProps {
12
13
  modelValue: any;
14
+ /** Called while model value is updated, allow update for `collapsed` property only */
15
+ modifyItems?: (modelValue: any[], items: ISelectItemSublabel[]) => ISelectItemSublabel[];
13
16
  items: ISelectItemSublabel[];
14
17
  groups?: ISelectItemGroup[];
15
- multiselect?: boolean;
18
+ singleSelect?: boolean;
16
19
  placeholder?: string;
17
20
  showValidBorder?: boolean;
18
21
  maxHeight?: number;
19
22
  width?: number | undefined;
23
+ noShadow?: boolean;
24
+ loading?: boolean;
20
25
  }
21
26
  export interface FmMultiselectDialogEvents {
22
27
  (event: 'update:modelValue', mv: any): void;
@@ -3,5 +3,6 @@ import type { ValidationResult } from '@feedmepos/ui-library';
3
3
  export declare function FmUnitInputAmountIsNumberRule(): (value: FmGroupModelValue) => true | "Must be a number";
4
4
  export declare function FmUnitInputAmountAtLeastRule(minimum: number): (value: FmGroupModelValue) => string | true;
5
5
  export declare function FmUnitInputAmountMoreThanRule(minimum: number): (value: FmGroupModelValue) => string | true;
6
+ export declare function FmUnitInputAmountAtMostRule(maximum: number): (value: FmGroupModelValue) => string | true;
6
7
  export declare function FmUnitInputMaxPrecisionRule(unit: FdoInventoryUnit, applyAmountRule?: boolean): (value: any) => ValidationResult;
7
8
  export declare function FmUnitInputMaxPrecisionRule(precision: number, applyAmountRule?: boolean): (value: any) => ValidationResult;
@@ -1,5 +1,5 @@
1
1
  import type { MultiSelectDialogProps } from './MultiSelectDialogProps';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<MultiSelectDialogProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MultiSelectDialogProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MultiSelectDialogProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<MultiSelectDialogProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
3
  export default _default;
4
4
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
5
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import type { NumberPrecisionInputProps } from './NumberPrecisionInputProps';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<NumberPrecisionInputProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NumberPrecisionInputProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
3
  "update:modelValue": (mv: number) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NumberPrecisionInputProps>>> & {
4
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<NumberPrecisionInputProps>>> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((mv: number) => any) | undefined;
6
- }, {}, {}>;
6
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
7
  export default _default;
8
8
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
9
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  zIndex?: number | undefined;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  zIndex?: number | undefined;
5
- }>>>, {}, {}>, Readonly<{
5
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
6
6
  default(): void;
7
7
  }> & {
8
8
  default(): void;
@@ -1,8 +1,8 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
2
2
  zIndex?: number | undefined;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
4
  zIndex?: number | undefined;
5
- }>>>, {}, {}>, Readonly<{
5
+ }>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
6
6
  default(): void;
7
7
  }> & {
8
8
  default(): void;
@@ -1,5 +1,5 @@
1
1
  import { type StockForecastProps } from '@/components/StockForecastProps';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<StockForecastProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<StockForecastProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<StockForecastProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<StockForecastProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
3
  export default _default;
4
4
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
5
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -4,13 +4,13 @@ export interface TableActionableRowProps {
4
4
  onRowClick?: (original: any) => any;
5
5
  actionColumnId?: string;
6
6
  }
7
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TableActionableRowProps>, {
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TableActionableRowProps>, {
8
8
  actionColumnId: string;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TableActionableRowProps>, {
9
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TableActionableRowProps>, {
10
10
  actionColumnId: string;
11
- }>>>, {
11
+ }>>> & Readonly<{}>, {
12
12
  actionColumnId: string;
13
- }, {}>, {
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
14
14
  default?(_: {
15
15
  [x: string]: Cell<any, any>;
16
16
  }): any;
@@ -1,5 +1,5 @@
1
1
  import type { UnitDisplayControlProps } from './UnitDisplayControlProp';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<UnitDisplayControlProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UnitDisplayControlProps>>>, {}, {}>;
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UnitDisplayControlProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<UnitDisplayControlProps>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3
3
  export default _default;
4
4
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
5
5
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,9 +1,9 @@
1
1
  import type { InventoryBindingProps } from './InventoryBindingProps';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InventoryBindingProps>, {
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<InventoryBindingProps>, {
3
3
  modelValue: () => never[];
4
4
  recipes: () => never[];
5
5
  skus: () => never[];
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ }>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  "update:modelValue": (modelValue: {
8
8
  measurement?: {
9
9
  id: string;
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  modelValue: () => never[];
26
26
  recipes: () => never[];
27
27
  skus: () => never[];
28
- }>>> & {
28
+ }>>> & Readonly<{
29
29
  "onUpdate:modelValue"?: ((modelValue: {
30
30
  measurement?: {
31
31
  id: string;
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
43
43
  };
44
44
  id: string;
45
45
  }[]) => any) | undefined;
46
- }, {
46
+ }>, {
47
47
  skus: {
48
48
  trackingMeasurement?: string | null | undefined;
49
49
  convert?: {
@@ -145,7 +145,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
145
145
  id: string;
146
146
  }[];
147
147
  }[];
148
- }, {}>;
148
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
149
149
  export default _default;
150
150
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
151
151
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { MapCoordinate } from './type';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  address: {
5
5
  type: StringConstructor;
6
6
  required: true;
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
9
9
  type: PropType<MapCoordinate | undefined>;
10
10
  default: undefined;
11
11
  };
12
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  address: {
14
14
  type: StringConstructor;
15
15
  required: true;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  type: PropType<MapCoordinate | undefined>;
19
19
  default: undefined;
20
20
  };
21
- }>>, {
21
+ }>> & Readonly<{}>, {
22
22
  coordinate: MapCoordinate | undefined;
23
- }, {}>;
23
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
24
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { type PropType } from 'vue';
2
2
  import type { MarkerChangeEvent, PolygonChangeEvent, MapCoordinate, MapPolygon } from './type';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  markers: {
5
5
  type: PropType<MapCoordinate[]>;
6
6
  default: () => never[];
@@ -27,9 +27,9 @@ declare const _default: import("vue").DefineComponent<{
27
27
  lng: number;
28
28
  };
29
29
  };
30
- }, {
30
+ }>, {
31
31
  setCenter: (coordinate: MapCoordinate) => void;
32
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
33
  "map-click": (ev: MapCoordinate) => void;
34
34
  "marker-change": (ev: MarkerChangeEvent) => void;
35
35
  "polygon-change": (ev: PolygonChangeEvent) => void;
@@ -61,12 +61,12 @@ declare const _default: import("vue").DefineComponent<{
61
61
  lng: number;
62
62
  };
63
63
  };
64
- }>> & {
64
+ }>> & Readonly<{
65
65
  "onMap-click"?: ((ev: MapCoordinate) => any) | undefined;
66
66
  "onMarker-change"?: ((ev: MarkerChangeEvent) => any) | undefined;
67
67
  "onPolygon-change"?: ((ev: PolygonChangeEvent) => any) | undefined;
68
68
  "onPolygon-right-click"?: ((ev: number) => any) | undefined;
69
- }, {
69
+ }>, {
70
70
  markers: MapCoordinate[];
71
71
  polygons: MapPolygon[];
72
72
  zoom: number;
@@ -75,5 +75,5 @@ declare const _default: import("vue").DefineComponent<{
75
75
  lat: number;
76
76
  lng: number;
77
77
  };
78
- }, {}>;
78
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
79
79
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import type { MultiselectItem } from './FmNestedMultiselectDialogProps';
2
- declare const _default: import("vue").DefineComponent<{
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
3
  modelValue: import("vue").PropType<MultiselectItem[]>;
4
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
5
5
  modelValue: import("vue").PropType<MultiselectItem[]>;
6
- }>>, {}, {}>;
6
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
7
  export default _default;
@@ -6,7 +6,7 @@ export interface DialogProps {
6
6
  name: string;
7
7
  onClose?: (data: FdoInventoryBinding[]) => void;
8
8
  }
9
- declare const _default: import("vue").DefineComponent<{
9
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
10
10
  isOpen: {
11
11
  type: BooleanConstructor;
12
12
  required: true;
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
43
43
  type: PropType<(data: FdoInventoryBinding[]) => void>;
44
44
  required: false;
45
45
  };
46
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
47
  isOpen: {
48
48
  type: BooleanConstructor;
49
49
  required: true;
@@ -80,5 +80,5 @@ declare const _default: import("vue").DefineComponent<{
80
80
  type: PropType<(data: FdoInventoryBinding[]) => void>;
81
81
  required: false;
82
82
  };
83
- }>>, {}, {}>;
83
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
84
84
  export default _default;