@feedmepos/mf-inventory-portal 0.0.7-dev.2 → 0.0.7-dev.4
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-PgJmPjWr.js → ApprovalView-D1CshEiL.js} +6 -6
- package/dist/{BindingsDialog-Ch42kY-Z.js → BindingsDialog-Box9e9MU.js} +2 -2
- package/dist/{BindingsPicker-CjKJb9Iu.js → BindingsPicker-BMU_18fI.js} +2 -2
- package/dist/{BindingsTable-PvwPN2Vu.js → BindingsTable-CEmUUzD9.js} +3 -3
- package/dist/{ChangeLocationComponent.vue_vue_type_script_setup_true_lang-Dyl7UXMT.js → ChangeLocationComponent.vue_vue_type_script_setup_true_lang-BfmFBfLR.js} +1 -1
- package/dist/{FmMultiselectDialog.vue_vue_type_script_setup_true_lang-BCUjOxSy.js → FmMultiselectDialog.vue_vue_type_script_setup_true_lang-izsN_Y6x.js} +2 -2
- package/dist/{IngredientBindedItem.vue_vue_type_script_setup_true_lang-CDi5O9gb.js → IngredientBindedItem.vue_vue_type_script_setup_true_lang-cNMSS0Ji.js} +1 -1
- package/dist/{IngredientsView--902oYCN.js → IngredientsView-Cx189ZUR.js} +202 -185
- package/dist/{IntegrationView-DzfSwX2I.js → IntegrationView-eJmquyFT.js} +3 -3
- package/dist/{InventoryBindingForm.vue_vue_type_script_setup_true_lang-jBbeI4Xr.js → InventoryBindingForm.vue_vue_type_script_setup_true_lang-CN1SVuzj.js} +5 -5
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-VIcbJgay.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-Dyo5rWdy.js} +1 -1
- package/dist/PreviewBadge.vue_vue_type_script_setup_true_lang-BvadeWUz.js +35 -0
- package/dist/{PurchaseOrderPrintPreview-sr4WLbNL.js → PurchaseOrderPrintPreview-8aVgWGlY.js} +1 -1
- package/dist/{ReceiveRequestView-B3n0s9JC.js → ReceiveRequestView-DosAbeBl.js} +520 -495
- package/dist/{RecipeView-DjHRoOJv.js → RecipeView-_A-EOMMi.js} +7 -7
- package/dist/StockView-CpVv9gnP.js +1938 -0
- package/dist/{SupplierView-DXn13XBW.js → SupplierView-CZmv0Zch.js} +208 -195
- package/dist/{TransferDetails.vue_vue_type_script_setup_true_lang-BdTcFpfV.js → TransferDetails.vue_vue_type_script_setup_true_lang-DnMxN-Zl.js} +5 -5
- package/dist/{UnitView-DVrscPTQ.js → UnitView-CF48QegO.js} +6 -6
- package/dist/{WarehouseView-B1n-2vW4.js → WarehouseView-Pq4tKlGH.js} +3 -3
- package/dist/api/stock.d.ts +8 -0
- package/dist/{app-D-4-R23d.js → app-kk-I7El6.js} +187 -187
- package/dist/app.js +1 -1
- package/dist/components/PremiumBadge.vue.d.ts +24 -0
- package/dist/components/PreviewBadge.vue.d.ts +24 -0
- package/dist/{date2-B0vvvXGT.js → date2-C_MxkBzJ.js} +8 -8
- package/dist/{dayjs.min-BJNynOI_.js → dayjs.min-B0-vxxmd.js} +2251 -2009
- package/dist/{decimal-MudMBQgK.js → decimal-CwL8K3v-.js} +1 -1
- package/dist/{fuzzy-CToOYwhA.js → fuzzy-CdBRA2rL.js} +1 -1
- package/dist/{init-date-range-D5SkV2p4.js → init-date-range-BkRJwJWl.js} +1 -1
- package/dist/{layout-C7Dvo6EU.js → layout-Uo3EuS0G.js} +1 -1
- package/dist/{rules-D4pouPya.js → rules-DMCipsmW.js} +1 -1
- package/dist/stock-estimate-BRvddt7k.js +122 -0
- package/dist/{supplier-lu9adAbr.js → supplier-Ba-xLeGl.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/{use-inventory-binding-dialog-C-4l8D01.js → use-inventory-binding-dialog-Bn0GdfHQ.js} +2 -2
- package/dist/views/stock/components/StockHeaderPreview.vue.d.ts +2 -0
- package/dist/views/stock/components/StockRecalculateDialog.vue.d.ts +9 -0
- package/dist/{xlsx-BIvEkCPF.js → xlsx-DqXzQH_V.js} +628 -628
- package/package.json +3 -3
- package/dist/StockView-CtJ1iGfy.js +0 -1807
- package/dist/stock-estimate-Cpumo92_.js +0 -90
package/dist/app.js
CHANGED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
zIndex?: number | undefined;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
zIndex?: number | undefined;
|
|
5
|
+
}>>>, {}, {}>, Readonly<{
|
|
6
|
+
default(): void;
|
|
7
|
+
}> & {
|
|
8
|
+
default(): void;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
zIndex?: number | undefined;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
zIndex?: number | undefined;
|
|
5
|
+
}>>>, {}, {}>, Readonly<{
|
|
6
|
+
default(): void;
|
|
7
|
+
}> & {
|
|
8
|
+
default(): void;
|
|
9
|
+
}>;
|
|
10
|
+
export default _default;
|
|
11
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
12
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
13
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
14
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
15
|
+
} : {
|
|
16
|
+
type: import('vue').PropType<T[K]>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
+
new (): {
|
|
22
|
+
$slots: S;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as c, d } from "./dayjs.min-
|
|
1
|
+
import { F as c, d } from "./dayjs.min-B0-vxxmd.js";
|
|
2
2
|
function w(t, e) {
|
|
3
3
|
return c.convertPrecision({
|
|
4
4
|
value: t,
|
|
@@ -188,12 +188,12 @@ export {
|
|
|
188
188
|
R as o,
|
|
189
189
|
P as p,
|
|
190
190
|
i as q,
|
|
191
|
-
|
|
192
|
-
|
|
191
|
+
v as r,
|
|
192
|
+
x as s,
|
|
193
193
|
I as t,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
194
|
+
O as u,
|
|
195
|
+
A as v,
|
|
196
|
+
W as w,
|
|
197
|
+
Z as x,
|
|
198
|
+
H as y
|
|
199
199
|
};
|