@feedmepos/mf-inventory-portal 0.0.22-dev.41 → 0.0.22-dev.42
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-DKqwRFlF.js → ApprovalView-5YpqaJKy.js} +3 -3
- package/dist/{BindingsDialog-CtMSqEuE.js → BindingsDialog-lGoLNJyU.js} +1 -1
- package/dist/{BindingsPicker-DCLNF1PL.js → BindingsPicker-CdvkacXh.js} +1 -1
- package/dist/{BindingsTable-6ndQuHeA.js → BindingsTable-B8G9Ckdk.js} +1 -1
- package/dist/ClosingTemplateView-Dcy08dPm.js +1775 -0
- package/dist/FmDroppableField-DeW5xBTW.js +154 -0
- package/dist/{FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-BUGB0uk3.js → FmFilterableMenuOptions.vue_vue_type_script_setup_true_lang-DBpTwDEI.js} +3 -3
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-CM93v-jp.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-cSTp7zUx.js} +1 -1
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-SNp8etCc.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-DFHzlUVu.js} +1 -1
- package/dist/{IngredientsView-B1jGkWYN.js → IngredientsView-DKJjOK_4.js} +5 -5
- package/dist/IntegrationView-CgqU4EBV.js +1141 -0
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-mZQlrYaY.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-gvpXGm1X.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BEFmqnHk.js → PremiumBadge.vue_vue_type_script_setup_true_lang-B3JDjoOu.js} +2 -2
- package/dist/{PurchaseOrderPrintPreview-DTQViYuX.js → PurchaseOrderPrintPreview-olI-JfjI.js} +1 -1
- package/dist/{ReceiveRequestView-CNRixgQu.js → ReceiveRequestView-flhI8D2c.js} +10 -10
- package/dist/{RecipeView-HStPC5pE.js → RecipeView-CoMyQ92u.js} +4 -4
- package/dist/{StockView-JO3NtkX9.js → StockView-Dae47pLA.js} +5 -5
- package/dist/{SupplierView-gtaS4K3U.js → SupplierView-CxYZUHrc.js} +3 -3
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-dPt3qbcX.js → TransferDetails.vue_vue_type_script_setup_true_lang-DoEEedkk.js} +5 -5
- package/dist/TransferTemplateView-DdB7z0b4.js +1302 -0
- package/dist/{UnitView-dbInWUk4.js → UnitView-B0E2nG3J.js} +4 -4
- package/dist/{WarehouseView-BlTBvLF0.js → WarehouseView-NQ2JwyWK.js} +2 -2
- package/dist/{app-TB3IWuaU.js → app-tiUQG6R0.js} +3917 -3873
- package/dist/app.d.ts +50 -3
- package/dist/app.js +1 -1
- package/dist/components/FmMultiselectDialog.vue.d.ts +3 -9
- package/dist/{decimal-BRAYgPnN.js → decimal-BOvNv58m.js} +1 -1
- package/dist/{defineDeepModel-DrEk5Fhq.js → defineDeepModel-CNgIKGt8.js} +1 -1
- package/dist/{format-time-from-id-kpVYfVQb.js → format-time-from-id-DWlH-AZV.js} +1 -1
- package/dist/format-unit-display-DIhXvTxN.js +1195 -0
- package/dist/stores/netsuite.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/{supplier-CJcqHpaM.js → supplier-rpkSwf7L.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-template-enabled-locations-2-DyD24laW.js → use-template-enabled-locations-2-BrK8SKvw.js} +1 -1
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +7 -5
- package/dist/{xlsx-Dd5ckm6-.js → xlsx-DGqkxpZX.js} +1 -1
- package/dist/{xlsx.util-qlqvEcJz.js → xlsx.util-CvycJwUf.js} +1 -1
- package/package.json +1 -1
- package/dist/ClosingTemplateView-BPrDQ_8-.js +0 -1688
- package/dist/FmDroppableField-DQFPEiJn.js +0 -152
- package/dist/IntegrationView-Bu0waSjB.js +0 -1141
- package/dist/TransferTemplateView-C0pjLfbz.js +0 -2054
- package/dist/purchase-order-transaction-type-ZMNa__2l.js +0 -348
package/dist/app.d.ts
CHANGED
|
@@ -40,6 +40,23 @@ export declare const i18nMessages: {
|
|
|
40
40
|
longitude: string;
|
|
41
41
|
latitude: string;
|
|
42
42
|
};
|
|
43
|
+
itemsSelected: string;
|
|
44
|
+
filterItems: string;
|
|
45
|
+
noItemsFound: string;
|
|
46
|
+
dropField: {
|
|
47
|
+
dropToUpload: string;
|
|
48
|
+
invalidFileType: string;
|
|
49
|
+
fileSizeExceeded: string;
|
|
50
|
+
accepts: string;
|
|
51
|
+
maxSize: string;
|
|
52
|
+
};
|
|
53
|
+
select: {
|
|
54
|
+
selectAll: string;
|
|
55
|
+
removeAll: string;
|
|
56
|
+
};
|
|
57
|
+
min: string;
|
|
58
|
+
max: string;
|
|
59
|
+
loading: string;
|
|
43
60
|
};
|
|
44
61
|
inventoryBindings: {
|
|
45
62
|
linkRecipe: string;
|
|
@@ -159,6 +176,24 @@ export declare const i18nMessages: {
|
|
|
159
176
|
error: string;
|
|
160
177
|
errorMessage: string;
|
|
161
178
|
};
|
|
179
|
+
import: {
|
|
180
|
+
title: string;
|
|
181
|
+
message: string;
|
|
182
|
+
new: string;
|
|
183
|
+
allLocations: string;
|
|
184
|
+
nLocations: string;
|
|
185
|
+
nItems: string;
|
|
186
|
+
};
|
|
187
|
+
publish: {
|
|
188
|
+
title: string;
|
|
189
|
+
message: string;
|
|
190
|
+
dialogTitle: string;
|
|
191
|
+
noRecentActivity: string;
|
|
192
|
+
nothingToPublish: string;
|
|
193
|
+
publishing: string;
|
|
194
|
+
recentlyPublishedAt: string;
|
|
195
|
+
stillPublishing: string;
|
|
196
|
+
};
|
|
162
197
|
};
|
|
163
198
|
table: {
|
|
164
199
|
createdAt: string;
|
|
@@ -166,19 +201,30 @@ export declare const i18nMessages: {
|
|
|
166
201
|
noOfItems: string;
|
|
167
202
|
enabledOutlets: string;
|
|
168
203
|
reference: string;
|
|
204
|
+
status: string;
|
|
205
|
+
published: string;
|
|
206
|
+
unpublished: string;
|
|
207
|
+
enabledForAll: string;
|
|
208
|
+
enabledForN: string;
|
|
169
209
|
};
|
|
170
210
|
form: {
|
|
211
|
+
name: string;
|
|
212
|
+
reference: string;
|
|
213
|
+
locations: string;
|
|
214
|
+
selectLocation: string;
|
|
215
|
+
enabledUnits: string;
|
|
171
216
|
items: {
|
|
172
217
|
selectItem: string;
|
|
173
|
-
addItem: string;
|
|
174
218
|
title: string;
|
|
219
|
+
name: string;
|
|
220
|
+
enableUnit: string;
|
|
221
|
+
addItem: string;
|
|
175
222
|
};
|
|
176
|
-
name: string;
|
|
177
|
-
reference: string;
|
|
178
223
|
};
|
|
179
224
|
};
|
|
180
225
|
ingredient: {
|
|
181
226
|
title: string;
|
|
227
|
+
title2: string;
|
|
182
228
|
code: string;
|
|
183
229
|
name: string;
|
|
184
230
|
unit: string;
|
|
@@ -286,6 +332,7 @@ export declare const i18nMessages: {
|
|
|
286
332
|
};
|
|
287
333
|
recipe: {
|
|
288
334
|
title: string;
|
|
335
|
+
title2: string;
|
|
289
336
|
name: string;
|
|
290
337
|
ingredients: string;
|
|
291
338
|
export: {
|
package/dist/app.js
CHANGED
|
@@ -1,15 +1,9 @@
|
|
|
1
1
|
import type { FmMultiselectDialogProps } from './FmMultiselectDialogProps';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {
|
|
3
|
-
placeholder: string;
|
|
4
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5
3
|
"update:modelValue": (mv: any) => void;
|
|
6
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {
|
|
7
|
-
placeholder: string;
|
|
8
|
-
}>>> & Readonly<{
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<FmMultiselectDialogProps>, {}>>> & Readonly<{
|
|
9
5
|
"onUpdate:modelValue"?: ((mv: any) => any) | undefined;
|
|
10
|
-
}>, {
|
|
11
|
-
placeholder: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
7
|
export default _default;
|
|
14
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
9
|
type __VLS_TypePropsToRuntimeProps<T> = {
|