@genesislcap/grid-pro 14.141.2 → 14.142.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 +2127 -817
- package/dist/dts/datasource/base.datasource.d.ts +58 -2
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.datasource.d.ts +19 -12
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +6 -66
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +181 -13
- package/dist/esm/datasource/server-side.datasource.js +69 -63
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +16 -156
- package/dist/grid-pro.api.json +188 -61
- package/dist/grid-pro.d.ts +88 -90
- package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.applyfuncname.md +11 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +22 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +23 -0
- package/docs/api/grid-pro.gridprogenesisdatasource.md +4 -2
- package/docs/api-report.md +29 -16
- package/package.json +8 -8
- package/docs/api/grid-pro.gridprogenesisdatasource.rowdatamapper.md +0 -13
- package/docs/api/grid-pro.gridprogenesisdatasource.rowidattr.md +0 -15
|
@@ -3264,229 +3264,6 @@
|
|
|
3264
3264
|
}
|
|
3265
3265
|
]
|
|
3266
3266
|
},
|
|
3267
|
-
{
|
|
3268
|
-
"kind": "javascript-module",
|
|
3269
|
-
"path": "src/column/column.template.ts",
|
|
3270
|
-
"declarations": [
|
|
3271
|
-
{
|
|
3272
|
-
"kind": "variable",
|
|
3273
|
-
"name": "ColumnTemplate",
|
|
3274
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
3275
|
-
"description": "The Grid Pro Column Template.",
|
|
3276
|
-
"privacy": "public"
|
|
3277
|
-
}
|
|
3278
|
-
],
|
|
3279
|
-
"exports": [
|
|
3280
|
-
{
|
|
3281
|
-
"kind": "js",
|
|
3282
|
-
"name": "ColumnTemplate",
|
|
3283
|
-
"declaration": {
|
|
3284
|
-
"name": "ColumnTemplate",
|
|
3285
|
-
"module": "src/column/column.template.ts"
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3288
|
-
]
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"kind": "javascript-module",
|
|
3292
|
-
"path": "src/column/column.ts",
|
|
3293
|
-
"declarations": [
|
|
3294
|
-
{
|
|
3295
|
-
"kind": "class",
|
|
3296
|
-
"description": "The Grid Pro Column element.",
|
|
3297
|
-
"name": "GridProColumn",
|
|
3298
|
-
"members": [
|
|
3299
|
-
{
|
|
3300
|
-
"kind": "field",
|
|
3301
|
-
"name": "slottedAgCell",
|
|
3302
|
-
"type": {
|
|
3303
|
-
"text": "HTMLElement[]"
|
|
3304
|
-
},
|
|
3305
|
-
"privacy": "public"
|
|
3306
|
-
},
|
|
3307
|
-
{
|
|
3308
|
-
"kind": "field",
|
|
3309
|
-
"name": "definition",
|
|
3310
|
-
"type": {
|
|
3311
|
-
"text": "ColDef"
|
|
3312
|
-
},
|
|
3313
|
-
"default": "{}"
|
|
3314
|
-
},
|
|
3315
|
-
{
|
|
3316
|
-
"kind": "method",
|
|
3317
|
-
"name": "slottedAgCellChanged",
|
|
3318
|
-
"privacy": "public"
|
|
3319
|
-
},
|
|
3320
|
-
{
|
|
3321
|
-
"kind": "field",
|
|
3322
|
-
"name": "_presentation",
|
|
3323
|
-
"type": {
|
|
3324
|
-
"text": "ComponentPresentation | null | undefined"
|
|
3325
|
-
},
|
|
3326
|
-
"privacy": "private",
|
|
3327
|
-
"default": "void 0",
|
|
3328
|
-
"inheritedFrom": {
|
|
3329
|
-
"name": "FoundationElement",
|
|
3330
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3331
|
-
}
|
|
3332
|
-
},
|
|
3333
|
-
{
|
|
3334
|
-
"kind": "field",
|
|
3335
|
-
"name": "$presentation",
|
|
3336
|
-
"type": {
|
|
3337
|
-
"text": "ComponentPresentation | null"
|
|
3338
|
-
},
|
|
3339
|
-
"privacy": "public",
|
|
3340
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3341
|
-
"inheritedFrom": {
|
|
3342
|
-
"name": "FoundationElement",
|
|
3343
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3344
|
-
}
|
|
3345
|
-
},
|
|
3346
|
-
{
|
|
3347
|
-
"kind": "field",
|
|
3348
|
-
"name": "template",
|
|
3349
|
-
"type": {
|
|
3350
|
-
"text": "ElementViewTemplate | void | null"
|
|
3351
|
-
},
|
|
3352
|
-
"privacy": "public",
|
|
3353
|
-
"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.",
|
|
3354
|
-
"inheritedFrom": {
|
|
3355
|
-
"name": "FoundationElement",
|
|
3356
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3357
|
-
}
|
|
3358
|
-
},
|
|
3359
|
-
{
|
|
3360
|
-
"kind": "method",
|
|
3361
|
-
"name": "templateChanged",
|
|
3362
|
-
"privacy": "protected",
|
|
3363
|
-
"return": {
|
|
3364
|
-
"type": {
|
|
3365
|
-
"text": "void"
|
|
3366
|
-
}
|
|
3367
|
-
},
|
|
3368
|
-
"inheritedFrom": {
|
|
3369
|
-
"name": "FoundationElement",
|
|
3370
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3371
|
-
}
|
|
3372
|
-
},
|
|
3373
|
-
{
|
|
3374
|
-
"kind": "field",
|
|
3375
|
-
"name": "styles",
|
|
3376
|
-
"type": {
|
|
3377
|
-
"text": "ElementStyles | void | null"
|
|
3378
|
-
},
|
|
3379
|
-
"privacy": "public",
|
|
3380
|
-
"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.",
|
|
3381
|
-
"inheritedFrom": {
|
|
3382
|
-
"name": "FoundationElement",
|
|
3383
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3384
|
-
}
|
|
3385
|
-
},
|
|
3386
|
-
{
|
|
3387
|
-
"kind": "method",
|
|
3388
|
-
"name": "stylesChanged",
|
|
3389
|
-
"privacy": "protected",
|
|
3390
|
-
"return": {
|
|
3391
|
-
"type": {
|
|
3392
|
-
"text": "void"
|
|
3393
|
-
}
|
|
3394
|
-
},
|
|
3395
|
-
"inheritedFrom": {
|
|
3396
|
-
"name": "FoundationElement",
|
|
3397
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3398
|
-
}
|
|
3399
|
-
},
|
|
3400
|
-
{
|
|
3401
|
-
"kind": "method",
|
|
3402
|
-
"name": "compose",
|
|
3403
|
-
"privacy": "public",
|
|
3404
|
-
"static": true,
|
|
3405
|
-
"return": {
|
|
3406
|
-
"type": {
|
|
3407
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3408
|
-
}
|
|
3409
|
-
},
|
|
3410
|
-
"parameters": [
|
|
3411
|
-
{
|
|
3412
|
-
"name": "this",
|
|
3413
|
-
"type": {
|
|
3414
|
-
"text": "K"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
{
|
|
3418
|
-
"name": "elementDefinition",
|
|
3419
|
-
"type": {
|
|
3420
|
-
"text": "T"
|
|
3421
|
-
},
|
|
3422
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3423
|
-
}
|
|
3424
|
-
],
|
|
3425
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3426
|
-
"inheritedFrom": {
|
|
3427
|
-
"name": "FoundationElement",
|
|
3428
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3429
|
-
}
|
|
3430
|
-
}
|
|
3431
|
-
],
|
|
3432
|
-
"superclass": {
|
|
3433
|
-
"name": "FoundationElement",
|
|
3434
|
-
"package": "@microsoft/fast-foundation"
|
|
3435
|
-
},
|
|
3436
|
-
"tagName": "grid-pro-column",
|
|
3437
|
-
"customElement": true
|
|
3438
|
-
}
|
|
3439
|
-
],
|
|
3440
|
-
"exports": [
|
|
3441
|
-
{
|
|
3442
|
-
"kind": "js",
|
|
3443
|
-
"name": "GridProColumn",
|
|
3444
|
-
"declaration": {
|
|
3445
|
-
"name": "GridProColumn",
|
|
3446
|
-
"module": "src/column/column.ts"
|
|
3447
|
-
}
|
|
3448
|
-
},
|
|
3449
|
-
{
|
|
3450
|
-
"kind": "custom-element-definition",
|
|
3451
|
-
"name": "grid-pro-column",
|
|
3452
|
-
"declaration": {
|
|
3453
|
-
"name": "GridProColumn",
|
|
3454
|
-
"module": "src/column/column.ts"
|
|
3455
|
-
}
|
|
3456
|
-
}
|
|
3457
|
-
]
|
|
3458
|
-
},
|
|
3459
|
-
{
|
|
3460
|
-
"kind": "javascript-module",
|
|
3461
|
-
"path": "src/column/index.ts",
|
|
3462
|
-
"declarations": [],
|
|
3463
|
-
"exports": [
|
|
3464
|
-
{
|
|
3465
|
-
"kind": "js",
|
|
3466
|
-
"name": "*",
|
|
3467
|
-
"declaration": {
|
|
3468
|
-
"name": "*",
|
|
3469
|
-
"package": "./column.template"
|
|
3470
|
-
}
|
|
3471
|
-
},
|
|
3472
|
-
{
|
|
3473
|
-
"kind": "js",
|
|
3474
|
-
"name": "*",
|
|
3475
|
-
"declaration": {
|
|
3476
|
-
"name": "*",
|
|
3477
|
-
"package": "./column"
|
|
3478
|
-
}
|
|
3479
|
-
},
|
|
3480
|
-
{
|
|
3481
|
-
"kind": "js",
|
|
3482
|
-
"name": "*",
|
|
3483
|
-
"declaration": {
|
|
3484
|
-
"name": "*",
|
|
3485
|
-
"package": "./utils"
|
|
3486
|
-
}
|
|
3487
|
-
}
|
|
3488
|
-
]
|
|
3489
|
-
},
|
|
3490
3267
|
{
|
|
3491
3268
|
"kind": "javascript-module",
|
|
3492
3269
|
"path": "src/cell-renderers/action.renderer.ts",
|
|
@@ -5414,19 +5191,242 @@
|
|
|
5414
5191
|
},
|
|
5415
5192
|
{
|
|
5416
5193
|
"kind": "javascript-module",
|
|
5417
|
-
"path": "src/
|
|
5194
|
+
"path": "src/column/column.template.ts",
|
|
5195
|
+
"declarations": [
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "variable",
|
|
5198
|
+
"name": "ColumnTemplate",
|
|
5199
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5200
|
+
"description": "The Grid Pro Column Template.",
|
|
5201
|
+
"privacy": "public"
|
|
5202
|
+
}
|
|
5203
|
+
],
|
|
5204
|
+
"exports": [
|
|
5205
|
+
{
|
|
5206
|
+
"kind": "js",
|
|
5207
|
+
"name": "ColumnTemplate",
|
|
5208
|
+
"declaration": {
|
|
5209
|
+
"name": "ColumnTemplate",
|
|
5210
|
+
"module": "src/column/column.template.ts"
|
|
5211
|
+
}
|
|
5212
|
+
}
|
|
5213
|
+
]
|
|
5214
|
+
},
|
|
5215
|
+
{
|
|
5216
|
+
"kind": "javascript-module",
|
|
5217
|
+
"path": "src/column/column.ts",
|
|
5418
5218
|
"declarations": [
|
|
5419
5219
|
{
|
|
5420
5220
|
"kind": "class",
|
|
5421
|
-
"description": "",
|
|
5422
|
-
"name": "
|
|
5221
|
+
"description": "The Grid Pro Column element.",
|
|
5222
|
+
"name": "GridProColumn",
|
|
5423
5223
|
"members": [
|
|
5424
5224
|
{
|
|
5425
5225
|
"kind": "field",
|
|
5426
|
-
"name": "
|
|
5226
|
+
"name": "slottedAgCell",
|
|
5427
5227
|
"type": {
|
|
5428
|
-
"text": "
|
|
5429
|
-
}
|
|
5228
|
+
"text": "HTMLElement[]"
|
|
5229
|
+
},
|
|
5230
|
+
"privacy": "public"
|
|
5231
|
+
},
|
|
5232
|
+
{
|
|
5233
|
+
"kind": "field",
|
|
5234
|
+
"name": "definition",
|
|
5235
|
+
"type": {
|
|
5236
|
+
"text": "ColDef"
|
|
5237
|
+
},
|
|
5238
|
+
"default": "{}"
|
|
5239
|
+
},
|
|
5240
|
+
{
|
|
5241
|
+
"kind": "method",
|
|
5242
|
+
"name": "slottedAgCellChanged",
|
|
5243
|
+
"privacy": "public"
|
|
5244
|
+
},
|
|
5245
|
+
{
|
|
5246
|
+
"kind": "field",
|
|
5247
|
+
"name": "_presentation",
|
|
5248
|
+
"type": {
|
|
5249
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5250
|
+
},
|
|
5251
|
+
"privacy": "private",
|
|
5252
|
+
"default": "void 0",
|
|
5253
|
+
"inheritedFrom": {
|
|
5254
|
+
"name": "FoundationElement",
|
|
5255
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"kind": "field",
|
|
5260
|
+
"name": "$presentation",
|
|
5261
|
+
"type": {
|
|
5262
|
+
"text": "ComponentPresentation | null"
|
|
5263
|
+
},
|
|
5264
|
+
"privacy": "public",
|
|
5265
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5266
|
+
"inheritedFrom": {
|
|
5267
|
+
"name": "FoundationElement",
|
|
5268
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5269
|
+
}
|
|
5270
|
+
},
|
|
5271
|
+
{
|
|
5272
|
+
"kind": "field",
|
|
5273
|
+
"name": "template",
|
|
5274
|
+
"type": {
|
|
5275
|
+
"text": "ElementViewTemplate | void | null"
|
|
5276
|
+
},
|
|
5277
|
+
"privacy": "public",
|
|
5278
|
+
"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.",
|
|
5279
|
+
"inheritedFrom": {
|
|
5280
|
+
"name": "FoundationElement",
|
|
5281
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5282
|
+
}
|
|
5283
|
+
},
|
|
5284
|
+
{
|
|
5285
|
+
"kind": "method",
|
|
5286
|
+
"name": "templateChanged",
|
|
5287
|
+
"privacy": "protected",
|
|
5288
|
+
"return": {
|
|
5289
|
+
"type": {
|
|
5290
|
+
"text": "void"
|
|
5291
|
+
}
|
|
5292
|
+
},
|
|
5293
|
+
"inheritedFrom": {
|
|
5294
|
+
"name": "FoundationElement",
|
|
5295
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
{
|
|
5299
|
+
"kind": "field",
|
|
5300
|
+
"name": "styles",
|
|
5301
|
+
"type": {
|
|
5302
|
+
"text": "ElementStyles | void | null"
|
|
5303
|
+
},
|
|
5304
|
+
"privacy": "public",
|
|
5305
|
+
"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.",
|
|
5306
|
+
"inheritedFrom": {
|
|
5307
|
+
"name": "FoundationElement",
|
|
5308
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5309
|
+
}
|
|
5310
|
+
},
|
|
5311
|
+
{
|
|
5312
|
+
"kind": "method",
|
|
5313
|
+
"name": "stylesChanged",
|
|
5314
|
+
"privacy": "protected",
|
|
5315
|
+
"return": {
|
|
5316
|
+
"type": {
|
|
5317
|
+
"text": "void"
|
|
5318
|
+
}
|
|
5319
|
+
},
|
|
5320
|
+
"inheritedFrom": {
|
|
5321
|
+
"name": "FoundationElement",
|
|
5322
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5323
|
+
}
|
|
5324
|
+
},
|
|
5325
|
+
{
|
|
5326
|
+
"kind": "method",
|
|
5327
|
+
"name": "compose",
|
|
5328
|
+
"privacy": "public",
|
|
5329
|
+
"static": true,
|
|
5330
|
+
"return": {
|
|
5331
|
+
"type": {
|
|
5332
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5333
|
+
}
|
|
5334
|
+
},
|
|
5335
|
+
"parameters": [
|
|
5336
|
+
{
|
|
5337
|
+
"name": "this",
|
|
5338
|
+
"type": {
|
|
5339
|
+
"text": "K"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"name": "elementDefinition",
|
|
5344
|
+
"type": {
|
|
5345
|
+
"text": "T"
|
|
5346
|
+
},
|
|
5347
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5351
|
+
"inheritedFrom": {
|
|
5352
|
+
"name": "FoundationElement",
|
|
5353
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5354
|
+
}
|
|
5355
|
+
}
|
|
5356
|
+
],
|
|
5357
|
+
"superclass": {
|
|
5358
|
+
"name": "FoundationElement",
|
|
5359
|
+
"package": "@microsoft/fast-foundation"
|
|
5360
|
+
},
|
|
5361
|
+
"tagName": "grid-pro-column",
|
|
5362
|
+
"customElement": true
|
|
5363
|
+
}
|
|
5364
|
+
],
|
|
5365
|
+
"exports": [
|
|
5366
|
+
{
|
|
5367
|
+
"kind": "js",
|
|
5368
|
+
"name": "GridProColumn",
|
|
5369
|
+
"declaration": {
|
|
5370
|
+
"name": "GridProColumn",
|
|
5371
|
+
"module": "src/column/column.ts"
|
|
5372
|
+
}
|
|
5373
|
+
},
|
|
5374
|
+
{
|
|
5375
|
+
"kind": "custom-element-definition",
|
|
5376
|
+
"name": "grid-pro-column",
|
|
5377
|
+
"declaration": {
|
|
5378
|
+
"name": "GridProColumn",
|
|
5379
|
+
"module": "src/column/column.ts"
|
|
5380
|
+
}
|
|
5381
|
+
}
|
|
5382
|
+
]
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "javascript-module",
|
|
5386
|
+
"path": "src/column/index.ts",
|
|
5387
|
+
"declarations": [],
|
|
5388
|
+
"exports": [
|
|
5389
|
+
{
|
|
5390
|
+
"kind": "js",
|
|
5391
|
+
"name": "*",
|
|
5392
|
+
"declaration": {
|
|
5393
|
+
"name": "*",
|
|
5394
|
+
"package": "./column.template"
|
|
5395
|
+
}
|
|
5396
|
+
},
|
|
5397
|
+
{
|
|
5398
|
+
"kind": "js",
|
|
5399
|
+
"name": "*",
|
|
5400
|
+
"declaration": {
|
|
5401
|
+
"name": "*",
|
|
5402
|
+
"package": "./column"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"kind": "js",
|
|
5407
|
+
"name": "*",
|
|
5408
|
+
"declaration": {
|
|
5409
|
+
"name": "*",
|
|
5410
|
+
"package": "./utils"
|
|
5411
|
+
}
|
|
5412
|
+
}
|
|
5413
|
+
]
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"kind": "javascript-module",
|
|
5417
|
+
"path": "src/datasource/base.datasource.ts",
|
|
5418
|
+
"declarations": [
|
|
5419
|
+
{
|
|
5420
|
+
"kind": "class",
|
|
5421
|
+
"description": "",
|
|
5422
|
+
"name": "GenesisGridDatasourceElement",
|
|
5423
|
+
"members": [
|
|
5424
|
+
{
|
|
5425
|
+
"kind": "field",
|
|
5426
|
+
"name": "connect",
|
|
5427
|
+
"type": {
|
|
5428
|
+
"text": "Connect"
|
|
5429
|
+
}
|
|
5430
5430
|
},
|
|
5431
5431
|
{
|
|
5432
5432
|
"kind": "field",
|
|
@@ -5442,6 +5442,14 @@
|
|
|
5442
5442
|
"text": "ColumnState[]"
|
|
5443
5443
|
}
|
|
5444
5444
|
},
|
|
5445
|
+
{
|
|
5446
|
+
"kind": "field",
|
|
5447
|
+
"name": "rowDataMapper",
|
|
5448
|
+
"type": {
|
|
5449
|
+
"text": "Function"
|
|
5450
|
+
},
|
|
5451
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
5452
|
+
},
|
|
5445
5453
|
{
|
|
5446
5454
|
"kind": "field",
|
|
5447
5455
|
"name": "criteria",
|
|
@@ -5508,6 +5516,47 @@
|
|
|
5508
5516
|
},
|
|
5509
5517
|
"default": "false"
|
|
5510
5518
|
},
|
|
5519
|
+
{
|
|
5520
|
+
"kind": "field",
|
|
5521
|
+
"name": "rowIdAttr",
|
|
5522
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"kind": "field",
|
|
5526
|
+
"name": "rowId",
|
|
5527
|
+
"type": {
|
|
5528
|
+
"text": "string"
|
|
5529
|
+
},
|
|
5530
|
+
"privacy": "protected",
|
|
5531
|
+
"readonly": true
|
|
5532
|
+
},
|
|
5533
|
+
{
|
|
5534
|
+
"kind": "field",
|
|
5535
|
+
"name": "defaultRowIdByResourceType",
|
|
5536
|
+
"type": {
|
|
5537
|
+
"text": "string"
|
|
5538
|
+
},
|
|
5539
|
+
"privacy": "protected",
|
|
5540
|
+
"readonly": true
|
|
5541
|
+
},
|
|
5542
|
+
{
|
|
5543
|
+
"kind": "field",
|
|
5544
|
+
"name": "isRequestServer",
|
|
5545
|
+
"type": {
|
|
5546
|
+
"text": "boolean"
|
|
5547
|
+
},
|
|
5548
|
+
"privacy": "protected",
|
|
5549
|
+
"default": "false"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"kind": "field",
|
|
5553
|
+
"name": "agGrid",
|
|
5554
|
+
"type": {
|
|
5555
|
+
"text": "GridPro | null"
|
|
5556
|
+
},
|
|
5557
|
+
"privacy": "protected",
|
|
5558
|
+
"readonly": true
|
|
5559
|
+
},
|
|
5511
5560
|
{
|
|
5512
5561
|
"kind": "field",
|
|
5513
5562
|
"name": "_presentation",
|
|
@@ -5685,15 +5734,680 @@
|
|
|
5685
5734
|
},
|
|
5686
5735
|
"default": "false",
|
|
5687
5736
|
"fieldName": "reverse"
|
|
5737
|
+
},
|
|
5738
|
+
{
|
|
5739
|
+
"name": "row-id",
|
|
5740
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
5741
|
+
"fieldName": "rowIdAttr"
|
|
5688
5742
|
}
|
|
5689
5743
|
],
|
|
5690
5744
|
"superclass": {
|
|
5691
5745
|
"name": "FoundationElement",
|
|
5692
5746
|
"package": "@microsoft/fast-foundation"
|
|
5693
5747
|
}
|
|
5694
|
-
}
|
|
5748
|
+
},
|
|
5749
|
+
{
|
|
5750
|
+
"kind": "class",
|
|
5751
|
+
"description": "",
|
|
5752
|
+
"name": "GridProBaseDatasource",
|
|
5753
|
+
"members": [
|
|
5754
|
+
{
|
|
5755
|
+
"kind": "field",
|
|
5756
|
+
"name": "dataSubWasLoggedOff",
|
|
5757
|
+
"type": {
|
|
5758
|
+
"text": "boolean"
|
|
5759
|
+
},
|
|
5760
|
+
"privacy": "protected",
|
|
5761
|
+
"default": "false"
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"kind": "field",
|
|
5765
|
+
"name": "rowData",
|
|
5766
|
+
"type": {
|
|
5767
|
+
"text": "Map<string, any>"
|
|
5768
|
+
},
|
|
5769
|
+
"default": "new Map()"
|
|
5770
|
+
},
|
|
5771
|
+
{
|
|
5772
|
+
"kind": "field",
|
|
5773
|
+
"name": "agTransaction",
|
|
5774
|
+
"type": {
|
|
5775
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
5776
|
+
},
|
|
5777
|
+
"privacy": "protected",
|
|
5778
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }"
|
|
5779
|
+
},
|
|
5780
|
+
{
|
|
5781
|
+
"kind": "field",
|
|
5782
|
+
"name": "applyFuncName",
|
|
5783
|
+
"type": {
|
|
5784
|
+
"text": "string"
|
|
5785
|
+
},
|
|
5786
|
+
"privacy": "protected"
|
|
5787
|
+
},
|
|
5788
|
+
{
|
|
5789
|
+
"kind": "field",
|
|
5790
|
+
"name": "applyAsyncFuncName",
|
|
5791
|
+
"type": {
|
|
5792
|
+
"text": "string"
|
|
5793
|
+
},
|
|
5794
|
+
"privacy": "protected"
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"kind": "method",
|
|
5798
|
+
"name": "handleStreamInserts",
|
|
5799
|
+
"privacy": "protected",
|
|
5800
|
+
"parameters": [
|
|
5801
|
+
{
|
|
5802
|
+
"name": "insertedRows",
|
|
5803
|
+
"type": {
|
|
5804
|
+
"text": "any[]"
|
|
5805
|
+
}
|
|
5806
|
+
}
|
|
5807
|
+
]
|
|
5808
|
+
},
|
|
5809
|
+
{
|
|
5810
|
+
"kind": "method",
|
|
5811
|
+
"name": "handleStreamDeletes",
|
|
5812
|
+
"privacy": "protected",
|
|
5813
|
+
"parameters": [
|
|
5814
|
+
{
|
|
5815
|
+
"name": "deletedRows",
|
|
5816
|
+
"type": {
|
|
5817
|
+
"text": "any[]"
|
|
5818
|
+
}
|
|
5819
|
+
}
|
|
5820
|
+
]
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"kind": "method",
|
|
5824
|
+
"name": "handleStreamUpdates",
|
|
5825
|
+
"privacy": "protected",
|
|
5826
|
+
"parameters": [
|
|
5827
|
+
{
|
|
5828
|
+
"name": "updatedRows",
|
|
5829
|
+
"type": {
|
|
5830
|
+
"text": "any[]"
|
|
5831
|
+
}
|
|
5832
|
+
}
|
|
5833
|
+
]
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"kind": "method",
|
|
5837
|
+
"name": "applyAllAgTransactions",
|
|
5838
|
+
"privacy": "protected"
|
|
5839
|
+
},
|
|
5840
|
+
{
|
|
5841
|
+
"kind": "method",
|
|
5842
|
+
"name": "flashAddedCells",
|
|
5843
|
+
"privacy": "private",
|
|
5844
|
+
"parameters": [
|
|
5845
|
+
{
|
|
5846
|
+
"name": "rowNodes"
|
|
5847
|
+
}
|
|
5848
|
+
]
|
|
5849
|
+
},
|
|
5850
|
+
{
|
|
5851
|
+
"kind": "method",
|
|
5852
|
+
"name": "applyMappedAgTransaction",
|
|
5853
|
+
"privacy": "private",
|
|
5854
|
+
"parameters": [
|
|
5855
|
+
{
|
|
5856
|
+
"name": "agTransaction",
|
|
5857
|
+
"type": {
|
|
5858
|
+
"text": "RowDataTransaction"
|
|
5859
|
+
}
|
|
5860
|
+
},
|
|
5861
|
+
{
|
|
5862
|
+
"name": "operation",
|
|
5863
|
+
"type": {
|
|
5864
|
+
"text": "OperationType"
|
|
5865
|
+
}
|
|
5866
|
+
},
|
|
5867
|
+
{
|
|
5868
|
+
"name": "isAsync",
|
|
5869
|
+
"type": {
|
|
5870
|
+
"text": "boolean"
|
|
5871
|
+
}
|
|
5872
|
+
}
|
|
5873
|
+
]
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"kind": "method",
|
|
5877
|
+
"name": "applyTransaction",
|
|
5878
|
+
"privacy": "protected",
|
|
5879
|
+
"return": {
|
|
5880
|
+
"type": {
|
|
5881
|
+
"text": "any"
|
|
5882
|
+
}
|
|
5883
|
+
},
|
|
5884
|
+
"parameters": [
|
|
5885
|
+
{
|
|
5886
|
+
"name": "agTransaction",
|
|
5887
|
+
"type": {
|
|
5888
|
+
"text": "RowDataTransaction"
|
|
5889
|
+
}
|
|
5890
|
+
}
|
|
5891
|
+
]
|
|
5892
|
+
},
|
|
5893
|
+
{
|
|
5894
|
+
"kind": "method",
|
|
5895
|
+
"name": "applyTransactionAsync",
|
|
5896
|
+
"privacy": "protected",
|
|
5897
|
+
"parameters": [
|
|
5898
|
+
{
|
|
5899
|
+
"name": "agTransaction",
|
|
5900
|
+
"type": {
|
|
5901
|
+
"text": "RowDataTransaction"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"name": "callback",
|
|
5906
|
+
"optional": true,
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "(res) => void"
|
|
5909
|
+
}
|
|
5910
|
+
}
|
|
5911
|
+
]
|
|
5912
|
+
},
|
|
5913
|
+
{
|
|
5914
|
+
"kind": "method",
|
|
5915
|
+
"name": "mapTransaction",
|
|
5916
|
+
"privacy": "private",
|
|
5917
|
+
"parameters": [
|
|
5918
|
+
{
|
|
5919
|
+
"name": "transaction",
|
|
5920
|
+
"type": {
|
|
5921
|
+
"text": "RowDataTransaction"
|
|
5922
|
+
},
|
|
5923
|
+
"description": "The transaction data to be mapped."
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"name": "operations",
|
|
5927
|
+
"default": "Object.values(OperationType)",
|
|
5928
|
+
"type": {
|
|
5929
|
+
"text": "OperationType[]"
|
|
5930
|
+
},
|
|
5931
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
5932
|
+
}
|
|
5933
|
+
],
|
|
5934
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
5935
|
+
"return": {
|
|
5936
|
+
"type": {
|
|
5937
|
+
"text": ""
|
|
5938
|
+
}
|
|
5939
|
+
}
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"kind": "field",
|
|
5943
|
+
"name": "connect",
|
|
5944
|
+
"type": {
|
|
5945
|
+
"text": "Connect"
|
|
5946
|
+
},
|
|
5947
|
+
"inheritedFrom": {
|
|
5948
|
+
"name": "GenesisGridDatasourceElement",
|
|
5949
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5950
|
+
}
|
|
5951
|
+
},
|
|
5952
|
+
{
|
|
5953
|
+
"kind": "field",
|
|
5954
|
+
"name": "deferredGridOptions",
|
|
5955
|
+
"type": {
|
|
5956
|
+
"text": "GridOptions"
|
|
5957
|
+
},
|
|
5958
|
+
"inheritedFrom": {
|
|
5959
|
+
"name": "GenesisGridDatasourceElement",
|
|
5960
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5961
|
+
}
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5964
|
+
"kind": "field",
|
|
5965
|
+
"name": "deferredColumnStates",
|
|
5966
|
+
"type": {
|
|
5967
|
+
"text": "ColumnState[]"
|
|
5968
|
+
},
|
|
5969
|
+
"inheritedFrom": {
|
|
5970
|
+
"name": "GenesisGridDatasourceElement",
|
|
5971
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5972
|
+
}
|
|
5973
|
+
},
|
|
5974
|
+
{
|
|
5975
|
+
"kind": "field",
|
|
5976
|
+
"name": "rowDataMapper",
|
|
5977
|
+
"type": {
|
|
5978
|
+
"text": "Function"
|
|
5979
|
+
},
|
|
5980
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
5981
|
+
"inheritedFrom": {
|
|
5982
|
+
"name": "GenesisGridDatasourceElement",
|
|
5983
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5984
|
+
}
|
|
5985
|
+
},
|
|
5986
|
+
{
|
|
5987
|
+
"kind": "field",
|
|
5988
|
+
"name": "criteria",
|
|
5989
|
+
"type": {
|
|
5990
|
+
"text": "string"
|
|
5991
|
+
},
|
|
5992
|
+
"inheritedFrom": {
|
|
5993
|
+
"name": "GenesisGridDatasourceElement",
|
|
5994
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5995
|
+
}
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"kind": "field",
|
|
5999
|
+
"name": "fields",
|
|
6000
|
+
"type": {
|
|
6001
|
+
"text": "string"
|
|
6002
|
+
},
|
|
6003
|
+
"inheritedFrom": {
|
|
6004
|
+
"name": "GenesisGridDatasourceElement",
|
|
6005
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6006
|
+
}
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"kind": "field",
|
|
6010
|
+
"name": "isSnapshot",
|
|
6011
|
+
"type": {
|
|
6012
|
+
"text": "boolean"
|
|
6013
|
+
},
|
|
6014
|
+
"default": "false",
|
|
6015
|
+
"inheritedFrom": {
|
|
6016
|
+
"name": "GenesisGridDatasourceElement",
|
|
6017
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6018
|
+
}
|
|
6019
|
+
},
|
|
6020
|
+
{
|
|
6021
|
+
"kind": "field",
|
|
6022
|
+
"name": "maxRows",
|
|
6023
|
+
"type": {
|
|
6024
|
+
"text": "number"
|
|
6025
|
+
},
|
|
6026
|
+
"inheritedFrom": {
|
|
6027
|
+
"name": "GenesisGridDatasourceElement",
|
|
6028
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
{
|
|
6032
|
+
"kind": "field",
|
|
6033
|
+
"name": "maxView",
|
|
6034
|
+
"type": {
|
|
6035
|
+
"text": "number"
|
|
6036
|
+
},
|
|
6037
|
+
"inheritedFrom": {
|
|
6038
|
+
"name": "GenesisGridDatasourceElement",
|
|
6039
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6040
|
+
}
|
|
6041
|
+
},
|
|
6042
|
+
{
|
|
6043
|
+
"kind": "field",
|
|
6044
|
+
"name": "movingView",
|
|
6045
|
+
"type": {
|
|
6046
|
+
"text": "boolean"
|
|
6047
|
+
},
|
|
6048
|
+
"default": "false",
|
|
6049
|
+
"inheritedFrom": {
|
|
6050
|
+
"name": "GenesisGridDatasourceElement",
|
|
6051
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6052
|
+
}
|
|
6053
|
+
},
|
|
6054
|
+
{
|
|
6055
|
+
"kind": "field",
|
|
6056
|
+
"name": "orderBy",
|
|
6057
|
+
"type": {
|
|
6058
|
+
"text": "string"
|
|
6059
|
+
},
|
|
6060
|
+
"inheritedFrom": {
|
|
6061
|
+
"name": "GenesisGridDatasourceElement",
|
|
6062
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6063
|
+
}
|
|
6064
|
+
},
|
|
6065
|
+
{
|
|
6066
|
+
"kind": "field",
|
|
6067
|
+
"name": "resourceName",
|
|
6068
|
+
"type": {
|
|
6069
|
+
"text": "string"
|
|
6070
|
+
},
|
|
6071
|
+
"inheritedFrom": {
|
|
6072
|
+
"name": "GenesisGridDatasourceElement",
|
|
6073
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6074
|
+
}
|
|
6075
|
+
},
|
|
6076
|
+
{
|
|
6077
|
+
"kind": "field",
|
|
6078
|
+
"name": "reverse",
|
|
6079
|
+
"type": {
|
|
6080
|
+
"text": "boolean"
|
|
6081
|
+
},
|
|
6082
|
+
"default": "false",
|
|
6083
|
+
"inheritedFrom": {
|
|
6084
|
+
"name": "GenesisGridDatasourceElement",
|
|
6085
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6086
|
+
}
|
|
6087
|
+
},
|
|
6088
|
+
{
|
|
6089
|
+
"kind": "field",
|
|
6090
|
+
"name": "rowIdAttr",
|
|
6091
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6092
|
+
"inheritedFrom": {
|
|
6093
|
+
"name": "GenesisGridDatasourceElement",
|
|
6094
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6095
|
+
}
|
|
6096
|
+
},
|
|
6097
|
+
{
|
|
6098
|
+
"kind": "field",
|
|
6099
|
+
"name": "rowId",
|
|
6100
|
+
"type": {
|
|
6101
|
+
"text": "string"
|
|
6102
|
+
},
|
|
6103
|
+
"privacy": "protected",
|
|
6104
|
+
"readonly": true,
|
|
6105
|
+
"inheritedFrom": {
|
|
6106
|
+
"name": "GenesisGridDatasourceElement",
|
|
6107
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6108
|
+
}
|
|
6109
|
+
},
|
|
6110
|
+
{
|
|
6111
|
+
"kind": "field",
|
|
6112
|
+
"name": "defaultRowIdByResourceType",
|
|
6113
|
+
"type": {
|
|
6114
|
+
"text": "string"
|
|
6115
|
+
},
|
|
6116
|
+
"privacy": "protected",
|
|
6117
|
+
"readonly": true,
|
|
6118
|
+
"inheritedFrom": {
|
|
6119
|
+
"name": "GenesisGridDatasourceElement",
|
|
6120
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6121
|
+
}
|
|
6122
|
+
},
|
|
6123
|
+
{
|
|
6124
|
+
"kind": "field",
|
|
6125
|
+
"name": "isRequestServer",
|
|
6126
|
+
"type": {
|
|
6127
|
+
"text": "boolean"
|
|
6128
|
+
},
|
|
6129
|
+
"privacy": "protected",
|
|
6130
|
+
"default": "false",
|
|
6131
|
+
"inheritedFrom": {
|
|
6132
|
+
"name": "GenesisGridDatasourceElement",
|
|
6133
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6134
|
+
}
|
|
6135
|
+
},
|
|
6136
|
+
{
|
|
6137
|
+
"kind": "field",
|
|
6138
|
+
"name": "agGrid",
|
|
6139
|
+
"type": {
|
|
6140
|
+
"text": "GridPro | null"
|
|
6141
|
+
},
|
|
6142
|
+
"privacy": "protected",
|
|
6143
|
+
"readonly": true,
|
|
6144
|
+
"inheritedFrom": {
|
|
6145
|
+
"name": "GenesisGridDatasourceElement",
|
|
6146
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6147
|
+
}
|
|
6148
|
+
},
|
|
6149
|
+
{
|
|
6150
|
+
"kind": "field",
|
|
6151
|
+
"name": "_presentation",
|
|
6152
|
+
"type": {
|
|
6153
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6154
|
+
},
|
|
6155
|
+
"privacy": "private",
|
|
6156
|
+
"default": "void 0",
|
|
6157
|
+
"inheritedFrom": {
|
|
6158
|
+
"name": "FoundationElement",
|
|
6159
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6160
|
+
}
|
|
6161
|
+
},
|
|
6162
|
+
{
|
|
6163
|
+
"kind": "field",
|
|
6164
|
+
"name": "$presentation",
|
|
6165
|
+
"type": {
|
|
6166
|
+
"text": "ComponentPresentation | null"
|
|
6167
|
+
},
|
|
6168
|
+
"privacy": "public",
|
|
6169
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6170
|
+
"inheritedFrom": {
|
|
6171
|
+
"name": "FoundationElement",
|
|
6172
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6173
|
+
}
|
|
6174
|
+
},
|
|
6175
|
+
{
|
|
6176
|
+
"kind": "field",
|
|
6177
|
+
"name": "template",
|
|
6178
|
+
"type": {
|
|
6179
|
+
"text": "ElementViewTemplate | void | null"
|
|
6180
|
+
},
|
|
6181
|
+
"privacy": "public",
|
|
6182
|
+
"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.",
|
|
6183
|
+
"inheritedFrom": {
|
|
6184
|
+
"name": "FoundationElement",
|
|
6185
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6186
|
+
}
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"kind": "method",
|
|
6190
|
+
"name": "templateChanged",
|
|
6191
|
+
"privacy": "protected",
|
|
6192
|
+
"return": {
|
|
6193
|
+
"type": {
|
|
6194
|
+
"text": "void"
|
|
6195
|
+
}
|
|
6196
|
+
},
|
|
6197
|
+
"inheritedFrom": {
|
|
6198
|
+
"name": "FoundationElement",
|
|
6199
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6200
|
+
}
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"kind": "field",
|
|
6204
|
+
"name": "styles",
|
|
6205
|
+
"type": {
|
|
6206
|
+
"text": "ElementStyles | void | null"
|
|
6207
|
+
},
|
|
6208
|
+
"privacy": "public",
|
|
6209
|
+
"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.",
|
|
6210
|
+
"inheritedFrom": {
|
|
6211
|
+
"name": "FoundationElement",
|
|
6212
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6213
|
+
}
|
|
6214
|
+
},
|
|
6215
|
+
{
|
|
6216
|
+
"kind": "method",
|
|
6217
|
+
"name": "stylesChanged",
|
|
6218
|
+
"privacy": "protected",
|
|
6219
|
+
"return": {
|
|
6220
|
+
"type": {
|
|
6221
|
+
"text": "void"
|
|
6222
|
+
}
|
|
6223
|
+
},
|
|
6224
|
+
"inheritedFrom": {
|
|
6225
|
+
"name": "FoundationElement",
|
|
6226
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6227
|
+
}
|
|
6228
|
+
},
|
|
6229
|
+
{
|
|
6230
|
+
"kind": "method",
|
|
6231
|
+
"name": "compose",
|
|
6232
|
+
"privacy": "public",
|
|
6233
|
+
"static": true,
|
|
6234
|
+
"return": {
|
|
6235
|
+
"type": {
|
|
6236
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6237
|
+
}
|
|
6238
|
+
},
|
|
6239
|
+
"parameters": [
|
|
6240
|
+
{
|
|
6241
|
+
"name": "this",
|
|
6242
|
+
"type": {
|
|
6243
|
+
"text": "K"
|
|
6244
|
+
}
|
|
6245
|
+
},
|
|
6246
|
+
{
|
|
6247
|
+
"name": "elementDefinition",
|
|
6248
|
+
"type": {
|
|
6249
|
+
"text": "T"
|
|
6250
|
+
},
|
|
6251
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6252
|
+
}
|
|
6253
|
+
],
|
|
6254
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6255
|
+
"inheritedFrom": {
|
|
6256
|
+
"name": "FoundationElement",
|
|
6257
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6258
|
+
}
|
|
6259
|
+
}
|
|
6260
|
+
],
|
|
6261
|
+
"superclass": {
|
|
6262
|
+
"name": "GenesisGridDatasourceElement",
|
|
6263
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6264
|
+
},
|
|
6265
|
+
"attributes": [
|
|
6266
|
+
{
|
|
6267
|
+
"name": "criteria",
|
|
6268
|
+
"type": {
|
|
6269
|
+
"text": "string"
|
|
6270
|
+
},
|
|
6271
|
+
"fieldName": "criteria",
|
|
6272
|
+
"inheritedFrom": {
|
|
6273
|
+
"name": "GenesisGridDatasourceElement",
|
|
6274
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6275
|
+
}
|
|
6276
|
+
},
|
|
6277
|
+
{
|
|
6278
|
+
"name": "fields",
|
|
6279
|
+
"type": {
|
|
6280
|
+
"text": "string"
|
|
6281
|
+
},
|
|
6282
|
+
"fieldName": "fields",
|
|
6283
|
+
"inheritedFrom": {
|
|
6284
|
+
"name": "GenesisGridDatasourceElement",
|
|
6285
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6286
|
+
}
|
|
6287
|
+
},
|
|
6288
|
+
{
|
|
6289
|
+
"name": "is-snapshot",
|
|
6290
|
+
"type": {
|
|
6291
|
+
"text": "boolean"
|
|
6292
|
+
},
|
|
6293
|
+
"default": "false",
|
|
6294
|
+
"fieldName": "isSnapshot",
|
|
6295
|
+
"inheritedFrom": {
|
|
6296
|
+
"name": "GenesisGridDatasourceElement",
|
|
6297
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6298
|
+
}
|
|
6299
|
+
},
|
|
6300
|
+
{
|
|
6301
|
+
"name": "max-rows",
|
|
6302
|
+
"type": {
|
|
6303
|
+
"text": "number"
|
|
6304
|
+
},
|
|
6305
|
+
"fieldName": "maxRows",
|
|
6306
|
+
"inheritedFrom": {
|
|
6307
|
+
"name": "GenesisGridDatasourceElement",
|
|
6308
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6309
|
+
}
|
|
6310
|
+
},
|
|
6311
|
+
{
|
|
6312
|
+
"name": "max-view",
|
|
6313
|
+
"type": {
|
|
6314
|
+
"text": "number"
|
|
6315
|
+
},
|
|
6316
|
+
"fieldName": "maxView",
|
|
6317
|
+
"inheritedFrom": {
|
|
6318
|
+
"name": "GenesisGridDatasourceElement",
|
|
6319
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
6322
|
+
{
|
|
6323
|
+
"name": "moving-view",
|
|
6324
|
+
"type": {
|
|
6325
|
+
"text": "boolean"
|
|
6326
|
+
},
|
|
6327
|
+
"default": "false",
|
|
6328
|
+
"fieldName": "movingView",
|
|
6329
|
+
"inheritedFrom": {
|
|
6330
|
+
"name": "GenesisGridDatasourceElement",
|
|
6331
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6332
|
+
}
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
"name": "order-by",
|
|
6336
|
+
"type": {
|
|
6337
|
+
"text": "string"
|
|
6338
|
+
},
|
|
6339
|
+
"fieldName": "orderBy",
|
|
6340
|
+
"inheritedFrom": {
|
|
6341
|
+
"name": "GenesisGridDatasourceElement",
|
|
6342
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6343
|
+
}
|
|
6344
|
+
},
|
|
6345
|
+
{
|
|
6346
|
+
"name": "resource-name",
|
|
6347
|
+
"type": {
|
|
6348
|
+
"text": "string"
|
|
6349
|
+
},
|
|
6350
|
+
"fieldName": "resourceName",
|
|
6351
|
+
"inheritedFrom": {
|
|
6352
|
+
"name": "GenesisGridDatasourceElement",
|
|
6353
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6354
|
+
}
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"type": {
|
|
6358
|
+
"text": "boolean"
|
|
6359
|
+
},
|
|
6360
|
+
"default": "false",
|
|
6361
|
+
"fieldName": "reverse",
|
|
6362
|
+
"inheritedFrom": {
|
|
6363
|
+
"name": "GenesisGridDatasourceElement",
|
|
6364
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6365
|
+
}
|
|
6366
|
+
},
|
|
6367
|
+
{
|
|
6368
|
+
"name": "row-id",
|
|
6369
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6370
|
+
"fieldName": "rowIdAttr",
|
|
6371
|
+
"inheritedFrom": {
|
|
6372
|
+
"name": "GenesisGridDatasourceElement",
|
|
6373
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6374
|
+
}
|
|
6375
|
+
}
|
|
6376
|
+
]
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
"kind": "class",
|
|
6380
|
+
"description": "",
|
|
6381
|
+
"name": "StreamBaseDatasource",
|
|
6382
|
+
"members": [
|
|
6383
|
+
{
|
|
6384
|
+
"kind": "field",
|
|
6385
|
+
"name": "rowId",
|
|
6386
|
+
"type": {
|
|
6387
|
+
"text": "string"
|
|
6388
|
+
},
|
|
6389
|
+
"privacy": "protected"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"kind": "field",
|
|
6393
|
+
"name": "rowData",
|
|
6394
|
+
"type": {
|
|
6395
|
+
"text": "Map<string, any>"
|
|
6396
|
+
},
|
|
6397
|
+
"default": "new Map()"
|
|
6398
|
+
}
|
|
6399
|
+
]
|
|
6400
|
+
}
|
|
5695
6401
|
],
|
|
5696
6402
|
"exports": [
|
|
6403
|
+
{
|
|
6404
|
+
"kind": "js",
|
|
6405
|
+
"name": "GenesisGridDatasourceElement",
|
|
6406
|
+
"declaration": {
|
|
6407
|
+
"name": "GenesisGridDatasourceElement",
|
|
6408
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6409
|
+
}
|
|
6410
|
+
},
|
|
5697
6411
|
{
|
|
5698
6412
|
"kind": "js",
|
|
5699
6413
|
"name": "GridProBaseDatasource",
|
|
@@ -5701,6 +6415,14 @@
|
|
|
5701
6415
|
"name": "GridProBaseDatasource",
|
|
5702
6416
|
"module": "src/datasource/base.datasource.ts"
|
|
5703
6417
|
}
|
|
6418
|
+
},
|
|
6419
|
+
{
|
|
6420
|
+
"kind": "js",
|
|
6421
|
+
"name": "StreamBaseDatasource",
|
|
6422
|
+
"declaration": {
|
|
6423
|
+
"name": "StreamBaseDatasource",
|
|
6424
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6425
|
+
}
|
|
5704
6426
|
}
|
|
5705
6427
|
]
|
|
5706
6428
|
},
|
|
@@ -5825,100 +6547,49 @@
|
|
|
5825
6547
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5826
6548
|
}
|
|
5827
6549
|
},
|
|
5828
|
-
{
|
|
5829
|
-
"kind": "method",
|
|
5830
|
-
"name": "criteriaChanged",
|
|
5831
|
-
"parameters": [
|
|
5832
|
-
{
|
|
5833
|
-
"name": "oldCriteria",
|
|
5834
|
-
"type": {
|
|
5835
|
-
"text": "string"
|
|
5836
|
-
}
|
|
5837
|
-
},
|
|
5838
|
-
{
|
|
5839
|
-
"name": "newCriteria",
|
|
5840
|
-
"type": {
|
|
5841
|
-
"text": "string"
|
|
5842
|
-
}
|
|
5843
|
-
}
|
|
5844
|
-
],
|
|
5845
|
-
"inheritedFrom": {
|
|
5846
|
-
"name": "GridProGenesisDatasource",
|
|
5847
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5848
|
-
}
|
|
5849
|
-
},
|
|
5850
|
-
{
|
|
5851
|
-
"kind": "field",
|
|
5852
|
-
"name": "pollingInterval",
|
|
5853
|
-
"type": {
|
|
5854
|
-
"text": "number"
|
|
5855
|
-
},
|
|
5856
|
-
"inheritedFrom": {
|
|
5857
|
-
"name": "GridProGenesisDatasource",
|
|
5858
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5859
|
-
}
|
|
5860
|
-
},
|
|
5861
6550
|
{
|
|
5862
6551
|
"kind": "field",
|
|
5863
|
-
"name": "
|
|
6552
|
+
"name": "applyFuncName",
|
|
5864
6553
|
"type": {
|
|
5865
|
-
"text": "
|
|
6554
|
+
"text": "string"
|
|
5866
6555
|
},
|
|
5867
|
-
"
|
|
6556
|
+
"privacy": "protected",
|
|
6557
|
+
"default": "'applyTransaction'",
|
|
5868
6558
|
"inheritedFrom": {
|
|
5869
|
-
"name": "
|
|
5870
|
-
"module": "src/
|
|
6559
|
+
"name": "GridProBaseDatasource",
|
|
6560
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5871
6561
|
}
|
|
5872
6562
|
},
|
|
5873
6563
|
{
|
|
5874
6564
|
"kind": "field",
|
|
5875
|
-
"name": "
|
|
6565
|
+
"name": "applyAsyncFuncName",
|
|
5876
6566
|
"type": {
|
|
5877
|
-
"text": "
|
|
6567
|
+
"text": "string"
|
|
5878
6568
|
},
|
|
6569
|
+
"privacy": "protected",
|
|
6570
|
+
"default": "'applyTransactionAsync'",
|
|
5879
6571
|
"inheritedFrom": {
|
|
5880
|
-
"name": "
|
|
5881
|
-
"module": "src/
|
|
6572
|
+
"name": "GridProBaseDatasource",
|
|
6573
|
+
"module": "src/datasource/base.datasource.ts"
|
|
5882
6574
|
}
|
|
5883
6575
|
},
|
|
5884
6576
|
{
|
|
5885
6577
|
"kind": "method",
|
|
5886
|
-
"name": "
|
|
6578
|
+
"name": "criteriaChanged",
|
|
5887
6579
|
"parameters": [
|
|
5888
6580
|
{
|
|
5889
|
-
"name": "
|
|
5890
|
-
"type": {
|
|
5891
|
-
"text": "string"
|
|
5892
|
-
}
|
|
5893
|
-
},
|
|
5894
|
-
{
|
|
5895
|
-
"name": "newValue",
|
|
6581
|
+
"name": "oldCriteria",
|
|
5896
6582
|
"type": {
|
|
5897
|
-
"text": "string"
|
|
5898
|
-
}
|
|
5899
|
-
}
|
|
5900
|
-
|
|
5901
|
-
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
"kind": "field",
|
|
5908
|
-
"name": "rowIdAttr",
|
|
5909
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
5910
|
-
"inheritedFrom": {
|
|
5911
|
-
"name": "GridProGenesisDatasource",
|
|
5912
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5913
|
-
}
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"kind": "field",
|
|
5917
|
-
"name": "restartOnReconnection",
|
|
5918
|
-
"type": {
|
|
5919
|
-
"text": "boolean"
|
|
5920
|
-
},
|
|
5921
|
-
"default": "false",
|
|
6583
|
+
"text": "string"
|
|
6584
|
+
}
|
|
6585
|
+
},
|
|
6586
|
+
{
|
|
6587
|
+
"name": "newCriteria",
|
|
6588
|
+
"type": {
|
|
6589
|
+
"text": "string"
|
|
6590
|
+
}
|
|
6591
|
+
}
|
|
6592
|
+
],
|
|
5922
6593
|
"inheritedFrom": {
|
|
5923
6594
|
"name": "GridProGenesisDatasource",
|
|
5924
6595
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -5926,11 +6597,10 @@
|
|
|
5926
6597
|
},
|
|
5927
6598
|
{
|
|
5928
6599
|
"kind": "field",
|
|
5929
|
-
"name": "
|
|
6600
|
+
"name": "pollingInterval",
|
|
5930
6601
|
"type": {
|
|
5931
|
-
"text": "
|
|
6602
|
+
"text": "number"
|
|
5932
6603
|
},
|
|
5933
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
5934
6604
|
"inheritedFrom": {
|
|
5935
6605
|
"name": "GridProGenesisDatasource",
|
|
5936
6606
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -5938,11 +6608,11 @@
|
|
|
5938
6608
|
},
|
|
5939
6609
|
{
|
|
5940
6610
|
"kind": "field",
|
|
5941
|
-
"name": "
|
|
6611
|
+
"name": "disablePolling",
|
|
5942
6612
|
"type": {
|
|
5943
|
-
"text": "
|
|
6613
|
+
"text": "boolean"
|
|
5944
6614
|
},
|
|
5945
|
-
"
|
|
6615
|
+
"default": "false",
|
|
5946
6616
|
"inheritedFrom": {
|
|
5947
6617
|
"name": "GridProGenesisDatasource",
|
|
5948
6618
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -5950,23 +6620,32 @@
|
|
|
5950
6620
|
},
|
|
5951
6621
|
{
|
|
5952
6622
|
"kind": "field",
|
|
5953
|
-
"name": "
|
|
6623
|
+
"name": "request",
|
|
5954
6624
|
"type": {
|
|
5955
|
-
"text": "
|
|
6625
|
+
"text": "any"
|
|
5956
6626
|
},
|
|
5957
|
-
"privacy": "private",
|
|
5958
6627
|
"inheritedFrom": {
|
|
5959
6628
|
"name": "GridProGenesisDatasource",
|
|
5960
6629
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
5961
6630
|
}
|
|
5962
6631
|
},
|
|
5963
6632
|
{
|
|
5964
|
-
"kind": "
|
|
5965
|
-
"name": "
|
|
5966
|
-
"
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
6633
|
+
"kind": "method",
|
|
6634
|
+
"name": "resourceNameChanged",
|
|
6635
|
+
"parameters": [
|
|
6636
|
+
{
|
|
6637
|
+
"name": "oldValue",
|
|
6638
|
+
"type": {
|
|
6639
|
+
"text": "string"
|
|
6640
|
+
}
|
|
6641
|
+
},
|
|
6642
|
+
{
|
|
6643
|
+
"name": "newValue",
|
|
6644
|
+
"type": {
|
|
6645
|
+
"text": "string"
|
|
6646
|
+
}
|
|
6647
|
+
}
|
|
6648
|
+
],
|
|
5970
6649
|
"inheritedFrom": {
|
|
5971
6650
|
"name": "GridProGenesisDatasource",
|
|
5972
6651
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -5974,11 +6653,10 @@
|
|
|
5974
6653
|
},
|
|
5975
6654
|
{
|
|
5976
6655
|
"kind": "field",
|
|
5977
|
-
"name": "
|
|
6656
|
+
"name": "restartOnReconnection",
|
|
5978
6657
|
"type": {
|
|
5979
6658
|
"text": "boolean"
|
|
5980
6659
|
},
|
|
5981
|
-
"privacy": "private",
|
|
5982
6660
|
"default": "false",
|
|
5983
6661
|
"inheritedFrom": {
|
|
5984
6662
|
"name": "GridProGenesisDatasource",
|
|
@@ -5987,12 +6665,11 @@
|
|
|
5987
6665
|
},
|
|
5988
6666
|
{
|
|
5989
6667
|
"kind": "field",
|
|
5990
|
-
"name": "
|
|
6668
|
+
"name": "dataSub",
|
|
5991
6669
|
"type": {
|
|
5992
|
-
"text": "
|
|
6670
|
+
"text": "Subscription"
|
|
5993
6671
|
},
|
|
5994
6672
|
"privacy": "private",
|
|
5995
|
-
"default": "true",
|
|
5996
6673
|
"inheritedFrom": {
|
|
5997
6674
|
"name": "GridProGenesisDatasource",
|
|
5998
6675
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6000,12 +6677,11 @@
|
|
|
6000
6677
|
},
|
|
6001
6678
|
{
|
|
6002
6679
|
"kind": "field",
|
|
6003
|
-
"name": "
|
|
6680
|
+
"name": "updateSub",
|
|
6004
6681
|
"type": {
|
|
6005
|
-
"text": "
|
|
6682
|
+
"text": "Subscription"
|
|
6006
6683
|
},
|
|
6007
6684
|
"privacy": "private",
|
|
6008
|
-
"default": "false",
|
|
6009
6685
|
"inheritedFrom": {
|
|
6010
6686
|
"name": "GridProGenesisDatasource",
|
|
6011
6687
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6013,12 +6689,11 @@
|
|
|
6013
6689
|
},
|
|
6014
6690
|
{
|
|
6015
6691
|
"kind": "field",
|
|
6016
|
-
"name": "
|
|
6692
|
+
"name": "connectionSub",
|
|
6017
6693
|
"type": {
|
|
6018
|
-
"text": "
|
|
6694
|
+
"text": "Subscription"
|
|
6019
6695
|
},
|
|
6020
6696
|
"privacy": "private",
|
|
6021
|
-
"default": "new Map()",
|
|
6022
6697
|
"inheritedFrom": {
|
|
6023
6698
|
"name": "GridProGenesisDatasource",
|
|
6024
6699
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6026,11 +6701,12 @@
|
|
|
6026
6701
|
},
|
|
6027
6702
|
{
|
|
6028
6703
|
"kind": "field",
|
|
6029
|
-
"name": "
|
|
6704
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
6030
6705
|
"type": {
|
|
6031
|
-
"text": "
|
|
6706
|
+
"text": "boolean"
|
|
6032
6707
|
},
|
|
6033
6708
|
"privacy": "private",
|
|
6709
|
+
"default": "true",
|
|
6034
6710
|
"inheritedFrom": {
|
|
6035
6711
|
"name": "GridProGenesisDatasource",
|
|
6036
6712
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6074,32 +6750,6 @@
|
|
|
6074
6750
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6075
6751
|
}
|
|
6076
6752
|
},
|
|
6077
|
-
{
|
|
6078
|
-
"kind": "field",
|
|
6079
|
-
"name": "agGrid",
|
|
6080
|
-
"type": {
|
|
6081
|
-
"text": "GridPro | null"
|
|
6082
|
-
},
|
|
6083
|
-
"privacy": "private",
|
|
6084
|
-
"readonly": true,
|
|
6085
|
-
"inheritedFrom": {
|
|
6086
|
-
"name": "GridProGenesisDatasource",
|
|
6087
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6088
|
-
}
|
|
6089
|
-
},
|
|
6090
|
-
{
|
|
6091
|
-
"kind": "field",
|
|
6092
|
-
"name": "defaultRowIdByResourceType",
|
|
6093
|
-
"type": {
|
|
6094
|
-
"text": "string"
|
|
6095
|
-
},
|
|
6096
|
-
"privacy": "private",
|
|
6097
|
-
"readonly": true,
|
|
6098
|
-
"inheritedFrom": {
|
|
6099
|
-
"name": "GridProGenesisDatasource",
|
|
6100
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6101
|
-
}
|
|
6102
|
-
},
|
|
6103
6753
|
{
|
|
6104
6754
|
"kind": "method",
|
|
6105
6755
|
"name": "init",
|
|
@@ -6244,8 +6894,16 @@
|
|
|
6244
6894
|
},
|
|
6245
6895
|
{
|
|
6246
6896
|
"kind": "method",
|
|
6247
|
-
"name": "
|
|
6897
|
+
"name": "getAgColumnDefs",
|
|
6248
6898
|
"privacy": "private",
|
|
6899
|
+
"parameters": [
|
|
6900
|
+
{
|
|
6901
|
+
"name": "fieldsMetadata",
|
|
6902
|
+
"type": {
|
|
6903
|
+
"text": "FieldMetadata[]"
|
|
6904
|
+
}
|
|
6905
|
+
}
|
|
6906
|
+
],
|
|
6249
6907
|
"inheritedFrom": {
|
|
6250
6908
|
"name": "GridProGenesisDatasource",
|
|
6251
6909
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6253,13 +6911,13 @@
|
|
|
6253
6911
|
},
|
|
6254
6912
|
{
|
|
6255
6913
|
"kind": "method",
|
|
6256
|
-
"name": "
|
|
6914
|
+
"name": "buildCriteria",
|
|
6257
6915
|
"privacy": "private",
|
|
6258
|
-
"
|
|
6259
|
-
{
|
|
6260
|
-
"
|
|
6916
|
+
"return": {
|
|
6917
|
+
"type": {
|
|
6918
|
+
"text": "string"
|
|
6261
6919
|
}
|
|
6262
|
-
|
|
6920
|
+
},
|
|
6263
6921
|
"inheritedFrom": {
|
|
6264
6922
|
"name": "GridProGenesisDatasource",
|
|
6265
6923
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
@@ -6267,25 +6925,36 @@
|
|
|
6267
6925
|
},
|
|
6268
6926
|
{
|
|
6269
6927
|
"kind": "method",
|
|
6270
|
-
"name": "
|
|
6271
|
-
"privacy": "
|
|
6928
|
+
"name": "setFilter",
|
|
6929
|
+
"privacy": "public",
|
|
6272
6930
|
"parameters": [
|
|
6273
6931
|
{
|
|
6274
|
-
"name": "
|
|
6932
|
+
"name": "fieldName",
|
|
6275
6933
|
"type": {
|
|
6276
|
-
"text": "
|
|
6934
|
+
"text": "string"
|
|
6277
6935
|
}
|
|
6278
6936
|
},
|
|
6279
6937
|
{
|
|
6280
|
-
"name": "
|
|
6938
|
+
"name": "newFilter",
|
|
6281
6939
|
"type": {
|
|
6282
|
-
"text": "
|
|
6940
|
+
"text": "string"
|
|
6283
6941
|
}
|
|
6284
|
-
}
|
|
6942
|
+
}
|
|
6943
|
+
],
|
|
6944
|
+
"inheritedFrom": {
|
|
6945
|
+
"name": "GridProGenesisDatasource",
|
|
6946
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6947
|
+
}
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
"kind": "method",
|
|
6951
|
+
"name": "removeFilter",
|
|
6952
|
+
"privacy": "public",
|
|
6953
|
+
"parameters": [
|
|
6285
6954
|
{
|
|
6286
|
-
"name": "
|
|
6955
|
+
"name": "fieldName",
|
|
6287
6956
|
"type": {
|
|
6288
|
-
"text": "
|
|
6957
|
+
"text": "string"
|
|
6289
6958
|
}
|
|
6290
6959
|
}
|
|
6291
6960
|
],
|
|
@@ -6296,40 +6965,97 @@
|
|
|
6296
6965
|
},
|
|
6297
6966
|
{
|
|
6298
6967
|
"kind": "method",
|
|
6299
|
-
"name": "
|
|
6300
|
-
"privacy": "
|
|
6968
|
+
"name": "applyTransaction",
|
|
6969
|
+
"privacy": "protected",
|
|
6970
|
+
"return": {
|
|
6971
|
+
"type": {
|
|
6972
|
+
"text": "RowNodeTransaction | null | undefined"
|
|
6973
|
+
}
|
|
6974
|
+
},
|
|
6301
6975
|
"parameters": [
|
|
6302
6976
|
{
|
|
6303
|
-
"name": "
|
|
6977
|
+
"name": "agTransaction",
|
|
6304
6978
|
"type": {
|
|
6305
6979
|
"text": "RowDataTransaction"
|
|
6306
|
-
}
|
|
6307
|
-
|
|
6980
|
+
}
|
|
6981
|
+
}
|
|
6982
|
+
],
|
|
6983
|
+
"inheritedFrom": {
|
|
6984
|
+
"name": "GridProBaseDatasource",
|
|
6985
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6986
|
+
}
|
|
6987
|
+
},
|
|
6988
|
+
{
|
|
6989
|
+
"kind": "method",
|
|
6990
|
+
"name": "applyTransactionAsync",
|
|
6991
|
+
"privacy": "protected",
|
|
6992
|
+
"parameters": [
|
|
6993
|
+
{
|
|
6994
|
+
"name": "agTransaction",
|
|
6995
|
+
"type": {
|
|
6996
|
+
"text": "RowDataTransaction"
|
|
6997
|
+
}
|
|
6308
6998
|
},
|
|
6309
6999
|
{
|
|
6310
|
-
"name": "
|
|
6311
|
-
"
|
|
7000
|
+
"name": "callback",
|
|
7001
|
+
"optional": true,
|
|
6312
7002
|
"type": {
|
|
6313
|
-
"text": "
|
|
6314
|
-
}
|
|
6315
|
-
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
7003
|
+
"text": "(res: RowNodeTransaction) => void"
|
|
7004
|
+
}
|
|
6316
7005
|
}
|
|
6317
7006
|
],
|
|
6318
|
-
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
6319
7007
|
"return": {
|
|
6320
7008
|
"type": {
|
|
6321
|
-
"text": ""
|
|
7009
|
+
"text": "void"
|
|
6322
7010
|
}
|
|
6323
7011
|
},
|
|
6324
7012
|
"inheritedFrom": {
|
|
6325
|
-
"name": "
|
|
6326
|
-
"module": "src/
|
|
7013
|
+
"name": "GridProBaseDatasource",
|
|
7014
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
7017
|
+
{
|
|
7018
|
+
"kind": "field",
|
|
7019
|
+
"name": "dataSubWasLoggedOff",
|
|
7020
|
+
"type": {
|
|
7021
|
+
"text": "boolean"
|
|
7022
|
+
},
|
|
7023
|
+
"privacy": "protected",
|
|
7024
|
+
"default": "false",
|
|
7025
|
+
"inheritedFrom": {
|
|
7026
|
+
"name": "GridProBaseDatasource",
|
|
7027
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7028
|
+
}
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"kind": "field",
|
|
7032
|
+
"name": "rowData",
|
|
7033
|
+
"type": {
|
|
7034
|
+
"text": "Map<string, any>"
|
|
7035
|
+
},
|
|
7036
|
+
"default": "new Map()",
|
|
7037
|
+
"inheritedFrom": {
|
|
7038
|
+
"name": "GridProBaseDatasource",
|
|
7039
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7040
|
+
}
|
|
7041
|
+
},
|
|
7042
|
+
{
|
|
7043
|
+
"kind": "field",
|
|
7044
|
+
"name": "agTransaction",
|
|
7045
|
+
"type": {
|
|
7046
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
7047
|
+
},
|
|
7048
|
+
"privacy": "protected",
|
|
7049
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }",
|
|
7050
|
+
"inheritedFrom": {
|
|
7051
|
+
"name": "GridProBaseDatasource",
|
|
7052
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6327
7053
|
}
|
|
6328
7054
|
},
|
|
6329
7055
|
{
|
|
6330
7056
|
"kind": "method",
|
|
6331
7057
|
"name": "handleStreamInserts",
|
|
6332
|
-
"privacy": "
|
|
7058
|
+
"privacy": "protected",
|
|
6333
7059
|
"parameters": [
|
|
6334
7060
|
{
|
|
6335
7061
|
"name": "insertedRows",
|
|
@@ -6339,14 +7065,14 @@
|
|
|
6339
7065
|
}
|
|
6340
7066
|
],
|
|
6341
7067
|
"inheritedFrom": {
|
|
6342
|
-
"name": "
|
|
6343
|
-
"module": "src/
|
|
7068
|
+
"name": "GridProBaseDatasource",
|
|
7069
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6344
7070
|
}
|
|
6345
7071
|
},
|
|
6346
7072
|
{
|
|
6347
7073
|
"kind": "method",
|
|
6348
7074
|
"name": "handleStreamDeletes",
|
|
6349
|
-
"privacy": "
|
|
7075
|
+
"privacy": "protected",
|
|
6350
7076
|
"parameters": [
|
|
6351
7077
|
{
|
|
6352
7078
|
"name": "deletedRows",
|
|
@@ -6356,14 +7082,14 @@
|
|
|
6356
7082
|
}
|
|
6357
7083
|
],
|
|
6358
7084
|
"inheritedFrom": {
|
|
6359
|
-
"name": "
|
|
6360
|
-
"module": "src/
|
|
7085
|
+
"name": "GridProBaseDatasource",
|
|
7086
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6361
7087
|
}
|
|
6362
7088
|
},
|
|
6363
7089
|
{
|
|
6364
7090
|
"kind": "method",
|
|
6365
7091
|
"name": "handleStreamUpdates",
|
|
6366
|
-
"privacy": "
|
|
7092
|
+
"privacy": "protected",
|
|
6367
7093
|
"parameters": [
|
|
6368
7094
|
{
|
|
6369
7095
|
"name": "updatedRows",
|
|
@@ -6373,79 +7099,92 @@
|
|
|
6373
7099
|
}
|
|
6374
7100
|
],
|
|
6375
7101
|
"inheritedFrom": {
|
|
6376
|
-
"name": "
|
|
6377
|
-
"module": "src/
|
|
7102
|
+
"name": "GridProBaseDatasource",
|
|
7103
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6378
7104
|
}
|
|
6379
7105
|
},
|
|
6380
7106
|
{
|
|
6381
7107
|
"kind": "method",
|
|
6382
|
-
"name": "
|
|
6383
|
-
"privacy": "
|
|
6384
|
-
"parameters": [
|
|
6385
|
-
{
|
|
6386
|
-
"name": "fieldsMetadata",
|
|
6387
|
-
"type": {
|
|
6388
|
-
"text": "FieldMetadata[]"
|
|
6389
|
-
}
|
|
6390
|
-
}
|
|
6391
|
-
],
|
|
7108
|
+
"name": "applyAllAgTransactions",
|
|
7109
|
+
"privacy": "protected",
|
|
6392
7110
|
"inheritedFrom": {
|
|
6393
|
-
"name": "
|
|
6394
|
-
"module": "src/
|
|
7111
|
+
"name": "GridProBaseDatasource",
|
|
7112
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6395
7113
|
}
|
|
6396
7114
|
},
|
|
6397
7115
|
{
|
|
6398
7116
|
"kind": "method",
|
|
6399
|
-
"name": "
|
|
7117
|
+
"name": "flashAddedCells",
|
|
6400
7118
|
"privacy": "private",
|
|
6401
|
-
"
|
|
6402
|
-
|
|
6403
|
-
"
|
|
7119
|
+
"parameters": [
|
|
7120
|
+
{
|
|
7121
|
+
"name": "rowNodes"
|
|
6404
7122
|
}
|
|
6405
|
-
|
|
7123
|
+
],
|
|
6406
7124
|
"inheritedFrom": {
|
|
6407
|
-
"name": "
|
|
6408
|
-
"module": "src/
|
|
7125
|
+
"name": "GridProBaseDatasource",
|
|
7126
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6409
7127
|
}
|
|
6410
7128
|
},
|
|
6411
7129
|
{
|
|
6412
7130
|
"kind": "method",
|
|
6413
|
-
"name": "
|
|
6414
|
-
"privacy": "
|
|
7131
|
+
"name": "applyMappedAgTransaction",
|
|
7132
|
+
"privacy": "private",
|
|
6415
7133
|
"parameters": [
|
|
6416
7134
|
{
|
|
6417
|
-
"name": "
|
|
7135
|
+
"name": "agTransaction",
|
|
6418
7136
|
"type": {
|
|
6419
|
-
"text": "
|
|
7137
|
+
"text": "RowDataTransaction"
|
|
6420
7138
|
}
|
|
6421
7139
|
},
|
|
6422
7140
|
{
|
|
6423
|
-
"name": "
|
|
7141
|
+
"name": "operation",
|
|
6424
7142
|
"type": {
|
|
6425
|
-
"text": "
|
|
7143
|
+
"text": "OperationType"
|
|
7144
|
+
}
|
|
7145
|
+
},
|
|
7146
|
+
{
|
|
7147
|
+
"name": "isAsync",
|
|
7148
|
+
"type": {
|
|
7149
|
+
"text": "boolean"
|
|
6426
7150
|
}
|
|
6427
7151
|
}
|
|
6428
7152
|
],
|
|
6429
7153
|
"inheritedFrom": {
|
|
6430
|
-
"name": "
|
|
6431
|
-
"module": "src/
|
|
7154
|
+
"name": "GridProBaseDatasource",
|
|
7155
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6432
7156
|
}
|
|
6433
7157
|
},
|
|
6434
7158
|
{
|
|
6435
7159
|
"kind": "method",
|
|
6436
|
-
"name": "
|
|
6437
|
-
"privacy": "
|
|
7160
|
+
"name": "mapTransaction",
|
|
7161
|
+
"privacy": "private",
|
|
6438
7162
|
"parameters": [
|
|
6439
7163
|
{
|
|
6440
|
-
"name": "
|
|
7164
|
+
"name": "transaction",
|
|
6441
7165
|
"type": {
|
|
6442
|
-
"text": "
|
|
6443
|
-
}
|
|
7166
|
+
"text": "RowDataTransaction"
|
|
7167
|
+
},
|
|
7168
|
+
"description": "The transaction data to be mapped."
|
|
7169
|
+
},
|
|
7170
|
+
{
|
|
7171
|
+
"name": "operations",
|
|
7172
|
+
"default": "Object.values(OperationType)",
|
|
7173
|
+
"type": {
|
|
7174
|
+
"text": "OperationType[]"
|
|
7175
|
+
},
|
|
7176
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
6444
7177
|
}
|
|
6445
7178
|
],
|
|
7179
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
7180
|
+
"return": {
|
|
7181
|
+
"type": {
|
|
7182
|
+
"text": ""
|
|
7183
|
+
}
|
|
7184
|
+
},
|
|
6446
7185
|
"inheritedFrom": {
|
|
6447
|
-
"name": "
|
|
6448
|
-
"module": "src/
|
|
7186
|
+
"name": "GridProBaseDatasource",
|
|
7187
|
+
"module": "src/datasource/base.datasource.ts"
|
|
6449
7188
|
}
|
|
6450
7189
|
},
|
|
6451
7190
|
{
|
|
@@ -6455,7 +7194,7 @@
|
|
|
6455
7194
|
"text": "Connect"
|
|
6456
7195
|
},
|
|
6457
7196
|
"inheritedFrom": {
|
|
6458
|
-
"name": "
|
|
7197
|
+
"name": "GenesisGridDatasourceElement",
|
|
6459
7198
|
"module": "src/datasource/base.datasource.ts"
|
|
6460
7199
|
}
|
|
6461
7200
|
},
|
|
@@ -6466,7 +7205,7 @@
|
|
|
6466
7205
|
"text": "GridOptions"
|
|
6467
7206
|
},
|
|
6468
7207
|
"inheritedFrom": {
|
|
6469
|
-
"name": "
|
|
7208
|
+
"name": "GenesisGridDatasourceElement",
|
|
6470
7209
|
"module": "src/datasource/base.datasource.ts"
|
|
6471
7210
|
}
|
|
6472
7211
|
},
|
|
@@ -6477,7 +7216,19 @@
|
|
|
6477
7216
|
"text": "ColumnState[]"
|
|
6478
7217
|
},
|
|
6479
7218
|
"inheritedFrom": {
|
|
6480
|
-
"name": "
|
|
7219
|
+
"name": "GenesisGridDatasourceElement",
|
|
7220
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7221
|
+
}
|
|
7222
|
+
},
|
|
7223
|
+
{
|
|
7224
|
+
"kind": "field",
|
|
7225
|
+
"name": "rowDataMapper",
|
|
7226
|
+
"type": {
|
|
7227
|
+
"text": "Function"
|
|
7228
|
+
},
|
|
7229
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
7230
|
+
"inheritedFrom": {
|
|
7231
|
+
"name": "GenesisGridDatasourceElement",
|
|
6481
7232
|
"module": "src/datasource/base.datasource.ts"
|
|
6482
7233
|
}
|
|
6483
7234
|
},
|
|
@@ -6488,7 +7239,7 @@
|
|
|
6488
7239
|
"text": "string"
|
|
6489
7240
|
},
|
|
6490
7241
|
"inheritedFrom": {
|
|
6491
|
-
"name": "
|
|
7242
|
+
"name": "GenesisGridDatasourceElement",
|
|
6492
7243
|
"module": "src/datasource/base.datasource.ts"
|
|
6493
7244
|
}
|
|
6494
7245
|
},
|
|
@@ -6499,7 +7250,7 @@
|
|
|
6499
7250
|
"text": "string"
|
|
6500
7251
|
},
|
|
6501
7252
|
"inheritedFrom": {
|
|
6502
|
-
"name": "
|
|
7253
|
+
"name": "GenesisGridDatasourceElement",
|
|
6503
7254
|
"module": "src/datasource/base.datasource.ts"
|
|
6504
7255
|
}
|
|
6505
7256
|
},
|
|
@@ -6511,7 +7262,7 @@
|
|
|
6511
7262
|
},
|
|
6512
7263
|
"default": "false",
|
|
6513
7264
|
"inheritedFrom": {
|
|
6514
|
-
"name": "
|
|
7265
|
+
"name": "GenesisGridDatasourceElement",
|
|
6515
7266
|
"module": "src/datasource/base.datasource.ts"
|
|
6516
7267
|
}
|
|
6517
7268
|
},
|
|
@@ -6522,7 +7273,7 @@
|
|
|
6522
7273
|
"text": "number"
|
|
6523
7274
|
},
|
|
6524
7275
|
"inheritedFrom": {
|
|
6525
|
-
"name": "
|
|
7276
|
+
"name": "GenesisGridDatasourceElement",
|
|
6526
7277
|
"module": "src/datasource/base.datasource.ts"
|
|
6527
7278
|
}
|
|
6528
7279
|
},
|
|
@@ -6533,7 +7284,7 @@
|
|
|
6533
7284
|
"text": "number"
|
|
6534
7285
|
},
|
|
6535
7286
|
"inheritedFrom": {
|
|
6536
|
-
"name": "
|
|
7287
|
+
"name": "GenesisGridDatasourceElement",
|
|
6537
7288
|
"module": "src/datasource/base.datasource.ts"
|
|
6538
7289
|
}
|
|
6539
7290
|
},
|
|
@@ -6545,7 +7296,7 @@
|
|
|
6545
7296
|
},
|
|
6546
7297
|
"default": "false",
|
|
6547
7298
|
"inheritedFrom": {
|
|
6548
|
-
"name": "
|
|
7299
|
+
"name": "GenesisGridDatasourceElement",
|
|
6549
7300
|
"module": "src/datasource/base.datasource.ts"
|
|
6550
7301
|
}
|
|
6551
7302
|
},
|
|
@@ -6556,7 +7307,7 @@
|
|
|
6556
7307
|
"text": "string"
|
|
6557
7308
|
},
|
|
6558
7309
|
"inheritedFrom": {
|
|
6559
|
-
"name": "
|
|
7310
|
+
"name": "GenesisGridDatasourceElement",
|
|
6560
7311
|
"module": "src/datasource/base.datasource.ts"
|
|
6561
7312
|
}
|
|
6562
7313
|
},
|
|
@@ -6567,7 +7318,7 @@
|
|
|
6567
7318
|
"text": "string"
|
|
6568
7319
|
},
|
|
6569
7320
|
"inheritedFrom": {
|
|
6570
|
-
"name": "
|
|
7321
|
+
"name": "GenesisGridDatasourceElement",
|
|
6571
7322
|
"module": "src/datasource/base.datasource.ts"
|
|
6572
7323
|
}
|
|
6573
7324
|
},
|
|
@@ -6579,7 +7330,68 @@
|
|
|
6579
7330
|
},
|
|
6580
7331
|
"default": "false",
|
|
6581
7332
|
"inheritedFrom": {
|
|
6582
|
-
"name": "
|
|
7333
|
+
"name": "GenesisGridDatasourceElement",
|
|
7334
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7335
|
+
}
|
|
7336
|
+
},
|
|
7337
|
+
{
|
|
7338
|
+
"kind": "field",
|
|
7339
|
+
"name": "rowIdAttr",
|
|
7340
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7341
|
+
"inheritedFrom": {
|
|
7342
|
+
"name": "GenesisGridDatasourceElement",
|
|
7343
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7344
|
+
}
|
|
7345
|
+
},
|
|
7346
|
+
{
|
|
7347
|
+
"kind": "field",
|
|
7348
|
+
"name": "rowId",
|
|
7349
|
+
"type": {
|
|
7350
|
+
"text": "string"
|
|
7351
|
+
},
|
|
7352
|
+
"privacy": "protected",
|
|
7353
|
+
"readonly": true,
|
|
7354
|
+
"inheritedFrom": {
|
|
7355
|
+
"name": "GenesisGridDatasourceElement",
|
|
7356
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7357
|
+
}
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"kind": "field",
|
|
7361
|
+
"name": "defaultRowIdByResourceType",
|
|
7362
|
+
"type": {
|
|
7363
|
+
"text": "string"
|
|
7364
|
+
},
|
|
7365
|
+
"privacy": "protected",
|
|
7366
|
+
"readonly": true,
|
|
7367
|
+
"inheritedFrom": {
|
|
7368
|
+
"name": "GenesisGridDatasourceElement",
|
|
7369
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7370
|
+
}
|
|
7371
|
+
},
|
|
7372
|
+
{
|
|
7373
|
+
"kind": "field",
|
|
7374
|
+
"name": "isRequestServer",
|
|
7375
|
+
"type": {
|
|
7376
|
+
"text": "boolean"
|
|
7377
|
+
},
|
|
7378
|
+
"privacy": "protected",
|
|
7379
|
+
"default": "false",
|
|
7380
|
+
"inheritedFrom": {
|
|
7381
|
+
"name": "GenesisGridDatasourceElement",
|
|
7382
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7383
|
+
}
|
|
7384
|
+
},
|
|
7385
|
+
{
|
|
7386
|
+
"kind": "field",
|
|
7387
|
+
"name": "agGrid",
|
|
7388
|
+
"type": {
|
|
7389
|
+
"text": "GridPro | null"
|
|
7390
|
+
},
|
|
7391
|
+
"privacy": "protected",
|
|
7392
|
+
"readonly": true,
|
|
7393
|
+
"inheritedFrom": {
|
|
7394
|
+
"name": "GenesisGridDatasourceElement",
|
|
6583
7395
|
"module": "src/datasource/base.datasource.ts"
|
|
6584
7396
|
}
|
|
6585
7397
|
},
|
|
@@ -6719,15 +7531,6 @@
|
|
|
6719
7531
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6720
7532
|
}
|
|
6721
7533
|
},
|
|
6722
|
-
{
|
|
6723
|
-
"name": "row-id",
|
|
6724
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
6725
|
-
"fieldName": "rowIdAttr",
|
|
6726
|
-
"inheritedFrom": {
|
|
6727
|
-
"name": "GridProGenesisDatasource",
|
|
6728
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
6729
|
-
}
|
|
6730
|
-
},
|
|
6731
7534
|
{
|
|
6732
7535
|
"name": "restart-on-reconnection",
|
|
6733
7536
|
"type": {
|
|
@@ -6747,7 +7550,7 @@
|
|
|
6747
7550
|
},
|
|
6748
7551
|
"fieldName": "criteria",
|
|
6749
7552
|
"inheritedFrom": {
|
|
6750
|
-
"name": "
|
|
7553
|
+
"name": "GenesisGridDatasourceElement",
|
|
6751
7554
|
"module": "src/datasource/base.datasource.ts"
|
|
6752
7555
|
}
|
|
6753
7556
|
},
|
|
@@ -6758,7 +7561,7 @@
|
|
|
6758
7561
|
},
|
|
6759
7562
|
"fieldName": "fields",
|
|
6760
7563
|
"inheritedFrom": {
|
|
6761
|
-
"name": "
|
|
7564
|
+
"name": "GenesisGridDatasourceElement",
|
|
6762
7565
|
"module": "src/datasource/base.datasource.ts"
|
|
6763
7566
|
}
|
|
6764
7567
|
},
|
|
@@ -6770,7 +7573,7 @@
|
|
|
6770
7573
|
"default": "false",
|
|
6771
7574
|
"fieldName": "isSnapshot",
|
|
6772
7575
|
"inheritedFrom": {
|
|
6773
|
-
"name": "
|
|
7576
|
+
"name": "GenesisGridDatasourceElement",
|
|
6774
7577
|
"module": "src/datasource/base.datasource.ts"
|
|
6775
7578
|
}
|
|
6776
7579
|
},
|
|
@@ -6781,7 +7584,7 @@
|
|
|
6781
7584
|
},
|
|
6782
7585
|
"fieldName": "maxRows",
|
|
6783
7586
|
"inheritedFrom": {
|
|
6784
|
-
"name": "
|
|
7587
|
+
"name": "GenesisGridDatasourceElement",
|
|
6785
7588
|
"module": "src/datasource/base.datasource.ts"
|
|
6786
7589
|
}
|
|
6787
7590
|
},
|
|
@@ -6792,7 +7595,7 @@
|
|
|
6792
7595
|
},
|
|
6793
7596
|
"fieldName": "maxView",
|
|
6794
7597
|
"inheritedFrom": {
|
|
6795
|
-
"name": "
|
|
7598
|
+
"name": "GenesisGridDatasourceElement",
|
|
6796
7599
|
"module": "src/datasource/base.datasource.ts"
|
|
6797
7600
|
}
|
|
6798
7601
|
},
|
|
@@ -6804,7 +7607,7 @@
|
|
|
6804
7607
|
"default": "false",
|
|
6805
7608
|
"fieldName": "movingView",
|
|
6806
7609
|
"inheritedFrom": {
|
|
6807
|
-
"name": "
|
|
7610
|
+
"name": "GenesisGridDatasourceElement",
|
|
6808
7611
|
"module": "src/datasource/base.datasource.ts"
|
|
6809
7612
|
}
|
|
6810
7613
|
},
|
|
@@ -6815,7 +7618,7 @@
|
|
|
6815
7618
|
},
|
|
6816
7619
|
"fieldName": "orderBy",
|
|
6817
7620
|
"inheritedFrom": {
|
|
6818
|
-
"name": "
|
|
7621
|
+
"name": "GenesisGridDatasourceElement",
|
|
6819
7622
|
"module": "src/datasource/base.datasource.ts"
|
|
6820
7623
|
}
|
|
6821
7624
|
},
|
|
@@ -6826,7 +7629,7 @@
|
|
|
6826
7629
|
},
|
|
6827
7630
|
"fieldName": "resourceName",
|
|
6828
7631
|
"inheritedFrom": {
|
|
6829
|
-
"name": "
|
|
7632
|
+
"name": "GenesisGridDatasourceElement",
|
|
6830
7633
|
"module": "src/datasource/base.datasource.ts"
|
|
6831
7634
|
}
|
|
6832
7635
|
},
|
|
@@ -6837,7 +7640,16 @@
|
|
|
6837
7640
|
"default": "false",
|
|
6838
7641
|
"fieldName": "reverse",
|
|
6839
7642
|
"inheritedFrom": {
|
|
6840
|
-
"name": "
|
|
7643
|
+
"name": "GenesisGridDatasourceElement",
|
|
7644
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7645
|
+
}
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"name": "row-id",
|
|
7649
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
7650
|
+
"fieldName": "rowIdAttr",
|
|
7651
|
+
"inheritedFrom": {
|
|
7652
|
+
"name": "GenesisGridDatasourceElement",
|
|
6841
7653
|
"module": "src/datasource/base.datasource.ts"
|
|
6842
7654
|
}
|
|
6843
7655
|
}
|
|
@@ -7029,31 +7841,6 @@
|
|
|
7029
7841
|
},
|
|
7030
7842
|
"privacy": "private"
|
|
7031
7843
|
},
|
|
7032
|
-
{
|
|
7033
|
-
"kind": "field",
|
|
7034
|
-
"name": "rowData",
|
|
7035
|
-
"type": {
|
|
7036
|
-
"text": "Map<string, any>"
|
|
7037
|
-
},
|
|
7038
|
-
"privacy": "private",
|
|
7039
|
-
"default": "new Map()"
|
|
7040
|
-
},
|
|
7041
|
-
{
|
|
7042
|
-
"kind": "field",
|
|
7043
|
-
"name": "agTransaction",
|
|
7044
|
-
"type": {
|
|
7045
|
-
"text": "RowDataTransaction"
|
|
7046
|
-
},
|
|
7047
|
-
"privacy": "private"
|
|
7048
|
-
},
|
|
7049
|
-
{
|
|
7050
|
-
"kind": "field",
|
|
7051
|
-
"name": "rowId",
|
|
7052
|
-
"type": {
|
|
7053
|
-
"text": "string"
|
|
7054
|
-
},
|
|
7055
|
-
"privacy": "private"
|
|
7056
|
-
},
|
|
7057
7844
|
{
|
|
7058
7845
|
"kind": "method",
|
|
7059
7846
|
"name": "getRows",
|
|
@@ -7066,6 +7853,24 @@
|
|
|
7066
7853
|
}
|
|
7067
7854
|
]
|
|
7068
7855
|
},
|
|
7856
|
+
{
|
|
7857
|
+
"kind": "method",
|
|
7858
|
+
"name": "sortMapByNumericKey",
|
|
7859
|
+
"privacy": "private",
|
|
7860
|
+
"return": {
|
|
7861
|
+
"type": {
|
|
7862
|
+
"text": "Map<string, any>"
|
|
7863
|
+
}
|
|
7864
|
+
},
|
|
7865
|
+
"parameters": [
|
|
7866
|
+
{
|
|
7867
|
+
"name": "inputMap",
|
|
7868
|
+
"type": {
|
|
7869
|
+
"text": "Map<string, any>"
|
|
7870
|
+
}
|
|
7871
|
+
}
|
|
7872
|
+
]
|
|
7873
|
+
},
|
|
7069
7874
|
{
|
|
7070
7875
|
"kind": "method",
|
|
7071
7876
|
"name": "dataLogoff",
|
|
@@ -7091,7 +7896,7 @@
|
|
|
7091
7896
|
},
|
|
7092
7897
|
{
|
|
7093
7898
|
"kind": "method",
|
|
7094
|
-
"name": "
|
|
7899
|
+
"name": "handleCurrentStreamLoad",
|
|
7095
7900
|
"privacy": "private",
|
|
7096
7901
|
"return": {
|
|
7097
7902
|
"type": {
|
|
@@ -7139,14 +7944,68 @@
|
|
|
7139
7944
|
}
|
|
7140
7945
|
}
|
|
7141
7946
|
]
|
|
7947
|
+
},
|
|
7948
|
+
{
|
|
7949
|
+
"kind": "field",
|
|
7950
|
+
"name": "rowId",
|
|
7951
|
+
"type": {
|
|
7952
|
+
"text": "string"
|
|
7953
|
+
},
|
|
7954
|
+
"privacy": "protected",
|
|
7955
|
+
"inheritedFrom": {
|
|
7956
|
+
"name": "StreamBaseDatasource",
|
|
7957
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7958
|
+
}
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"kind": "field",
|
|
7962
|
+
"name": "rowData",
|
|
7963
|
+
"type": {
|
|
7964
|
+
"text": "Map<string, any>"
|
|
7965
|
+
},
|
|
7966
|
+
"default": "new Map()",
|
|
7967
|
+
"inheritedFrom": {
|
|
7968
|
+
"name": "StreamBaseDatasource",
|
|
7969
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7970
|
+
}
|
|
7142
7971
|
}
|
|
7143
|
-
]
|
|
7972
|
+
],
|
|
7973
|
+
"superclass": {
|
|
7974
|
+
"name": "StreamBaseDatasource",
|
|
7975
|
+
"module": "/src/datasource/base.datasource"
|
|
7976
|
+
}
|
|
7144
7977
|
},
|
|
7145
7978
|
{
|
|
7146
7979
|
"kind": "class",
|
|
7147
7980
|
"description": "A Genesis Datasource element, for server-side | SSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
7148
7981
|
"name": "GridProServerSideDatasource",
|
|
7149
7982
|
"members": [
|
|
7983
|
+
{
|
|
7984
|
+
"kind": "field",
|
|
7985
|
+
"name": "applyFuncName",
|
|
7986
|
+
"type": {
|
|
7987
|
+
"text": "string"
|
|
7988
|
+
},
|
|
7989
|
+
"privacy": "protected",
|
|
7990
|
+
"default": "'applyServerSideTransaction'",
|
|
7991
|
+
"inheritedFrom": {
|
|
7992
|
+
"name": "GridProBaseDatasource",
|
|
7993
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7994
|
+
}
|
|
7995
|
+
},
|
|
7996
|
+
{
|
|
7997
|
+
"kind": "field",
|
|
7998
|
+
"name": "applyAsyncFuncName",
|
|
7999
|
+
"type": {
|
|
8000
|
+
"text": "string"
|
|
8001
|
+
},
|
|
8002
|
+
"privacy": "protected",
|
|
8003
|
+
"default": "'applyServerSideTransactionAsync'",
|
|
8004
|
+
"inheritedFrom": {
|
|
8005
|
+
"name": "GridProBaseDatasource",
|
|
8006
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8007
|
+
}
|
|
8008
|
+
},
|
|
7150
8009
|
{
|
|
7151
8010
|
"kind": "method",
|
|
7152
8011
|
"name": "criteriaChanged",
|
|
@@ -7191,14 +8050,6 @@
|
|
|
7191
8050
|
},
|
|
7192
8051
|
"default": "false"
|
|
7193
8052
|
},
|
|
7194
|
-
{
|
|
7195
|
-
"kind": "field",
|
|
7196
|
-
"name": "rowId",
|
|
7197
|
-
"type": {
|
|
7198
|
-
"text": "string"
|
|
7199
|
-
},
|
|
7200
|
-
"default": "'ROW_REF'"
|
|
7201
|
-
},
|
|
7202
8053
|
{
|
|
7203
8054
|
"kind": "field",
|
|
7204
8055
|
"name": "indexes",
|
|
@@ -7209,7 +8060,7 @@
|
|
|
7209
8060
|
},
|
|
7210
8061
|
{
|
|
7211
8062
|
"kind": "field",
|
|
7212
|
-
"name": "
|
|
8063
|
+
"name": "ssrmDatasource",
|
|
7213
8064
|
"type": {
|
|
7214
8065
|
"text": "StreamDatasource"
|
|
7215
8066
|
},
|
|
@@ -7248,15 +8099,6 @@
|
|
|
7248
8099
|
"kind": "method",
|
|
7249
8100
|
"name": "restart"
|
|
7250
8101
|
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "field",
|
|
7253
|
-
"name": "agGrid",
|
|
7254
|
-
"type": {
|
|
7255
|
-
"text": "GridPro"
|
|
7256
|
-
},
|
|
7257
|
-
"privacy": "private",
|
|
7258
|
-
"readonly": true
|
|
7259
|
-
},
|
|
7260
8102
|
{
|
|
7261
8103
|
"kind": "method",
|
|
7262
8104
|
"name": "clearRowData",
|
|
@@ -7285,6 +8127,14 @@
|
|
|
7285
8127
|
"name": "params",
|
|
7286
8128
|
"readonly": true
|
|
7287
8129
|
},
|
|
8130
|
+
{
|
|
8131
|
+
"kind": "field",
|
|
8132
|
+
"name": "rowModel",
|
|
8133
|
+
"type": {
|
|
8134
|
+
"text": "IServerSideRowModel"
|
|
8135
|
+
},
|
|
8136
|
+
"readonly": true
|
|
8137
|
+
},
|
|
7288
8138
|
{
|
|
7289
8139
|
"kind": "method",
|
|
7290
8140
|
"name": "createDataserverStream",
|
|
@@ -7301,6 +8151,19 @@
|
|
|
7301
8151
|
}
|
|
7302
8152
|
]
|
|
7303
8153
|
},
|
|
8154
|
+
{
|
|
8155
|
+
"kind": "method",
|
|
8156
|
+
"name": "handleStreamDeletesTemp",
|
|
8157
|
+
"privacy": "private",
|
|
8158
|
+
"parameters": [
|
|
8159
|
+
{
|
|
8160
|
+
"name": "deletes",
|
|
8161
|
+
"type": {
|
|
8162
|
+
"text": "RowData[]"
|
|
8163
|
+
}
|
|
8164
|
+
}
|
|
8165
|
+
]
|
|
8166
|
+
},
|
|
7304
8167
|
{
|
|
7305
8168
|
"kind": "method",
|
|
7306
8169
|
"name": "getAgColumnDefs",
|
|
@@ -7319,6 +8182,52 @@
|
|
|
7319
8182
|
}
|
|
7320
8183
|
]
|
|
7321
8184
|
},
|
|
8185
|
+
{
|
|
8186
|
+
"kind": "method",
|
|
8187
|
+
"name": "applyTransaction",
|
|
8188
|
+
"privacy": "protected",
|
|
8189
|
+
"return": {
|
|
8190
|
+
"type": {
|
|
8191
|
+
"text": "ServerSideTransactionResult"
|
|
8192
|
+
}
|
|
8193
|
+
},
|
|
8194
|
+
"parameters": [
|
|
8195
|
+
{
|
|
8196
|
+
"name": "agTransaction",
|
|
8197
|
+
"type": {
|
|
8198
|
+
"text": "RowDataTransaction"
|
|
8199
|
+
}
|
|
8200
|
+
}
|
|
8201
|
+
],
|
|
8202
|
+
"inheritedFrom": {
|
|
8203
|
+
"name": "GridProBaseDatasource",
|
|
8204
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8205
|
+
}
|
|
8206
|
+
},
|
|
8207
|
+
{
|
|
8208
|
+
"kind": "method",
|
|
8209
|
+
"name": "applyTransactionAsync",
|
|
8210
|
+
"privacy": "protected",
|
|
8211
|
+
"parameters": [
|
|
8212
|
+
{
|
|
8213
|
+
"name": "agTransaction",
|
|
8214
|
+
"type": {
|
|
8215
|
+
"text": "RowDataTransaction"
|
|
8216
|
+
}
|
|
8217
|
+
},
|
|
8218
|
+
{
|
|
8219
|
+
"name": "callback",
|
|
8220
|
+
"optional": true,
|
|
8221
|
+
"type": {
|
|
8222
|
+
"text": "(res: ServerSideTransactionResult) => void"
|
|
8223
|
+
}
|
|
8224
|
+
}
|
|
8225
|
+
],
|
|
8226
|
+
"inheritedFrom": {
|
|
8227
|
+
"name": "GridProBaseDatasource",
|
|
8228
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8229
|
+
}
|
|
8230
|
+
},
|
|
7322
8231
|
{
|
|
7323
8232
|
"kind": "method",
|
|
7324
8233
|
"name": "cloneNode",
|
|
@@ -7390,6 +8299,179 @@
|
|
|
7390
8299
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7391
8300
|
}
|
|
7392
8301
|
},
|
|
8302
|
+
{
|
|
8303
|
+
"kind": "field",
|
|
8304
|
+
"name": "dataSubWasLoggedOff",
|
|
8305
|
+
"type": {
|
|
8306
|
+
"text": "boolean"
|
|
8307
|
+
},
|
|
8308
|
+
"privacy": "protected",
|
|
8309
|
+
"default": "false",
|
|
8310
|
+
"inheritedFrom": {
|
|
8311
|
+
"name": "GridProBaseDatasource",
|
|
8312
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8313
|
+
}
|
|
8314
|
+
},
|
|
8315
|
+
{
|
|
8316
|
+
"kind": "field",
|
|
8317
|
+
"name": "rowData",
|
|
8318
|
+
"type": {
|
|
8319
|
+
"text": "Map<string, any>"
|
|
8320
|
+
},
|
|
8321
|
+
"default": "new Map()",
|
|
8322
|
+
"inheritedFrom": {
|
|
8323
|
+
"name": "GridProBaseDatasource",
|
|
8324
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8325
|
+
}
|
|
8326
|
+
},
|
|
8327
|
+
{
|
|
8328
|
+
"kind": "field",
|
|
8329
|
+
"name": "agTransaction",
|
|
8330
|
+
"type": {
|
|
8331
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
8332
|
+
},
|
|
8333
|
+
"privacy": "protected",
|
|
8334
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }",
|
|
8335
|
+
"inheritedFrom": {
|
|
8336
|
+
"name": "GridProBaseDatasource",
|
|
8337
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8338
|
+
}
|
|
8339
|
+
},
|
|
8340
|
+
{
|
|
8341
|
+
"kind": "method",
|
|
8342
|
+
"name": "handleStreamInserts",
|
|
8343
|
+
"privacy": "protected",
|
|
8344
|
+
"parameters": [
|
|
8345
|
+
{
|
|
8346
|
+
"name": "insertedRows",
|
|
8347
|
+
"type": {
|
|
8348
|
+
"text": "any[]"
|
|
8349
|
+
}
|
|
8350
|
+
}
|
|
8351
|
+
],
|
|
8352
|
+
"inheritedFrom": {
|
|
8353
|
+
"name": "GridProBaseDatasource",
|
|
8354
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8355
|
+
}
|
|
8356
|
+
},
|
|
8357
|
+
{
|
|
8358
|
+
"kind": "method",
|
|
8359
|
+
"name": "handleStreamDeletes",
|
|
8360
|
+
"privacy": "protected",
|
|
8361
|
+
"parameters": [
|
|
8362
|
+
{
|
|
8363
|
+
"name": "deletedRows",
|
|
8364
|
+
"type": {
|
|
8365
|
+
"text": "any[]"
|
|
8366
|
+
}
|
|
8367
|
+
}
|
|
8368
|
+
],
|
|
8369
|
+
"inheritedFrom": {
|
|
8370
|
+
"name": "GridProBaseDatasource",
|
|
8371
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8372
|
+
}
|
|
8373
|
+
},
|
|
8374
|
+
{
|
|
8375
|
+
"kind": "method",
|
|
8376
|
+
"name": "handleStreamUpdates",
|
|
8377
|
+
"privacy": "protected",
|
|
8378
|
+
"parameters": [
|
|
8379
|
+
{
|
|
8380
|
+
"name": "updatedRows",
|
|
8381
|
+
"type": {
|
|
8382
|
+
"text": "any[]"
|
|
8383
|
+
}
|
|
8384
|
+
}
|
|
8385
|
+
],
|
|
8386
|
+
"inheritedFrom": {
|
|
8387
|
+
"name": "GridProBaseDatasource",
|
|
8388
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8389
|
+
}
|
|
8390
|
+
},
|
|
8391
|
+
{
|
|
8392
|
+
"kind": "method",
|
|
8393
|
+
"name": "applyAllAgTransactions",
|
|
8394
|
+
"privacy": "protected",
|
|
8395
|
+
"inheritedFrom": {
|
|
8396
|
+
"name": "GridProBaseDatasource",
|
|
8397
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8398
|
+
}
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"kind": "method",
|
|
8402
|
+
"name": "flashAddedCells",
|
|
8403
|
+
"privacy": "private",
|
|
8404
|
+
"parameters": [
|
|
8405
|
+
{
|
|
8406
|
+
"name": "rowNodes"
|
|
8407
|
+
}
|
|
8408
|
+
],
|
|
8409
|
+
"inheritedFrom": {
|
|
8410
|
+
"name": "GridProBaseDatasource",
|
|
8411
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8412
|
+
}
|
|
8413
|
+
},
|
|
8414
|
+
{
|
|
8415
|
+
"kind": "method",
|
|
8416
|
+
"name": "applyMappedAgTransaction",
|
|
8417
|
+
"privacy": "private",
|
|
8418
|
+
"parameters": [
|
|
8419
|
+
{
|
|
8420
|
+
"name": "agTransaction",
|
|
8421
|
+
"type": {
|
|
8422
|
+
"text": "RowDataTransaction"
|
|
8423
|
+
}
|
|
8424
|
+
},
|
|
8425
|
+
{
|
|
8426
|
+
"name": "operation",
|
|
8427
|
+
"type": {
|
|
8428
|
+
"text": "OperationType"
|
|
8429
|
+
}
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"name": "isAsync",
|
|
8433
|
+
"type": {
|
|
8434
|
+
"text": "boolean"
|
|
8435
|
+
}
|
|
8436
|
+
}
|
|
8437
|
+
],
|
|
8438
|
+
"inheritedFrom": {
|
|
8439
|
+
"name": "GridProBaseDatasource",
|
|
8440
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8441
|
+
}
|
|
8442
|
+
},
|
|
8443
|
+
{
|
|
8444
|
+
"kind": "method",
|
|
8445
|
+
"name": "mapTransaction",
|
|
8446
|
+
"privacy": "private",
|
|
8447
|
+
"parameters": [
|
|
8448
|
+
{
|
|
8449
|
+
"name": "transaction",
|
|
8450
|
+
"type": {
|
|
8451
|
+
"text": "RowDataTransaction"
|
|
8452
|
+
},
|
|
8453
|
+
"description": "The transaction data to be mapped."
|
|
8454
|
+
},
|
|
8455
|
+
{
|
|
8456
|
+
"name": "operations",
|
|
8457
|
+
"default": "Object.values(OperationType)",
|
|
8458
|
+
"type": {
|
|
8459
|
+
"text": "OperationType[]"
|
|
8460
|
+
},
|
|
8461
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
8462
|
+
}
|
|
8463
|
+
],
|
|
8464
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
8465
|
+
"return": {
|
|
8466
|
+
"type": {
|
|
8467
|
+
"text": ""
|
|
8468
|
+
}
|
|
8469
|
+
},
|
|
8470
|
+
"inheritedFrom": {
|
|
8471
|
+
"name": "GridProBaseDatasource",
|
|
8472
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8473
|
+
}
|
|
8474
|
+
},
|
|
7393
8475
|
{
|
|
7394
8476
|
"kind": "field",
|
|
7395
8477
|
"name": "connect",
|
|
@@ -7397,7 +8479,7 @@
|
|
|
7397
8479
|
"text": "Connect"
|
|
7398
8480
|
},
|
|
7399
8481
|
"inheritedFrom": {
|
|
7400
|
-
"name": "
|
|
8482
|
+
"name": "GenesisGridDatasourceElement",
|
|
7401
8483
|
"module": "src/datasource/base.datasource.ts"
|
|
7402
8484
|
}
|
|
7403
8485
|
},
|
|
@@ -7408,18 +8490,30 @@
|
|
|
7408
8490
|
"text": "GridOptions"
|
|
7409
8491
|
},
|
|
7410
8492
|
"inheritedFrom": {
|
|
7411
|
-
"name": "
|
|
8493
|
+
"name": "GenesisGridDatasourceElement",
|
|
8494
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8495
|
+
}
|
|
8496
|
+
},
|
|
8497
|
+
{
|
|
8498
|
+
"kind": "field",
|
|
8499
|
+
"name": "deferredColumnStates",
|
|
8500
|
+
"type": {
|
|
8501
|
+
"text": "ColumnState[]"
|
|
8502
|
+
},
|
|
8503
|
+
"inheritedFrom": {
|
|
8504
|
+
"name": "GenesisGridDatasourceElement",
|
|
7412
8505
|
"module": "src/datasource/base.datasource.ts"
|
|
7413
8506
|
}
|
|
7414
8507
|
},
|
|
7415
8508
|
{
|
|
7416
8509
|
"kind": "field",
|
|
7417
|
-
"name": "
|
|
8510
|
+
"name": "rowDataMapper",
|
|
7418
8511
|
"type": {
|
|
7419
|
-
"text": "
|
|
8512
|
+
"text": "Function"
|
|
7420
8513
|
},
|
|
8514
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
7421
8515
|
"inheritedFrom": {
|
|
7422
|
-
"name": "
|
|
8516
|
+
"name": "GenesisGridDatasourceElement",
|
|
7423
8517
|
"module": "src/datasource/base.datasource.ts"
|
|
7424
8518
|
}
|
|
7425
8519
|
},
|
|
@@ -7430,7 +8524,7 @@
|
|
|
7430
8524
|
"text": "string"
|
|
7431
8525
|
},
|
|
7432
8526
|
"inheritedFrom": {
|
|
7433
|
-
"name": "
|
|
8527
|
+
"name": "GenesisGridDatasourceElement",
|
|
7434
8528
|
"module": "src/datasource/base.datasource.ts"
|
|
7435
8529
|
}
|
|
7436
8530
|
},
|
|
@@ -7441,7 +8535,7 @@
|
|
|
7441
8535
|
"text": "string"
|
|
7442
8536
|
},
|
|
7443
8537
|
"inheritedFrom": {
|
|
7444
|
-
"name": "
|
|
8538
|
+
"name": "GenesisGridDatasourceElement",
|
|
7445
8539
|
"module": "src/datasource/base.datasource.ts"
|
|
7446
8540
|
}
|
|
7447
8541
|
},
|
|
@@ -7453,7 +8547,7 @@
|
|
|
7453
8547
|
},
|
|
7454
8548
|
"default": "false",
|
|
7455
8549
|
"inheritedFrom": {
|
|
7456
|
-
"name": "
|
|
8550
|
+
"name": "GenesisGridDatasourceElement",
|
|
7457
8551
|
"module": "src/datasource/base.datasource.ts"
|
|
7458
8552
|
}
|
|
7459
8553
|
},
|
|
@@ -7464,7 +8558,7 @@
|
|
|
7464
8558
|
"text": "number"
|
|
7465
8559
|
},
|
|
7466
8560
|
"inheritedFrom": {
|
|
7467
|
-
"name": "
|
|
8561
|
+
"name": "GenesisGridDatasourceElement",
|
|
7468
8562
|
"module": "src/datasource/base.datasource.ts"
|
|
7469
8563
|
}
|
|
7470
8564
|
},
|
|
@@ -7475,7 +8569,7 @@
|
|
|
7475
8569
|
"text": "number"
|
|
7476
8570
|
},
|
|
7477
8571
|
"inheritedFrom": {
|
|
7478
|
-
"name": "
|
|
8572
|
+
"name": "GenesisGridDatasourceElement",
|
|
7479
8573
|
"module": "src/datasource/base.datasource.ts"
|
|
7480
8574
|
}
|
|
7481
8575
|
},
|
|
@@ -7487,7 +8581,7 @@
|
|
|
7487
8581
|
},
|
|
7488
8582
|
"default": "false",
|
|
7489
8583
|
"inheritedFrom": {
|
|
7490
|
-
"name": "
|
|
8584
|
+
"name": "GenesisGridDatasourceElement",
|
|
7491
8585
|
"module": "src/datasource/base.datasource.ts"
|
|
7492
8586
|
}
|
|
7493
8587
|
},
|
|
@@ -7498,7 +8592,7 @@
|
|
|
7498
8592
|
"text": "string"
|
|
7499
8593
|
},
|
|
7500
8594
|
"inheritedFrom": {
|
|
7501
|
-
"name": "
|
|
8595
|
+
"name": "GenesisGridDatasourceElement",
|
|
7502
8596
|
"module": "src/datasource/base.datasource.ts"
|
|
7503
8597
|
}
|
|
7504
8598
|
},
|
|
@@ -7509,7 +8603,7 @@
|
|
|
7509
8603
|
"text": "string"
|
|
7510
8604
|
},
|
|
7511
8605
|
"inheritedFrom": {
|
|
7512
|
-
"name": "
|
|
8606
|
+
"name": "GenesisGridDatasourceElement",
|
|
7513
8607
|
"module": "src/datasource/base.datasource.ts"
|
|
7514
8608
|
}
|
|
7515
8609
|
},
|
|
@@ -7521,7 +8615,68 @@
|
|
|
7521
8615
|
},
|
|
7522
8616
|
"default": "false",
|
|
7523
8617
|
"inheritedFrom": {
|
|
7524
|
-
"name": "
|
|
8618
|
+
"name": "GenesisGridDatasourceElement",
|
|
8619
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8620
|
+
}
|
|
8621
|
+
},
|
|
8622
|
+
{
|
|
8623
|
+
"kind": "field",
|
|
8624
|
+
"name": "rowIdAttr",
|
|
8625
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
8626
|
+
"inheritedFrom": {
|
|
8627
|
+
"name": "GenesisGridDatasourceElement",
|
|
8628
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8629
|
+
}
|
|
8630
|
+
},
|
|
8631
|
+
{
|
|
8632
|
+
"kind": "field",
|
|
8633
|
+
"name": "rowId",
|
|
8634
|
+
"type": {
|
|
8635
|
+
"text": "string"
|
|
8636
|
+
},
|
|
8637
|
+
"privacy": "protected",
|
|
8638
|
+
"readonly": true,
|
|
8639
|
+
"inheritedFrom": {
|
|
8640
|
+
"name": "GenesisGridDatasourceElement",
|
|
8641
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8642
|
+
}
|
|
8643
|
+
},
|
|
8644
|
+
{
|
|
8645
|
+
"kind": "field",
|
|
8646
|
+
"name": "defaultRowIdByResourceType",
|
|
8647
|
+
"type": {
|
|
8648
|
+
"text": "string"
|
|
8649
|
+
},
|
|
8650
|
+
"privacy": "protected",
|
|
8651
|
+
"readonly": true,
|
|
8652
|
+
"inheritedFrom": {
|
|
8653
|
+
"name": "GenesisGridDatasourceElement",
|
|
8654
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8655
|
+
}
|
|
8656
|
+
},
|
|
8657
|
+
{
|
|
8658
|
+
"kind": "field",
|
|
8659
|
+
"name": "isRequestServer",
|
|
8660
|
+
"type": {
|
|
8661
|
+
"text": "boolean"
|
|
8662
|
+
},
|
|
8663
|
+
"privacy": "protected",
|
|
8664
|
+
"default": "false",
|
|
8665
|
+
"inheritedFrom": {
|
|
8666
|
+
"name": "GenesisGridDatasourceElement",
|
|
8667
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8668
|
+
}
|
|
8669
|
+
},
|
|
8670
|
+
{
|
|
8671
|
+
"kind": "field",
|
|
8672
|
+
"name": "agGrid",
|
|
8673
|
+
"type": {
|
|
8674
|
+
"text": "GridPro | null"
|
|
8675
|
+
},
|
|
8676
|
+
"privacy": "protected",
|
|
8677
|
+
"readonly": true,
|
|
8678
|
+
"inheritedFrom": {
|
|
8679
|
+
"name": "GenesisGridDatasourceElement",
|
|
7525
8680
|
"module": "src/datasource/base.datasource.ts"
|
|
7526
8681
|
}
|
|
7527
8682
|
},
|
|
@@ -7645,18 +8800,10 @@
|
|
|
7645
8800
|
"default": "false",
|
|
7646
8801
|
"fieldName": "pagination",
|
|
7647
8802
|
"inheritedFrom": {
|
|
7648
|
-
"name": "
|
|
8803
|
+
"name": "GenesisGridDatasourceElement",
|
|
7649
8804
|
"module": "src/datasource/base.datasource.ts"
|
|
7650
8805
|
}
|
|
7651
8806
|
},
|
|
7652
|
-
{
|
|
7653
|
-
"name": "row-id",
|
|
7654
|
-
"type": {
|
|
7655
|
-
"text": "string"
|
|
7656
|
-
},
|
|
7657
|
-
"default": "'ROW_REF'",
|
|
7658
|
-
"fieldName": "rowId"
|
|
7659
|
-
},
|
|
7660
8807
|
{
|
|
7661
8808
|
"name": "criteria",
|
|
7662
8809
|
"type": {
|
|
@@ -7664,7 +8811,7 @@
|
|
|
7664
8811
|
},
|
|
7665
8812
|
"fieldName": "criteria",
|
|
7666
8813
|
"inheritedFrom": {
|
|
7667
|
-
"name": "
|
|
8814
|
+
"name": "GenesisGridDatasourceElement",
|
|
7668
8815
|
"module": "src/datasource/base.datasource.ts"
|
|
7669
8816
|
}
|
|
7670
8817
|
},
|
|
@@ -7675,7 +8822,7 @@
|
|
|
7675
8822
|
},
|
|
7676
8823
|
"fieldName": "fields",
|
|
7677
8824
|
"inheritedFrom": {
|
|
7678
|
-
"name": "
|
|
8825
|
+
"name": "GenesisGridDatasourceElement",
|
|
7679
8826
|
"module": "src/datasource/base.datasource.ts"
|
|
7680
8827
|
}
|
|
7681
8828
|
},
|
|
@@ -7687,7 +8834,7 @@
|
|
|
7687
8834
|
"default": "false",
|
|
7688
8835
|
"fieldName": "isSnapshot",
|
|
7689
8836
|
"inheritedFrom": {
|
|
7690
|
-
"name": "
|
|
8837
|
+
"name": "GenesisGridDatasourceElement",
|
|
7691
8838
|
"module": "src/datasource/base.datasource.ts"
|
|
7692
8839
|
}
|
|
7693
8840
|
},
|
|
@@ -7698,7 +8845,7 @@
|
|
|
7698
8845
|
},
|
|
7699
8846
|
"fieldName": "maxRows",
|
|
7700
8847
|
"inheritedFrom": {
|
|
7701
|
-
"name": "
|
|
8848
|
+
"name": "GenesisGridDatasourceElement",
|
|
7702
8849
|
"module": "src/datasource/base.datasource.ts"
|
|
7703
8850
|
}
|
|
7704
8851
|
},
|
|
@@ -7709,7 +8856,7 @@
|
|
|
7709
8856
|
},
|
|
7710
8857
|
"fieldName": "maxView",
|
|
7711
8858
|
"inheritedFrom": {
|
|
7712
|
-
"name": "
|
|
8859
|
+
"name": "GenesisGridDatasourceElement",
|
|
7713
8860
|
"module": "src/datasource/base.datasource.ts"
|
|
7714
8861
|
}
|
|
7715
8862
|
},
|
|
@@ -7721,7 +8868,7 @@
|
|
|
7721
8868
|
"default": "false",
|
|
7722
8869
|
"fieldName": "movingView",
|
|
7723
8870
|
"inheritedFrom": {
|
|
7724
|
-
"name": "
|
|
8871
|
+
"name": "GenesisGridDatasourceElement",
|
|
7725
8872
|
"module": "src/datasource/base.datasource.ts"
|
|
7726
8873
|
}
|
|
7727
8874
|
},
|
|
@@ -7732,7 +8879,7 @@
|
|
|
7732
8879
|
},
|
|
7733
8880
|
"fieldName": "orderBy",
|
|
7734
8881
|
"inheritedFrom": {
|
|
7735
|
-
"name": "
|
|
8882
|
+
"name": "GenesisGridDatasourceElement",
|
|
7736
8883
|
"module": "src/datasource/base.datasource.ts"
|
|
7737
8884
|
}
|
|
7738
8885
|
},
|
|
@@ -7743,7 +8890,16 @@
|
|
|
7743
8890
|
},
|
|
7744
8891
|
"fieldName": "resourceName",
|
|
7745
8892
|
"inheritedFrom": {
|
|
7746
|
-
"name": "
|
|
8893
|
+
"name": "GenesisGridDatasourceElement",
|
|
8894
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8895
|
+
}
|
|
8896
|
+
},
|
|
8897
|
+
{
|
|
8898
|
+
"name": "row-id",
|
|
8899
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
8900
|
+
"fieldName": "rowIdAttr",
|
|
8901
|
+
"inheritedFrom": {
|
|
8902
|
+
"name": "GenesisGridDatasourceElement",
|
|
7747
8903
|
"module": "src/datasource/base.datasource.ts"
|
|
7748
8904
|
}
|
|
7749
8905
|
}
|
|
@@ -8173,6 +9329,32 @@
|
|
|
8173
9329
|
"text": "Datasource"
|
|
8174
9330
|
}
|
|
8175
9331
|
},
|
|
9332
|
+
{
|
|
9333
|
+
"kind": "field",
|
|
9334
|
+
"name": "applyFuncName",
|
|
9335
|
+
"type": {
|
|
9336
|
+
"text": "string"
|
|
9337
|
+
},
|
|
9338
|
+
"privacy": "protected",
|
|
9339
|
+
"default": "'applyTransaction'",
|
|
9340
|
+
"inheritedFrom": {
|
|
9341
|
+
"name": "GridProBaseDatasource",
|
|
9342
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9343
|
+
}
|
|
9344
|
+
},
|
|
9345
|
+
{
|
|
9346
|
+
"kind": "field",
|
|
9347
|
+
"name": "applyAsyncFuncName",
|
|
9348
|
+
"type": {
|
|
9349
|
+
"text": "string"
|
|
9350
|
+
},
|
|
9351
|
+
"privacy": "protected",
|
|
9352
|
+
"default": "'applyTransactionAsync'",
|
|
9353
|
+
"inheritedFrom": {
|
|
9354
|
+
"name": "GridProBaseDatasource",
|
|
9355
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9356
|
+
}
|
|
9357
|
+
},
|
|
8176
9358
|
{
|
|
8177
9359
|
"kind": "method",
|
|
8178
9360
|
"name": "criteriaChanged",
|
|
@@ -8231,11 +9413,6 @@
|
|
|
8231
9413
|
}
|
|
8232
9414
|
]
|
|
8233
9415
|
},
|
|
8234
|
-
{
|
|
8235
|
-
"kind": "field",
|
|
8236
|
-
"name": "rowIdAttr",
|
|
8237
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
8238
|
-
},
|
|
8239
9416
|
{
|
|
8240
9417
|
"kind": "field",
|
|
8241
9418
|
"name": "restartOnReconnection",
|
|
@@ -8244,14 +9421,6 @@
|
|
|
8244
9421
|
},
|
|
8245
9422
|
"default": "false"
|
|
8246
9423
|
},
|
|
8247
|
-
{
|
|
8248
|
-
"kind": "field",
|
|
8249
|
-
"name": "rowDataMapper",
|
|
8250
|
-
"type": {
|
|
8251
|
-
"text": "Function"
|
|
8252
|
-
},
|
|
8253
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
8254
|
-
},
|
|
8255
9424
|
{
|
|
8256
9425
|
"kind": "field",
|
|
8257
9426
|
"name": "dataSub",
|
|
@@ -8276,15 +9445,6 @@
|
|
|
8276
9445
|
},
|
|
8277
9446
|
"privacy": "private"
|
|
8278
9447
|
},
|
|
8279
|
-
{
|
|
8280
|
-
"kind": "field",
|
|
8281
|
-
"name": "isRequestServer",
|
|
8282
|
-
"type": {
|
|
8283
|
-
"text": "boolean"
|
|
8284
|
-
},
|
|
8285
|
-
"privacy": "private",
|
|
8286
|
-
"default": "false"
|
|
8287
|
-
},
|
|
8288
9448
|
{
|
|
8289
9449
|
"kind": "field",
|
|
8290
9450
|
"name": "requiresFullRowDataAndColDefs",
|
|
@@ -8294,32 +9454,6 @@
|
|
|
8294
9454
|
"privacy": "private",
|
|
8295
9455
|
"default": "true"
|
|
8296
9456
|
},
|
|
8297
|
-
{
|
|
8298
|
-
"kind": "field",
|
|
8299
|
-
"name": "dataSubWasLoggedOff",
|
|
8300
|
-
"type": {
|
|
8301
|
-
"text": "boolean"
|
|
8302
|
-
},
|
|
8303
|
-
"privacy": "private",
|
|
8304
|
-
"default": "false"
|
|
8305
|
-
},
|
|
8306
|
-
{
|
|
8307
|
-
"kind": "field",
|
|
8308
|
-
"name": "rows",
|
|
8309
|
-
"type": {
|
|
8310
|
-
"text": "Map<string, any>"
|
|
8311
|
-
},
|
|
8312
|
-
"privacy": "private",
|
|
8313
|
-
"default": "new Map()"
|
|
8314
|
-
},
|
|
8315
|
-
{
|
|
8316
|
-
"kind": "field",
|
|
8317
|
-
"name": "agTransaction",
|
|
8318
|
-
"type": {
|
|
8319
|
-
"text": "RowDataTransaction"
|
|
8320
|
-
},
|
|
8321
|
-
"privacy": "private"
|
|
8322
|
-
},
|
|
8323
9457
|
{
|
|
8324
9458
|
"kind": "field",
|
|
8325
9459
|
"name": "sourceRef",
|
|
@@ -8359,24 +9493,6 @@
|
|
|
8359
9493
|
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8360
9494
|
}
|
|
8361
9495
|
},
|
|
8362
|
-
{
|
|
8363
|
-
"kind": "field",
|
|
8364
|
-
"name": "agGrid",
|
|
8365
|
-
"type": {
|
|
8366
|
-
"text": "GridPro | null"
|
|
8367
|
-
},
|
|
8368
|
-
"privacy": "private",
|
|
8369
|
-
"readonly": true
|
|
8370
|
-
},
|
|
8371
|
-
{
|
|
8372
|
-
"kind": "field",
|
|
8373
|
-
"name": "defaultRowIdByResourceType",
|
|
8374
|
-
"type": {
|
|
8375
|
-
"text": "string"
|
|
8376
|
-
},
|
|
8377
|
-
"privacy": "private",
|
|
8378
|
-
"readonly": true
|
|
8379
|
-
},
|
|
8380
9496
|
{
|
|
8381
9497
|
"kind": "method",
|
|
8382
9498
|
"name": "init",
|
|
@@ -8404,180 +9520,73 @@
|
|
|
8404
9520
|
},
|
|
8405
9521
|
{
|
|
8406
9522
|
"kind": "method",
|
|
8407
|
-
"name": "refreshRows",
|
|
8408
|
-
"description": "Force the grid to redispatch the current rows"
|
|
8409
|
-
},
|
|
8410
|
-
{
|
|
8411
|
-
"kind": "method",
|
|
8412
|
-
"name": "handleSnapshot",
|
|
8413
|
-
"privacy": "private",
|
|
8414
|
-
"parameters": [
|
|
8415
|
-
{
|
|
8416
|
-
"name": "result"
|
|
8417
|
-
}
|
|
8418
|
-
]
|
|
8419
|
-
},
|
|
8420
|
-
{
|
|
8421
|
-
"kind": "method",
|
|
8422
|
-
"name": "handleErrors",
|
|
8423
|
-
"parameters": [
|
|
8424
|
-
{
|
|
8425
|
-
"name": "result"
|
|
8426
|
-
}
|
|
8427
|
-
]
|
|
8428
|
-
},
|
|
8429
|
-
{
|
|
8430
|
-
"kind": "method",
|
|
8431
|
-
"name": "datasourceOptions",
|
|
8432
|
-
"privacy": "private",
|
|
8433
|
-
"return": {
|
|
8434
|
-
"type": {
|
|
8435
|
-
"text": "DatasourceOptions"
|
|
8436
|
-
}
|
|
8437
|
-
}
|
|
8438
|
-
},
|
|
8439
|
-
{
|
|
8440
|
-
"kind": "method",
|
|
8441
|
-
"name": "handleStreamResult",
|
|
8442
|
-
"privacy": "private",
|
|
8443
|
-
"parameters": [
|
|
8444
|
-
{
|
|
8445
|
-
"name": "result",
|
|
8446
|
-
"type": {
|
|
8447
|
-
"text": "FilteredDataServerResult | RequestServerResult"
|
|
8448
|
-
}
|
|
8449
|
-
}
|
|
8450
|
-
]
|
|
8451
|
-
},
|
|
8452
|
-
{
|
|
8453
|
-
"kind": "method",
|
|
8454
|
-
"name": "applyRequestServerData",
|
|
8455
|
-
"privacy": "private",
|
|
8456
|
-
"parameters": [
|
|
8457
|
-
{
|
|
8458
|
-
"name": "requestServerResult",
|
|
8459
|
-
"type": {
|
|
8460
|
-
"text": "RequestServerResult"
|
|
8461
|
-
}
|
|
8462
|
-
}
|
|
8463
|
-
]
|
|
8464
|
-
},
|
|
8465
|
-
{
|
|
8466
|
-
"kind": "method",
|
|
8467
|
-
"name": "applyDataserverData",
|
|
8468
|
-
"privacy": "private",
|
|
8469
|
-
"parameters": [
|
|
8470
|
-
{
|
|
8471
|
-
"name": "dataServerResult",
|
|
8472
|
-
"type": {
|
|
8473
|
-
"text": "FilteredDataServerResult"
|
|
8474
|
-
}
|
|
8475
|
-
}
|
|
8476
|
-
]
|
|
8477
|
-
},
|
|
8478
|
-
{
|
|
8479
|
-
"kind": "method",
|
|
8480
|
-
"name": "applyAllAgTransactions",
|
|
8481
|
-
"privacy": "private"
|
|
9523
|
+
"name": "refreshRows",
|
|
9524
|
+
"description": "Force the grid to redispatch the current rows"
|
|
8482
9525
|
},
|
|
8483
9526
|
{
|
|
8484
9527
|
"kind": "method",
|
|
8485
|
-
"name": "
|
|
9528
|
+
"name": "handleSnapshot",
|
|
8486
9529
|
"privacy": "private",
|
|
8487
9530
|
"parameters": [
|
|
8488
9531
|
{
|
|
8489
|
-
"name": "
|
|
9532
|
+
"name": "result"
|
|
8490
9533
|
}
|
|
8491
9534
|
]
|
|
8492
9535
|
},
|
|
8493
9536
|
{
|
|
8494
9537
|
"kind": "method",
|
|
8495
|
-
"name": "
|
|
8496
|
-
"privacy": "private",
|
|
9538
|
+
"name": "handleErrors",
|
|
8497
9539
|
"parameters": [
|
|
8498
9540
|
{
|
|
8499
|
-
"name": "
|
|
8500
|
-
"type": {
|
|
8501
|
-
"text": "RowDataTransaction"
|
|
8502
|
-
}
|
|
8503
|
-
},
|
|
8504
|
-
{
|
|
8505
|
-
"name": "operation",
|
|
8506
|
-
"type": {
|
|
8507
|
-
"text": "OperationType"
|
|
8508
|
-
}
|
|
8509
|
-
},
|
|
8510
|
-
{
|
|
8511
|
-
"name": "isAsync",
|
|
8512
|
-
"type": {
|
|
8513
|
-
"text": "boolean"
|
|
8514
|
-
}
|
|
9541
|
+
"name": "result"
|
|
8515
9542
|
}
|
|
8516
9543
|
]
|
|
8517
9544
|
},
|
|
8518
9545
|
{
|
|
8519
9546
|
"kind": "method",
|
|
8520
|
-
"name": "
|
|
9547
|
+
"name": "datasourceOptions",
|
|
8521
9548
|
"privacy": "private",
|
|
8522
|
-
"parameters": [
|
|
8523
|
-
{
|
|
8524
|
-
"name": "transaction",
|
|
8525
|
-
"type": {
|
|
8526
|
-
"text": "RowDataTransaction"
|
|
8527
|
-
},
|
|
8528
|
-
"description": "The transaction data to be mapped."
|
|
8529
|
-
},
|
|
8530
|
-
{
|
|
8531
|
-
"name": "operations",
|
|
8532
|
-
"default": "Object.values(OperationType)",
|
|
8533
|
-
"type": {
|
|
8534
|
-
"text": "OperationType[]"
|
|
8535
|
-
},
|
|
8536
|
-
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
8537
|
-
}
|
|
8538
|
-
],
|
|
8539
|
-
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
8540
9549
|
"return": {
|
|
8541
9550
|
"type": {
|
|
8542
|
-
"text": ""
|
|
9551
|
+
"text": "DatasourceOptions"
|
|
8543
9552
|
}
|
|
8544
9553
|
}
|
|
8545
9554
|
},
|
|
8546
9555
|
{
|
|
8547
9556
|
"kind": "method",
|
|
8548
|
-
"name": "
|
|
9557
|
+
"name": "handleStreamResult",
|
|
8549
9558
|
"privacy": "private",
|
|
8550
9559
|
"parameters": [
|
|
8551
9560
|
{
|
|
8552
|
-
"name": "
|
|
9561
|
+
"name": "result",
|
|
8553
9562
|
"type": {
|
|
8554
|
-
"text": "
|
|
9563
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
8555
9564
|
}
|
|
8556
9565
|
}
|
|
8557
9566
|
]
|
|
8558
9567
|
},
|
|
8559
9568
|
{
|
|
8560
9569
|
"kind": "method",
|
|
8561
|
-
"name": "
|
|
9570
|
+
"name": "applyRequestServerData",
|
|
8562
9571
|
"privacy": "private",
|
|
8563
9572
|
"parameters": [
|
|
8564
9573
|
{
|
|
8565
|
-
"name": "
|
|
9574
|
+
"name": "requestServerResult",
|
|
8566
9575
|
"type": {
|
|
8567
|
-
"text": "
|
|
9576
|
+
"text": "RequestServerResult"
|
|
8568
9577
|
}
|
|
8569
9578
|
}
|
|
8570
9579
|
]
|
|
8571
9580
|
},
|
|
8572
9581
|
{
|
|
8573
9582
|
"kind": "method",
|
|
8574
|
-
"name": "
|
|
9583
|
+
"name": "applyDataserverData",
|
|
8575
9584
|
"privacy": "private",
|
|
8576
9585
|
"parameters": [
|
|
8577
9586
|
{
|
|
8578
|
-
"name": "
|
|
9587
|
+
"name": "dataServerResult",
|
|
8579
9588
|
"type": {
|
|
8580
|
-
"text": "
|
|
9589
|
+
"text": "FilteredDataServerResult"
|
|
8581
9590
|
}
|
|
8582
9591
|
}
|
|
8583
9592
|
]
|
|
@@ -8637,6 +9646,57 @@
|
|
|
8637
9646
|
}
|
|
8638
9647
|
]
|
|
8639
9648
|
},
|
|
9649
|
+
{
|
|
9650
|
+
"kind": "method",
|
|
9651
|
+
"name": "applyTransaction",
|
|
9652
|
+
"privacy": "protected",
|
|
9653
|
+
"return": {
|
|
9654
|
+
"type": {
|
|
9655
|
+
"text": "RowNodeTransaction | null | undefined"
|
|
9656
|
+
}
|
|
9657
|
+
},
|
|
9658
|
+
"parameters": [
|
|
9659
|
+
{
|
|
9660
|
+
"name": "agTransaction",
|
|
9661
|
+
"type": {
|
|
9662
|
+
"text": "RowDataTransaction"
|
|
9663
|
+
}
|
|
9664
|
+
}
|
|
9665
|
+
],
|
|
9666
|
+
"inheritedFrom": {
|
|
9667
|
+
"name": "GridProBaseDatasource",
|
|
9668
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9669
|
+
}
|
|
9670
|
+
},
|
|
9671
|
+
{
|
|
9672
|
+
"kind": "method",
|
|
9673
|
+
"name": "applyTransactionAsync",
|
|
9674
|
+
"privacy": "protected",
|
|
9675
|
+
"parameters": [
|
|
9676
|
+
{
|
|
9677
|
+
"name": "agTransaction",
|
|
9678
|
+
"type": {
|
|
9679
|
+
"text": "RowDataTransaction"
|
|
9680
|
+
}
|
|
9681
|
+
},
|
|
9682
|
+
{
|
|
9683
|
+
"name": "callback",
|
|
9684
|
+
"optional": true,
|
|
9685
|
+
"type": {
|
|
9686
|
+
"text": "(res: RowNodeTransaction) => void"
|
|
9687
|
+
}
|
|
9688
|
+
}
|
|
9689
|
+
],
|
|
9690
|
+
"return": {
|
|
9691
|
+
"type": {
|
|
9692
|
+
"text": "void"
|
|
9693
|
+
}
|
|
9694
|
+
},
|
|
9695
|
+
"inheritedFrom": {
|
|
9696
|
+
"name": "GridProBaseDatasource",
|
|
9697
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9698
|
+
}
|
|
9699
|
+
},
|
|
8640
9700
|
{
|
|
8641
9701
|
"kind": "method",
|
|
8642
9702
|
"name": "cloneNode",
|
|
@@ -8660,52 +9720,225 @@
|
|
|
8660
9720
|
}
|
|
8661
9721
|
},
|
|
8662
9722
|
{
|
|
8663
|
-
"kind": "field",
|
|
8664
|
-
"name": "shouldRunDisconnect",
|
|
8665
|
-
"return": {
|
|
8666
|
-
"type": {
|
|
8667
|
-
"text": ""
|
|
9723
|
+
"kind": "field",
|
|
9724
|
+
"name": "shouldRunDisconnect",
|
|
9725
|
+
"return": {
|
|
9726
|
+
"type": {
|
|
9727
|
+
"text": ""
|
|
9728
|
+
}
|
|
9729
|
+
},
|
|
9730
|
+
"readonly": true,
|
|
9731
|
+
"inheritedFrom": {
|
|
9732
|
+
"name": "LifecycleMixin",
|
|
9733
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9734
|
+
}
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
"kind": "field",
|
|
9738
|
+
"name": "shouldRunConnect",
|
|
9739
|
+
"return": {
|
|
9740
|
+
"type": {
|
|
9741
|
+
"text": ""
|
|
9742
|
+
}
|
|
9743
|
+
},
|
|
9744
|
+
"readonly": true,
|
|
9745
|
+
"inheritedFrom": {
|
|
9746
|
+
"name": "LifecycleMixin",
|
|
9747
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9748
|
+
}
|
|
9749
|
+
},
|
|
9750
|
+
{
|
|
9751
|
+
"kind": "method",
|
|
9752
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
9753
|
+
"return": {
|
|
9754
|
+
"type": {
|
|
9755
|
+
"text": "boolean"
|
|
9756
|
+
}
|
|
9757
|
+
},
|
|
9758
|
+
"parameters": [
|
|
9759
|
+
{
|
|
9760
|
+
"name": "lifecycleType",
|
|
9761
|
+
"type": {
|
|
9762
|
+
"text": "Lifecycletype"
|
|
9763
|
+
}
|
|
9764
|
+
}
|
|
9765
|
+
],
|
|
9766
|
+
"inheritedFrom": {
|
|
9767
|
+
"name": "LifecycleMixin",
|
|
9768
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
9769
|
+
}
|
|
9770
|
+
},
|
|
9771
|
+
{
|
|
9772
|
+
"kind": "field",
|
|
9773
|
+
"name": "dataSubWasLoggedOff",
|
|
9774
|
+
"type": {
|
|
9775
|
+
"text": "boolean"
|
|
9776
|
+
},
|
|
9777
|
+
"privacy": "protected",
|
|
9778
|
+
"default": "false",
|
|
9779
|
+
"inheritedFrom": {
|
|
9780
|
+
"name": "GridProBaseDatasource",
|
|
9781
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9782
|
+
}
|
|
9783
|
+
},
|
|
9784
|
+
{
|
|
9785
|
+
"kind": "field",
|
|
9786
|
+
"name": "rowData",
|
|
9787
|
+
"type": {
|
|
9788
|
+
"text": "Map<string, any>"
|
|
9789
|
+
},
|
|
9790
|
+
"default": "new Map()",
|
|
9791
|
+
"inheritedFrom": {
|
|
9792
|
+
"name": "GridProBaseDatasource",
|
|
9793
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9794
|
+
}
|
|
9795
|
+
},
|
|
9796
|
+
{
|
|
9797
|
+
"kind": "field",
|
|
9798
|
+
"name": "agTransaction",
|
|
9799
|
+
"type": {
|
|
9800
|
+
"text": "RowDataTransaction | ServerSideTransaction"
|
|
9801
|
+
},
|
|
9802
|
+
"privacy": "protected",
|
|
9803
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n }",
|
|
9804
|
+
"inheritedFrom": {
|
|
9805
|
+
"name": "GridProBaseDatasource",
|
|
9806
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9807
|
+
}
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"kind": "method",
|
|
9811
|
+
"name": "handleStreamInserts",
|
|
9812
|
+
"privacy": "protected",
|
|
9813
|
+
"parameters": [
|
|
9814
|
+
{
|
|
9815
|
+
"name": "insertedRows",
|
|
9816
|
+
"type": {
|
|
9817
|
+
"text": "any[]"
|
|
9818
|
+
}
|
|
9819
|
+
}
|
|
9820
|
+
],
|
|
9821
|
+
"inheritedFrom": {
|
|
9822
|
+
"name": "GridProBaseDatasource",
|
|
9823
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9824
|
+
}
|
|
9825
|
+
},
|
|
9826
|
+
{
|
|
9827
|
+
"kind": "method",
|
|
9828
|
+
"name": "handleStreamDeletes",
|
|
9829
|
+
"privacy": "protected",
|
|
9830
|
+
"parameters": [
|
|
9831
|
+
{
|
|
9832
|
+
"name": "deletedRows",
|
|
9833
|
+
"type": {
|
|
9834
|
+
"text": "any[]"
|
|
9835
|
+
}
|
|
9836
|
+
}
|
|
9837
|
+
],
|
|
9838
|
+
"inheritedFrom": {
|
|
9839
|
+
"name": "GridProBaseDatasource",
|
|
9840
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9841
|
+
}
|
|
9842
|
+
},
|
|
9843
|
+
{
|
|
9844
|
+
"kind": "method",
|
|
9845
|
+
"name": "handleStreamUpdates",
|
|
9846
|
+
"privacy": "protected",
|
|
9847
|
+
"parameters": [
|
|
9848
|
+
{
|
|
9849
|
+
"name": "updatedRows",
|
|
9850
|
+
"type": {
|
|
9851
|
+
"text": "any[]"
|
|
9852
|
+
}
|
|
9853
|
+
}
|
|
9854
|
+
],
|
|
9855
|
+
"inheritedFrom": {
|
|
9856
|
+
"name": "GridProBaseDatasource",
|
|
9857
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9858
|
+
}
|
|
9859
|
+
},
|
|
9860
|
+
{
|
|
9861
|
+
"kind": "method",
|
|
9862
|
+
"name": "applyAllAgTransactions",
|
|
9863
|
+
"privacy": "protected",
|
|
9864
|
+
"inheritedFrom": {
|
|
9865
|
+
"name": "GridProBaseDatasource",
|
|
9866
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9867
|
+
}
|
|
9868
|
+
},
|
|
9869
|
+
{
|
|
9870
|
+
"kind": "method",
|
|
9871
|
+
"name": "flashAddedCells",
|
|
9872
|
+
"privacy": "private",
|
|
9873
|
+
"parameters": [
|
|
9874
|
+
{
|
|
9875
|
+
"name": "rowNodes"
|
|
8668
9876
|
}
|
|
8669
|
-
|
|
8670
|
-
"readonly": true,
|
|
9877
|
+
],
|
|
8671
9878
|
"inheritedFrom": {
|
|
8672
|
-
"name": "
|
|
8673
|
-
"module": "src/
|
|
9879
|
+
"name": "GridProBaseDatasource",
|
|
9880
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8674
9881
|
}
|
|
8675
9882
|
},
|
|
8676
9883
|
{
|
|
8677
|
-
"kind": "
|
|
8678
|
-
"name": "
|
|
8679
|
-
"
|
|
8680
|
-
|
|
8681
|
-
|
|
9884
|
+
"kind": "method",
|
|
9885
|
+
"name": "applyMappedAgTransaction",
|
|
9886
|
+
"privacy": "private",
|
|
9887
|
+
"parameters": [
|
|
9888
|
+
{
|
|
9889
|
+
"name": "agTransaction",
|
|
9890
|
+
"type": {
|
|
9891
|
+
"text": "RowDataTransaction"
|
|
9892
|
+
}
|
|
9893
|
+
},
|
|
9894
|
+
{
|
|
9895
|
+
"name": "operation",
|
|
9896
|
+
"type": {
|
|
9897
|
+
"text": "OperationType"
|
|
9898
|
+
}
|
|
9899
|
+
},
|
|
9900
|
+
{
|
|
9901
|
+
"name": "isAsync",
|
|
9902
|
+
"type": {
|
|
9903
|
+
"text": "boolean"
|
|
9904
|
+
}
|
|
8682
9905
|
}
|
|
8683
|
-
|
|
8684
|
-
"readonly": true,
|
|
9906
|
+
],
|
|
8685
9907
|
"inheritedFrom": {
|
|
8686
|
-
"name": "
|
|
8687
|
-
"module": "src/
|
|
9908
|
+
"name": "GridProBaseDatasource",
|
|
9909
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8688
9910
|
}
|
|
8689
9911
|
},
|
|
8690
9912
|
{
|
|
8691
9913
|
"kind": "method",
|
|
8692
|
-
"name": "
|
|
8693
|
-
"
|
|
8694
|
-
"type": {
|
|
8695
|
-
"text": "boolean"
|
|
8696
|
-
}
|
|
8697
|
-
},
|
|
9914
|
+
"name": "mapTransaction",
|
|
9915
|
+
"privacy": "private",
|
|
8698
9916
|
"parameters": [
|
|
8699
9917
|
{
|
|
8700
|
-
"name": "
|
|
9918
|
+
"name": "transaction",
|
|
8701
9919
|
"type": {
|
|
8702
|
-
"text": "
|
|
8703
|
-
}
|
|
9920
|
+
"text": "RowDataTransaction"
|
|
9921
|
+
},
|
|
9922
|
+
"description": "The transaction data to be mapped."
|
|
9923
|
+
},
|
|
9924
|
+
{
|
|
9925
|
+
"name": "operations",
|
|
9926
|
+
"default": "Object.values(OperationType)",
|
|
9927
|
+
"type": {
|
|
9928
|
+
"text": "OperationType[]"
|
|
9929
|
+
},
|
|
9930
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
8704
9931
|
}
|
|
8705
9932
|
],
|
|
9933
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
9934
|
+
"return": {
|
|
9935
|
+
"type": {
|
|
9936
|
+
"text": ""
|
|
9937
|
+
}
|
|
9938
|
+
},
|
|
8706
9939
|
"inheritedFrom": {
|
|
8707
|
-
"name": "
|
|
8708
|
-
"module": "src/
|
|
9940
|
+
"name": "GridProBaseDatasource",
|
|
9941
|
+
"module": "src/datasource/base.datasource.ts"
|
|
8709
9942
|
}
|
|
8710
9943
|
},
|
|
8711
9944
|
{
|
|
@@ -8715,7 +9948,7 @@
|
|
|
8715
9948
|
"text": "Connect"
|
|
8716
9949
|
},
|
|
8717
9950
|
"inheritedFrom": {
|
|
8718
|
-
"name": "
|
|
9951
|
+
"name": "GenesisGridDatasourceElement",
|
|
8719
9952
|
"module": "src/datasource/base.datasource.ts"
|
|
8720
9953
|
}
|
|
8721
9954
|
},
|
|
@@ -8726,7 +9959,7 @@
|
|
|
8726
9959
|
"text": "GridOptions"
|
|
8727
9960
|
},
|
|
8728
9961
|
"inheritedFrom": {
|
|
8729
|
-
"name": "
|
|
9962
|
+
"name": "GenesisGridDatasourceElement",
|
|
8730
9963
|
"module": "src/datasource/base.datasource.ts"
|
|
8731
9964
|
}
|
|
8732
9965
|
},
|
|
@@ -8737,7 +9970,19 @@
|
|
|
8737
9970
|
"text": "ColumnState[]"
|
|
8738
9971
|
},
|
|
8739
9972
|
"inheritedFrom": {
|
|
8740
|
-
"name": "
|
|
9973
|
+
"name": "GenesisGridDatasourceElement",
|
|
9974
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9975
|
+
}
|
|
9976
|
+
},
|
|
9977
|
+
{
|
|
9978
|
+
"kind": "field",
|
|
9979
|
+
"name": "rowDataMapper",
|
|
9980
|
+
"type": {
|
|
9981
|
+
"text": "Function"
|
|
9982
|
+
},
|
|
9983
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
9984
|
+
"inheritedFrom": {
|
|
9985
|
+
"name": "GenesisGridDatasourceElement",
|
|
8741
9986
|
"module": "src/datasource/base.datasource.ts"
|
|
8742
9987
|
}
|
|
8743
9988
|
},
|
|
@@ -8748,7 +9993,7 @@
|
|
|
8748
9993
|
"text": "string"
|
|
8749
9994
|
},
|
|
8750
9995
|
"inheritedFrom": {
|
|
8751
|
-
"name": "
|
|
9996
|
+
"name": "GenesisGridDatasourceElement",
|
|
8752
9997
|
"module": "src/datasource/base.datasource.ts"
|
|
8753
9998
|
}
|
|
8754
9999
|
},
|
|
@@ -8759,7 +10004,7 @@
|
|
|
8759
10004
|
"text": "string"
|
|
8760
10005
|
},
|
|
8761
10006
|
"inheritedFrom": {
|
|
8762
|
-
"name": "
|
|
10007
|
+
"name": "GenesisGridDatasourceElement",
|
|
8763
10008
|
"module": "src/datasource/base.datasource.ts"
|
|
8764
10009
|
}
|
|
8765
10010
|
},
|
|
@@ -8771,7 +10016,7 @@
|
|
|
8771
10016
|
},
|
|
8772
10017
|
"default": "false",
|
|
8773
10018
|
"inheritedFrom": {
|
|
8774
|
-
"name": "
|
|
10019
|
+
"name": "GenesisGridDatasourceElement",
|
|
8775
10020
|
"module": "src/datasource/base.datasource.ts"
|
|
8776
10021
|
}
|
|
8777
10022
|
},
|
|
@@ -8782,7 +10027,7 @@
|
|
|
8782
10027
|
"text": "number"
|
|
8783
10028
|
},
|
|
8784
10029
|
"inheritedFrom": {
|
|
8785
|
-
"name": "
|
|
10030
|
+
"name": "GenesisGridDatasourceElement",
|
|
8786
10031
|
"module": "src/datasource/base.datasource.ts"
|
|
8787
10032
|
}
|
|
8788
10033
|
},
|
|
@@ -8793,7 +10038,7 @@
|
|
|
8793
10038
|
"text": "number"
|
|
8794
10039
|
},
|
|
8795
10040
|
"inheritedFrom": {
|
|
8796
|
-
"name": "
|
|
10041
|
+
"name": "GenesisGridDatasourceElement",
|
|
8797
10042
|
"module": "src/datasource/base.datasource.ts"
|
|
8798
10043
|
}
|
|
8799
10044
|
},
|
|
@@ -8805,7 +10050,7 @@
|
|
|
8805
10050
|
},
|
|
8806
10051
|
"default": "false",
|
|
8807
10052
|
"inheritedFrom": {
|
|
8808
|
-
"name": "
|
|
10053
|
+
"name": "GenesisGridDatasourceElement",
|
|
8809
10054
|
"module": "src/datasource/base.datasource.ts"
|
|
8810
10055
|
}
|
|
8811
10056
|
},
|
|
@@ -8816,7 +10061,7 @@
|
|
|
8816
10061
|
"text": "string"
|
|
8817
10062
|
},
|
|
8818
10063
|
"inheritedFrom": {
|
|
8819
|
-
"name": "
|
|
10064
|
+
"name": "GenesisGridDatasourceElement",
|
|
8820
10065
|
"module": "src/datasource/base.datasource.ts"
|
|
8821
10066
|
}
|
|
8822
10067
|
},
|
|
@@ -8827,7 +10072,7 @@
|
|
|
8827
10072
|
"text": "string"
|
|
8828
10073
|
},
|
|
8829
10074
|
"inheritedFrom": {
|
|
8830
|
-
"name": "
|
|
10075
|
+
"name": "GenesisGridDatasourceElement",
|
|
8831
10076
|
"module": "src/datasource/base.datasource.ts"
|
|
8832
10077
|
}
|
|
8833
10078
|
},
|
|
@@ -8839,7 +10084,68 @@
|
|
|
8839
10084
|
},
|
|
8840
10085
|
"default": "false",
|
|
8841
10086
|
"inheritedFrom": {
|
|
8842
|
-
"name": "
|
|
10087
|
+
"name": "GenesisGridDatasourceElement",
|
|
10088
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10089
|
+
}
|
|
10090
|
+
},
|
|
10091
|
+
{
|
|
10092
|
+
"kind": "field",
|
|
10093
|
+
"name": "rowIdAttr",
|
|
10094
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
10095
|
+
"inheritedFrom": {
|
|
10096
|
+
"name": "GenesisGridDatasourceElement",
|
|
10097
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10098
|
+
}
|
|
10099
|
+
},
|
|
10100
|
+
{
|
|
10101
|
+
"kind": "field",
|
|
10102
|
+
"name": "rowId",
|
|
10103
|
+
"type": {
|
|
10104
|
+
"text": "string"
|
|
10105
|
+
},
|
|
10106
|
+
"privacy": "protected",
|
|
10107
|
+
"readonly": true,
|
|
10108
|
+
"inheritedFrom": {
|
|
10109
|
+
"name": "GenesisGridDatasourceElement",
|
|
10110
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10111
|
+
}
|
|
10112
|
+
},
|
|
10113
|
+
{
|
|
10114
|
+
"kind": "field",
|
|
10115
|
+
"name": "defaultRowIdByResourceType",
|
|
10116
|
+
"type": {
|
|
10117
|
+
"text": "string"
|
|
10118
|
+
},
|
|
10119
|
+
"privacy": "protected",
|
|
10120
|
+
"readonly": true,
|
|
10121
|
+
"inheritedFrom": {
|
|
10122
|
+
"name": "GenesisGridDatasourceElement",
|
|
10123
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10124
|
+
}
|
|
10125
|
+
},
|
|
10126
|
+
{
|
|
10127
|
+
"kind": "field",
|
|
10128
|
+
"name": "isRequestServer",
|
|
10129
|
+
"type": {
|
|
10130
|
+
"text": "boolean"
|
|
10131
|
+
},
|
|
10132
|
+
"privacy": "protected",
|
|
10133
|
+
"default": "false",
|
|
10134
|
+
"inheritedFrom": {
|
|
10135
|
+
"name": "GenesisGridDatasourceElement",
|
|
10136
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10137
|
+
}
|
|
10138
|
+
},
|
|
10139
|
+
{
|
|
10140
|
+
"kind": "field",
|
|
10141
|
+
"name": "agGrid",
|
|
10142
|
+
"type": {
|
|
10143
|
+
"text": "GridPro | null"
|
|
10144
|
+
},
|
|
10145
|
+
"privacy": "protected",
|
|
10146
|
+
"readonly": true,
|
|
10147
|
+
"inheritedFrom": {
|
|
10148
|
+
"name": "GenesisGridDatasourceElement",
|
|
8843
10149
|
"module": "src/datasource/base.datasource.ts"
|
|
8844
10150
|
}
|
|
8845
10151
|
},
|
|
@@ -8971,11 +10277,6 @@
|
|
|
8971
10277
|
"default": "false",
|
|
8972
10278
|
"fieldName": "disablePolling"
|
|
8973
10279
|
},
|
|
8974
|
-
{
|
|
8975
|
-
"name": "row-id",
|
|
8976
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
8977
|
-
"fieldName": "rowIdAttr"
|
|
8978
|
-
},
|
|
8979
10280
|
{
|
|
8980
10281
|
"name": "restart-on-reconnection",
|
|
8981
10282
|
"type": {
|
|
@@ -8991,7 +10292,7 @@
|
|
|
8991
10292
|
},
|
|
8992
10293
|
"fieldName": "criteria",
|
|
8993
10294
|
"inheritedFrom": {
|
|
8994
|
-
"name": "
|
|
10295
|
+
"name": "GenesisGridDatasourceElement",
|
|
8995
10296
|
"module": "src/datasource/base.datasource.ts"
|
|
8996
10297
|
}
|
|
8997
10298
|
},
|
|
@@ -9002,7 +10303,7 @@
|
|
|
9002
10303
|
},
|
|
9003
10304
|
"fieldName": "fields",
|
|
9004
10305
|
"inheritedFrom": {
|
|
9005
|
-
"name": "
|
|
10306
|
+
"name": "GenesisGridDatasourceElement",
|
|
9006
10307
|
"module": "src/datasource/base.datasource.ts"
|
|
9007
10308
|
}
|
|
9008
10309
|
},
|
|
@@ -9014,7 +10315,7 @@
|
|
|
9014
10315
|
"default": "false",
|
|
9015
10316
|
"fieldName": "isSnapshot",
|
|
9016
10317
|
"inheritedFrom": {
|
|
9017
|
-
"name": "
|
|
10318
|
+
"name": "GenesisGridDatasourceElement",
|
|
9018
10319
|
"module": "src/datasource/base.datasource.ts"
|
|
9019
10320
|
}
|
|
9020
10321
|
},
|
|
@@ -9025,7 +10326,7 @@
|
|
|
9025
10326
|
},
|
|
9026
10327
|
"fieldName": "maxRows",
|
|
9027
10328
|
"inheritedFrom": {
|
|
9028
|
-
"name": "
|
|
10329
|
+
"name": "GenesisGridDatasourceElement",
|
|
9029
10330
|
"module": "src/datasource/base.datasource.ts"
|
|
9030
10331
|
}
|
|
9031
10332
|
},
|
|
@@ -9036,7 +10337,7 @@
|
|
|
9036
10337
|
},
|
|
9037
10338
|
"fieldName": "maxView",
|
|
9038
10339
|
"inheritedFrom": {
|
|
9039
|
-
"name": "
|
|
10340
|
+
"name": "GenesisGridDatasourceElement",
|
|
9040
10341
|
"module": "src/datasource/base.datasource.ts"
|
|
9041
10342
|
}
|
|
9042
10343
|
},
|
|
@@ -9048,7 +10349,7 @@
|
|
|
9048
10349
|
"default": "false",
|
|
9049
10350
|
"fieldName": "movingView",
|
|
9050
10351
|
"inheritedFrom": {
|
|
9051
|
-
"name": "
|
|
10352
|
+
"name": "GenesisGridDatasourceElement",
|
|
9052
10353
|
"module": "src/datasource/base.datasource.ts"
|
|
9053
10354
|
}
|
|
9054
10355
|
},
|
|
@@ -9059,7 +10360,7 @@
|
|
|
9059
10360
|
},
|
|
9060
10361
|
"fieldName": "orderBy",
|
|
9061
10362
|
"inheritedFrom": {
|
|
9062
|
-
"name": "
|
|
10363
|
+
"name": "GenesisGridDatasourceElement",
|
|
9063
10364
|
"module": "src/datasource/base.datasource.ts"
|
|
9064
10365
|
}
|
|
9065
10366
|
},
|
|
@@ -9070,7 +10371,7 @@
|
|
|
9070
10371
|
},
|
|
9071
10372
|
"fieldName": "resourceName",
|
|
9072
10373
|
"inheritedFrom": {
|
|
9073
|
-
"name": "
|
|
10374
|
+
"name": "GenesisGridDatasourceElement",
|
|
9074
10375
|
"module": "src/datasource/base.datasource.ts"
|
|
9075
10376
|
}
|
|
9076
10377
|
},
|
|
@@ -9081,7 +10382,16 @@
|
|
|
9081
10382
|
"default": "false",
|
|
9082
10383
|
"fieldName": "reverse",
|
|
9083
10384
|
"inheritedFrom": {
|
|
9084
|
-
"name": "
|
|
10385
|
+
"name": "GenesisGridDatasourceElement",
|
|
10386
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10387
|
+
}
|
|
10388
|
+
},
|
|
10389
|
+
{
|
|
10390
|
+
"name": "row-id",
|
|
10391
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
10392
|
+
"fieldName": "rowIdAttr",
|
|
10393
|
+
"inheritedFrom": {
|
|
10394
|
+
"name": "GenesisGridDatasourceElement",
|
|
9085
10395
|
"module": "src/datasource/base.datasource.ts"
|
|
9086
10396
|
}
|
|
9087
10397
|
}
|
|
@@ -9312,51 +10622,46 @@
|
|
|
9312
10622
|
},
|
|
9313
10623
|
{
|
|
9314
10624
|
"kind": "javascript-module",
|
|
9315
|
-
"path": "src/
|
|
10625
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
9316
10626
|
"declarations": [
|
|
9317
10627
|
{
|
|
9318
10628
|
"kind": "function",
|
|
9319
|
-
"name": "
|
|
10629
|
+
"name": "setValueWithAccessor",
|
|
9320
10630
|
"return": {
|
|
9321
10631
|
"type": {
|
|
9322
|
-
"text": "
|
|
10632
|
+
"text": "string"
|
|
9323
10633
|
}
|
|
9324
10634
|
},
|
|
9325
10635
|
"parameters": [
|
|
9326
10636
|
{
|
|
9327
|
-
"name": "
|
|
10637
|
+
"name": "data",
|
|
9328
10638
|
"type": {
|
|
9329
|
-
"text": "
|
|
9330
|
-
}
|
|
9331
|
-
"description": "The array to render"
|
|
10639
|
+
"text": "any"
|
|
10640
|
+
}
|
|
9332
10641
|
},
|
|
9333
10642
|
{
|
|
9334
|
-
"name": "
|
|
9335
|
-
"default": "true",
|
|
10643
|
+
"name": "accessor",
|
|
9336
10644
|
"type": {
|
|
9337
|
-
"text": "
|
|
9338
|
-
}
|
|
9339
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
10645
|
+
"text": "string"
|
|
10646
|
+
}
|
|
9340
10647
|
}
|
|
9341
|
-
]
|
|
9342
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
9343
|
-
"privacy": "public"
|
|
10648
|
+
]
|
|
9344
10649
|
}
|
|
9345
10650
|
],
|
|
9346
10651
|
"exports": [
|
|
9347
10652
|
{
|
|
9348
10653
|
"kind": "js",
|
|
9349
|
-
"name": "
|
|
10654
|
+
"name": "setValueWithAccessor",
|
|
9350
10655
|
"declaration": {
|
|
9351
|
-
"name": "
|
|
9352
|
-
"module": "src/
|
|
10656
|
+
"name": "setValueWithAccessor",
|
|
10657
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
9353
10658
|
}
|
|
9354
10659
|
}
|
|
9355
10660
|
]
|
|
9356
10661
|
},
|
|
9357
10662
|
{
|
|
9358
10663
|
"kind": "javascript-module",
|
|
9359
|
-
"path": "src/
|
|
10664
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
9360
10665
|
"declarations": [],
|
|
9361
10666
|
"exports": [
|
|
9362
10667
|
{
|
|
@@ -9364,53 +10669,58 @@
|
|
|
9364
10669
|
"name": "*",
|
|
9365
10670
|
"declaration": {
|
|
9366
10671
|
"name": "*",
|
|
9367
|
-
"package": "./
|
|
10672
|
+
"package": "./accessor"
|
|
9368
10673
|
}
|
|
9369
10674
|
}
|
|
9370
10675
|
]
|
|
9371
10676
|
},
|
|
9372
10677
|
{
|
|
9373
10678
|
"kind": "javascript-module",
|
|
9374
|
-
"path": "src/
|
|
10679
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
9375
10680
|
"declarations": [
|
|
9376
10681
|
{
|
|
9377
10682
|
"kind": "function",
|
|
9378
|
-
"name": "
|
|
10683
|
+
"name": "gridProColumns",
|
|
9379
10684
|
"return": {
|
|
9380
10685
|
"type": {
|
|
9381
|
-
"text": "
|
|
10686
|
+
"text": "CaptureType<TSource>"
|
|
9382
10687
|
}
|
|
9383
10688
|
},
|
|
9384
10689
|
"parameters": [
|
|
9385
10690
|
{
|
|
9386
|
-
"name": "
|
|
10691
|
+
"name": "itemsBinding",
|
|
9387
10692
|
"type": {
|
|
9388
|
-
"text": "
|
|
9389
|
-
}
|
|
10693
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
10694
|
+
},
|
|
10695
|
+
"description": "The array to render"
|
|
9390
10696
|
},
|
|
9391
10697
|
{
|
|
9392
|
-
"name": "
|
|
10698
|
+
"name": "includeRenderers",
|
|
10699
|
+
"default": "true",
|
|
9393
10700
|
"type": {
|
|
9394
|
-
"text": "
|
|
9395
|
-
}
|
|
10701
|
+
"text": "boolean"
|
|
10702
|
+
},
|
|
10703
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
9396
10704
|
}
|
|
9397
|
-
]
|
|
10705
|
+
],
|
|
10706
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
10707
|
+
"privacy": "public"
|
|
9398
10708
|
}
|
|
9399
10709
|
],
|
|
9400
10710
|
"exports": [
|
|
9401
10711
|
{
|
|
9402
10712
|
"kind": "js",
|
|
9403
|
-
"name": "
|
|
10713
|
+
"name": "gridProColumns",
|
|
9404
10714
|
"declaration": {
|
|
9405
|
-
"name": "
|
|
9406
|
-
"module": "src/
|
|
10715
|
+
"name": "gridProColumns",
|
|
10716
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
9407
10717
|
}
|
|
9408
10718
|
}
|
|
9409
10719
|
]
|
|
9410
10720
|
},
|
|
9411
10721
|
{
|
|
9412
10722
|
"kind": "javascript-module",
|
|
9413
|
-
"path": "src/
|
|
10723
|
+
"path": "src/column/utils/index.ts",
|
|
9414
10724
|
"declarations": [],
|
|
9415
10725
|
"exports": [
|
|
9416
10726
|
{
|
|
@@ -9418,7 +10728,7 @@
|
|
|
9418
10728
|
"name": "*",
|
|
9419
10729
|
"declaration": {
|
|
9420
10730
|
"name": "*",
|
|
9421
|
-
"package": "./
|
|
10731
|
+
"package": "./grid-pro-columns"
|
|
9422
10732
|
}
|
|
9423
10733
|
}
|
|
9424
10734
|
]
|