@feedmepos/mf-common 1.8.20 → 1.8.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { type PortalProps } from "./index";
2
2
  import { type PortalApp } from "@/store";
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ declare const _default: 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: import("@/store").FmpBusiness, shouldReload: boolean) => void;
@@ -43,6 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
43
43
  "select-app": (app: PortalApp) => void;
44
44
  "update:dropdownOpened": (value: boolean) => void;
45
45
  "goto:settings": () => void;
46
+ "goto:portal-v2": () => void;
46
47
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
47
48
  "onSelect-country"?: ((country: {
48
49
  taxLevel?: number | null | undefined;
@@ -86,10 +87,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
86
87
  "onSelect-app"?: ((app: PortalApp) => any) | undefined;
87
88
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
88
89
  "onGoto:settings"?: (() => any) | undefined;
89
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
90
- sidebar?(_: {}): any;
91
- default?(_: {}): any;
92
- }>;
90
+ "onGoto:portal-v2"?: (() => any) | undefined;
91
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
92
  export default _default;
94
93
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
95
94
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -100,9 +99,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
100
99
  required: true;
101
100
  };
102
101
  };
103
- type __VLS_WithTemplateSlots<T, S> = T & {
104
- new (): {
105
- $slots: S;
106
- };
107
- };
108
102
  //# sourceMappingURL=PortalDesktop.vue.d.ts.map
@@ -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;AAE7D,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmhBtD,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
+ {"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;AAE7D,OAAO,EAAE,KAAK,SAAS,EAAgB,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+dtD,wBAOG;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,6 +1,6 @@
1
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, {
2
+ import { type FmpBusiness } from "@/store";
3
+ declare const _default: 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;
@@ -43,6 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
43
43
  "select-app": (app: import("@/store").PortalApp) => void;
44
44
  "update:dropdownOpened": (value: boolean) => void;
45
45
  "goto:settings": () => void;
46
+ "goto:portal-v2": () => void;
46
47
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
47
48
  "onSelect-country"?: ((country: {
48
49
  taxLevel?: number | null | undefined;
@@ -86,10 +87,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
86
87
  "onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
87
88
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
88
89
  "onGoto:settings"?: (() => any) | undefined;
89
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
90
- sidebar?(_: {}): any;
91
- default?(_: {}): any;
92
- }>;
90
+ "onGoto:portal-v2"?: (() => any) | undefined;
91
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
92
  export default _default;
94
93
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
95
94
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -100,9 +99,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
100
99
  required: true;
101
100
  };
102
101
  };
103
- type __VLS_WithTemplateSlots<T, S> = T & {
104
- new (): {
105
- $slots: S;
106
- };
107
- };
108
102
  //# sourceMappingURL=PortalMobile.vue.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgoC1C,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
+ {"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,EAAgB,KAAK,WAAW,EAAE,MAAM,SAAS,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAupCxD,wBAOG;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"}
@@ -0,0 +1,3 @@
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
+ export default _default;
3
+ //# sourceMappingURL=PortalSidebar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PortalSidebar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Portal/PortalSidebar.vue.ts"],"names":[],"mappings":";AAmEA,wBAKG"}
@@ -1,8 +1,8 @@
1
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, {
2
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
3
  login: () => void;
4
4
  logout: () => void;
5
- "select-business": (business: import("../../store").FmpBusiness, shouldReload: boolean) => void;
5
+ "select-business": (business: import("@/store").FmpBusiness, shouldReload: boolean) => void;
6
6
  "open-my-business": () => void;
7
7
  "select-country": (country: {
8
8
  taxLevel?: number | null | undefined;
@@ -39,9 +39,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
39
39
  }[];
40
40
  }[];
41
41
  }, shouldReload: boolean) => void;
42
- "select-app": (app: import("../../store").PortalApp) => void;
42
+ "select-app": (app: import("@/store").PortalApp) => void;
43
43
  "update:dropdownOpened": (value: boolean) => void;
44
44
  "goto:settings": () => void;
45
+ "goto:portal-v2": () => void;
45
46
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
46
47
  "onSelect-country"?: ((country: {
47
48
  taxLevel?: number | null | undefined;
@@ -80,15 +81,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
80
81
  }, shouldReload: boolean) => any) | undefined;
81
82
  onLogin?: (() => any) | undefined;
82
83
  onLogout?: (() => any) | undefined;
83
- "onSelect-business"?: ((business: import("../../store").FmpBusiness, shouldReload: boolean) => any) | undefined;
84
+ "onSelect-business"?: ((business: import("@/store").FmpBusiness, shouldReload: boolean) => any) | undefined;
84
85
  "onOpen-my-business"?: (() => any) | undefined;
85
- "onSelect-app"?: ((app: import("../../store").PortalApp) => any) | undefined;
86
+ "onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
86
87
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
87
88
  "onGoto:settings"?: (() => any) | undefined;
88
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
89
- default?(_: {}): any;
90
- sidebar?(_: {}): any;
91
- }>;
89
+ "onGoto:portal-v2"?: (() => any) | undefined;
90
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
92
91
  export default _default;
93
92
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
94
93
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -99,9 +98,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
99
98
  required: true;
100
99
  };
101
100
  };
102
- type __VLS_WithTemplateSlots<T, S> = T & {
103
- new (): {
104
- $slots: S;
105
- };
106
- };
107
101
  //# sourceMappingURL=PortalTablet.vue.d.ts.map
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0nB1E,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
+ {"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAipB1E,wBAOG;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"}
@@ -21,5 +21,6 @@ export interface PortalEvents {
21
21
  (event: "select-app", app: PortalApp): void;
22
22
  (event: "update:dropdownOpened", value: boolean): void;
23
23
  (event: "goto:settings"): void;
24
+ (event: "goto:portal-v2"): void;
24
25
  }
25
26
  //# 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,kBAAkB,GAAG,IAAI,CAAA;IAEjC,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
+ {"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,kBAAkB,GAAG,IAAI,CAAA;IAEjC,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;IAE9B,CAAC,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAA;CAChC"}
@@ -42,6 +42,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
42
42
  "select-app": (app: import("@/store").PortalApp) => void;
43
43
  "update:dropdownOpened": (value: boolean) => void;
44
44
  "goto:settings": () => void;
45
+ "goto:portal-v2": () => void;
45
46
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PortalProps>>> & Readonly<{
46
47
  "onSelect-country"?: ((country: {
47
48
  taxLevel?: number | null | undefined;
@@ -85,8 +86,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
85
86
  "onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
86
87
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
87
88
  "onGoto:settings"?: (() => any) | undefined;
89
+ "onGoto:portal-v2"?: (() => any) | undefined;
88
90
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
89
- sidebar?(_: {}): any;
90
91
  default?(_: {}): any;
91
92
  }>;
92
93
  export default _default;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2T1E,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
+ {"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoM1E,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"}
@@ -99,6 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
99
99
  "select-app": (app: import("@/store").PortalApp) => void;
100
100
  "update:dropdownOpened": (value: boolean) => void;
101
101
  "goto:settings": () => void;
102
+ "goto:portal-v2": () => void;
102
103
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
103
104
  user: {
104
105
  type: PropType<FeedMeUser | null>;
@@ -197,6 +198,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
197
198
  "onSelect-app"?: ((app: import("@/store").PortalApp) => any) | undefined;
198
199
  "onUpdate:dropdownOpened"?: ((value: boolean) => any) | undefined;
199
200
  "onGoto:settings"?: (() => any) | undefined;
201
+ "onGoto:portal-v2"?: (() => any) | undefined;
200
202
  }>, {
201
203
  currentBusiness: FmpBusiness;
202
204
  user: FeedMeUser | null;
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAshBxD,wBA4BG"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAshBxD,wBA4BG"}
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .country-dialog--footer[data-v-72eb492f]{display:flex;width:100%;align-items:center;justify-content:flex-end}@media (min-width: 0px) and (max-width: 647px){.country-dialog--footer[data-v-72eb492f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}}.business-info-icon{width:45px;height:45px;min-width:45px;min-height:45px;vertical-align:middle;border-radius:50%}.profile-menu-item[data-v-c679bca7]{display:flex;width:100%;align-items:center;justify-content:flex-start}.profile-menu-item[data-v-c679bca7]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu-item[data-v-c679bca7]{padding-left:12px;padding-right:12px}@media (min-width: 0px) and (max-width: 647px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}@media (min-width: 648px) and (max-width: 959px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}.profile-menu-item[data-v-c679bca7]{text-align:left;border-radius:8px}.profile-menu-item--title[data-v-c679bca7]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none}.profile-menu-item--subtitle[data-v-c679bca7]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300)}.user-info-icon[data-v-3fa2804f]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%)}.user-info-icon--md[data-v-3fa2804f]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-3fa2804f]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-3fa2804f]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-3fa2804f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu--profile[data-v-3fa2804f]{padding:4px 16px;display:flex;align-items:center}.profile-menu--profile .profile-displayName[data-v-3fa2804f]{font-size:1rem;font-weight:400;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--profile .profile-email[data-v-3fa2804f]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--block[data-v-3fa2804f]{padding-left:4px;padding-right:4px}.profile-menu--divider[data-v-3fa2804f]{padding:4px 8px}.profile-menu--divider[data-v-3fa2804f]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.logo[data-v-e8337bff]{height:48px;width:48px;padding:8px}.logo[data-v-e8337bff]>svg{width:100%;height:100%}.app-header[data-v-823ad21a]{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;height:56px;align-items:center;justify-content:space-between;overflow:hidden;padding:4px 24px 4px 8px;border-bottom-width:1px;border-bottom-color:var(--fm-color-neutral-gray-100);background-color:var(--fm-color-neutral-white)}.app-container[data-v-823ad21a]{min-height:100vh;background-color:var(--fm-color-neutral-gray-100)}.app-content[data-v-823ad21a]{height:100%;overflow:auto;padding-left:240px;transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.app-content--expanded[data-v-823ad21a]{padding:0}.app-sidebar[data-v-823ad21a]{position:fixed;top:0;left:0;--tw-bg-opacity: 1;background-color:rgb(253 253 254 / var(--tw-bg-opacity));height:100vh;width:240px;transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.app-sidebar--close[data-v-823ad21a]{width:0px;overflow:hidden}.app-menu[data-v-823ad21a]{width:100%}.app-menu[data-v-823ad21a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu[data-v-823ad21a]{padding-left:1.25rem;padding-right:1.25rem;padding-top:12px;padding-bottom:12px}.app-menu--content[data-v-823ad21a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.app-menu--item[data-v-823ad21a]{display:flex;align-items:center;gap:8px}.app-menu--item--icon[data-v-823ad21a]{height:48px;width:48px}.app-menu--item--content[data-v-823ad21a]{flex:1 1 0%}.app-menu--name[data-v-823ad21a]{font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none}.app-menu--description[data-v-823ad21a]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-400)}.app-menu--divider[data-v-823ad21a]{height:1px;width:100%;border-radius:4px;background-color:var(--fm-color-neutral-gray-100)}.app-menu--advertisement[data-v-823ad21a]{aspect-ratio:402/156;width:100%;border-radius:8px;background-color:var(--fm-color-neutral-gray-100);font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--fm-color-neutral-gray-300)}.slide-right-enter-active[data-v-4b863b4b],.slide-right-leave-active[data-v-4b863b4b]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-4b863b4b]{transform:translate(100%)}.slide-right-enter-to[data-v-4b863b4b],.slide-right-leave-from[data-v-4b863b4b]{transform:translate(0)}.slide-right-leave-to[data-v-4b863b4b]{transform:translate(100%)}.fade-enter-active[data-v-4b863b4b],.fade-leave-active[data-v-4b863b4b]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-4b863b4b]{opacity:0}.fade-enter-to[data-v-4b863b4b],.fade-leave-from[data-v-4b863b4b]{opacity:1}.fade-leave-to[data-v-4b863b4b]{opacity:0}.slide-enter-from[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-daa06e6b],.slide-leave-from[data-v-daa06e6b]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-daa06e6b],.slide-leave-active[data-v-daa06e6b]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.user-info-icon[data-v-2dff1512]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%);height:48px;width:48px;border-radius:16px}.profile-menu--divider[data-v-2dff1512]{padding:4px 8px}.profile-menu--divider[data-v-2dff1512]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.slide-enter-from[data-v-2dff1512]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-2dff1512],.slide-leave-from[data-v-2dff1512]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-2dff1512]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-2dff1512],.slide-leave-active[data-v-2dff1512]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-active[data-v-2dff1512],.fade-leave-active[data-v-2dff1512]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-2dff1512]{opacity:0}.fade-enter-to[data-v-2dff1512],.fade-leave-from[data-v-2dff1512]{opacity:1}.fade-leave-to[data-v-2dff1512]{opacity:0}.slide-right-enter-active[data-v-2dff1512],.slide-right-leave-active[data-v-2dff1512]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-2dff1512]{transform:translate(100%)}.slide-right-enter-to[data-v-2dff1512],.slide-right-leave-from[data-v-2dff1512]{transform:translate(0)}.slide-right-leave-to[data-v-2dff1512]{transform:translate(100%)}
1
+ .country-dialog--footer[data-v-72eb492f]{display:flex;width:100%;align-items:center;justify-content:flex-end}@media (min-width: 0px) and (max-width: 647px){.country-dialog--footer[data-v-72eb492f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}}.business-info-icon{width:45px;height:45px;min-width:45px;min-height:45px;vertical-align:middle;border-radius:50%}.profile-menu-item[data-v-c679bca7]{display:flex;width:100%;align-items:center;justify-content:flex-start}.profile-menu-item[data-v-c679bca7]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu-item[data-v-c679bca7]{padding-left:12px;padding-right:12px}@media (min-width: 0px) and (max-width: 647px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}@media (min-width: 648px) and (max-width: 959px){.profile-menu-item[data-v-c679bca7]{padding-left:16px;padding-right:16px}}.profile-menu-item[data-v-c679bca7]{text-align:left;border-radius:8px}.profile-menu-item--title[data-v-c679bca7]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none}.profile-menu-item--subtitle[data-v-c679bca7]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300)}.user-info-icon[data-v-3fa2804f]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%)}.user-info-icon--md[data-v-3fa2804f]{height:2.25rem;width:2.25rem;border-radius:8px}.user-info-icon--lg[data-v-3fa2804f]{height:48px;width:48px;border-radius:16px}.profile-menu[data-v-3fa2804f]{width:280px;padding-top:12px;padding-bottom:12px}.profile-menu--profile[data-v-3fa2804f]>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8px * var(--tw-space-x-reverse));margin-left:calc(8px * calc(1 - var(--tw-space-x-reverse)))}.profile-menu--profile[data-v-3fa2804f]{padding:4px 16px;display:flex;align-items:center}.profile-menu--profile .profile-displayName[data-v-3fa2804f]{font-size:1rem;font-weight:400;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--profile .profile-email[data-v-3fa2804f]{font-size:.875rem;font-weight:400;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;color:var(--fm-color-neutral-gray-300);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu--block[data-v-3fa2804f]{padding-left:4px;padding-right:4px}.profile-menu--divider[data-v-3fa2804f]{padding:4px 8px}.profile-menu--divider[data-v-3fa2804f]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.logo[data-v-e8337bff]{height:48px;width:48px;padding:8px}.logo[data-v-e8337bff]>svg{width:100%;height:100%}.app-header[data-v-c618b79a]{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;height:56px;align-items:center;justify-content:space-between;overflow:hidden;padding:4px 24px 4px 8px;border-bottom-width:1px;border-bottom-color:var(--fm-color-neutral-gray-100);background-color:var(--fm-color-neutral-white)}.app-container[data-v-c618b79a]{min-height:100vh;background-color:var(--fm-color-neutral-gray-100)}.app-content[data-v-c618b79a]{height:100%;overflow:auto;padding-left:240px;transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.app-content--expanded[data-v-c618b79a]{padding:0}.app-menu[data-v-c618b79a]{width:100%}.app-menu[data-v-c618b79a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu[data-v-c618b79a]{padding-left:1.25rem;padding-right:1.25rem;padding-top:12px;padding-bottom:12px}.app-menu--content[data-v-c618b79a]>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px * var(--tw-space-y-reverse))}.app-menu--item[data-v-c618b79a]{display:flex;align-items:center;gap:8px}.app-menu--item--icon[data-v-c618b79a]{height:48px;width:48px}.app-menu--item--content[data-v-c618b79a]{flex:1 1 0%}.app-menu--name[data-v-c618b79a]{font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none}.app-menu--description[data-v-c618b79a]{font-size:.75rem;font-weight:400;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-gray-400)}.app-menu--divider[data-v-c618b79a]{height:1px;width:100%;border-radius:4px;background-color:var(--fm-color-neutral-gray-100)}.app-menu--advertisement[data-v-c618b79a]{aspect-ratio:402/156;width:100%;border-radius:8px;background-color:var(--fm-color-neutral-gray-100);font-size:1rem;font-weight:600;line-height:1.25rem;letter-spacing:.005em;text-decoration-line:none;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--fm-color-neutral-gray-300)}.slide-right-enter-active[data-v-cd36d593],.slide-right-leave-active[data-v-cd36d593]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-cd36d593]{transform:translate(100%)}.slide-right-enter-to[data-v-cd36d593],.slide-right-leave-from[data-v-cd36d593]{transform:translate(0)}.slide-right-leave-to[data-v-cd36d593]{transform:translate(100%)}.fade-enter-active[data-v-cd36d593],.fade-leave-active[data-v-cd36d593]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-cd36d593]{opacity:0}.fade-enter-to[data-v-cd36d593],.fade-leave-from[data-v-cd36d593]{opacity:1}.fade-leave-to[data-v-cd36d593]{opacity:0}.slide-enter-from[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-daa06e6b],.slide-leave-from[data-v-daa06e6b]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-daa06e6b]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-daa06e6b],.slide-leave-active[data-v-daa06e6b]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.user-info-icon[data-v-400ab498]{flex-shrink:0;cursor:pointer;font-size:.75rem;font-weight:600;line-height:1rem;letter-spacing:.02em;text-decoration-line:none;color:var(--fm-color-neutral-white);display:flex;align-items:center;justify-content:center;background:linear-gradient(201deg,#fc9b40 10.3%,#ff6052 98.36%);height:48px;width:48px;border-radius:16px}.profile-menu--divider[data-v-400ab498]{padding:4px 8px}.profile-menu--divider[data-v-400ab498]:before{content:"";display:block;height:1px;width:100%;background-color:var(--fm-color-neutral-gray-100)}.slide-enter-from[data-v-400ab498]{opacity:0;transform:translateY(100%)}.slide-enter-to[data-v-400ab498],.slide-leave-from[data-v-400ab498]{opacity:1;transform:translateY(0)}.slide-leave-to[data-v-400ab498]{opacity:0;transform:translateY(100%)}.slide-enter-active[data-v-400ab498],.slide-leave-active[data-v-400ab498]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-active[data-v-400ab498],.fade-leave-active[data-v-400ab498]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.fade-enter-from[data-v-400ab498]{opacity:0}.fade-enter-to[data-v-400ab498],.fade-leave-from[data-v-400ab498]{opacity:1}.fade-leave-to[data-v-400ab498]{opacity:0}.slide-right-enter-active[data-v-400ab498],.slide-right-leave-active[data-v-400ab498]{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.slide-right-enter-from[data-v-400ab498]{transform:translate(100%)}.slide-right-enter-to[data-v-400ab498],.slide-right-leave-from[data-v-400ab498]{transform:translate(0)}.slide-right-leave-to[data-v-400ab498]{transform:translate(100%)}