@fileverse-dev/dsheet 0.0.29 → 0.0.30
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.es.js +9 -6
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -89999,7 +89999,7 @@ function Kle(e, r, t, a, n, l, i, c) {
|
|
|
89999
89999
|
}
|
|
90000
90000
|
}
|
|
90001
90001
|
function Zle(e, r, t, a, n, l, i, c) {
|
|
90002
|
-
doe(e, r, t) || moe(e, r, t) || $oe(e, r, t) || Toe(e, r, t) || (ale(e, r, t, n, l, i),
|
|
90002
|
+
doe(e, r, t) || moe(e, r, t) || $oe(e, r, t) || Toe(e, r, t) || (ale(e, r, t, n, l, i), foe(e, t, n, l, i), Koe(r, t), Uie(r, t), (e.luckysheet_scroll_status || e.luckysheet_select_status || e.luckysheet_rows_selected_status || e.luckysheet_cols_selected_status || e.luckysheet_cell_selected_move || e.luckysheet_cell_selected_extend || e.luckysheet_cols_change_size || e.luckysheet_rows_change_size) && Kle(e, r, t, a, n, l, i, c));
|
|
90003
90003
|
}
|
|
90004
90004
|
function Xle(e, r, t, a, n, l, i, c, u) {
|
|
90005
90005
|
var o = i.getBoundingClientRect();
|
|
@@ -92598,7 +92598,10 @@ var Dse = {
|
|
|
92598
92598
|
tabIndex: 0
|
|
92599
92599
|
}, /* @__PURE__ */ X.createElement(Er, {
|
|
92600
92600
|
name: "headDownArrow",
|
|
92601
|
-
width: 12
|
|
92601
|
+
width: 12,
|
|
92602
|
+
style: {
|
|
92603
|
+
marginBottom: "3px"
|
|
92604
|
+
}
|
|
92602
92605
|
}))) : null, b.map(function(x, T) {
|
|
92603
92606
|
var k, C = x.col, S = x.col_pre, _ = x.c1, H = x.c2;
|
|
92604
92607
|
return /* @__PURE__ */ X.createElement("div", {
|
|
@@ -94956,8 +94959,8 @@ var Gse = function() {
|
|
|
94956
94959
|
return te.assign({
|
|
94957
94960
|
left: J.left,
|
|
94958
94961
|
top: J.top,
|
|
94959
|
-
width: J.width,
|
|
94960
|
-
height: J.height,
|
|
94962
|
+
width: J.width ? J.width - 1.5 : J.width,
|
|
94963
|
+
height: J.height ? J.height - 1.5 : J.height,
|
|
94961
94964
|
display: "block"
|
|
94962
94965
|
}, md(p, J.row_focus || 0, J.row_focus || 0, (Q = g.globalCache.freezen) === null || Q === void 0 ? void 0 : Q[p.currentSheetId]), vd(p, J.column_focus || 0, J.column_focus || 0, (P = g.globalCache.freezen) === null || P === void 0 ? void 0 : P[p.currentSheetId]));
|
|
94963
94966
|
}() : {},
|
|
@@ -95009,8 +95012,8 @@ var Gse = function() {
|
|
|
95009
95012
|
style: te.assign({
|
|
95010
95013
|
left: Q.left_move,
|
|
95011
95014
|
top: Q.top_move,
|
|
95012
|
-
width: Q.width_move,
|
|
95013
|
-
height: Q.height_move,
|
|
95015
|
+
width: Q.width_move ? Q.width_move - 1.5 : Q.width_move,
|
|
95016
|
+
height: Q.height_move ? Q.height_move - 1.5 : Q.height_move,
|
|
95014
95017
|
display: "block"
|
|
95015
95018
|
}, md(p, Q.row[0], Q.row[1], (J = g.globalCache.freezen) === null || J === void 0 ? void 0 : J[p.currentSheetId]), vd(p, Q.column[0], Q.column[1], (U = g.globalCache.freezen) === null || U === void 0 ? void 0 : U[p.currentSheetId])),
|
|
95016
95019
|
onMouseDown: function(K) {
|