@vtj/ui 0.8.40 → 0.8.41
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 +5 -4
- package/dist/index.umd.js +3 -3
- package/package.json +3 -3
- package/types/components/picker/Dialog.d.ts +2 -2
- package/types/components/picker/Picker.d.ts +1 -0
- package/types/components/picker/props.d.ts +11 -17
- package/types/components/picker/types.d.ts +1 -1
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -8,10 +8,10 @@ import { useRouter as dd, RouterView as ub, useRoute as dm, 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.41
|
|
12
12
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
13
13
|
*/
|
|
14
|
-
const aI = "0.8.
|
|
14
|
+
const aI = "0.8.41", fb = {
|
|
15
15
|
default: 14,
|
|
16
16
|
small: 12,
|
|
17
17
|
large: 18
|
|
@@ -23278,7 +23278,7 @@ const q7 = {
|
|
|
23278
23278
|
if (t.multiple)
|
|
23279
23279
|
r();
|
|
23280
23280
|
else {
|
|
23281
|
-
const { row: u } = n.value?.vxeRef.getSelectedCell();
|
|
23281
|
+
const { row: u } = n.value?.vxeRef.getSelectedCell() || {};
|
|
23282
23282
|
u && t.onPick(u);
|
|
23283
23283
|
}
|
|
23284
23284
|
}, a = () => {
|
|
@@ -23537,7 +23537,8 @@ const $0 = /* @__PURE__ */ nt({
|
|
|
23537
23537
|
disabled: v,
|
|
23538
23538
|
options: u,
|
|
23539
23539
|
setOptions: c,
|
|
23540
|
-
current: h
|
|
23540
|
+
current: h,
|
|
23541
|
+
visible: i
|
|
23541
23542
|
}), (D, P) => (we(), mt(Dn, null, [
|
|
23542
23543
|
rt(V(id), Mt({
|
|
23543
23544
|
ref_key: "selectRef",
|