@feedmepos/mf-common 1.8.0 → 1.8.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -2
- package/dist/App.vue.d.ts +1 -1
- package/dist/api/index.d.ts +3 -2
- package/dist/api/index.d.ts.map +1 -1
- package/dist/app.d.ts +5 -5
- package/dist/app.js +16029 -15809
- package/dist/components/AllBusinessDialog.vue.d.ts +2 -2
- package/dist/components/ChangePassword/ConfirmPassword.vue.d.ts +1 -1
- package/dist/components/ChangePassword/NewPassword.vue.d.ts +1 -1
- package/dist/components/ChangePassword/PasswordField.vue.d.ts +2 -2
- package/dist/components/FeedmeLogo.vue.d.ts +1 -1
- package/dist/components/ManageAccountDialog.vue.d.ts +1 -1
- package/dist/components/ManageAccountDialog.vue.d.ts.map +1 -1
- package/dist/components/MyBusinessDialog.vue.d.ts +1 -1
- package/dist/components/Portal/BusinessDialogMobile.vue.d.ts +2 -2
- package/dist/components/Portal/PortalDesktop.vue.d.ts +6 -4
- package/dist/components/Portal/PortalDesktop.vue.d.ts.map +1 -1
- package/dist/components/Portal/PortalMobile.vue.d.ts +7 -5
- package/dist/components/Portal/PortalMobile.vue.d.ts.map +1 -1
- package/dist/components/Portal/PortalTablet.vue.d.ts +6 -4
- package/dist/components/Portal/PortalTablet.vue.d.ts.map +1 -1
- package/dist/components/Portal/index.d.ts +10 -9
- package/dist/components/Portal/index.d.ts.map +1 -1
- package/dist/components/Portal/index.vue.d.ts +6 -4
- package/dist/components/Portal/index.vue.d.ts.map +1 -1
- package/dist/components/SelectCountryDialog.vue.d.ts +4 -4
- package/dist/components/UserInfo/ProfileMenuItem.vue.d.ts +1 -1
- package/dist/components/UserInfo/index.vue.d.ts +10 -8
- package/dist/components/UserInfo/index.vue.d.ts.map +1 -1
- package/dist/main.d.ts +1 -1
- package/dist/plugin/loading.d.ts +1 -1
- package/dist/store.d.ts +1699 -133
- package/dist/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/utils/clipboard.d.ts +2 -0
- package/dist/utils/clipboard.d.ts.map +1 -0
- package/dist/vite-preset.d.ts +1 -1
- package/package.json +2 -1
@@ -1,9 +1,9 @@
|
|
1
|
-
import { type FmpBusiness } from
|
1
|
+
import { type FmpBusiness } from "@/store";
|
2
2
|
interface Props {
|
3
3
|
close: () => void;
|
4
4
|
selectBusiness: (business: FmpBusiness, shouldReload: boolean) => void;
|
5
5
|
}
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, 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,3 +1,3 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
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;
|
3
3
|
//# sourceMappingURL=ConfirmPassword.vue.d.ts.map
|
@@ -1,3 +1,3 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
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;
|
3
3
|
//# sourceMappingURL=NewPassword.vue.d.ts.map
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { type FmTextFieldProps } from
|
1
|
+
import { type FmTextFieldProps } from "@feedmepos/ui-library";
|
2
2
|
interface Props extends FmTextFieldProps {
|
3
3
|
}
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5
5
|
export default _default;
|
6
6
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
7
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -1,3 +1,3 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
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;
|
3
3
|
//# sourceMappingURL=FeedmeLogo.vue.d.ts.map
|
@@ -1,7 +1,7 @@
|
|
1
1
|
interface Props {
|
2
2
|
modelValue: boolean;
|
3
3
|
}
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5
5
|
export default _default;
|
6
6
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
7
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ManageAccountDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ManageAccountDialog.vue.ts"],"names":[],"mappings":"AAaA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CACpB;;
|
1
|
+
{"version":3,"file":"ManageAccountDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ManageAccountDialog.vue.ts"],"names":[],"mappings":"AAaA,UAAU,KAAK;IACb,UAAU,EAAE,OAAO,CAAA;CACpB;;AAyZD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
interface Props {
|
2
2
|
modelValue: boolean;
|
3
3
|
}
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
5
5
|
export default _default;
|
6
6
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
7
7
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { type FmpBusiness } from
|
1
|
+
import { type FmpBusiness } from "@/store";
|
2
2
|
interface Props {
|
3
3
|
modelValue: boolean;
|
4
4
|
selectBusiness: (business: FmpBusiness, should: boolean) => void;
|
5
5
|
}
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, 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,5 +1,5 @@
|
|
1
|
-
import { type PortalProps } from
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps
|
1
|
+
import { type PortalProps } from "./index";
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
login: () => void;
|
4
4
|
logout: () => void;
|
5
5
|
"select-business": (business: import("@/store").FmpBusiness, shouldReload: boolean) => void;
|
@@ -40,7 +40,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
40
40
|
}, shouldReload: boolean) => void;
|
41
41
|
"select-app": (app: import("@/store").PortalApp) => void;
|
42
42
|
"update:dropdownOpened": (value: boolean) => void;
|
43
|
-
|
43
|
+
"goto:settings": () => void;
|
44
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
|
44
45
|
"onSelect-country"?: ((country: {
|
45
46
|
taxLevel?: number | null | undefined;
|
46
47
|
currency: {
|
@@ -81,7 +82,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
81
82
|
"onSelect-business"?: ((business: import("@/store").FmpBusiness, shouldReload: boolean) => any) | undefined;
|
82
83
|
"onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
|
83
84
|
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
84
|
-
|
85
|
+
"onGoto:settings"?: (() => any) | undefined;
|
86
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
85
87
|
sidebar?(_: {}): any;
|
86
88
|
default?(_: {}): any;
|
87
89
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA
|
1
|
+
{"version":3,"file":"PortalDesktop.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalDesktop.vue.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwe7D,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import type { PortalProps } from
|
2
|
-
import type { FmpBusiness } from
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps
|
1
|
+
import type { PortalProps } from "@/components/Portal/index";
|
2
|
+
import type { FmpBusiness } from "@/store";
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
4
4
|
login: () => void;
|
5
5
|
logout: () => void;
|
6
6
|
"select-business": (business: FmpBusiness, shouldReload: boolean) => void;
|
@@ -41,7 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
41
41
|
}, shouldReload: boolean) => void;
|
42
42
|
"select-app": (app: import("@/store").PortalApp) => void;
|
43
43
|
"update:dropdownOpened": (value: boolean) => void;
|
44
|
-
|
44
|
+
"goto:settings": () => void;
|
45
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
|
45
46
|
"onSelect-country"?: ((country: {
|
46
47
|
taxLevel?: number | null | undefined;
|
47
48
|
currency: {
|
@@ -82,7 +83,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
82
83
|
"onSelect-business"?: ((business: FmpBusiness, shouldReload: boolean) => any) | undefined;
|
83
84
|
"onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
|
84
85
|
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
85
|
-
|
86
|
+
"onGoto:settings"?: (() => any) | undefined;
|
87
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
86
88
|
sidebar?(_: {}): any;
|
87
89
|
default?(_: {}): any;
|
88
90
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA
|
1
|
+
{"version":3,"file":"PortalMobile.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalMobile.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;AAI1E,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0jC1C,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PortalProps } from
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps
|
1
|
+
import type { PortalProps } from "@/components/Portal/index";
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
login: () => void;
|
4
4
|
logout: () => void;
|
5
5
|
"select-business": (business: import("../../store").FmpBusiness, shouldReload: boolean) => void;
|
@@ -40,7 +40,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
40
40
|
}, shouldReload: boolean) => void;
|
41
41
|
"select-app": (app: import("../../store").PortalApp) => void;
|
42
42
|
"update:dropdownOpened": (value: boolean) => void;
|
43
|
-
|
43
|
+
"goto:settings": () => void;
|
44
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
|
44
45
|
"onSelect-country"?: ((country: {
|
45
46
|
taxLevel?: number | null | undefined;
|
46
47
|
currency: {
|
@@ -81,7 +82,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
81
82
|
"onSelect-business"?: ((business: import("../../store").FmpBusiness, shouldReload: boolean) => any) | undefined;
|
82
83
|
"onSelect-app"?: ((app: import("../../store").PortalApp) => any) | undefined;
|
83
84
|
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
84
|
-
|
85
|
+
"onGoto:settings"?: (() => any) | undefined;
|
86
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
85
87
|
default?(_: {}): any;
|
86
88
|
sidebar?(_: {}): any;
|
87
89
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA
|
1
|
+
{"version":3,"file":"PortalTablet.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalTablet.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8kB1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { type FmpBusiness, type PortalApp } from
|
2
|
-
import type { FdoCountry } from
|
3
|
-
import type { FeedMeUser } from
|
1
|
+
import { type FmpBusiness, type PortalApp } from "@/store";
|
2
|
+
import type { FdoCountry } from "@feedmepos/core/entity";
|
3
|
+
import type { FeedMeUser } from "@feedmepos/auth";
|
4
4
|
export interface PortalProps {
|
5
5
|
dropdownOpened: boolean;
|
6
6
|
apps: PortalApp[];
|
@@ -13,11 +13,12 @@ export interface PortalProps {
|
|
13
13
|
embedded: boolean;
|
14
14
|
}
|
15
15
|
export interface PortalEvents {
|
16
|
-
(event:
|
17
|
-
(event:
|
18
|
-
(event:
|
19
|
-
(event:
|
20
|
-
(event:
|
21
|
-
(event:
|
16
|
+
(event: "login"): void;
|
17
|
+
(event: "logout"): void;
|
18
|
+
(event: "select-business", business: FmpBusiness, shouldReload: boolean): void;
|
19
|
+
(event: "select-country", country: FdoCountry, shouldReload: boolean): void;
|
20
|
+
(event: "select-app", app: PortalApp): void;
|
21
|
+
(event: "update:dropdownOpened", value: boolean): void;
|
22
|
+
(event: "goto:settings"): void;
|
22
23
|
}
|
23
24
|
//# sourceMappingURL=index.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAA;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,OAAO,CAAA;IACvB,IAAI,EAAE,SAAS,EAAE,CAAA;IACjB,UAAU,EAAE,SAAS,GAAG,SAAS,CAAA;IACjC,UAAU,EAAE,WAAW,EAAE,CAAA;IACzB,eAAe,EAAE,WAAW,GAAG,SAAS,CAAA;IACxC,SAAS,EAAE,UAAU,EAAE,CAAA;IACvB,cAAc,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,IAAI,EAAE,UAAU,GAAG,IAAI,CAAA;IAEvB,QAAQ,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAEtB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAA;IAEvB,CAAC,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAAA;IAE9E,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAAA;IAE3E,CAAC,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,CAAA;IAE3C,CAAC,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,WAAW,EAAE,KAAK,SAAS,EAAE,MAAM,SAAS,CAAA;AAC1D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAA;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,OAAO,CAAA;IACvB,IAAI,EAAE,SAAS,EAAE,CAAA;IACjB,UAAU,EAAE,SAAS,GAAG,SAAS,CAAA;IACjC,UAAU,EAAE,WAAW,EAAE,CAAA;IACzB,eAAe,EAAE,WAAW,GAAG,SAAS,CAAA;IACxC,SAAS,EAAE,UAAU,EAAE,CAAA;IACvB,cAAc,EAAE,MAAM,GAAG,SAAS,CAAA;IAClC,IAAI,EAAE,UAAU,GAAG,IAAI,CAAA;IAEvB,QAAQ,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,YAAY;IAC3B,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAEtB,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAA;IAEvB,CAAC,KAAK,EAAE,iBAAiB,EAAE,QAAQ,EAAE,WAAW,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAAA;IAE9E,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,OAAO,GAAG,IAAI,CAAA;IAE3E,CAAC,KAAK,EAAE,YAAY,EAAE,GAAG,EAAE,SAAS,GAAG,IAAI,CAAA;IAE3C,CAAC,KAAK,EAAE,uBAAuB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAA;IAEtD,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI,CAAA;CAC/B"}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import type { PortalProps } from
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PortalProps
|
1
|
+
import type { PortalProps } from "@/components/Portal/index";
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
3
3
|
login: () => void;
|
4
4
|
logout: () => void;
|
5
5
|
"select-business": (business: import("../../store").FmpBusiness, shouldReload: boolean) => void;
|
@@ -40,7 +40,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
40
40
|
}, shouldReload: boolean) => void;
|
41
41
|
"select-app": (app: import("../../store").PortalApp) => void;
|
42
42
|
"update:dropdownOpened": (value: boolean) => void;
|
43
|
-
|
43
|
+
"goto:settings": () => void;
|
44
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
|
44
45
|
"onSelect-country"?: ((country: {
|
45
46
|
taxLevel?: number | null | undefined;
|
46
47
|
currency: {
|
@@ -81,7 +82,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
81
82
|
"onSelect-business"?: ((business: import("../../store").FmpBusiness, shouldReload: boolean) => any) | undefined;
|
82
83
|
"onSelect-app"?: ((app: import("../../store").PortalApp) => any) | undefined;
|
83
84
|
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
84
|
-
|
85
|
+
"onGoto:settings"?: (() => any) | undefined;
|
86
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
85
87
|
sidebar?(_: {}): any;
|
86
88
|
default?(_: {}): any;
|
87
89
|
}>;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/index.vue.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,2BAA2B,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0Q1E,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import type { FdoCountry } from
|
1
|
+
import type { FdoCountry } from "@feedmepos/core/entity";
|
2
2
|
interface Props {
|
3
3
|
currentCountry: string | undefined;
|
4
4
|
countries: FdoCountry[];
|
5
5
|
}
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
7
7
|
"select-country": (country: {
|
8
8
|
taxLevel?: number | null | undefined;
|
9
9
|
currency: {
|
@@ -39,7 +39,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
39
39
|
}[];
|
40
40
|
}[];
|
41
41
|
}, shouldReload: boolean) => void;
|
42
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
42
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{
|
43
43
|
"onSelect-country"?: ((country: {
|
44
44
|
taxLevel?: number | null | undefined;
|
45
45
|
currency: {
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
75
75
|
}[];
|
76
76
|
}[];
|
77
77
|
}, shouldReload: boolean) => any) | undefined;
|
78
|
-
}, {}, {}>;
|
78
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
79
79
|
export default _default;
|
80
80
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
81
81
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
@@ -4,7 +4,7 @@ interface Props {
|
|
4
4
|
perpendIcon?: string;
|
5
5
|
appendIcon?: string;
|
6
6
|
}
|
7
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props
|
7
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
8
8
|
"title-slot"?(_: {}): any;
|
9
9
|
}>;
|
10
10
|
export default _default;
|
@@ -1,7 +1,7 @@
|
|
1
|
-
import { type PropType } from
|
2
|
-
import type { FeedMeUser } from
|
3
|
-
import { type FmpBusiness } from
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
1
|
+
import { type PropType } from "vue";
|
2
|
+
import type { FeedMeUser } from "@feedmepos/auth";
|
3
|
+
import { type FmpBusiness } from "@/store";
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
5
5
|
user: {
|
6
6
|
type: PropType<FeedMeUser | null>;
|
7
7
|
default: undefined;
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
56
56
|
type: PropType<string | undefined>;
|
57
57
|
required: true;
|
58
58
|
};
|
59
|
-
}
|
59
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
60
60
|
login: () => void;
|
61
61
|
logout: () => void;
|
62
62
|
"select-business": (business: FmpBusiness, shouldReload: boolean) => void;
|
@@ -97,6 +97,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
97
97
|
}, shouldReload: boolean) => void;
|
98
98
|
"select-app": (app: import("@/store").PortalApp) => void;
|
99
99
|
"update:dropdownOpened": (value: boolean) => void;
|
100
|
+
"goto:settings": () => void;
|
100
101
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
101
102
|
user: {
|
102
103
|
type: PropType<FeedMeUser | null>;
|
@@ -152,7 +153,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
152
153
|
type: PropType<string | undefined>;
|
153
154
|
required: true;
|
154
155
|
};
|
155
|
-
}>> & {
|
156
|
+
}>> & Readonly<{
|
156
157
|
"onSelect-country"?: ((country: {
|
157
158
|
taxLevel?: number | null | undefined;
|
158
159
|
currency: {
|
@@ -193,9 +194,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
193
194
|
"onSelect-business"?: ((business: FmpBusiness, shouldReload: boolean) => any) | undefined;
|
194
195
|
"onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
|
195
196
|
"onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
|
196
|
-
|
197
|
+
"onGoto:settings"?: (() => any) | undefined;
|
198
|
+
}>, {
|
197
199
|
currentBusiness: FmpBusiness;
|
198
200
|
user: FeedMeUser | null;
|
199
|
-
}, {}>;
|
201
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
200
202
|
export default _default;
|
201
203
|
//# sourceMappingURL=index.vue.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/index.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,QAAQ,EAAoB,MAAM,KAAK,CAAA;AAE/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,SAAS,CAAA
|
1
|
+
{"version":3,"file":"index.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/UserInfo/index.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,KAAK,QAAQ,EAAoB,MAAM,KAAK,CAAA;AAE/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AACjD,OAAO,EAAE,KAAK,WAAW,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmiBxD,wBA4BG"}
|
package/dist/main.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import
|
1
|
+
import "./assets/main.css";
|
2
2
|
//# sourceMappingURL=main.d.ts.map
|
package/dist/plugin/loading.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { Ref } from
|
1
|
+
import type { Ref } from "vue";
|
2
2
|
interface SimpleWait {
|
3
3
|
<Callback extends (...args: any[]) => any, Args extends Parameters<Callback>, Return extends ReturnType<Callback>>(callback: Callback, config: {
|
4
4
|
onSuccess?: (result: Awaited<Return>) => void;
|