@linzjs/step-ag-grid 7.11.1 → 7.11.2

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 CHANGED
@@ -24601,25 +24601,22 @@ var selectCell = function (rowId, colId, within) { return __awaiter(void 0, void
24601
24601
  var editCell = function (rowId, colId, within) { return __awaiter(void 0, void 0, void 0, function () {
24602
24602
  return __generator(this, function (_a) {
24603
24603
  switch (_a.label) {
24604
- case 0: return [4 /*yield*/, selectRow(rowId, within)];
24604
+ case 0: return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
24605
+ var cell;
24606
+ return __generator(this, function (_a) {
24607
+ switch (_a.label) {
24608
+ case 0: return [4 /*yield*/, findCell(rowId, colId, within)];
24609
+ case 1:
24610
+ cell = _a.sent();
24611
+ userEvent.dblClick(cell);
24612
+ return [2 /*return*/];
24613
+ }
24614
+ });
24615
+ }); })];
24605
24616
  case 1:
24606
- _a.sent();
24607
- return [4 /*yield*/, act(function () { return __awaiter(void 0, void 0, void 0, function () {
24608
- var cell;
24609
- return __generator(this, function (_a) {
24610
- switch (_a.label) {
24611
- case 0: return [4 /*yield*/, findCell(rowId, colId, within)];
24612
- case 1:
24613
- cell = _a.sent();
24614
- userEvent.dblClick(cell);
24615
- return [2 /*return*/];
24616
- }
24617
- });
24618
- }); })];
24619
- case 2:
24620
24617
  _a.sent();
24621
24618
  return [4 /*yield*/, waitForWrapper(findOpenMenu)];
24622
- case 3:
24619
+ case 2:
24623
24620
  _a.sent();
24624
24621
  return [2 /*return*/];
24625
24622
  }