wave-ui 3.25.4 → 3.25.5
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/wave-ui.es.js
CHANGED
|
@@ -6158,8 +6158,10 @@ function Xs(e, t, i, s, n, l) {
|
|
|
6158
6158
|
const a = V("w-progress");
|
|
6159
6159
|
return o(), b(R(e.formRegister ? "w-form-element" : "div"), $({ ref: "formEl" }, e.formRegister && { validators: e.validators, inputValue: n.isOn, disabled: e.isDisabled, readonly: e.isReadonly }, {
|
|
6160
6160
|
valid: e.valid,
|
|
6161
|
-
"onUpdate:valid": t[
|
|
6162
|
-
|
|
6161
|
+
"onUpdate:valid": t[4] || (t[4] = (r) => e.valid = r),
|
|
6162
|
+
onMouseenter: t[5] || (t[5] = (r) => e.$emit("mouseenter", r)),
|
|
6163
|
+
onMouseleave: t[6] || (t[6] = (r) => e.$emit("mouseleave", r)),
|
|
6164
|
+
onReset: t[7] || (t[7] = (r) => {
|
|
6163
6165
|
e.$emit("update:modelValue", n.isOn = null), e.$emit("input", null);
|
|
6164
6166
|
}),
|
|
6165
6167
|
class: l.classes,
|
|
@@ -6180,6 +6182,7 @@ function Xs(e, t, i, s, n, l) {
|
|
|
6180
6182
|
}, l.attrs, {
|
|
6181
6183
|
onChange: t[0] || (t[0] = (r) => l.onInput()),
|
|
6182
6184
|
onFocus: t[1] || (t[1] = (r) => e.$emit("focus", r)),
|
|
6185
|
+
onBlur: t[2] || (t[2] = (r) => e.$emit("blur", r)),
|
|
6183
6186
|
"aria-checked": n.isOn || "false",
|
|
6184
6187
|
role: "switch"
|
|
6185
6188
|
}), null, 16, Hs),
|
|
@@ -6196,7 +6199,7 @@ function Xs(e, t, i, s, n, l) {
|
|
|
6196
6199
|
], 64)) : p("", !0),
|
|
6197
6200
|
k("div", {
|
|
6198
6201
|
class: f(["w-switch__input", l.inputClasses]),
|
|
6199
|
-
onClick: t[
|
|
6202
|
+
onClick: t[3] || (t[3] = (r) => {
|
|
6200
6203
|
e.$refs.input.focus(), e.$refs.input.click();
|
|
6201
6204
|
})
|
|
6202
6205
|
}, [
|