@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.
- package/custom-element/revo-grid.js +2 -1
- package/dist/cjs/revo-grid_11.cjs.entry.js +2 -1
- package/dist/collection/components/revo-grid/revo-grid.js +2 -1
- package/dist/esm/revo-grid_11.entry.js +2 -1
- package/dist/esm-es5/revo-grid_11.entry.js +1 -1
- package/dist/revo-grid/revo-grid_11.entry.js +1 -1
- package/dist/revo-grid/revo-grid_11.system.entry.js +1 -1
- package/package.json +1 -1
|
@@ -3147,7 +3147,8 @@ const RevoGridComponent = /*@__PURE__*/ proxyCustomElement(class extends HTMLEle
|
|
|
3147
3147
|
return;
|
|
3148
3148
|
}
|
|
3149
3149
|
await timeout();
|
|
3150
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|