@vtj/ui 0.8.103 → 0.8.104
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.mjs +8 -3
- package/dist/index.umd.js +3 -3
- package/package.json +3 -3
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -8,10 +8,10 @@ import { useRouter as yd, RouterView as Sb, useRoute as Sh, routeLocationKey as
|
|
|
8
8
|
* Copyright (c) 2024, VTJ.PRO All rights reserved.
|
|
9
9
|
* @name @vtj/ui
|
|
10
10
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
11
|
-
* @version 0.8.
|
|
11
|
+
* @version 0.8.104
|
|
12
12
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
13
13
|
*/
|
|
14
|
-
const RI = "0.8.
|
|
14
|
+
const RI = "0.8.104", Ob = {
|
|
15
15
|
default: 14,
|
|
16
16
|
small: 12,
|
|
17
17
|
large: 18
|
|
@@ -23898,7 +23898,12 @@ const j0 = /* @__PURE__ */ nt({
|
|
|
23898
23898
|
}, E = async (M) => {
|
|
23899
23899
|
u(M, o.multiple && o.append), i.value = !1, r("picked", M, o.data), await te(), $();
|
|
23900
23900
|
};
|
|
23901
|
-
return
|
|
23901
|
+
return tt(
|
|
23902
|
+
() => o.queryKey,
|
|
23903
|
+
(M, A) => {
|
|
23904
|
+
M && A && g.value[A] && (g.value[M] = g.value[A]);
|
|
23905
|
+
}
|
|
23906
|
+
), t({
|
|
23902
23907
|
focus: $,
|
|
23903
23908
|
blur: w,
|
|
23904
23909
|
disabled: v,
|