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