@genesislcap/grid-pro 14.327.1 → 14.327.2-alpha-07ce36f.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 (126) hide show
  1. package/dist/custom-elements.json +1345 -398
  2. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  3. package/dist/dts/datasource/base.datasource.d.ts +18 -14
  4. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  5. package/dist/dts/datasource/index.d.ts +1 -0
  6. package/dist/dts/datasource/index.d.ts.map +1 -1
  7. package/dist/dts/datasource/server-side.datasource.d.ts +10 -9
  8. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  9. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +102 -0
  10. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -0
  11. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +24 -8
  12. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  13. package/dist/dts/grid-pro-v34.d.ts +1039 -0
  14. package/dist/dts/grid-pro-v34.d.ts.map +1 -0
  15. package/dist/dts/grid-pro.d.ts +103 -1
  16. package/dist/dts/grid-pro.d.ts.map +1 -1
  17. package/dist/dts/index.d.ts +1 -0
  18. package/dist/dts/index.d.ts.map +1 -1
  19. package/dist/dts/status-bar-components/label-value.status-bar.d.ts +1 -1
  20. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  21. package/dist/dts/status-bar-components/load-more.status-bar.d.ts +1 -1
  22. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  23. package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
  24. package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
  25. package/dist/dts/status-bar-components/reload.status-bar.d.ts +1 -1
  26. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  27. package/dist/esm/cell-renderers/boolean.renderer.js +6 -7
  28. package/dist/esm/datasource/base.datasource.js +66 -88
  29. package/dist/esm/datasource/index.js +1 -0
  30. package/dist/esm/datasource/server-side.datasource.js +133 -151
  31. package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +27 -0
  32. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +85 -72
  33. package/dist/esm/grid-pro-v34.js +1118 -0
  34. package/dist/esm/grid-pro.js +301 -0
  35. package/dist/esm/grid-pro.template.js +1 -1
  36. package/dist/esm/index.js +1 -0
  37. package/dist/esm/status-bar-components/pagination.status-bar.js +18 -11
  38. package/dist/grid-pro.api.json +4158 -702
  39. package/dist/grid-pro.d.ts +1353 -108
  40. package/docs/api/grid-pro.errorhandlerdialogstyles.md +11 -0
  41. package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -21
  42. package/docs/api/grid-pro.geterrorhandlerdialogtemplate.md +64 -0
  43. package/docs/api/grid-pro.gridpro.gridcontainer.md +11 -0
  44. package/docs/api/grid-pro.gridpro.md +17 -0
  45. package/docs/api/{grid-pro.gridprobasedatasource.applyallagtransactions.md → grid-pro.gridprobasedatasource.applyalltransactions.md} +3 -3
  46. package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +3 -3
  47. package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +17 -1
  48. package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +1 -1
  49. package/docs/api/grid-pro.gridprobasedatasource.md +16 -69
  50. package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +1 -1
  51. package/docs/api/{grid-pro.gridprobasedatasource.applyfuncname.md → grid-pro.gridprobasedatasource.transactiondata.md} +3 -3
  52. package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +4 -4
  53. package/docs/api/grid-pro.gridprogenesisdatasource.md +6 -33
  54. package/docs/api/{grid-pro.gridprogenesisdatasource.applyfuncname.md → grid-pro.gridprogenesisdatasource.transactiondata.md} +3 -3
  55. package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +4 -4
  56. package/docs/api/grid-pro.gridproserversidedatasource.md +1 -74
  57. package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +2 -2
  58. package/docs/api/grid-pro.gridprov34._constructor_.md +13 -0
  59. package/docs/api/grid-pro.gridprov34.addeventlistener.md +86 -0
  60. package/docs/api/grid-pro.gridprov34.aggrid.md +11 -0
  61. package/docs/api/grid-pro.gridprov34.aggridoptions.md +11 -0
  62. package/docs/api/grid-pro.gridprov34.applytemplatedefinitions.md +231 -0
  63. package/docs/api/grid-pro.gridprov34.autocellrendererbytype.md +11 -0
  64. package/docs/api/grid-pro.gridprov34.cachefilterconfig.md +15 -0
  65. package/docs/api/grid-pro.gridprov34.classnames.md +11 -0
  66. package/docs/api/grid-pro.gridprov34.clearlocalgridoptions.md +17 -0
  67. package/docs/api/grid-pro.gridprov34.columncomponentname.md +11 -0
  68. package/docs/api/grid-pro.gridprov34.combineallgridcomponents.md +50 -0
  69. package/docs/api/grid-pro.gridprov34.connectedcallback.md +15 -0
  70. package/docs/api/grid-pro.gridprov34.customerrorhandlertemplate.md +18 -0
  71. package/docs/api/grid-pro.gridprov34.disconnectedcallback.md +15 -0
  72. package/docs/api/grid-pro.gridprov34.enablecellflashing.md +18 -0
  73. package/docs/api/grid-pro.gridprov34.enablerowflashing.md +13 -0
  74. package/docs/api/grid-pro.gridprov34.eventsandcallbacks.md +11 -0
  75. package/docs/api/grid-pro.gridprov34.getfiltermodel.md +17 -0
  76. package/docs/api/grid-pro.gridprov34.getsavedcolumnstate.md +21 -0
  77. package/docs/api/grid-pro.gridprov34.getselectedrows.md +19 -0
  78. package/docs/api/grid-pro.gridprov34.globaleventlistener.md +64 -0
  79. package/docs/api/grid-pro.gridprov34.gridapi.md +11 -0
  80. package/docs/api/grid-pro.gridprov34.gridautosizingenabled.md +13 -0
  81. package/docs/api/grid-pro.gridprov34.gridcomponents.md +13 -0
  82. package/docs/api/grid-pro.gridprov34.gridcontainer.md +11 -0
  83. package/docs/api/grid-pro.gridprov34.griderroritems.md +11 -0
  84. package/docs/api/grid-pro.gridprov34.gridfontface.md +11 -0
  85. package/docs/api/grid-pro.gridprov34.gridoptions.md +14 -0
  86. package/docs/api/grid-pro.gridprov34.gridoptionsconfig.md +25 -0
  87. package/docs/api/grid-pro.gridprov34.gridparams.md +12 -0
  88. package/docs/api/grid-pro.gridprov34.gridprodatasource.md +18 -0
  89. package/docs/api/grid-pro.gridprov34.gridslot.md +11 -0
  90. package/docs/api/grid-pro.gridprov34.hasselectedrows.md +19 -0
  91. package/docs/api/grid-pro.gridprov34.headercasetype.md +18 -0
  92. package/docs/api/grid-pro.gridprov34.headerheight.md +11 -0
  93. package/docs/api/grid-pro.gridprov34.hidedatasourceerror.md +15 -0
  94. package/docs/api/grid-pro.gridprov34.initialised.md +11 -0
  95. package/docs/api/grid-pro.gridprov34.isserverside.md +12 -0
  96. package/docs/api/grid-pro.gridprov34.md +978 -0
  97. package/docs/api/grid-pro.gridprov34.mergeallcolumndefsandstates.md +230 -0
  98. package/docs/api/grid-pro.gridprov34.onlytemplatecoldefs.md +11 -0
  99. package/docs/api/grid-pro.gridprov34.pagination.md +18 -0
  100. package/docs/api/grid-pro.gridprov34.paginationpagesize.md +22 -0
  101. package/docs/api/grid-pro.gridprov34.persistcolumnstatekey.md +13 -0
  102. package/docs/api/grid-pro.gridprov34.persistfiltermodelkey.md +13 -0
  103. package/docs/api/grid-pro.gridprov34.provider.md +11 -0
  104. package/docs/api/grid-pro.gridprov34.restorecachedfilterconfig.md +15 -0
  105. package/docs/api/grid-pro.gridprov34.rowdata.md +18 -0
  106. package/docs/api/grid-pro.gridprov34.rowdatachanged.md +64 -0
  107. package/docs/api/grid-pro.gridprov34.rowheight.md +11 -0
  108. package/docs/api/grid-pro.gridprov34.setfiltermodel.md +52 -0
  109. package/docs/api/grid-pro.gridprov34.setuppaginationandstatusbar.md +50 -0
  110. package/docs/api/grid-pro.gridprov34.statepersistanceenabled.md +15 -0
  111. package/docs/api/grid-pro.gridprov34.statepersistence.md +11 -0
  112. package/docs/api/grid-pro.gridprov34.statusbarconfig.md +18 -0
  113. package/docs/api/grid-pro.gridprov34.withstatusbar.md +18 -0
  114. package/docs/api/grid-pro.md +29 -1
  115. package/docs/api-report.md.api.md +523 -39
  116. package/package.json +16 -14
  117. package/docs/api/grid-pro.genesisgriddatasourceelement.aggrid.md +0 -11
  118. package/docs/api/grid-pro.gridprobasedatasource.agtransaction.md +0 -11
  119. package/docs/api/grid-pro.gridprobasedatasource.applyasyncfuncname.md +0 -11
  120. package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +0 -66
  121. package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +0 -11
  122. package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +0 -66
  123. package/docs/api/grid-pro.gridproserversidedatasource.applyasyncfuncname.md +0 -14
  124. package/docs/api/grid-pro.gridproserversidedatasource.applyfuncname.md +0 -14
  125. package/docs/api/grid-pro.gridproserversidedatasource.applytransactionasync.md +0 -69
  126. package/docs/api/grid-pro.gridproserversidedatasource.rowmodel.md +0 -14
@@ -28,6 +28,1142 @@
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": "flashAddedCells",
451
+ "privacy": "private",
452
+ "parameters": [
453
+ {
454
+ "name": "rowNodes"
455
+ }
456
+ ]
457
+ },
458
+ {
459
+ "kind": "method",
460
+ "name": "combineAllGridComponents",
461
+ "return": {
462
+ "type": {
463
+ "text": "GridComponents"
464
+ }
465
+ },
466
+ "parameters": [
467
+ {
468
+ "name": "gridOptionsComponents",
469
+ "type": {
470
+ "text": "GridComponents"
471
+ }
472
+ }
473
+ ]
474
+ },
475
+ {
476
+ "kind": "method",
477
+ "name": "statePersistanceEnabled",
478
+ "return": {
479
+ "type": {
480
+ "text": "boolean"
481
+ }
482
+ }
483
+ },
484
+ {
485
+ "kind": "method",
486
+ "name": "getSelectedRows",
487
+ "return": {
488
+ "type": {
489
+ "text": ""
490
+ }
491
+ },
492
+ "description": "Gets the currently selected rows from the grid",
493
+ "privacy": "public"
494
+ },
495
+ {
496
+ "kind": "method",
497
+ "name": "hasSelectedRows",
498
+ "return": {
499
+ "type": {
500
+ "text": ""
501
+ }
502
+ },
503
+ "description": "Checks if any rows are currently selected",
504
+ "privacy": "public"
505
+ },
506
+ {
507
+ "kind": "method",
508
+ "name": "saveColumnState",
509
+ "privacy": "private",
510
+ "return": {
511
+ "type": {
512
+ "text": "Promise<void>"
513
+ }
514
+ }
515
+ },
516
+ {
517
+ "kind": "method",
518
+ "name": "getSavedColumnState",
519
+ "return": {
520
+ "type": {
521
+ "text": "Promise<ColumnState[]>"
522
+ }
523
+ },
524
+ "description": "Gets the saved grid ColumnState[] from storage",
525
+ "privacy": "public"
526
+ },
527
+ {
528
+ "kind": "method",
529
+ "name": "restoreColumnState",
530
+ "privacy": "private",
531
+ "return": {
532
+ "type": {
533
+ "text": "Promise<void>"
534
+ }
535
+ }
536
+ },
537
+ {
538
+ "kind": "method",
539
+ "name": "cacheFilterConfig",
540
+ "return": {
541
+ "type": {
542
+ "text": "void"
543
+ }
544
+ }
545
+ },
546
+ {
547
+ "kind": "method",
548
+ "name": "restoreCachedFilterConfig",
549
+ "return": {
550
+ "type": {
551
+ "text": "Promise<void>"
552
+ }
553
+ }
554
+ },
555
+ {
556
+ "kind": "field",
557
+ "name": "gridOptions",
558
+ "type": {
559
+ "text": "GridOptions"
560
+ },
561
+ "privacy": "public"
562
+ },
563
+ {
564
+ "kind": "field",
565
+ "name": "isServerSide",
566
+ "type": {
567
+ "text": "boolean"
568
+ },
569
+ "privacy": "public",
570
+ "readonly": true
571
+ },
572
+ {
573
+ "kind": "field",
574
+ "name": "gridParams",
575
+ "type": {
576
+ "text": "GridParams"
577
+ },
578
+ "privacy": "public",
579
+ "readonly": true
580
+ },
581
+ {
582
+ "kind": "field",
583
+ "name": "gridProDatasource",
584
+ "type": {
585
+ "text": "GridProBaseDatasource"
586
+ },
587
+ "description": "Get the datasource element.",
588
+ "privacy": "public",
589
+ "readonly": true
590
+ },
591
+ {
592
+ "kind": "method",
593
+ "name": "setLocalGridOptions",
594
+ "privacy": "private",
595
+ "parameters": [
596
+ {
597
+ "name": "derivedOptions",
598
+ "type": {
599
+ "text": "GridOptions"
600
+ }
601
+ }
602
+ ]
603
+ },
604
+ {
605
+ "kind": "method",
606
+ "name": "clearLocalGridOptions",
607
+ "description": "Clears the local grid options, this is used to clear the grid options when the grid is restarted.",
608
+ "privacy": "public"
609
+ },
610
+ {
611
+ "kind": "method",
612
+ "name": "initGrid",
613
+ "privacy": "private"
614
+ },
615
+ {
616
+ "kind": "method",
617
+ "name": "applyTemplateDefinitions",
618
+ "parameters": [
619
+ {
620
+ "name": "columnDefs",
621
+ "type": {
622
+ "text": "ColDef[]"
623
+ },
624
+ "description": "The column definitions to apply to the grid."
625
+ },
626
+ {
627
+ "name": "deferredColumnDefsOrState",
628
+ "default": "false",
629
+ "description": "If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element."
630
+ }
631
+ ],
632
+ "description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
633
+ "deprecated": "use `applyTemplateDefinitions` instead.",
634
+ "return": {
635
+ "type": {
636
+ "text": ""
637
+ }
638
+ }
639
+ },
640
+ {
641
+ "kind": "method",
642
+ "name": "mergeAllColumnDefsAndStates",
643
+ "parameters": [
644
+ {
645
+ "name": "columnDefs",
646
+ "type": {
647
+ "text": "ColDef[]"
648
+ },
649
+ "description": "The column definitions to apply to the grid."
650
+ },
651
+ {
652
+ "name": "deferredColumnDefsOrState",
653
+ "default": "false",
654
+ "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."
655
+ }
656
+ ],
657
+ "description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
658
+ "privacy": "public",
659
+ "return": {
660
+ "type": {
661
+ "text": ""
662
+ }
663
+ }
664
+ },
665
+ {
666
+ "kind": "method",
667
+ "name": "panelExists",
668
+ "privacy": "private",
669
+ "return": {
670
+ "type": {
671
+ "text": "boolean"
672
+ }
673
+ },
674
+ "parameters": [
675
+ {
676
+ "name": "statusPanelType",
677
+ "type": {
678
+ "text": "string"
679
+ }
680
+ },
681
+ {
682
+ "name": "panels",
683
+ "type": {
684
+ "text": "any[]"
685
+ }
686
+ }
687
+ ]
688
+ },
689
+ {
690
+ "kind": "method",
691
+ "name": "addRowCountPanel",
692
+ "privacy": "private",
693
+ "return": {
694
+ "type": {
695
+ "text": "void"
696
+ }
697
+ },
698
+ "parameters": [
699
+ {
700
+ "name": "statusPanels",
701
+ "type": {
702
+ "text": "any[]"
703
+ }
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "kind": "method",
709
+ "name": "addMaxRowsPanel",
710
+ "privacy": "private",
711
+ "return": {
712
+ "type": {
713
+ "text": "void"
714
+ }
715
+ },
716
+ "parameters": [
717
+ {
718
+ "name": "statusPanels",
719
+ "type": {
720
+ "text": "any[]"
721
+ }
722
+ }
723
+ ]
724
+ },
725
+ {
726
+ "kind": "method",
727
+ "name": "addAggregationPanel",
728
+ "privacy": "private",
729
+ "return": {
730
+ "type": {
731
+ "text": "void"
732
+ }
733
+ },
734
+ "parameters": [
735
+ {
736
+ "name": "statusPanels",
737
+ "type": {
738
+ "text": "any[]"
739
+ }
740
+ }
741
+ ]
742
+ },
743
+ {
744
+ "kind": "method",
745
+ "name": "addDatasourcePanels",
746
+ "privacy": "private",
747
+ "return": {
748
+ "type": {
749
+ "text": "void"
750
+ }
751
+ },
752
+ "parameters": [
753
+ {
754
+ "name": "statusPanels",
755
+ "type": {
756
+ "text": "any[]"
757
+ }
758
+ }
759
+ ]
760
+ },
761
+ {
762
+ "kind": "method",
763
+ "name": "addPaginationPanel",
764
+ "privacy": "private",
765
+ "return": {
766
+ "type": {
767
+ "text": "void"
768
+ }
769
+ },
770
+ "parameters": [
771
+ {
772
+ "name": "statusPanels",
773
+ "type": {
774
+ "text": "any[]"
775
+ }
776
+ }
777
+ ]
778
+ },
779
+ {
780
+ "kind": "method",
781
+ "name": "setupPaginationAndStatusBar",
782
+ "privacy": "protected",
783
+ "parameters": [
784
+ {
785
+ "name": "gridOptions",
786
+ "type": {
787
+ "text": "GridOptions"
788
+ }
789
+ }
790
+ ]
791
+ },
792
+ {
793
+ "kind": "method",
794
+ "name": "globalEventListener",
795
+ "parameters": [
796
+ {
797
+ "name": "eventType"
798
+ },
799
+ {
800
+ "name": "event"
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "kind": "field",
806
+ "name": "fontFaceDestroy",
807
+ "type": {
808
+ "text": "() => void"
809
+ },
810
+ "privacy": "private"
811
+ },
812
+ {
813
+ "kind": "method",
814
+ "name": "insertFontFace",
815
+ "privacy": "private",
816
+ "parameters": [
817
+ {
818
+ "name": "newValue",
819
+ "type": {
820
+ "text": "AgGridTheme | string"
821
+ }
822
+ }
823
+ ]
824
+ },
825
+ {
826
+ "kind": "method",
827
+ "name": "destroyFontFace",
828
+ "privacy": "private"
829
+ },
830
+ {
831
+ "kind": "method",
832
+ "name": "cloneNode",
833
+ "return": {
834
+ "type": {
835
+ "text": "Node"
836
+ }
837
+ },
838
+ "parameters": [
839
+ {
840
+ "name": "deep",
841
+ "optional": true,
842
+ "type": {
843
+ "text": "boolean"
844
+ }
845
+ }
846
+ ],
847
+ "inheritedFrom": {
848
+ "name": "LifecycleMixin",
849
+ "module": "src/mixins/lifecycle/lifecycle.ts"
850
+ }
851
+ },
852
+ {
853
+ "kind": "method",
854
+ "name": "deepClone",
855
+ "return": {
856
+ "type": {
857
+ "text": "Node"
858
+ }
859
+ },
860
+ "inheritedFrom": {
861
+ "name": "LifecycleMixin",
862
+ "module": "src/mixins/lifecycle/lifecycle.ts"
863
+ }
864
+ },
865
+ {
866
+ "kind": "field",
867
+ "name": "shouldRunDisconnect",
868
+ "return": {
869
+ "type": {
870
+ "text": ""
871
+ }
872
+ },
873
+ "readonly": true,
874
+ "inheritedFrom": {
875
+ "name": "LifecycleMixin",
876
+ "module": "src/mixins/lifecycle/lifecycle.ts"
877
+ }
878
+ },
879
+ {
880
+ "kind": "field",
881
+ "name": "shouldRunConnect",
882
+ "return": {
883
+ "type": {
884
+ "text": ""
885
+ }
886
+ },
887
+ "readonly": true,
888
+ "inheritedFrom": {
889
+ "name": "LifecycleMixin",
890
+ "module": "src/mixins/lifecycle/lifecycle.ts"
891
+ }
892
+ },
893
+ {
894
+ "kind": "method",
895
+ "name": "#_blockLifecycleDueToTokenChange",
896
+ "return": {
897
+ "type": {
898
+ "text": "boolean"
899
+ }
900
+ },
901
+ "parameters": [
902
+ {
903
+ "name": "lifecycleType",
904
+ "type": {
905
+ "text": "Lifecycletype"
906
+ }
907
+ }
908
+ ],
909
+ "inheritedFrom": {
910
+ "name": "LifecycleMixin",
911
+ "module": "src/mixins/lifecycle/lifecycle.ts"
912
+ }
913
+ },
914
+ {
915
+ "kind": "field",
916
+ "name": "_presentation",
917
+ "type": {
918
+ "text": "ComponentPresentation | null | undefined"
919
+ },
920
+ "privacy": "private",
921
+ "default": "void 0",
922
+ "inheritedFrom": {
923
+ "name": "FoundationElement",
924
+ "module": "src/foundation-element/foundation-element.ts"
925
+ }
926
+ },
927
+ {
928
+ "kind": "field",
929
+ "name": "$presentation",
930
+ "type": {
931
+ "text": "ComponentPresentation | null"
932
+ },
933
+ "privacy": "public",
934
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
935
+ "inheritedFrom": {
936
+ "name": "FoundationElement",
937
+ "module": "src/foundation-element/foundation-element.ts"
938
+ }
939
+ },
940
+ {
941
+ "kind": "field",
942
+ "name": "template",
943
+ "type": {
944
+ "text": "ElementViewTemplate | void | null"
945
+ },
946
+ "privacy": "public",
947
+ "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.",
948
+ "inheritedFrom": {
949
+ "name": "FoundationElement",
950
+ "module": "src/foundation-element/foundation-element.ts"
951
+ }
952
+ },
953
+ {
954
+ "kind": "method",
955
+ "name": "templateChanged",
956
+ "privacy": "protected",
957
+ "return": {
958
+ "type": {
959
+ "text": "void"
960
+ }
961
+ },
962
+ "inheritedFrom": {
963
+ "name": "FoundationElement",
964
+ "module": "src/foundation-element/foundation-element.ts"
965
+ }
966
+ },
967
+ {
968
+ "kind": "field",
969
+ "name": "styles",
970
+ "type": {
971
+ "text": "ElementStyles | void | null"
972
+ },
973
+ "privacy": "public",
974
+ "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.",
975
+ "inheritedFrom": {
976
+ "name": "FoundationElement",
977
+ "module": "src/foundation-element/foundation-element.ts"
978
+ }
979
+ },
980
+ {
981
+ "kind": "method",
982
+ "name": "stylesChanged",
983
+ "privacy": "protected",
984
+ "return": {
985
+ "type": {
986
+ "text": "void"
987
+ }
988
+ },
989
+ "inheritedFrom": {
990
+ "name": "FoundationElement",
991
+ "module": "src/foundation-element/foundation-element.ts"
992
+ }
993
+ },
994
+ {
995
+ "kind": "method",
996
+ "name": "compose",
997
+ "privacy": "public",
998
+ "static": true,
999
+ "return": {
1000
+ "type": {
1001
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1002
+ }
1003
+ },
1004
+ "parameters": [
1005
+ {
1006
+ "name": "this",
1007
+ "type": {
1008
+ "text": "K"
1009
+ }
1010
+ },
1011
+ {
1012
+ "name": "elementDefinition",
1013
+ "type": {
1014
+ "text": "T"
1015
+ },
1016
+ "description": "The definition of the element to create the registry\nfunction for."
1017
+ }
1018
+ ],
1019
+ "description": "Defines an element registry function with a set of element definition defaults.",
1020
+ "inheritedFrom": {
1021
+ "name": "FoundationElement",
1022
+ "module": "src/foundation-element/foundation-element.ts"
1023
+ }
1024
+ }
1025
+ ],
1026
+ "attributes": [
1027
+ {
1028
+ "name": "auto-cell-renderer-by-type",
1029
+ "type": {
1030
+ "text": "boolean"
1031
+ },
1032
+ "default": "false",
1033
+ "fieldName": "autoCellRendererByType"
1034
+ },
1035
+ {
1036
+ "name": "only-template-col-defs",
1037
+ "type": {
1038
+ "text": "boolean"
1039
+ },
1040
+ "default": "false",
1041
+ "fieldName": "onlyTemplateColDefs"
1042
+ },
1043
+ {
1044
+ "name": "grid-autosizing",
1045
+ "type": {
1046
+ "text": "boolean"
1047
+ },
1048
+ "default": "false",
1049
+ "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`.",
1050
+ "fieldName": "gridAutosizingEnabled"
1051
+ },
1052
+ {
1053
+ "name": "enable-cell-flashing",
1054
+ "type": {
1055
+ "text": "boolean"
1056
+ },
1057
+ "default": "false",
1058
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1059
+ "fieldName": "enableCellFlashing"
1060
+ },
1061
+ {
1062
+ "name": "enable-row-flashing",
1063
+ "type": {
1064
+ "text": "boolean"
1065
+ },
1066
+ "default": "false",
1067
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
1068
+ "fieldName": "enableRowFlashing"
1069
+ },
1070
+ {
1071
+ "name": "persist-column-state-key",
1072
+ "type": {
1073
+ "text": "string"
1074
+ },
1075
+ "description": "The key to use for persisting the column state in local browser or KV storage.",
1076
+ "fieldName": "persistColumnStateKey"
1077
+ },
1078
+ {
1079
+ "name": "persist-filter-model-key",
1080
+ "type": {
1081
+ "text": "string"
1082
+ },
1083
+ "description": "The key to use for persisting the filter model in local browser or KV storage.",
1084
+ "fieldName": "persistFilterModelKey"
1085
+ },
1086
+ {
1087
+ "name": "header-case-type",
1088
+ "type": {
1089
+ "text": "GridProCaseType"
1090
+ },
1091
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1092
+ "fieldName": "headerCaseType"
1093
+ },
1094
+ {
1095
+ "name": "columnComponentName",
1096
+ "type": {
1097
+ "text": "string"
1098
+ },
1099
+ "default": "'grid-pro-column'",
1100
+ "fieldName": "columnComponentName"
1101
+ },
1102
+ {
1103
+ "name": "headerHeight",
1104
+ "type": {
1105
+ "text": "number"
1106
+ },
1107
+ "fieldName": "headerHeight"
1108
+ },
1109
+ {
1110
+ "name": "rowHeight",
1111
+ "type": {
1112
+ "text": "number"
1113
+ },
1114
+ "fieldName": "rowHeight"
1115
+ },
1116
+ {
1117
+ "type": {
1118
+ "text": "boolean"
1119
+ },
1120
+ "default": "false",
1121
+ "description": "Enable pagination for the grid.",
1122
+ "fieldName": "pagination"
1123
+ },
1124
+ {
1125
+ "name": "pagination-page-size",
1126
+ "type": {
1127
+ "text": "number"
1128
+ },
1129
+ "description": "Number of rows per page when pagination is enabled.",
1130
+ "fieldName": "paginationPageSize"
1131
+ },
1132
+ {
1133
+ "name": "with-status-bar",
1134
+ "type": {
1135
+ "text": "boolean"
1136
+ },
1137
+ "default": "false",
1138
+ "description": "Enables or disables the grid status bar.",
1139
+ "fieldName": "withStatusBar"
1140
+ }
1141
+ ],
1142
+ "mixins": [
1143
+ {
1144
+ "name": "LifecycleMixin",
1145
+ "package": "@genesislcap/foundation-utils"
1146
+ }
1147
+ ],
1148
+ "superclass": {
1149
+ "name": "FoundationElement",
1150
+ "package": "@microsoft/fast-foundation"
1151
+ },
1152
+ "tagName": "%%prefix%%-grid-pro",
1153
+ "customElement": true
1154
+ }
1155
+ ],
1156
+ "exports": [
1157
+ {
1158
+ "kind": "js",
1159
+ "name": "GridProV34",
1160
+ "declaration": {
1161
+ "name": "GridProV34",
1162
+ "module": "src/grid-pro-v34.ts"
1163
+ }
1164
+ }
1165
+ ]
1166
+ },
31
1167
  {
32
1168
  "kind": "javascript-module",
33
1169
  "path": "src/grid-pro.definitions.ts",
@@ -591,6 +1727,13 @@
591
1727
  "text": "HTMLSlotElement"
592
1728
  }
593
1729
  },
1730
+ {
1731
+ "kind": "field",
1732
+ "name": "gridContainer",
1733
+ "type": {
1734
+ "text": "HTMLElement"
1735
+ }
1736
+ },
594
1737
  {
595
1738
  "kind": "field",
596
1739
  "name": "gridComponents",
@@ -836,6 +1979,16 @@
836
1979
  "kind": "method",
837
1980
  "name": "hideDatasourceError"
838
1981
  },
1982
+ {
1983
+ "kind": "method",
1984
+ "name": "flashAddedCells",
1985
+ "privacy": "private",
1986
+ "parameters": [
1987
+ {
1988
+ "name": "rowNodes"
1989
+ }
1990
+ ]
1991
+ },
839
1992
  {
840
1993
  "kind": "method",
841
1994
  "name": "combineAllGridComponents",
@@ -2099,6 +3252,14 @@
2099
3252
  "name": "*",
2100
3253
  "package": "./utils"
2101
3254
  }
3255
+ },
3256
+ {
3257
+ "kind": "js",
3258
+ "name": "*",
3259
+ "declaration": {
3260
+ "name": "*",
3261
+ "package": "./grid-pro-v34"
3262
+ }
2102
3263
  }
2103
3264
  ]
2104
3265
  },
@@ -6757,15 +7918,6 @@
6757
7918
  }
6758
7919
  ]
6759
7920
  },
6760
- {
6761
- "kind": "field",
6762
- "name": "agGrid",
6763
- "type": {
6764
- "text": "GridPro | null"
6765
- },
6766
- "privacy": "protected",
6767
- "readonly": true
6768
- },
6769
7921
  {
6770
7922
  "kind": "method",
6771
7923
  "name": "handleErrors",
@@ -7074,29 +8226,13 @@
7074
8226
  },
7075
8227
  {
7076
8228
  "kind": "field",
7077
- "name": "agTransaction",
8229
+ "name": "transactionData",
7078
8230
  "type": {
7079
- "text": "RowDataTransaction | ServerSideTransaction"
8231
+ "text": "TransactionData"
7080
8232
  },
7081
8233
  "privacy": "protected",
7082
8234
  "default": "{\n add: [],\n remove: [],\n update: [],\n }"
7083
8235
  },
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
8236
  {
7101
8237
  "kind": "field",
7102
8238
  "name": "connectionSub",
@@ -7187,28 +8323,18 @@
7187
8323
  },
7188
8324
  {
7189
8325
  "kind": "method",
7190
- "name": "applyAllAgTransactions",
8326
+ "name": "applyAllTransactions",
7191
8327
  "privacy": "protected"
7192
8328
  },
7193
8329
  {
7194
8330
  "kind": "method",
7195
- "name": "flashAddedCells",
7196
- "privacy": "private",
7197
- "parameters": [
7198
- {
7199
- "name": "rowNodes"
7200
- }
7201
- ]
7202
- },
7203
- {
7204
- "kind": "method",
7205
- "name": "applyMappedAgTransaction",
8331
+ "name": "applyMappedTransaction",
7206
8332
  "privacy": "private",
7207
8333
  "parameters": [
7208
8334
  {
7209
- "name": "agTransaction",
8335
+ "name": "transaction",
7210
8336
  "type": {
7211
- "text": "RowDataTransaction"
8337
+ "text": "TransactionData"
7212
8338
  }
7213
8339
  },
7214
8340
  {
@@ -7216,12 +8342,6 @@
7216
8342
  "type": {
7217
8343
  "text": "OperationType"
7218
8344
  }
7219
- },
7220
- {
7221
- "name": "isAsync",
7222
- "type": {
7223
- "text": "boolean"
7224
- }
7225
8345
  }
7226
8346
  ]
7227
8347
  },
@@ -7236,29 +8356,9 @@
7236
8356
  },
7237
8357
  "parameters": [
7238
8358
  {
7239
- "name": "agTransaction",
7240
- "type": {
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,
8359
+ "name": "transaction",
7260
8360
  "type": {
7261
- "text": "(res) => void"
8361
+ "text": "any"
7262
8362
  }
7263
8363
  }
7264
8364
  ]
@@ -7271,7 +8371,7 @@
7271
8371
  {
7272
8372
  "name": "transaction",
7273
8373
  "type": {
7274
- "text": "RowDataTransaction"
8374
+ "text": "TransactionData"
7275
8375
  },
7276
8376
  "description": "The transaction data to be mapped."
7277
8377
  },
@@ -7316,6 +8416,15 @@
7316
8416
  "kind": "method",
7317
8417
  "name": "destroy"
7318
8418
  },
8419
+ {
8420
+ "kind": "field",
8421
+ "name": "_isDisconnected",
8422
+ "type": {
8423
+ "text": "boolean"
8424
+ },
8425
+ "privacy": "private",
8426
+ "default": "false"
8427
+ },
7319
8428
  {
7320
8429
  "kind": "method",
7321
8430
  "name": "setDisconnected",
@@ -7329,7 +8438,7 @@
7329
8438
  "description": "true to set, false to remove"
7330
8439
  }
7331
8440
  ],
7332
- "description": "Sets or removes the ds-disconnected attribute on the grid element."
8441
+ "description": "Sets the disconnected state and emits appropriate events."
7333
8442
  },
7334
8443
  {
7335
8444
  "kind": "method",
@@ -7340,7 +8449,7 @@
7340
8449
  "text": "boolean"
7341
8450
  }
7342
8451
  },
7343
- "description": "Returns true if the grid has the ds-disconnected attribute."
8452
+ "description": "Returns true if the datasource is disconnected."
7344
8453
  },
7345
8454
  {
7346
8455
  "kind": "method",
@@ -7357,6 +8466,13 @@
7357
8466
  "type": {
7358
8467
  "text": "boolean"
7359
8468
  }
8469
+ },
8470
+ {
8471
+ "name": "statusBarConfig",
8472
+ "optional": true,
8473
+ "type": {
8474
+ "text": "any"
8475
+ }
7360
8476
  }
7361
8477
  ],
7362
8478
  "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 +8894,6 @@
7778
8894
  "module": "src/datasource/base.datasource.ts"
7779
8895
  }
7780
8896
  },
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
8897
  {
7795
8898
  "kind": "method",
7796
8899
  "name": "handleErrors",
@@ -8304,43 +9407,30 @@
8304
9407
  },
8305
9408
  {
8306
9409
  "kind": "field",
8307
- "name": "applyFuncName",
9410
+ "name": "cachedRowArray",
8308
9411
  "type": {
8309
- "text": "string"
9412
+ "text": "any[]"
8310
9413
  },
8311
- "privacy": "protected",
8312
- "default": "'applyTransaction'",
9414
+ "privacy": "private",
9415
+ "default": "[]",
8313
9416
  "inheritedFrom": {
8314
- "name": "GridProBaseDatasource",
8315
- "module": "src/datasource/base.datasource.ts"
9417
+ "name": "GridProGenesisDatasource",
9418
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
8316
9419
  }
8317
9420
  },
8318
9421
  {
8319
9422
  "kind": "field",
8320
- "name": "applyAsyncFuncName",
9423
+ "name": "transactionData",
8321
9424
  "type": {
8322
- "text": "string"
9425
+ "text": "TransactionData"
8323
9426
  },
8324
9427
  "privacy": "protected",
8325
- "default": "'applyTransactionAsync'",
9428
+ "default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
8326
9429
  "inheritedFrom": {
8327
9430
  "name": "GridProBaseDatasource",
8328
9431
  "module": "src/datasource/base.datasource.ts"
8329
9432
  }
8330
9433
  },
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
9434
  {
8345
9435
  "kind": "method",
8346
9436
  "name": "criteriaChanged",
@@ -8800,46 +9890,17 @@
8800
9890
  "privacy": "protected",
8801
9891
  "return": {
8802
9892
  "type": {
8803
- "text": "RowNodeTransaction | null | undefined"
9893
+ "text": "any"
8804
9894
  }
8805
9895
  },
8806
9896
  "parameters": [
8807
9897
  {
8808
- "name": "agTransaction",
8809
- "type": {
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,
9898
+ "name": "transaction",
8833
9899
  "type": {
8834
- "text": "(res: RowNodeTransaction) => void"
9900
+ "text": "any"
8835
9901
  }
8836
9902
  }
8837
9903
  ],
8838
- "return": {
8839
- "type": {
8840
- "text": "void"
8841
- }
8842
- },
8843
9904
  "inheritedFrom": {
8844
9905
  "name": "GridProBaseDatasource",
8845
9906
  "module": "src/datasource/base.datasource.ts"
@@ -8948,19 +10009,6 @@
8948
10009
  "module": "src/datasource/base.datasource.ts"
8949
10010
  }
8950
10011
  },
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
10012
  {
8965
10013
  "kind": "field",
8966
10014
  "name": "connectionSub",
@@ -9021,7 +10069,7 @@
9021
10069
  },
9022
10070
  {
9023
10071
  "kind": "method",
9024
- "name": "applyAllAgTransactions",
10072
+ "name": "applyAllTransactions",
9025
10073
  "privacy": "protected",
9026
10074
  "inheritedFrom": {
9027
10075
  "name": "GridProBaseDatasource",
@@ -9030,27 +10078,13 @@
9030
10078
  },
9031
10079
  {
9032
10080
  "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",
10081
+ "name": "applyMappedTransaction",
9048
10082
  "privacy": "private",
9049
10083
  "parameters": [
9050
10084
  {
9051
- "name": "agTransaction",
10085
+ "name": "transaction",
9052
10086
  "type": {
9053
- "text": "RowDataTransaction"
10087
+ "text": "TransactionData"
9054
10088
  }
9055
10089
  },
9056
10090
  {
@@ -9058,12 +10092,6 @@
9058
10092
  "type": {
9059
10093
  "text": "OperationType"
9060
10094
  }
9061
- },
9062
- {
9063
- "name": "isAsync",
9064
- "type": {
9065
- "text": "boolean"
9066
- }
9067
10095
  }
9068
10096
  ],
9069
10097
  "inheritedFrom": {
@@ -9079,7 +10107,7 @@
9079
10107
  {
9080
10108
  "name": "transaction",
9081
10109
  "type": {
9082
- "text": "RowDataTransaction"
10110
+ "text": "TransactionData"
9083
10111
  },
9084
10112
  "description": "The transaction data to be mapped."
9085
10113
  },
@@ -9116,6 +10144,19 @@
9116
10144
  "module": "src/datasource/base.datasource.ts"
9117
10145
  }
9118
10146
  },
10147
+ {
10148
+ "kind": "field",
10149
+ "name": "_isDisconnected",
10150
+ "type": {
10151
+ "text": "boolean"
10152
+ },
10153
+ "privacy": "private",
10154
+ "default": "false",
10155
+ "inheritedFrom": {
10156
+ "name": "GridProBaseDatasource",
10157
+ "module": "src/datasource/base.datasource.ts"
10158
+ }
10159
+ },
9119
10160
  {
9120
10161
  "kind": "method",
9121
10162
  "name": "setDisconnected",
@@ -9129,7 +10170,7 @@
9129
10170
  "description": "true to set, false to remove"
9130
10171
  }
9131
10172
  ],
9132
- "description": "Sets or removes the ds-disconnected attribute on the grid element.",
10173
+ "description": "Sets the disconnected state and emits appropriate events.",
9133
10174
  "inheritedFrom": {
9134
10175
  "name": "GridProBaseDatasource",
9135
10176
  "module": "src/datasource/base.datasource.ts"
@@ -9144,7 +10185,7 @@
9144
10185
  "text": "boolean"
9145
10186
  }
9146
10187
  },
9147
- "description": "Returns true if the grid has the ds-disconnected attribute.",
10188
+ "description": "Returns true if the datasource is disconnected.",
9148
10189
  "inheritedFrom": {
9149
10190
  "name": "GridProBaseDatasource",
9150
10191
  "module": "src/datasource/base.datasource.ts"
@@ -9165,6 +10206,13 @@
9165
10206
  "type": {
9166
10207
  "text": "boolean"
9167
10208
  }
10209
+ },
10210
+ {
10211
+ "name": "statusBarConfig",
10212
+ "optional": true,
10213
+ "type": {
10214
+ "text": "any"
10215
+ }
9168
10216
  }
9169
10217
  ],
9170
10218
  "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 +10598,6 @@
9550
10598
  "module": "src/datasource/base.datasource.ts"
9551
10599
  }
9552
10600
  },
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
10601
  {
9567
10602
  "kind": "method",
9568
10603
  "name": "handleErrors",
@@ -10065,6 +11100,14 @@
10065
11100
  "name": "*",
10066
11101
  "package": "./datasource.types"
10067
11102
  }
11103
+ },
11104
+ {
11105
+ "kind": "js",
11106
+ "name": "*",
11107
+ "declaration": {
11108
+ "name": "*",
11109
+ "package": "./error-handler.dialog"
11110
+ }
10068
11111
  }
10069
11112
  ]
10070
11113
  },
@@ -10077,32 +11120,6 @@
10077
11120
  "description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
10078
11121
  "name": "GridProServerSideDatasource",
10079
11122
  "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
11123
  {
10107
11124
  "kind": "field",
10108
11125
  "name": "zeroBasedViewNumber",
@@ -10258,7 +11275,7 @@
10258
11275
  {
10259
11276
  "name": "event",
10260
11277
  "type": {
10261
- "text": "PaginationChangedEvent"
11278
+ "text": "any"
10262
11279
  }
10263
11280
  }
10264
11281
  ]
@@ -10308,14 +11325,6 @@
10308
11325
  }
10309
11326
  ]
10310
11327
  },
10311
- {
10312
- "kind": "field",
10313
- "name": "rowModel",
10314
- "type": {
10315
- "text": "IServerSideRowModel"
10316
- },
10317
- "readonly": true
10318
- },
10319
11328
  {
10320
11329
  "kind": "method",
10321
11330
  "name": "createReqRepRequest",
@@ -10350,60 +11359,54 @@
10350
11359
  },
10351
11360
  {
10352
11361
  "kind": "method",
10353
- "name": "getAgColumnDefs",
11362
+ "name": "getLoadedDeletes",
10354
11363
  "privacy": "private",
10355
11364
  "return": {
10356
11365
  "type": {
10357
- "text": "Promise<ColDef[]>"
11366
+ "text": "Promise<any[]>"
10358
11367
  }
10359
11368
  },
10360
11369
  "parameters": [
10361
11370
  {
10362
- "name": "fieldsMetadata",
11371
+ "name": "deletes",
10363
11372
  "type": {
10364
- "text": "FieldMetadata[]"
11373
+ "text": "any[]"
10365
11374
  }
10366
11375
  }
10367
11376
  ]
10368
11377
  },
10369
11378
  {
10370
11379
  "kind": "method",
10371
- "name": "applyTransaction",
10372
- "privacy": "protected",
11380
+ "name": "getAgColumnDefs",
11381
+ "privacy": "private",
10373
11382
  "return": {
10374
11383
  "type": {
10375
- "text": "ServerSideTransactionResult"
11384
+ "text": "Promise<ColDef[]>"
10376
11385
  }
10377
11386
  },
10378
11387
  "parameters": [
10379
11388
  {
10380
- "name": "agTransaction",
11389
+ "name": "fieldsMetadata",
10381
11390
  "type": {
10382
- "text": "RowDataTransaction"
11391
+ "text": "FieldMetadata[]"
10383
11392
  }
10384
11393
  }
10385
- ],
10386
- "inheritedFrom": {
10387
- "name": "GridProBaseDatasource",
10388
- "module": "src/datasource/base.datasource.ts"
10389
- }
11394
+ ]
10390
11395
  },
10391
11396
  {
10392
11397
  "kind": "method",
10393
- "name": "applyTransactionAsync",
11398
+ "name": "applyTransaction",
10394
11399
  "privacy": "protected",
11400
+ "return": {
11401
+ "type": {
11402
+ "text": "any"
11403
+ }
11404
+ },
10395
11405
  "parameters": [
10396
11406
  {
10397
- "name": "agTransaction",
10398
- "type": {
10399
- "text": "RowDataTransaction"
10400
- }
10401
- },
10402
- {
10403
- "name": "callback",
10404
- "optional": true,
11407
+ "name": "transaction",
10405
11408
  "type": {
10406
- "text": "(res: ServerSideTransactionResult) => void"
11409
+ "text": "any"
10407
11410
  }
10408
11411
  }
10409
11412
  ],
@@ -10518,9 +11521,9 @@
10518
11521
  },
10519
11522
  {
10520
11523
  "kind": "field",
10521
- "name": "agTransaction",
11524
+ "name": "transactionData",
10522
11525
  "type": {
10523
- "text": "RowDataTransaction | ServerSideTransaction"
11526
+ "text": "TransactionData"
10524
11527
  },
10525
11528
  "privacy": "protected",
10526
11529
  "default": "{\n add: [],\n remove: [],\n update: [],\n }",
@@ -10647,7 +11650,7 @@
10647
11650
  },
10648
11651
  {
10649
11652
  "kind": "method",
10650
- "name": "applyAllAgTransactions",
11653
+ "name": "applyAllTransactions",
10651
11654
  "privacy": "protected",
10652
11655
  "inheritedFrom": {
10653
11656
  "name": "GridProBaseDatasource",
@@ -10656,27 +11659,13 @@
10656
11659
  },
10657
11660
  {
10658
11661
  "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",
11662
+ "name": "applyMappedTransaction",
10674
11663
  "privacy": "private",
10675
11664
  "parameters": [
10676
11665
  {
10677
- "name": "agTransaction",
11666
+ "name": "transaction",
10678
11667
  "type": {
10679
- "text": "RowDataTransaction"
11668
+ "text": "TransactionData"
10680
11669
  }
10681
11670
  },
10682
11671
  {
@@ -10684,12 +11673,6 @@
10684
11673
  "type": {
10685
11674
  "text": "OperationType"
10686
11675
  }
10687
- },
10688
- {
10689
- "name": "isAsync",
10690
- "type": {
10691
- "text": "boolean"
10692
- }
10693
11676
  }
10694
11677
  ],
10695
11678
  "inheritedFrom": {
@@ -10705,7 +11688,7 @@
10705
11688
  {
10706
11689
  "name": "transaction",
10707
11690
  "type": {
10708
- "text": "RowDataTransaction"
11691
+ "text": "TransactionData"
10709
11692
  },
10710
11693
  "description": "The transaction data to be mapped."
10711
11694
  },
@@ -10742,6 +11725,19 @@
10742
11725
  "module": "src/datasource/base.datasource.ts"
10743
11726
  }
10744
11727
  },
11728
+ {
11729
+ "kind": "field",
11730
+ "name": "_isDisconnected",
11731
+ "type": {
11732
+ "text": "boolean"
11733
+ },
11734
+ "privacy": "private",
11735
+ "default": "false",
11736
+ "inheritedFrom": {
11737
+ "name": "GridProBaseDatasource",
11738
+ "module": "src/datasource/base.datasource.ts"
11739
+ }
11740
+ },
10745
11741
  {
10746
11742
  "kind": "method",
10747
11743
  "name": "setDisconnected",
@@ -10755,7 +11751,7 @@
10755
11751
  "description": "true to set, false to remove"
10756
11752
  }
10757
11753
  ],
10758
- "description": "Sets or removes the ds-disconnected attribute on the grid element.",
11754
+ "description": "Sets the disconnected state and emits appropriate events.",
10759
11755
  "inheritedFrom": {
10760
11756
  "name": "GridProBaseDatasource",
10761
11757
  "module": "src/datasource/base.datasource.ts"
@@ -10770,7 +11766,7 @@
10770
11766
  "text": "boolean"
10771
11767
  }
10772
11768
  },
10773
- "description": "Returns true if the grid has the ds-disconnected attribute.",
11769
+ "description": "Returns true if the datasource is disconnected.",
10774
11770
  "inheritedFrom": {
10775
11771
  "name": "GridProBaseDatasource",
10776
11772
  "module": "src/datasource/base.datasource.ts"
@@ -10791,6 +11787,13 @@
10791
11787
  "type": {
10792
11788
  "text": "boolean"
10793
11789
  }
11790
+ },
11791
+ {
11792
+ "name": "statusBarConfig",
11793
+ "optional": true,
11794
+ "type": {
11795
+ "text": "any"
11796
+ }
10794
11797
  }
10795
11798
  ],
10796
11799
  "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 +12207,6 @@
11204
12207
  "module": "src/datasource/base.datasource.ts"
11205
12208
  }
11206
12209
  },
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
12210
  {
11221
12211
  "kind": "method",
11222
12212
  "name": "handleErrors",
@@ -13716,6 +14706,31 @@
13716
14706
  }
13717
14707
  ]
13718
14708
  },
14709
+ {
14710
+ "kind": "javascript-module",
14711
+ "path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
14712
+ "declarations": [
14713
+ {
14714
+ "kind": "variable",
14715
+ "name": "datasourceEventNames",
14716
+ "type": {
14717
+ "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}"
14718
+ },
14719
+ "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}",
14720
+ "description": "Event names for datasource-grid communication\nThese represent datasource operations, not grid-specific actions"
14721
+ }
14722
+ ],
14723
+ "exports": [
14724
+ {
14725
+ "kind": "js",
14726
+ "name": "datasourceEventNames",
14727
+ "declaration": {
14728
+ "name": "datasourceEventNames",
14729
+ "module": "src/grid-pro-genesis-datasource/datasource-events.types.ts"
14730
+ }
14731
+ }
14732
+ ]
14733
+ },
13719
14734
  {
13720
14735
  "kind": "javascript-module",
13721
14736
  "path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts",
@@ -13727,39 +14742,26 @@
13727
14742
  "members": [
13728
14743
  {
13729
14744
  "kind": "field",
13730
- "name": "applyFuncName",
14745
+ "name": "cachedRowArray",
13731
14746
  "type": {
13732
- "text": "string"
14747
+ "text": "any[]"
13733
14748
  },
13734
- "privacy": "protected",
13735
- "default": "'applyTransaction'",
13736
- "inheritedFrom": {
13737
- "name": "GridProBaseDatasource",
13738
- "module": "src/datasource/base.datasource.ts"
13739
- }
14749
+ "privacy": "private",
14750
+ "default": "[]"
13740
14751
  },
13741
14752
  {
13742
14753
  "kind": "field",
13743
- "name": "applyAsyncFuncName",
14754
+ "name": "transactionData",
13744
14755
  "type": {
13745
- "text": "string"
14756
+ "text": "TransactionData"
13746
14757
  },
13747
14758
  "privacy": "protected",
13748
- "default": "'applyTransactionAsync'",
14759
+ "default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
13749
14760
  "inheritedFrom": {
13750
14761
  "name": "GridProBaseDatasource",
13751
14762
  "module": "src/datasource/base.datasource.ts"
13752
14763
  }
13753
14764
  },
13754
- {
13755
- "kind": "field",
13756
- "name": "cachedRowArray",
13757
- "type": {
13758
- "text": "any[]"
13759
- },
13760
- "privacy": "private",
13761
- "default": "[]"
13762
- },
13763
14765
  {
13764
14766
  "kind": "method",
13765
14767
  "name": "criteriaChanged",
@@ -14140,46 +15142,17 @@
14140
15142
  "privacy": "protected",
14141
15143
  "return": {
14142
15144
  "type": {
14143
- "text": "RowNodeTransaction | null | undefined"
15145
+ "text": "any"
14144
15146
  }
14145
15147
  },
14146
15148
  "parameters": [
14147
15149
  {
14148
- "name": "agTransaction",
14149
- "type": {
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,
15150
+ "name": "transaction",
14173
15151
  "type": {
14174
- "text": "(res: RowNodeTransaction) => void"
15152
+ "text": "any"
14175
15153
  }
14176
15154
  }
14177
15155
  ],
14178
- "return": {
14179
- "type": {
14180
- "text": "void"
14181
- }
14182
- },
14183
15156
  "inheritedFrom": {
14184
15157
  "name": "GridProBaseDatasource",
14185
15158
  "module": "src/datasource/base.datasource.ts"
@@ -14355,19 +15328,6 @@
14355
15328
  "module": "src/datasource/base.datasource.ts"
14356
15329
  }
14357
15330
  },
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
15331
  {
14372
15332
  "kind": "field",
14373
15333
  "name": "connectionSub",
@@ -14428,7 +15388,7 @@
14428
15388
  },
14429
15389
  {
14430
15390
  "kind": "method",
14431
- "name": "applyAllAgTransactions",
15391
+ "name": "applyAllTransactions",
14432
15392
  "privacy": "protected",
14433
15393
  "inheritedFrom": {
14434
15394
  "name": "GridProBaseDatasource",
@@ -14437,27 +15397,13 @@
14437
15397
  },
14438
15398
  {
14439
15399
  "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",
15400
+ "name": "applyMappedTransaction",
14455
15401
  "privacy": "private",
14456
15402
  "parameters": [
14457
15403
  {
14458
- "name": "agTransaction",
15404
+ "name": "transaction",
14459
15405
  "type": {
14460
- "text": "RowDataTransaction"
15406
+ "text": "TransactionData"
14461
15407
  }
14462
15408
  },
14463
15409
  {
@@ -14465,12 +15411,6 @@
14465
15411
  "type": {
14466
15412
  "text": "OperationType"
14467
15413
  }
14468
- },
14469
- {
14470
- "name": "isAsync",
14471
- "type": {
14472
- "text": "boolean"
14473
- }
14474
15414
  }
14475
15415
  ],
14476
15416
  "inheritedFrom": {
@@ -14486,7 +15426,7 @@
14486
15426
  {
14487
15427
  "name": "transaction",
14488
15428
  "type": {
14489
- "text": "RowDataTransaction"
15429
+ "text": "TransactionData"
14490
15430
  },
14491
15431
  "description": "The transaction data to be mapped."
14492
15432
  },
@@ -14523,6 +15463,19 @@
14523
15463
  "module": "src/datasource/base.datasource.ts"
14524
15464
  }
14525
15465
  },
15466
+ {
15467
+ "kind": "field",
15468
+ "name": "_isDisconnected",
15469
+ "type": {
15470
+ "text": "boolean"
15471
+ },
15472
+ "privacy": "private",
15473
+ "default": "false",
15474
+ "inheritedFrom": {
15475
+ "name": "GridProBaseDatasource",
15476
+ "module": "src/datasource/base.datasource.ts"
15477
+ }
15478
+ },
14526
15479
  {
14527
15480
  "kind": "method",
14528
15481
  "name": "setDisconnected",
@@ -14536,7 +15489,7 @@
14536
15489
  "description": "true to set, false to remove"
14537
15490
  }
14538
15491
  ],
14539
- "description": "Sets or removes the ds-disconnected attribute on the grid element.",
15492
+ "description": "Sets the disconnected state and emits appropriate events.",
14540
15493
  "inheritedFrom": {
14541
15494
  "name": "GridProBaseDatasource",
14542
15495
  "module": "src/datasource/base.datasource.ts"
@@ -14551,7 +15504,7 @@
14551
15504
  "text": "boolean"
14552
15505
  }
14553
15506
  },
14554
- "description": "Returns true if the grid has the ds-disconnected attribute.",
15507
+ "description": "Returns true if the datasource is disconnected.",
14555
15508
  "inheritedFrom": {
14556
15509
  "name": "GridProBaseDatasource",
14557
15510
  "module": "src/datasource/base.datasource.ts"
@@ -14572,6 +15525,13 @@
14572
15525
  "type": {
14573
15526
  "text": "boolean"
14574
15527
  }
15528
+ },
15529
+ {
15530
+ "name": "statusBarConfig",
15531
+ "optional": true,
15532
+ "type": {
15533
+ "text": "any"
15534
+ }
14575
15535
  }
14576
15536
  ],
14577
15537
  "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 +15917,6 @@
14957
15917
  "module": "src/datasource/base.datasource.ts"
14958
15918
  }
14959
15919
  },
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
15920
  {
14974
15921
  "kind": "method",
14975
15922
  "name": "handleErrors",