@dao-style/core 1.27.1-beta.2 → 1.28.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/dao-style.js +1 -1
- package/dist/dao-style.mjs +1 -1
- package/package.json +1 -1
package/dist/dao-style.mjs
CHANGED
|
@@ -5507,7 +5507,7 @@ const q_ = /* @__PURE__ */ se(Q_, [["render", X_]]), Z_ = q_, Ze = Z_, J_ = oe({
|
|
|
5507
5507
|
onChange(Z) {
|
|
5508
5508
|
if (a.value === "number") {
|
|
5509
5509
|
const { value: he } = Z.target, $e = he !== "" ? Number(he) : "";
|
|
5510
|
-
(!Number.isFinite($e) || Number.isNaN($e) || he === "") && m.value ? (m.value.value = "", ie(void 0)) : ie(he), t("
|
|
5510
|
+
(!Number.isFinite($e) || Number.isNaN($e) || he === "") && m.value ? (m.value.value = "", ie(void 0)) : ie(he), t("change", d.value);
|
|
5511
5511
|
} else {
|
|
5512
5512
|
const { value: he } = Z.target;
|
|
5513
5513
|
ie(he), t("change", d.value);
|