yhz-ui-v3 1.0.5 → 1.0.7
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/yhz-ui-v3.es.ts +3 -3
- package/dist/yhz-ui-v3.umd.ts +1 -1
- package/package.json +1 -1
package/dist/yhz-ui-v3.es.ts
CHANGED
|
@@ -25224,7 +25224,7 @@ const rM = ["innerHTML", "title"], sM = { key: 2 }, aM = {
|
|
|
25224
25224
|
}, I = (oe = null) => {
|
|
25225
25225
|
k.value.clear(), F.value = null, P.value = null, o("current-change", {}), o("selection-change", []), r.value && r.value.clearCurrentRow();
|
|
25226
25226
|
}, W = (oe) => {
|
|
25227
|
-
P.value = oe, o("current-change", oe), r.value && r.value.setCurrentRow(oe);
|
|
25227
|
+
I(), P.value = oe, o("current-change", oe), r.value && r.value.setCurrentRow(oe);
|
|
25228
25228
|
}, A = ({ row: oe }) => {
|
|
25229
25229
|
}, H = ({ $event: oe }) => {
|
|
25230
25230
|
const Q = r.value;
|
|
@@ -25234,7 +25234,7 @@ const rM = ["innerHTML", "title"], sM = { key: 2 }, aM = {
|
|
|
25234
25234
|
const Te = Q.getRowNode(oe.target.closest("tr"));
|
|
25235
25235
|
if (Te && Te.item) {
|
|
25236
25236
|
const je = Te.item;
|
|
25237
|
-
W(je)
|
|
25237
|
+
W(je);
|
|
25238
25238
|
}
|
|
25239
25239
|
}
|
|
25240
25240
|
o("context-menu", oe);
|
|
@@ -25514,7 +25514,7 @@ const rM = ["innerHTML", "title"], sM = { key: 2 }, aM = {
|
|
|
25514
25514
|
}, 1032, ["field", "title", "sortable", "width", "resizable", "header-class-name", "fixed", "formatter", "visible"]))
|
|
25515
25515
|
], 64))), 128)),
|
|
25516
25516
|
Nl(Pi(Mu), {
|
|
25517
|
-
"min-width": "
|
|
25517
|
+
"min-width": "36px",
|
|
25518
25518
|
resizable: !1,
|
|
25519
25519
|
fixed: "right"
|
|
25520
25520
|
})
|