@gridsheet/preact-core 3.0.2 → 3.0.3
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.js +0 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3607,7 +3607,6 @@ const HeaderCellTop = memo(({ x }) => {
|
|
|
3607
3607
|
dispatch(setColumnMenu({ x, position: { y: rect.bottom, x: rect.left } }));
|
|
3608
3608
|
}
|
|
3609
3609
|
},
|
|
3610
|
-
title: "Sort & Filter",
|
|
3611
3610
|
children: "⋮"
|
|
3612
3611
|
}
|
|
3613
3612
|
),
|
|
@@ -3837,7 +3836,6 @@ const HeaderCellLeft = memo(({ y }) => {
|
|
|
3837
3836
|
dispatch(setRowMenu({ y, position: { y: rect.bottom, x: rect.right } }));
|
|
3838
3837
|
}
|
|
3839
3838
|
},
|
|
3840
|
-
title: "Row menu",
|
|
3841
3839
|
children: "⋮"
|
|
3842
3840
|
}
|
|
3843
3841
|
),
|
|
@@ -4291,7 +4289,6 @@ const Tabular = () => {
|
|
|
4291
4289
|
"button",
|
|
4292
4290
|
{
|
|
4293
4291
|
className: "gs-menu-btn gs-corner-menu-btn",
|
|
4294
|
-
title: "Menu",
|
|
4295
4292
|
onClick: (e) => e.stopPropagation(),
|
|
4296
4293
|
onMouseDown: (e) => {
|
|
4297
4294
|
e.preventDefault();
|