@genesislcap/grid-pro 14.483.3-alpha-92cb1f2a8.0 → 14.484.0

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.
Files changed (28) hide show
  1. package/dist/custom-elements.json +42 -42
  2. package/dist/dts/datasource/base.datasource.d.ts +3 -3
  3. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  4. package/dist/dts/datasource/client-side.datasource.d.ts +11 -11
  5. package/dist/dts/datasource/server-side.datasource.d.ts +14 -11
  6. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  7. package/dist/dts/grid-pro-beta.d.ts +2 -2
  8. package/dist/dts/grid-pro-beta.d.ts.map +1 -1
  9. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +19 -1
  10. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -1
  11. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +11 -11
  12. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  13. package/dist/dts/grid-pro.d.ts.map +1 -1
  14. package/dist/dts/grid-pro.types.d.ts +12 -1
  15. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  16. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +2 -2
  17. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -1
  18. package/dist/dts/react.d.ts +35 -34
  19. package/dist/esm/datasource/base.datasource.js +7 -4
  20. package/dist/esm/datasource/client-side.datasource.js +11 -11
  21. package/dist/esm/datasource/server-side.datasource.js +28 -16
  22. package/dist/esm/grid-pro-beta.js +5 -3
  23. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +12 -12
  24. package/dist/esm/grid-pro.js +3 -1
  25. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +2 -2
  26. package/dist/grid-pro.api.json +242 -7
  27. package/dist/grid-pro.d.ts +78 -41
  28. package/package.json +14 -14
@@ -4265,6 +4265,33 @@
4265
4265
  "text": "DatasourceErrorEventDetail",
4266
4266
  "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail:interface"
4267
4267
  },
4268
+ {
4269
+ "kind": "Content",
4270
+ "text": " | "
4271
+ },
4272
+ {
4273
+ "kind": "Reference",
4274
+ "text": "DatasourceReadyEventDetail",
4275
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceReadyEventDetail:interface"
4276
+ },
4277
+ {
4278
+ "kind": "Content",
4279
+ "text": " | "
4280
+ },
4281
+ {
4282
+ "kind": "Reference",
4283
+ "text": "RefreshServerSideEventDetail",
4284
+ "canonicalReference": "@genesislcap/grid-pro!RefreshServerSideEventDetail:interface"
4285
+ },
4286
+ {
4287
+ "kind": "Content",
4288
+ "text": " | "
4289
+ },
4290
+ {
4291
+ "kind": "Reference",
4292
+ "text": "GridCssClassEventDetail",
4293
+ "canonicalReference": "@genesislcap/grid-pro!GridCssClassEventDetail:interface"
4294
+ },
4268
4295
  {
4269
4296
  "kind": "Content",
4270
4297
  "text": ";"
@@ -4275,7 +4302,7 @@
4275
4302
  "name": "DatasourceEventDetail",
4276
4303
  "typeTokenRange": {
4277
4304
  "startIndex": 1,
4278
- "endIndex": 16
4305
+ "endIndex": 22
4279
4306
  }
4280
4307
  },
4281
4308
  {
@@ -4301,6 +4328,51 @@
4301
4328
  "endIndex": 2
4302
4329
  }
4303
4330
  },
4331
+ {
4332
+ "kind": "Interface",
4333
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceReadyEventDetail:interface",
4334
+ "docComment": "/**\n * Event detail for the host grid signalling that the datasource may start loading data.\n */\n",
4335
+ "excerptTokens": [
4336
+ {
4337
+ "kind": "Content",
4338
+ "text": "export interface DatasourceReadyEventDetail "
4339
+ }
4340
+ ],
4341
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
4342
+ "releaseTag": "Public",
4343
+ "name": "DatasourceReadyEventDetail",
4344
+ "preserveMemberOrder": false,
4345
+ "members": [
4346
+ {
4347
+ "kind": "PropertySignature",
4348
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceReadyEventDetail#pagination:member",
4349
+ "docComment": "",
4350
+ "excerptTokens": [
4351
+ {
4352
+ "kind": "Content",
4353
+ "text": "pagination: "
4354
+ },
4355
+ {
4356
+ "kind": "Content",
4357
+ "text": "boolean"
4358
+ },
4359
+ {
4360
+ "kind": "Content",
4361
+ "text": ";"
4362
+ }
4363
+ ],
4364
+ "isReadonly": false,
4365
+ "isOptional": false,
4366
+ "releaseTag": "Public",
4367
+ "name": "pagination",
4368
+ "propertyTypeTokenRange": {
4369
+ "startIndex": 1,
4370
+ "endIndex": 2
4371
+ }
4372
+ }
4373
+ ],
4374
+ "extendsTokenRanges": []
4375
+ },
4304
4376
  {
4305
4377
  "kind": "TypeAlias",
4306
4378
  "canonicalReference": "@genesislcap/grid-pro!DatasourceType:type",
@@ -8923,7 +8995,7 @@
8923
8995
  {
8924
8996
  "kind": "Class",
8925
8997
  "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement:class",
8926
- "docComment": "/**\n * The base datasource element for the grid-pro element.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when loading finishes with an empty row set\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from applied stream transactions\n *\n * @public\n */\n",
8998
+ "docComment": "/**\n * The base datasource element for the grid-pro element.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when loading finishes with an empty row set\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from applied stream transactions. detail: `DataChangedEventDetail`\n *\n * @public\n */\n",
8927
8999
  "excerptTokens": [
8928
9000
  {
8929
9001
  "kind": "Content",
@@ -11356,6 +11428,51 @@
11356
11428
  "endIndex": 2
11357
11429
  }
11358
11430
  },
11431
+ {
11432
+ "kind": "Interface",
11433
+ "canonicalReference": "@genesislcap/grid-pro!GridCssClassEventDetail:interface",
11434
+ "docComment": "/**\n * Event detail for adding or removing a CSS class on the grid host element.\n */\n",
11435
+ "excerptTokens": [
11436
+ {
11437
+ "kind": "Content",
11438
+ "text": "export interface GridCssClassEventDetail "
11439
+ }
11440
+ ],
11441
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
11442
+ "releaseTag": "Public",
11443
+ "name": "GridCssClassEventDetail",
11444
+ "preserveMemberOrder": false,
11445
+ "members": [
11446
+ {
11447
+ "kind": "PropertySignature",
11448
+ "canonicalReference": "@genesislcap/grid-pro!GridCssClassEventDetail#className:member",
11449
+ "docComment": "",
11450
+ "excerptTokens": [
11451
+ {
11452
+ "kind": "Content",
11453
+ "text": "className: "
11454
+ },
11455
+ {
11456
+ "kind": "Content",
11457
+ "text": "string"
11458
+ },
11459
+ {
11460
+ "kind": "Content",
11461
+ "text": ";"
11462
+ }
11463
+ ],
11464
+ "isReadonly": false,
11465
+ "isOptional": false,
11466
+ "releaseTag": "Public",
11467
+ "name": "className",
11468
+ "propertyTypeTokenRange": {
11469
+ "startIndex": 1,
11470
+ "endIndex": 2
11471
+ }
11472
+ }
11473
+ ],
11474
+ "extendsTokenRanges": []
11475
+ },
11359
11476
  {
11360
11477
  "kind": "TypeAlias",
11361
11478
  "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:type",
@@ -14985,7 +15102,7 @@
14985
15102
  {
14986
15103
  "kind": "Class",
14987
15104
  "canonicalReference": "@genesislcap/grid-pro!GridProBeta:class",
14988
- "docComment": "/**\n * The Grid Pro element (AG Grid v35 compatible).\n *\n * @remarks\n *\n * Re-emits AG Grid public API events when listeners are registered via `addEventListener` (event names match AG Grid public event strings). The same AG Grid events are also dispatched as native `Event`s with lowercased `type` and payload on `agGridDetails` (for example `addEventListener('columnresized', ...)`).\n *\n * @tagname\n *\n * %%prefix%%-grid-pro\n *\n * @fires\n *\n * gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id)\n *\n * @fires\n *\n * onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`\n *\n * @fires\n *\n * gridready - Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)\n *\n * @beta\n */\n",
15105
+ "docComment": "/**\n * The Grid Pro element (AG Grid v35 compatible).\n *\n * @remarks\n *\n * Re-emits AG Grid public API events when listeners are registered via `addEventListener` (event names match AG Grid public event strings). The same AG Grid events are also dispatched as native `Event`s with lowercased `type` and payload on `agGridDetails` (for example `addEventListener('columnresized', ...)`).\n *\n * @tagname\n *\n * %%prefix%%-grid-pro\n *\n * @fires\n *\n * gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id). detail: `GridReadyEventDetail`\n *\n * @fires\n *\n * onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`. detail: `GridReadyEventDetail`\n *\n * @fires\n *\n * gridready - Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)\n *\n * @beta\n */\n",
14989
15106
  "excerptTokens": [
14990
15107
  {
14991
15108
  "kind": "Content",
@@ -18780,7 +18897,7 @@
18780
18897
  {
18781
18898
  "kind": "Class",
18782
18899
  "canonicalReference": "@genesislcap/grid-pro!GridProClientSideDatasource:class",
18783
- "docComment": "/**\n * The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Client-Side Row Model.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when loading completes with no pending row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when the grid has no rows after load\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from stream updates\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off grid options and initialization flags\n *\n * @fires\n *\n * datasource-destroy - Fired when the datasource is torn down\n *\n * @fires\n *\n * datasource-data-cleared - Fired when row data is cleared\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-loaded - Fired when a data payload is loaded for the grid\n *\n * @fires\n *\n * datasource-loading-started - Fired when a load or refresh starts\n *\n * @fires\n *\n * datasource-more-data-available - Fired when more server rows can be requested\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state)\n *\n * @fires\n *\n * datasource-init - Fired when initial grid data is ready for the client-side model\n *\n * @fires\n *\n * more-rows-changed - Fired when MORE_ROWS availability changes\n *\n * @fires\n *\n * datasource-size-changed - Fired when layout or viewport sizing affects the datasource\n *\n * @public\n */\n",
18900
+ "docComment": "/**\n * The Genesis Datasource element, for client-side | CSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Client-Side Row Model.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when loading completes with no pending row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when the grid has no rows after load\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from stream updates. detail: `DataChangedEventDetail`\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off grid options and initialization flags. detail: `InitializeEventDetail`\n *\n * @fires\n *\n * datasource-destroy - Fired when the datasource is torn down\n *\n * @fires\n *\n * datasource-data-cleared - Fired when row data is cleared. detail: `DataClearedEventDetail`\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-loaded - Fired when a data payload is loaded for the grid. detail: `DataLoadedEventDetail`\n *\n * @fires\n *\n * datasource-loading-started - Fired when a load or refresh starts\n *\n * @fires\n *\n * datasource-more-data-available - Fired when more server rows can be requested. detail: `MoreDataAvailableEventDetail`\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state). detail: `DatasourceReadyEventDetail`\n *\n * @fires\n *\n * datasource-init - Fired when initial grid data is ready for the client-side model\n *\n * @fires\n *\n * more-rows-changed - Fired when MORE_ROWS availability changes. detail: `MoreRowsDetail`\n *\n * @fires\n *\n * datasource-size-changed - Fired when layout or viewport sizing affects the datasource. detail: `GrigProGenesisDatasourceSizeChangedEventDetail`\n *\n * @public\n */\n",
18784
18901
  "excerptTokens": [
18785
18902
  {
18786
18903
  "kind": "Content",
@@ -19343,7 +19460,7 @@
19343
19460
  {
19344
19461
  "kind": "Class",
19345
19462
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource:class",
19346
- "docComment": "/**\n * The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Client-Side Row Model.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when loading completes with no pending row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when the grid has no rows after load\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from stream updates\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off grid options and initialization flags\n *\n * @fires\n *\n * datasource-destroy - Fired when the datasource is torn down\n *\n * @fires\n *\n * datasource-data-cleared - Fired when row data is cleared\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-loaded - Fired when a data payload is loaded for the grid\n *\n * @fires\n *\n * datasource-loading-started - Fired when a load or refresh starts\n *\n * @fires\n *\n * datasource-more-data-available - Fired when more server rows can be requested\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state)\n *\n * @fires\n *\n * datasource-init - Fired when initial grid data is ready for the client-side model\n *\n * @fires\n *\n * more-rows-changed - Fired when MORE_ROWS availability changes\n *\n * @fires\n *\n * datasource-size-changed - Fired when layout or viewport sizing affects the datasource\n *\n * @public\n */\n",
19463
+ "docComment": "/**\n * The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Client-Side Row Model.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when loading completes with no pending row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when the grid has no rows after load\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from stream updates. detail: `DataChangedEventDetail`\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off grid options and initialization flags. detail: `InitializeEventDetail`\n *\n * @fires\n *\n * datasource-destroy - Fired when the datasource is torn down\n *\n * @fires\n *\n * datasource-data-cleared - Fired when row data is cleared. detail: `DataClearedEventDetail`\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-loaded - Fired when a data payload is loaded for the grid. detail: `DataLoadedEventDetail`\n *\n * @fires\n *\n * datasource-loading-started - Fired when a load or refresh starts\n *\n * @fires\n *\n * datasource-more-data-available - Fired when more server rows can be requested. detail: `MoreDataAvailableEventDetail`\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state). detail: `DatasourceReadyEventDetail`\n *\n * @fires\n *\n * datasource-init - Fired when initial grid data is ready for the client-side model\n *\n * @fires\n *\n * more-rows-changed - Fired when MORE_ROWS availability changes. detail: `MoreRowsDetail`\n *\n * @fires\n *\n * datasource-size-changed - Fired when layout or viewport sizing affects the datasource. detail: `GrigProGenesisDatasourceSizeChangedEventDetail`\n *\n * @public\n */\n",
19347
19464
  "excerptTokens": [
19348
19465
  {
19349
19466
  "kind": "Content",
@@ -20690,7 +20807,7 @@
20690
20807
  {
20691
20808
  "kind": "Class",
20692
20809
  "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource:class",
20693
- "docComment": "/**\n * A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.\n *\n * **Custom Sort Indicators**: This datasource automatically applies custom sort indicators that are always visible (instead of only on hover). Sortable columns will show a subtle sort icon even when not sorted, and active sort indicators will be more prominent. The custom styling uses AG Grid's native icon font for consistency with the grid theme.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration)\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when loading finishes with an empty row set\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from applied stream transactions\n *\n * @fires\n *\n * cache-filter-config - Fired to persist filter configuration for the grid\n *\n * @fires\n *\n * refresh-server-side - Fired to request a server-side refresh\n *\n * @fires\n *\n * set-server-side-datasource - Fired to attach or clear the server-side row model datasource\n *\n * @fires\n *\n * datasource-loading-started - Fired when a server-side load cycle starts\n *\n * @fires\n *\n * add-grid-css-class - Fired to add a CSS class on the grid host (e.g. server-side styling)\n *\n * @fires\n *\n * remove-grid-css-class - Fired to remove a CSS class from the grid host\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off server-side grid options\n *\n * @fires\n *\n * datasource-init - Fired when the server-side grid model should initialize data\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-cleared - Fired when server-side row data is cleared\n *\n * @fires\n *\n * apply-server-side-transaction - Fired to apply a server-side row transaction\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state)\n *\n * @beta\n */\n",
20810
+ "docComment": "/**\n * A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.\n *\n * @remarks\n *\n * Only supports Server-Side Row Model. Requires `@ag-grid-enterprise/server-side-row-model` setup and valid AG Grid Enterprise license.\n *\n * **Custom Sort Indicators**: This datasource automatically applies custom sort indicators that are always visible (instead of only on hover). Sortable columns will show a subtle sort icon even when not sorted, and active sort indicators will be more prominent. The custom styling uses AG Grid's native icon font for consistency with the grid theme.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes\n *\n * @fires\n *\n * datasource-no-data-available - Fired when loading finishes with an empty row set\n *\n * @fires\n *\n * datasource-data-changed - Fired when row data changes from applied stream transactions. detail: `DataChangedEventDetail`\n *\n * @fires\n *\n * cache-filter-config - Fired to persist filter configuration for the grid\n *\n * @fires\n *\n * refresh-server-side - Fired to request a server-side refresh. detail: `RefreshServerSideEventDetail`\n *\n * @fires\n *\n * set-server-side-datasource - Fired to attach or clear the server-side row model datasource\n *\n * @fires\n *\n * datasource-loading-started - Fired when a server-side load cycle starts\n *\n * @fires\n *\n * add-grid-css-class - Fired to add a CSS class on the grid host (e.g. server-side styling). detail: `GridCssClassEventDetail`\n *\n * @fires\n *\n * remove-grid-css-class - Fired to remove a CSS class from the grid host. detail: `GridCssClassEventDetail`\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off server-side grid options. detail: `InitializeEventDetail`\n *\n * @fires\n *\n * datasource-init - Fired when the server-side grid model should initialize data\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @fires\n *\n * datasource-data-cleared - Fired when server-side row data is cleared. detail: `DataClearedEventDetail`\n *\n * @fires\n *\n * apply-server-side-transaction - Fired to apply a server-side row transaction\n *\n * @fires\n *\n * datasource-ready - Fired when the host grid is ready (detail includes pagination state). detail: `DatasourceReadyEventDetail`\n *\n * @beta\n */\n",
20694
20811
  "excerptTokens": [
20695
20812
  {
20696
20813
  "kind": "Content",
@@ -22023,6 +22140,79 @@
22023
22140
  "endIndex": 2
22024
22141
  }
22025
22142
  },
22143
+ {
22144
+ "kind": "Interface",
22145
+ "canonicalReference": "@genesislcap/grid-pro!GridReadyEventDetail:interface",
22146
+ "docComment": "/**\n * Event detail for the `gridReady`/`onGridReady` signals.\n *\n * @remarks\n *\n * Only accurate for {@link @genesislcap/grid-pro#GridProBeta}, which is built on `ag-grid-community` (v36). {@link @genesislcap/grid-pro#GridPro} fires the same event names but its `event` field is a `@ag-grid-community/core` (v29) `GridReadyEvent`.\n *\n * @public\n */\n",
22147
+ "excerptTokens": [
22148
+ {
22149
+ "kind": "Content",
22150
+ "text": "export interface GridReadyEventDetail "
22151
+ }
22152
+ ],
22153
+ "fileUrlPath": "src/grid-pro.types.ts",
22154
+ "releaseTag": "Public",
22155
+ "name": "GridReadyEventDetail",
22156
+ "preserveMemberOrder": false,
22157
+ "members": [
22158
+ {
22159
+ "kind": "PropertySignature",
22160
+ "canonicalReference": "@genesislcap/grid-pro!GridReadyEventDetail#event:member",
22161
+ "docComment": "",
22162
+ "excerptTokens": [
22163
+ {
22164
+ "kind": "Content",
22165
+ "text": "event: "
22166
+ },
22167
+ {
22168
+ "kind": "Reference",
22169
+ "text": "GridReadyEvent",
22170
+ "canonicalReference": "ag-grid-community!GridReadyEvent:interface"
22171
+ },
22172
+ {
22173
+ "kind": "Content",
22174
+ "text": ";"
22175
+ }
22176
+ ],
22177
+ "isReadonly": false,
22178
+ "isOptional": false,
22179
+ "releaseTag": "Public",
22180
+ "name": "event",
22181
+ "propertyTypeTokenRange": {
22182
+ "startIndex": 1,
22183
+ "endIndex": 2
22184
+ }
22185
+ },
22186
+ {
22187
+ "kind": "PropertySignature",
22188
+ "canonicalReference": "@genesislcap/grid-pro!GridReadyEventDetail#gridId:member",
22189
+ "docComment": "",
22190
+ "excerptTokens": [
22191
+ {
22192
+ "kind": "Content",
22193
+ "text": "gridId: "
22194
+ },
22195
+ {
22196
+ "kind": "Content",
22197
+ "text": "string"
22198
+ },
22199
+ {
22200
+ "kind": "Content",
22201
+ "text": ";"
22202
+ }
22203
+ ],
22204
+ "isReadonly": false,
22205
+ "isOptional": false,
22206
+ "releaseTag": "Public",
22207
+ "name": "gridId",
22208
+ "propertyTypeTokenRange": {
22209
+ "startIndex": 1,
22210
+ "endIndex": 2
22211
+ }
22212
+ }
22213
+ ],
22214
+ "extendsTokenRanges": []
22215
+ },
22026
22216
  {
22027
22217
  "kind": "TypeAlias",
22028
22218
  "canonicalReference": "@genesislcap/grid-pro!GrigProGenesisDatasourceSizeChangedEvent:type",
@@ -23970,7 +24160,7 @@
23970
24160
  {
23971
24161
  "kind": "Class",
23972
24162
  "canonicalReference": "@genesislcap/grid-pro!MulticolumnDropdown:class",
23973
- "docComment": "/**\n * A dropdown component that displays its options in a multi-column AG Grid. Search triggers a reqrep and displays the results in the grid dropdown.\n *\n * @tagname\n *\n * %%prefix%%-multicolumn-dropdown\n *\n * @fires\n *\n * change - Fired when the selected value changes\n *\n * @fires\n *\n * input - Fired when the value is updated (including programmatic changes)\n *\n * @beta @public\n */\n",
24163
+ "docComment": "/**\n * A dropdown component that displays its options in a multi-column AG Grid. Search triggers a reqrep and displays the results in the grid dropdown.\n *\n * @tagname\n *\n * %%prefix%%-multicolumn-dropdown\n *\n * @fires\n *\n * change - Fired when the selected value changes. detail: `string`\n *\n * @fires\n *\n * input - Fired when the value is updated (including programmatic changes). detail: `string`\n *\n * @beta @public\n */\n",
23974
24164
  "excerptTokens": [
23975
24165
  {
23976
24166
  "kind": "Content",
@@ -26534,6 +26724,51 @@
26534
26724
  "endIndex": 2
26535
26725
  }
26536
26726
  },
26727
+ {
26728
+ "kind": "Interface",
26729
+ "canonicalReference": "@genesislcap/grid-pro!RefreshServerSideEventDetail:interface",
26730
+ "docComment": "/**\n * Event detail for requesting a server-side row model refresh.\n */\n",
26731
+ "excerptTokens": [
26732
+ {
26733
+ "kind": "Content",
26734
+ "text": "export interface RefreshServerSideEventDetail "
26735
+ }
26736
+ ],
26737
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
26738
+ "releaseTag": "Public",
26739
+ "name": "RefreshServerSideEventDetail",
26740
+ "preserveMemberOrder": false,
26741
+ "members": [
26742
+ {
26743
+ "kind": "PropertySignature",
26744
+ "canonicalReference": "@genesislcap/grid-pro!RefreshServerSideEventDetail#purge:member",
26745
+ "docComment": "",
26746
+ "excerptTokens": [
26747
+ {
26748
+ "kind": "Content",
26749
+ "text": "purge: "
26750
+ },
26751
+ {
26752
+ "kind": "Content",
26753
+ "text": "boolean"
26754
+ },
26755
+ {
26756
+ "kind": "Content",
26757
+ "text": ";"
26758
+ }
26759
+ ],
26760
+ "isReadonly": false,
26761
+ "isOptional": false,
26762
+ "releaseTag": "Public",
26763
+ "name": "purge",
26764
+ "propertyTypeTokenRange": {
26765
+ "startIndex": 1,
26766
+ "endIndex": 2
26767
+ }
26768
+ }
26769
+ ],
26770
+ "extendsTokenRanges": []
26771
+ },
26537
26772
  {
26538
26773
  "kind": "Class",
26539
26774
  "canonicalReference": "@genesislcap/grid-pro!ReloadStatusBarComponent:class",
@@ -73,6 +73,7 @@ import { GridOptions } from '@ag-grid-community/core';
73
73
  import { GridOptions as GridOptions_2 } from 'ag-grid-community';
74
74
  import type { GridParams } from '@ag-grid-community/core';
75
75
  import type { GridParams as GridParams_2 } from 'ag-grid-community';
76
+ import { GridReadyEvent } from 'ag-grid-community';
76
77
  import { GroupRowEditableCallback } from 'ag-grid-community';
77
78
  import { GroupRowValueSetterFunc } from 'ag-grid-community';
78
79
  import { GroupRowValueSetterOptions } from 'ag-grid-community';
@@ -720,7 +721,7 @@ export declare interface DatasourceEvent<T = DatasourceEventDetail> extends Cust
720
721
  /**
721
722
  * Union type for all datasource event details
722
723
  */
723
- export declare type DatasourceEventDetail = InitializeEventDetail | DataLoadedEventDetail | DataChangedEventDetail | SchemaUpdatedEventDetail | MoreDataAvailableEventDetail | SizeChangedEventDetail | DataClearedEventDetail | DatasourceErrorEventDetail;
724
+ export declare type DatasourceEventDetail = InitializeEventDetail | DataLoadedEventDetail | DataChangedEventDetail | SchemaUpdatedEventDetail | MoreDataAvailableEventDetail | SizeChangedEventDetail | DataClearedEventDetail | DatasourceErrorEventDetail | DatasourceReadyEventDetail | RefreshServerSideEventDetail | GridCssClassEventDetail;
724
725
 
725
726
  /**
726
727
  * Event names for datasource-grid communication
@@ -749,6 +750,13 @@ export declare const datasourceEventNames: {
749
750
  readonly applyServerSideTransaction: "apply-server-side-transaction";
750
751
  };
751
752
 
753
+ /**
754
+ * Event detail for the host grid signalling that the datasource may start loading data.
755
+ */
756
+ export declare interface DatasourceReadyEventDetail {
757
+ pagination: boolean;
758
+ }
759
+
752
760
  /**
753
761
  * Available datasource types
754
762
  * @remarks - This type is used to define what kind of datasource will be used in components like entity manager.
@@ -1360,12 +1368,12 @@ export declare interface FuiCellRendererParams extends ICellRendererParams {
1360
1368
  * The base datasource element for the grid-pro element.
1361
1369
  * @public
1362
1370
  *
1363
- * @fires base-datasource-error - Fired when a datasource error is reported
1364
- * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
1371
+ * @fires base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`
1372
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`
1365
1373
  * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
1366
1374
  * @fires datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes
1367
1375
  * @fires datasource-no-data-available - Fired when loading finishes with an empty row set
1368
- * @fires datasource-data-changed - Fired when row data changes from applied stream transactions
1376
+ * @fires datasource-data-changed - Fired when row data changes from applied stream transactions. detail: `DataChangedEventDetail`
1369
1377
  */
1370
1378
  export declare class GenesisGridDatasourceElement extends GenesisGridDatasourceElement_base {
1371
1379
  connect: Connect;
@@ -2067,6 +2075,13 @@ export declare type GridComponents = {
2067
2075
  [componentName: string]: any;
2068
2076
  };
2069
2077
 
2078
+ /**
2079
+ * Event detail for adding or removing a CSS class on the grid host element.
2080
+ */
2081
+ export declare interface GridCssClassEventDetail {
2082
+ className: string;
2083
+ }
2084
+
2070
2085
  /**
2071
2086
  * Grid options config used to configure grids across the application
2072
2087
  * @public
@@ -2974,8 +2989,8 @@ export declare class GridProBaseDatasource extends GenesisGridDatasourceElement
2974
2989
  * @beta
2975
2990
  * @tagname %%prefix%%-grid-pro
2976
2991
  *
2977
- * @fires gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id)
2978
- * @fires onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`
2992
+ * @fires gridReady - Fired when AG Grid is ready (detail includes the grid-ready event and grid id). detail: `GridReadyEventDetail`
2993
+ * @fires onGridReady - Deprecated alias for the grid-ready signal; prefer `gridReady`. detail: `GridReadyEventDetail`
2979
2994
  * @fires gridready - Native `Event` from `globalEventListener` when AG Grid fires `gridReady` (`agGridDetails` holds the AG Grid event)
2980
2995
  * @remarks Re-emits AG Grid public API events when listeners are registered via `addEventListener` (event names match AG Grid public event strings). The same AG Grid events are also dispatched as native `Event`s with lowercased `type` and payload on `agGridDetails` (for example `addEventListener('columnresized', ...)`).
2981
2996
  */
@@ -3913,24 +3928,24 @@ export declare class GridProCell extends FoundationElement implements ICellRende
3913
3928
  * @remarks Only supports Client-Side Row Model.
3914
3929
  * @public
3915
3930
  *
3916
- * @fires base-datasource-error - Fired when a datasource error is reported
3917
- * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
3931
+ * @fires base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`
3932
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`
3918
3933
  * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
3919
3934
  * @fires datasource-loading-finished - Fired when loading completes with no pending row changes
3920
3935
  * @fires datasource-no-data-available - Fired when the grid has no rows after load
3921
- * @fires datasource-data-changed - Fired when row data changes from stream updates
3922
- * @fires datasource-initialize - Fired to hand off grid options and initialization flags
3936
+ * @fires datasource-data-changed - Fired when row data changes from stream updates. detail: `DataChangedEventDetail`
3937
+ * @fires datasource-initialize - Fired to hand off grid options and initialization flags. detail: `InitializeEventDetail`
3923
3938
  * @fires datasource-destroy - Fired when the datasource is torn down
3924
- * @fires datasource-data-cleared - Fired when row data is cleared
3925
- * @fires datasource-schema-updated - Fired when column metadata or defs are updated
3939
+ * @fires datasource-data-cleared - Fired when row data is cleared. detail: `DataClearedEventDetail`
3940
+ * @fires datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`
3926
3941
  * @fires datasource-filters-restored - Fired when persisted filters are reapplied
3927
- * @fires datasource-data-loaded - Fired when a data payload is loaded for the grid
3942
+ * @fires datasource-data-loaded - Fired when a data payload is loaded for the grid. detail: `DataLoadedEventDetail`
3928
3943
  * @fires datasource-loading-started - Fired when a load or refresh starts
3929
- * @fires datasource-more-data-available - Fired when more server rows can be requested
3930
- * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state)
3944
+ * @fires datasource-more-data-available - Fired when more server rows can be requested. detail: `MoreDataAvailableEventDetail`
3945
+ * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state). detail: `DatasourceReadyEventDetail`
3931
3946
  * @fires datasource-init - Fired when initial grid data is ready for the client-side model
3932
- * @fires more-rows-changed - Fired when MORE_ROWS availability changes
3933
- * @fires datasource-size-changed - Fired when layout or viewport sizing affects the datasource
3947
+ * @fires more-rows-changed - Fired when MORE_ROWS availability changes. detail: `MoreRowsDetail`
3948
+ * @fires datasource-size-changed - Fired when layout or viewport sizing affects the datasource. detail: `GrigProGenesisDatasourceSizeChangedEventDetail`
3934
3949
  */
3935
3950
  export declare class GridProClientSideDatasource extends GridProGenesisDatasource {
3936
3951
  }
@@ -4379,24 +4394,24 @@ export declare type GridProEventsListeners = [string, (event: Event) => void][];
4379
4394
  * @remarks Only supports Client-Side Row Model.
4380
4395
  * @public
4381
4396
  *
4382
- * @fires base-datasource-error - Fired when a datasource error is reported
4383
- * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
4397
+ * @fires base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`
4398
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`
4384
4399
  * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
4385
4400
  * @fires datasource-loading-finished - Fired when loading completes with no pending row changes
4386
4401
  * @fires datasource-no-data-available - Fired when the grid has no rows after load
4387
- * @fires datasource-data-changed - Fired when row data changes from stream updates
4388
- * @fires datasource-initialize - Fired to hand off grid options and initialization flags
4402
+ * @fires datasource-data-changed - Fired when row data changes from stream updates. detail: `DataChangedEventDetail`
4403
+ * @fires datasource-initialize - Fired to hand off grid options and initialization flags. detail: `InitializeEventDetail`
4389
4404
  * @fires datasource-destroy - Fired when the datasource is torn down
4390
- * @fires datasource-data-cleared - Fired when row data is cleared
4391
- * @fires datasource-schema-updated - Fired when column metadata or defs are updated
4405
+ * @fires datasource-data-cleared - Fired when row data is cleared. detail: `DataClearedEventDetail`
4406
+ * @fires datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`
4392
4407
  * @fires datasource-filters-restored - Fired when persisted filters are reapplied
4393
- * @fires datasource-data-loaded - Fired when a data payload is loaded for the grid
4408
+ * @fires datasource-data-loaded - Fired when a data payload is loaded for the grid. detail: `DataLoadedEventDetail`
4394
4409
  * @fires datasource-loading-started - Fired when a load or refresh starts
4395
- * @fires datasource-more-data-available - Fired when more server rows can be requested
4396
- * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state)
4410
+ * @fires datasource-more-data-available - Fired when more server rows can be requested. detail: `MoreDataAvailableEventDetail`
4411
+ * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state). detail: `DatasourceReadyEventDetail`
4397
4412
  * @fires datasource-init - Fired when initial grid data is ready for the client-side model
4398
- * @fires more-rows-changed - Fired when MORE_ROWS availability changes
4399
- * @fires datasource-size-changed - Fired when layout or viewport sizing affects the datasource
4413
+ * @fires more-rows-changed - Fired when MORE_ROWS availability changes. detail: `MoreRowsDetail`
4414
+ * @fires datasource-size-changed - Fired when layout or viewport sizing affects the datasource. detail: `GrigProGenesisDatasourceSizeChangedEventDetail`
4400
4415
  */
4401
4416
  export declare class GridProGenesisDatasource extends GridProGenesisDatasource_base {
4402
4417
  private cachedRowArray;
@@ -4946,25 +4961,25 @@ export declare enum GridProRendererTypes {
4946
4961
  *
4947
4962
  * @beta
4948
4963
  *
4949
- * @fires base-datasource-error - Fired when a datasource error is reported
4950
- * @fires datasource-error - Fired when a datasource error occurs (for grid integration)
4964
+ * @fires base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`
4965
+ * @fires datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`
4951
4966
  * @fires base-datasource-connected - Fired when error state is cleared after connection succeeds
4952
4967
  * @fires datasource-loading-finished - Fired when pending stream transactions are flushed with no row changes
4953
4968
  * @fires datasource-no-data-available - Fired when loading finishes with an empty row set
4954
- * @fires datasource-data-changed - Fired when row data changes from applied stream transactions
4969
+ * @fires datasource-data-changed - Fired when row data changes from applied stream transactions. detail: `DataChangedEventDetail`
4955
4970
  * @fires cache-filter-config - Fired to persist filter configuration for the grid
4956
- * @fires refresh-server-side - Fired to request a server-side refresh
4971
+ * @fires refresh-server-side - Fired to request a server-side refresh. detail: `RefreshServerSideEventDetail`
4957
4972
  * @fires set-server-side-datasource - Fired to attach or clear the server-side row model datasource
4958
4973
  * @fires datasource-loading-started - Fired when a server-side load cycle starts
4959
- * @fires add-grid-css-class - Fired to add a CSS class on the grid host (e.g. server-side styling)
4960
- * @fires remove-grid-css-class - Fired to remove a CSS class from the grid host
4961
- * @fires datasource-initialize - Fired to hand off server-side grid options
4974
+ * @fires add-grid-css-class - Fired to add a CSS class on the grid host (e.g. server-side styling). detail: `GridCssClassEventDetail`
4975
+ * @fires remove-grid-css-class - Fired to remove a CSS class from the grid host. detail: `GridCssClassEventDetail`
4976
+ * @fires datasource-initialize - Fired to hand off server-side grid options. detail: `InitializeEventDetail`
4962
4977
  * @fires datasource-init - Fired when the server-side grid model should initialize data
4963
- * @fires datasource-schema-updated - Fired when column metadata or defs are updated
4978
+ * @fires datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`
4964
4979
  * @fires datasource-filters-restored - Fired when persisted filters are reapplied
4965
- * @fires datasource-data-cleared - Fired when server-side row data is cleared
4980
+ * @fires datasource-data-cleared - Fired when server-side row data is cleared. detail: `DataClearedEventDetail`
4966
4981
  * @fires apply-server-side-transaction - Fired to apply a server-side row transaction
4967
- * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state)
4982
+ * @fires datasource-ready - Fired when the host grid is ready (detail includes pagination state). detail: `DatasourceReadyEventDetail`
4968
4983
  */
4969
4984
  export declare class GridProServerSideDatasource extends GridProServerSideDatasource_base {
4970
4985
  serializer: JSONSerializer;
@@ -5127,7 +5142,10 @@ declare const GridProServerSideDatasource_base: (new (...args: any[]) => {
5127
5142
  addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
5128
5143
  addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
5129
5144
  removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
5130
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
5145
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options? /**
5146
+ * Enable live updates for the grid.
5147
+ * @remarks Only works with DATASERVER resources (StreamDatasource) right now.
5148
+ */: boolean | EventListenerOptions): void;
5131
5149
  readonly attributes: NamedNodeMap;
5132
5150
  get classList(): DOMTokenList;
5133
5151
  set classList(value: string): any;
@@ -5572,6 +5590,18 @@ export declare enum GridProStatusBarTypes {
5572
5590
  */
5573
5591
  export declare const gridProTemplate: ViewTemplate;
5574
5592
 
5593
+ /**
5594
+ * Event detail for the `gridReady`/`onGridReady` signals.
5595
+ * @public
5596
+ * @remarks Only accurate for {@link @genesislcap/grid-pro#GridProBeta}, which is built on
5597
+ * `ag-grid-community` (v36). {@link @genesislcap/grid-pro#GridPro} fires the same event names
5598
+ * but its `event` field is a `@ag-grid-community/core` (v29) `GridReadyEvent`.
5599
+ */
5600
+ export declare interface GridReadyEventDetail {
5601
+ event: GridReadyEvent;
5602
+ gridId: string;
5603
+ }
5604
+
5575
5605
  /**
5576
5606
  * The change size event grid pro genesis datasource.
5577
5607
  * @public
@@ -5827,8 +5857,8 @@ export declare type MoreRowsDetail = {
5827
5857
  * @public
5828
5858
  * @tagname %%prefix%%-multicolumn-dropdown
5829
5859
  *
5830
- * @fires change - Fired when the selected value changes
5831
- * @fires input - Fired when the value is updated (including programmatic changes)
5860
+ * @fires change - Fired when the selected value changes. detail: `string`
5861
+ * @fires input - Fired when the value is updated (including programmatic changes). detail: `string`
5832
5862
  */
5833
5863
  export declare class MulticolumnDropdown extends MulticolumnDropdown_base {
5834
5864
  optionsElement: HTMLElement;
@@ -6421,6 +6451,13 @@ export declare class PaginationStatusBarComponent implements IStatusPanelComp {
6421
6451
  */
6422
6452
  export declare type PagingMode = 'viewBased' | 'offsetBased';
6423
6453
 
6454
+ /**
6455
+ * Event detail for requesting a server-side row model refresh.
6456
+ */
6457
+ export declare interface RefreshServerSideEventDetail {
6458
+ purge: boolean;
6459
+ }
6460
+
6424
6461
  /**
6425
6462
  * A status bar component that shows a refresh icon to reload the grid data
6426
6463
  * @public
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.483.3-alpha-92cb1f2a8.0",
4
+ "version": "14.484.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,20 +40,20 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.483.3-alpha-92cb1f2a8.0",
44
- "@genesislcap/genx": "14.483.3-alpha-92cb1f2a8.0",
45
- "@genesislcap/rollup-builder": "14.483.3-alpha-92cb1f2a8.0",
46
- "@genesislcap/ts-builder": "14.483.3-alpha-92cb1f2a8.0",
47
- "@genesislcap/uvu-playwright-builder": "14.483.3-alpha-92cb1f2a8.0",
48
- "@genesislcap/vite-builder": "14.483.3-alpha-92cb1f2a8.0",
49
- "@genesislcap/webpack-builder": "14.483.3-alpha-92cb1f2a8.0"
43
+ "@genesislcap/foundation-testing": "14.484.0",
44
+ "@genesislcap/genx": "14.484.0",
45
+ "@genesislcap/rollup-builder": "14.484.0",
46
+ "@genesislcap/ts-builder": "14.484.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.484.0",
48
+ "@genesislcap/vite-builder": "14.484.0",
49
+ "@genesislcap/webpack-builder": "14.484.0"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.483.3-alpha-92cb1f2a8.0",
53
- "@genesislcap/foundation-criteria": "14.483.3-alpha-92cb1f2a8.0",
54
- "@genesislcap/foundation-logger": "14.483.3-alpha-92cb1f2a8.0",
55
- "@genesislcap/foundation-ui": "14.483.3-alpha-92cb1f2a8.0",
56
- "@genesislcap/foundation-utils": "14.483.3-alpha-92cb1f2a8.0",
52
+ "@genesislcap/foundation-comms": "14.484.0",
53
+ "@genesislcap/foundation-criteria": "14.484.0",
54
+ "@genesislcap/foundation-logger": "14.484.0",
55
+ "@genesislcap/foundation-ui": "14.484.0",
56
+ "@genesislcap/foundation-utils": "14.484.0",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/react.cjs"
92
92
  }
93
93
  },
94
- "gitHead": "0eb24727d93845a0d201332a85a26d9b0b4fd7df"
94
+ "gitHead": "1ec7b2318e2447c2cd3ad877666b6fd1f3b87c05"
95
95
  }