sep-yui 0.1.57 → 0.1.58
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/sep-yui.es.ts +2 -2
- package/dist/sep-yui.umd.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/sep-yui.es.ts
CHANGED
@@ -10083,7 +10083,7 @@ const DI = ["data-testid"], OI = ["data-testid"], LI = /* @__PURE__ */ ie({
|
|
10083
10083
|
width: "100%",
|
10084
10084
|
height: a.height
|
10085
10085
|
}, c = (S) => {
|
10086
|
-
l.searchValue = S, l.isShowList = !1, i("input", S), i("update:modelValue", l.searchValue), i("choosed",
|
10086
|
+
l.searchValue = S.trim(), l.isShowList = !1, i("input", S), i("update:modelValue", l.searchValue), i("choosed", l.searchValue), i("enter", l.searchValue);
|
10087
10087
|
}, f = (S) => {
|
10088
10088
|
l.isShowList = !1, i("choose-result", S);
|
10089
10089
|
}, h = () => {
|
@@ -10182,7 +10182,7 @@ const DI = ["data-testid"], OI = ["data-testid"], LI = /* @__PURE__ */ ie({
|
|
10182
10182
|
}, null, 8, ["global-results-function", "search-value", "data-testid"])) : ne("", !0)
|
10183
10183
|
], 40, lE));
|
10184
10184
|
}
|
10185
|
-
}), ci = /* @__PURE__ */ _e(fE, [["__scopeId", "data-v-
|
10185
|
+
}), ci = /* @__PURE__ */ _e(fE, [["__scopeId", "data-v-ec7be286"]]);
|
10186
10186
|
var Wa = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Is = { exports: {} };
|
10187
10187
|
/**
|
10188
10188
|
* @license
|