@fox-js/foxui 4.0.1-46 → 4.0.1-47
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 +3 -3
- package/dist/index.esm.js +2 -14
- package/dist/index.umd.js +3 -3
- package/dist/locale/index.esm.js +1 -1
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ import Et from "@fox-js/validator";
|
|
|
3
3
|
import { Left as Qn, RectUp as wa, CircleClose as pt, Close as Dt, ArrowRight as kn, MoreH as Zs, Loading as Vt, Checklist as ka, Date as Ca, CheckNormal as tl, CheckChecked as Js, Checked as nl, CheckDisabled as _s, Loading1 as ei, StarFillN as ti, Search2 as ni, Minus as oi, Plus as li, Uploader as ai, Right as ol, Image as si, ImageError as ii, ArrowUp2 as Aa, ArrowDown2 as $a, Check as Ta, JoySmile as ri, Tips as Na, Photograph as ui, Failure as xa, Del as Da, Link as ci, Top as di, Success as fi, Service as hi, Notice as mi, DownArrow as Va, TriangleUp as pi, TriangleDown as gi, Location as yi, Location2 as vi, Edit as bi, Fabulous as Si, Comment as wi, MoreX as ki } 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 Thu May 09 2024 11:
|
|
6
|
+
* @fox-js/foxui-base v4.0.0 Thu May 09 2024 11:40:02 GMT+0800 (中国标准时间)
|
|
7
7
|
*/
|
|
8
8
|
const $n = window, Ci = typeof window < "u";
|
|
9
9
|
function Ai() {
|
|
@@ -779,7 +779,7 @@ function jT(e) {
|
|
|
779
779
|
function ji() {
|
|
780
780
|
return Pa;
|
|
781
781
|
}
|
|
782
|
-
let Ba = ["focus", "change"];
|
|
782
|
+
let Ba = ["focus", "change", "setValue"];
|
|
783
783
|
function WT(e) {
|
|
784
784
|
Ba = e;
|
|
785
785
|
}
|
|
@@ -4500,10 +4500,6 @@ function bu(e, t, l, n) {
|
|
|
4500
4500
|
const s = Ze(w(() => o.disabled)), i = lt(w(() => o.readonly)), { emitEvent: r } = Je(
|
|
4501
4501
|
{
|
|
4502
4502
|
componentName: e,
|
|
4503
|
-
// 触发校验事件
|
|
4504
|
-
validateCheckEvents: ["blur", "clear", "change"],
|
|
4505
|
-
// 触发校验重置事件
|
|
4506
|
-
validateResetEvents: ["focus", "setValue"],
|
|
4507
4503
|
// 是否只读
|
|
4508
4504
|
get readonly() {
|
|
4509
4505
|
return i.value;
|
|
@@ -4792,10 +4788,6 @@ function $u(e, t, l, n) {
|
|
|
4792
4788
|
const s = Ze(w(() => o.disabled)), i = lt(w(() => o.readonly)), { emitEvent: r } = Je(
|
|
4793
4789
|
{
|
|
4794
4790
|
componentName: e,
|
|
4795
|
-
// 触发校验事件
|
|
4796
|
-
validateCheckEvents: ["blur", "clear", "change"],
|
|
4797
|
-
// 触发校验重置事件
|
|
4798
|
-
validateResetEvents: ["focus", "setValue"],
|
|
4799
4791
|
// 是否只读
|
|
4800
4792
|
get readonly() {
|
|
4801
4793
|
return i.value;
|
|
@@ -5108,10 +5100,6 @@ function Ou(e, t, l, n) {
|
|
|
5108
5100
|
const s = Ze(w(() => o.disabled)), i = lt(w(() => o.readonly)), { emitEvent: r } = Je(
|
|
5109
5101
|
{
|
|
5110
5102
|
componentName: e,
|
|
5111
|
-
// 触发校验事件
|
|
5112
|
-
validateCheckEvents: ["blur", "clear", "change"],
|
|
5113
|
-
// 触发校验重置事件
|
|
5114
|
-
validateResetEvents: ["focus", "setValue"],
|
|
5115
5103
|
// 是否只读
|
|
5116
5104
|
get readonly() {
|
|
5117
5105
|
return i.value;
|