@fox-js/foxui 4.0.1-42 → 4.0.1-43
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/index.cjs.js +2 -2
- package/dist/index.esm.js +8 -4
- package/dist/index.umd.js +2 -2
- package/dist/locale/index.esm.js +1 -1
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ import Pt from "@fox-js/validator";
|
|
|
3
3
|
import { Left as Wn, RectUp as ba, CircleClose as mt, Close as Dt, ArrowRight as wn, MoreH as Qs, Loading as It, Checklist as Sa, Date as wa, CheckNormal as Jo, CheckChecked as Gs, Checked as _o, CheckDisabled as Zs, Loading1 as Js, StarFillN as _s, Search2 as ei, Minus as ti, Plus as ni, Uploader as oi, Right as el, Image as li, ImageError as ai, ArrowUp2 as ka, ArrowDown2 as Ca, Check as Aa, JoySmile as si, Tips as $a, Photograph as ii, Failure as Ta, Del as Na, Link as ri, Top as ui, Success as ci, Service as di, Notice as fi, DownArrow as xa, TriangleUp as hi, TriangleDown as pi, Location as mi, Location2 as gi, Edit as yi, Fabulous as vi, Comment as bi, MoreX as Si } from "@fox-js/icons-vue";
|
|
4
4
|
import { useFoxI18n as $e } from "@fox-js/i18n";
|
|
5
5
|
/*!
|
|
6
|
-
* @fox-js/foxui-base v4.0.0
|
|
6
|
+
* @fox-js/foxui-base v4.0.0 Mon Apr 29 2024 17:16:09 GMT+0800 (中国标准时间)
|
|
7
7
|
*/
|
|
8
8
|
const Cn = window, wi = typeof window < "u";
|
|
9
9
|
function ki() {
|
|
@@ -11576,6 +11576,11 @@ const yt = /* @__PURE__ */ pe(Lh, [["render", Fh]]), Kh = {
|
|
|
11576
11576
|
type: Boolean,
|
|
11577
11577
|
default: !1
|
|
11578
11578
|
},
|
|
11579
|
+
// auto blur(search事件后,自动失去焦点)
|
|
11580
|
+
autoblur: {
|
|
11581
|
+
type: Boolean,
|
|
11582
|
+
default: !0
|
|
11583
|
+
},
|
|
11579
11584
|
// 是否禁用
|
|
11580
11585
|
disabled: {
|
|
11581
11586
|
type: Boolean,
|
|
@@ -11635,7 +11640,7 @@ const yt = /* @__PURE__ */ pe(Lh, [["render", Fh]]), Kh = {
|
|
|
11635
11640
|
const I = {};
|
|
11636
11641
|
return y.value || (I.display = "none"), I;
|
|
11637
11642
|
}), c = () => {
|
|
11638
|
-
o("search", n.modelValue);
|
|
11643
|
+
n.autoblur && $.value?.blur(), o("search", n.modelValue);
|
|
11639
11644
|
}, m = (I) => {
|
|
11640
11645
|
o("keyup-input", I), I.key.toLocaleUpperCase() === "ENTER" && c();
|
|
11641
11646
|
}, A = (I) => {
|
|
@@ -13968,8 +13973,7 @@ const km = {
|
|
|
13968
13973
|
//当内容过长被隐藏时显示tooltip
|
|
13969
13974
|
showOverflowTooltip: {
|
|
13970
13975
|
type: [Boolean],
|
|
13971
|
-
required: !1
|
|
13972
|
-
default: !0
|
|
13976
|
+
required: !1
|
|
13973
13977
|
},
|
|
13974
13978
|
// tooltip是否显示箭头
|
|
13975
13979
|
showArrow: {
|