@vtj/ui 0.8.65 → 0.8.66
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 +6 -4
- 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 hd, RouterView as gb, useRoute as bm, 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.66
|
|
12
12
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
13
13
|
*/
|
|
14
|
-
const wI = "0.8.
|
|
14
|
+
const wI = "0.8.66", bb = {
|
|
15
15
|
default: 14,
|
|
16
16
|
small: 12,
|
|
17
17
|
large: 18
|
|
@@ -22089,8 +22089,8 @@ function I0(e, t = {}) {
|
|
|
22089
22089
|
}
|
|
22090
22090
|
function d7(e, t) {
|
|
22091
22091
|
return (n) => {
|
|
22092
|
-
const { getRowNode: o } = e, { newIndex: r, oldIndex: l } = n, i = o(n.item);
|
|
22093
|
-
t("rowSort", {
|
|
22092
|
+
const { getRowNode: o } = e, { newIndex: r = 0, oldIndex: l = 0 } = n, i = o(n.item), { items: a = [], item: s } = i || {};
|
|
22093
|
+
s && (a.splice(l, 1), a.splice(r, 0, s), e.reloadData(a)), t("rowSort", {
|
|
22094
22094
|
info: i,
|
|
22095
22095
|
newIndex: r,
|
|
22096
22096
|
oldIndex: l,
|
|
@@ -22529,6 +22529,8 @@ function z7(e, t) {
|
|
|
22529
22529
|
function H7(e) {
|
|
22530
22530
|
return {
|
|
22531
22531
|
useKey: !0,
|
|
22532
|
+
isCurrent: !0,
|
|
22533
|
+
isHover: !0,
|
|
22532
22534
|
...zo(e, "rowConfig")
|
|
22533
22535
|
};
|
|
22534
22536
|
}
|