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

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 (39) hide show
  1. package/dist/{ApprovalView-BY13XuOu.js → ApprovalView-CKcQLAI8.js} +5 -5
  2. package/dist/{BindingsDialog-B3PP-XkE.js → BindingsDialog-Cp73zLps.js} +9 -9
  3. package/dist/{BindingsPicker-DL17pRty.js → BindingsPicker-DgRYGAX9.js} +1 -1
  4. package/dist/{BindingsTable-CjKOv7Yw.js → BindingsTable-DcAf4NjN.js} +1 -1
  5. package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DoF7wwNT.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-La7HFqE7.js} +2 -2
  6. package/dist/{IngredientsView-C-rsKAsF.js → IngredientsView-CudiU14j.js} +5 -5
  7. package/dist/{IntegrationView-BkhfPSjM.js → IntegrationView-DAL6iV4z.js} +2 -2
  8. package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Buc21sEN.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-QzKXWhYR.js} +1 -1
  9. package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BRijSilS.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DjjUDrN3.js} +1 -1
  10. package/dist/{PurchaseOrderPrintPreview-CGMMozPA.js → PurchaseOrderPrintPreview-Dx0kFMsh.js} +1 -1
  11. package/dist/{ReceiveRequestView-Bk0pUeEm.js → ReceiveRequestView-CJPRYtPB.js} +8 -8
  12. package/dist/{RecipeView-kzA9kIg8.js → RecipeView-B_q03wl5.js} +4 -4
  13. package/dist/{StockView-DF-ucES_.js → StockView-jsZK17Y2.js} +8 -8
  14. package/dist/{SupplierView-XlzsU00G.js → SupplierView-tzSVBr7C.js} +4 -4
  15. package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-Bp7AJiJ-.js → TransferDetails.vue_vue_type_script_setup_true_lang-Dgn1Q71R.js} +4 -4
  16. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BqxrMEtA.js +1437 -0
  17. package/dist/{TransferTemplateView-CsA2SzQY.js → TransferTemplateView-DTH0Vubz.js} +197 -197
  18. package/dist/{UnitView-9VMIlEZ_.js → UnitView-CmxzOeJT.js} +5 -5
  19. package/dist/{WarehouseView-JTYLFBsu.js → WarehouseView-CRQ0iaDH.js} +3 -3
  20. package/dist/{app-kYGuBDV8.js → app-Bi46PfDl.js} +6829 -6807
  21. package/dist/app.js +1 -1
  22. package/dist/{array-AvWd53LI.js → array-ClJzD_Lt.js} +3 -3
  23. package/dist/components/FmMultiselectDialogProps.d.ts +3 -1
  24. package/dist/{decimal-E3w4eGHF.js → decimal-BgCTHluk.js} +1 -1
  25. package/dist/format-unit-display-B7oG4kXR.js +668 -0
  26. package/dist/{id-to-date-gyR82hWy.js → id-to-date-BoyYjRV6.js} +1 -1
  27. package/dist/{layout-BTYR4n3X.js → layout-BMITwCg7.js} +1 -1
  28. package/dist/stores/feature.d.ts +1 -0
  29. package/dist/stores/location.d.ts +4 -0
  30. package/dist/{supplier-Ed-Bva_-.js → supplier-CGwlcK2h.js} +1 -1
  31. package/dist/tsconfig.app.tsbuildinfo +1 -1
  32. package/dist/views/receive-request/components/select-template-dialog/SelectTemplateDialog.vue.d.ts +8 -0
  33. package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +1 -1
  34. package/dist/views/receive-request/composables/use-receive-request-form.d.ts +1 -1
  35. package/dist/{xlsx-q6Ctgevr.js → xlsx-DYXPer0D.js} +1209 -1209
  36. package/dist/{xlsx.util-Cvqg56mI.js → xlsx.util-GCkah-Uu.js} +4 -4
  37. package/package.json +3 -3
  38. package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-D1NAkXMT.js +0 -1690
  39. package/dist/purchase-order-transaction-type-CUtdDhYo.js +0 -299
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-kYGuBDV8.js";
1
+ import { ap as s, _ as r, aq as e, an as o, ao as t, u as i } from "./app-Bi46PfDl.js";
2
2
  export {
3
3
  s as FmApp,
4
4
  r as InventoryBindingForm,
@@ -1,7 +1,7 @@
1
1
  Array.prototype.computeFirst = function(e) {
2
2
  const t = this.length;
3
3
  for (let n = 0; n < t; n++) {
4
- const o = this.at(n), i = e(o, n, this);
4
+ const r = this.at(n), i = e(r, n, this);
5
5
  if (i != null)
6
6
  return i;
7
7
  }
@@ -9,7 +9,7 @@ Array.prototype.computeFirst = function(e) {
9
9
  Array.prototype.computeLast = function(e) {
10
10
  const t = this.length - 1;
11
11
  for (let n = t; n >= 0; n--) {
12
- const o = this.at(n), i = e(o, n, this);
12
+ const r = this.at(n), i = e(r, n, this);
13
13
  if (i != null)
14
14
  return i;
15
15
  }
@@ -17,7 +17,7 @@ Array.prototype.computeLast = function(e) {
17
17
  Array.prototype.insert = function(e, t) {
18
18
  if (t < this.length) {
19
19
  const n = this.splice(t, this.length);
20
- return this[t] = e, n.forEach((o) => this.push(o)), this;
20
+ return this[t] = e, n.forEach((r) => this.push(r)), this;
21
21
  }
22
22
  return this[t] = e, this;
23
23
  };
@@ -15,11 +15,13 @@ export interface FmMultiselectDialogProps {
15
15
  modifyItems?: (modelValue: any[], items: ISelectItemSublabel[]) => ISelectItemSublabel[];
16
16
  items: ISelectItemSublabel[];
17
17
  groups?: ISelectItemGroup[];
18
- multiselect?: boolean;
18
+ singleSelect?: boolean;
19
19
  placeholder?: string;
20
20
  showValidBorder?: boolean;
21
21
  maxHeight?: number;
22
22
  width?: number | undefined;
23
+ noShadow?: boolean;
24
+ loading?: boolean;
23
25
  }
24
26
  export interface FmMultiselectDialogEvents {
25
27
  (event: 'update:modelValue', mv: any): void;
@@ -1,4 +1,4 @@
1
- import "./app-kYGuBDV8.js";
1
+ import "./app-Bi46PfDl.js";
2
2
  function m(a) {
3
3
  function t(o, n = !0) {
4
4
  const e = Math.round(Math.log10(o));