@solfacil/girassol 0.34.0 → 0.34.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.
- package/dist/girassol.es.js +1558 -1552
- package/dist/girassol.umd.js +3 -3
- package/dist/style.css +1 -1
- package/dist/types/components/forms/checkbox/checkbox-group/CheckboxGroup.vue.d.ts +1 -1
- package/dist/types/components/forms/radio/radio-group/RadioGroup.vue.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1641,7 +1641,7 @@ export declare const components: {
|
|
|
1641
1641
|
radios: import("./components/forms/radio/types").Radio[];
|
|
1642
1642
|
direction: "row" | "column";
|
|
1643
1643
|
}) => any;
|
|
1644
|
-
|
|
1644
|
+
showLegend: (_: {
|
|
1645
1645
|
updateCurrentStep: () => void;
|
|
1646
1646
|
}) => any;
|
|
1647
1647
|
};
|
|
@@ -2087,7 +2087,7 @@ export declare const components: {
|
|
|
2087
2087
|
checkboxes: import("./components/forms/checkbox/type").Checkbox[];
|
|
2088
2088
|
direction: "row" | "column";
|
|
2089
2089
|
}) => any;
|
|
2090
|
-
|
|
2090
|
+
showLegend: (_: {
|
|
2091
2091
|
updateCurrentStep: () => void;
|
|
2092
2092
|
}) => any;
|
|
2093
2093
|
};
|