@genesislcap/grid-pro 14.320.2-alpha-1f01931fd.0 → 14.321.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 +249 -535
- package/dist/dts/datasource/base.datasource.d.ts +4 -63
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +1 -1
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +0 -2
- package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
- package/dist/esm/datasource/base.datasource.js +15 -57
- package/dist/esm/datasource/server-side.resource-reqrep.js +6 -19
- package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -40
- package/dist/esm/status-bar-components/pagination.status-bar.js +4 -29
- package/dist/grid-pro.api.json +14 -44
- package/dist/grid-pro.d.ts +4 -65
- package/docs/api/grid-pro.genesisgriddatasourceelement.criteria.md +0 -2
- package/docs/api/grid-pro.genesisgriddatasourceelement.disablepolling.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.fields.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.issnapshot.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.maxrows.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.maxview.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -47
- package/docs/api/grid-pro.genesisgriddatasourceelement.movingview.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.orderby.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.pollinginterval.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.polltriggerevents.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.request.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.resourcename.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.reverse.md +0 -7
- package/docs/api/grid-pro.genesisgriddatasourceelement.viewnumber.md +0 -2
- package/docs/api-report.md.api.md +14 -1
- package/package.json +13 -13
- package/docs/api/grid-pro.genesisgriddatasourceelement.offset.md +0 -18
|
@@ -6363,57 +6363,36 @@
|
|
|
6363
6363
|
"name": "criteria",
|
|
6364
6364
|
"type": {
|
|
6365
6365
|
"text": "string"
|
|
6366
|
-
}
|
|
6367
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
6368
|
-
},
|
|
6369
|
-
{
|
|
6370
|
-
"kind": "field",
|
|
6371
|
-
"name": "isSnapshot",
|
|
6372
|
-
"type": {
|
|
6373
|
-
"text": "boolean"
|
|
6374
|
-
},
|
|
6375
|
-
"default": "false",
|
|
6376
|
-
"description": "Request a snapshot from the server."
|
|
6377
|
-
},
|
|
6378
|
-
{
|
|
6379
|
-
"kind": "field",
|
|
6380
|
-
"name": "maxRows",
|
|
6381
|
-
"type": {
|
|
6382
|
-
"text": "number"
|
|
6383
|
-
},
|
|
6384
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
6366
|
+
}
|
|
6385
6367
|
},
|
|
6386
6368
|
{
|
|
6387
6369
|
"kind": "field",
|
|
6388
|
-
"name": "
|
|
6370
|
+
"name": "fields",
|
|
6389
6371
|
"type": {
|
|
6390
6372
|
"text": "string"
|
|
6391
|
-
}
|
|
6392
|
-
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
6373
|
+
}
|
|
6393
6374
|
},
|
|
6394
6375
|
{
|
|
6395
6376
|
"kind": "field",
|
|
6396
|
-
"name": "
|
|
6377
|
+
"name": "isSnapshot",
|
|
6397
6378
|
"type": {
|
|
6398
|
-
"text": "
|
|
6379
|
+
"text": "boolean"
|
|
6399
6380
|
},
|
|
6400
|
-
"
|
|
6381
|
+
"default": "false"
|
|
6401
6382
|
},
|
|
6402
6383
|
{
|
|
6403
6384
|
"kind": "field",
|
|
6404
|
-
"name": "
|
|
6385
|
+
"name": "maxRows",
|
|
6405
6386
|
"type": {
|
|
6406
|
-
"text": "
|
|
6407
|
-
}
|
|
6408
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them."
|
|
6387
|
+
"text": "number"
|
|
6388
|
+
}
|
|
6409
6389
|
},
|
|
6410
6390
|
{
|
|
6411
6391
|
"kind": "field",
|
|
6412
6392
|
"name": "maxView",
|
|
6413
6393
|
"type": {
|
|
6414
6394
|
"text": "number"
|
|
6415
|
-
}
|
|
6416
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
6395
|
+
}
|
|
6417
6396
|
},
|
|
6418
6397
|
{
|
|
6419
6398
|
"kind": "field",
|
|
@@ -6421,50 +6400,43 @@
|
|
|
6421
6400
|
"type": {
|
|
6422
6401
|
"text": "boolean"
|
|
6423
6402
|
},
|
|
6424
|
-
"default": "false"
|
|
6425
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows."
|
|
6403
|
+
"default": "false"
|
|
6426
6404
|
},
|
|
6427
6405
|
{
|
|
6428
6406
|
"kind": "field",
|
|
6429
6407
|
"name": "orderBy",
|
|
6430
6408
|
"type": {
|
|
6431
6409
|
"text": "string"
|
|
6432
|
-
}
|
|
6433
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way."
|
|
6410
|
+
}
|
|
6434
6411
|
},
|
|
6435
6412
|
{
|
|
6436
6413
|
"kind": "field",
|
|
6437
|
-
"name": "
|
|
6414
|
+
"name": "resourceName",
|
|
6438
6415
|
"type": {
|
|
6439
|
-
"text": "
|
|
6440
|
-
}
|
|
6441
|
-
"default": "false",
|
|
6442
|
-
"description": "Option that changes the Data Server index iteration."
|
|
6416
|
+
"text": "string"
|
|
6417
|
+
}
|
|
6443
6418
|
},
|
|
6444
6419
|
{
|
|
6445
6420
|
"kind": "field",
|
|
6446
|
-
"name": "
|
|
6421
|
+
"name": "reverse",
|
|
6447
6422
|
"type": {
|
|
6448
6423
|
"text": "boolean"
|
|
6449
6424
|
},
|
|
6450
|
-
"default": "false"
|
|
6451
|
-
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically)."
|
|
6425
|
+
"default": "false"
|
|
6452
6426
|
},
|
|
6453
6427
|
{
|
|
6454
6428
|
"kind": "field",
|
|
6455
|
-
"name": "
|
|
6429
|
+
"name": "viewNumber",
|
|
6456
6430
|
"type": {
|
|
6457
6431
|
"text": "number"
|
|
6458
|
-
}
|
|
6459
|
-
"description": "The offset for pagination in REQUEST_SERVER scenarios."
|
|
6432
|
+
}
|
|
6460
6433
|
},
|
|
6461
6434
|
{
|
|
6462
6435
|
"kind": "field",
|
|
6463
6436
|
"name": "pollingInterval",
|
|
6464
6437
|
"type": {
|
|
6465
6438
|
"text": "number"
|
|
6466
|
-
}
|
|
6467
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource."
|
|
6439
|
+
}
|
|
6468
6440
|
},
|
|
6469
6441
|
{
|
|
6470
6442
|
"kind": "field",
|
|
@@ -6472,16 +6444,22 @@
|
|
|
6472
6444
|
"type": {
|
|
6473
6445
|
"text": "string[]"
|
|
6474
6446
|
},
|
|
6475
|
-
"default": "[]"
|
|
6476
|
-
|
|
6447
|
+
"default": "[]"
|
|
6448
|
+
},
|
|
6449
|
+
{
|
|
6450
|
+
"kind": "field",
|
|
6451
|
+
"name": "disablePolling",
|
|
6452
|
+
"type": {
|
|
6453
|
+
"text": "boolean"
|
|
6454
|
+
},
|
|
6455
|
+
"default": "false"
|
|
6477
6456
|
},
|
|
6478
6457
|
{
|
|
6479
6458
|
"kind": "field",
|
|
6480
6459
|
"name": "request",
|
|
6481
6460
|
"type": {
|
|
6482
6461
|
"text": "any"
|
|
6483
|
-
}
|
|
6484
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards."
|
|
6462
|
+
}
|
|
6485
6463
|
},
|
|
6486
6464
|
{
|
|
6487
6465
|
"kind": "field",
|
|
@@ -6767,16 +6745,21 @@
|
|
|
6767
6745
|
"type": {
|
|
6768
6746
|
"text": "string"
|
|
6769
6747
|
},
|
|
6770
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
6771
6748
|
"fieldName": "criteria"
|
|
6772
6749
|
},
|
|
6750
|
+
{
|
|
6751
|
+
"name": "fields",
|
|
6752
|
+
"type": {
|
|
6753
|
+
"text": "string"
|
|
6754
|
+
},
|
|
6755
|
+
"fieldName": "fields"
|
|
6756
|
+
},
|
|
6773
6757
|
{
|
|
6774
6758
|
"name": "is-snapshot",
|
|
6775
6759
|
"type": {
|
|
6776
6760
|
"text": "boolean"
|
|
6777
6761
|
},
|
|
6778
6762
|
"default": "false",
|
|
6779
|
-
"description": "Request a snapshot from the server.",
|
|
6780
6763
|
"fieldName": "isSnapshot"
|
|
6781
6764
|
},
|
|
6782
6765
|
{
|
|
@@ -6784,39 +6767,13 @@
|
|
|
6784
6767
|
"type": {
|
|
6785
6768
|
"text": "number"
|
|
6786
6769
|
},
|
|
6787
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
6788
6770
|
"fieldName": "maxRows"
|
|
6789
6771
|
},
|
|
6790
|
-
{
|
|
6791
|
-
"name": "resource-name",
|
|
6792
|
-
"type": {
|
|
6793
|
-
"text": "string"
|
|
6794
|
-
},
|
|
6795
|
-
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
6796
|
-
"fieldName": "resourceName"
|
|
6797
|
-
},
|
|
6798
|
-
{
|
|
6799
|
-
"name": "view-number",
|
|
6800
|
-
"type": {
|
|
6801
|
-
"text": "number"
|
|
6802
|
-
},
|
|
6803
|
-
"description": "The desired view/page you want data from.",
|
|
6804
|
-
"fieldName": "viewNumber"
|
|
6805
|
-
},
|
|
6806
|
-
{
|
|
6807
|
-
"name": "fields",
|
|
6808
|
-
"type": {
|
|
6809
|
-
"text": "string"
|
|
6810
|
-
},
|
|
6811
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.",
|
|
6812
|
-
"fieldName": "fields"
|
|
6813
|
-
},
|
|
6814
6772
|
{
|
|
6815
6773
|
"name": "max-view",
|
|
6816
6774
|
"type": {
|
|
6817
6775
|
"text": "number"
|
|
6818
6776
|
},
|
|
6819
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
6820
6777
|
"fieldName": "maxView"
|
|
6821
6778
|
},
|
|
6822
6779
|
{
|
|
@@ -6825,7 +6782,6 @@
|
|
|
6825
6782
|
"text": "boolean"
|
|
6826
6783
|
},
|
|
6827
6784
|
"default": "false",
|
|
6828
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
6829
6785
|
"fieldName": "movingView"
|
|
6830
6786
|
},
|
|
6831
6787
|
{
|
|
@@ -6833,42 +6789,44 @@
|
|
|
6833
6789
|
"type": {
|
|
6834
6790
|
"text": "string"
|
|
6835
6791
|
},
|
|
6836
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
6837
6792
|
"fieldName": "orderBy"
|
|
6838
6793
|
},
|
|
6839
6794
|
{
|
|
6795
|
+
"name": "resource-name",
|
|
6840
6796
|
"type": {
|
|
6841
|
-
"text": "
|
|
6797
|
+
"text": "string"
|
|
6842
6798
|
},
|
|
6843
|
-
"
|
|
6844
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
6845
|
-
"fieldName": "reverse"
|
|
6799
|
+
"fieldName": "resourceName"
|
|
6846
6800
|
},
|
|
6847
6801
|
{
|
|
6848
|
-
"name": "disable-polling",
|
|
6849
6802
|
"type": {
|
|
6850
6803
|
"text": "boolean"
|
|
6851
6804
|
},
|
|
6852
6805
|
"default": "false",
|
|
6853
|
-
"
|
|
6854
|
-
"fieldName": "disablePolling"
|
|
6806
|
+
"fieldName": "reverse"
|
|
6855
6807
|
},
|
|
6856
6808
|
{
|
|
6857
|
-
"name": "
|
|
6809
|
+
"name": "view-number",
|
|
6858
6810
|
"type": {
|
|
6859
6811
|
"text": "number"
|
|
6860
6812
|
},
|
|
6861
|
-
"
|
|
6862
|
-
"fieldName": "offset"
|
|
6813
|
+
"fieldName": "viewNumber"
|
|
6863
6814
|
},
|
|
6864
6815
|
{
|
|
6865
6816
|
"name": "polling-interval",
|
|
6866
6817
|
"type": {
|
|
6867
6818
|
"text": "number"
|
|
6868
6819
|
},
|
|
6869
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
6870
6820
|
"fieldName": "pollingInterval"
|
|
6871
6821
|
},
|
|
6822
|
+
{
|
|
6823
|
+
"name": "disable-polling",
|
|
6824
|
+
"type": {
|
|
6825
|
+
"text": "boolean"
|
|
6826
|
+
},
|
|
6827
|
+
"default": "false",
|
|
6828
|
+
"fieldName": "disablePolling"
|
|
6829
|
+
},
|
|
6872
6830
|
{
|
|
6873
6831
|
"name": "request-auto-setup",
|
|
6874
6832
|
"type": {
|
|
@@ -7277,20 +7235,6 @@
|
|
|
7277
7235
|
"type": {
|
|
7278
7236
|
"text": "string"
|
|
7279
7237
|
},
|
|
7280
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
7281
|
-
"inheritedFrom": {
|
|
7282
|
-
"name": "GenesisGridDatasourceElement",
|
|
7283
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7284
|
-
}
|
|
7285
|
-
},
|
|
7286
|
-
{
|
|
7287
|
-
"kind": "field",
|
|
7288
|
-
"name": "isSnapshot",
|
|
7289
|
-
"type": {
|
|
7290
|
-
"text": "boolean"
|
|
7291
|
-
},
|
|
7292
|
-
"default": "false",
|
|
7293
|
-
"description": "Request a snapshot from the server.",
|
|
7294
7238
|
"inheritedFrom": {
|
|
7295
7239
|
"name": "GenesisGridDatasourceElement",
|
|
7296
7240
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7298,23 +7242,10 @@
|
|
|
7298
7242
|
},
|
|
7299
7243
|
{
|
|
7300
7244
|
"kind": "field",
|
|
7301
|
-
"name": "
|
|
7302
|
-
"type": {
|
|
7303
|
-
"text": "number"
|
|
7304
|
-
},
|
|
7305
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
7306
|
-
"inheritedFrom": {
|
|
7307
|
-
"name": "GenesisGridDatasourceElement",
|
|
7308
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7309
|
-
}
|
|
7310
|
-
},
|
|
7311
|
-
{
|
|
7312
|
-
"kind": "field",
|
|
7313
|
-
"name": "resourceName",
|
|
7245
|
+
"name": "fields",
|
|
7314
7246
|
"type": {
|
|
7315
7247
|
"text": "string"
|
|
7316
7248
|
},
|
|
7317
|
-
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
7318
7249
|
"inheritedFrom": {
|
|
7319
7250
|
"name": "GenesisGridDatasourceElement",
|
|
7320
7251
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7322,11 +7253,11 @@
|
|
|
7322
7253
|
},
|
|
7323
7254
|
{
|
|
7324
7255
|
"kind": "field",
|
|
7325
|
-
"name": "
|
|
7256
|
+
"name": "isSnapshot",
|
|
7326
7257
|
"type": {
|
|
7327
|
-
"text": "
|
|
7258
|
+
"text": "boolean"
|
|
7328
7259
|
},
|
|
7329
|
-
"
|
|
7260
|
+
"default": "false",
|
|
7330
7261
|
"inheritedFrom": {
|
|
7331
7262
|
"name": "GenesisGridDatasourceElement",
|
|
7332
7263
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7334,11 +7265,10 @@
|
|
|
7334
7265
|
},
|
|
7335
7266
|
{
|
|
7336
7267
|
"kind": "field",
|
|
7337
|
-
"name": "
|
|
7268
|
+
"name": "maxRows",
|
|
7338
7269
|
"type": {
|
|
7339
|
-
"text": "
|
|
7270
|
+
"text": "number"
|
|
7340
7271
|
},
|
|
7341
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.",
|
|
7342
7272
|
"inheritedFrom": {
|
|
7343
7273
|
"name": "GenesisGridDatasourceElement",
|
|
7344
7274
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7350,7 +7280,6 @@
|
|
|
7350
7280
|
"type": {
|
|
7351
7281
|
"text": "number"
|
|
7352
7282
|
},
|
|
7353
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
7354
7283
|
"inheritedFrom": {
|
|
7355
7284
|
"name": "GenesisGridDatasourceElement",
|
|
7356
7285
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7363,7 +7292,6 @@
|
|
|
7363
7292
|
"text": "boolean"
|
|
7364
7293
|
},
|
|
7365
7294
|
"default": "false",
|
|
7366
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
7367
7295
|
"inheritedFrom": {
|
|
7368
7296
|
"name": "GenesisGridDatasourceElement",
|
|
7369
7297
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7375,7 +7303,6 @@
|
|
|
7375
7303
|
"type": {
|
|
7376
7304
|
"text": "string"
|
|
7377
7305
|
},
|
|
7378
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
7379
7306
|
"inheritedFrom": {
|
|
7380
7307
|
"name": "GenesisGridDatasourceElement",
|
|
7381
7308
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7383,12 +7310,10 @@
|
|
|
7383
7310
|
},
|
|
7384
7311
|
{
|
|
7385
7312
|
"kind": "field",
|
|
7386
|
-
"name": "
|
|
7313
|
+
"name": "resourceName",
|
|
7387
7314
|
"type": {
|
|
7388
|
-
"text": "
|
|
7315
|
+
"text": "string"
|
|
7389
7316
|
},
|
|
7390
|
-
"default": "false",
|
|
7391
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
7392
7317
|
"inheritedFrom": {
|
|
7393
7318
|
"name": "GenesisGridDatasourceElement",
|
|
7394
7319
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7396,12 +7321,11 @@
|
|
|
7396
7321
|
},
|
|
7397
7322
|
{
|
|
7398
7323
|
"kind": "field",
|
|
7399
|
-
"name": "
|
|
7324
|
+
"name": "reverse",
|
|
7400
7325
|
"type": {
|
|
7401
7326
|
"text": "boolean"
|
|
7402
7327
|
},
|
|
7403
7328
|
"default": "false",
|
|
7404
|
-
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
7405
7329
|
"inheritedFrom": {
|
|
7406
7330
|
"name": "GenesisGridDatasourceElement",
|
|
7407
7331
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7409,11 +7333,10 @@
|
|
|
7409
7333
|
},
|
|
7410
7334
|
{
|
|
7411
7335
|
"kind": "field",
|
|
7412
|
-
"name": "
|
|
7336
|
+
"name": "viewNumber",
|
|
7413
7337
|
"type": {
|
|
7414
7338
|
"text": "number"
|
|
7415
7339
|
},
|
|
7416
|
-
"description": "The offset for pagination in REQUEST_SERVER scenarios.",
|
|
7417
7340
|
"inheritedFrom": {
|
|
7418
7341
|
"name": "GenesisGridDatasourceElement",
|
|
7419
7342
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7425,7 +7348,6 @@
|
|
|
7425
7348
|
"type": {
|
|
7426
7349
|
"text": "number"
|
|
7427
7350
|
},
|
|
7428
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
7429
7351
|
"inheritedFrom": {
|
|
7430
7352
|
"name": "GenesisGridDatasourceElement",
|
|
7431
7353
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7438,7 +7360,18 @@
|
|
|
7438
7360
|
"text": "string[]"
|
|
7439
7361
|
},
|
|
7440
7362
|
"default": "[]",
|
|
7441
|
-
"
|
|
7363
|
+
"inheritedFrom": {
|
|
7364
|
+
"name": "GenesisGridDatasourceElement",
|
|
7365
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7366
|
+
}
|
|
7367
|
+
},
|
|
7368
|
+
{
|
|
7369
|
+
"kind": "field",
|
|
7370
|
+
"name": "disablePolling",
|
|
7371
|
+
"type": {
|
|
7372
|
+
"text": "boolean"
|
|
7373
|
+
},
|
|
7374
|
+
"default": "false",
|
|
7442
7375
|
"inheritedFrom": {
|
|
7443
7376
|
"name": "GenesisGridDatasourceElement",
|
|
7444
7377
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7450,7 +7383,6 @@
|
|
|
7450
7383
|
"type": {
|
|
7451
7384
|
"text": "any"
|
|
7452
7385
|
},
|
|
7453
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
7454
7386
|
"inheritedFrom": {
|
|
7455
7387
|
"name": "GenesisGridDatasourceElement",
|
|
7456
7388
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7804,7 +7736,6 @@
|
|
|
7804
7736
|
"type": {
|
|
7805
7737
|
"text": "string"
|
|
7806
7738
|
},
|
|
7807
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
7808
7739
|
"fieldName": "criteria",
|
|
7809
7740
|
"inheritedFrom": {
|
|
7810
7741
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -7812,61 +7743,34 @@
|
|
|
7812
7743
|
}
|
|
7813
7744
|
},
|
|
7814
7745
|
{
|
|
7815
|
-
"name": "
|
|
7816
|
-
"type": {
|
|
7817
|
-
"text": "boolean"
|
|
7818
|
-
},
|
|
7819
|
-
"default": "false",
|
|
7820
|
-
"description": "Request a snapshot from the server.",
|
|
7821
|
-
"fieldName": "isSnapshot",
|
|
7822
|
-
"inheritedFrom": {
|
|
7823
|
-
"name": "GenesisGridDatasourceElement",
|
|
7824
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7825
|
-
}
|
|
7826
|
-
},
|
|
7827
|
-
{
|
|
7828
|
-
"name": "max-rows",
|
|
7829
|
-
"type": {
|
|
7830
|
-
"text": "number"
|
|
7831
|
-
},
|
|
7832
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
7833
|
-
"fieldName": "maxRows",
|
|
7834
|
-
"inheritedFrom": {
|
|
7835
|
-
"name": "GenesisGridDatasourceElement",
|
|
7836
|
-
"module": "src/datasource/base.datasource.ts"
|
|
7837
|
-
}
|
|
7838
|
-
},
|
|
7839
|
-
{
|
|
7840
|
-
"name": "resource-name",
|
|
7746
|
+
"name": "fields",
|
|
7841
7747
|
"type": {
|
|
7842
7748
|
"text": "string"
|
|
7843
7749
|
},
|
|
7844
|
-
"
|
|
7845
|
-
"fieldName": "resourceName",
|
|
7750
|
+
"fieldName": "fields",
|
|
7846
7751
|
"inheritedFrom": {
|
|
7847
7752
|
"name": "GenesisGridDatasourceElement",
|
|
7848
7753
|
"module": "src/datasource/base.datasource.ts"
|
|
7849
7754
|
}
|
|
7850
7755
|
},
|
|
7851
7756
|
{
|
|
7852
|
-
"name": "
|
|
7757
|
+
"name": "is-snapshot",
|
|
7853
7758
|
"type": {
|
|
7854
|
-
"text": "
|
|
7759
|
+
"text": "boolean"
|
|
7855
7760
|
},
|
|
7856
|
-
"
|
|
7857
|
-
"fieldName": "
|
|
7761
|
+
"default": "false",
|
|
7762
|
+
"fieldName": "isSnapshot",
|
|
7858
7763
|
"inheritedFrom": {
|
|
7859
7764
|
"name": "GenesisGridDatasourceElement",
|
|
7860
7765
|
"module": "src/datasource/base.datasource.ts"
|
|
7861
7766
|
}
|
|
7862
7767
|
},
|
|
7863
7768
|
{
|
|
7864
|
-
"name": "
|
|
7769
|
+
"name": "max-rows",
|
|
7865
7770
|
"type": {
|
|
7866
|
-
"text": "
|
|
7771
|
+
"text": "number"
|
|
7867
7772
|
},
|
|
7868
|
-
"
|
|
7869
|
-
"fieldName": "fields",
|
|
7773
|
+
"fieldName": "maxRows",
|
|
7870
7774
|
"inheritedFrom": {
|
|
7871
7775
|
"name": "GenesisGridDatasourceElement",
|
|
7872
7776
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7877,7 +7781,6 @@
|
|
|
7877
7781
|
"type": {
|
|
7878
7782
|
"text": "number"
|
|
7879
7783
|
},
|
|
7880
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
7881
7784
|
"fieldName": "maxView",
|
|
7882
7785
|
"inheritedFrom": {
|
|
7883
7786
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -7890,7 +7793,6 @@
|
|
|
7890
7793
|
"text": "boolean"
|
|
7891
7794
|
},
|
|
7892
7795
|
"default": "false",
|
|
7893
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
7894
7796
|
"fieldName": "movingView",
|
|
7895
7797
|
"inheritedFrom": {
|
|
7896
7798
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -7902,7 +7804,6 @@
|
|
|
7902
7804
|
"type": {
|
|
7903
7805
|
"text": "string"
|
|
7904
7806
|
},
|
|
7905
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
7906
7807
|
"fieldName": "orderBy",
|
|
7907
7808
|
"inheritedFrom": {
|
|
7908
7809
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -7910,37 +7811,33 @@
|
|
|
7910
7811
|
}
|
|
7911
7812
|
},
|
|
7912
7813
|
{
|
|
7814
|
+
"name": "resource-name",
|
|
7913
7815
|
"type": {
|
|
7914
|
-
"text": "
|
|
7816
|
+
"text": "string"
|
|
7915
7817
|
},
|
|
7916
|
-
"
|
|
7917
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
7918
|
-
"fieldName": "reverse",
|
|
7818
|
+
"fieldName": "resourceName",
|
|
7919
7819
|
"inheritedFrom": {
|
|
7920
7820
|
"name": "GenesisGridDatasourceElement",
|
|
7921
7821
|
"module": "src/datasource/base.datasource.ts"
|
|
7922
7822
|
}
|
|
7923
7823
|
},
|
|
7924
7824
|
{
|
|
7925
|
-
"name": "disable-polling",
|
|
7926
7825
|
"type": {
|
|
7927
7826
|
"text": "boolean"
|
|
7928
7827
|
},
|
|
7929
7828
|
"default": "false",
|
|
7930
|
-
"
|
|
7931
|
-
"fieldName": "disablePolling",
|
|
7829
|
+
"fieldName": "reverse",
|
|
7932
7830
|
"inheritedFrom": {
|
|
7933
7831
|
"name": "GenesisGridDatasourceElement",
|
|
7934
7832
|
"module": "src/datasource/base.datasource.ts"
|
|
7935
7833
|
}
|
|
7936
7834
|
},
|
|
7937
7835
|
{
|
|
7938
|
-
"name": "
|
|
7836
|
+
"name": "view-number",
|
|
7939
7837
|
"type": {
|
|
7940
7838
|
"text": "number"
|
|
7941
7839
|
},
|
|
7942
|
-
"
|
|
7943
|
-
"fieldName": "offset",
|
|
7840
|
+
"fieldName": "viewNumber",
|
|
7944
7841
|
"inheritedFrom": {
|
|
7945
7842
|
"name": "GenesisGridDatasourceElement",
|
|
7946
7843
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -7951,13 +7848,24 @@
|
|
|
7951
7848
|
"type": {
|
|
7952
7849
|
"text": "number"
|
|
7953
7850
|
},
|
|
7954
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
7955
7851
|
"fieldName": "pollingInterval",
|
|
7956
7852
|
"inheritedFrom": {
|
|
7957
7853
|
"name": "GenesisGridDatasourceElement",
|
|
7958
7854
|
"module": "src/datasource/base.datasource.ts"
|
|
7959
7855
|
}
|
|
7960
7856
|
},
|
|
7857
|
+
{
|
|
7858
|
+
"name": "disable-polling",
|
|
7859
|
+
"type": {
|
|
7860
|
+
"text": "boolean"
|
|
7861
|
+
},
|
|
7862
|
+
"default": "false",
|
|
7863
|
+
"fieldName": "disablePolling",
|
|
7864
|
+
"inheritedFrom": {
|
|
7865
|
+
"name": "GenesisGridDatasourceElement",
|
|
7866
|
+
"module": "src/datasource/base.datasource.ts"
|
|
7867
|
+
}
|
|
7868
|
+
},
|
|
7961
7869
|
{
|
|
7962
7870
|
"name": "request-auto-setup",
|
|
7963
7871
|
"type": {
|
|
@@ -8348,32 +8256,6 @@
|
|
|
8348
8256
|
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8349
8257
|
}
|
|
8350
8258
|
},
|
|
8351
|
-
{
|
|
8352
|
-
"kind": "field",
|
|
8353
|
-
"name": "_nextOffset",
|
|
8354
|
-
"type": {
|
|
8355
|
-
"text": "number"
|
|
8356
|
-
},
|
|
8357
|
-
"privacy": "private",
|
|
8358
|
-
"default": "0",
|
|
8359
|
-
"inheritedFrom": {
|
|
8360
|
-
"name": "GridProGenesisDatasource",
|
|
8361
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8362
|
-
}
|
|
8363
|
-
},
|
|
8364
|
-
{
|
|
8365
|
-
"kind": "field",
|
|
8366
|
-
"name": "_loadMoreCount",
|
|
8367
|
-
"type": {
|
|
8368
|
-
"text": "number"
|
|
8369
|
-
},
|
|
8370
|
-
"privacy": "private",
|
|
8371
|
-
"default": "0",
|
|
8372
|
-
"inheritedFrom": {
|
|
8373
|
-
"name": "GridProGenesisDatasource",
|
|
8374
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
8375
|
-
}
|
|
8376
|
-
},
|
|
8377
8259
|
{
|
|
8378
8260
|
"kind": "method",
|
|
8379
8261
|
"name": "colDefsDeepClone",
|
|
@@ -9089,32 +8971,6 @@
|
|
|
9089
8971
|
"type": {
|
|
9090
8972
|
"text": "string"
|
|
9091
8973
|
},
|
|
9092
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
9093
|
-
"inheritedFrom": {
|
|
9094
|
-
"name": "GenesisGridDatasourceElement",
|
|
9095
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9096
|
-
}
|
|
9097
|
-
},
|
|
9098
|
-
{
|
|
9099
|
-
"kind": "field",
|
|
9100
|
-
"name": "isSnapshot",
|
|
9101
|
-
"type": {
|
|
9102
|
-
"text": "boolean"
|
|
9103
|
-
},
|
|
9104
|
-
"default": "false",
|
|
9105
|
-
"description": "Request a snapshot from the server.",
|
|
9106
|
-
"inheritedFrom": {
|
|
9107
|
-
"name": "GenesisGridDatasourceElement",
|
|
9108
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9109
|
-
}
|
|
9110
|
-
},
|
|
9111
|
-
{
|
|
9112
|
-
"kind": "field",
|
|
9113
|
-
"name": "maxRows",
|
|
9114
|
-
"type": {
|
|
9115
|
-
"text": "number"
|
|
9116
|
-
},
|
|
9117
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
9118
8974
|
"inheritedFrom": {
|
|
9119
8975
|
"name": "GenesisGridDatasourceElement",
|
|
9120
8976
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9122,11 +8978,10 @@
|
|
|
9122
8978
|
},
|
|
9123
8979
|
{
|
|
9124
8980
|
"kind": "field",
|
|
9125
|
-
"name": "
|
|
8981
|
+
"name": "fields",
|
|
9126
8982
|
"type": {
|
|
9127
8983
|
"text": "string"
|
|
9128
8984
|
},
|
|
9129
|
-
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
9130
8985
|
"inheritedFrom": {
|
|
9131
8986
|
"name": "GenesisGridDatasourceElement",
|
|
9132
8987
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9134,11 +8989,11 @@
|
|
|
9134
8989
|
},
|
|
9135
8990
|
{
|
|
9136
8991
|
"kind": "field",
|
|
9137
|
-
"name": "
|
|
8992
|
+
"name": "isSnapshot",
|
|
9138
8993
|
"type": {
|
|
9139
|
-
"text": "
|
|
8994
|
+
"text": "boolean"
|
|
9140
8995
|
},
|
|
9141
|
-
"
|
|
8996
|
+
"default": "false",
|
|
9142
8997
|
"inheritedFrom": {
|
|
9143
8998
|
"name": "GenesisGridDatasourceElement",
|
|
9144
8999
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9146,11 +9001,10 @@
|
|
|
9146
9001
|
},
|
|
9147
9002
|
{
|
|
9148
9003
|
"kind": "field",
|
|
9149
|
-
"name": "
|
|
9004
|
+
"name": "maxRows",
|
|
9150
9005
|
"type": {
|
|
9151
|
-
"text": "
|
|
9006
|
+
"text": "number"
|
|
9152
9007
|
},
|
|
9153
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.",
|
|
9154
9008
|
"inheritedFrom": {
|
|
9155
9009
|
"name": "GenesisGridDatasourceElement",
|
|
9156
9010
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9162,7 +9016,6 @@
|
|
|
9162
9016
|
"type": {
|
|
9163
9017
|
"text": "number"
|
|
9164
9018
|
},
|
|
9165
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
9166
9019
|
"inheritedFrom": {
|
|
9167
9020
|
"name": "GenesisGridDatasourceElement",
|
|
9168
9021
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9175,7 +9028,6 @@
|
|
|
9175
9028
|
"text": "boolean"
|
|
9176
9029
|
},
|
|
9177
9030
|
"default": "false",
|
|
9178
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
9179
9031
|
"inheritedFrom": {
|
|
9180
9032
|
"name": "GenesisGridDatasourceElement",
|
|
9181
9033
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9187,7 +9039,6 @@
|
|
|
9187
9039
|
"type": {
|
|
9188
9040
|
"text": "string"
|
|
9189
9041
|
},
|
|
9190
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
9191
9042
|
"inheritedFrom": {
|
|
9192
9043
|
"name": "GenesisGridDatasourceElement",
|
|
9193
9044
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9195,12 +9046,10 @@
|
|
|
9195
9046
|
},
|
|
9196
9047
|
{
|
|
9197
9048
|
"kind": "field",
|
|
9198
|
-
"name": "
|
|
9049
|
+
"name": "resourceName",
|
|
9199
9050
|
"type": {
|
|
9200
|
-
"text": "
|
|
9051
|
+
"text": "string"
|
|
9201
9052
|
},
|
|
9202
|
-
"default": "false",
|
|
9203
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
9204
9053
|
"inheritedFrom": {
|
|
9205
9054
|
"name": "GenesisGridDatasourceElement",
|
|
9206
9055
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9208,12 +9057,11 @@
|
|
|
9208
9057
|
},
|
|
9209
9058
|
{
|
|
9210
9059
|
"kind": "field",
|
|
9211
|
-
"name": "
|
|
9060
|
+
"name": "reverse",
|
|
9212
9061
|
"type": {
|
|
9213
9062
|
"text": "boolean"
|
|
9214
9063
|
},
|
|
9215
9064
|
"default": "false",
|
|
9216
|
-
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
9217
9065
|
"inheritedFrom": {
|
|
9218
9066
|
"name": "GenesisGridDatasourceElement",
|
|
9219
9067
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9221,11 +9069,10 @@
|
|
|
9221
9069
|
},
|
|
9222
9070
|
{
|
|
9223
9071
|
"kind": "field",
|
|
9224
|
-
"name": "
|
|
9072
|
+
"name": "viewNumber",
|
|
9225
9073
|
"type": {
|
|
9226
9074
|
"text": "number"
|
|
9227
9075
|
},
|
|
9228
|
-
"description": "The offset for pagination in REQUEST_SERVER scenarios.",
|
|
9229
9076
|
"inheritedFrom": {
|
|
9230
9077
|
"name": "GenesisGridDatasourceElement",
|
|
9231
9078
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9237,7 +9084,6 @@
|
|
|
9237
9084
|
"type": {
|
|
9238
9085
|
"text": "number"
|
|
9239
9086
|
},
|
|
9240
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
9241
9087
|
"inheritedFrom": {
|
|
9242
9088
|
"name": "GenesisGridDatasourceElement",
|
|
9243
9089
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9250,7 +9096,18 @@
|
|
|
9250
9096
|
"text": "string[]"
|
|
9251
9097
|
},
|
|
9252
9098
|
"default": "[]",
|
|
9253
|
-
"
|
|
9099
|
+
"inheritedFrom": {
|
|
9100
|
+
"name": "GenesisGridDatasourceElement",
|
|
9101
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9102
|
+
}
|
|
9103
|
+
},
|
|
9104
|
+
{
|
|
9105
|
+
"kind": "field",
|
|
9106
|
+
"name": "disablePolling",
|
|
9107
|
+
"type": {
|
|
9108
|
+
"text": "boolean"
|
|
9109
|
+
},
|
|
9110
|
+
"default": "false",
|
|
9254
9111
|
"inheritedFrom": {
|
|
9255
9112
|
"name": "GenesisGridDatasourceElement",
|
|
9256
9113
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9262,7 +9119,6 @@
|
|
|
9262
9119
|
"type": {
|
|
9263
9120
|
"text": "any"
|
|
9264
9121
|
},
|
|
9265
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
9266
9122
|
"inheritedFrom": {
|
|
9267
9123
|
"name": "GenesisGridDatasourceElement",
|
|
9268
9124
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9584,7 +9440,6 @@
|
|
|
9584
9440
|
"type": {
|
|
9585
9441
|
"text": "string"
|
|
9586
9442
|
},
|
|
9587
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
9588
9443
|
"fieldName": "criteria",
|
|
9589
9444
|
"inheritedFrom": {
|
|
9590
9445
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -9592,61 +9447,34 @@
|
|
|
9592
9447
|
}
|
|
9593
9448
|
},
|
|
9594
9449
|
{
|
|
9595
|
-
"name": "
|
|
9596
|
-
"type": {
|
|
9597
|
-
"text": "boolean"
|
|
9598
|
-
},
|
|
9599
|
-
"default": "false",
|
|
9600
|
-
"description": "Request a snapshot from the server.",
|
|
9601
|
-
"fieldName": "isSnapshot",
|
|
9602
|
-
"inheritedFrom": {
|
|
9603
|
-
"name": "GenesisGridDatasourceElement",
|
|
9604
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9605
|
-
}
|
|
9606
|
-
},
|
|
9607
|
-
{
|
|
9608
|
-
"name": "max-rows",
|
|
9609
|
-
"type": {
|
|
9610
|
-
"text": "number"
|
|
9611
|
-
},
|
|
9612
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
9613
|
-
"fieldName": "maxRows",
|
|
9614
|
-
"inheritedFrom": {
|
|
9615
|
-
"name": "GenesisGridDatasourceElement",
|
|
9616
|
-
"module": "src/datasource/base.datasource.ts"
|
|
9617
|
-
}
|
|
9618
|
-
},
|
|
9619
|
-
{
|
|
9620
|
-
"name": "resource-name",
|
|
9450
|
+
"name": "fields",
|
|
9621
9451
|
"type": {
|
|
9622
9452
|
"text": "string"
|
|
9623
9453
|
},
|
|
9624
|
-
"
|
|
9625
|
-
"fieldName": "resourceName",
|
|
9454
|
+
"fieldName": "fields",
|
|
9626
9455
|
"inheritedFrom": {
|
|
9627
9456
|
"name": "GenesisGridDatasourceElement",
|
|
9628
9457
|
"module": "src/datasource/base.datasource.ts"
|
|
9629
9458
|
}
|
|
9630
9459
|
},
|
|
9631
9460
|
{
|
|
9632
|
-
"name": "
|
|
9461
|
+
"name": "is-snapshot",
|
|
9633
9462
|
"type": {
|
|
9634
|
-
"text": "
|
|
9463
|
+
"text": "boolean"
|
|
9635
9464
|
},
|
|
9636
|
-
"
|
|
9637
|
-
"fieldName": "
|
|
9465
|
+
"default": "false",
|
|
9466
|
+
"fieldName": "isSnapshot",
|
|
9638
9467
|
"inheritedFrom": {
|
|
9639
9468
|
"name": "GenesisGridDatasourceElement",
|
|
9640
9469
|
"module": "src/datasource/base.datasource.ts"
|
|
9641
9470
|
}
|
|
9642
9471
|
},
|
|
9643
9472
|
{
|
|
9644
|
-
"name": "
|
|
9473
|
+
"name": "max-rows",
|
|
9645
9474
|
"type": {
|
|
9646
|
-
"text": "
|
|
9475
|
+
"text": "number"
|
|
9647
9476
|
},
|
|
9648
|
-
"
|
|
9649
|
-
"fieldName": "fields",
|
|
9477
|
+
"fieldName": "maxRows",
|
|
9650
9478
|
"inheritedFrom": {
|
|
9651
9479
|
"name": "GenesisGridDatasourceElement",
|
|
9652
9480
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9657,7 +9485,6 @@
|
|
|
9657
9485
|
"type": {
|
|
9658
9486
|
"text": "number"
|
|
9659
9487
|
},
|
|
9660
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
9661
9488
|
"fieldName": "maxView",
|
|
9662
9489
|
"inheritedFrom": {
|
|
9663
9490
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -9670,7 +9497,6 @@
|
|
|
9670
9497
|
"text": "boolean"
|
|
9671
9498
|
},
|
|
9672
9499
|
"default": "false",
|
|
9673
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
9674
9500
|
"fieldName": "movingView",
|
|
9675
9501
|
"inheritedFrom": {
|
|
9676
9502
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -9682,7 +9508,6 @@
|
|
|
9682
9508
|
"type": {
|
|
9683
9509
|
"text": "string"
|
|
9684
9510
|
},
|
|
9685
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
9686
9511
|
"fieldName": "orderBy",
|
|
9687
9512
|
"inheritedFrom": {
|
|
9688
9513
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -9690,37 +9515,33 @@
|
|
|
9690
9515
|
}
|
|
9691
9516
|
},
|
|
9692
9517
|
{
|
|
9518
|
+
"name": "resource-name",
|
|
9693
9519
|
"type": {
|
|
9694
|
-
"text": "
|
|
9520
|
+
"text": "string"
|
|
9695
9521
|
},
|
|
9696
|
-
"
|
|
9697
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
9698
|
-
"fieldName": "reverse",
|
|
9522
|
+
"fieldName": "resourceName",
|
|
9699
9523
|
"inheritedFrom": {
|
|
9700
9524
|
"name": "GenesisGridDatasourceElement",
|
|
9701
9525
|
"module": "src/datasource/base.datasource.ts"
|
|
9702
9526
|
}
|
|
9703
9527
|
},
|
|
9704
9528
|
{
|
|
9705
|
-
"name": "disable-polling",
|
|
9706
9529
|
"type": {
|
|
9707
9530
|
"text": "boolean"
|
|
9708
9531
|
},
|
|
9709
9532
|
"default": "false",
|
|
9710
|
-
"
|
|
9711
|
-
"fieldName": "disablePolling",
|
|
9533
|
+
"fieldName": "reverse",
|
|
9712
9534
|
"inheritedFrom": {
|
|
9713
9535
|
"name": "GenesisGridDatasourceElement",
|
|
9714
9536
|
"module": "src/datasource/base.datasource.ts"
|
|
9715
9537
|
}
|
|
9716
9538
|
},
|
|
9717
9539
|
{
|
|
9718
|
-
"name": "
|
|
9540
|
+
"name": "view-number",
|
|
9719
9541
|
"type": {
|
|
9720
9542
|
"text": "number"
|
|
9721
9543
|
},
|
|
9722
|
-
"
|
|
9723
|
-
"fieldName": "offset",
|
|
9544
|
+
"fieldName": "viewNumber",
|
|
9724
9545
|
"inheritedFrom": {
|
|
9725
9546
|
"name": "GenesisGridDatasourceElement",
|
|
9726
9547
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9729,10 +9550,21 @@
|
|
|
9729
9550
|
{
|
|
9730
9551
|
"name": "polling-interval",
|
|
9731
9552
|
"type": {
|
|
9732
|
-
"text": "number"
|
|
9553
|
+
"text": "number"
|
|
9554
|
+
},
|
|
9555
|
+
"fieldName": "pollingInterval",
|
|
9556
|
+
"inheritedFrom": {
|
|
9557
|
+
"name": "GenesisGridDatasourceElement",
|
|
9558
|
+
"module": "src/datasource/base.datasource.ts"
|
|
9559
|
+
}
|
|
9560
|
+
},
|
|
9561
|
+
{
|
|
9562
|
+
"name": "disable-polling",
|
|
9563
|
+
"type": {
|
|
9564
|
+
"text": "boolean"
|
|
9733
9565
|
},
|
|
9734
|
-
"
|
|
9735
|
-
"fieldName": "
|
|
9566
|
+
"default": "false",
|
|
9567
|
+
"fieldName": "disablePolling",
|
|
9736
9568
|
"inheritedFrom": {
|
|
9737
9569
|
"name": "GenesisGridDatasourceElement",
|
|
9738
9570
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -9981,7 +9813,6 @@
|
|
|
9981
9813
|
"type": {
|
|
9982
9814
|
"text": "any"
|
|
9983
9815
|
},
|
|
9984
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
9985
9816
|
"inheritedFrom": {
|
|
9986
9817
|
"name": "GenesisGridDatasourceElement",
|
|
9987
9818
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10712,32 +10543,6 @@
|
|
|
10712
10543
|
"type": {
|
|
10713
10544
|
"text": "string"
|
|
10714
10545
|
},
|
|
10715
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
10716
|
-
"inheritedFrom": {
|
|
10717
|
-
"name": "GenesisGridDatasourceElement",
|
|
10718
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10719
|
-
}
|
|
10720
|
-
},
|
|
10721
|
-
{
|
|
10722
|
-
"kind": "field",
|
|
10723
|
-
"name": "isSnapshot",
|
|
10724
|
-
"type": {
|
|
10725
|
-
"text": "boolean"
|
|
10726
|
-
},
|
|
10727
|
-
"default": "false",
|
|
10728
|
-
"description": "Request a snapshot from the server.",
|
|
10729
|
-
"inheritedFrom": {
|
|
10730
|
-
"name": "GenesisGridDatasourceElement",
|
|
10731
|
-
"module": "src/datasource/base.datasource.ts"
|
|
10732
|
-
}
|
|
10733
|
-
},
|
|
10734
|
-
{
|
|
10735
|
-
"kind": "field",
|
|
10736
|
-
"name": "maxRows",
|
|
10737
|
-
"type": {
|
|
10738
|
-
"text": "number"
|
|
10739
|
-
},
|
|
10740
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
10741
10546
|
"inheritedFrom": {
|
|
10742
10547
|
"name": "GenesisGridDatasourceElement",
|
|
10743
10548
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10745,11 +10550,10 @@
|
|
|
10745
10550
|
},
|
|
10746
10551
|
{
|
|
10747
10552
|
"kind": "field",
|
|
10748
|
-
"name": "
|
|
10553
|
+
"name": "fields",
|
|
10749
10554
|
"type": {
|
|
10750
10555
|
"text": "string"
|
|
10751
10556
|
},
|
|
10752
|
-
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
10753
10557
|
"inheritedFrom": {
|
|
10754
10558
|
"name": "GenesisGridDatasourceElement",
|
|
10755
10559
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10757,11 +10561,11 @@
|
|
|
10757
10561
|
},
|
|
10758
10562
|
{
|
|
10759
10563
|
"kind": "field",
|
|
10760
|
-
"name": "
|
|
10564
|
+
"name": "isSnapshot",
|
|
10761
10565
|
"type": {
|
|
10762
|
-
"text": "
|
|
10566
|
+
"text": "boolean"
|
|
10763
10567
|
},
|
|
10764
|
-
"
|
|
10568
|
+
"default": "false",
|
|
10765
10569
|
"inheritedFrom": {
|
|
10766
10570
|
"name": "GenesisGridDatasourceElement",
|
|
10767
10571
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10769,11 +10573,10 @@
|
|
|
10769
10573
|
},
|
|
10770
10574
|
{
|
|
10771
10575
|
"kind": "field",
|
|
10772
|
-
"name": "
|
|
10576
|
+
"name": "maxRows",
|
|
10773
10577
|
"type": {
|
|
10774
|
-
"text": "
|
|
10578
|
+
"text": "number"
|
|
10775
10579
|
},
|
|
10776
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.",
|
|
10777
10580
|
"inheritedFrom": {
|
|
10778
10581
|
"name": "GenesisGridDatasourceElement",
|
|
10779
10582
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10785,7 +10588,6 @@
|
|
|
10785
10588
|
"type": {
|
|
10786
10589
|
"text": "number"
|
|
10787
10590
|
},
|
|
10788
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
10789
10591
|
"inheritedFrom": {
|
|
10790
10592
|
"name": "GenesisGridDatasourceElement",
|
|
10791
10593
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10798,7 +10600,6 @@
|
|
|
10798
10600
|
"text": "boolean"
|
|
10799
10601
|
},
|
|
10800
10602
|
"default": "false",
|
|
10801
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
10802
10603
|
"inheritedFrom": {
|
|
10803
10604
|
"name": "GenesisGridDatasourceElement",
|
|
10804
10605
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10810,7 +10611,6 @@
|
|
|
10810
10611
|
"type": {
|
|
10811
10612
|
"text": "string"
|
|
10812
10613
|
},
|
|
10813
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
10814
10614
|
"inheritedFrom": {
|
|
10815
10615
|
"name": "GenesisGridDatasourceElement",
|
|
10816
10616
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10818,12 +10618,10 @@
|
|
|
10818
10618
|
},
|
|
10819
10619
|
{
|
|
10820
10620
|
"kind": "field",
|
|
10821
|
-
"name": "
|
|
10621
|
+
"name": "resourceName",
|
|
10822
10622
|
"type": {
|
|
10823
|
-
"text": "
|
|
10623
|
+
"text": "string"
|
|
10824
10624
|
},
|
|
10825
|
-
"default": "false",
|
|
10826
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
10827
10625
|
"inheritedFrom": {
|
|
10828
10626
|
"name": "GenesisGridDatasourceElement",
|
|
10829
10627
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10831,12 +10629,11 @@
|
|
|
10831
10629
|
},
|
|
10832
10630
|
{
|
|
10833
10631
|
"kind": "field",
|
|
10834
|
-
"name": "
|
|
10632
|
+
"name": "reverse",
|
|
10835
10633
|
"type": {
|
|
10836
10634
|
"text": "boolean"
|
|
10837
10635
|
},
|
|
10838
10636
|
"default": "false",
|
|
10839
|
-
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
10840
10637
|
"inheritedFrom": {
|
|
10841
10638
|
"name": "GenesisGridDatasourceElement",
|
|
10842
10639
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10844,11 +10641,10 @@
|
|
|
10844
10641
|
},
|
|
10845
10642
|
{
|
|
10846
10643
|
"kind": "field",
|
|
10847
|
-
"name": "
|
|
10644
|
+
"name": "viewNumber",
|
|
10848
10645
|
"type": {
|
|
10849
10646
|
"text": "number"
|
|
10850
10647
|
},
|
|
10851
|
-
"description": "The offset for pagination in REQUEST_SERVER scenarios.",
|
|
10852
10648
|
"inheritedFrom": {
|
|
10853
10649
|
"name": "GenesisGridDatasourceElement",
|
|
10854
10650
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10860,7 +10656,6 @@
|
|
|
10860
10656
|
"type": {
|
|
10861
10657
|
"text": "number"
|
|
10862
10658
|
},
|
|
10863
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
10864
10659
|
"inheritedFrom": {
|
|
10865
10660
|
"name": "GenesisGridDatasourceElement",
|
|
10866
10661
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -10873,7 +10668,18 @@
|
|
|
10873
10668
|
"text": "string[]"
|
|
10874
10669
|
},
|
|
10875
10670
|
"default": "[]",
|
|
10876
|
-
"
|
|
10671
|
+
"inheritedFrom": {
|
|
10672
|
+
"name": "GenesisGridDatasourceElement",
|
|
10673
|
+
"module": "src/datasource/base.datasource.ts"
|
|
10674
|
+
}
|
|
10675
|
+
},
|
|
10676
|
+
{
|
|
10677
|
+
"kind": "field",
|
|
10678
|
+
"name": "disablePolling",
|
|
10679
|
+
"type": {
|
|
10680
|
+
"text": "boolean"
|
|
10681
|
+
},
|
|
10682
|
+
"default": "false",
|
|
10877
10683
|
"inheritedFrom": {
|
|
10878
10684
|
"name": "GenesisGridDatasourceElement",
|
|
10879
10685
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -11241,7 +11047,6 @@
|
|
|
11241
11047
|
"type": {
|
|
11242
11048
|
"text": "string"
|
|
11243
11049
|
},
|
|
11244
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
11245
11050
|
"fieldName": "criteria",
|
|
11246
11051
|
"inheritedFrom": {
|
|
11247
11052
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -11249,61 +11054,34 @@
|
|
|
11249
11054
|
}
|
|
11250
11055
|
},
|
|
11251
11056
|
{
|
|
11252
|
-
"name": "
|
|
11253
|
-
"type": {
|
|
11254
|
-
"text": "boolean"
|
|
11255
|
-
},
|
|
11256
|
-
"default": "false",
|
|
11257
|
-
"description": "Request a snapshot from the server.",
|
|
11258
|
-
"fieldName": "isSnapshot",
|
|
11259
|
-
"inheritedFrom": {
|
|
11260
|
-
"name": "GenesisGridDatasourceElement",
|
|
11261
|
-
"module": "src/datasource/base.datasource.ts"
|
|
11262
|
-
}
|
|
11263
|
-
},
|
|
11264
|
-
{
|
|
11265
|
-
"name": "max-rows",
|
|
11266
|
-
"type": {
|
|
11267
|
-
"text": "number"
|
|
11268
|
-
},
|
|
11269
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
11270
|
-
"fieldName": "maxRows",
|
|
11271
|
-
"inheritedFrom": {
|
|
11272
|
-
"name": "GenesisGridDatasourceElement",
|
|
11273
|
-
"module": "src/datasource/base.datasource.ts"
|
|
11274
|
-
}
|
|
11275
|
-
},
|
|
11276
|
-
{
|
|
11277
|
-
"name": "resource-name",
|
|
11057
|
+
"name": "fields",
|
|
11278
11058
|
"type": {
|
|
11279
11059
|
"text": "string"
|
|
11280
11060
|
},
|
|
11281
|
-
"
|
|
11282
|
-
"fieldName": "resourceName",
|
|
11061
|
+
"fieldName": "fields",
|
|
11283
11062
|
"inheritedFrom": {
|
|
11284
11063
|
"name": "GenesisGridDatasourceElement",
|
|
11285
11064
|
"module": "src/datasource/base.datasource.ts"
|
|
11286
11065
|
}
|
|
11287
11066
|
},
|
|
11288
11067
|
{
|
|
11289
|
-
"name": "
|
|
11068
|
+
"name": "is-snapshot",
|
|
11290
11069
|
"type": {
|
|
11291
|
-
"text": "
|
|
11070
|
+
"text": "boolean"
|
|
11292
11071
|
},
|
|
11293
|
-
"
|
|
11294
|
-
"fieldName": "
|
|
11072
|
+
"default": "false",
|
|
11073
|
+
"fieldName": "isSnapshot",
|
|
11295
11074
|
"inheritedFrom": {
|
|
11296
11075
|
"name": "GenesisGridDatasourceElement",
|
|
11297
11076
|
"module": "src/datasource/base.datasource.ts"
|
|
11298
11077
|
}
|
|
11299
11078
|
},
|
|
11300
11079
|
{
|
|
11301
|
-
"name": "
|
|
11080
|
+
"name": "max-rows",
|
|
11302
11081
|
"type": {
|
|
11303
|
-
"text": "
|
|
11082
|
+
"text": "number"
|
|
11304
11083
|
},
|
|
11305
|
-
"
|
|
11306
|
-
"fieldName": "fields",
|
|
11084
|
+
"fieldName": "maxRows",
|
|
11307
11085
|
"inheritedFrom": {
|
|
11308
11086
|
"name": "GenesisGridDatasourceElement",
|
|
11309
11087
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -11314,7 +11092,6 @@
|
|
|
11314
11092
|
"type": {
|
|
11315
11093
|
"text": "number"
|
|
11316
11094
|
},
|
|
11317
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
11318
11095
|
"fieldName": "maxView",
|
|
11319
11096
|
"inheritedFrom": {
|
|
11320
11097
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -11327,7 +11104,6 @@
|
|
|
11327
11104
|
"text": "boolean"
|
|
11328
11105
|
},
|
|
11329
11106
|
"default": "false",
|
|
11330
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
11331
11107
|
"fieldName": "movingView",
|
|
11332
11108
|
"inheritedFrom": {
|
|
11333
11109
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -11339,7 +11115,6 @@
|
|
|
11339
11115
|
"type": {
|
|
11340
11116
|
"text": "string"
|
|
11341
11117
|
},
|
|
11342
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
11343
11118
|
"fieldName": "orderBy",
|
|
11344
11119
|
"inheritedFrom": {
|
|
11345
11120
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -11347,37 +11122,33 @@
|
|
|
11347
11122
|
}
|
|
11348
11123
|
},
|
|
11349
11124
|
{
|
|
11125
|
+
"name": "resource-name",
|
|
11350
11126
|
"type": {
|
|
11351
|
-
"text": "
|
|
11127
|
+
"text": "string"
|
|
11352
11128
|
},
|
|
11353
|
-
"
|
|
11354
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
11355
|
-
"fieldName": "reverse",
|
|
11129
|
+
"fieldName": "resourceName",
|
|
11356
11130
|
"inheritedFrom": {
|
|
11357
11131
|
"name": "GenesisGridDatasourceElement",
|
|
11358
11132
|
"module": "src/datasource/base.datasource.ts"
|
|
11359
11133
|
}
|
|
11360
11134
|
},
|
|
11361
11135
|
{
|
|
11362
|
-
"name": "disable-polling",
|
|
11363
11136
|
"type": {
|
|
11364
11137
|
"text": "boolean"
|
|
11365
11138
|
},
|
|
11366
11139
|
"default": "false",
|
|
11367
|
-
"
|
|
11368
|
-
"fieldName": "disablePolling",
|
|
11140
|
+
"fieldName": "reverse",
|
|
11369
11141
|
"inheritedFrom": {
|
|
11370
11142
|
"name": "GenesisGridDatasourceElement",
|
|
11371
11143
|
"module": "src/datasource/base.datasource.ts"
|
|
11372
11144
|
}
|
|
11373
11145
|
},
|
|
11374
11146
|
{
|
|
11375
|
-
"name": "
|
|
11147
|
+
"name": "view-number",
|
|
11376
11148
|
"type": {
|
|
11377
11149
|
"text": "number"
|
|
11378
11150
|
},
|
|
11379
|
-
"
|
|
11380
|
-
"fieldName": "offset",
|
|
11151
|
+
"fieldName": "viewNumber",
|
|
11381
11152
|
"inheritedFrom": {
|
|
11382
11153
|
"name": "GenesisGridDatasourceElement",
|
|
11383
11154
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -11388,13 +11159,24 @@
|
|
|
11388
11159
|
"type": {
|
|
11389
11160
|
"text": "number"
|
|
11390
11161
|
},
|
|
11391
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
11392
11162
|
"fieldName": "pollingInterval",
|
|
11393
11163
|
"inheritedFrom": {
|
|
11394
11164
|
"name": "GenesisGridDatasourceElement",
|
|
11395
11165
|
"module": "src/datasource/base.datasource.ts"
|
|
11396
11166
|
}
|
|
11397
11167
|
},
|
|
11168
|
+
{
|
|
11169
|
+
"name": "disable-polling",
|
|
11170
|
+
"type": {
|
|
11171
|
+
"text": "boolean"
|
|
11172
|
+
},
|
|
11173
|
+
"default": "false",
|
|
11174
|
+
"fieldName": "disablePolling",
|
|
11175
|
+
"inheritedFrom": {
|
|
11176
|
+
"name": "GenesisGridDatasourceElement",
|
|
11177
|
+
"module": "src/datasource/base.datasource.ts"
|
|
11178
|
+
}
|
|
11179
|
+
},
|
|
11398
11180
|
{
|
|
11399
11181
|
"name": "request-auto-setup",
|
|
11400
11182
|
"type": {
|
|
@@ -13421,24 +13203,6 @@
|
|
|
13421
13203
|
},
|
|
13422
13204
|
"privacy": "private"
|
|
13423
13205
|
},
|
|
13424
|
-
{
|
|
13425
|
-
"kind": "field",
|
|
13426
|
-
"name": "_nextOffset",
|
|
13427
|
-
"type": {
|
|
13428
|
-
"text": "number"
|
|
13429
|
-
},
|
|
13430
|
-
"privacy": "private",
|
|
13431
|
-
"default": "0"
|
|
13432
|
-
},
|
|
13433
|
-
{
|
|
13434
|
-
"kind": "field",
|
|
13435
|
-
"name": "_loadMoreCount",
|
|
13436
|
-
"type": {
|
|
13437
|
-
"text": "number"
|
|
13438
|
-
},
|
|
13439
|
-
"privacy": "private",
|
|
13440
|
-
"default": "0"
|
|
13441
|
-
},
|
|
13442
13206
|
{
|
|
13443
13207
|
"kind": "method",
|
|
13444
13208
|
"name": "deepClone",
|
|
@@ -14190,32 +13954,6 @@
|
|
|
14190
13954
|
"type": {
|
|
14191
13955
|
"text": "string"
|
|
14192
13956
|
},
|
|
14193
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
14194
|
-
"inheritedFrom": {
|
|
14195
|
-
"name": "GenesisGridDatasourceElement",
|
|
14196
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14197
|
-
}
|
|
14198
|
-
},
|
|
14199
|
-
{
|
|
14200
|
-
"kind": "field",
|
|
14201
|
-
"name": "isSnapshot",
|
|
14202
|
-
"type": {
|
|
14203
|
-
"text": "boolean"
|
|
14204
|
-
},
|
|
14205
|
-
"default": "false",
|
|
14206
|
-
"description": "Request a snapshot from the server.",
|
|
14207
|
-
"inheritedFrom": {
|
|
14208
|
-
"name": "GenesisGridDatasourceElement",
|
|
14209
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14210
|
-
}
|
|
14211
|
-
},
|
|
14212
|
-
{
|
|
14213
|
-
"kind": "field",
|
|
14214
|
-
"name": "maxRows",
|
|
14215
|
-
"type": {
|
|
14216
|
-
"text": "number"
|
|
14217
|
-
},
|
|
14218
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
14219
13957
|
"inheritedFrom": {
|
|
14220
13958
|
"name": "GenesisGridDatasourceElement",
|
|
14221
13959
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14223,11 +13961,10 @@
|
|
|
14223
13961
|
},
|
|
14224
13962
|
{
|
|
14225
13963
|
"kind": "field",
|
|
14226
|
-
"name": "
|
|
13964
|
+
"name": "fields",
|
|
14227
13965
|
"type": {
|
|
14228
13966
|
"text": "string"
|
|
14229
13967
|
},
|
|
14230
|
-
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
14231
13968
|
"inheritedFrom": {
|
|
14232
13969
|
"name": "GenesisGridDatasourceElement",
|
|
14233
13970
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14235,11 +13972,11 @@
|
|
|
14235
13972
|
},
|
|
14236
13973
|
{
|
|
14237
13974
|
"kind": "field",
|
|
14238
|
-
"name": "
|
|
13975
|
+
"name": "isSnapshot",
|
|
14239
13976
|
"type": {
|
|
14240
|
-
"text": "
|
|
13977
|
+
"text": "boolean"
|
|
14241
13978
|
},
|
|
14242
|
-
"
|
|
13979
|
+
"default": "false",
|
|
14243
13980
|
"inheritedFrom": {
|
|
14244
13981
|
"name": "GenesisGridDatasourceElement",
|
|
14245
13982
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14247,11 +13984,10 @@
|
|
|
14247
13984
|
},
|
|
14248
13985
|
{
|
|
14249
13986
|
"kind": "field",
|
|
14250
|
-
"name": "
|
|
13987
|
+
"name": "maxRows",
|
|
14251
13988
|
"type": {
|
|
14252
|
-
"text": "
|
|
13989
|
+
"text": "number"
|
|
14253
13990
|
},
|
|
14254
|
-
"description": "Optional parameter that allows you to select a subset of fields from the query if the client is not interested in receiving all of them.",
|
|
14255
13991
|
"inheritedFrom": {
|
|
14256
13992
|
"name": "GenesisGridDatasourceElement",
|
|
14257
13993
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14263,7 +13999,6 @@
|
|
|
14263
13999
|
"type": {
|
|
14264
14000
|
"text": "number"
|
|
14265
14001
|
},
|
|
14266
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
14267
14002
|
"inheritedFrom": {
|
|
14268
14003
|
"name": "GenesisGridDatasourceElement",
|
|
14269
14004
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14276,7 +14011,6 @@
|
|
|
14276
14011
|
"text": "boolean"
|
|
14277
14012
|
},
|
|
14278
14013
|
"default": "false",
|
|
14279
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
14280
14014
|
"inheritedFrom": {
|
|
14281
14015
|
"name": "GenesisGridDatasourceElement",
|
|
14282
14016
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14288,7 +14022,6 @@
|
|
|
14288
14022
|
"type": {
|
|
14289
14023
|
"text": "string"
|
|
14290
14024
|
},
|
|
14291
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
14292
14025
|
"inheritedFrom": {
|
|
14293
14026
|
"name": "GenesisGridDatasourceElement",
|
|
14294
14027
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14296,12 +14029,10 @@
|
|
|
14296
14029
|
},
|
|
14297
14030
|
{
|
|
14298
14031
|
"kind": "field",
|
|
14299
|
-
"name": "
|
|
14032
|
+
"name": "resourceName",
|
|
14300
14033
|
"type": {
|
|
14301
|
-
"text": "
|
|
14034
|
+
"text": "string"
|
|
14302
14035
|
},
|
|
14303
|
-
"default": "false",
|
|
14304
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
14305
14036
|
"inheritedFrom": {
|
|
14306
14037
|
"name": "GenesisGridDatasourceElement",
|
|
14307
14038
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14309,12 +14040,11 @@
|
|
|
14309
14040
|
},
|
|
14310
14041
|
{
|
|
14311
14042
|
"kind": "field",
|
|
14312
|
-
"name": "
|
|
14043
|
+
"name": "reverse",
|
|
14313
14044
|
"type": {
|
|
14314
14045
|
"text": "boolean"
|
|
14315
14046
|
},
|
|
14316
14047
|
"default": "false",
|
|
14317
|
-
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
14318
14048
|
"inheritedFrom": {
|
|
14319
14049
|
"name": "GenesisGridDatasourceElement",
|
|
14320
14050
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14322,11 +14052,10 @@
|
|
|
14322
14052
|
},
|
|
14323
14053
|
{
|
|
14324
14054
|
"kind": "field",
|
|
14325
|
-
"name": "
|
|
14055
|
+
"name": "viewNumber",
|
|
14326
14056
|
"type": {
|
|
14327
14057
|
"text": "number"
|
|
14328
14058
|
},
|
|
14329
|
-
"description": "The offset for pagination in REQUEST_SERVER scenarios.",
|
|
14330
14059
|
"inheritedFrom": {
|
|
14331
14060
|
"name": "GenesisGridDatasourceElement",
|
|
14332
14061
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14338,7 +14067,6 @@
|
|
|
14338
14067
|
"type": {
|
|
14339
14068
|
"text": "number"
|
|
14340
14069
|
},
|
|
14341
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
14342
14070
|
"inheritedFrom": {
|
|
14343
14071
|
"name": "GenesisGridDatasourceElement",
|
|
14344
14072
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14351,7 +14079,18 @@
|
|
|
14351
14079
|
"text": "string[]"
|
|
14352
14080
|
},
|
|
14353
14081
|
"default": "[]",
|
|
14354
|
-
"
|
|
14082
|
+
"inheritedFrom": {
|
|
14083
|
+
"name": "GenesisGridDatasourceElement",
|
|
14084
|
+
"module": "src/datasource/base.datasource.ts"
|
|
14085
|
+
}
|
|
14086
|
+
},
|
|
14087
|
+
{
|
|
14088
|
+
"kind": "field",
|
|
14089
|
+
"name": "disablePolling",
|
|
14090
|
+
"type": {
|
|
14091
|
+
"text": "boolean"
|
|
14092
|
+
},
|
|
14093
|
+
"default": "false",
|
|
14355
14094
|
"inheritedFrom": {
|
|
14356
14095
|
"name": "GenesisGridDatasourceElement",
|
|
14357
14096
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14363,7 +14102,6 @@
|
|
|
14363
14102
|
"type": {
|
|
14364
14103
|
"text": "any"
|
|
14365
14104
|
},
|
|
14366
|
-
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
14367
14105
|
"inheritedFrom": {
|
|
14368
14106
|
"name": "GenesisGridDatasourceElement",
|
|
14369
14107
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14681,7 +14419,6 @@
|
|
|
14681
14419
|
"type": {
|
|
14682
14420
|
"text": "string"
|
|
14683
14421
|
},
|
|
14684
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
14685
14422
|
"fieldName": "criteria",
|
|
14686
14423
|
"inheritedFrom": {
|
|
14687
14424
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -14689,61 +14426,34 @@
|
|
|
14689
14426
|
}
|
|
14690
14427
|
},
|
|
14691
14428
|
{
|
|
14692
|
-
"name": "
|
|
14693
|
-
"type": {
|
|
14694
|
-
"text": "boolean"
|
|
14695
|
-
},
|
|
14696
|
-
"default": "false",
|
|
14697
|
-
"description": "Request a snapshot from the server.",
|
|
14698
|
-
"fieldName": "isSnapshot",
|
|
14699
|
-
"inheritedFrom": {
|
|
14700
|
-
"name": "GenesisGridDatasourceElement",
|
|
14701
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14702
|
-
}
|
|
14703
|
-
},
|
|
14704
|
-
{
|
|
14705
|
-
"name": "max-rows",
|
|
14706
|
-
"type": {
|
|
14707
|
-
"text": "number"
|
|
14708
|
-
},
|
|
14709
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
14710
|
-
"fieldName": "maxRows",
|
|
14711
|
-
"inheritedFrom": {
|
|
14712
|
-
"name": "GenesisGridDatasourceElement",
|
|
14713
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14714
|
-
}
|
|
14715
|
-
},
|
|
14716
|
-
{
|
|
14717
|
-
"name": "resource-name",
|
|
14429
|
+
"name": "fields",
|
|
14718
14430
|
"type": {
|
|
14719
14431
|
"text": "string"
|
|
14720
14432
|
},
|
|
14721
|
-
"
|
|
14722
|
-
"fieldName": "resourceName",
|
|
14433
|
+
"fieldName": "fields",
|
|
14723
14434
|
"inheritedFrom": {
|
|
14724
14435
|
"name": "GenesisGridDatasourceElement",
|
|
14725
14436
|
"module": "src/datasource/base.datasource.ts"
|
|
14726
14437
|
}
|
|
14727
14438
|
},
|
|
14728
14439
|
{
|
|
14729
|
-
"name": "
|
|
14440
|
+
"name": "is-snapshot",
|
|
14730
14441
|
"type": {
|
|
14731
|
-
"text": "
|
|
14442
|
+
"text": "boolean"
|
|
14732
14443
|
},
|
|
14733
|
-
"
|
|
14734
|
-
"fieldName": "
|
|
14444
|
+
"default": "false",
|
|
14445
|
+
"fieldName": "isSnapshot",
|
|
14735
14446
|
"inheritedFrom": {
|
|
14736
14447
|
"name": "GenesisGridDatasourceElement",
|
|
14737
14448
|
"module": "src/datasource/base.datasource.ts"
|
|
14738
14449
|
}
|
|
14739
14450
|
},
|
|
14740
14451
|
{
|
|
14741
|
-
"name": "
|
|
14452
|
+
"name": "max-rows",
|
|
14742
14453
|
"type": {
|
|
14743
|
-
"text": "
|
|
14454
|
+
"text": "number"
|
|
14744
14455
|
},
|
|
14745
|
-
"
|
|
14746
|
-
"fieldName": "fields",
|
|
14456
|
+
"fieldName": "maxRows",
|
|
14747
14457
|
"inheritedFrom": {
|
|
14748
14458
|
"name": "GenesisGridDatasourceElement",
|
|
14749
14459
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14754,7 +14464,6 @@
|
|
|
14754
14464
|
"type": {
|
|
14755
14465
|
"text": "number"
|
|
14756
14466
|
},
|
|
14757
|
-
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
14758
14467
|
"fieldName": "maxView",
|
|
14759
14468
|
"inheritedFrom": {
|
|
14760
14469
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -14767,7 +14476,6 @@
|
|
|
14767
14476
|
"text": "boolean"
|
|
14768
14477
|
},
|
|
14769
14478
|
"default": "false",
|
|
14770
|
-
"description": "If true, when the maximum number of rows defined in max-view is reached, the Data Server will start discarding the oldest rows (in terms of timestamp) and sending newer rows.",
|
|
14771
14479
|
"fieldName": "movingView",
|
|
14772
14480
|
"inheritedFrom": {
|
|
14773
14481
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -14779,7 +14487,6 @@
|
|
|
14779
14487
|
"type": {
|
|
14780
14488
|
"text": "string"
|
|
14781
14489
|
},
|
|
14782
|
-
"description": "Option to select a Data Server index (defined in the Data Server query), which is especially useful if you want the data to be sorted in a specific way.",
|
|
14783
14490
|
"fieldName": "orderBy",
|
|
14784
14491
|
"inheritedFrom": {
|
|
14785
14492
|
"name": "GenesisGridDatasourceElement",
|
|
@@ -14787,37 +14494,33 @@
|
|
|
14787
14494
|
}
|
|
14788
14495
|
},
|
|
14789
14496
|
{
|
|
14497
|
+
"name": "resource-name",
|
|
14790
14498
|
"type": {
|
|
14791
|
-
"text": "
|
|
14499
|
+
"text": "string"
|
|
14792
14500
|
},
|
|
14793
|
-
"
|
|
14794
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
14795
|
-
"fieldName": "reverse",
|
|
14501
|
+
"fieldName": "resourceName",
|
|
14796
14502
|
"inheritedFrom": {
|
|
14797
14503
|
"name": "GenesisGridDatasourceElement",
|
|
14798
14504
|
"module": "src/datasource/base.datasource.ts"
|
|
14799
14505
|
}
|
|
14800
14506
|
},
|
|
14801
14507
|
{
|
|
14802
|
-
"name": "disable-polling",
|
|
14803
14508
|
"type": {
|
|
14804
14509
|
"text": "boolean"
|
|
14805
14510
|
},
|
|
14806
14511
|
"default": "false",
|
|
14807
|
-
"
|
|
14808
|
-
"fieldName": "disablePolling",
|
|
14512
|
+
"fieldName": "reverse",
|
|
14809
14513
|
"inheritedFrom": {
|
|
14810
14514
|
"name": "GenesisGridDatasourceElement",
|
|
14811
14515
|
"module": "src/datasource/base.datasource.ts"
|
|
14812
14516
|
}
|
|
14813
14517
|
},
|
|
14814
14518
|
{
|
|
14815
|
-
"name": "
|
|
14519
|
+
"name": "view-number",
|
|
14816
14520
|
"type": {
|
|
14817
14521
|
"text": "number"
|
|
14818
14522
|
},
|
|
14819
|
-
"
|
|
14820
|
-
"fieldName": "offset",
|
|
14523
|
+
"fieldName": "viewNumber",
|
|
14821
14524
|
"inheritedFrom": {
|
|
14822
14525
|
"name": "GenesisGridDatasourceElement",
|
|
14823
14526
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -14828,13 +14531,24 @@
|
|
|
14828
14531
|
"type": {
|
|
14829
14532
|
"text": "number"
|
|
14830
14533
|
},
|
|
14831
|
-
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
14832
14534
|
"fieldName": "pollingInterval",
|
|
14833
14535
|
"inheritedFrom": {
|
|
14834
14536
|
"name": "GenesisGridDatasourceElement",
|
|
14835
14537
|
"module": "src/datasource/base.datasource.ts"
|
|
14836
14538
|
}
|
|
14837
14539
|
},
|
|
14540
|
+
{
|
|
14541
|
+
"name": "disable-polling",
|
|
14542
|
+
"type": {
|
|
14543
|
+
"text": "boolean"
|
|
14544
|
+
},
|
|
14545
|
+
"default": "false",
|
|
14546
|
+
"fieldName": "disablePolling",
|
|
14547
|
+
"inheritedFrom": {
|
|
14548
|
+
"name": "GenesisGridDatasourceElement",
|
|
14549
|
+
"module": "src/datasource/base.datasource.ts"
|
|
14550
|
+
}
|
|
14551
|
+
},
|
|
14838
14552
|
{
|
|
14839
14553
|
"name": "request-auto-setup",
|
|
14840
14554
|
"type": {
|