@revolist/revogrid 3.3.0 → 3.3.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.
@@ -3147,7 +3147,8 @@ const RevoGridComponent = /*@__PURE__*/ proxyCustomElement(class extends HTMLEle
3147
3147
  return;
3148
3148
  }
3149
3149
  await timeout();
3150
- (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, 'rgCol'), rgCol.pin || 'rgCol', rowSource);
3150
+ const colGroup = rgCol.pin || 'rgCol';
3151
+ (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, colGroup), colGroup, rowSource);
3151
3152
  }
3152
3153
  /**
3153
3154
  * Register new virtual node inside of grid
@@ -25016,7 +25016,8 @@ const RevoGridComponent = class {
25016
25016
  return;
25017
25017
  }
25018
25018
  await timeout();
25019
- (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, 'rgCol'), rgCol.pin || 'rgCol', rowSource);
25019
+ const colGroup = rgCol.pin || 'rgCol';
25020
+ (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, colGroup), colGroup, rowSource);
25020
25021
  }
25021
25022
  /**
25022
25023
  * Register new virtual node inside of grid
@@ -203,7 +203,8 @@ export class RevoGridComponent {
203
203
  return;
204
204
  }
205
205
  await timeout();
206
- (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, 'rgCol'), rgCol.pin || 'rgCol', rowSource);
206
+ const colGroup = rgCol.pin || 'rgCol';
207
+ (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, colGroup), colGroup, rowSource);
207
208
  }
208
209
  /**
209
210
  * Register new virtual node inside of grid
@@ -25012,7 +25012,8 @@ const RevoGridComponent = class {
25012
25012
  return;
25013
25013
  }
25014
25014
  await timeout();
25015
- (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, 'rgCol'), rgCol.pin || 'rgCol', rowSource);
25015
+ const colGroup = rgCol.pin || 'rgCol';
25016
+ (_a = this.viewport) === null || _a === void 0 ? void 0 : _a.setEdit(rgRow, this.columnProvider.getColumnIndexByProp(prop, colGroup), colGroup, rowSource);
25016
25017
  }
25017
25018
  /**
25018
25019
  * Register new virtual node inside of grid