@genesislcap/grid-pro 14.327.1 → 14.327.2-alpha-c4571f1.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 (131) hide show
  1. package/dist/custom-elements.json +1347 -289
  2. package/dist/dts/cell-renderers/boolean.renderer.d.ts +4 -5
  3. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  4. package/dist/dts/datasource/base.datasource.d.ts +19 -14
  5. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  6. package/dist/dts/datasource/index.d.ts +1 -0
  7. package/dist/dts/datasource/index.d.ts.map +1 -1
  8. package/dist/dts/datasource/server-side.datasource.d.ts +11 -9
  9. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  10. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +104 -0
  11. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -0
  12. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +25 -8
  13. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  14. package/dist/dts/grid-pro-v34.d.ts +1038 -0
  15. package/dist/dts/grid-pro-v34.d.ts.map +1 -0
  16. package/dist/dts/grid-pro.d.ts +102 -1
  17. package/dist/dts/grid-pro.d.ts.map +1 -1
  18. package/dist/dts/index.d.ts +1 -0
  19. package/dist/dts/index.d.ts.map +1 -1
  20. package/dist/dts/status-bar-components/label-value.status-bar.d.ts +1 -1
  21. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  22. package/dist/dts/status-bar-components/load-more.status-bar.d.ts +1 -1
  23. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  24. package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
  25. package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
  26. package/dist/dts/status-bar-components/reload.status-bar.d.ts +1 -1
  27. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  28. package/dist/esm/cell-renderers/boolean.renderer.js +20 -9
  29. package/dist/esm/datasource/base.datasource.js +79 -86
  30. package/dist/esm/datasource/index.js +1 -0
  31. package/dist/esm/datasource/server-side.datasource.js +138 -150
  32. package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +27 -0
  33. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +95 -71
  34. package/dist/esm/grid-pro-v34.js +1126 -0
  35. package/dist/esm/grid-pro.js +284 -0
  36. package/dist/esm/grid-pro.template.js +1 -1
  37. package/dist/esm/index.js +1 -0
  38. package/dist/esm/status-bar-components/pagination.status-bar.js +18 -11
  39. package/dist/grid-pro.api.json +4064 -442
  40. package/dist/grid-pro.d.ts +1357 -111
  41. package/docs/api/grid-pro.booleanrenderer.init.md +2 -2
  42. package/docs/api/grid-pro.booleanrenderer.md +2 -4
  43. package/docs/api/grid-pro.booleanrenderer.params.md +1 -1
  44. package/docs/api/grid-pro.booleanrenderer.refresh.md +2 -2
  45. package/docs/api/grid-pro.errorhandlerdialogstyles.md +11 -0
  46. package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -21
  47. package/docs/api/grid-pro.geterrorhandlerdialogtemplate.md +64 -0
  48. package/docs/api/grid-pro.gridpro.gridcontainer.md +11 -0
  49. package/docs/api/grid-pro.gridpro.md +17 -0
  50. package/docs/api/{grid-pro.gridprobasedatasource.applyallagtransactions.md → grid-pro.gridprobasedatasource.applyalltransactions.md} +3 -3
  51. package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +3 -3
  52. package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +3 -3
  53. package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +17 -1
  54. package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +1 -1
  55. package/docs/api/grid-pro.gridprobasedatasource.md +17 -56
  56. package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +1 -1
  57. package/docs/api/{grid-pro.gridprobasedatasource.applyfuncname.md → grid-pro.gridprobasedatasource.transactiondata.md} +3 -3
  58. package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +4 -4
  59. package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +4 -4
  60. package/docs/api/grid-pro.gridprogenesisdatasource.md +7 -22
  61. package/docs/api/{grid-pro.gridprogenesisdatasource.applyfuncname.md → grid-pro.gridprogenesisdatasource.transactiondata.md} +3 -3
  62. package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +4 -4
  63. package/docs/api/grid-pro.gridproserversidedatasource.applytransactionasync.md +4 -4
  64. package/docs/api/grid-pro.gridproserversidedatasource.md +2 -61
  65. package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +2 -2
  66. package/docs/api/grid-pro.gridprov34._constructor_.md +13 -0
  67. package/docs/api/grid-pro.gridprov34.addeventlistener.md +86 -0
  68. package/docs/api/grid-pro.gridprov34.aggrid.md +11 -0
  69. package/docs/api/grid-pro.gridprov34.aggridoptions.md +11 -0
  70. package/docs/api/grid-pro.gridprov34.applytemplatedefinitions.md +231 -0
  71. package/docs/api/grid-pro.gridprov34.autocellrendererbytype.md +11 -0
  72. package/docs/api/grid-pro.gridprov34.cachefilterconfig.md +15 -0
  73. package/docs/api/grid-pro.gridprov34.classnames.md +11 -0
  74. package/docs/api/grid-pro.gridprov34.clearlocalgridoptions.md +17 -0
  75. package/docs/api/grid-pro.gridprov34.columncomponentname.md +11 -0
  76. package/docs/api/grid-pro.gridprov34.combineallgridcomponents.md +50 -0
  77. package/docs/api/grid-pro.gridprov34.connectedcallback.md +15 -0
  78. package/docs/api/grid-pro.gridprov34.customerrorhandlertemplate.md +18 -0
  79. package/docs/api/grid-pro.gridprov34.disconnectedcallback.md +15 -0
  80. package/docs/api/grid-pro.gridprov34.enablecellflashing.md +18 -0
  81. package/docs/api/grid-pro.gridprov34.enablerowflashing.md +13 -0
  82. package/docs/api/grid-pro.gridprov34.eventsandcallbacks.md +11 -0
  83. package/docs/api/grid-pro.gridprov34.getfiltermodel.md +17 -0
  84. package/docs/api/grid-pro.gridprov34.getsavedcolumnstate.md +21 -0
  85. package/docs/api/grid-pro.gridprov34.getselectedrows.md +19 -0
  86. package/docs/api/grid-pro.gridprov34.globaleventlistener.md +64 -0
  87. package/docs/api/grid-pro.gridprov34.gridapi.md +11 -0
  88. package/docs/api/grid-pro.gridprov34.gridautosizingenabled.md +13 -0
  89. package/docs/api/grid-pro.gridprov34.gridcomponents.md +13 -0
  90. package/docs/api/grid-pro.gridprov34.gridcontainer.md +11 -0
  91. package/docs/api/grid-pro.gridprov34.griderroritems.md +11 -0
  92. package/docs/api/grid-pro.gridprov34.gridfontface.md +11 -0
  93. package/docs/api/grid-pro.gridprov34.gridoptions.md +14 -0
  94. package/docs/api/grid-pro.gridprov34.gridoptionsconfig.md +25 -0
  95. package/docs/api/grid-pro.gridprov34.gridparams.md +12 -0
  96. package/docs/api/grid-pro.gridprov34.gridprodatasource.md +18 -0
  97. package/docs/api/grid-pro.gridprov34.gridslot.md +11 -0
  98. package/docs/api/grid-pro.gridprov34.hasselectedrows.md +19 -0
  99. package/docs/api/grid-pro.gridprov34.headercasetype.md +18 -0
  100. package/docs/api/grid-pro.gridprov34.headerheight.md +11 -0
  101. package/docs/api/grid-pro.gridprov34.hidedatasourceerror.md +15 -0
  102. package/docs/api/grid-pro.gridprov34.initialised.md +11 -0
  103. package/docs/api/grid-pro.gridprov34.isserverside.md +12 -0
  104. package/docs/api/grid-pro.gridprov34.md +978 -0
  105. package/docs/api/grid-pro.gridprov34.mergeallcolumndefsandstates.md +230 -0
  106. package/docs/api/grid-pro.gridprov34.onlytemplatecoldefs.md +11 -0
  107. package/docs/api/grid-pro.gridprov34.pagination.md +18 -0
  108. package/docs/api/grid-pro.gridprov34.paginationpagesize.md +22 -0
  109. package/docs/api/grid-pro.gridprov34.persistcolumnstatekey.md +13 -0
  110. package/docs/api/grid-pro.gridprov34.persistfiltermodelkey.md +13 -0
  111. package/docs/api/grid-pro.gridprov34.provider.md +11 -0
  112. package/docs/api/grid-pro.gridprov34.restorecachedfilterconfig.md +15 -0
  113. package/docs/api/grid-pro.gridprov34.rowdata.md +18 -0
  114. package/docs/api/grid-pro.gridprov34.rowdatachanged.md +64 -0
  115. package/docs/api/grid-pro.gridprov34.rowheight.md +11 -0
  116. package/docs/api/grid-pro.gridprov34.setfiltermodel.md +52 -0
  117. package/docs/api/grid-pro.gridprov34.setuppaginationandstatusbar.md +50 -0
  118. package/docs/api/grid-pro.gridprov34.statepersistanceenabled.md +15 -0
  119. package/docs/api/grid-pro.gridprov34.statepersistence.md +11 -0
  120. package/docs/api/grid-pro.gridprov34.statusbarconfig.md +18 -0
  121. package/docs/api/grid-pro.gridprov34.withstatusbar.md +18 -0
  122. package/docs/api/grid-pro.md +29 -1
  123. package/docs/api-report.md.api.md +530 -40
  124. package/package.json +16 -14
  125. package/docs/api/grid-pro.genesisgriddatasourceelement.aggrid.md +0 -11
  126. package/docs/api/grid-pro.gridprobasedatasource.agtransaction.md +0 -11
  127. package/docs/api/grid-pro.gridprobasedatasource.applyasyncfuncname.md +0 -11
  128. package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +0 -11
  129. package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +0 -14
  130. package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +0 -14
  131. package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +0 -14
@@ -28,6 +28,1132 @@
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": "gridFontFace",
154
+ "default": "defaultAgGridFontFace"
155
+ },
156
+ {
157
+ "kind": "field",
158
+ "name": "columnComponentName",
159
+ "type": {
160
+ "text": "string"
161
+ },
162
+ "default": "'grid-pro-column'"
163
+ },
164
+ {
165
+ "kind": "field",
166
+ "name": "eventsAndCallbacks",
167
+ "type": {
168
+ "text": "GridProEventsAndCallbacks"
169
+ }
170
+ },
171
+ {
172
+ "kind": "field",
173
+ "name": "headerHeight",
174
+ "type": {
175
+ "text": "number"
176
+ }
177
+ },
178
+ {
179
+ "kind": "field",
180
+ "name": "rowHeight",
181
+ "type": {
182
+ "text": "number"
183
+ }
184
+ },
185
+ {
186
+ "kind": "field",
187
+ "name": "classNames",
188
+ "type": {
189
+ "text": "string"
190
+ }
191
+ },
192
+ {
193
+ "kind": "field",
194
+ "name": "agGrid",
195
+ "type": {
196
+ "text": "GridApi"
197
+ }
198
+ },
199
+ {
200
+ "kind": "field",
201
+ "name": "gridSlot",
202
+ "type": {
203
+ "text": "HTMLSlotElement"
204
+ }
205
+ },
206
+ {
207
+ "kind": "field",
208
+ "name": "gridContainer",
209
+ "type": {
210
+ "text": "HTMLElement"
211
+ }
212
+ },
213
+ {
214
+ "kind": "field",
215
+ "name": "gridComponents",
216
+ "type": {
217
+ "text": "{ [componentName: string]: any }"
218
+ }
219
+ },
220
+ {
221
+ "kind": "field",
222
+ "name": "pagination",
223
+ "type": {
224
+ "text": "boolean"
225
+ },
226
+ "default": "false",
227
+ "description": "Enable pagination for the grid."
228
+ },
229
+ {
230
+ "kind": "field",
231
+ "name": "paginationPageSize",
232
+ "type": {
233
+ "text": "number"
234
+ },
235
+ "description": "Number of rows per page when pagination is enabled."
236
+ },
237
+ {
238
+ "kind": "field",
239
+ "name": "statusBarConfig",
240
+ "type": {
241
+ "text": "GridProStatusBarConfig"
242
+ },
243
+ "default": "DEFAULT_STATUS_BAR_CONFIG",
244
+ "description": "Configuration for the grid status bar components."
245
+ },
246
+ {
247
+ "kind": "field",
248
+ "name": "withStatusBar",
249
+ "type": {
250
+ "text": "boolean"
251
+ },
252
+ "default": "false",
253
+ "description": "Enables or disables the grid status bar."
254
+ },
255
+ {
256
+ "kind": "field",
257
+ "name": "customErrorHandlerTemplate",
258
+ "type": {
259
+ "text": "(\n prefix: string,\n gridErrorItems: GridProErrorItem<any>[],\n ) => ViewTemplate | undefined"
260
+ },
261
+ "description": "Custom error handler dialog template function."
262
+ },
263
+ {
264
+ "kind": "field",
265
+ "name": "columnState",
266
+ "type": {
267
+ "text": "ColumnState[]"
268
+ },
269
+ "privacy": "private"
270
+ },
271
+ {
272
+ "kind": "field",
273
+ "name": "agGridOptions",
274
+ "type": {
275
+ "text": "GridOptions"
276
+ },
277
+ "privacy": "protected"
278
+ },
279
+ {
280
+ "kind": "field",
281
+ "name": "initialised",
282
+ "type": {
283
+ "text": "boolean"
284
+ },
285
+ "privacy": "protected"
286
+ },
287
+ {
288
+ "kind": "field",
289
+ "name": "rehydrationAttempted",
290
+ "type": {
291
+ "text": "boolean"
292
+ },
293
+ "privacy": "private",
294
+ "default": "false"
295
+ },
296
+ {
297
+ "kind": "field",
298
+ "name": "rootEventsListeners",
299
+ "type": {
300
+ "text": "GridProEventsListeners"
301
+ },
302
+ "privacy": "private",
303
+ "default": "[]"
304
+ },
305
+ {
306
+ "kind": "field",
307
+ "name": "gridEventsQueue",
308
+ "type": {
309
+ "text": "string[]"
310
+ },
311
+ "privacy": "private",
312
+ "default": "[]"
313
+ },
314
+ {
315
+ "kind": "field",
316
+ "name": "registeredGridEvents",
317
+ "type": {
318
+ "text": "Set<string>"
319
+ },
320
+ "privacy": "private",
321
+ "default": "new Set()"
322
+ },
323
+ {
324
+ "kind": "field",
325
+ "name": "_filterConfig",
326
+ "type": {
327
+ "text": "{ [key: string]: any } | undefined"
328
+ },
329
+ "privacy": "private",
330
+ "default": "undefined"
331
+ },
332
+ {
333
+ "kind": "method",
334
+ "name": "getfilterModel",
335
+ "return": {
336
+ "type": {
337
+ "text": "Promise<{ [key: string]: any }>"
338
+ }
339
+ }
340
+ },
341
+ {
342
+ "kind": "method",
343
+ "name": "setFilterModel",
344
+ "return": {
345
+ "type": {
346
+ "text": "Promise<void>"
347
+ }
348
+ },
349
+ "parameters": [
350
+ {
351
+ "name": "value",
352
+ "type": {
353
+ "text": "{ [key: string]: any }"
354
+ }
355
+ }
356
+ ]
357
+ },
358
+ {
359
+ "kind": "field",
360
+ "name": "gridOptionsConfig",
361
+ "type": {
362
+ "text": "GridOptionsConfig"
363
+ },
364
+ "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."
365
+ },
366
+ {
367
+ "kind": "field",
368
+ "name": "provider",
369
+ "type": {
370
+ "text": "any"
371
+ }
372
+ },
373
+ {
374
+ "kind": "method",
375
+ "name": "addEventListener",
376
+ "parameters": [
377
+ {
378
+ "name": "eventType",
379
+ "type": {
380
+ "text": "string"
381
+ },
382
+ "description": "The event type to listen for. Recommened to use the `Events` from AG Grid."
383
+ },
384
+ {
385
+ "name": "listener",
386
+ "description": "The event listener to call when the event is fired."
387
+ },
388
+ {
389
+ "name": "options",
390
+ "optional": true,
391
+ "type": {
392
+ "text": "boolean | AddEventListenerOptions"
393
+ },
394
+ "description": "An options object that specifies characteristics about the event listener."
395
+ }
396
+ ],
397
+ "description": "Adds an event listener to the grid element."
398
+ },
399
+ {
400
+ "kind": "method",
401
+ "name": "addGridEventListener",
402
+ "privacy": "private",
403
+ "parameters": [
404
+ {
405
+ "name": "eventType",
406
+ "type": {
407
+ "text": "string"
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "kind": "method",
414
+ "name": "handleError",
415
+ "privacy": "private",
416
+ "parameters": [
417
+ {
418
+ "name": "type",
419
+ "type": {
420
+ "text": "GridProErrorTypes"
421
+ }
422
+ },
423
+ {
424
+ "name": "event",
425
+ "type": {
426
+ "text": "GridProErrorEvent"
427
+ }
428
+ }
429
+ ]
430
+ },
431
+ {
432
+ "kind": "method",
433
+ "name": "handleBaseDatasourceError",
434
+ "privacy": "private",
435
+ "parameters": [
436
+ {
437
+ "name": "event",
438
+ "type": {
439
+ "text": "BaseDatasourceErrorEvent"
440
+ }
441
+ }
442
+ ]
443
+ },
444
+ {
445
+ "kind": "method",
446
+ "name": "hideDatasourceError"
447
+ },
448
+ {
449
+ "kind": "method",
450
+ "name": "combineAllGridComponents",
451
+ "return": {
452
+ "type": {
453
+ "text": "GridComponents"
454
+ }
455
+ },
456
+ "parameters": [
457
+ {
458
+ "name": "gridOptionsComponents",
459
+ "type": {
460
+ "text": "GridComponents"
461
+ }
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "kind": "method",
467
+ "name": "statePersistanceEnabled",
468
+ "return": {
469
+ "type": {
470
+ "text": "boolean"
471
+ }
472
+ }
473
+ },
474
+ {
475
+ "kind": "method",
476
+ "name": "getSelectedRows",
477
+ "return": {
478
+ "type": {
479
+ "text": ""
480
+ }
481
+ },
482
+ "description": "Gets the currently selected rows from the grid",
483
+ "privacy": "public"
484
+ },
485
+ {
486
+ "kind": "method",
487
+ "name": "hasSelectedRows",
488
+ "return": {
489
+ "type": {
490
+ "text": ""
491
+ }
492
+ },
493
+ "description": "Checks if any rows are currently selected",
494
+ "privacy": "public"
495
+ },
496
+ {
497
+ "kind": "method",
498
+ "name": "saveColumnState",
499
+ "privacy": "private",
500
+ "return": {
501
+ "type": {
502
+ "text": "Promise<void>"
503
+ }
504
+ }
505
+ },
506
+ {
507
+ "kind": "method",
508
+ "name": "getSavedColumnState",
509
+ "return": {
510
+ "type": {
511
+ "text": "Promise<ColumnState[]>"
512
+ }
513
+ },
514
+ "description": "Gets the saved grid ColumnState[] from storage",
515
+ "privacy": "public"
516
+ },
517
+ {
518
+ "kind": "method",
519
+ "name": "restoreColumnState",
520
+ "privacy": "private",
521
+ "return": {
522
+ "type": {
523
+ "text": "Promise<void>"
524
+ }
525
+ }
526
+ },
527
+ {
528
+ "kind": "method",
529
+ "name": "cacheFilterConfig",
530
+ "return": {
531
+ "type": {
532
+ "text": "void"
533
+ }
534
+ }
535
+ },
536
+ {
537
+ "kind": "method",
538
+ "name": "restoreCachedFilterConfig",
539
+ "return": {
540
+ "type": {
541
+ "text": "Promise<void>"
542
+ }
543
+ }
544
+ },
545
+ {
546
+ "kind": "field",
547
+ "name": "gridOptions",
548
+ "type": {
549
+ "text": "GridOptions"
550
+ },
551
+ "privacy": "public"
552
+ },
553
+ {
554
+ "kind": "field",
555
+ "name": "isServerSide",
556
+ "type": {
557
+ "text": "boolean"
558
+ },
559
+ "privacy": "public",
560
+ "readonly": true
561
+ },
562
+ {
563
+ "kind": "field",
564
+ "name": "gridParams",
565
+ "type": {
566
+ "text": "GridParams"
567
+ },
568
+ "privacy": "public",
569
+ "readonly": true
570
+ },
571
+ {
572
+ "kind": "field",
573
+ "name": "gridProDatasource",
574
+ "type": {
575
+ "text": "GridProBaseDatasource"
576
+ },
577
+ "description": "Get the datasource element.",
578
+ "privacy": "public",
579
+ "readonly": true
580
+ },
581
+ {
582
+ "kind": "method",
583
+ "name": "setLocalGridOptions",
584
+ "privacy": "private",
585
+ "parameters": [
586
+ {
587
+ "name": "derivedOptions",
588
+ "type": {
589
+ "text": "GridOptions"
590
+ }
591
+ }
592
+ ]
593
+ },
594
+ {
595
+ "kind": "method",
596
+ "name": "clearLocalGridOptions",
597
+ "description": "Clears the local grid options, this is used to clear the grid options when the grid is restarted.",
598
+ "privacy": "public"
599
+ },
600
+ {
601
+ "kind": "method",
602
+ "name": "initGrid",
603
+ "privacy": "private"
604
+ },
605
+ {
606
+ "kind": "method",
607
+ "name": "applyTemplateDefinitions",
608
+ "parameters": [
609
+ {
610
+ "name": "columnDefs",
611
+ "type": {
612
+ "text": "ColDef[]"
613
+ },
614
+ "description": "The column definitions to apply to the grid."
615
+ },
616
+ {
617
+ "name": "deferredColumnDefsOrState",
618
+ "default": "false",
619
+ "description": "If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element."
620
+ }
621
+ ],
622
+ "description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
623
+ "deprecated": "use `applyTemplateDefinitions` instead.",
624
+ "return": {
625
+ "type": {
626
+ "text": ""
627
+ }
628
+ }
629
+ },
630
+ {
631
+ "kind": "method",
632
+ "name": "mergeAllColumnDefsAndStates",
633
+ "parameters": [
634
+ {
635
+ "name": "columnDefs",
636
+ "type": {
637
+ "text": "ColDef[]"
638
+ },
639
+ "description": "The column definitions to apply to the grid."
640
+ },
641
+ {
642
+ "name": "deferredColumnDefsOrState",
643
+ "default": "false",
644
+ "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."
645
+ }
646
+ ],
647
+ "description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
648
+ "privacy": "public",
649
+ "return": {
650
+ "type": {
651
+ "text": ""
652
+ }
653
+ }
654
+ },
655
+ {
656
+ "kind": "method",
657
+ "name": "panelExists",
658
+ "privacy": "private",
659
+ "return": {
660
+ "type": {
661
+ "text": "boolean"
662
+ }
663
+ },
664
+ "parameters": [
665
+ {
666
+ "name": "statusPanelType",
667
+ "type": {
668
+ "text": "string"
669
+ }
670
+ },
671
+ {
672
+ "name": "panels",
673
+ "type": {
674
+ "text": "any[]"
675
+ }
676
+ }
677
+ ]
678
+ },
679
+ {
680
+ "kind": "method",
681
+ "name": "addRowCountPanel",
682
+ "privacy": "private",
683
+ "return": {
684
+ "type": {
685
+ "text": "void"
686
+ }
687
+ },
688
+ "parameters": [
689
+ {
690
+ "name": "statusPanels",
691
+ "type": {
692
+ "text": "any[]"
693
+ }
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "kind": "method",
699
+ "name": "addMaxRowsPanel",
700
+ "privacy": "private",
701
+ "return": {
702
+ "type": {
703
+ "text": "void"
704
+ }
705
+ },
706
+ "parameters": [
707
+ {
708
+ "name": "statusPanels",
709
+ "type": {
710
+ "text": "any[]"
711
+ }
712
+ }
713
+ ]
714
+ },
715
+ {
716
+ "kind": "method",
717
+ "name": "addAggregationPanel",
718
+ "privacy": "private",
719
+ "return": {
720
+ "type": {
721
+ "text": "void"
722
+ }
723
+ },
724
+ "parameters": [
725
+ {
726
+ "name": "statusPanels",
727
+ "type": {
728
+ "text": "any[]"
729
+ }
730
+ }
731
+ ]
732
+ },
733
+ {
734
+ "kind": "method",
735
+ "name": "addDatasourcePanels",
736
+ "privacy": "private",
737
+ "return": {
738
+ "type": {
739
+ "text": "void"
740
+ }
741
+ },
742
+ "parameters": [
743
+ {
744
+ "name": "statusPanels",
745
+ "type": {
746
+ "text": "any[]"
747
+ }
748
+ }
749
+ ]
750
+ },
751
+ {
752
+ "kind": "method",
753
+ "name": "addPaginationPanel",
754
+ "privacy": "private",
755
+ "return": {
756
+ "type": {
757
+ "text": "void"
758
+ }
759
+ },
760
+ "parameters": [
761
+ {
762
+ "name": "statusPanels",
763
+ "type": {
764
+ "text": "any[]"
765
+ }
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "kind": "method",
771
+ "name": "setupPaginationAndStatusBar",
772
+ "privacy": "protected",
773
+ "parameters": [
774
+ {
775
+ "name": "gridOptions",
776
+ "type": {
777
+ "text": "GridOptions"
778
+ }
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "kind": "method",
784
+ "name": "globalEventListener",
785
+ "parameters": [
786
+ {
787
+ "name": "eventType"
788
+ },
789
+ {
790
+ "name": "event"
791
+ }
792
+ ]
793
+ },
794
+ {
795
+ "kind": "field",
796
+ "name": "fontFaceDestroy",
797
+ "type": {
798
+ "text": "() => void"
799
+ },
800
+ "privacy": "private"
801
+ },
802
+ {
803
+ "kind": "method",
804
+ "name": "insertFontFace",
805
+ "privacy": "private",
806
+ "parameters": [
807
+ {
808
+ "name": "newValue",
809
+ "type": {
810
+ "text": "AgGridTheme | string"
811
+ }
812
+ }
813
+ ]
814
+ },
815
+ {
816
+ "kind": "method",
817
+ "name": "destroyFontFace",
818
+ "privacy": "private"
819
+ },
820
+ {
821
+ "kind": "method",
822
+ "name": "cloneNode",
823
+ "return": {
824
+ "type": {
825
+ "text": "Node"
826
+ }
827
+ },
828
+ "parameters": [
829
+ {
830
+ "name": "deep",
831
+ "optional": true,
832
+ "type": {
833
+ "text": "boolean"
834
+ }
835
+ }
836
+ ],
837
+ "inheritedFrom": {
838
+ "name": "LifecycleMixin",
839
+ "module": "src/mixins/lifecycle/lifecycle.ts"
840
+ }
841
+ },
842
+ {
843
+ "kind": "method",
844
+ "name": "deepClone",
845
+ "return": {
846
+ "type": {
847
+ "text": "Node"
848
+ }
849
+ },
850
+ "inheritedFrom": {
851
+ "name": "LifecycleMixin",
852
+ "module": "src/mixins/lifecycle/lifecycle.ts"
853
+ }
854
+ },
855
+ {
856
+ "kind": "field",
857
+ "name": "shouldRunDisconnect",
858
+ "return": {
859
+ "type": {
860
+ "text": ""
861
+ }
862
+ },
863
+ "readonly": true,
864
+ "inheritedFrom": {
865
+ "name": "LifecycleMixin",
866
+ "module": "src/mixins/lifecycle/lifecycle.ts"
867
+ }
868
+ },
869
+ {
870
+ "kind": "field",
871
+ "name": "shouldRunConnect",
872
+ "return": {
873
+ "type": {
874
+ "text": ""
875
+ }
876
+ },
877
+ "readonly": true,
878
+ "inheritedFrom": {
879
+ "name": "LifecycleMixin",
880
+ "module": "src/mixins/lifecycle/lifecycle.ts"
881
+ }
882
+ },
883
+ {
884
+ "kind": "method",
885
+ "name": "#_blockLifecycleDueToTokenChange",
886
+ "return": {
887
+ "type": {
888
+ "text": "boolean"
889
+ }
890
+ },
891
+ "parameters": [
892
+ {
893
+ "name": "lifecycleType",
894
+ "type": {
895
+ "text": "Lifecycletype"
896
+ }
897
+ }
898
+ ],
899
+ "inheritedFrom": {
900
+ "name": "LifecycleMixin",
901
+ "module": "src/mixins/lifecycle/lifecycle.ts"
902
+ }
903
+ },
904
+ {
905
+ "kind": "field",
906
+ "name": "_presentation",
907
+ "type": {
908
+ "text": "ComponentPresentation | null | undefined"
909
+ },
910
+ "privacy": "private",
911
+ "default": "void 0",
912
+ "inheritedFrom": {
913
+ "name": "FoundationElement",
914
+ "module": "src/foundation-element/foundation-element.ts"
915
+ }
916
+ },
917
+ {
918
+ "kind": "field",
919
+ "name": "$presentation",
920
+ "type": {
921
+ "text": "ComponentPresentation | null"
922
+ },
923
+ "privacy": "public",
924
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
925
+ "inheritedFrom": {
926
+ "name": "FoundationElement",
927
+ "module": "src/foundation-element/foundation-element.ts"
928
+ }
929
+ },
930
+ {
931
+ "kind": "field",
932
+ "name": "template",
933
+ "type": {
934
+ "text": "ElementViewTemplate | void | null"
935
+ },
936
+ "privacy": "public",
937
+ "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.",
938
+ "inheritedFrom": {
939
+ "name": "FoundationElement",
940
+ "module": "src/foundation-element/foundation-element.ts"
941
+ }
942
+ },
943
+ {
944
+ "kind": "method",
945
+ "name": "templateChanged",
946
+ "privacy": "protected",
947
+ "return": {
948
+ "type": {
949
+ "text": "void"
950
+ }
951
+ },
952
+ "inheritedFrom": {
953
+ "name": "FoundationElement",
954
+ "module": "src/foundation-element/foundation-element.ts"
955
+ }
956
+ },
957
+ {
958
+ "kind": "field",
959
+ "name": "styles",
960
+ "type": {
961
+ "text": "ElementStyles | void | null"
962
+ },
963
+ "privacy": "public",
964
+ "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.",
965
+ "inheritedFrom": {
966
+ "name": "FoundationElement",
967
+ "module": "src/foundation-element/foundation-element.ts"
968
+ }
969
+ },
970
+ {
971
+ "kind": "method",
972
+ "name": "stylesChanged",
973
+ "privacy": "protected",
974
+ "return": {
975
+ "type": {
976
+ "text": "void"
977
+ }
978
+ },
979
+ "inheritedFrom": {
980
+ "name": "FoundationElement",
981
+ "module": "src/foundation-element/foundation-element.ts"
982
+ }
983
+ },
984
+ {
985
+ "kind": "method",
986
+ "name": "compose",
987
+ "privacy": "public",
988
+ "static": true,
989
+ "return": {
990
+ "type": {
991
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
992
+ }
993
+ },
994
+ "parameters": [
995
+ {
996
+ "name": "this",
997
+ "type": {
998
+ "text": "K"
999
+ }
1000
+ },
1001
+ {
1002
+ "name": "elementDefinition",
1003
+ "type": {
1004
+ "text": "T"
1005
+ },
1006
+ "description": "The definition of the element to create the registry\nfunction for."
1007
+ }
1008
+ ],
1009
+ "description": "Defines an element registry function with a set of element definition defaults.",
1010
+ "inheritedFrom": {
1011
+ "name": "FoundationElement",
1012
+ "module": "src/foundation-element/foundation-element.ts"
1013
+ }
1014
+ }
1015
+ ],
1016
+ "attributes": [
1017
+ {
1018
+ "name": "auto-cell-renderer-by-type",
1019
+ "type": {
1020
+ "text": "boolean"
1021
+ },
1022
+ "default": "false",
1023
+ "fieldName": "autoCellRendererByType"
1024
+ },
1025
+ {
1026
+ "name": "only-template-col-defs",
1027
+ "type": {
1028
+ "text": "boolean"
1029
+ },
1030
+ "default": "false",
1031
+ "fieldName": "onlyTemplateColDefs"
1032
+ },
1033
+ {
1034
+ "name": "grid-autosizing",
1035
+ "type": {
1036
+ "text": "boolean"
1037
+ },
1038
+ "default": "false",
1039
+ "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`.",
1040
+ "fieldName": "gridAutosizingEnabled"
1041
+ },
1042
+ {
1043
+ "name": "enable-cell-flashing",
1044
+ "type": {
1045
+ "text": "boolean"
1046
+ },
1047
+ "default": "false",
1048
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1049
+ "fieldName": "enableCellFlashing"
1050
+ },
1051
+ {
1052
+ "name": "enable-row-flashing",
1053
+ "type": {
1054
+ "text": "boolean"
1055
+ },
1056
+ "default": "false",
1057
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
1058
+ "fieldName": "enableRowFlashing"
1059
+ },
1060
+ {
1061
+ "name": "persist-column-state-key",
1062
+ "type": {
1063
+ "text": "string"
1064
+ },
1065
+ "description": "The key to use for persisting the column state in local browser or KV storage.",
1066
+ "fieldName": "persistColumnStateKey"
1067
+ },
1068
+ {
1069
+ "name": "persist-filter-model-key",
1070
+ "type": {
1071
+ "text": "string"
1072
+ },
1073
+ "description": "The key to use for persisting the filter model in local browser or KV storage.",
1074
+ "fieldName": "persistFilterModelKey"
1075
+ },
1076
+ {
1077
+ "name": "header-case-type",
1078
+ "type": {
1079
+ "text": "GridProCaseType"
1080
+ },
1081
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1082
+ "fieldName": "headerCaseType"
1083
+ },
1084
+ {
1085
+ "name": "columnComponentName",
1086
+ "type": {
1087
+ "text": "string"
1088
+ },
1089
+ "default": "'grid-pro-column'",
1090
+ "fieldName": "columnComponentName"
1091
+ },
1092
+ {
1093
+ "name": "headerHeight",
1094
+ "type": {
1095
+ "text": "number"
1096
+ },
1097
+ "fieldName": "headerHeight"
1098
+ },
1099
+ {
1100
+ "name": "rowHeight",
1101
+ "type": {
1102
+ "text": "number"
1103
+ },
1104
+ "fieldName": "rowHeight"
1105
+ },
1106
+ {
1107
+ "type": {
1108
+ "text": "boolean"
1109
+ },
1110
+ "default": "false",
1111
+ "description": "Enable pagination for the grid.",
1112
+ "fieldName": "pagination"
1113
+ },
1114
+ {
1115
+ "name": "pagination-page-size",
1116
+ "type": {
1117
+ "text": "number"
1118
+ },
1119
+ "description": "Number of rows per page when pagination is enabled.",
1120
+ "fieldName": "paginationPageSize"
1121
+ },
1122
+ {
1123
+ "name": "with-status-bar",
1124
+ "type": {
1125
+ "text": "boolean"
1126
+ },
1127
+ "default": "false",
1128
+ "description": "Enables or disables the grid status bar.",
1129
+ "fieldName": "withStatusBar"
1130
+ }
1131
+ ],
1132
+ "mixins": [
1133
+ {
1134
+ "name": "LifecycleMixin",
1135
+ "package": "@genesislcap/foundation-utils"
1136
+ }
1137
+ ],
1138
+ "superclass": {
1139
+ "name": "FoundationElement",
1140
+ "package": "@microsoft/fast-foundation"
1141
+ },
1142
+ "tagName": "%%prefix%%-grid-pro",
1143
+ "customElement": true
1144
+ }
1145
+ ],
1146
+ "exports": [
1147
+ {
1148
+ "kind": "js",
1149
+ "name": "GridProV34",
1150
+ "declaration": {
1151
+ "name": "GridProV34",
1152
+ "module": "src/grid-pro-v34.ts"
1153
+ }
1154
+ }
1155
+ ]
1156
+ },
31
1157
  {
32
1158
  "kind": "javascript-module",
33
1159
  "path": "src/grid-pro.definitions.ts",
@@ -591,6 +1717,13 @@
591
1717
  "text": "HTMLSlotElement"
592
1718
  }
593
1719
  },
1720
+ {
1721
+ "kind": "field",
1722
+ "name": "gridContainer",
1723
+ "type": {
1724
+ "text": "HTMLElement"
1725
+ }
1726
+ },
594
1727
  {
595
1728
  "kind": "field",
596
1729
  "name": "gridComponents",
@@ -2099,6 +3232,14 @@
2099
3232
  "name": "*",
2100
3233
  "package": "./utils"
2101
3234
  }
3235
+ },
3236
+ {
3237
+ "kind": "js",
3238
+ "name": "*",
3239
+ "declaration": {
3240
+ "name": "*",
3241
+ "package": "./grid-pro-v34"
3242
+ }
2102
3243
  }
2103
3244
  ]
2104
3245
  },
@@ -4431,7 +5572,7 @@
4431
5572
  "kind": "field",
4432
5573
  "name": "params",
4433
5574
  "type": {
4434
- "text": "ICellRendererParams & BooleanRendererParams"
5575
+ "text": "any"
4435
5576
  },
4436
5577
  "privacy": "public"
4437
5578
  },
@@ -4465,7 +5606,7 @@
4465
5606
  {
4466
5607
  "name": "params",
4467
5608
  "type": {
4468
- "text": "ICellRendererParams"
5609
+ "text": "any"
4469
5610
  }
4470
5611
  }
4471
5612
  ]
@@ -4493,7 +5634,7 @@
4493
5634
  {
4494
5635
  "name": "params",
4495
5636
  "type": {
4496
- "text": "ICellRendererParams"
5637
+ "text": "any"
4497
5638
  }
4498
5639
  }
4499
5640
  ]
@@ -6757,15 +7898,6 @@
6757
7898
  }
6758
7899
  ]
6759
7900
  },
6760
- {
6761
- "kind": "field",
6762
- "name": "agGrid",
6763
- "type": {
6764
- "text": "GridPro | null"
6765
- },
6766
- "privacy": "protected",
6767
- "readonly": true
6768
- },
6769
7901
  {
6770
7902
  "kind": "method",
6771
7903
  "name": "handleErrors",
@@ -7074,29 +8206,13 @@
7074
8206
  },
7075
8207
  {
7076
8208
  "kind": "field",
7077
- "name": "agTransaction",
8209
+ "name": "transactionData",
7078
8210
  "type": {
7079
- "text": "RowDataTransaction | ServerSideTransaction"
8211
+ "text": "TransactionData"
7080
8212
  },
7081
8213
  "privacy": "protected",
7082
8214
  "default": "{\n add: [],\n remove: [],\n update: [],\n }"
7083
8215
  },
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
- },
7100
8216
  {
7101
8217
  "kind": "field",
7102
8218
  "name": "connectionSub",
@@ -7187,28 +8303,18 @@
7187
8303
  },
7188
8304
  {
7189
8305
  "kind": "method",
7190
- "name": "applyAllAgTransactions",
8306
+ "name": "applyAllTransactions",
7191
8307
  "privacy": "protected"
7192
8308
  },
7193
8309
  {
7194
8310
  "kind": "method",
7195
- "name": "flashAddedCells",
7196
- "privacy": "private",
7197
- "parameters": [
7198
- {
7199
- "name": "rowNodes"
7200
- }
7201
- ]
7202
- },
7203
- {
7204
- "kind": "method",
7205
- "name": "applyMappedAgTransaction",
8311
+ "name": "applyMappedTransaction",
7206
8312
  "privacy": "private",
7207
8313
  "parameters": [
7208
8314
  {
7209
- "name": "agTransaction",
8315
+ "name": "transaction",
7210
8316
  "type": {
7211
- "text": "RowDataTransaction"
8317
+ "text": "TransactionData"
7212
8318
  }
7213
8319
  },
7214
8320
  {
@@ -7236,9 +8342,9 @@
7236
8342
  },
7237
8343
  "parameters": [
7238
8344
  {
7239
- "name": "agTransaction",
8345
+ "name": "transaction",
7240
8346
  "type": {
7241
- "text": "RowDataTransaction"
8347
+ "text": "any"
7242
8348
  }
7243
8349
  }
7244
8350
  ]
@@ -7249,9 +8355,9 @@
7249
8355
  "privacy": "protected",
7250
8356
  "parameters": [
7251
8357
  {
7252
- "name": "agTransaction",
8358
+ "name": "transaction",
7253
8359
  "type": {
7254
- "text": "RowDataTransaction"
8360
+ "text": "any"
7255
8361
  }
7256
8362
  },
7257
8363
  {
@@ -7271,7 +8377,7 @@
7271
8377
  {
7272
8378
  "name": "transaction",
7273
8379
  "type": {
7274
- "text": "RowDataTransaction"
8380
+ "text": "TransactionData"
7275
8381
  },
7276
8382
  "description": "The transaction data to be mapped."
7277
8383
  },
@@ -7316,6 +8422,15 @@
7316
8422
  "kind": "method",
7317
8423
  "name": "destroy"
7318
8424
  },
8425
+ {
8426
+ "kind": "field",
8427
+ "name": "_isDisconnected",
8428
+ "type": {
8429
+ "text": "boolean"
8430
+ },
8431
+ "privacy": "private",
8432
+ "default": "false"
8433
+ },
7319
8434
  {
7320
8435
  "kind": "method",
7321
8436
  "name": "setDisconnected",
@@ -7329,7 +8444,7 @@
7329
8444
  "description": "true to set, false to remove"
7330
8445
  }
7331
8446
  ],
7332
- "description": "Sets or removes the ds-disconnected attribute on the grid element."
8447
+ "description": "Sets the disconnected state and emits appropriate events."
7333
8448
  },
7334
8449
  {
7335
8450
  "kind": "method",
@@ -7340,7 +8455,7 @@
7340
8455
  "text": "boolean"
7341
8456
  }
7342
8457
  },
7343
- "description": "Returns true if the grid has the ds-disconnected attribute."
8458
+ "description": "Returns true if the datasource is disconnected."
7344
8459
  },
7345
8460
  {
7346
8461
  "kind": "method",
@@ -7357,6 +8472,13 @@
7357
8472
  "type": {
7358
8473
  "text": "boolean"
7359
8474
  }
8475
+ },
8476
+ {
8477
+ "name": "statusBarConfig",
8478
+ "optional": true,
8479
+ "type": {
8480
+ "text": "any"
8481
+ }
7360
8482
  }
7361
8483
  ],
7362
8484
  "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."
@@ -7778,19 +8900,6 @@
7778
8900
  "module": "src/datasource/base.datasource.ts"
7779
8901
  }
7780
8902
  },
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
- },
7794
8903
  {
7795
8904
  "kind": "method",
7796
8905
  "name": "handleErrors",
@@ -8304,43 +9413,30 @@
8304
9413
  },
8305
9414
  {
8306
9415
  "kind": "field",
8307
- "name": "applyFuncName",
9416
+ "name": "cachedRowArray",
8308
9417
  "type": {
8309
- "text": "string"
9418
+ "text": "any[]"
8310
9419
  },
8311
- "privacy": "protected",
8312
- "default": "'applyTransaction'",
9420
+ "privacy": "private",
9421
+ "default": "[]",
8313
9422
  "inheritedFrom": {
8314
- "name": "GridProBaseDatasource",
8315
- "module": "src/datasource/base.datasource.ts"
9423
+ "name": "GridProGenesisDatasource",
9424
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
8316
9425
  }
8317
9426
  },
8318
9427
  {
8319
9428
  "kind": "field",
8320
- "name": "applyAsyncFuncName",
9429
+ "name": "transactionData",
8321
9430
  "type": {
8322
- "text": "string"
9431
+ "text": "TransactionData"
8323
9432
  },
8324
9433
  "privacy": "protected",
8325
- "default": "'applyTransactionAsync'",
9434
+ "default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
8326
9435
  "inheritedFrom": {
8327
9436
  "name": "GridProBaseDatasource",
8328
9437
  "module": "src/datasource/base.datasource.ts"
8329
9438
  }
8330
9439
  },
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
- },
8344
9440
  {
8345
9441
  "kind": "method",
8346
9442
  "name": "criteriaChanged",
@@ -8800,14 +9896,14 @@
8800
9896
  "privacy": "protected",
8801
9897
  "return": {
8802
9898
  "type": {
8803
- "text": "RowNodeTransaction | null | undefined"
9899
+ "text": "any"
8804
9900
  }
8805
9901
  },
8806
9902
  "parameters": [
8807
9903
  {
8808
- "name": "agTransaction",
9904
+ "name": "transaction",
8809
9905
  "type": {
8810
- "text": "RowDataTransaction"
9906
+ "text": "any"
8811
9907
  }
8812
9908
  }
8813
9909
  ],
@@ -8822,16 +9918,16 @@
8822
9918
  "privacy": "protected",
8823
9919
  "parameters": [
8824
9920
  {
8825
- "name": "agTransaction",
9921
+ "name": "transaction",
8826
9922
  "type": {
8827
- "text": "RowDataTransaction"
9923
+ "text": "any"
8828
9924
  }
8829
9925
  },
8830
9926
  {
8831
9927
  "name": "callback",
8832
9928
  "optional": true,
8833
9929
  "type": {
8834
- "text": "(res: RowNodeTransaction) => void"
9930
+ "text": "(res: any) => void"
8835
9931
  }
8836
9932
  }
8837
9933
  ],
@@ -8948,19 +10044,6 @@
8948
10044
  "module": "src/datasource/base.datasource.ts"
8949
10045
  }
8950
10046
  },
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
- },
8964
10047
  {
8965
10048
  "kind": "field",
8966
10049
  "name": "connectionSub",
@@ -9021,7 +10104,7 @@
9021
10104
  },
9022
10105
  {
9023
10106
  "kind": "method",
9024
- "name": "applyAllAgTransactions",
10107
+ "name": "applyAllTransactions",
9025
10108
  "privacy": "protected",
9026
10109
  "inheritedFrom": {
9027
10110
  "name": "GridProBaseDatasource",
@@ -9030,27 +10113,13 @@
9030
10113
  },
9031
10114
  {
9032
10115
  "kind": "method",
9033
- "name": "flashAddedCells",
9034
- "privacy": "private",
9035
- "parameters": [
9036
- {
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",
10116
+ "name": "applyMappedTransaction",
9048
10117
  "privacy": "private",
9049
10118
  "parameters": [
9050
10119
  {
9051
- "name": "agTransaction",
10120
+ "name": "transaction",
9052
10121
  "type": {
9053
- "text": "RowDataTransaction"
10122
+ "text": "TransactionData"
9054
10123
  }
9055
10124
  },
9056
10125
  {
@@ -9079,7 +10148,7 @@
9079
10148
  {
9080
10149
  "name": "transaction",
9081
10150
  "type": {
9082
- "text": "RowDataTransaction"
10151
+ "text": "TransactionData"
9083
10152
  },
9084
10153
  "description": "The transaction data to be mapped."
9085
10154
  },
@@ -9116,6 +10185,19 @@
9116
10185
  "module": "src/datasource/base.datasource.ts"
9117
10186
  }
9118
10187
  },
10188
+ {
10189
+ "kind": "field",
10190
+ "name": "_isDisconnected",
10191
+ "type": {
10192
+ "text": "boolean"
10193
+ },
10194
+ "privacy": "private",
10195
+ "default": "false",
10196
+ "inheritedFrom": {
10197
+ "name": "GridProBaseDatasource",
10198
+ "module": "src/datasource/base.datasource.ts"
10199
+ }
10200
+ },
9119
10201
  {
9120
10202
  "kind": "method",
9121
10203
  "name": "setDisconnected",
@@ -9129,7 +10211,7 @@
9129
10211
  "description": "true to set, false to remove"
9130
10212
  }
9131
10213
  ],
9132
- "description": "Sets or removes the ds-disconnected attribute on the grid element.",
10214
+ "description": "Sets the disconnected state and emits appropriate events.",
9133
10215
  "inheritedFrom": {
9134
10216
  "name": "GridProBaseDatasource",
9135
10217
  "module": "src/datasource/base.datasource.ts"
@@ -9144,7 +10226,7 @@
9144
10226
  "text": "boolean"
9145
10227
  }
9146
10228
  },
9147
- "description": "Returns true if the grid has the ds-disconnected attribute.",
10229
+ "description": "Returns true if the datasource is disconnected.",
9148
10230
  "inheritedFrom": {
9149
10231
  "name": "GridProBaseDatasource",
9150
10232
  "module": "src/datasource/base.datasource.ts"
@@ -9165,6 +10247,13 @@
9165
10247
  "type": {
9166
10248
  "text": "boolean"
9167
10249
  }
10250
+ },
10251
+ {
10252
+ "name": "statusBarConfig",
10253
+ "optional": true,
10254
+ "type": {
10255
+ "text": "any"
10256
+ }
9168
10257
  }
9169
10258
  ],
9170
10259
  "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.",
@@ -9550,19 +10639,6 @@
9550
10639
  "module": "src/datasource/base.datasource.ts"
9551
10640
  }
9552
10641
  },
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
- },
9566
10642
  {
9567
10643
  "kind": "method",
9568
10644
  "name": "handleErrors",
@@ -10065,6 +11141,14 @@
10065
11141
  "name": "*",
10066
11142
  "package": "./datasource.types"
10067
11143
  }
11144
+ },
11145
+ {
11146
+ "kind": "js",
11147
+ "name": "*",
11148
+ "declaration": {
11149
+ "name": "*",
11150
+ "package": "./error-handler.dialog"
11151
+ }
10068
11152
  }
10069
11153
  ]
10070
11154
  },
@@ -10077,32 +11161,6 @@
10077
11161
  "description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
10078
11162
  "name": "GridProServerSideDatasource",
10079
11163
  "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
- },
10106
11164
  {
10107
11165
  "kind": "field",
10108
11166
  "name": "zeroBasedViewNumber",
@@ -10258,7 +11316,7 @@
10258
11316
  {
10259
11317
  "name": "event",
10260
11318
  "type": {
10261
- "text": "PaginationChangedEvent"
11319
+ "text": "any"
10262
11320
  }
10263
11321
  }
10264
11322
  ]
@@ -10308,14 +11366,6 @@
10308
11366
  }
10309
11367
  ]
10310
11368
  },
10311
- {
10312
- "kind": "field",
10313
- "name": "rowModel",
10314
- "type": {
10315
- "text": "IServerSideRowModel"
10316
- },
10317
- "readonly": true
10318
- },
10319
11369
  {
10320
11370
  "kind": "method",
10321
11371
  "name": "createReqRepRequest",
@@ -10348,6 +11398,24 @@
10348
11398
  }
10349
11399
  ]
10350
11400
  },
11401
+ {
11402
+ "kind": "method",
11403
+ "name": "getLoadedDeletes",
11404
+ "privacy": "private",
11405
+ "return": {
11406
+ "type": {
11407
+ "text": "Promise<any[]>"
11408
+ }
11409
+ },
11410
+ "parameters": [
11411
+ {
11412
+ "name": "deletes",
11413
+ "type": {
11414
+ "text": "any[]"
11415
+ }
11416
+ }
11417
+ ]
11418
+ },
10351
11419
  {
10352
11420
  "kind": "method",
10353
11421
  "name": "getAgColumnDefs",
@@ -10372,14 +11440,14 @@
10372
11440
  "privacy": "protected",
10373
11441
  "return": {
10374
11442
  "type": {
10375
- "text": "ServerSideTransactionResult"
11443
+ "text": "any"
10376
11444
  }
10377
11445
  },
10378
11446
  "parameters": [
10379
11447
  {
10380
- "name": "agTransaction",
11448
+ "name": "transaction",
10381
11449
  "type": {
10382
- "text": "RowDataTransaction"
11450
+ "text": "any"
10383
11451
  }
10384
11452
  }
10385
11453
  ],
@@ -10394,19 +11462,24 @@
10394
11462
  "privacy": "protected",
10395
11463
  "parameters": [
10396
11464
  {
10397
- "name": "agTransaction",
11465
+ "name": "transaction",
10398
11466
  "type": {
10399
- "text": "RowDataTransaction"
11467
+ "text": "any"
10400
11468
  }
10401
11469
  },
10402
11470
  {
10403
11471
  "name": "callback",
10404
11472
  "optional": true,
10405
11473
  "type": {
10406
- "text": "(res: ServerSideTransactionResult) => void"
11474
+ "text": "(res: any) => void"
10407
11475
  }
10408
11476
  }
10409
11477
  ],
11478
+ "return": {
11479
+ "type": {
11480
+ "text": "void"
11481
+ }
11482
+ },
10410
11483
  "inheritedFrom": {
10411
11484
  "name": "GridProBaseDatasource",
10412
11485
  "module": "src/datasource/base.datasource.ts"
@@ -10518,9 +11591,9 @@
10518
11591
  },
10519
11592
  {
10520
11593
  "kind": "field",
10521
- "name": "agTransaction",
11594
+ "name": "transactionData",
10522
11595
  "type": {
10523
- "text": "RowDataTransaction | ServerSideTransaction"
11596
+ "text": "TransactionData"
10524
11597
  },
10525
11598
  "privacy": "protected",
10526
11599
  "default": "{\n add: [],\n remove: [],\n update: [],\n }",
@@ -10647,7 +11720,7 @@
10647
11720
  },
10648
11721
  {
10649
11722
  "kind": "method",
10650
- "name": "applyAllAgTransactions",
11723
+ "name": "applyAllTransactions",
10651
11724
  "privacy": "protected",
10652
11725
  "inheritedFrom": {
10653
11726
  "name": "GridProBaseDatasource",
@@ -10656,27 +11729,13 @@
10656
11729
  },
10657
11730
  {
10658
11731
  "kind": "method",
10659
- "name": "flashAddedCells",
10660
- "privacy": "private",
10661
- "parameters": [
10662
- {
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",
11732
+ "name": "applyMappedTransaction",
10674
11733
  "privacy": "private",
10675
11734
  "parameters": [
10676
11735
  {
10677
- "name": "agTransaction",
11736
+ "name": "transaction",
10678
11737
  "type": {
10679
- "text": "RowDataTransaction"
11738
+ "text": "TransactionData"
10680
11739
  }
10681
11740
  },
10682
11741
  {
@@ -10705,7 +11764,7 @@
10705
11764
  {
10706
11765
  "name": "transaction",
10707
11766
  "type": {
10708
- "text": "RowDataTransaction"
11767
+ "text": "TransactionData"
10709
11768
  },
10710
11769
  "description": "The transaction data to be mapped."
10711
11770
  },
@@ -10742,6 +11801,19 @@
10742
11801
  "module": "src/datasource/base.datasource.ts"
10743
11802
  }
10744
11803
  },
11804
+ {
11805
+ "kind": "field",
11806
+ "name": "_isDisconnected",
11807
+ "type": {
11808
+ "text": "boolean"
11809
+ },
11810
+ "privacy": "private",
11811
+ "default": "false",
11812
+ "inheritedFrom": {
11813
+ "name": "GridProBaseDatasource",
11814
+ "module": "src/datasource/base.datasource.ts"
11815
+ }
11816
+ },
10745
11817
  {
10746
11818
  "kind": "method",
10747
11819
  "name": "setDisconnected",
@@ -10755,7 +11827,7 @@
10755
11827
  "description": "true to set, false to remove"
10756
11828
  }
10757
11829
  ],
10758
- "description": "Sets or removes the ds-disconnected attribute on the grid element.",
11830
+ "description": "Sets the disconnected state and emits appropriate events.",
10759
11831
  "inheritedFrom": {
10760
11832
  "name": "GridProBaseDatasource",
10761
11833
  "module": "src/datasource/base.datasource.ts"
@@ -10770,7 +11842,7 @@
10770
11842
  "text": "boolean"
10771
11843
  }
10772
11844
  },
10773
- "description": "Returns true if the grid has the ds-disconnected attribute.",
11845
+ "description": "Returns true if the datasource is disconnected.",
10774
11846
  "inheritedFrom": {
10775
11847
  "name": "GridProBaseDatasource",
10776
11848
  "module": "src/datasource/base.datasource.ts"
@@ -10791,6 +11863,13 @@
10791
11863
  "type": {
10792
11864
  "text": "boolean"
10793
11865
  }
11866
+ },
11867
+ {
11868
+ "name": "statusBarConfig",
11869
+ "optional": true,
11870
+ "type": {
11871
+ "text": "any"
11872
+ }
10794
11873
  }
10795
11874
  ],
10796
11875
  "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.",
@@ -11204,19 +12283,6 @@
11204
12283
  "module": "src/datasource/base.datasource.ts"
11205
12284
  }
11206
12285
  },
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
- },
11220
12286
  {
11221
12287
  "kind": "method",
11222
12288
  "name": "handleErrors",
@@ -13716,6 +14782,31 @@
13716
14782
  }
13717
14783
  ]
13718
14784
  },
14785
+ {
14786
+ "kind": "javascript-module",
14787
+ "path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
14788
+ "declarations": [
14789
+ {
14790
+ "kind": "variable",
14791
+ "name": "datasourceEventNames",
14792
+ "type": {
14793
+ "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 columnStateChanged: 'datasource-column-state-changed',\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}"
14794
+ },
14795
+ "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 columnStateChanged: 'datasource-column-state-changed',\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}",
14796
+ "description": "Event names for datasource-grid communication\nThese represent datasource operations, not grid-specific actions"
14797
+ }
14798
+ ],
14799
+ "exports": [
14800
+ {
14801
+ "kind": "js",
14802
+ "name": "datasourceEventNames",
14803
+ "declaration": {
14804
+ "name": "datasourceEventNames",
14805
+ "module": "src/grid-pro-genesis-datasource/datasource-events.types.ts"
14806
+ }
14807
+ }
14808
+ ]
14809
+ },
13719
14810
  {
13720
14811
  "kind": "javascript-module",
13721
14812
  "path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts",
@@ -13727,39 +14818,26 @@
13727
14818
  "members": [
13728
14819
  {
13729
14820
  "kind": "field",
13730
- "name": "applyFuncName",
14821
+ "name": "cachedRowArray",
13731
14822
  "type": {
13732
- "text": "string"
14823
+ "text": "any[]"
13733
14824
  },
13734
- "privacy": "protected",
13735
- "default": "'applyTransaction'",
13736
- "inheritedFrom": {
13737
- "name": "GridProBaseDatasource",
13738
- "module": "src/datasource/base.datasource.ts"
13739
- }
14825
+ "privacy": "private",
14826
+ "default": "[]"
13740
14827
  },
13741
14828
  {
13742
14829
  "kind": "field",
13743
- "name": "applyAsyncFuncName",
14830
+ "name": "transactionData",
13744
14831
  "type": {
13745
- "text": "string"
14832
+ "text": "TransactionData"
13746
14833
  },
13747
14834
  "privacy": "protected",
13748
- "default": "'applyTransactionAsync'",
14835
+ "default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
13749
14836
  "inheritedFrom": {
13750
14837
  "name": "GridProBaseDatasource",
13751
14838
  "module": "src/datasource/base.datasource.ts"
13752
14839
  }
13753
14840
  },
13754
- {
13755
- "kind": "field",
13756
- "name": "cachedRowArray",
13757
- "type": {
13758
- "text": "any[]"
13759
- },
13760
- "privacy": "private",
13761
- "default": "[]"
13762
- },
13763
14841
  {
13764
14842
  "kind": "method",
13765
14843
  "name": "criteriaChanged",
@@ -14140,14 +15218,14 @@
14140
15218
  "privacy": "protected",
14141
15219
  "return": {
14142
15220
  "type": {
14143
- "text": "RowNodeTransaction | null | undefined"
15221
+ "text": "any"
14144
15222
  }
14145
15223
  },
14146
15224
  "parameters": [
14147
15225
  {
14148
- "name": "agTransaction",
15226
+ "name": "transaction",
14149
15227
  "type": {
14150
- "text": "RowDataTransaction"
15228
+ "text": "any"
14151
15229
  }
14152
15230
  }
14153
15231
  ],
@@ -14162,16 +15240,16 @@
14162
15240
  "privacy": "protected",
14163
15241
  "parameters": [
14164
15242
  {
14165
- "name": "agTransaction",
15243
+ "name": "transaction",
14166
15244
  "type": {
14167
- "text": "RowDataTransaction"
15245
+ "text": "any"
14168
15246
  }
14169
15247
  },
14170
15248
  {
14171
15249
  "name": "callback",
14172
15250
  "optional": true,
14173
15251
  "type": {
14174
- "text": "(res: RowNodeTransaction) => void"
15252
+ "text": "(res: any) => void"
14175
15253
  }
14176
15254
  }
14177
15255
  ],
@@ -14355,19 +15433,6 @@
14355
15433
  "module": "src/datasource/base.datasource.ts"
14356
15434
  }
14357
15435
  },
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
- },
14371
15436
  {
14372
15437
  "kind": "field",
14373
15438
  "name": "connectionSub",
@@ -14428,7 +15493,7 @@
14428
15493
  },
14429
15494
  {
14430
15495
  "kind": "method",
14431
- "name": "applyAllAgTransactions",
15496
+ "name": "applyAllTransactions",
14432
15497
  "privacy": "protected",
14433
15498
  "inheritedFrom": {
14434
15499
  "name": "GridProBaseDatasource",
@@ -14437,27 +15502,13 @@
14437
15502
  },
14438
15503
  {
14439
15504
  "kind": "method",
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",
15505
+ "name": "applyMappedTransaction",
14455
15506
  "privacy": "private",
14456
15507
  "parameters": [
14457
15508
  {
14458
- "name": "agTransaction",
15509
+ "name": "transaction",
14459
15510
  "type": {
14460
- "text": "RowDataTransaction"
15511
+ "text": "TransactionData"
14461
15512
  }
14462
15513
  },
14463
15514
  {
@@ -14486,7 +15537,7 @@
14486
15537
  {
14487
15538
  "name": "transaction",
14488
15539
  "type": {
14489
- "text": "RowDataTransaction"
15540
+ "text": "TransactionData"
14490
15541
  },
14491
15542
  "description": "The transaction data to be mapped."
14492
15543
  },
@@ -14523,6 +15574,19 @@
14523
15574
  "module": "src/datasource/base.datasource.ts"
14524
15575
  }
14525
15576
  },
15577
+ {
15578
+ "kind": "field",
15579
+ "name": "_isDisconnected",
15580
+ "type": {
15581
+ "text": "boolean"
15582
+ },
15583
+ "privacy": "private",
15584
+ "default": "false",
15585
+ "inheritedFrom": {
15586
+ "name": "GridProBaseDatasource",
15587
+ "module": "src/datasource/base.datasource.ts"
15588
+ }
15589
+ },
14526
15590
  {
14527
15591
  "kind": "method",
14528
15592
  "name": "setDisconnected",
@@ -14536,7 +15600,7 @@
14536
15600
  "description": "true to set, false to remove"
14537
15601
  }
14538
15602
  ],
14539
- "description": "Sets or removes the ds-disconnected attribute on the grid element.",
15603
+ "description": "Sets the disconnected state and emits appropriate events.",
14540
15604
  "inheritedFrom": {
14541
15605
  "name": "GridProBaseDatasource",
14542
15606
  "module": "src/datasource/base.datasource.ts"
@@ -14551,7 +15615,7 @@
14551
15615
  "text": "boolean"
14552
15616
  }
14553
15617
  },
14554
- "description": "Returns true if the grid has the ds-disconnected attribute.",
15618
+ "description": "Returns true if the datasource is disconnected.",
14555
15619
  "inheritedFrom": {
14556
15620
  "name": "GridProBaseDatasource",
14557
15621
  "module": "src/datasource/base.datasource.ts"
@@ -14572,6 +15636,13 @@
14572
15636
  "type": {
14573
15637
  "text": "boolean"
14574
15638
  }
15639
+ },
15640
+ {
15641
+ "name": "statusBarConfig",
15642
+ "optional": true,
15643
+ "type": {
15644
+ "text": "any"
15645
+ }
14575
15646
  }
14576
15647
  ],
14577
15648
  "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.",
@@ -14957,19 +16028,6 @@
14957
16028
  "module": "src/datasource/base.datasource.ts"
14958
16029
  }
14959
16030
  },
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
- },
14973
16031
  {
14974
16032
  "kind": "method",
14975
16033
  "name": "handleErrors",