@oub/fusion 0.2.71 → 0.2.72
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/fusion.js +5 -4
- package/dist/fusion.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/fusion.js
CHANGED
|
@@ -2957,8 +2957,8 @@ function lu(e, t, n, r, a, o) {
|
|
|
2957
2957
|
const i = me("SVGExclamationTriangle"), s = me("FusionRadio");
|
|
2958
2958
|
return d(), m("div", tu, [
|
|
2959
2959
|
y("div", au, [
|
|
2960
|
-
e.label ? (d(), m("
|
|
2961
|
-
e.helperText ? (d(), m("
|
|
2960
|
+
e.label ? (d(), m("label", nu, oe(e.label), 1)) : D("", !0),
|
|
2961
|
+
e.helperText ? (d(), m("span", ru, oe(e.helperText), 1)) : D("", !0)
|
|
2962
2962
|
]),
|
|
2963
2963
|
e.errorText ? (d(), m("div", ou, [
|
|
2964
2964
|
ke(i, { "data-test": "error-icon" }),
|
|
@@ -2968,12 +2968,13 @@ function lu(e, t, n, r, a, o) {
|
|
|
2968
2968
|
(d(!0), m(Te, null, Re(e.radios, (u, p) => (d(), de(s, ze(u, {
|
|
2969
2969
|
id: u.id,
|
|
2970
2970
|
key: p,
|
|
2971
|
+
"helper-label": u.helperText,
|
|
2971
2972
|
"onUpdate:modelValue": (c) => e.updateValue(p, c)
|
|
2972
|
-
}), null, 16, ["id", "onUpdate:modelValue"]))), 128))
|
|
2973
|
+
}), null, 16, ["id", "helper-label", "onUpdate:modelValue"]))), 128))
|
|
2973
2974
|
])
|
|
2974
2975
|
]);
|
|
2975
2976
|
}
|
|
2976
|
-
const Em = /* @__PURE__ */ ye(eu, [["render", lu], ["__scopeId", "data-v-
|
|
2977
|
+
const Em = /* @__PURE__ */ ye(eu, [["render", lu], ["__scopeId", "data-v-92546a39"]]), uu = ve({
|
|
2977
2978
|
name: "FusionCheckboxGroup",
|
|
2978
2979
|
components: { SVGExclamationTriangle: Pt, FusionCheckbox: Kr },
|
|
2979
2980
|
props: {
|