@genesislcap/grid-pro 14.332.1-alpha-94c2d56.0 → 14.333.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 (124) hide show
  1. package/dist/custom-elements.json +494 -1344
  2. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  3. package/dist/dts/datasource/base.datasource.d.ts +15 -20
  4. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  5. package/dist/dts/datasource/index.d.ts +0 -1
  6. package/dist/dts/datasource/index.d.ts.map +1 -1
  7. package/dist/dts/datasource/server-side.datasource.d.ts +9 -9
  8. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  9. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +9 -24
  10. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  11. package/dist/dts/grid-pro.d.ts +1 -88
  12. package/dist/dts/grid-pro.d.ts.map +1 -1
  13. package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
  14. package/dist/dts/index.d.ts +0 -1
  15. package/dist/dts/index.d.ts.map +1 -1
  16. package/dist/dts/status-bar-components/label-value.status-bar.d.ts +1 -1
  17. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  18. package/dist/dts/status-bar-components/load-more.status-bar.d.ts +1 -1
  19. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  20. package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
  21. package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
  22. package/dist/dts/status-bar-components/reload.status-bar.d.ts +1 -1
  23. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  24. package/dist/esm/cell-renderers/boolean.renderer.js +7 -6
  25. package/dist/esm/datasource/base.datasource.js +95 -68
  26. package/dist/esm/datasource/index.js +0 -1
  27. package/dist/esm/datasource/server-side.datasource.js +149 -127
  28. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +78 -83
  29. package/dist/esm/grid-pro.definitions.js +1 -1
  30. package/dist/esm/grid-pro.js +6 -275
  31. package/dist/esm/grid-pro.template.js +1 -1
  32. package/dist/esm/index.js +0 -1
  33. package/dist/esm/status-bar-components/pagination.status-bar.js +11 -18
  34. package/dist/grid-pro.api.json +656 -3146
  35. package/dist/grid-pro.d.ts +107 -1160
  36. package/docs/api/grid-pro.genesisgriddatasourceelement.aggrid.md +11 -0
  37. package/docs/api/grid-pro.genesisgriddatasourceelement.md +21 -0
  38. package/docs/api/grid-pro.gridpro.md +0 -17
  39. package/docs/api/{grid-pro.gridprobasedatasource.keepcoldefsonclearrowdata.md → grid-pro.gridprobasedatasource.agtransaction.md} +3 -3
  40. package/docs/api/{grid-pro.gridprobasedatasource.applyalltransactions.md → grid-pro.gridprobasedatasource.applyallagtransactions.md} +3 -3
  41. package/docs/api/grid-pro.gridprobasedatasource.applyasyncfuncname.md +11 -0
  42. package/docs/api/{grid-pro.gridprobasedatasource.transactiondata.md → grid-pro.gridprobasedatasource.applyfuncname.md} +3 -3
  43. package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +3 -3
  44. package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +66 -0
  45. package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +1 -15
  46. package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +1 -1
  47. package/docs/api/grid-pro.gridprobasedatasource.md +55 -17
  48. package/docs/api/grid-pro.gridprobasedatasource.pagination.md +1 -1
  49. package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +1 -1
  50. package/docs/api/{grid-pro.gridprogenesisdatasource.transactiondata.md → grid-pro.gridprogenesisdatasource.applyasyncfuncname.md} +3 -3
  51. package/docs/api/grid-pro.gridprogenesisdatasource.applyfuncname.md +11 -0
  52. package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +4 -4
  53. package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +66 -0
  54. package/docs/api/grid-pro.gridprogenesisdatasource.init.md +20 -4
  55. package/docs/api/grid-pro.gridprogenesisdatasource.md +34 -7
  56. package/docs/api/{grid-pro.gridprov34.aggridoptions.md → grid-pro.gridproserversidedatasource.applyasyncfuncname.md} +3 -3
  57. package/docs/api/{grid-pro.gridprov34.aggrid.md → grid-pro.gridproserversidedatasource.applyfuncname.md} +3 -3
  58. package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +4 -4
  59. package/docs/api/{grid-pro.gridprov34.globaleventlistener.md → grid-pro.gridproserversidedatasource.applytransactionasync.md} +9 -7
  60. package/docs/api/grid-pro.gridproserversidedatasource.md +74 -1
  61. package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +2 -2
  62. package/docs/api/{grid-pro.gridprov34._constructor_.md → grid-pro.gridproserversidedatasource.rowmodel.md} +3 -5
  63. package/docs/api/grid-pro.md +1 -29
  64. package/docs/api-report.md.api.md +41 -377
  65. package/package.json +14 -16
  66. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +0 -101
  67. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +0 -1
  68. package/dist/dts/grid-pro-v34.d.ts +0 -862
  69. package/dist/dts/grid-pro-v34.d.ts.map +0 -1
  70. package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +0 -33
  71. package/dist/esm/grid-pro-v34.js +0 -1033
  72. package/docs/api/grid-pro.errorhandlerdialogstyles.md +0 -11
  73. package/docs/api/grid-pro.geterrorhandlerdialogtemplate.md +0 -64
  74. package/docs/api/grid-pro.gridpro.thememode.md +0 -11
  75. package/docs/api/grid-pro.gridprov34.addeventlistener.md +0 -89
  76. package/docs/api/grid-pro.gridprov34.autocellrendererbytype.md +0 -14
  77. package/docs/api/grid-pro.gridprov34.cachefilterconfig.md +0 -18
  78. package/docs/api/grid-pro.gridprov34.classnames.md +0 -14
  79. package/docs/api/grid-pro.gridprov34.clearlocalgridoptions.md +0 -17
  80. package/docs/api/grid-pro.gridprov34.columncomponentname.md +0 -14
  81. package/docs/api/grid-pro.gridprov34.combineallgridcomponents.md +0 -53
  82. package/docs/api/grid-pro.gridprov34.connectedcallback.md +0 -18
  83. package/docs/api/grid-pro.gridprov34.customerrorhandlertemplate.md +0 -21
  84. package/docs/api/grid-pro.gridprov34.disconnectedcallback.md +0 -18
  85. package/docs/api/grid-pro.gridprov34.enablecellflashing.md +0 -21
  86. package/docs/api/grid-pro.gridprov34.enablerowflashing.md +0 -16
  87. package/docs/api/grid-pro.gridprov34.eventsandcallbacks.md +0 -14
  88. package/docs/api/grid-pro.gridprov34.getfiltermodel.md +0 -20
  89. package/docs/api/grid-pro.gridprov34.getsavedcolumnstate.md +0 -21
  90. package/docs/api/grid-pro.gridprov34.getselectedrows.md +0 -19
  91. package/docs/api/grid-pro.gridprov34.gridapi.md +0 -14
  92. package/docs/api/grid-pro.gridprov34.gridautosizingenabled.md +0 -16
  93. package/docs/api/grid-pro.gridprov34.gridcomponents.md +0 -16
  94. package/docs/api/grid-pro.gridprov34.griderroritems.md +0 -14
  95. package/docs/api/grid-pro.gridprov34.gridoptions.md +0 -14
  96. package/docs/api/grid-pro.gridprov34.gridoptionsconfig.md +0 -28
  97. package/docs/api/grid-pro.gridprov34.gridparams.md +0 -12
  98. package/docs/api/grid-pro.gridprov34.gridprodatasource.md +0 -18
  99. package/docs/api/grid-pro.gridprov34.gridslot.md +0 -14
  100. package/docs/api/grid-pro.gridprov34.hasselectedrows.md +0 -19
  101. package/docs/api/grid-pro.gridprov34.headercasetype.md +0 -18
  102. package/docs/api/grid-pro.gridprov34.headerheight.md +0 -14
  103. package/docs/api/grid-pro.gridprov34.hidedatasourceerror.md +0 -18
  104. package/docs/api/grid-pro.gridprov34.initialised.md +0 -14
  105. package/docs/api/grid-pro.gridprov34.isserverside.md +0 -12
  106. package/docs/api/grid-pro.gridprov34.md +0 -1008
  107. package/docs/api/grid-pro.gridprov34.mergeallcolumndefsandstates.md +0 -230
  108. package/docs/api/grid-pro.gridprov34.onlytemplatecoldefs.md +0 -14
  109. package/docs/api/grid-pro.gridprov34.pagination.md +0 -21
  110. package/docs/api/grid-pro.gridprov34.paginationpagesize.md +0 -25
  111. package/docs/api/grid-pro.gridprov34.persistcolumnstatekey.md +0 -16
  112. package/docs/api/grid-pro.gridprov34.persistfiltermodelkey.md +0 -16
  113. package/docs/api/grid-pro.gridprov34.provider.md +0 -14
  114. package/docs/api/grid-pro.gridprov34.restorecachedfilterconfig.md +0 -18
  115. package/docs/api/grid-pro.gridprov34.rowdata.md +0 -18
  116. package/docs/api/grid-pro.gridprov34.rowdatachanged.md +0 -67
  117. package/docs/api/grid-pro.gridprov34.rowheight.md +0 -14
  118. package/docs/api/grid-pro.gridprov34.setfiltermodel.md +0 -55
  119. package/docs/api/grid-pro.gridprov34.setuppaginationandstatusbar.md +0 -53
  120. package/docs/api/grid-pro.gridprov34.statepersistanceenabled.md +0 -18
  121. package/docs/api/grid-pro.gridprov34.statepersistence.md +0 -14
  122. package/docs/api/grid-pro.gridprov34.statusbarconfig.md +0 -21
  123. package/docs/api/grid-pro.gridprov34.thememode.md +0 -14
  124. package/docs/api/grid-pro.gridprov34.withstatusbar.md +0 -21
@@ -28,1087 +28,6 @@
28
28
  }
29
29
  ]
30
30
  },
31
- {
32
- "kind": "javascript-module",
33
- "path": "src/grid-pro-v34.ts",
34
- "declarations": [
35
- {
36
- "kind": "class",
37
- "description": "The Grid Pro element (AG Grid v34 compatible).",
38
- "name": "GridProV34",
39
- "members": [
40
- {
41
- "kind": "field",
42
- "name": "gridApi",
43
- "type": {
44
- "text": "GridApi"
45
- }
46
- },
47
- {
48
- "kind": "field",
49
- "name": "gridErrorItems",
50
- "type": {
51
- "text": "GridProErrorItem<GridProErrorEvent['detail']>[]"
52
- },
53
- "default": "[]"
54
- },
55
- {
56
- "kind": "field",
57
- "name": "statePersistence",
58
- "type": {
59
- "text": "StatePersistence"
60
- }
61
- },
62
- {
63
- "kind": "field",
64
- "name": "autoCellRendererByType",
65
- "type": {
66
- "text": "boolean"
67
- },
68
- "default": "false"
69
- },
70
- {
71
- "kind": "field",
72
- "name": "onlyTemplateColDefs",
73
- "type": {
74
- "text": "boolean"
75
- },
76
- "default": "false"
77
- },
78
- {
79
- "kind": "field",
80
- "name": "gridAutosizingEnabled",
81
- "type": {
82
- "text": "boolean"
83
- },
84
- "default": "false",
85
- "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`."
86
- },
87
- {
88
- "kind": "field",
89
- "name": "enableCellFlashing",
90
- "type": {
91
- "text": "boolean"
92
- },
93
- "default": "false",
94
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef"
95
- },
96
- {
97
- "kind": "field",
98
- "name": "enableRowFlashing",
99
- "type": {
100
- "text": "boolean"
101
- },
102
- "default": "false",
103
- "description": "If true, will enable row flashing for all rows for `add` async transactions"
104
- },
105
- {
106
- "kind": "field",
107
- "name": "persistColumnStateKey",
108
- "type": {
109
- "text": "string"
110
- },
111
- "description": "The key to use for persisting the column state in local browser or KV storage."
112
- },
113
- {
114
- "kind": "field",
115
- "name": "persistFilterModelKey",
116
- "type": {
117
- "text": "string"
118
- },
119
- "description": "The key to use for persisting the filter model in local browser or KV storage."
120
- },
121
- {
122
- "kind": "field",
123
- "name": "headerCaseType",
124
- "type": {
125
- "text": "GridProCaseType"
126
- },
127
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
128
- "privacy": "public"
129
- },
130
- {
131
- "kind": "field",
132
- "name": "rowData",
133
- "type": {
134
- "text": "any[]"
135
- },
136
- "description": "The row data to display in the grid.",
137
- "privacy": "public"
138
- },
139
- {
140
- "kind": "method",
141
- "name": "rowDataChanged",
142
- "parameters": [
143
- {
144
- "name": "_"
145
- },
146
- {
147
- "name": "rowData"
148
- }
149
- ]
150
- },
151
- {
152
- "kind": "field",
153
- "name": "columnComponentName",
154
- "type": {
155
- "text": "string"
156
- },
157
- "default": "'grid-pro-column'"
158
- },
159
- {
160
- "kind": "field",
161
- "name": "eventsAndCallbacks",
162
- "type": {
163
- "text": "GridProEventsAndCallbacks"
164
- }
165
- },
166
- {
167
- "kind": "field",
168
- "name": "headerHeight",
169
- "type": {
170
- "text": "number"
171
- }
172
- },
173
- {
174
- "kind": "field",
175
- "name": "rowHeight",
176
- "type": {
177
- "text": "number"
178
- }
179
- },
180
- {
181
- "kind": "field",
182
- "name": "classNames",
183
- "type": {
184
- "text": "string"
185
- }
186
- },
187
- {
188
- "kind": "field",
189
- "name": "agGrid",
190
- "type": {
191
- "text": "GridApi"
192
- }
193
- },
194
- {
195
- "kind": "field",
196
- "name": "gridSlot",
197
- "type": {
198
- "text": "HTMLSlotElement"
199
- }
200
- },
201
- {
202
- "kind": "field",
203
- "name": "themeMode",
204
- "type": {
205
- "text": "'light' | 'dark'"
206
- },
207
- "default": "'dark'"
208
- },
209
- {
210
- "kind": "field",
211
- "name": "gridComponents",
212
- "type": {
213
- "text": "{ [componentName: string]: any }"
214
- }
215
- },
216
- {
217
- "kind": "field",
218
- "name": "pagination",
219
- "type": {
220
- "text": "boolean"
221
- },
222
- "default": "false",
223
- "description": "Enable pagination for the grid."
224
- },
225
- {
226
- "kind": "field",
227
- "name": "paginationPageSize",
228
- "type": {
229
- "text": "number"
230
- },
231
- "description": "Number of rows per page when pagination is enabled."
232
- },
233
- {
234
- "kind": "field",
235
- "name": "statusBarConfig",
236
- "type": {
237
- "text": "GridProStatusBarConfig"
238
- },
239
- "default": "DEFAULT_STATUS_BAR_CONFIG",
240
- "description": "Configuration for the grid status bar components."
241
- },
242
- {
243
- "kind": "field",
244
- "name": "withStatusBar",
245
- "type": {
246
- "text": "boolean"
247
- },
248
- "default": "false",
249
- "description": "Enables or disables the grid status bar."
250
- },
251
- {
252
- "kind": "field",
253
- "name": "customErrorHandlerTemplate",
254
- "type": {
255
- "text": "(\n prefix: string,\n gridErrorItems: GridProErrorItem<any>[],\n ) => ViewTemplate | undefined"
256
- },
257
- "description": "Custom error handler dialog template function."
258
- },
259
- {
260
- "kind": "field",
261
- "name": "columnState",
262
- "type": {
263
- "text": "ColumnState[]"
264
- },
265
- "privacy": "private"
266
- },
267
- {
268
- "kind": "field",
269
- "name": "agGridOptions",
270
- "type": {
271
- "text": "GridOptions"
272
- },
273
- "privacy": "protected"
274
- },
275
- {
276
- "kind": "field",
277
- "name": "initialised",
278
- "type": {
279
- "text": "boolean"
280
- },
281
- "privacy": "protected"
282
- },
283
- {
284
- "kind": "field",
285
- "name": "rehydrationAttempted",
286
- "type": {
287
- "text": "boolean"
288
- },
289
- "privacy": "private",
290
- "default": "false"
291
- },
292
- {
293
- "kind": "field",
294
- "name": "rootEventsListeners",
295
- "type": {
296
- "text": "GridProEventsListeners"
297
- },
298
- "privacy": "private",
299
- "default": "[]"
300
- },
301
- {
302
- "kind": "field",
303
- "name": "gridEventsQueue",
304
- "type": {
305
- "text": "string[]"
306
- },
307
- "privacy": "private",
308
- "default": "[]"
309
- },
310
- {
311
- "kind": "field",
312
- "name": "registeredGridEvents",
313
- "type": {
314
- "text": "Set<string>"
315
- },
316
- "privacy": "private",
317
- "default": "new Set()"
318
- },
319
- {
320
- "kind": "field",
321
- "name": "_filterConfig",
322
- "type": {
323
- "text": "{ [key: string]: any } | undefined"
324
- },
325
- "privacy": "private",
326
- "default": "undefined"
327
- },
328
- {
329
- "kind": "method",
330
- "name": "getfilterModel",
331
- "return": {
332
- "type": {
333
- "text": "Promise<{ [key: string]: any }>"
334
- }
335
- }
336
- },
337
- {
338
- "kind": "method",
339
- "name": "setFilterModel",
340
- "return": {
341
- "type": {
342
- "text": "Promise<void>"
343
- }
344
- },
345
- "parameters": [
346
- {
347
- "name": "value",
348
- "type": {
349
- "text": "{ [key: string]: any }"
350
- }
351
- }
352
- ]
353
- },
354
- {
355
- "kind": "field",
356
- "name": "gridOptionsConfig",
357
- "type": {
358
- "text": "GridOptionsConfig"
359
- },
360
- "description": "Injectable config that allows to change grid options on an app level basis\nTo modify options, register instance of the config in DOM container that is\nabove the grid or on the top level of the application, so it applies to all grids."
361
- },
362
- {
363
- "kind": "field",
364
- "name": "provider",
365
- "type": {
366
- "text": "any"
367
- }
368
- },
369
- {
370
- "kind": "method",
371
- "name": "addEventListener",
372
- "parameters": [
373
- {
374
- "name": "eventType",
375
- "type": {
376
- "text": "string"
377
- },
378
- "description": "The event type to listen for. Recommened to use the `Events` from AG Grid."
379
- },
380
- {
381
- "name": "listener",
382
- "description": "The event listener to call when the event is fired."
383
- },
384
- {
385
- "name": "options",
386
- "optional": true,
387
- "type": {
388
- "text": "boolean | AddEventListenerOptions"
389
- },
390
- "description": "An options object that specifies characteristics about the event listener."
391
- }
392
- ],
393
- "description": "Adds an event listener to the grid element."
394
- },
395
- {
396
- "kind": "method",
397
- "name": "addGridEventListener",
398
- "privacy": "private",
399
- "parameters": [
400
- {
401
- "name": "eventType",
402
- "type": {
403
- "text": "string"
404
- }
405
- }
406
- ]
407
- },
408
- {
409
- "kind": "method",
410
- "name": "handleError",
411
- "privacy": "private",
412
- "parameters": [
413
- {
414
- "name": "type",
415
- "type": {
416
- "text": "GridProErrorTypes"
417
- }
418
- },
419
- {
420
- "name": "event",
421
- "type": {
422
- "text": "GridProErrorEvent"
423
- }
424
- }
425
- ]
426
- },
427
- {
428
- "kind": "method",
429
- "name": "handleBaseDatasourceError",
430
- "privacy": "private",
431
- "parameters": [
432
- {
433
- "name": "event",
434
- "type": {
435
- "text": "BaseDatasourceErrorEvent"
436
- }
437
- }
438
- ]
439
- },
440
- {
441
- "kind": "method",
442
- "name": "hideDatasourceError"
443
- },
444
- {
445
- "kind": "method",
446
- "name": "flashAddedCells",
447
- "privacy": "private",
448
- "parameters": [
449
- {
450
- "name": "rowNodes"
451
- }
452
- ]
453
- },
454
- {
455
- "kind": "method",
456
- "name": "combineAllGridComponents",
457
- "return": {
458
- "type": {
459
- "text": "GridComponents"
460
- }
461
- },
462
- "parameters": [
463
- {
464
- "name": "gridOptionsComponents",
465
- "type": {
466
- "text": "GridComponents"
467
- }
468
- }
469
- ]
470
- },
471
- {
472
- "kind": "method",
473
- "name": "statePersistanceEnabled",
474
- "return": {
475
- "type": {
476
- "text": "boolean"
477
- }
478
- }
479
- },
480
- {
481
- "kind": "method",
482
- "name": "getSelectedRows",
483
- "return": {
484
- "type": {
485
- "text": ""
486
- }
487
- },
488
- "description": "Gets the currently selected rows from the grid",
489
- "privacy": "public"
490
- },
491
- {
492
- "kind": "method",
493
- "name": "hasSelectedRows",
494
- "return": {
495
- "type": {
496
- "text": ""
497
- }
498
- },
499
- "description": "Checks if any rows are currently selected",
500
- "privacy": "public"
501
- },
502
- {
503
- "kind": "method",
504
- "name": "saveColumnState",
505
- "privacy": "private",
506
- "return": {
507
- "type": {
508
- "text": "Promise<void>"
509
- }
510
- }
511
- },
512
- {
513
- "kind": "method",
514
- "name": "getSavedColumnState",
515
- "return": {
516
- "type": {
517
- "text": "Promise<ColumnState[]>"
518
- }
519
- },
520
- "description": "Gets the saved grid ColumnState[] from storage",
521
- "privacy": "public"
522
- },
523
- {
524
- "kind": "method",
525
- "name": "restoreColumnState",
526
- "privacy": "private",
527
- "return": {
528
- "type": {
529
- "text": "Promise<void>"
530
- }
531
- }
532
- },
533
- {
534
- "kind": "method",
535
- "name": "cacheFilterConfig",
536
- "return": {
537
- "type": {
538
- "text": "void"
539
- }
540
- }
541
- },
542
- {
543
- "kind": "method",
544
- "name": "restoreCachedFilterConfig",
545
- "return": {
546
- "type": {
547
- "text": "Promise<void>"
548
- }
549
- }
550
- },
551
- {
552
- "kind": "field",
553
- "name": "gridOptions",
554
- "type": {
555
- "text": "GridOptions"
556
- },
557
- "privacy": "public"
558
- },
559
- {
560
- "kind": "field",
561
- "name": "isServerSide",
562
- "type": {
563
- "text": "boolean"
564
- },
565
- "privacy": "public",
566
- "readonly": true
567
- },
568
- {
569
- "kind": "field",
570
- "name": "gridParams",
571
- "type": {
572
- "text": "GridParams"
573
- },
574
- "privacy": "public",
575
- "readonly": true
576
- },
577
- {
578
- "kind": "field",
579
- "name": "gridProDatasource",
580
- "type": {
581
- "text": "GridProBaseDatasource"
582
- },
583
- "description": "Get the datasource element.",
584
- "privacy": "public",
585
- "readonly": true
586
- },
587
- {
588
- "kind": "method",
589
- "name": "setLocalGridOptions",
590
- "privacy": "private",
591
- "parameters": [
592
- {
593
- "name": "derivedOptions",
594
- "type": {
595
- "text": "GridOptions"
596
- }
597
- }
598
- ]
599
- },
600
- {
601
- "kind": "method",
602
- "name": "clearLocalGridOptions",
603
- "description": "Clears the local grid options, this is used to clear the grid options when the grid is restarted.",
604
- "privacy": "public"
605
- },
606
- {
607
- "kind": "method",
608
- "name": "initGrid",
609
- "privacy": "private"
610
- },
611
- {
612
- "kind": "method",
613
- "name": "mergeAllColumnDefsAndStates",
614
- "parameters": [
615
- {
616
- "name": "columnDefs",
617
- "type": {
618
- "text": "ColDef[]"
619
- },
620
- "description": "The column definitions to apply to the grid."
621
- },
622
- {
623
- "name": "deferredColumnDefsOrState",
624
- "default": "false",
625
- "description": "If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property\non the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true."
626
- }
627
- ],
628
- "description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
629
- "privacy": "public",
630
- "return": {
631
- "type": {
632
- "text": ""
633
- }
634
- }
635
- },
636
- {
637
- "kind": "method",
638
- "name": "panelExists",
639
- "privacy": "private",
640
- "return": {
641
- "type": {
642
- "text": "boolean"
643
- }
644
- },
645
- "parameters": [
646
- {
647
- "name": "statusPanelType",
648
- "type": {
649
- "text": "string"
650
- }
651
- },
652
- {
653
- "name": "panels",
654
- "type": {
655
- "text": "any[]"
656
- }
657
- }
658
- ]
659
- },
660
- {
661
- "kind": "method",
662
- "name": "addRowCountPanel",
663
- "privacy": "private",
664
- "return": {
665
- "type": {
666
- "text": "void"
667
- }
668
- },
669
- "parameters": [
670
- {
671
- "name": "statusPanels",
672
- "type": {
673
- "text": "any[]"
674
- }
675
- }
676
- ]
677
- },
678
- {
679
- "kind": "method",
680
- "name": "addMaxRowsPanel",
681
- "privacy": "private",
682
- "return": {
683
- "type": {
684
- "text": "void"
685
- }
686
- },
687
- "parameters": [
688
- {
689
- "name": "statusPanels",
690
- "type": {
691
- "text": "any[]"
692
- }
693
- }
694
- ]
695
- },
696
- {
697
- "kind": "method",
698
- "name": "addAggregationPanel",
699
- "privacy": "private",
700
- "return": {
701
- "type": {
702
- "text": "void"
703
- }
704
- },
705
- "parameters": [
706
- {
707
- "name": "statusPanels",
708
- "type": {
709
- "text": "any[]"
710
- }
711
- }
712
- ]
713
- },
714
- {
715
- "kind": "method",
716
- "name": "addDatasourcePanels",
717
- "privacy": "private",
718
- "return": {
719
- "type": {
720
- "text": "void"
721
- }
722
- },
723
- "parameters": [
724
- {
725
- "name": "statusPanels",
726
- "type": {
727
- "text": "any[]"
728
- }
729
- }
730
- ]
731
- },
732
- {
733
- "kind": "method",
734
- "name": "addPaginationPanel",
735
- "privacy": "private",
736
- "return": {
737
- "type": {
738
- "text": "void"
739
- }
740
- },
741
- "parameters": [
742
- {
743
- "name": "statusPanels",
744
- "type": {
745
- "text": "any[]"
746
- }
747
- }
748
- ]
749
- },
750
- {
751
- "kind": "method",
752
- "name": "setupPaginationAndStatusBar",
753
- "privacy": "protected",
754
- "parameters": [
755
- {
756
- "name": "gridOptions",
757
- "type": {
758
- "text": "GridOptions"
759
- }
760
- }
761
- ]
762
- },
763
- {
764
- "kind": "method",
765
- "name": "globalEventListener",
766
- "parameters": [
767
- {
768
- "name": "eventType"
769
- },
770
- {
771
- "name": "event"
772
- }
773
- ]
774
- },
775
- {
776
- "kind": "method",
777
- "name": "cloneNode",
778
- "return": {
779
- "type": {
780
- "text": "Node"
781
- }
782
- },
783
- "parameters": [
784
- {
785
- "name": "deep",
786
- "optional": true,
787
- "type": {
788
- "text": "boolean"
789
- }
790
- }
791
- ],
792
- "inheritedFrom": {
793
- "name": "LifecycleMixin",
794
- "module": "src/mixins/lifecycle/lifecycle.ts"
795
- }
796
- },
797
- {
798
- "kind": "method",
799
- "name": "deepClone",
800
- "return": {
801
- "type": {
802
- "text": "Node"
803
- }
804
- },
805
- "inheritedFrom": {
806
- "name": "LifecycleMixin",
807
- "module": "src/mixins/lifecycle/lifecycle.ts"
808
- }
809
- },
810
- {
811
- "kind": "field",
812
- "name": "shouldRunDisconnect",
813
- "return": {
814
- "type": {
815
- "text": ""
816
- }
817
- },
818
- "readonly": true,
819
- "inheritedFrom": {
820
- "name": "LifecycleMixin",
821
- "module": "src/mixins/lifecycle/lifecycle.ts"
822
- }
823
- },
824
- {
825
- "kind": "field",
826
- "name": "shouldRunConnect",
827
- "return": {
828
- "type": {
829
- "text": ""
830
- }
831
- },
832
- "readonly": true,
833
- "inheritedFrom": {
834
- "name": "LifecycleMixin",
835
- "module": "src/mixins/lifecycle/lifecycle.ts"
836
- }
837
- },
838
- {
839
- "kind": "method",
840
- "name": "#_blockLifecycleDueToTokenChange",
841
- "return": {
842
- "type": {
843
- "text": "boolean"
844
- }
845
- },
846
- "parameters": [
847
- {
848
- "name": "lifecycleType",
849
- "type": {
850
- "text": "Lifecycletype"
851
- }
852
- }
853
- ],
854
- "inheritedFrom": {
855
- "name": "LifecycleMixin",
856
- "module": "src/mixins/lifecycle/lifecycle.ts"
857
- }
858
- },
859
- {
860
- "kind": "field",
861
- "name": "_presentation",
862
- "type": {
863
- "text": "ComponentPresentation | null | undefined"
864
- },
865
- "privacy": "private",
866
- "default": "void 0",
867
- "inheritedFrom": {
868
- "name": "FoundationElement",
869
- "module": "src/foundation-element/foundation-element.ts"
870
- }
871
- },
872
- {
873
- "kind": "field",
874
- "name": "$presentation",
875
- "type": {
876
- "text": "ComponentPresentation | null"
877
- },
878
- "privacy": "public",
879
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
880
- "inheritedFrom": {
881
- "name": "FoundationElement",
882
- "module": "src/foundation-element/foundation-element.ts"
883
- }
884
- },
885
- {
886
- "kind": "field",
887
- "name": "template",
888
- "type": {
889
- "text": "ElementViewTemplate | void | null"
890
- },
891
- "privacy": "public",
892
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
893
- "inheritedFrom": {
894
- "name": "FoundationElement",
895
- "module": "src/foundation-element/foundation-element.ts"
896
- }
897
- },
898
- {
899
- "kind": "method",
900
- "name": "templateChanged",
901
- "privacy": "protected",
902
- "return": {
903
- "type": {
904
- "text": "void"
905
- }
906
- },
907
- "inheritedFrom": {
908
- "name": "FoundationElement",
909
- "module": "src/foundation-element/foundation-element.ts"
910
- }
911
- },
912
- {
913
- "kind": "field",
914
- "name": "styles",
915
- "type": {
916
- "text": "ElementStyles | void | null"
917
- },
918
- "privacy": "public",
919
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
920
- "inheritedFrom": {
921
- "name": "FoundationElement",
922
- "module": "src/foundation-element/foundation-element.ts"
923
- }
924
- },
925
- {
926
- "kind": "method",
927
- "name": "stylesChanged",
928
- "privacy": "protected",
929
- "return": {
930
- "type": {
931
- "text": "void"
932
- }
933
- },
934
- "inheritedFrom": {
935
- "name": "FoundationElement",
936
- "module": "src/foundation-element/foundation-element.ts"
937
- }
938
- },
939
- {
940
- "kind": "method",
941
- "name": "compose",
942
- "privacy": "public",
943
- "static": true,
944
- "return": {
945
- "type": {
946
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
947
- }
948
- },
949
- "parameters": [
950
- {
951
- "name": "this",
952
- "type": {
953
- "text": "K"
954
- }
955
- },
956
- {
957
- "name": "elementDefinition",
958
- "type": {
959
- "text": "T"
960
- },
961
- "description": "The definition of the element to create the registry\nfunction for."
962
- }
963
- ],
964
- "description": "Defines an element registry function with a set of element definition defaults.",
965
- "inheritedFrom": {
966
- "name": "FoundationElement",
967
- "module": "src/foundation-element/foundation-element.ts"
968
- }
969
- }
970
- ],
971
- "attributes": [
972
- {
973
- "name": "auto-cell-renderer-by-type",
974
- "type": {
975
- "text": "boolean"
976
- },
977
- "default": "false",
978
- "fieldName": "autoCellRendererByType"
979
- },
980
- {
981
- "name": "only-template-col-defs",
982
- "type": {
983
- "text": "boolean"
984
- },
985
- "default": "false",
986
- "fieldName": "onlyTemplateColDefs"
987
- },
988
- {
989
- "name": "grid-autosizing",
990
- "type": {
991
- "text": "boolean"
992
- },
993
- "default": "false",
994
- "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
995
- "fieldName": "gridAutosizingEnabled"
996
- },
997
- {
998
- "name": "enable-cell-flashing",
999
- "type": {
1000
- "text": "boolean"
1001
- },
1002
- "default": "false",
1003
- "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1004
- "fieldName": "enableCellFlashing"
1005
- },
1006
- {
1007
- "name": "enable-row-flashing",
1008
- "type": {
1009
- "text": "boolean"
1010
- },
1011
- "default": "false",
1012
- "description": "If true, will enable row flashing for all rows for `add` async transactions",
1013
- "fieldName": "enableRowFlashing"
1014
- },
1015
- {
1016
- "name": "persist-column-state-key",
1017
- "type": {
1018
- "text": "string"
1019
- },
1020
- "description": "The key to use for persisting the column state in local browser or KV storage.",
1021
- "fieldName": "persistColumnStateKey"
1022
- },
1023
- {
1024
- "name": "persist-filter-model-key",
1025
- "type": {
1026
- "text": "string"
1027
- },
1028
- "description": "The key to use for persisting the filter model in local browser or KV storage.",
1029
- "fieldName": "persistFilterModelKey"
1030
- },
1031
- {
1032
- "name": "header-case-type",
1033
- "type": {
1034
- "text": "GridProCaseType"
1035
- },
1036
- "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1037
- "fieldName": "headerCaseType"
1038
- },
1039
- {
1040
- "name": "columnComponentName",
1041
- "type": {
1042
- "text": "string"
1043
- },
1044
- "default": "'grid-pro-column'",
1045
- "fieldName": "columnComponentName"
1046
- },
1047
- {
1048
- "name": "headerHeight",
1049
- "type": {
1050
- "text": "number"
1051
- },
1052
- "fieldName": "headerHeight"
1053
- },
1054
- {
1055
- "name": "rowHeight",
1056
- "type": {
1057
- "text": "number"
1058
- },
1059
- "fieldName": "rowHeight"
1060
- },
1061
- {
1062
- "type": {
1063
- "text": "boolean"
1064
- },
1065
- "default": "false",
1066
- "description": "Enable pagination for the grid.",
1067
- "fieldName": "pagination"
1068
- },
1069
- {
1070
- "name": "pagination-page-size",
1071
- "type": {
1072
- "text": "number"
1073
- },
1074
- "description": "Number of rows per page when pagination is enabled.",
1075
- "fieldName": "paginationPageSize"
1076
- },
1077
- {
1078
- "name": "with-status-bar",
1079
- "type": {
1080
- "text": "boolean"
1081
- },
1082
- "default": "false",
1083
- "description": "Enables or disables the grid status bar.",
1084
- "fieldName": "withStatusBar"
1085
- }
1086
- ],
1087
- "mixins": [
1088
- {
1089
- "name": "LifecycleMixin",
1090
- "package": "@genesislcap/foundation-utils"
1091
- }
1092
- ],
1093
- "superclass": {
1094
- "name": "FoundationElement",
1095
- "package": "@microsoft/fast-foundation"
1096
- },
1097
- "tagName": "%%prefix%%-grid-pro",
1098
- "customElement": true
1099
- }
1100
- ],
1101
- "exports": [
1102
- {
1103
- "kind": "js",
1104
- "name": "GridProV34",
1105
- "declaration": {
1106
- "name": "GridProV34",
1107
- "module": "src/grid-pro-v34.ts"
1108
- }
1109
- }
1110
- ]
1111
- },
1112
31
  {
1113
32
  "kind": "javascript-module",
1114
33
  "path": "src/grid-pro.definitions.ts",
@@ -1672,14 +591,6 @@
1672
591
  "text": "HTMLSlotElement"
1673
592
  }
1674
593
  },
1675
- {
1676
- "kind": "field",
1677
- "name": "themeMode",
1678
- "type": {
1679
- "text": "'light' | 'dark'"
1680
- },
1681
- "default": "'dark'"
1682
- },
1683
594
  {
1684
595
  "kind": "field",
1685
596
  "name": "gridComponents",
@@ -1925,16 +836,6 @@
1925
836
  "kind": "method",
1926
837
  "name": "hideDatasourceError"
1927
838
  },
1928
- {
1929
- "kind": "method",
1930
- "name": "flashAddedCells",
1931
- "privacy": "private",
1932
- "parameters": [
1933
- {
1934
- "name": "rowNodes"
1935
- }
1936
- ]
1937
- },
1938
839
  {
1939
840
  "kind": "method",
1940
841
  "name": "combineAllGridComponents",
@@ -2202,12 +1103,6 @@
2202
1103
  "type": {
2203
1104
  "text": "any[]"
2204
1105
  }
2205
- },
2206
- {
2207
- "name": "gridOptions",
2208
- "type": {
2209
- "text": "GridOptions"
2210
- }
2211
1106
  }
2212
1107
  ]
2213
1108
  },
@@ -3204,14 +2099,6 @@
3204
2099
  "name": "*",
3205
2100
  "package": "./utils"
3206
2101
  }
3207
- },
3208
- {
3209
- "kind": "js",
3210
- "name": "*",
3211
- "declaration": {
3212
- "name": "*",
3213
- "package": "./grid-pro-v34"
3214
- }
3215
2102
  }
3216
2103
  ]
3217
2104
  },
@@ -7870,6 +6757,15 @@
7870
6757
  }
7871
6758
  ]
7872
6759
  },
6760
+ {
6761
+ "kind": "field",
6762
+ "name": "agGrid",
6763
+ "type": {
6764
+ "text": "GridPro | null"
6765
+ },
6766
+ "privacy": "protected",
6767
+ "readonly": true
6768
+ },
7873
6769
  {
7874
6770
  "kind": "method",
7875
6771
  "name": "handleErrors",
@@ -8104,6 +7000,7 @@
8104
7000
  "fieldName": "disablePolling"
8105
7001
  },
8106
7002
  {
7003
+ "name": "offset",
8107
7004
  "type": {
8108
7005
  "text": "number"
8109
7006
  },
@@ -8167,15 +7064,6 @@
8167
7064
  "privacy": "protected",
8168
7065
  "default": "false"
8169
7066
  },
8170
- {
8171
- "kind": "field",
8172
- "name": "keepColDefsOnClearRowData",
8173
- "type": {
8174
- "text": "boolean"
8175
- },
8176
- "privacy": "public",
8177
- "default": "false"
8178
- },
8179
7067
  {
8180
7068
  "kind": "field",
8181
7069
  "name": "rowData",
@@ -8186,13 +7074,29 @@
8186
7074
  },
8187
7075
  {
8188
7076
  "kind": "field",
8189
- "name": "transactionData",
7077
+ "name": "agTransaction",
8190
7078
  "type": {
8191
- "text": "TransactionData"
7079
+ "text": "RowDataTransaction | ServerSideTransaction"
8192
7080
  },
8193
7081
  "privacy": "protected",
8194
7082
  "default": "{\n add: [],\n remove: [],\n update: [],\n }"
8195
7083
  },
7084
+ {
7085
+ "kind": "field",
7086
+ "name": "applyFuncName",
7087
+ "type": {
7088
+ "text": "string"
7089
+ },
7090
+ "privacy": "protected"
7091
+ },
7092
+ {
7093
+ "kind": "field",
7094
+ "name": "applyAsyncFuncName",
7095
+ "type": {
7096
+ "text": "string"
7097
+ },
7098
+ "privacy": "protected"
7099
+ },
8196
7100
  {
8197
7101
  "kind": "field",
8198
7102
  "name": "connectionSub",
@@ -8283,18 +7187,28 @@
8283
7187
  },
8284
7188
  {
8285
7189
  "kind": "method",
8286
- "name": "applyAllTransactions",
7190
+ "name": "applyAllAgTransactions",
8287
7191
  "privacy": "protected"
8288
7192
  },
8289
7193
  {
8290
7194
  "kind": "method",
8291
- "name": "applyMappedTransaction",
7195
+ "name": "flashAddedCells",
8292
7196
  "privacy": "private",
8293
7197
  "parameters": [
8294
7198
  {
8295
- "name": "transaction",
7199
+ "name": "rowNodes"
7200
+ }
7201
+ ]
7202
+ },
7203
+ {
7204
+ "kind": "method",
7205
+ "name": "applyMappedAgTransaction",
7206
+ "privacy": "private",
7207
+ "parameters": [
7208
+ {
7209
+ "name": "agTransaction",
8296
7210
  "type": {
8297
- "text": "TransactionData"
7211
+ "text": "RowDataTransaction"
8298
7212
  }
8299
7213
  },
8300
7214
  {
@@ -8302,6 +7216,12 @@
8302
7216
  "type": {
8303
7217
  "text": "OperationType"
8304
7218
  }
7219
+ },
7220
+ {
7221
+ "name": "isAsync",
7222
+ "type": {
7223
+ "text": "boolean"
7224
+ }
8305
7225
  }
8306
7226
  ]
8307
7227
  },
@@ -8316,9 +7236,29 @@
8316
7236
  },
8317
7237
  "parameters": [
8318
7238
  {
8319
- "name": "transaction",
7239
+ "name": "agTransaction",
8320
7240
  "type": {
8321
- "text": "any"
7241
+ "text": "RowDataTransaction"
7242
+ }
7243
+ }
7244
+ ]
7245
+ },
7246
+ {
7247
+ "kind": "method",
7248
+ "name": "applyTransactionAsync",
7249
+ "privacy": "protected",
7250
+ "parameters": [
7251
+ {
7252
+ "name": "agTransaction",
7253
+ "type": {
7254
+ "text": "RowDataTransaction"
7255
+ }
7256
+ },
7257
+ {
7258
+ "name": "callback",
7259
+ "optional": true,
7260
+ "type": {
7261
+ "text": "(res) => void"
8322
7262
  }
8323
7263
  }
8324
7264
  ]
@@ -8331,7 +7271,7 @@
8331
7271
  {
8332
7272
  "name": "transaction",
8333
7273
  "type": {
8334
- "text": "TransactionData"
7274
+ "text": "RowDataTransaction"
8335
7275
  },
8336
7276
  "description": "The transaction data to be mapped."
8337
7277
  },
@@ -8357,7 +7297,8 @@
8357
7297
  "type": {
8358
7298
  "text": "boolean"
8359
7299
  },
8360
- "privacy": "protected"
7300
+ "privacy": "protected",
7301
+ "readonly": true
8361
7302
  },
8362
7303
  {
8363
7304
  "kind": "method",
@@ -8375,15 +7316,6 @@
8375
7316
  "kind": "method",
8376
7317
  "name": "destroy"
8377
7318
  },
8378
- {
8379
- "kind": "field",
8380
- "name": "_isDisconnected",
8381
- "type": {
8382
- "text": "boolean"
8383
- },
8384
- "privacy": "private",
8385
- "default": "false"
8386
- },
8387
7319
  {
8388
7320
  "kind": "method",
8389
7321
  "name": "setDisconnected",
@@ -8397,7 +7329,7 @@
8397
7329
  "description": "true to set, false to remove"
8398
7330
  }
8399
7331
  ],
8400
- "description": "Sets the disconnected state and emits appropriate events."
7332
+ "description": "Sets or removes the ds-disconnected attribute on the grid element."
8401
7333
  },
8402
7334
  {
8403
7335
  "kind": "method",
@@ -8408,7 +7340,7 @@
8408
7340
  "text": "boolean"
8409
7341
  }
8410
7342
  },
8411
- "description": "Returns true if the datasource is disconnected."
7343
+ "description": "Returns true if the grid has the ds-disconnected attribute."
8412
7344
  },
8413
7345
  {
8414
7346
  "kind": "method",
@@ -8425,12 +7357,6 @@
8425
7357
  "type": {
8426
7358
  "text": "boolean"
8427
7359
  }
8428
- },
8429
- {
8430
- "name": "statusBarConfig",
8431
- "type": {
8432
- "text": "any"
8433
- }
8434
7360
  }
8435
7361
  ],
8436
7362
  "description": "Gets datasource-specific status bar component configurations.\nThis method should be called by the grid to get status bar panels specific to this datasource."
@@ -8852,6 +7778,19 @@
8852
7778
  "module": "src/datasource/base.datasource.ts"
8853
7779
  }
8854
7780
  },
7781
+ {
7782
+ "kind": "field",
7783
+ "name": "agGrid",
7784
+ "type": {
7785
+ "text": "GridPro | null"
7786
+ },
7787
+ "privacy": "protected",
7788
+ "readonly": true,
7789
+ "inheritedFrom": {
7790
+ "name": "GenesisGridDatasourceElement",
7791
+ "module": "src/datasource/base.datasource.ts"
7792
+ }
7793
+ },
8855
7794
  {
8856
7795
  "kind": "method",
8857
7796
  "name": "handleErrors",
@@ -9118,11 +8057,11 @@
9118
8057
  },
9119
8058
  {
9120
8059
  "type": {
9121
- "text": "number"
8060
+ "text": "boolean"
9122
8061
  },
8062
+ "default": "false",
9123
8063
  "description": "Option that changes the Data Server index iteration.",
9124
8064
  "fieldName": "reverse",
9125
- "default": "false",
9126
8065
  "inheritedFrom": {
9127
8066
  "name": "GenesisGridDatasourceElement",
9128
8067
  "module": "src/datasource/base.datasource.ts"
@@ -9141,6 +8080,18 @@
9141
8080
  "module": "src/datasource/base.datasource.ts"
9142
8081
  }
9143
8082
  },
8083
+ {
8084
+ "name": "offset",
8085
+ "type": {
8086
+ "text": "number"
8087
+ },
8088
+ "description": "The offset for pagination in REQUEST_SERVER scenarios.",
8089
+ "fieldName": "offset",
8090
+ "inheritedFrom": {
8091
+ "name": "GenesisGridDatasourceElement",
8092
+ "module": "src/datasource/base.datasource.ts"
8093
+ }
8094
+ },
9144
8095
  {
9145
8096
  "name": "polling-interval",
9146
8097
  "type": {
@@ -9353,30 +8304,43 @@
9353
8304
  },
9354
8305
  {
9355
8306
  "kind": "field",
9356
- "name": "cachedRowArray",
8307
+ "name": "applyFuncName",
9357
8308
  "type": {
9358
- "text": "any[]"
8309
+ "text": "string"
9359
8310
  },
9360
- "privacy": "private",
9361
- "default": "[]",
8311
+ "privacy": "protected",
8312
+ "default": "'applyTransaction'",
9362
8313
  "inheritedFrom": {
9363
- "name": "GridProGenesisDatasource",
9364
- "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
8314
+ "name": "GridProBaseDatasource",
8315
+ "module": "src/datasource/base.datasource.ts"
9365
8316
  }
9366
8317
  },
9367
8318
  {
9368
8319
  "kind": "field",
9369
- "name": "transactionData",
8320
+ "name": "applyAsyncFuncName",
9370
8321
  "type": {
9371
- "text": "TransactionData"
8322
+ "text": "string"
9372
8323
  },
9373
8324
  "privacy": "protected",
9374
- "default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
8325
+ "default": "'applyTransactionAsync'",
9375
8326
  "inheritedFrom": {
9376
8327
  "name": "GridProBaseDatasource",
9377
8328
  "module": "src/datasource/base.datasource.ts"
9378
8329
  }
9379
8330
  },
8331
+ {
8332
+ "kind": "field",
8333
+ "name": "cachedRowArray",
8334
+ "type": {
8335
+ "text": "any[]"
8336
+ },
8337
+ "privacy": "private",
8338
+ "default": "[]",
8339
+ "inheritedFrom": {
8340
+ "name": "GridProGenesisDatasource",
8341
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
8342
+ }
8343
+ },
9380
8344
  {
9381
8345
  "kind": "method",
9382
8346
  "name": "criteriaChanged",
@@ -9449,11 +8413,10 @@
9449
8413
  "type": {
9450
8414
  "text": "boolean"
9451
8415
  },
9452
- "privacy": "public",
9453
8416
  "default": "false",
9454
8417
  "inheritedFrom": {
9455
- "name": "GridProBaseDatasource",
9456
- "module": "src/datasource/base.datasource.ts"
8418
+ "name": "GridProGenesisDatasource",
8419
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
9457
8420
  }
9458
8421
  },
9459
8422
  {
@@ -9590,19 +8553,20 @@
9590
8553
  "name": "init",
9591
8554
  "parameters": [
9592
8555
  {
9593
- "name": "keepColDefsOnClearRowData",
8556
+ "name": "columnDefinitions",
9594
8557
  "optional": true,
9595
8558
  "type": {
9596
- "text": "boolean"
9597
- }
9598
- },
9599
- {
9600
- "description": "Optionally set the `gridOptions` up with column definitions",
9601
- "name": "columnDefinitions"
8559
+ "text": "ColDef[]"
8560
+ },
8561
+ "description": "Optionally set the `gridOptions` up with column definitions"
9602
8562
  },
9603
8563
  {
9604
- "description": "Optionally set the grid up with column state",
9605
- "name": "columnStates"
8564
+ "name": "columnStates",
8565
+ "optional": true,
8566
+ "type": {
8567
+ "text": "ColumnState[]"
8568
+ },
8569
+ "description": "Optionally set the grid up with column state"
9606
8570
  }
9607
8571
  ],
9608
8572
  "description": "Initializes the datasource.",
@@ -9836,17 +8800,46 @@
9836
8800
  "privacy": "protected",
9837
8801
  "return": {
9838
8802
  "type": {
9839
- "text": "any"
8803
+ "text": "RowNodeTransaction | null | undefined"
9840
8804
  }
9841
8805
  },
9842
8806
  "parameters": [
9843
8807
  {
9844
- "name": "transaction",
8808
+ "name": "agTransaction",
9845
8809
  "type": {
9846
- "text": "any"
8810
+ "text": "RowDataTransaction"
8811
+ }
8812
+ }
8813
+ ],
8814
+ "inheritedFrom": {
8815
+ "name": "GridProBaseDatasource",
8816
+ "module": "src/datasource/base.datasource.ts"
8817
+ }
8818
+ },
8819
+ {
8820
+ "kind": "method",
8821
+ "name": "applyTransactionAsync",
8822
+ "privacy": "protected",
8823
+ "parameters": [
8824
+ {
8825
+ "name": "agTransaction",
8826
+ "type": {
8827
+ "text": "RowDataTransaction"
8828
+ }
8829
+ },
8830
+ {
8831
+ "name": "callback",
8832
+ "optional": true,
8833
+ "type": {
8834
+ "text": "(res: RowNodeTransaction) => void"
9847
8835
  }
9848
8836
  }
9849
8837
  ],
8838
+ "return": {
8839
+ "type": {
8840
+ "text": "void"
8841
+ }
8842
+ },
9850
8843
  "inheritedFrom": {
9851
8844
  "name": "GridProBaseDatasource",
9852
8845
  "module": "src/datasource/base.datasource.ts"
@@ -9955,6 +8948,19 @@
9955
8948
  "module": "src/datasource/base.datasource.ts"
9956
8949
  }
9957
8950
  },
8951
+ {
8952
+ "kind": "field",
8953
+ "name": "agTransaction",
8954
+ "type": {
8955
+ "text": "RowDataTransaction | ServerSideTransaction"
8956
+ },
8957
+ "privacy": "protected",
8958
+ "default": "{\n add: [],\n remove: [],\n update: [],\n }",
8959
+ "inheritedFrom": {
8960
+ "name": "GridProBaseDatasource",
8961
+ "module": "src/datasource/base.datasource.ts"
8962
+ }
8963
+ },
9958
8964
  {
9959
8965
  "kind": "field",
9960
8966
  "name": "connectionSub",
@@ -10015,7 +9021,7 @@
10015
9021
  },
10016
9022
  {
10017
9023
  "kind": "method",
10018
- "name": "applyAllTransactions",
9024
+ "name": "applyAllAgTransactions",
10019
9025
  "privacy": "protected",
10020
9026
  "inheritedFrom": {
10021
9027
  "name": "GridProBaseDatasource",
@@ -10024,13 +9030,27 @@
10024
9030
  },
10025
9031
  {
10026
9032
  "kind": "method",
10027
- "name": "applyMappedTransaction",
9033
+ "name": "flashAddedCells",
10028
9034
  "privacy": "private",
10029
9035
  "parameters": [
10030
9036
  {
10031
- "name": "transaction",
9037
+ "name": "rowNodes"
9038
+ }
9039
+ ],
9040
+ "inheritedFrom": {
9041
+ "name": "GridProBaseDatasource",
9042
+ "module": "src/datasource/base.datasource.ts"
9043
+ }
9044
+ },
9045
+ {
9046
+ "kind": "method",
9047
+ "name": "applyMappedAgTransaction",
9048
+ "privacy": "private",
9049
+ "parameters": [
9050
+ {
9051
+ "name": "agTransaction",
10032
9052
  "type": {
10033
- "text": "TransactionData"
9053
+ "text": "RowDataTransaction"
10034
9054
  }
10035
9055
  },
10036
9056
  {
@@ -10038,6 +9058,12 @@
10038
9058
  "type": {
10039
9059
  "text": "OperationType"
10040
9060
  }
9061
+ },
9062
+ {
9063
+ "name": "isAsync",
9064
+ "type": {
9065
+ "text": "boolean"
9066
+ }
10041
9067
  }
10042
9068
  ],
10043
9069
  "inheritedFrom": {
@@ -10053,7 +9079,7 @@
10053
9079
  {
10054
9080
  "name": "transaction",
10055
9081
  "type": {
10056
- "text": "TransactionData"
9082
+ "text": "RowDataTransaction"
10057
9083
  },
10058
9084
  "description": "The transaction data to be mapped."
10059
9085
  },
@@ -10084,19 +9110,7 @@
10084
9110
  "text": "boolean"
10085
9111
  },
10086
9112
  "privacy": "protected",
10087
- "inheritedFrom": {
10088
- "name": "GridProBaseDatasource",
10089
- "module": "src/datasource/base.datasource.ts"
10090
- }
10091
- },
10092
- {
10093
- "kind": "field",
10094
- "name": "_isDisconnected",
10095
- "type": {
10096
- "text": "boolean"
10097
- },
10098
- "privacy": "private",
10099
- "default": "false",
9113
+ "readonly": true,
10100
9114
  "inheritedFrom": {
10101
9115
  "name": "GridProBaseDatasource",
10102
9116
  "module": "src/datasource/base.datasource.ts"
@@ -10115,7 +9129,7 @@
10115
9129
  "description": "true to set, false to remove"
10116
9130
  }
10117
9131
  ],
10118
- "description": "Sets the disconnected state and emits appropriate events.",
9132
+ "description": "Sets or removes the ds-disconnected attribute on the grid element.",
10119
9133
  "inheritedFrom": {
10120
9134
  "name": "GridProBaseDatasource",
10121
9135
  "module": "src/datasource/base.datasource.ts"
@@ -10130,7 +9144,7 @@
10130
9144
  "text": "boolean"
10131
9145
  }
10132
9146
  },
10133
- "description": "Returns true if the datasource is disconnected.",
9147
+ "description": "Returns true if the grid has the ds-disconnected attribute.",
10134
9148
  "inheritedFrom": {
10135
9149
  "name": "GridProBaseDatasource",
10136
9150
  "module": "src/datasource/base.datasource.ts"
@@ -10151,12 +9165,6 @@
10151
9165
  "type": {
10152
9166
  "text": "boolean"
10153
9167
  }
10154
- },
10155
- {
10156
- "name": "statusBarConfig",
10157
- "type": {
10158
- "text": "any"
10159
- }
10160
9168
  }
10161
9169
  ],
10162
9170
  "description": "Gets datasource-specific status bar component configurations.\nThis method should be called by the grid to get status bar panels specific to this datasource.",
@@ -10542,6 +9550,19 @@
10542
9550
  "module": "src/datasource/base.datasource.ts"
10543
9551
  }
10544
9552
  },
9553
+ {
9554
+ "kind": "field",
9555
+ "name": "agGrid",
9556
+ "type": {
9557
+ "text": "GridPro | null"
9558
+ },
9559
+ "privacy": "protected",
9560
+ "readonly": true,
9561
+ "inheritedFrom": {
9562
+ "name": "GenesisGridDatasourceElement",
9563
+ "module": "src/datasource/base.datasource.ts"
9564
+ }
9565
+ },
10545
9566
  {
10546
9567
  "kind": "method",
10547
9568
  "name": "handleErrors",
@@ -10816,11 +9837,11 @@
10816
9837
  },
10817
9838
  {
10818
9839
  "type": {
10819
- "text": "number"
9840
+ "text": "boolean"
10820
9841
  },
9842
+ "default": "false",
10821
9843
  "description": "Option that changes the Data Server index iteration.",
10822
9844
  "fieldName": "reverse",
10823
- "default": "false",
10824
9845
  "inheritedFrom": {
10825
9846
  "name": "GenesisGridDatasourceElement",
10826
9847
  "module": "src/datasource/base.datasource.ts"
@@ -10839,6 +9860,18 @@
10839
9860
  "module": "src/datasource/base.datasource.ts"
10840
9861
  }
10841
9862
  },
9863
+ {
9864
+ "name": "offset",
9865
+ "type": {
9866
+ "text": "number"
9867
+ },
9868
+ "description": "The offset for pagination in REQUEST_SERVER scenarios.",
9869
+ "fieldName": "offset",
9870
+ "inheritedFrom": {
9871
+ "name": "GenesisGridDatasourceElement",
9872
+ "module": "src/datasource/base.datasource.ts"
9873
+ }
9874
+ },
10842
9875
  {
10843
9876
  "name": "polling-interval",
10844
9877
  "type": {
@@ -11032,14 +10065,6 @@
11032
10065
  "name": "*",
11033
10066
  "package": "./datasource.types"
11034
10067
  }
11035
- },
11036
- {
11037
- "kind": "js",
11038
- "name": "*",
11039
- "declaration": {
11040
- "name": "*",
11041
- "package": "./error-handler.dialog"
11042
- }
11043
10068
  }
11044
10069
  ]
11045
10070
  },
@@ -11052,6 +10077,32 @@
11052
10077
  "description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
11053
10078
  "name": "GridProServerSideDatasource",
11054
10079
  "members": [
10080
+ {
10081
+ "kind": "field",
10082
+ "name": "applyFuncName",
10083
+ "type": {
10084
+ "text": "string"
10085
+ },
10086
+ "privacy": "protected",
10087
+ "default": "'applyServerSideTransaction'",
10088
+ "inheritedFrom": {
10089
+ "name": "GridProBaseDatasource",
10090
+ "module": "src/datasource/base.datasource.ts"
10091
+ }
10092
+ },
10093
+ {
10094
+ "kind": "field",
10095
+ "name": "applyAsyncFuncName",
10096
+ "type": {
10097
+ "text": "string"
10098
+ },
10099
+ "privacy": "protected",
10100
+ "default": "'applyServerSideTransactionAsync'",
10101
+ "inheritedFrom": {
10102
+ "name": "GridProBaseDatasource",
10103
+ "module": "src/datasource/base.datasource.ts"
10104
+ }
10105
+ },
11055
10106
  {
11056
10107
  "kind": "field",
11057
10108
  "name": "zeroBasedViewNumber",
@@ -11207,7 +10258,7 @@
11207
10258
  {
11208
10259
  "name": "event",
11209
10260
  "type": {
11210
- "text": "any"
10261
+ "text": "PaginationChangedEvent"
11211
10262
  }
11212
10263
  }
11213
10264
  ]
@@ -11257,6 +10308,14 @@
11257
10308
  }
11258
10309
  ]
11259
10310
  },
10311
+ {
10312
+ "kind": "field",
10313
+ "name": "rowModel",
10314
+ "type": {
10315
+ "text": "IServerSideRowModel"
10316
+ },
10317
+ "readonly": true
10318
+ },
11260
10319
  {
11261
10320
  "kind": "method",
11262
10321
  "name": "createReqRepRequest",
@@ -11300,27 +10359,51 @@
11300
10359
  },
11301
10360
  "parameters": [
11302
10361
  {
11303
- "name": "fieldsMetadata",
10362
+ "name": "fieldsMetadata",
10363
+ "type": {
10364
+ "text": "FieldMetadata[]"
10365
+ }
10366
+ }
10367
+ ]
10368
+ },
10369
+ {
10370
+ "kind": "method",
10371
+ "name": "applyTransaction",
10372
+ "privacy": "protected",
10373
+ "return": {
10374
+ "type": {
10375
+ "text": "ServerSideTransactionResult"
10376
+ }
10377
+ },
10378
+ "parameters": [
10379
+ {
10380
+ "name": "agTransaction",
11304
10381
  "type": {
11305
- "text": "FieldMetadata[]"
10382
+ "text": "RowDataTransaction"
11306
10383
  }
11307
10384
  }
11308
- ]
10385
+ ],
10386
+ "inheritedFrom": {
10387
+ "name": "GridProBaseDatasource",
10388
+ "module": "src/datasource/base.datasource.ts"
10389
+ }
11309
10390
  },
11310
10391
  {
11311
10392
  "kind": "method",
11312
- "name": "applyTransaction",
10393
+ "name": "applyTransactionAsync",
11313
10394
  "privacy": "protected",
11314
- "return": {
11315
- "type": {
11316
- "text": "any"
11317
- }
11318
- },
11319
10395
  "parameters": [
11320
10396
  {
11321
- "name": "transaction",
10397
+ "name": "agTransaction",
11322
10398
  "type": {
11323
- "text": "any"
10399
+ "text": "RowDataTransaction"
10400
+ }
10401
+ },
10402
+ {
10403
+ "name": "callback",
10404
+ "optional": true,
10405
+ "type": {
10406
+ "text": "(res: ServerSideTransactionResult) => void"
11324
10407
  }
11325
10408
  }
11326
10409
  ],
@@ -11421,19 +10504,6 @@
11421
10504
  "module": "src/datasource/base.datasource.ts"
11422
10505
  }
11423
10506
  },
11424
- {
11425
- "kind": "field",
11426
- "name": "keepColDefsOnClearRowData",
11427
- "type": {
11428
- "text": "boolean"
11429
- },
11430
- "privacy": "public",
11431
- "default": "false",
11432
- "inheritedFrom": {
11433
- "name": "GridProBaseDatasource",
11434
- "module": "src/datasource/base.datasource.ts"
11435
- }
11436
- },
11437
10507
  {
11438
10508
  "kind": "field",
11439
10509
  "name": "rowData",
@@ -11448,9 +10518,9 @@
11448
10518
  },
11449
10519
  {
11450
10520
  "kind": "field",
11451
- "name": "transactionData",
10521
+ "name": "agTransaction",
11452
10522
  "type": {
11453
- "text": "TransactionData"
10523
+ "text": "RowDataTransaction | ServerSideTransaction"
11454
10524
  },
11455
10525
  "privacy": "protected",
11456
10526
  "default": "{\n add: [],\n remove: [],\n update: [],\n }",
@@ -11577,7 +10647,7 @@
11577
10647
  },
11578
10648
  {
11579
10649
  "kind": "method",
11580
- "name": "applyAllTransactions",
10650
+ "name": "applyAllAgTransactions",
11581
10651
  "privacy": "protected",
11582
10652
  "inheritedFrom": {
11583
10653
  "name": "GridProBaseDatasource",
@@ -11586,13 +10656,27 @@
11586
10656
  },
11587
10657
  {
11588
10658
  "kind": "method",
11589
- "name": "applyMappedTransaction",
10659
+ "name": "flashAddedCells",
11590
10660
  "privacy": "private",
11591
10661
  "parameters": [
11592
10662
  {
11593
- "name": "transaction",
10663
+ "name": "rowNodes"
10664
+ }
10665
+ ],
10666
+ "inheritedFrom": {
10667
+ "name": "GridProBaseDatasource",
10668
+ "module": "src/datasource/base.datasource.ts"
10669
+ }
10670
+ },
10671
+ {
10672
+ "kind": "method",
10673
+ "name": "applyMappedAgTransaction",
10674
+ "privacy": "private",
10675
+ "parameters": [
10676
+ {
10677
+ "name": "agTransaction",
11594
10678
  "type": {
11595
- "text": "TransactionData"
10679
+ "text": "RowDataTransaction"
11596
10680
  }
11597
10681
  },
11598
10682
  {
@@ -11600,6 +10684,12 @@
11600
10684
  "type": {
11601
10685
  "text": "OperationType"
11602
10686
  }
10687
+ },
10688
+ {
10689
+ "name": "isAsync",
10690
+ "type": {
10691
+ "text": "boolean"
10692
+ }
11603
10693
  }
11604
10694
  ],
11605
10695
  "inheritedFrom": {
@@ -11615,7 +10705,7 @@
11615
10705
  {
11616
10706
  "name": "transaction",
11617
10707
  "type": {
11618
- "text": "TransactionData"
10708
+ "text": "RowDataTransaction"
11619
10709
  },
11620
10710
  "description": "The transaction data to be mapped."
11621
10711
  },
@@ -11646,19 +10736,7 @@
11646
10736
  "text": "boolean"
11647
10737
  },
11648
10738
  "privacy": "protected",
11649
- "inheritedFrom": {
11650
- "name": "GridProBaseDatasource",
11651
- "module": "src/datasource/base.datasource.ts"
11652
- }
11653
- },
11654
- {
11655
- "kind": "field",
11656
- "name": "_isDisconnected",
11657
- "type": {
11658
- "text": "boolean"
11659
- },
11660
- "privacy": "private",
11661
- "default": "false",
10739
+ "readonly": true,
11662
10740
  "inheritedFrom": {
11663
10741
  "name": "GridProBaseDatasource",
11664
10742
  "module": "src/datasource/base.datasource.ts"
@@ -11677,7 +10755,7 @@
11677
10755
  "description": "true to set, false to remove"
11678
10756
  }
11679
10757
  ],
11680
- "description": "Sets the disconnected state and emits appropriate events.",
10758
+ "description": "Sets or removes the ds-disconnected attribute on the grid element.",
11681
10759
  "inheritedFrom": {
11682
10760
  "name": "GridProBaseDatasource",
11683
10761
  "module": "src/datasource/base.datasource.ts"
@@ -11692,7 +10770,7 @@
11692
10770
  "text": "boolean"
11693
10771
  }
11694
10772
  },
11695
- "description": "Returns true if the datasource is disconnected.",
10773
+ "description": "Returns true if the grid has the ds-disconnected attribute.",
11696
10774
  "inheritedFrom": {
11697
10775
  "name": "GridProBaseDatasource",
11698
10776
  "module": "src/datasource/base.datasource.ts"
@@ -11713,12 +10791,6 @@
11713
10791
  "type": {
11714
10792
  "text": "boolean"
11715
10793
  }
11716
- },
11717
- {
11718
- "name": "statusBarConfig",
11719
- "type": {
11720
- "text": "any"
11721
- }
11722
10794
  }
11723
10795
  ],
11724
10796
  "description": "Gets datasource-specific status bar component configurations.\nThis method should be called by the grid to get status bar panels specific to this datasource.",
@@ -12132,6 +11204,19 @@
12132
11204
  "module": "src/datasource/base.datasource.ts"
12133
11205
  }
12134
11206
  },
11207
+ {
11208
+ "kind": "field",
11209
+ "name": "agGrid",
11210
+ "type": {
11211
+ "text": "GridPro | null"
11212
+ },
11213
+ "privacy": "protected",
11214
+ "readonly": true,
11215
+ "inheritedFrom": {
11216
+ "name": "GenesisGridDatasourceElement",
11217
+ "module": "src/datasource/base.datasource.ts"
11218
+ }
11219
+ },
12135
11220
  {
12136
11221
  "kind": "method",
12137
11222
  "name": "handleErrors",
@@ -12420,11 +11505,11 @@
12420
11505
  },
12421
11506
  {
12422
11507
  "type": {
12423
- "text": "number"
11508
+ "text": "boolean"
12424
11509
  },
11510
+ "default": "false",
12425
11511
  "description": "Option that changes the Data Server index iteration.",
12426
11512
  "fieldName": "reverse",
12427
- "default": "false",
12428
11513
  "inheritedFrom": {
12429
11514
  "name": "GenesisGridDatasourceElement",
12430
11515
  "module": "src/datasource/base.datasource.ts"
@@ -12443,6 +11528,18 @@
12443
11528
  "module": "src/datasource/base.datasource.ts"
12444
11529
  }
12445
11530
  },
11531
+ {
11532
+ "name": "offset",
11533
+ "type": {
11534
+ "text": "number"
11535
+ },
11536
+ "description": "The offset for pagination in REQUEST_SERVER scenarios.",
11537
+ "fieldName": "offset",
11538
+ "inheritedFrom": {
11539
+ "name": "GenesisGridDatasourceElement",
11540
+ "module": "src/datasource/base.datasource.ts"
11541
+ }
11542
+ },
12446
11543
  {
12447
11544
  "name": "polling-interval",
12448
11545
  "type": {
@@ -14619,31 +13716,6 @@
14619
13716
  }
14620
13717
  ]
14621
13718
  },
14622
- {
14623
- "kind": "javascript-module",
14624
- "path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
14625
- "declarations": [
14626
- {
14627
- "kind": "variable",
14628
- "name": "datasourceEventNames",
14629
- "type": {
14630
- "text": "{\n // Initialization events\n initialize: 'datasource-initialize',\n ready: 'datasource-ready',\n\n // Data events\n dataLoaded: 'datasource-data-loaded',\n dataChanged: 'datasource-data-changed',\n dataCleared: 'datasource-data-cleared',\n\n // Schema events\n schemaUpdated: 'datasource-schema-updated',\n\n // Status events\n loadingStarted: 'datasource-loading-started',\n loadingFinished: 'datasource-loading-finished',\n noDataAvailable: 'datasource-no-data-available',\n moreDataAvailable: 'datasource-more-data-available',\n\n // Filter events\n filtersRestored: 'datasource-filters-restored',\n\n // Error events\n error: 'datasource-error',\n\n // Size events\n sizeChanged: 'datasource-size-changed',\n\n // Server-side specific events\n cacheFilterConfig: 'cache-filter-config',\n refreshServerSide: 'refresh-server-side',\n setServerSideDatasource: 'set-server-side-datasource',\n addGridCssClass: 'add-grid-css-class',\n removeGridCssClass: 'remove-grid-css-class',\n applyServerSideTransaction: 'apply-server-side-transaction',\n}"
14631
- },
14632
- "default": "{\n // Initialization events\n initialize: 'datasource-initialize',\n ready: 'datasource-ready',\n\n // Data events\n dataLoaded: 'datasource-data-loaded',\n dataChanged: 'datasource-data-changed',\n dataCleared: 'datasource-data-cleared',\n\n // Schema events\n schemaUpdated: 'datasource-schema-updated',\n\n // Status events\n loadingStarted: 'datasource-loading-started',\n loadingFinished: 'datasource-loading-finished',\n noDataAvailable: 'datasource-no-data-available',\n moreDataAvailable: 'datasource-more-data-available',\n\n // Filter events\n filtersRestored: 'datasource-filters-restored',\n\n // Error events\n error: 'datasource-error',\n\n // Size events\n sizeChanged: 'datasource-size-changed',\n\n // Server-side specific events\n cacheFilterConfig: 'cache-filter-config',\n refreshServerSide: 'refresh-server-side',\n setServerSideDatasource: 'set-server-side-datasource',\n addGridCssClass: 'add-grid-css-class',\n removeGridCssClass: 'remove-grid-css-class',\n applyServerSideTransaction: 'apply-server-side-transaction',\n}",
14633
- "description": "Event names for datasource-grid communication\nThese represent datasource operations, not grid-specific actions"
14634
- }
14635
- ],
14636
- "exports": [
14637
- {
14638
- "kind": "js",
14639
- "name": "datasourceEventNames",
14640
- "declaration": {
14641
- "name": "datasourceEventNames",
14642
- "module": "src/grid-pro-genesis-datasource/datasource-events.types.ts"
14643
- }
14644
- }
14645
- ]
14646
- },
14647
13719
  {
14648
13720
  "kind": "javascript-module",
14649
13721
  "path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts",
@@ -14655,26 +13727,39 @@
14655
13727
  "members": [
14656
13728
  {
14657
13729
  "kind": "field",
14658
- "name": "cachedRowArray",
13730
+ "name": "applyFuncName",
14659
13731
  "type": {
14660
- "text": "any[]"
13732
+ "text": "string"
14661
13733
  },
14662
- "privacy": "private",
14663
- "default": "[]"
13734
+ "privacy": "protected",
13735
+ "default": "'applyTransaction'",
13736
+ "inheritedFrom": {
13737
+ "name": "GridProBaseDatasource",
13738
+ "module": "src/datasource/base.datasource.ts"
13739
+ }
14664
13740
  },
14665
13741
  {
14666
13742
  "kind": "field",
14667
- "name": "transactionData",
13743
+ "name": "applyAsyncFuncName",
14668
13744
  "type": {
14669
- "text": "TransactionData"
13745
+ "text": "string"
14670
13746
  },
14671
13747
  "privacy": "protected",
14672
- "default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
13748
+ "default": "'applyTransactionAsync'",
14673
13749
  "inheritedFrom": {
14674
13750
  "name": "GridProBaseDatasource",
14675
13751
  "module": "src/datasource/base.datasource.ts"
14676
13752
  }
14677
13753
  },
13754
+ {
13755
+ "kind": "field",
13756
+ "name": "cachedRowArray",
13757
+ "type": {
13758
+ "text": "any[]"
13759
+ },
13760
+ "privacy": "private",
13761
+ "default": "[]"
13762
+ },
14678
13763
  {
14679
13764
  "kind": "method",
14680
13765
  "name": "criteriaChanged",
@@ -14735,12 +13820,7 @@
14735
13820
  "type": {
14736
13821
  "text": "boolean"
14737
13822
  },
14738
- "privacy": "public",
14739
- "default": "false",
14740
- "inheritedFrom": {
14741
- "name": "GridProBaseDatasource",
14742
- "module": "src/datasource/base.datasource.ts"
14743
- }
13823
+ "default": "false"
14744
13824
  },
14745
13825
  {
14746
13826
  "kind": "field",
@@ -14853,19 +13933,20 @@
14853
13933
  "name": "init",
14854
13934
  "parameters": [
14855
13935
  {
14856
- "name": "keepColDefsOnClearRowData",
13936
+ "name": "columnDefinitions",
14857
13937
  "optional": true,
14858
13938
  "type": {
14859
- "text": "boolean"
14860
- }
14861
- },
14862
- {
14863
- "description": "Optionally set the `gridOptions` up with column definitions",
14864
- "name": "columnDefinitions"
13939
+ "text": "ColDef[]"
13940
+ },
13941
+ "description": "Optionally set the `gridOptions` up with column definitions"
14865
13942
  },
14866
13943
  {
14867
- "description": "Optionally set the grid up with column state",
14868
- "name": "columnStates"
13944
+ "name": "columnStates",
13945
+ "optional": true,
13946
+ "type": {
13947
+ "text": "ColumnState[]"
13948
+ },
13949
+ "description": "Optionally set the grid up with column state"
14869
13950
  }
14870
13951
  ],
14871
13952
  "description": "Initializes the datasource.",
@@ -15059,17 +14140,46 @@
15059
14140
  "privacy": "protected",
15060
14141
  "return": {
15061
14142
  "type": {
15062
- "text": "any"
14143
+ "text": "RowNodeTransaction | null | undefined"
15063
14144
  }
15064
14145
  },
15065
14146
  "parameters": [
15066
14147
  {
15067
- "name": "transaction",
14148
+ "name": "agTransaction",
15068
14149
  "type": {
15069
- "text": "any"
14150
+ "text": "RowDataTransaction"
14151
+ }
14152
+ }
14153
+ ],
14154
+ "inheritedFrom": {
14155
+ "name": "GridProBaseDatasource",
14156
+ "module": "src/datasource/base.datasource.ts"
14157
+ }
14158
+ },
14159
+ {
14160
+ "kind": "method",
14161
+ "name": "applyTransactionAsync",
14162
+ "privacy": "protected",
14163
+ "parameters": [
14164
+ {
14165
+ "name": "agTransaction",
14166
+ "type": {
14167
+ "text": "RowDataTransaction"
14168
+ }
14169
+ },
14170
+ {
14171
+ "name": "callback",
14172
+ "optional": true,
14173
+ "type": {
14174
+ "text": "(res: RowNodeTransaction) => void"
15070
14175
  }
15071
14176
  }
15072
14177
  ],
14178
+ "return": {
14179
+ "type": {
14180
+ "text": "void"
14181
+ }
14182
+ },
15073
14183
  "inheritedFrom": {
15074
14184
  "name": "GridProBaseDatasource",
15075
14185
  "module": "src/datasource/base.datasource.ts"
@@ -15245,6 +14355,19 @@
15245
14355
  "module": "src/datasource/base.datasource.ts"
15246
14356
  }
15247
14357
  },
14358
+ {
14359
+ "kind": "field",
14360
+ "name": "agTransaction",
14361
+ "type": {
14362
+ "text": "RowDataTransaction | ServerSideTransaction"
14363
+ },
14364
+ "privacy": "protected",
14365
+ "default": "{\n add: [],\n remove: [],\n update: [],\n }",
14366
+ "inheritedFrom": {
14367
+ "name": "GridProBaseDatasource",
14368
+ "module": "src/datasource/base.datasource.ts"
14369
+ }
14370
+ },
15248
14371
  {
15249
14372
  "kind": "field",
15250
14373
  "name": "connectionSub",
@@ -15305,7 +14428,7 @@
15305
14428
  },
15306
14429
  {
15307
14430
  "kind": "method",
15308
- "name": "applyAllTransactions",
14431
+ "name": "applyAllAgTransactions",
15309
14432
  "privacy": "protected",
15310
14433
  "inheritedFrom": {
15311
14434
  "name": "GridProBaseDatasource",
@@ -15314,13 +14437,27 @@
15314
14437
  },
15315
14438
  {
15316
14439
  "kind": "method",
15317
- "name": "applyMappedTransaction",
14440
+ "name": "flashAddedCells",
14441
+ "privacy": "private",
14442
+ "parameters": [
14443
+ {
14444
+ "name": "rowNodes"
14445
+ }
14446
+ ],
14447
+ "inheritedFrom": {
14448
+ "name": "GridProBaseDatasource",
14449
+ "module": "src/datasource/base.datasource.ts"
14450
+ }
14451
+ },
14452
+ {
14453
+ "kind": "method",
14454
+ "name": "applyMappedAgTransaction",
15318
14455
  "privacy": "private",
15319
14456
  "parameters": [
15320
14457
  {
15321
- "name": "transaction",
14458
+ "name": "agTransaction",
15322
14459
  "type": {
15323
- "text": "TransactionData"
14460
+ "text": "RowDataTransaction"
15324
14461
  }
15325
14462
  },
15326
14463
  {
@@ -15328,6 +14465,12 @@
15328
14465
  "type": {
15329
14466
  "text": "OperationType"
15330
14467
  }
14468
+ },
14469
+ {
14470
+ "name": "isAsync",
14471
+ "type": {
14472
+ "text": "boolean"
14473
+ }
15331
14474
  }
15332
14475
  ],
15333
14476
  "inheritedFrom": {
@@ -15343,7 +14486,7 @@
15343
14486
  {
15344
14487
  "name": "transaction",
15345
14488
  "type": {
15346
- "text": "TransactionData"
14489
+ "text": "RowDataTransaction"
15347
14490
  },
15348
14491
  "description": "The transaction data to be mapped."
15349
14492
  },
@@ -15374,19 +14517,7 @@
15374
14517
  "text": "boolean"
15375
14518
  },
15376
14519
  "privacy": "protected",
15377
- "inheritedFrom": {
15378
- "name": "GridProBaseDatasource",
15379
- "module": "src/datasource/base.datasource.ts"
15380
- }
15381
- },
15382
- {
15383
- "kind": "field",
15384
- "name": "_isDisconnected",
15385
- "type": {
15386
- "text": "boolean"
15387
- },
15388
- "privacy": "private",
15389
- "default": "false",
14520
+ "readonly": true,
15390
14521
  "inheritedFrom": {
15391
14522
  "name": "GridProBaseDatasource",
15392
14523
  "module": "src/datasource/base.datasource.ts"
@@ -15405,7 +14536,7 @@
15405
14536
  "description": "true to set, false to remove"
15406
14537
  }
15407
14538
  ],
15408
- "description": "Sets the disconnected state and emits appropriate events.",
14539
+ "description": "Sets or removes the ds-disconnected attribute on the grid element.",
15409
14540
  "inheritedFrom": {
15410
14541
  "name": "GridProBaseDatasource",
15411
14542
  "module": "src/datasource/base.datasource.ts"
@@ -15420,7 +14551,7 @@
15420
14551
  "text": "boolean"
15421
14552
  }
15422
14553
  },
15423
- "description": "Returns true if the datasource is disconnected.",
14554
+ "description": "Returns true if the grid has the ds-disconnected attribute.",
15424
14555
  "inheritedFrom": {
15425
14556
  "name": "GridProBaseDatasource",
15426
14557
  "module": "src/datasource/base.datasource.ts"
@@ -15441,12 +14572,6 @@
15441
14572
  "type": {
15442
14573
  "text": "boolean"
15443
14574
  }
15444
- },
15445
- {
15446
- "name": "statusBarConfig",
15447
- "type": {
15448
- "text": "any"
15449
- }
15450
14575
  }
15451
14576
  ],
15452
14577
  "description": "Gets datasource-specific status bar component configurations.\nThis method should be called by the grid to get status bar panels specific to this datasource.",
@@ -15832,6 +14957,19 @@
15832
14957
  "module": "src/datasource/base.datasource.ts"
15833
14958
  }
15834
14959
  },
14960
+ {
14961
+ "kind": "field",
14962
+ "name": "agGrid",
14963
+ "type": {
14964
+ "text": "GridPro | null"
14965
+ },
14966
+ "privacy": "protected",
14967
+ "readonly": true,
14968
+ "inheritedFrom": {
14969
+ "name": "GenesisGridDatasourceElement",
14970
+ "module": "src/datasource/base.datasource.ts"
14971
+ }
14972
+ },
15835
14973
  {
15836
14974
  "kind": "method",
15837
14975
  "name": "handleErrors",
@@ -16102,11 +15240,11 @@
16102
15240
  },
16103
15241
  {
16104
15242
  "type": {
16105
- "text": "number"
15243
+ "text": "boolean"
16106
15244
  },
15245
+ "default": "false",
16107
15246
  "description": "Option that changes the Data Server index iteration.",
16108
15247
  "fieldName": "reverse",
16109
- "default": "false",
16110
15248
  "inheritedFrom": {
16111
15249
  "name": "GenesisGridDatasourceElement",
16112
15250
  "module": "src/datasource/base.datasource.ts"
@@ -16125,6 +15263,18 @@
16125
15263
  "module": "src/datasource/base.datasource.ts"
16126
15264
  }
16127
15265
  },
15266
+ {
15267
+ "name": "offset",
15268
+ "type": {
15269
+ "text": "number"
15270
+ },
15271
+ "description": "The offset for pagination in REQUEST_SERVER scenarios.",
15272
+ "fieldName": "offset",
15273
+ "inheritedFrom": {
15274
+ "name": "GenesisGridDatasourceElement",
15275
+ "module": "src/datasource/base.datasource.ts"
15276
+ }
15277
+ },
16128
15278
  {
16129
15279
  "name": "polling-interval",
16130
15280
  "type": {