@fileverse-dev/fortune-react 1.0.2-mod-17 → 1.0.2-mod-19

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 CHANGED
@@ -3304,8 +3304,8 @@ label {
3304
3304
  height: 252px;
3305
3305
  background: rgb(240, 240, 240);
3306
3306
  position: absolute;
3307
- bottom: -110px;
3308
- left: 197px;
3307
+ bottom: 10px;
3308
+ left: 100px;
3309
3309
  border-radius: 6px;
3310
3310
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
3311
3311
  border: 1px solid rgba(0, 0, 0, 0.2);
@@ -3304,8 +3304,8 @@ label {
3304
3304
  height: 252px;
3305
3305
  background: rgb(240, 240, 240);
3306
3306
  position: absolute;
3307
- bottom: -110px;
3308
- left: 197px;
3307
+ bottom: 10px;
3308
+ left: 100px;
3309
3309
  border-radius: 6px;
3310
3310
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
3311
3311
  border: 1px solid rgba(0, 0, 0, 0.2);
package/dist/index.esm.js CHANGED
@@ -2404,8 +2404,6 @@ var NotationBoxes = function NotationBoxes() {
2404
2404
  top = commentBox.top,
2405
2405
  width = commentBox.width,
2406
2406
  height = commentBox.height,
2407
- value = commentBox.value,
2408
- autoFocus = commentBox.autoFocus,
2409
2407
  size = commentBox.size;
2410
2408
  var isEditing = ((_context$editingComme2 = context.editingCommentBox) === null || _context$editingComme2 === void 0 ? void 0 : _context$editingComme2.rc) === rc;
2411
2409
  var commentId = "comment-box-".concat(rc);
@@ -7642,7 +7640,7 @@ var ContextMenu = function ContextMenu() {
7642
7640
  var _context$lang, _context$lang2;
7643
7641
  return /*#__PURE__*/React.createElement(Menu, {
7644
7642
  key: "add-col-".concat(dir),
7645
- onClick: function onClick(e) {
7643
+ onClick: function onClick() {
7646
7644
  var _context$luckysheet_s2, _context$luckysheet_s3, _context$luckysheet_s4;
7647
7645
  var position = (_context$luckysheet_s2 = context.luckysheet_select_save) === null || _context$luckysheet_s2 === void 0 ? void 0 : (_context$luckysheet_s3 = _context$luckysheet_s2[0]) === null || _context$luckysheet_s3 === void 0 ? void 0 : (_context$luckysheet_s4 = _context$luckysheet_s3.column) === null || _context$luckysheet_s4 === void 0 ? void 0 : _context$luckysheet_s4[0];
7648
7646
  if (position == null) return;
@@ -7690,7 +7688,7 @@ var ContextMenu = function ContextMenu() {
7690
7688
  var _context$lang3, _context$lang4;
7691
7689
  return /*#__PURE__*/React.createElement(Menu, {
7692
7690
  key: "add-row-".concat(dir),
7693
- onClick: function onClick(e, container) {
7691
+ onClick: function onClick() {
7694
7692
  var _context$luckysheet_s5, _context$luckysheet_s6, _context$luckysheet_s7;
7695
7693
  var position = (_context$luckysheet_s5 = context.luckysheet_select_save) === null || _context$luckysheet_s5 === void 0 ? void 0 : (_context$luckysheet_s6 = _context$luckysheet_s5[0]) === null || _context$luckysheet_s6 === void 0 ? void 0 : (_context$luckysheet_s7 = _context$luckysheet_s6.row) === null || _context$luckysheet_s7 === void 0 ? void 0 : _context$luckysheet_s7[0];
7696
7694
  if (position == null) return;
package/dist/index.js CHANGED
@@ -2415,8 +2415,6 @@ var NotationBoxes = function NotationBoxes() {
2415
2415
  top = commentBox.top,
2416
2416
  width = commentBox.width,
2417
2417
  height = commentBox.height,
2418
- value = commentBox.value,
2419
- autoFocus = commentBox.autoFocus,
2420
2418
  size = commentBox.size;
2421
2419
  var isEditing = ((_context$editingComme2 = context.editingCommentBox) === null || _context$editingComme2 === void 0 ? void 0 : _context$editingComme2.rc) === rc;
2422
2420
  var commentId = "comment-box-".concat(rc);
@@ -7653,7 +7651,7 @@ var ContextMenu = function ContextMenu() {
7653
7651
  var _context$lang, _context$lang2;
7654
7652
  return /*#__PURE__*/React__default['default'].createElement(Menu, {
7655
7653
  key: "add-col-".concat(dir),
7656
- onClick: function onClick(e) {
7654
+ onClick: function onClick() {
7657
7655
  var _context$luckysheet_s2, _context$luckysheet_s3, _context$luckysheet_s4;
7658
7656
  var position = (_context$luckysheet_s2 = context.luckysheet_select_save) === null || _context$luckysheet_s2 === void 0 ? void 0 : (_context$luckysheet_s3 = _context$luckysheet_s2[0]) === null || _context$luckysheet_s3 === void 0 ? void 0 : (_context$luckysheet_s4 = _context$luckysheet_s3.column) === null || _context$luckysheet_s4 === void 0 ? void 0 : _context$luckysheet_s4[0];
7659
7657
  if (position == null) return;
@@ -7701,7 +7699,7 @@ var ContextMenu = function ContextMenu() {
7701
7699
  var _context$lang3, _context$lang4;
7702
7700
  return /*#__PURE__*/React__default['default'].createElement(Menu, {
7703
7701
  key: "add-row-".concat(dir),
7704
- onClick: function onClick(e, container) {
7702
+ onClick: function onClick() {
7705
7703
  var _context$luckysheet_s5, _context$luckysheet_s6, _context$luckysheet_s7;
7706
7704
  var position = (_context$luckysheet_s5 = context.luckysheet_select_save) === null || _context$luckysheet_s5 === void 0 ? void 0 : (_context$luckysheet_s6 = _context$luckysheet_s5[0]) === null || _context$luckysheet_s6 === void 0 ? void 0 : (_context$luckysheet_s7 = _context$luckysheet_s6.row) === null || _context$luckysheet_s7 === void 0 ? void 0 : _context$luckysheet_s7[0];
7707
7705
  if (position == null) return;
@@ -3304,8 +3304,8 @@ label {
3304
3304
  height: 252px;
3305
3305
  background: rgb(240, 240, 240);
3306
3306
  position: absolute;
3307
- bottom: -110px;
3308
- left: 197px;
3307
+ bottom: 10px;
3308
+ left: 100px;
3309
3309
  border-radius: 6px;
3310
3310
  box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
3311
3311
  border: 1px solid rgba(0, 0, 0, 0.2);