@solfacil/girassol 0.30.0 → 0.32.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.
- package/dist/attach-money.3951279d.mjs +19 -0
- package/dist/auto-graph.337d072f.mjs +19 -0
- package/dist/components.d.ts +1 -0
- package/dist/components.json +1 -1
- package/dist/contact-support.df328bfb.mjs +19 -0
- package/dist/girassol.es.js +7292 -6582
- package/dist/girassol.umd.js +10 -10
- package/dist/library-books.60c08bc0.mjs +19 -0
- package/dist/rocket-launch.11fef273.mjs +19 -0
- package/dist/shopping-cart.1c02fdd4.mjs +19 -0
- package/dist/solfacil.f3236c60.mjs +19 -0
- package/dist/style.css +1 -1
- package/dist/types/components/forms/checkbox/checkbox/Checkbox.vue.d.ts +2 -0
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +2 -0
- package/dist/types/components/header/Header.vue.d.ts +5 -0
- package/dist/types/index.d.ts +266 -1
- package/dist/visibility-off.f25ea2aa.mjs +19 -0
- package/dist/visibility.8b105a47.mjs +19 -0
- package/dist/whatsapp.6544b116.mjs +19 -0
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
8
8
|
checked?: Checkbox['checked'];
|
|
9
9
|
class?: Checkbox['class'];
|
|
10
10
|
indeterminate?: boolean | undefined;
|
|
11
|
+
labelHtml?: boolean | undefined;
|
|
11
12
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
13
|
change: (value: import("@forms/checkbox/type").CheckboxValue) => void;
|
|
13
14
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
@@ -19,6 +20,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
|
19
20
|
checked?: Checkbox['checked'];
|
|
20
21
|
class?: Checkbox['class'];
|
|
21
22
|
indeterminate?: boolean | undefined;
|
|
23
|
+
labelHtml?: boolean | undefined;
|
|
22
24
|
}>>> & {
|
|
23
25
|
onChange?: ((value: import("@forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
24
26
|
}, {}>;
|
|
@@ -4,6 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
4
4
|
title: string;
|
|
5
5
|
name: string;
|
|
6
6
|
hideTitle?: boolean | undefined;
|
|
7
|
+
labelHtml?: boolean | undefined;
|
|
7
8
|
helperText?: string | undefined;
|
|
8
9
|
error?: string | null | undefined;
|
|
9
10
|
checkboxes: CheckboxType[];
|
|
@@ -30,6 +31,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
31
|
title: string;
|
|
31
32
|
name: string;
|
|
32
33
|
hideTitle?: boolean | undefined;
|
|
34
|
+
labelHtml?: boolean | undefined;
|
|
33
35
|
helperText?: string | undefined;
|
|
34
36
|
error?: string | null | undefined;
|
|
35
37
|
checkboxes: CheckboxType[];
|
|
@@ -6,10 +6,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
6
6
|
umPersonification?: boolean | undefined;
|
|
7
7
|
inPersonification?: boolean | undefined;
|
|
8
8
|
notification?: boolean | undefined;
|
|
9
|
+
menuProducts?: boolean | undefined;
|
|
9
10
|
}>, {
|
|
10
11
|
umPersonification: boolean;
|
|
11
12
|
inPersonification: boolean;
|
|
12
13
|
notification: boolean;
|
|
14
|
+
menuProducts: boolean;
|
|
13
15
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
16
|
clickMenu: () => void;
|
|
15
17
|
} & {
|
|
@@ -29,10 +31,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
31
|
umPersonification?: boolean | undefined;
|
|
30
32
|
inPersonification?: boolean | undefined;
|
|
31
33
|
notification?: boolean | undefined;
|
|
34
|
+
menuProducts?: boolean | undefined;
|
|
32
35
|
}>, {
|
|
33
36
|
umPersonification: boolean;
|
|
34
37
|
inPersonification: boolean;
|
|
35
38
|
notification: boolean;
|
|
39
|
+
menuProducts: boolean;
|
|
36
40
|
}>>> & {
|
|
37
41
|
onClickProduct?: ((product: string) => any) | undefined;
|
|
38
42
|
onClickUser?: ((type: string) => any) | undefined;
|
|
@@ -44,6 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
44
48
|
umPersonification: boolean;
|
|
45
49
|
inPersonification: boolean;
|
|
46
50
|
notification: boolean;
|
|
51
|
+
menuProducts: boolean;
|
|
47
52
|
}>, {
|
|
48
53
|
icon: (_: {}) => any;
|
|
49
54
|
}>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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';
|
|
@@ -1572,6 +1573,9 @@ export declare const components: {
|
|
|
1572
1573
|
indeterminate: {
|
|
1573
1574
|
type: import("vue").PropType<boolean>;
|
|
1574
1575
|
};
|
|
1576
|
+
labelHtml: {
|
|
1577
|
+
type: import("vue").PropType<boolean>;
|
|
1578
|
+
};
|
|
1575
1579
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1576
1580
|
change: (value: import("./components/forms/checkbox/type").CheckboxValue) => void;
|
|
1577
1581
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1603,6 +1607,9 @@ export declare const components: {
|
|
|
1603
1607
|
indeterminate: {
|
|
1604
1608
|
type: import("vue").PropType<boolean>;
|
|
1605
1609
|
};
|
|
1610
|
+
labelHtml: {
|
|
1611
|
+
type: import("vue").PropType<boolean>;
|
|
1612
|
+
};
|
|
1606
1613
|
}>> & {
|
|
1607
1614
|
onChange?: ((value: import("./components/forms/checkbox/type").CheckboxValue) => any) | undefined;
|
|
1608
1615
|
}, {}>;
|
|
@@ -1651,6 +1658,9 @@ export declare const components: {
|
|
|
1651
1658
|
opts: {
|
|
1652
1659
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1653
1660
|
};
|
|
1661
|
+
labelHtml: {
|
|
1662
|
+
type: import("vue").PropType<boolean>;
|
|
1663
|
+
};
|
|
1654
1664
|
hideTitle: {
|
|
1655
1665
|
type: import("vue").PropType<boolean>;
|
|
1656
1666
|
} & {
|
|
@@ -1730,6 +1740,9 @@ export declare const components: {
|
|
|
1730
1740
|
opts: {
|
|
1731
1741
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1732
1742
|
};
|
|
1743
|
+
labelHtml: {
|
|
1744
|
+
type: import("vue").PropType<boolean>;
|
|
1745
|
+
};
|
|
1733
1746
|
hideTitle: {
|
|
1734
1747
|
type: import("vue").PropType<boolean>;
|
|
1735
1748
|
} & {
|
|
@@ -1825,6 +1838,9 @@ export declare const components: {
|
|
|
1825
1838
|
opts: {
|
|
1826
1839
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1827
1840
|
};
|
|
1841
|
+
labelHtml: {
|
|
1842
|
+
type: import("vue").PropType<boolean>;
|
|
1843
|
+
};
|
|
1828
1844
|
hideTitle: {
|
|
1829
1845
|
type: import("vue").PropType<boolean>;
|
|
1830
1846
|
} & {
|
|
@@ -1894,6 +1910,9 @@ export declare const components: {
|
|
|
1894
1910
|
opts: {
|
|
1895
1911
|
type: import("vue").PropType<Partial<import("vee-validate").FieldOptions<import("./components/forms/checkbox/type").CheckboxValue>>>;
|
|
1896
1912
|
};
|
|
1913
|
+
labelHtml: {
|
|
1914
|
+
type: import("vue").PropType<boolean>;
|
|
1915
|
+
};
|
|
1897
1916
|
hideTitle: {
|
|
1898
1917
|
type: import("vue").PropType<boolean>;
|
|
1899
1918
|
} & {
|
|
@@ -5899,6 +5918,252 @@ export declare const components: {
|
|
|
5899
5918
|
default: (_: {}) => any;
|
|
5900
5919
|
};
|
|
5901
5920
|
});
|
|
5921
|
+
SolHeader: {
|
|
5922
|
+
new (...args: any[]): {
|
|
5923
|
+
$: import("vue").ComponentInternalInstance;
|
|
5924
|
+
$data: {};
|
|
5925
|
+
$props: Partial<{
|
|
5926
|
+
umPersonification: boolean;
|
|
5927
|
+
inPersonification: boolean;
|
|
5928
|
+
notification: boolean;
|
|
5929
|
+
menuProducts: boolean;
|
|
5930
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
5931
|
+
product: {
|
|
5932
|
+
type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
|
|
5933
|
+
required: true;
|
|
5934
|
+
};
|
|
5935
|
+
user: {
|
|
5936
|
+
type: import("vue").PropType<import("./components/header/types").User>;
|
|
5937
|
+
required: true;
|
|
5938
|
+
};
|
|
5939
|
+
partner: {
|
|
5940
|
+
type: import("vue").PropType<import("./components/header/types").Partner>;
|
|
5941
|
+
required: true;
|
|
5942
|
+
};
|
|
5943
|
+
umPersonification: {
|
|
5944
|
+
type: import("vue").PropType<boolean>;
|
|
5945
|
+
} & {
|
|
5946
|
+
default: boolean;
|
|
5947
|
+
};
|
|
5948
|
+
inPersonification: {
|
|
5949
|
+
type: import("vue").PropType<boolean>;
|
|
5950
|
+
} & {
|
|
5951
|
+
default: boolean;
|
|
5952
|
+
};
|
|
5953
|
+
notification: {
|
|
5954
|
+
type: import("vue").PropType<boolean>;
|
|
5955
|
+
} & {
|
|
5956
|
+
default: boolean;
|
|
5957
|
+
};
|
|
5958
|
+
menuProducts: {
|
|
5959
|
+
type: import("vue").PropType<boolean>;
|
|
5960
|
+
} & {
|
|
5961
|
+
default: boolean;
|
|
5962
|
+
};
|
|
5963
|
+
}>> & {
|
|
5964
|
+
onClickProduct?: ((product: string) => any) | undefined;
|
|
5965
|
+
onClickUser?: ((type: string) => any) | undefined;
|
|
5966
|
+
onClickSolfacilPlus?: (() => any) | undefined;
|
|
5967
|
+
onClickLogout?: (() => any) | undefined;
|
|
5968
|
+
onClickMenu?: (() => any) | undefined;
|
|
5969
|
+
onHomePortal?: (() => any) | undefined;
|
|
5970
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "umPersonification" | "inPersonification" | "notification" | "menuProducts">;
|
|
5971
|
+
$attrs: {
|
|
5972
|
+
[x: string]: unknown;
|
|
5973
|
+
};
|
|
5974
|
+
$refs: {
|
|
5975
|
+
[x: string]: unknown;
|
|
5976
|
+
};
|
|
5977
|
+
$slots: Readonly<{
|
|
5978
|
+
[name: string]: import("vue").Slot | undefined;
|
|
5979
|
+
}>;
|
|
5980
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
5981
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
5982
|
+
$emit: ((event: "clickProduct", product: string) => void) & ((event: "clickUser", type: string) => void) & ((event: "clickSolfacilPlus") => void) & ((event: "clickLogout") => void) & ((event: "clickMenu") => void) & ((event: "homePortal") => void);
|
|
5983
|
+
$el: any;
|
|
5984
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5985
|
+
product: {
|
|
5986
|
+
type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
|
|
5987
|
+
required: true;
|
|
5988
|
+
};
|
|
5989
|
+
user: {
|
|
5990
|
+
type: import("vue").PropType<import("./components/header/types").User>;
|
|
5991
|
+
required: true;
|
|
5992
|
+
};
|
|
5993
|
+
partner: {
|
|
5994
|
+
type: import("vue").PropType<import("./components/header/types").Partner>;
|
|
5995
|
+
required: true;
|
|
5996
|
+
};
|
|
5997
|
+
umPersonification: {
|
|
5998
|
+
type: import("vue").PropType<boolean>;
|
|
5999
|
+
} & {
|
|
6000
|
+
default: boolean;
|
|
6001
|
+
};
|
|
6002
|
+
inPersonification: {
|
|
6003
|
+
type: import("vue").PropType<boolean>;
|
|
6004
|
+
} & {
|
|
6005
|
+
default: boolean;
|
|
6006
|
+
};
|
|
6007
|
+
notification: {
|
|
6008
|
+
type: import("vue").PropType<boolean>;
|
|
6009
|
+
} & {
|
|
6010
|
+
default: boolean;
|
|
6011
|
+
};
|
|
6012
|
+
menuProducts: {
|
|
6013
|
+
type: import("vue").PropType<boolean>;
|
|
6014
|
+
} & {
|
|
6015
|
+
default: boolean;
|
|
6016
|
+
};
|
|
6017
|
+
}>> & {
|
|
6018
|
+
onClickProduct?: ((product: string) => any) | undefined;
|
|
6019
|
+
onClickUser?: ((type: string) => any) | undefined;
|
|
6020
|
+
onClickSolfacilPlus?: (() => any) | undefined;
|
|
6021
|
+
onClickLogout?: (() => any) | undefined;
|
|
6022
|
+
onClickMenu?: (() => any) | undefined;
|
|
6023
|
+
onHomePortal?: (() => any) | undefined;
|
|
6024
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6025
|
+
clickMenu: () => void;
|
|
6026
|
+
} & {
|
|
6027
|
+
clickLogout: () => void;
|
|
6028
|
+
} & {
|
|
6029
|
+
clickUser: (type: string) => void;
|
|
6030
|
+
} & {
|
|
6031
|
+
clickProduct: (product: string) => void;
|
|
6032
|
+
} & {
|
|
6033
|
+
clickSolfacilPlus: () => void;
|
|
6034
|
+
} & {
|
|
6035
|
+
homePortal: () => void;
|
|
6036
|
+
}, string, {
|
|
6037
|
+
umPersonification: boolean;
|
|
6038
|
+
inPersonification: boolean;
|
|
6039
|
+
notification: boolean;
|
|
6040
|
+
menuProducts: boolean;
|
|
6041
|
+
}, {}, string> & {
|
|
6042
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
6043
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
6044
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
6045
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
6046
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
6047
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
6048
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
6049
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
6050
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
6051
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
6052
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
6053
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
6054
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
6055
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
6056
|
+
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;
|
|
6057
|
+
};
|
|
6058
|
+
$forceUpdate: () => void;
|
|
6059
|
+
$nextTick: typeof import("vue").nextTick;
|
|
6060
|
+
$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;
|
|
6061
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
6062
|
+
product: {
|
|
6063
|
+
type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
|
|
6064
|
+
required: true;
|
|
6065
|
+
};
|
|
6066
|
+
user: {
|
|
6067
|
+
type: import("vue").PropType<import("./components/header/types").User>;
|
|
6068
|
+
required: true;
|
|
6069
|
+
};
|
|
6070
|
+
partner: {
|
|
6071
|
+
type: import("vue").PropType<import("./components/header/types").Partner>;
|
|
6072
|
+
required: true;
|
|
6073
|
+
};
|
|
6074
|
+
umPersonification: {
|
|
6075
|
+
type: import("vue").PropType<boolean>;
|
|
6076
|
+
} & {
|
|
6077
|
+
default: boolean;
|
|
6078
|
+
};
|
|
6079
|
+
inPersonification: {
|
|
6080
|
+
type: import("vue").PropType<boolean>;
|
|
6081
|
+
} & {
|
|
6082
|
+
default: boolean;
|
|
6083
|
+
};
|
|
6084
|
+
notification: {
|
|
6085
|
+
type: import("vue").PropType<boolean>;
|
|
6086
|
+
} & {
|
|
6087
|
+
default: boolean;
|
|
6088
|
+
};
|
|
6089
|
+
menuProducts: {
|
|
6090
|
+
type: import("vue").PropType<boolean>;
|
|
6091
|
+
} & {
|
|
6092
|
+
default: boolean;
|
|
6093
|
+
};
|
|
6094
|
+
}>> & {
|
|
6095
|
+
onClickProduct?: ((product: string) => any) | undefined;
|
|
6096
|
+
onClickUser?: ((type: string) => any) | undefined;
|
|
6097
|
+
onClickSolfacilPlus?: (() => any) | undefined;
|
|
6098
|
+
onClickLogout?: (() => any) | undefined;
|
|
6099
|
+
onClickMenu?: (() => any) | undefined;
|
|
6100
|
+
onHomePortal?: (() => any) | undefined;
|
|
6101
|
+
} & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
6102
|
+
__isFragment?: undefined;
|
|
6103
|
+
__isTeleport?: undefined;
|
|
6104
|
+
__isSuspense?: undefined;
|
|
6105
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6106
|
+
product: {
|
|
6107
|
+
type: import("vue").PropType<"portal" | "shop" | "financing" | "monitoring" | "sales">;
|
|
6108
|
+
required: true;
|
|
6109
|
+
};
|
|
6110
|
+
user: {
|
|
6111
|
+
type: import("vue").PropType<import("./components/header/types").User>;
|
|
6112
|
+
required: true;
|
|
6113
|
+
};
|
|
6114
|
+
partner: {
|
|
6115
|
+
type: import("vue").PropType<import("./components/header/types").Partner>;
|
|
6116
|
+
required: true;
|
|
6117
|
+
};
|
|
6118
|
+
umPersonification: {
|
|
6119
|
+
type: import("vue").PropType<boolean>;
|
|
6120
|
+
} & {
|
|
6121
|
+
default: boolean;
|
|
6122
|
+
};
|
|
6123
|
+
inPersonification: {
|
|
6124
|
+
type: import("vue").PropType<boolean>;
|
|
6125
|
+
} & {
|
|
6126
|
+
default: boolean;
|
|
6127
|
+
};
|
|
6128
|
+
notification: {
|
|
6129
|
+
type: import("vue").PropType<boolean>;
|
|
6130
|
+
} & {
|
|
6131
|
+
default: boolean;
|
|
6132
|
+
};
|
|
6133
|
+
menuProducts: {
|
|
6134
|
+
type: import("vue").PropType<boolean>;
|
|
6135
|
+
} & {
|
|
6136
|
+
default: boolean;
|
|
6137
|
+
};
|
|
6138
|
+
}>> & {
|
|
6139
|
+
onClickProduct?: ((product: string) => any) | undefined;
|
|
6140
|
+
onClickUser?: ((type: string) => any) | undefined;
|
|
6141
|
+
onClickSolfacilPlus?: (() => any) | undefined;
|
|
6142
|
+
onClickLogout?: (() => any) | undefined;
|
|
6143
|
+
onClickMenu?: (() => any) | undefined;
|
|
6144
|
+
onHomePortal?: (() => any) | undefined;
|
|
6145
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6146
|
+
clickMenu: () => void;
|
|
6147
|
+
} & {
|
|
6148
|
+
clickLogout: () => void;
|
|
6149
|
+
} & {
|
|
6150
|
+
clickUser: (type: string) => void;
|
|
6151
|
+
} & {
|
|
6152
|
+
clickProduct: (product: string) => void;
|
|
6153
|
+
} & {
|
|
6154
|
+
clickSolfacilPlus: () => void;
|
|
6155
|
+
} & {
|
|
6156
|
+
homePortal: () => void;
|
|
6157
|
+
}, string, {
|
|
6158
|
+
umPersonification: boolean;
|
|
6159
|
+
inPersonification: boolean;
|
|
6160
|
+
notification: boolean;
|
|
6161
|
+
menuProducts: boolean;
|
|
6162
|
+
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
6163
|
+
$slots: {
|
|
6164
|
+
icon: (_: {}) => any;
|
|
6165
|
+
};
|
|
6166
|
+
});
|
|
5902
6167
|
};
|
|
5903
6168
|
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, };
|
|
6169
|
+
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
|
+
};
|