@linzjs/step-ag-grid 31.2.3 → 31.2.5

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/README.md CHANGED
@@ -199,7 +199,7 @@ If you are editing a cell and tab out of the cell, the grid will edit the next e
199
199
 
200
200
  At this point you can send the change to the back-end immediately and then wait for an update response
201
201
  _OR_
202
- you could cache the required change, update then cell locally, and then wait for the callback
202
+ you could cache the required change, update then cell locally, and then wait for the callback.
203
203
  ```<Grid onCellEditingComplete={fn}/>``` which will get invoked when the grid cannot find any
204
204
  more editable cells on the grid row, which will speed up editing.
205
205
 
@@ -270,6 +270,7 @@ test("click Delete menu option removes row from the table", async () => {
270
270
  });
271
271
  ```
272
272
 
273
+
273
274
  ## Playwright support
274
275
 
275
276
  If your grid has a data-testid a global will be exposed in window with the helper scrollRowIntoViewById.
@@ -61,6 +61,10 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
61
61
  .ag-theme-step-view-list-default,
62
62
  .ag-theme-step-default.theme-specific,
63
63
  .ag-theme-step-compact.theme-specific {
64
+ .ag-tooltip {
65
+ background-color: white;
66
+ }
67
+
64
68
  // Don't hide the drag handle
65
69
  .ag-drag-handle.ag-row-drag {
66
70
  opacity: 1 !important;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@linzjs/step-ag-grid",
3
3
  "repository": "github:linz/step-ag-grid.git",
4
4
  "license": "MIT",
5
- "version": "31.2.3",
5
+ "version": "31.2.5",
6
6
  "keywords": [
7
7
  "aggrid",
8
8
  "ag-grid",
@@ -61,6 +61,10 @@ $grid-base-font-size: calc(#{lui.$base-font-size} - 1px);
61
61
  .ag-theme-step-view-list-default,
62
62
  .ag-theme-step-default.theme-specific,
63
63
  .ag-theme-step-compact.theme-specific {
64
+ .ag-tooltip {
65
+ background-color: white;
66
+ }
67
+
64
68
  // Don't hide the drag handle
65
69
  .ag-drag-handle.ag-row-drag {
66
70
  opacity: 1 !important;