@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.
- package/dist/{ApprovalView-BY13XuOu.js → ApprovalView-CKcQLAI8.js} +5 -5
- package/dist/{BindingsDialog-B3PP-XkE.js → BindingsDialog-Cp73zLps.js} +9 -9
- package/dist/{BindingsPicker-DL17pRty.js → BindingsPicker-DgRYGAX9.js} +1 -1
- package/dist/{BindingsTable-CjKOv7Yw.js → BindingsTable-DcAf4NjN.js} +1 -1
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-DoF7wwNT.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-La7HFqE7.js} +2 -2
- package/dist/{IngredientsView-C-rsKAsF.js → IngredientsView-CudiU14j.js} +5 -5
- package/dist/{IntegrationView-BkhfPSjM.js → IntegrationView-DAL6iV4z.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Buc21sEN.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-QzKXWhYR.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BRijSilS.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DjjUDrN3.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-CGMMozPA.js → PurchaseOrderPrintPreview-Dx0kFMsh.js} +1 -1
- package/dist/{ReceiveRequestView-Bk0pUeEm.js → ReceiveRequestView-CJPRYtPB.js} +8 -8
- package/dist/{RecipeView-kzA9kIg8.js → RecipeView-B_q03wl5.js} +4 -4
- package/dist/{StockView-DF-ucES_.js → StockView-jsZK17Y2.js} +8 -8
- package/dist/{SupplierView-XlzsU00G.js → SupplierView-tzSVBr7C.js} +4 -4
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-Bp7AJiJ-.js → TransferDetails.vue_vue_type_script_setup_true_lang-Dgn1Q71R.js} +4 -4
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-BqxrMEtA.js +1437 -0
- package/dist/{TransferTemplateView-CsA2SzQY.js → TransferTemplateView-DTH0Vubz.js} +197 -197
- package/dist/{UnitView-9VMIlEZ_.js → UnitView-CmxzOeJT.js} +5 -5
- package/dist/{WarehouseView-JTYLFBsu.js → WarehouseView-CRQ0iaDH.js} +3 -3
- package/dist/{app-kYGuBDV8.js → app-Bi46PfDl.js} +6829 -6807
- package/dist/app.js +1 -1
- package/dist/{array-AvWd53LI.js → array-ClJzD_Lt.js} +3 -3
- package/dist/components/FmMultiselectDialogProps.d.ts +3 -1
- package/dist/{decimal-E3w4eGHF.js → decimal-BgCTHluk.js} +1 -1
- package/dist/format-unit-display-B7oG4kXR.js +668 -0
- package/dist/{id-to-date-gyR82hWy.js → id-to-date-BoyYjRV6.js} +1 -1
- package/dist/{layout-BTYR4n3X.js → layout-BMITwCg7.js} +1 -1
- package/dist/stores/feature.d.ts +1 -0
- package/dist/stores/location.d.ts +4 -0
- package/dist/{supplier-Ed-Bva_-.js → supplier-CGwlcK2h.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/receive-request/components/select-template-dialog/SelectTemplateDialog.vue.d.ts +8 -0
- package/dist/views/receive-request/components/transfer-dialog/TransferDialogProps.d.ts +1 -1
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +1 -1
- package/dist/{xlsx-q6Ctgevr.js → xlsx-DYXPer0D.js} +1209 -1209
- package/dist/{xlsx.util-Cvqg56mI.js → xlsx.util-GCkah-Uu.js} +4 -4
- package/package.json +3 -3
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-D1NAkXMT.js +0 -1690
- package/dist/purchase-order-transaction-type-CUtdDhYo.js +0 -299
package/dist/app.js
CHANGED
|
@@ -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
|
|
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
|
|
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((
|
|
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
|
-
|
|
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;
|