@linzjs/step-ag-grid 7.19.0 → 7.19.1
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/step-ag-grid.esm.js
CHANGED
|
@@ -3983,7 +3983,7 @@ var GridFormPopoverMenu = function (props) {
|
|
|
3983
3983
|
* Popout burger menu
|
|
3984
3984
|
*/
|
|
3985
3985
|
var GridPopoverMenu = function (colDef, custom) {
|
|
3986
|
-
return GridCell(__assign(__assign({ maxWidth: 40, editable: colDef.editable != null ? colDef.editable : true, cellStyle: { justifyContent: "center" }, cellRenderer: GridRenderPopoutMenuCell }, colDef), { cellRendererParams: {
|
|
3986
|
+
return GridCell(__assign(__assign({ minWidth: 40, maxWidth: 40, width: 40, editable: colDef.editable != null ? colDef.editable : true, cellStyle: { justifyContent: "center" }, cellRenderer: GridRenderPopoutMenuCell }, colDef), { cellRendererParams: {
|
|
3987
3987
|
// Menus open on single click, this parameter is picked up in Grid.tsx
|
|
3988
3988
|
singleClickEdit: true
|
|
3989
3989
|
} }), __assign({ editor: GridFormPopoverMenu }, custom));
|