@fox-js/foxui-pc 4.0.1-100 → 4.0.1-101
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 +4 -3
- package/dist/index.umd.js +2 -2
- package/dist/style.css +1 -1
- 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 tt } from "@fox-js/i18n";
|
|
7
7
|
/*!
|
|
8
|
-
* @fox-js/foxui-desktop v4.0.0
|
|
8
|
+
* @fox-js/foxui-desktop v4.0.0 Thu Jan 11 2024 13:37:17 GMT+0800 (中国标准时间)
|
|
9
9
|
*/
|
|
10
10
|
const Yt = window, Wo = typeof window < "u";
|
|
11
11
|
function Yo() {
|
|
@@ -5820,7 +5820,9 @@ function Fu(e, t, l) {
|
|
|
5820
5820
|
s("update:modelValue", f.value), s("change", f.value);
|
|
5821
5821
|
}, d = x(() => g.value && n.type === "daterange" ? "date" : n.type), p = e, v = x(() => ({
|
|
5822
5822
|
[`${p}`]: !0,
|
|
5823
|
-
"is-long": g.value
|
|
5823
|
+
"is-long": g.value,
|
|
5824
|
+
"is-readonly": o.value,
|
|
5825
|
+
"is-disabled": a.value
|
|
5824
5826
|
}));
|
|
5825
5827
|
let b = ye(n, "hintText"), I = k(!1);
|
|
5826
5828
|
const R = (L) => {
|
|
@@ -7602,7 +7604,6 @@ const Rc = /* @__PURE__ */ Ke(Ac, [["render", Pc]]), { componentName: Cg, create
|
|
|
7602
7604
|
props: {
|
|
7603
7605
|
...Oc
|
|
7604
7606
|
},
|
|
7605
|
-
emits: [],
|
|
7606
7607
|
// setup
|
|
7607
7608
|
setup(e, { emit: t, attrs: l }) {
|
|
7608
7609
|
let n = [];
|