@solfacil/girassol 0.27.4 → 0.28.1
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.
|
@@ -10,7 +10,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
10
10
|
text: string;
|
|
11
11
|
href: string;
|
|
12
12
|
}[];
|
|
13
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
click: (event: Event) => void;
|
|
15
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
14
16
|
id?: string | undefined;
|
|
15
17
|
items?: Breadcrumb['items'];
|
|
16
18
|
linkTag?: Breadcrumb['linkTag'];
|
|
@@ -21,7 +23,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
21
23
|
text: string;
|
|
22
24
|
href: string;
|
|
23
25
|
}[];
|
|
24
|
-
}
|
|
26
|
+
}>>> & {
|
|
27
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
28
|
+
}, {
|
|
25
29
|
items: import("./types").Item[];
|
|
26
30
|
linkTag: "a" | import("./types").NuxtLinkResolved | "router-link";
|
|
27
31
|
}>;
|
|
@@ -13,7 +13,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
text: string;
|
|
14
14
|
subtitle: string;
|
|
15
15
|
}[];
|
|
16
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
|
+
click: (event: Event) => void;
|
|
18
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
17
19
|
id: Steps['id'];
|
|
18
20
|
steps: Steps['steps'];
|
|
19
21
|
direction?: Steps['direction'];
|
|
@@ -27,7 +29,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
27
29
|
text: string;
|
|
28
30
|
subtitle: string;
|
|
29
31
|
}[];
|
|
30
|
-
}
|
|
32
|
+
}>>> & {
|
|
33
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
34
|
+
}, {
|
|
31
35
|
linkTag: "a" | "router-link" | import("./types").NuxtLinkResolved;
|
|
32
36
|
direction: "row" | "column";
|
|
33
37
|
steps: Steps['steps'];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -5334,7 +5334,9 @@ export declare const components: {
|
|
|
5334
5334
|
subtitle: string;
|
|
5335
5335
|
}[];
|
|
5336
5336
|
};
|
|
5337
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5337
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5338
|
+
click: (event: Event) => void;
|
|
5339
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5338
5340
|
id: {
|
|
5339
5341
|
type: import("vue").PropType<string>;
|
|
5340
5342
|
required: true;
|
|
@@ -5362,7 +5364,9 @@ export declare const components: {
|
|
|
5362
5364
|
subtitle: string;
|
|
5363
5365
|
}[];
|
|
5364
5366
|
};
|
|
5365
|
-
}
|
|
5367
|
+
}>> & {
|
|
5368
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
5369
|
+
}, {
|
|
5366
5370
|
linkTag: "a" | "router-link" | import("./components/steps/types").NuxtLinkResolved;
|
|
5367
5371
|
direction: "row" | "column";
|
|
5368
5372
|
steps: import("./components/steps/types").Step[] | undefined;
|
|
@@ -5665,7 +5669,9 @@ export declare const components: {
|
|
|
5665
5669
|
gtmId: {
|
|
5666
5670
|
type: import("vue").PropType<string>;
|
|
5667
5671
|
};
|
|
5668
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5672
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5673
|
+
click: (event: Event) => void;
|
|
5674
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5669
5675
|
id: {
|
|
5670
5676
|
type: import("vue").PropType<string>;
|
|
5671
5677
|
};
|
|
@@ -5685,7 +5691,9 @@ export declare const components: {
|
|
|
5685
5691
|
gtmId: {
|
|
5686
5692
|
type: import("vue").PropType<string>;
|
|
5687
5693
|
};
|
|
5688
|
-
}
|
|
5694
|
+
}>> & {
|
|
5695
|
+
onClick?: ((event: Event) => any) | undefined;
|
|
5696
|
+
}, {
|
|
5689
5697
|
items: import("./components/breadcrumb/types").Item[];
|
|
5690
5698
|
linkTag: "a" | import("./components/breadcrumb/types").NuxtLinkResolved | "router-link";
|
|
5691
5699
|
}>;
|