@fileverse-dev/fortune-react 1.0.2-mod-15 → 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.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +8 -5
- package/dist/index.js +8 -5
- package/dist/index.umd.css +1 -1
- package/dist/index.umd.js +10 -7
- package/dist/index.umd.min.css +1 -1
- package/dist/index.umd.min.js +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
package/dist/index.esm.css
CHANGED
package/dist/index.esm.js
CHANGED
|
@@ -661,7 +661,10 @@ var ColumnHeader = function ColumnHeader() {
|
|
|
661
661
|
tabIndex: 0
|
|
662
662
|
}, /*#__PURE__*/React.createElement(SVGIcon, {
|
|
663
663
|
name: "headDownArrow",
|
|
664
|
-
width: 12
|
|
664
|
+
width: 12,
|
|
665
|
+
style: {
|
|
666
|
+
marginBottom: "3px"
|
|
667
|
+
}
|
|
665
668
|
}))))) : null, selectedLocation.map(function (_ref, i) {
|
|
666
669
|
var _refs$globalCache$fre3;
|
|
667
670
|
var col = _ref.col,
|
|
@@ -3748,8 +3751,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3748
3751
|
return _.assign({
|
|
3749
3752
|
left: selection.left,
|
|
3750
3753
|
top: selection.top,
|
|
3751
|
-
width: selection.width,
|
|
3752
|
-
height: selection.height,
|
|
3754
|
+
width: selection.width ? selection.width - 1.8 : selection.width,
|
|
3755
|
+
height: selection.height ? selection.height - 1.8 : selection.height,
|
|
3753
3756
|
display: "block"
|
|
3754
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]));
|
|
3755
3758
|
}() : {},
|
|
@@ -3808,8 +3811,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3808
3811
|
style: _.assign({
|
|
3809
3812
|
left: selection.left_move,
|
|
3810
3813
|
top: selection.top_move,
|
|
3811
|
-
width: selection.width_move,
|
|
3812
|
-
height: selection.height_move,
|
|
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,
|
|
3813
3816
|
display: "block"
|
|
3814
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])),
|
|
3815
3818
|
onMouseDown: function onMouseDown(e) {
|
package/dist/index.js
CHANGED
|
@@ -672,7 +672,10 @@ var ColumnHeader = function ColumnHeader() {
|
|
|
672
672
|
tabIndex: 0
|
|
673
673
|
}, /*#__PURE__*/React__default['default'].createElement(SVGIcon, {
|
|
674
674
|
name: "headDownArrow",
|
|
675
|
-
width: 12
|
|
675
|
+
width: 12,
|
|
676
|
+
style: {
|
|
677
|
+
marginBottom: "3px"
|
|
678
|
+
}
|
|
676
679
|
}))))) : null, selectedLocation.map(function (_ref, i) {
|
|
677
680
|
var _refs$globalCache$fre3;
|
|
678
681
|
var col = _ref.col,
|
|
@@ -3759,8 +3762,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3759
3762
|
return ___default['default'].assign({
|
|
3760
3763
|
left: selection.left,
|
|
3761
3764
|
top: selection.top,
|
|
3762
|
-
width: selection.width,
|
|
3763
|
-
height: selection.height,
|
|
3765
|
+
width: selection.width ? selection.width - 1.8 : selection.width,
|
|
3766
|
+
height: selection.height ? selection.height - 1.8 : selection.height,
|
|
3764
3767
|
display: "block"
|
|
3765
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]));
|
|
3766
3769
|
}() : {},
|
|
@@ -3819,8 +3822,8 @@ var SheetOverlay = function SheetOverlay() {
|
|
|
3819
3822
|
style: ___default['default'].assign({
|
|
3820
3823
|
left: selection.left_move,
|
|
3821
3824
|
top: selection.top_move,
|
|
3822
|
-
width: selection.width_move,
|
|
3823
|
-
height: selection.height_move,
|
|
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,
|
|
3824
3827
|
display: "block"
|
|
3825
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])),
|
|
3826
3829
|
onMouseDown: function onMouseDown(e) {
|
package/dist/index.umd.css
CHANGED