@fileverse-dev/fortune-react 1.0.2-mod-16 → 1.0.2-mod-17
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.esm.js +4 -4
- package/dist/index.js +4 -4
- package/dist/index.umd.js +5 -5
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -3751,8 +3751,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3751
3751
|
return _.assign({
|
|
3752
3752
|
left: selection.left,
|
|
3753
3753
|
top: selection.top,
|
|
3754
|
-
width: selection.width ? selection.width - 1.
|
|
3755
|
-
height: selection.height ? selection.height - 1.
|
|
3754
|
+
width: selection.width ? selection.width - 1.8 : selection.width,
|
|
3755
|
+
height: selection.height ? selection.height - 1.8 : selection.height,
|
|
3756
3756
|
display: "block"
|
|
3757
3757
|
}, fixRowStyleOverflowInFreeze(context, selection.row_focus || 0, selection.row_focus || 0, (_refs$globalCache$fre = refs.globalCache.freezen) === null || _refs$globalCache$fre === void 0 ? void 0 : _refs$globalCache$fre[context.currentSheetId]), fixColumnStyleOverflowInFreeze(context, selection.column_focus || 0, selection.column_focus || 0, (_refs$globalCache$fre2 = refs.globalCache.freezen) === null || _refs$globalCache$fre2 === void 0 ? void 0 : _refs$globalCache$fre2[context.currentSheetId]));
|
|
3758
3758
|
}() : {},
|
|
@@ -3811,8 +3811,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3811
3811
|
style: _.assign({
|
|
3812
3812
|
left: selection.left_move,
|
|
3813
3813
|
top: selection.top_move,
|
|
3814
|
-
width: selection.width_move ? selection.width_move - 1.
|
|
3815
|
-
height: selection.height_move ? selection.height_move - 1.
|
|
3814
|
+
width: selection.width_move ? selection.width_move - 1.8 : selection.width_move,
|
|
3815
|
+
height: selection.height_move ? selection.height_move - 1.8 : selection.height_move,
|
|
3816
3816
|
display: "block"
|
|
3817
3817
|
}, fixRowStyleOverflowInFreeze(context, selection.row[0], selection.row[1], (_refs$globalCache$fre3 = refs.globalCache.freezen) === null || _refs$globalCache$fre3 === void 0 ? void 0 : _refs$globalCache$fre3[context.currentSheetId]), fixColumnStyleOverflowInFreeze(context, selection.column[0], selection.column[1], (_refs$globalCache$fre4 = refs.globalCache.freezen) === null || _refs$globalCache$fre4 === void 0 ? void 0 : _refs$globalCache$fre4[context.currentSheetId])),
|
|
3818
3818
|
onMouseDown: function onMouseDown(e) {
|
package/dist/index.js
CHANGED
|
@@ -3762,8 +3762,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3762
3762
|
return ___default['default'].assign({
|
|
3763
3763
|
left: selection.left,
|
|
3764
3764
|
top: selection.top,
|
|
3765
|
-
width: selection.width ? selection.width - 1.
|
|
3766
|
-
height: selection.height ? selection.height - 1.
|
|
3765
|
+
width: selection.width ? selection.width - 1.8 : selection.width,
|
|
3766
|
+
height: selection.height ? selection.height - 1.8 : selection.height,
|
|
3767
3767
|
display: "block"
|
|
3768
3768
|
}, fortuneCore.fixRowStyleOverflowInFreeze(context, selection.row_focus || 0, selection.row_focus || 0, (_refs$globalCache$fre = refs.globalCache.freezen) === null || _refs$globalCache$fre === void 0 ? void 0 : _refs$globalCache$fre[context.currentSheetId]), fortuneCore.fixColumnStyleOverflowInFreeze(context, selection.column_focus || 0, selection.column_focus || 0, (_refs$globalCache$fre2 = refs.globalCache.freezen) === null || _refs$globalCache$fre2 === void 0 ? void 0 : _refs$globalCache$fre2[context.currentSheetId]));
|
|
3769
3769
|
}() : {},
|
|
@@ -3822,8 +3822,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3822
3822
|
style: ___default['default'].assign({
|
|
3823
3823
|
left: selection.left_move,
|
|
3824
3824
|
top: selection.top_move,
|
|
3825
|
-
width: selection.width_move ? selection.width_move - 1.
|
|
3826
|
-
height: selection.height_move ? selection.height_move - 1.
|
|
3825
|
+
width: selection.width_move ? selection.width_move - 1.8 : selection.width_move,
|
|
3826
|
+
height: selection.height_move ? selection.height_move - 1.8 : selection.height_move,
|
|
3827
3827
|
display: "block"
|
|
3828
3828
|
}, fortuneCore.fixRowStyleOverflowInFreeze(context, selection.row[0], selection.row[1], (_refs$globalCache$fre3 = refs.globalCache.freezen) === null || _refs$globalCache$fre3 === void 0 ? void 0 : _refs$globalCache$fre3[context.currentSheetId]), fortuneCore.fixColumnStyleOverflowInFreeze(context, selection.column[0], selection.column[1], (_refs$globalCache$fre4 = refs.globalCache.freezen) === null || _refs$globalCache$fre4 === void 0 ? void 0 : _refs$globalCache$fre4[context.currentSheetId])),
|
|
3829
3829
|
onMouseDown: function onMouseDown(e) {
|