@linzjs/step-ag-grid 2.4.6 → 2.4.7

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.
@@ -1757,12 +1757,12 @@ var MenuRadioGroup = forwardRef(MenuRadioGroupFr);
1757
1757
 
1758
1758
  var GridUpdatingContext = createContext({
1759
1759
  checkUpdating: function () {
1760
- console.error("Missing UpdatingContext");
1760
+ console.error("Missing GridUpdatingContext");
1761
1761
  return false;
1762
1762
  },
1763
1763
  modifyUpdating: function () { return __awaiter(void 0, void 0, void 0, function () {
1764
1764
  return __generator(this, function (_a) {
1765
- console.error("Missing UpdatingContext");
1765
+ console.error("Missing GridUpdatingContext");
1766
1766
  return [2 /*return*/];
1767
1767
  });
1768
1768
  }); }
@@ -3338,7 +3338,7 @@ var GridFormPopoverMenu = function (_props) {
3338
3338
  * Popout burger menu
3339
3339
  */
3340
3340
  var GridPopoverMenu = function (colDef, custom) {
3341
- return GridCell(__assign(__assign({ maxWidth: 40, editable: colDef.editable != null ? colDef.editable : true, cellStyle: { "justify-content": "flex-end" }, cellRenderer: GridRenderPopoutMenuCell, cellClass: (custom === null || custom === void 0 ? void 0 : custom.multiEdit) ? GenericMultiEditCellClass : undefined }, colDef), { cellRendererParams: {
3341
+ return GridCell(__assign(__assign({ maxWidth: 40, editable: colDef.editable != null ? colDef.editable : true, cellStyle: { justifyContent: "flex-end" }, cellRenderer: GridRenderPopoutMenuCell, cellClass: (custom === null || custom === void 0 ? void 0 : custom.multiEdit) ? GenericMultiEditCellClass : undefined }, colDef), { cellRendererParams: {
3342
3342
  // Menus open on single click, this parameter is picked up in Grid.tsx
3343
3343
  singleClickEdit: true
3344
3344
  } }), __assign({ editor: GridFormPopoverMenu }, custom));