@fileverse-dev/dsheet 1.0.51 → 1.0.53

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 CHANGED
@@ -6692,6 +6692,7 @@ const U$ = (e, r = !0, t = !1) => {
6692
6692
  ], W$ = [
6693
6693
  "undo",
6694
6694
  "redo",
6695
+ "format-painter",
6695
6696
  "|",
6696
6697
  "font",
6697
6698
  "|",
@@ -163118,14 +163119,14 @@ var Z6t = function() {
163118
163119
  axis: "y"
163119
163120
  }), /* @__PURE__ */ V.createElement("div", {
163120
163121
  ref: g.cellArea,
163121
- className: "fortune-cell-area",
163122
+ className: "fortune-cell-area ".concat(v.luckysheetPaintModelOn ? "cursor-paint" : ""),
163122
163123
  onMouseDown: R,
163123
163124
  onDoubleClick: N,
163124
163125
  onContextMenu: O,
163125
163126
  style: {
163126
163127
  width: v.cellmainWidth,
163127
163128
  height: v.cellmainHeight,
163128
- cursor: v.luckysheet_cell_selected_extend ? "crosshair" : "default"
163129
+ cursor: v.luckysheet_cell_selected_extend ? "crosshair" : ""
163129
163130
  }
163130
163131
  }, /* @__PURE__ */ V.createElement("div", {
163131
163132
  id: "fortune-formula-functionrange"
@@ -164384,6 +164385,8 @@ var Z6t = function() {
164384
164385
  return "Undo";
164385
164386
  case "redo":
164386
164387
  return "Redo";
164388
+ case "format-painter":
164389
+ return "PaintRoller";
164387
164390
  case "bold":
164388
164391
  return "Bold";
164389
164392
  case "italic":