@fox-js/foxui-pc 4.0.1-98 → 4.0.1-99
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 Yg, ElAlert as Gg, ElAside as Ug, ElAutoResizer as Xg, ElAut
|
|
|
5
5
|
import { ArrowLeft as Tr, ArrowUp as fn, Download as Cr, RefreshLeft as Er, Setting as zo, Close as Nr, ArrowRight as Ko } from "@element-plus/icons-vue";
|
|
6
6
|
import { useFoxI18n as et } from "@fox-js/i18n";
|
|
7
7
|
/*!
|
|
8
|
-
* @fox-js/foxui-desktop v4.0.0
|
|
8
|
+
* @fox-js/foxui-desktop v4.0.0 Mon Jan 08 2024 17:06:39 GMT+0800 (中国标准时间)
|
|
9
9
|
*/
|
|
10
10
|
const Yt = window, Wo = typeof window < "u";
|
|
11
11
|
function Yo() {
|
|
@@ -4637,7 +4637,7 @@ function su(e) {
|
|
|
4637
4637
|
const Cl = {
|
|
4638
4638
|
// model value
|
|
4639
4639
|
modelValue: {
|
|
4640
|
-
type: [String,
|
|
4640
|
+
type: [String, Boolean, Number, Object, Array],
|
|
4641
4641
|
required: !1
|
|
4642
4642
|
},
|
|
4643
4643
|
// text
|
|
@@ -9326,7 +9326,7 @@ function qf(e, t, l) {
|
|
|
9326
9326
|
const { componentName: Mf, create: _f, scope: Bf } = ue("switch-item"), Hf = _f(qf(Mf, Bf, Re)), Kl = {
|
|
9327
9327
|
// model value
|
|
9328
9328
|
modelValue: {
|
|
9329
|
-
type: [String, Number, Boolean],
|
|
9329
|
+
type: [String, Number, Boolean, Array],
|
|
9330
9330
|
required: !1
|
|
9331
9331
|
}
|
|
9332
9332
|
};
|