@solfacil/girassol 0.28.1 → 0.31.0

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.
Files changed (29) hide show
  1. package/dist/attach-money.3951279d.mjs +19 -0
  2. package/dist/auto-graph.337d072f.mjs +19 -0
  3. package/dist/components.d.ts +1 -0
  4. package/dist/components.json +1 -1
  5. package/dist/contact-support.df328bfb.mjs +19 -0
  6. package/dist/girassol.es.js +7280 -6580
  7. package/dist/girassol.umd.js +10 -10
  8. package/dist/library-books.60c08bc0.mjs +19 -0
  9. package/dist/rocket-launch.11fef273.mjs +19 -0
  10. package/dist/shopping-cart.1c02fdd4.mjs +19 -0
  11. package/dist/solfacil.f3236c60.mjs +19 -0
  12. package/dist/style.css +1 -1
  13. package/dist/types/components/header/Header.vue.d.ts +74 -0
  14. package/dist/types/components/header/index.d.ts +2 -0
  15. package/dist/types/components/header/notification/Notification.vue.d.ts +2 -0
  16. package/dist/types/components/header/products/Desktop.vue.d.ts +19 -0
  17. package/dist/types/components/header/products/MainItems.vue.d.ts +19 -0
  18. package/dist/types/components/header/products/Mobile.vue.d.ts +16 -0
  19. package/dist/types/components/header/types.d.ts +25 -0
  20. package/dist/types/components/header/user/Desktop.vue.d.ts +32 -0
  21. package/dist/types/components/header/user/MainItems.vue.d.ts +26 -0
  22. package/dist/types/components/header/user/Mobile.vue.d.ts +32 -0
  23. package/dist/types/components/header/user/SolfacilPlus.vue.d.ts +20 -0
  24. package/dist/types/components/header/user/SolfacilPlusBox.vue.d.ts +17 -0
  25. package/dist/types/index.d.ts +248 -1
  26. package/dist/visibility-off.f25ea2aa.mjs +19 -0
  27. package/dist/visibility.8b105a47.mjs +19 -0
  28. package/dist/whatsapp.6544b116.mjs +19 -0
  29. package/package.json +1 -1
@@ -0,0 +1,74 @@
1
+ import type { Partner, User } from './types';
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ user: User;
4
+ partner: Partner;
5
+ product: 'sales' | 'financing' | 'monitoring' | 'shop' | 'portal';
6
+ umPersonification?: boolean | undefined;
7
+ inPersonification?: boolean | undefined;
8
+ notification?: boolean | undefined;
9
+ menuProducts?: boolean | undefined;
10
+ }>, {
11
+ umPersonification: boolean;
12
+ inPersonification: boolean;
13
+ notification: boolean;
14
+ menuProducts: boolean;
15
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
+ clickMenu: () => void;
17
+ } & {
18
+ clickLogout: () => void;
19
+ } & {
20
+ clickUser: (type: string) => void;
21
+ } & {
22
+ clickProduct: (product: string) => void;
23
+ } & {
24
+ clickSolfacilPlus: () => void;
25
+ } & {
26
+ homePortal: () => void;
27
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
28
+ user: User;
29
+ partner: Partner;
30
+ product: 'sales' | 'financing' | 'monitoring' | 'shop' | 'portal';
31
+ umPersonification?: boolean | undefined;
32
+ inPersonification?: boolean | undefined;
33
+ notification?: boolean | undefined;
34
+ menuProducts?: boolean | undefined;
35
+ }>, {
36
+ umPersonification: boolean;
37
+ inPersonification: boolean;
38
+ notification: boolean;
39
+ menuProducts: boolean;
40
+ }>>> & {
41
+ onClickProduct?: ((product: string) => any) | undefined;
42
+ onClickUser?: ((type: string) => any) | undefined;
43
+ onClickSolfacilPlus?: (() => any) | undefined;
44
+ onClickLogout?: (() => any) | undefined;
45
+ onClickMenu?: (() => any) | undefined;
46
+ onHomePortal?: (() => any) | undefined;
47
+ }, {
48
+ umPersonification: boolean;
49
+ inPersonification: boolean;
50
+ notification: boolean;
51
+ menuProducts: boolean;
52
+ }>, {
53
+ icon: (_: {}) => any;
54
+ }>;
55
+ export default _default;
56
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
57
+ type __VLS_TypePropsToRuntimeProps<T> = {
58
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
59
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
60
+ } : {
61
+ type: import('vue').PropType<T[K]>;
62
+ required: true;
63
+ };
64
+ };
65
+ type __VLS_WithDefaults<P, D> = {
66
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
67
+ default: D[K];
68
+ } : P[K];
69
+ };
70
+ type __VLS_WithTemplateSlots<T, S> = T & {
71
+ new (): {
72
+ $slots: S;
73
+ };
74
+ };
@@ -0,0 +1,2 @@
1
+ import SolHeader from './Header.vue';
2
+ export { SolHeader, };
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -0,0 +1,19 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ product: string;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ clickProduct: (product: string) => void;
5
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ product: string;
7
+ }>>> & {
8
+ onClickProduct?: ((product: string) => any) | undefined;
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
+ };
@@ -0,0 +1,19 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ readonly product: string;
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ clickProduct: (product: string) => void;
5
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
+ readonly product: string;
7
+ }>>> & {
8
+ onClickProduct?: ((product: string) => any) | undefined;
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
+ };
@@ -0,0 +1,16 @@
1
+ import type { ProductOptions } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ products?: ProductOptions[] | undefined;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ products?: ProductOptions[] | undefined;
6
+ }>>>, {}>;
7
+ export default _default;
8
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
@@ -0,0 +1,25 @@
1
+ export interface ProductOptions {
2
+ id: string;
3
+ text: string;
4
+ link: string;
5
+ }
6
+ export interface User {
7
+ profile: string;
8
+ completeName: string;
9
+ }
10
+ export interface SolfacilPlus {
11
+ level: string;
12
+ currentScore: string;
13
+ goScore: string;
14
+ nextTransitionDate: string;
15
+ hasRisk: boolean;
16
+ }
17
+ export interface Responsible {
18
+ cellPhone: string;
19
+ noAccountManager: boolean;
20
+ }
21
+ export interface Partner {
22
+ partnerId: number;
23
+ responsible: Responsible;
24
+ solfacilPlus: SolfacilPlus;
25
+ }
@@ -0,0 +1,32 @@
1
+ import type { Partner, User } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ readonly user: User;
4
+ readonly partner: Partner;
5
+ readonly umPersonification: boolean;
6
+ readonly inPersonification: boolean;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ clickLogout: () => void;
9
+ } & {
10
+ clickUser: (type: string) => void;
11
+ } & {
12
+ clickSolfacilPlus: () => void;
13
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ readonly user: User;
15
+ readonly partner: Partner;
16
+ readonly umPersonification: boolean;
17
+ readonly inPersonification: boolean;
18
+ }>>> & {
19
+ onClickUser?: ((type: string) => any) | undefined;
20
+ onClickSolfacilPlus?: (() => any) | undefined;
21
+ onClickLogout?: (() => any) | undefined;
22
+ }, {}>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
@@ -0,0 +1,26 @@
1
+ import type { Partner, User } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ readonly user: User;
4
+ readonly partner: Partner;
5
+ readonly umPersonification: boolean;
6
+ readonly inPersonification: boolean;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ clickUser: (type: string) => void;
9
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
10
+ readonly user: User;
11
+ readonly partner: Partner;
12
+ readonly umPersonification: boolean;
13
+ readonly inPersonification: boolean;
14
+ }>>> & {
15
+ onClickUser?: ((type: string) => any) | undefined;
16
+ }, {}>;
17
+ export default _default;
18
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
+ type __VLS_TypePropsToRuntimeProps<T> = {
20
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
21
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
22
+ } : {
23
+ type: import('vue').PropType<T[K]>;
24
+ required: true;
25
+ };
26
+ };
@@ -0,0 +1,32 @@
1
+ import type { Partner, User } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ user: User;
4
+ partner: Partner;
5
+ umPersonification: boolean;
6
+ inPersonification: boolean;
7
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
+ clickLogout: () => void;
9
+ } & {
10
+ clickUser: (type: string) => void;
11
+ } & {
12
+ clickSolfacilPlus: () => void;
13
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
14
+ user: User;
15
+ partner: Partner;
16
+ umPersonification: boolean;
17
+ inPersonification: boolean;
18
+ }>>> & {
19
+ onClickUser?: ((type: string) => any) | undefined;
20
+ onClickSolfacilPlus?: (() => any) | undefined;
21
+ onClickLogout?: (() => any) | undefined;
22
+ }, {}>;
23
+ export default _default;
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
27
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
+ } : {
29
+ type: import('vue').PropType<T[K]>;
30
+ required: true;
31
+ };
32
+ };
@@ -0,0 +1,20 @@
1
+ import type { Partner } from '../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
+ readonly partner: Partner;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
+ clickSolfacilPlus: () => void;
6
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
7
+ readonly partner: Partner;
8
+ }>>> & {
9
+ onClickSolfacilPlus?: (() => any) | undefined;
10
+ }, {}>;
11
+ export default _default;
12
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
+ type __VLS_TypePropsToRuntimeProps<T> = {
14
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
15
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
+ } : {
17
+ type: import('vue').PropType<T[K]>;
18
+ required: true;
19
+ };
20
+ };
@@ -0,0 +1,17 @@
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ title: string;
3
+ description: string;
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
5
+ title: string;
6
+ description: string;
7
+ }>>>, {}>;
8
+ export default _default;
9
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
+ type __VLS_TypePropsToRuntimeProps<T> = {
11
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
12
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
+ } : {
14
+ type: import('vue').PropType<T[K]>;
15
+ required: true;
16
+ };
17
+ };
@@ -30,6 +30,7 @@ import { SolFileUpload } from './components/file-upload';
30
30
  import { SolBreadcrumb } from './components/breadcrumb';
31
31
  import { SolDivider } from './components/divider';
32
32
  import { SolLink } from './components/link/';
33
+ import { SolHeader } from './components/header/';
33
34
  import 'virtual:windi-base.css';
34
35
  import 'virtual:windi-components.css';
35
36
  import 'virtual:windi-utilities.css';
@@ -5899,6 +5900,252 @@ export declare const components: {
5899
5900
  default: (_: {}) => any;
5900
5901
  };
5901
5902
  });
5903
+ SolHeader: {
5904
+ new (...args: any[]): {
5905
+ $: import("vue").ComponentInternalInstance;
5906
+ $data: {};
5907
+ $props: Partial<{
5908
+ umPersonification: boolean;
5909
+ inPersonification: boolean;
5910
+ notification: boolean;
5911
+ menuProducts: boolean;
5912
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
5913
+ product: {
5914
+ type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
5915
+ required: true;
5916
+ };
5917
+ user: {
5918
+ type: import("vue").PropType<import("./components/header/types").User>;
5919
+ required: true;
5920
+ };
5921
+ partner: {
5922
+ type: import("vue").PropType<import("./components/header/types").Partner>;
5923
+ required: true;
5924
+ };
5925
+ umPersonification: {
5926
+ type: import("vue").PropType<boolean>;
5927
+ } & {
5928
+ default: boolean;
5929
+ };
5930
+ inPersonification: {
5931
+ type: import("vue").PropType<boolean>;
5932
+ } & {
5933
+ default: boolean;
5934
+ };
5935
+ notification: {
5936
+ type: import("vue").PropType<boolean>;
5937
+ } & {
5938
+ default: boolean;
5939
+ };
5940
+ menuProducts: {
5941
+ type: import("vue").PropType<boolean>;
5942
+ } & {
5943
+ default: boolean;
5944
+ };
5945
+ }>> & {
5946
+ onClickProduct?: ((product: string) => any) | undefined;
5947
+ onClickUser?: ((type: string) => any) | undefined;
5948
+ onClickSolfacilPlus?: (() => any) | undefined;
5949
+ onClickLogout?: (() => any) | undefined;
5950
+ onClickMenu?: (() => any) | undefined;
5951
+ onHomePortal?: (() => any) | undefined;
5952
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "umPersonification" | "inPersonification" | "notification" | "menuProducts">;
5953
+ $attrs: {
5954
+ [x: string]: unknown;
5955
+ };
5956
+ $refs: {
5957
+ [x: string]: unknown;
5958
+ };
5959
+ $slots: Readonly<{
5960
+ [name: string]: import("vue").Slot | undefined;
5961
+ }>;
5962
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5963
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
5964
+ $emit: ((event: "clickProduct", product: string) => void) & ((event: "clickUser", type: string) => void) & ((event: "clickSolfacilPlus") => void) & ((event: "clickLogout") => void) & ((event: "clickMenu") => void) & ((event: "homePortal") => void);
5965
+ $el: any;
5966
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5967
+ product: {
5968
+ type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
5969
+ required: true;
5970
+ };
5971
+ user: {
5972
+ type: import("vue").PropType<import("./components/header/types").User>;
5973
+ required: true;
5974
+ };
5975
+ partner: {
5976
+ type: import("vue").PropType<import("./components/header/types").Partner>;
5977
+ required: true;
5978
+ };
5979
+ umPersonification: {
5980
+ type: import("vue").PropType<boolean>;
5981
+ } & {
5982
+ default: boolean;
5983
+ };
5984
+ inPersonification: {
5985
+ type: import("vue").PropType<boolean>;
5986
+ } & {
5987
+ default: boolean;
5988
+ };
5989
+ notification: {
5990
+ type: import("vue").PropType<boolean>;
5991
+ } & {
5992
+ default: boolean;
5993
+ };
5994
+ menuProducts: {
5995
+ type: import("vue").PropType<boolean>;
5996
+ } & {
5997
+ default: boolean;
5998
+ };
5999
+ }>> & {
6000
+ onClickProduct?: ((product: string) => any) | undefined;
6001
+ onClickUser?: ((type: string) => any) | undefined;
6002
+ onClickSolfacilPlus?: (() => any) | undefined;
6003
+ onClickLogout?: (() => any) | undefined;
6004
+ onClickMenu?: (() => any) | undefined;
6005
+ onHomePortal?: (() => any) | undefined;
6006
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6007
+ clickMenu: () => void;
6008
+ } & {
6009
+ clickLogout: () => void;
6010
+ } & {
6011
+ clickUser: (type: string) => void;
6012
+ } & {
6013
+ clickProduct: (product: string) => void;
6014
+ } & {
6015
+ clickSolfacilPlus: () => void;
6016
+ } & {
6017
+ homePortal: () => void;
6018
+ }, string, {
6019
+ umPersonification: boolean;
6020
+ inPersonification: boolean;
6021
+ notification: boolean;
6022
+ menuProducts: boolean;
6023
+ }, {}, string> & {
6024
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
6025
+ created?: ((() => void) | (() => void)[]) | undefined;
6026
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
6027
+ mounted?: ((() => void) | (() => void)[]) | undefined;
6028
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
6029
+ updated?: ((() => void) | (() => void)[]) | undefined;
6030
+ activated?: ((() => void) | (() => void)[]) | undefined;
6031
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
6032
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
6033
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
6034
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
6035
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
6036
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6037
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
6038
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null, info: string) => boolean | void)[]) | undefined;
6039
+ };
6040
+ $forceUpdate: () => void;
6041
+ $nextTick: typeof import("vue").nextTick;
6042
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
6043
+ } & Readonly<import("vue").ExtractPropTypes<{
6044
+ product: {
6045
+ type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
6046
+ required: true;
6047
+ };
6048
+ user: {
6049
+ type: import("vue").PropType<import("./components/header/types").User>;
6050
+ required: true;
6051
+ };
6052
+ partner: {
6053
+ type: import("vue").PropType<import("./components/header/types").Partner>;
6054
+ required: true;
6055
+ };
6056
+ umPersonification: {
6057
+ type: import("vue").PropType<boolean>;
6058
+ } & {
6059
+ default: boolean;
6060
+ };
6061
+ inPersonification: {
6062
+ type: import("vue").PropType<boolean>;
6063
+ } & {
6064
+ default: boolean;
6065
+ };
6066
+ notification: {
6067
+ type: import("vue").PropType<boolean>;
6068
+ } & {
6069
+ default: boolean;
6070
+ };
6071
+ menuProducts: {
6072
+ type: import("vue").PropType<boolean>;
6073
+ } & {
6074
+ default: boolean;
6075
+ };
6076
+ }>> & {
6077
+ onClickProduct?: ((product: string) => any) | undefined;
6078
+ onClickUser?: ((type: string) => any) | undefined;
6079
+ onClickSolfacilPlus?: (() => any) | undefined;
6080
+ onClickLogout?: (() => any) | undefined;
6081
+ onClickMenu?: (() => any) | undefined;
6082
+ onHomePortal?: (() => any) | undefined;
6083
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
6084
+ __isFragment?: undefined;
6085
+ __isTeleport?: undefined;
6086
+ __isSuspense?: undefined;
6087
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6088
+ product: {
6089
+ type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
6090
+ required: true;
6091
+ };
6092
+ user: {
6093
+ type: import("vue").PropType<import("./components/header/types").User>;
6094
+ required: true;
6095
+ };
6096
+ partner: {
6097
+ type: import("vue").PropType<import("./components/header/types").Partner>;
6098
+ required: true;
6099
+ };
6100
+ umPersonification: {
6101
+ type: import("vue").PropType<boolean>;
6102
+ } & {
6103
+ default: boolean;
6104
+ };
6105
+ inPersonification: {
6106
+ type: import("vue").PropType<boolean>;
6107
+ } & {
6108
+ default: boolean;
6109
+ };
6110
+ notification: {
6111
+ type: import("vue").PropType<boolean>;
6112
+ } & {
6113
+ default: boolean;
6114
+ };
6115
+ menuProducts: {
6116
+ type: import("vue").PropType<boolean>;
6117
+ } & {
6118
+ default: boolean;
6119
+ };
6120
+ }>> & {
6121
+ onClickProduct?: ((product: string) => any) | undefined;
6122
+ onClickUser?: ((type: string) => any) | undefined;
6123
+ onClickSolfacilPlus?: (() => any) | undefined;
6124
+ onClickLogout?: (() => any) | undefined;
6125
+ onClickMenu?: (() => any) | undefined;
6126
+ onHomePortal?: (() => any) | undefined;
6127
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6128
+ clickMenu: () => void;
6129
+ } & {
6130
+ clickLogout: () => void;
6131
+ } & {
6132
+ clickUser: (type: string) => void;
6133
+ } & {
6134
+ clickProduct: (product: string) => void;
6135
+ } & {
6136
+ clickSolfacilPlus: () => void;
6137
+ } & {
6138
+ homePortal: () => void;
6139
+ }, string, {
6140
+ umPersonification: boolean;
6141
+ inPersonification: boolean;
6142
+ notification: boolean;
6143
+ menuProducts: boolean;
6144
+ }, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
6145
+ $slots: {
6146
+ icon: (_: {}) => any;
6147
+ };
6148
+ });
5902
6149
  };
5903
6150
  export declare function install(App: App): void;
5904
- export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputCurrency, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolOnboarding, SolPagination, SolEmptyState, SolSearch, SolDatePicker, SolCollapsible, SolSteps, SolTextValue, SolFileUpload, SolMenuItemSeparator, SolBreadcrumb, SolDivider, SolLink, };
6151
+ export { SolButton, SolButtonDestructive, SolInputTextarea, SolInputCurrency, SolInputText, SolInputTextPassword, SolRadio, SolRadioGroup, SolCheckbox, SolCheckboxGroup, SolSwitch, SolSelect, SolRemovableChip, SolSelectableChip, SolTag, SolAlert, SolAccordion, SolList, SolTabs, SolMenu, SolMenuItem, SolMenuItemLink, SolMenuNavigationLinks, SolModal, SolOnboarding, SolPagination, SolEmptyState, SolSearch, SolDatePicker, SolCollapsible, SolSteps, SolTextValue, SolFileUpload, SolMenuItemSeparator, SolBreadcrumb, SolDivider, SolLink, SolHeader, };
@@ -0,0 +1,19 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as t } from "vue";
2
+ const l = {
3
+ viewBox: "0 0 1024 1024",
4
+ width: "1em",
5
+ height: "1em"
6
+ }, o = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M673.067 553.6l-48-48c6.4-35.554-3.729-67.371-30.379-95.445-26.684-28.103-59.221-38.955-97.621-32.555l-48-48c9.954-4.267 19.908-7.467 29.867-9.6 9.954-2.133 20.975-3.2 33.067-3.2 48.354 0 89.412 16.896 123.179 50.688 33.792 33.763 50.688 74.825 50.688 123.179 0 12.087-1.067 23.283-3.2 33.579-2.133 10.325-5.333 20.109-9.6 29.355zM808.533 685.867l-46.933-43.733c27.021-20.621 51.029-43.209 72.021-67.755 20.962-24.521 38.908-52.425 53.841-83.712-35.554-71.822-86.583-128.896-153.084-171.221-66.475-42.297-140.604-63.445-222.379-63.445-20.625 0-40.892 1.422-60.8 4.267-19.913 2.845-39.469 7.111-58.669 12.8l-50.133-50.133c27.022-10.667 54.585-18.489 82.688-23.467 28.077-4.978 57.047-7.467 86.914-7.467 94.575 0 180.791 25.059 258.645 75.179 77.879 50.147 136.73 116.11 176.555 197.888 1.421 2.846 2.487 6.571 3.2 11.179 0.708 4.638 1.062 9.442 1.062 14.421s-0.354 9.771-1.062 14.379c-0.713 4.638-1.779 8.375-3.2 11.221-16.358 33.421-36.096 64.354-59.221 92.8-23.1 28.446-49.579 54.046-79.445 76.8zM820.267 910.933l-149.333-149.333c-22.046 8.533-46.396 15.287-73.045 20.267-26.684 4.979-55.313 7.467-85.888 7.467-95.291 0-181.691-25.058-259.202-75.179-77.511-50.146-136.178-116.109-176-197.888-1.422-2.846-2.489-6.583-3.2-11.221-0.711-4.608-1.067-9.399-1.067-14.379s0.355-9.6 1.067-13.867c0.711-4.267 1.778-8.179 3.2-11.733 16.355-32.713 35.911-62.933 58.667-90.667s47.289-52.267 73.6-73.6l-96-97.067c-6.4-6.4-9.6-13.867-9.6-22.4s3.2-16.355 9.6-23.467c6.4-5.689 14.051-8.533 22.955-8.533 8.875 0 16.157 2.845 21.845 8.533l708.265 708.267c5.692 5.687 8.721 12.8 9.092 21.333 0.341 8.533-2.692 16.354-9.092 23.467-6.4 5.687-14.033 8.533-22.908 8.533-8.905 0-16.555-2.846-22.955-8.533zM253.865 345.6c-22.755 17.778-44.615 39.296-65.579 64.555-20.992 25.229-38.243 52.066-51.755 80.512 35.555 71.821 86.571 128.883 153.045 171.179 66.503 42.325 140.644 63.488 222.423 63.488 19.2 0 38.4-1.609 57.6-4.821 19.2-3.187 35.554-6.558 49.067-10.112l-53.333-55.467c-7.825 2.846-16.358 5.15-25.6 6.912-9.246 1.792-18.492 2.688-27.733 2.688-48.358 0-89.417-16.896-123.181-50.688-33.792-33.762-50.688-74.825-50.688-123.179 0-8.533 0.896-17.609 2.688-27.221 1.763-9.587 4.067-18.291 6.912-26.112l-93.867-91.733z",
9
+ style: {}
10
+ }, null, -1), i = [
11
+ o
12
+ ];
13
+ function s(n, r) {
14
+ return e(), c("svg", l, i);
15
+ }
16
+ const d = { name: "girassol-visibility-off", render: s };
17
+ export {
18
+ d as default
19
+ };
@@ -0,0 +1,19 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as t } from "vue";
2
+ const s = {
3
+ viewBox: "0 0 1024 1024",
4
+ width: "1em",
5
+ height: "1em"
6
+ }, o = /* @__PURE__ */ t("path", {
7
+ fill: "currentColor",
8
+ d: "M512 664.533c48.354 0 89.412-16.896 123.179-50.688 33.792-33.762 50.688-74.825 50.688-123.179s-16.896-89.415-50.688-123.179c-33.766-33.792-74.825-50.688-123.179-50.688-48.358 0-89.417 16.896-123.181 50.688-33.792 33.763-50.688 74.825-50.688 123.179s16.896 89.417 50.688 123.179c33.763 33.792 74.822 50.688 123.181 50.688zM512 605.867c-32 0-59.196-11.209-81.579-33.621-22.416-22.387-33.623-49.579-33.623-81.579s11.207-59.209 33.623-81.621c22.383-22.386 49.579-33.579 81.579-33.579s59.204 11.193 81.621 33.579c22.383 22.413 33.579 49.621 33.579 81.621s-11.196 59.191-33.579 81.579c-22.417 22.413-49.621 33.621-81.621 33.621zM512 789.333c-93.158 0-178.676-24.533-256.557-73.6-77.853-49.067-137.401-115.554-178.645-199.467-1.422-2.846-2.489-6.583-3.2-11.221-0.711-4.608-1.067-9.399-1.067-14.379s0.355-9.783 1.067-14.421c0.711-4.608 1.778-8.333 3.2-11.179 41.245-83.911 100.793-150.4 178.645-199.467 77.881-49.067 163.399-73.6 256.557-73.6 93.154 0 178.658 24.533 256.508 73.6 77.884 49.067 137.446 115.555 178.692 199.467 1.421 2.846 2.487 6.571 3.2 11.179 0.708 4.638 1.062 9.442 1.062 14.421s-0.354 9.771-1.062 14.379c-0.713 4.638-1.779 8.375-3.2 11.221-41.246 83.913-100.809 150.4-178.692 199.467-77.85 49.067-163.354 73.6-256.508 73.6zM512 725.333c80.354 0 154.138-21.163 221.355-63.488 67.183-42.295 118.554-99.358 154.108-171.179-35.554-71.822-86.925-128.896-154.108-171.221-67.217-42.297-141.001-63.445-221.355-63.445-80.358 0-154.143 21.149-221.357 63.445-67.186 42.325-118.557 99.399-154.112 171.221 35.555 71.821 86.926 128.883 154.112 171.179 67.214 42.325 140.998 63.488 221.357 63.488z",
9
+ style: {}
10
+ }, null, -1), i = [
11
+ o
12
+ ];
13
+ function l(n, r) {
14
+ return e(), c("svg", s, i);
15
+ }
16
+ const d = { name: "girassol-visibility", render: l };
17
+ export {
18
+ d as default
19
+ };
@@ -0,0 +1,19 @@
1
+ import { openBlock as c, createElementBlock as e, createElementVNode as s } from "vue";
2
+ const t = {
3
+ viewBox: "0 0 1024 1024",
4
+ width: "1em",
5
+ height: "1em"
6
+ }, o = /* @__PURE__ */ s("path", {
7
+ fill: "currentColor",
8
+ d: "M785.195 240.341c-35.482-35.717-77.7-64.038-124.207-83.322s-96.38-29.148-146.726-29.020c-211.115 0-382.976 171.819-383.061 383.019 0 67.499 17.621 133.376 51.115 191.488l-54.315 198.443 203.051-53.291c56.166 30.575 119.091 46.605 183.040 46.635h0.171c211.072 0 382.933-171.819 383.019-383.019 0.145-50.325-9.685-100.182-28.924-146.685s-47.505-88.733-83.162-124.248zM514.261 829.653h-0.128c-57.024 0.004-112.997-15.334-162.048-44.416l-11.605-6.912-120.491 31.616 32.128-117.461-7.552-12.032c-31.881-50.756-48.758-109.491-48.683-169.429 0.085-175.531 142.891-318.336 318.507-318.336 41.826-0.093 83.251 8.11 121.886 24.134 38.63 16.024 73.702 39.552 103.181 69.22 29.636 29.527 53.129 64.635 69.116 103.296s24.154 80.107 24.026 121.941c-0.085 175.531-142.891 318.379-318.336 318.379zM688.896 591.189c-9.6-4.821-56.619-27.947-65.408-31.147-8.747-3.2-15.104-4.779-21.504 4.779s-24.747 31.104-30.336 37.504c-5.589 6.4-11.179 7.168-20.736 2.389s-40.405-14.891-76.971-47.488c-28.459-25.387-47.659-56.704-53.248-66.304s-0.597-14.763 4.224-19.541c4.309-4.267 9.557-11.179 14.336-16.768s6.357-9.557 9.557-15.957c3.2-6.4 1.621-11.989-0.811-16.768-2.389-4.821-21.547-51.925-29.525-71.083-7.723-18.56-15.616-16.085-21.504-16.341-6.098-0.25-12.201-0.364-18.304-0.341-4.853 0.124-9.628 1.248-14.026 3.305s-8.324 4.998-11.531 8.642c-8.789 9.6-33.493 32.725-33.493 79.829s34.304 92.629 39.083 99.029c4.779 6.4 67.499 103.040 163.499 144.512 22.869 9.856 40.704 15.744 54.571 20.181 22.912 7.296 43.776 6.229 60.288 3.797 18.389-2.731 56.619-23.125 64.597-45.483s7.979-41.515 5.589-45.525c-2.389-4.011-8.832-6.443-18.347-11.221z",
9
+ style: {}
10
+ }, null, -1), l = [
11
+ o
12
+ ];
13
+ function n(r, a) {
14
+ return c(), e("svg", t, l);
15
+ }
16
+ const i = { name: "girassol-whatsapp", render: n };
17
+ export {
18
+ i as default
19
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@solfacil/girassol",
3
3
  "description": "Girassol design system",
4
- "version": "0.28.1",
4
+ "version": "0.31.0",
5
5
  "license": "MIT",
6
6
  "authors": [
7
7
  {