@leankylin-sheet/react 3.1.36 → 3.1.37

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 CHANGED
@@ -7819,6 +7819,9 @@ var ContextMenu = function ContextMenu() {
7819
7819
  onKeyDown: function onKeyDown(e) {
7820
7820
  return e.stopPropagation();
7821
7821
  },
7822
+ onMouseDown: function onMouseDown(e) {
7823
+ return e.stopPropagation();
7824
+ },
7822
7825
  type: "number",
7823
7826
  min: 1,
7824
7827
  max: 545,
@@ -7867,6 +7870,9 @@ var ContextMenu = function ContextMenu() {
7867
7870
  onKeyDown: function onKeyDown(e) {
7868
7871
  return e.stopPropagation();
7869
7872
  },
7873
+ onMouseDown: function onMouseDown(e) {
7874
+ return e.stopPropagation();
7875
+ },
7870
7876
  type: "number",
7871
7877
  min: 1,
7872
7878
  max: 545,
package/dist/index.js CHANGED
@@ -7829,6 +7829,9 @@ var ContextMenu = function ContextMenu() {
7829
7829
  onKeyDown: function onKeyDown(e) {
7830
7830
  return e.stopPropagation();
7831
7831
  },
7832
+ onMouseDown: function onMouseDown(e) {
7833
+ return e.stopPropagation();
7834
+ },
7832
7835
  type: "number",
7833
7836
  min: 1,
7834
7837
  max: 545,
@@ -7877,6 +7880,9 @@ var ContextMenu = function ContextMenu() {
7877
7880
  onKeyDown: function onKeyDown(e) {
7878
7881
  return e.stopPropagation();
7879
7882
  },
7883
+ onMouseDown: function onMouseDown(e) {
7884
+ return e.stopPropagation();
7885
+ },
7880
7886
  type: "number",
7881
7887
  min: 1,
7882
7888
  max: 545,
package/dist/index.umd.js CHANGED
@@ -101141,6 +101141,9 @@
101141
101141
  onKeyDown: function onKeyDown(e) {
101142
101142
  return e.stopPropagation();
101143
101143
  },
101144
+ onMouseDown: function onMouseDown(e) {
101145
+ return e.stopPropagation();
101146
+ },
101144
101147
  type: "number",
101145
101148
  min: 1,
101146
101149
  max: 545,
@@ -101189,6 +101192,9 @@
101189
101192
  onKeyDown: function onKeyDown(e) {
101190
101193
  return e.stopPropagation();
101191
101194
  },
101195
+ onMouseDown: function onMouseDown(e) {
101196
+ return e.stopPropagation();
101197
+ },
101192
101198
  type: "number",
101193
101199
  min: 1,
101194
101200
  max: 545,