@fox-js/foxui-pc 4.0.1-130 → 4.0.1-131
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 +3 -3
- package/dist/index.umd.js +2 -2
- package/dist/style.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5,7 +5,7 @@ import { ElAffix as Jm, ElAlert as ep, ElAside as tp, ElAutoResizer as np, ElAut
|
|
|
5
5
|
import { ArrowLeft as lo, ArrowUp as Vn, Download as ao, RefreshLeft as oo, Loading as As, Setting as Vs, CircleClose as Ls, Close as ro, ArrowRight as Ms } from "@element-plus/icons-vue";
|
|
6
6
|
import { useFoxI18n as tt } from "@fox-js/i18n";
|
|
7
7
|
/*!
|
|
8
|
-
* @fox-js/foxui-desktop v4.0.0 Sun Aug 23 2026 11:
|
|
8
|
+
* @fox-js/foxui-desktop v4.0.0 Sun Aug 23 2026 11:52:32 GMT+0800 (China Standard Time)
|
|
9
9
|
*/
|
|
10
10
|
const mn = window, Rs = typeof window < "u";
|
|
11
11
|
function _s() {
|
|
@@ -5220,8 +5220,8 @@ function ju(e, t, l) {
|
|
|
5220
5220
|
...ht(a.attrs),
|
|
5221
5221
|
ref: _,
|
|
5222
5222
|
class: B.value,
|
|
5223
|
-
clearable: n.clearable,
|
|
5224
|
-
multiple: n.multiple,
|
|
5223
|
+
clearable: ue(n.clearable),
|
|
5224
|
+
multiple: ue(n.multiple),
|
|
5225
5225
|
placeholder: u.placeholder.value,
|
|
5226
5226
|
disabled: o.value || r.value,
|
|
5227
5227
|
modelValue: c.value,
|