@genesislcap/grid-pro 14.353.1 → 14.353.3
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 +1529 -1529
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/grid-pro.js +3 -0
- package/package.json +13 -13
|
@@ -7241,461 +7241,148 @@
|
|
|
7241
7241
|
},
|
|
7242
7242
|
{
|
|
7243
7243
|
"kind": "javascript-module",
|
|
7244
|
-
"path": "src/
|
|
7244
|
+
"path": "src/datasource/base.datasource.ts",
|
|
7245
7245
|
"declarations": [
|
|
7246
7246
|
{
|
|
7247
7247
|
"kind": "variable",
|
|
7248
|
-
"name": "
|
|
7249
|
-
"
|
|
7250
|
-
|
|
7248
|
+
"name": "criteriaDelimiter",
|
|
7249
|
+
"type": {
|
|
7250
|
+
"text": "string"
|
|
7251
|
+
},
|
|
7252
|
+
"default": "';'",
|
|
7253
|
+
"description": "The delimiter for the criteria string.",
|
|
7251
7254
|
"privacy": "public"
|
|
7252
|
-
}
|
|
7253
|
-
],
|
|
7254
|
-
"exports": [
|
|
7255
|
+
},
|
|
7255
7256
|
{
|
|
7256
|
-
"kind": "
|
|
7257
|
-
"name": "
|
|
7258
|
-
"
|
|
7259
|
-
"
|
|
7260
|
-
|
|
7261
|
-
|
|
7262
|
-
|
|
7263
|
-
|
|
7264
|
-
|
|
7265
|
-
{
|
|
7266
|
-
"kind": "javascript-module",
|
|
7267
|
-
"path": "src/column/column.ts",
|
|
7268
|
-
"declarations": [
|
|
7257
|
+
"kind": "variable",
|
|
7258
|
+
"name": "criteriaJoin",
|
|
7259
|
+
"type": {
|
|
7260
|
+
"text": "string"
|
|
7261
|
+
},
|
|
7262
|
+
"default": "' && '",
|
|
7263
|
+
"description": "The join for the criteria string.",
|
|
7264
|
+
"privacy": "public"
|
|
7265
|
+
},
|
|
7269
7266
|
{
|
|
7270
7267
|
"kind": "class",
|
|
7271
|
-
"description": "The
|
|
7272
|
-
"name": "
|
|
7268
|
+
"description": "The base datasource element for the grid-pro element.",
|
|
7269
|
+
"name": "GenesisGridDatasourceElement",
|
|
7273
7270
|
"members": [
|
|
7274
7271
|
{
|
|
7275
7272
|
"kind": "field",
|
|
7276
|
-
"name": "
|
|
7273
|
+
"name": "connect",
|
|
7277
7274
|
"type": {
|
|
7278
|
-
"text": "
|
|
7279
|
-
}
|
|
7280
|
-
"privacy": "public"
|
|
7275
|
+
"text": "Connect"
|
|
7276
|
+
}
|
|
7281
7277
|
},
|
|
7282
7278
|
{
|
|
7283
7279
|
"kind": "field",
|
|
7284
|
-
"name": "
|
|
7280
|
+
"name": "datasource",
|
|
7285
7281
|
"type": {
|
|
7286
|
-
"text": "
|
|
7287
|
-
}
|
|
7288
|
-
"default": "{}"
|
|
7282
|
+
"text": "Datasource"
|
|
7283
|
+
}
|
|
7289
7284
|
},
|
|
7290
7285
|
{
|
|
7291
|
-
"kind": "
|
|
7292
|
-
"name": "
|
|
7293
|
-
"
|
|
7286
|
+
"kind": "field",
|
|
7287
|
+
"name": "deferredGridOptions",
|
|
7288
|
+
"type": {
|
|
7289
|
+
"text": "GridOptions"
|
|
7290
|
+
}
|
|
7294
7291
|
},
|
|
7295
7292
|
{
|
|
7296
|
-
"kind": "
|
|
7297
|
-
"name": "
|
|
7298
|
-
"
|
|
7299
|
-
"
|
|
7300
|
-
"text": "Node"
|
|
7301
|
-
}
|
|
7302
|
-
},
|
|
7303
|
-
"inheritedFrom": {
|
|
7304
|
-
"name": "LifecycleMixin",
|
|
7305
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7293
|
+
"kind": "field",
|
|
7294
|
+
"name": "deferredColumnStates",
|
|
7295
|
+
"type": {
|
|
7296
|
+
"text": "ColumnState[]"
|
|
7306
7297
|
}
|
|
7307
7298
|
},
|
|
7308
7299
|
{
|
|
7309
|
-
"kind": "
|
|
7310
|
-
"name": "
|
|
7311
|
-
"
|
|
7312
|
-
"
|
|
7313
|
-
"text": "Node"
|
|
7314
|
-
}
|
|
7300
|
+
"kind": "field",
|
|
7301
|
+
"name": "rowDataMapper",
|
|
7302
|
+
"type": {
|
|
7303
|
+
"text": "Function"
|
|
7315
7304
|
},
|
|
7316
|
-
"
|
|
7317
|
-
{
|
|
7318
|
-
"name": "deep",
|
|
7319
|
-
"optional": true,
|
|
7320
|
-
"type": {
|
|
7321
|
-
"text": "boolean"
|
|
7322
|
-
}
|
|
7323
|
-
}
|
|
7324
|
-
],
|
|
7325
|
-
"inheritedFrom": {
|
|
7326
|
-
"name": "LifecycleMixin",
|
|
7327
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7328
|
-
}
|
|
7305
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
7329
7306
|
},
|
|
7330
7307
|
{
|
|
7331
7308
|
"kind": "field",
|
|
7332
|
-
"name": "
|
|
7333
|
-
"
|
|
7334
|
-
"
|
|
7335
|
-
"text": ""
|
|
7336
|
-
}
|
|
7309
|
+
"name": "criteria",
|
|
7310
|
+
"type": {
|
|
7311
|
+
"text": "string"
|
|
7337
7312
|
},
|
|
7338
|
-
"
|
|
7339
|
-
"inheritedFrom": {
|
|
7340
|
-
"name": "LifecycleMixin",
|
|
7341
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7342
|
-
}
|
|
7313
|
+
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
7343
7314
|
},
|
|
7344
7315
|
{
|
|
7345
7316
|
"kind": "field",
|
|
7346
|
-
"name": "
|
|
7347
|
-
"
|
|
7348
|
-
"
|
|
7349
|
-
"text": ""
|
|
7350
|
-
}
|
|
7317
|
+
"name": "isSnapshot",
|
|
7318
|
+
"type": {
|
|
7319
|
+
"text": "boolean"
|
|
7351
7320
|
},
|
|
7352
|
-
"
|
|
7353
|
-
"
|
|
7354
|
-
"name": "LifecycleMixin",
|
|
7355
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7356
|
-
}
|
|
7321
|
+
"default": "false",
|
|
7322
|
+
"description": "Request a snapshot from the server."
|
|
7357
7323
|
},
|
|
7358
7324
|
{
|
|
7359
|
-
"kind": "
|
|
7360
|
-
"name": "
|
|
7361
|
-
"
|
|
7362
|
-
"
|
|
7363
|
-
"text": "boolean"
|
|
7364
|
-
}
|
|
7325
|
+
"kind": "field",
|
|
7326
|
+
"name": "maxRows",
|
|
7327
|
+
"type": {
|
|
7328
|
+
"text": "number"
|
|
7365
7329
|
},
|
|
7366
|
-
"
|
|
7367
|
-
{
|
|
7368
|
-
"name": "lifecycleType",
|
|
7369
|
-
"type": {
|
|
7370
|
-
"text": "Lifecycletype"
|
|
7371
|
-
}
|
|
7372
|
-
}
|
|
7373
|
-
],
|
|
7374
|
-
"inheritedFrom": {
|
|
7375
|
-
"name": "LifecycleMixin",
|
|
7376
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7377
|
-
}
|
|
7330
|
+
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
7378
7331
|
},
|
|
7379
7332
|
{
|
|
7380
7333
|
"kind": "field",
|
|
7381
|
-
"name": "
|
|
7334
|
+
"name": "orderBy",
|
|
7382
7335
|
"type": {
|
|
7383
|
-
"text": "
|
|
7336
|
+
"text": "string"
|
|
7384
7337
|
},
|
|
7385
|
-
"
|
|
7386
|
-
"default": "void 0",
|
|
7387
|
-
"inheritedFrom": {
|
|
7388
|
-
"name": "FoundationElement",
|
|
7389
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7390
|
-
}
|
|
7338
|
+
"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."
|
|
7391
7339
|
},
|
|
7392
7340
|
{
|
|
7393
7341
|
"kind": "field",
|
|
7394
|
-
"name": "
|
|
7342
|
+
"name": "resourceName",
|
|
7395
7343
|
"type": {
|
|
7396
|
-
"text": "
|
|
7344
|
+
"text": "string"
|
|
7397
7345
|
},
|
|
7398
|
-
"
|
|
7399
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7400
|
-
"inheritedFrom": {
|
|
7401
|
-
"name": "FoundationElement",
|
|
7402
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7403
|
-
}
|
|
7346
|
+
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
7404
7347
|
},
|
|
7405
7348
|
{
|
|
7406
7349
|
"kind": "field",
|
|
7407
|
-
"name": "
|
|
7350
|
+
"name": "viewNumber",
|
|
7408
7351
|
"type": {
|
|
7409
|
-
"text": "
|
|
7352
|
+
"text": "number"
|
|
7410
7353
|
},
|
|
7411
|
-
"
|
|
7412
|
-
"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.",
|
|
7413
|
-
"inheritedFrom": {
|
|
7414
|
-
"name": "FoundationElement",
|
|
7415
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7416
|
-
}
|
|
7354
|
+
"description": "The desired view/page you want data from."
|
|
7417
7355
|
},
|
|
7418
7356
|
{
|
|
7419
|
-
"kind": "
|
|
7420
|
-
"name": "
|
|
7421
|
-
"
|
|
7422
|
-
|
|
7423
|
-
"type": {
|
|
7424
|
-
"text": "void"
|
|
7425
|
-
}
|
|
7357
|
+
"kind": "field",
|
|
7358
|
+
"name": "fields",
|
|
7359
|
+
"type": {
|
|
7360
|
+
"text": "string"
|
|
7426
7361
|
},
|
|
7427
|
-
"
|
|
7428
|
-
"name": "FoundationElement",
|
|
7429
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7430
|
-
}
|
|
7362
|
+
"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."
|
|
7431
7363
|
},
|
|
7432
7364
|
{
|
|
7433
7365
|
"kind": "field",
|
|
7434
|
-
"name": "
|
|
7366
|
+
"name": "maxView",
|
|
7435
7367
|
"type": {
|
|
7436
|
-
"text": "
|
|
7368
|
+
"text": "number"
|
|
7437
7369
|
},
|
|
7438
|
-
"
|
|
7439
|
-
"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.",
|
|
7440
|
-
"inheritedFrom": {
|
|
7441
|
-
"name": "FoundationElement",
|
|
7442
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7443
|
-
}
|
|
7370
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
7444
7371
|
},
|
|
7445
7372
|
{
|
|
7446
|
-
"kind": "
|
|
7447
|
-
"name": "
|
|
7448
|
-
"
|
|
7449
|
-
|
|
7450
|
-
"type": {
|
|
7451
|
-
"text": "void"
|
|
7452
|
-
}
|
|
7373
|
+
"kind": "field",
|
|
7374
|
+
"name": "movingView",
|
|
7375
|
+
"type": {
|
|
7376
|
+
"text": "boolean"
|
|
7453
7377
|
},
|
|
7454
|
-
"
|
|
7455
|
-
|
|
7456
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7457
|
-
}
|
|
7378
|
+
"default": "false",
|
|
7379
|
+
"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."
|
|
7458
7380
|
},
|
|
7459
7381
|
{
|
|
7460
|
-
"kind": "
|
|
7461
|
-
"name": "
|
|
7462
|
-
"
|
|
7463
|
-
|
|
7464
|
-
"return": {
|
|
7465
|
-
"type": {
|
|
7466
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7467
|
-
}
|
|
7468
|
-
},
|
|
7469
|
-
"parameters": [
|
|
7470
|
-
{
|
|
7471
|
-
"name": "this",
|
|
7472
|
-
"type": {
|
|
7473
|
-
"text": "K"
|
|
7474
|
-
}
|
|
7475
|
-
},
|
|
7476
|
-
{
|
|
7477
|
-
"name": "elementDefinition",
|
|
7478
|
-
"type": {
|
|
7479
|
-
"text": "T"
|
|
7480
|
-
},
|
|
7481
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7482
|
-
}
|
|
7483
|
-
],
|
|
7484
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7485
|
-
"inheritedFrom": {
|
|
7486
|
-
"name": "FoundationElement",
|
|
7487
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7488
|
-
}
|
|
7489
|
-
}
|
|
7490
|
-
],
|
|
7491
|
-
"mixins": [
|
|
7492
|
-
{
|
|
7493
|
-
"name": "LifecycleMixin",
|
|
7494
|
-
"package": "@genesislcap/foundation-utils"
|
|
7495
|
-
}
|
|
7496
|
-
],
|
|
7497
|
-
"superclass": {
|
|
7498
|
-
"name": "FoundationElement",
|
|
7499
|
-
"package": "@microsoft/fast-foundation"
|
|
7500
|
-
},
|
|
7501
|
-
"tagName": "grid-pro-column",
|
|
7502
|
-
"customElement": true
|
|
7503
|
-
}
|
|
7504
|
-
],
|
|
7505
|
-
"exports": [
|
|
7506
|
-
{
|
|
7507
|
-
"kind": "js",
|
|
7508
|
-
"name": "GridProColumn",
|
|
7509
|
-
"declaration": {
|
|
7510
|
-
"name": "GridProColumn",
|
|
7511
|
-
"module": "src/column/column.ts"
|
|
7512
|
-
}
|
|
7513
|
-
},
|
|
7514
|
-
{
|
|
7515
|
-
"kind": "custom-element-definition",
|
|
7516
|
-
"name": "grid-pro-column",
|
|
7517
|
-
"declaration": {
|
|
7518
|
-
"name": "GridProColumn",
|
|
7519
|
-
"module": "src/column/column.ts"
|
|
7520
|
-
}
|
|
7521
|
-
}
|
|
7522
|
-
]
|
|
7523
|
-
},
|
|
7524
|
-
{
|
|
7525
|
-
"kind": "javascript-module",
|
|
7526
|
-
"path": "src/column/index.ts",
|
|
7527
|
-
"declarations": [],
|
|
7528
|
-
"exports": [
|
|
7529
|
-
{
|
|
7530
|
-
"kind": "js",
|
|
7531
|
-
"name": "*",
|
|
7532
|
-
"declaration": {
|
|
7533
|
-
"name": "*",
|
|
7534
|
-
"package": "./column.template"
|
|
7535
|
-
}
|
|
7536
|
-
},
|
|
7537
|
-
{
|
|
7538
|
-
"kind": "js",
|
|
7539
|
-
"name": "*",
|
|
7540
|
-
"declaration": {
|
|
7541
|
-
"name": "*",
|
|
7542
|
-
"package": "./column"
|
|
7543
|
-
}
|
|
7544
|
-
},
|
|
7545
|
-
{
|
|
7546
|
-
"kind": "js",
|
|
7547
|
-
"name": "*",
|
|
7548
|
-
"declaration": {
|
|
7549
|
-
"name": "*",
|
|
7550
|
-
"package": "./utils"
|
|
7551
|
-
}
|
|
7552
|
-
}
|
|
7553
|
-
]
|
|
7554
|
-
},
|
|
7555
|
-
{
|
|
7556
|
-
"kind": "javascript-module",
|
|
7557
|
-
"path": "src/datasource/base.datasource.ts",
|
|
7558
|
-
"declarations": [
|
|
7559
|
-
{
|
|
7560
|
-
"kind": "variable",
|
|
7561
|
-
"name": "criteriaDelimiter",
|
|
7562
|
-
"type": {
|
|
7563
|
-
"text": "string"
|
|
7564
|
-
},
|
|
7565
|
-
"default": "';'",
|
|
7566
|
-
"description": "The delimiter for the criteria string.",
|
|
7567
|
-
"privacy": "public"
|
|
7568
|
-
},
|
|
7569
|
-
{
|
|
7570
|
-
"kind": "variable",
|
|
7571
|
-
"name": "criteriaJoin",
|
|
7572
|
-
"type": {
|
|
7573
|
-
"text": "string"
|
|
7574
|
-
},
|
|
7575
|
-
"default": "' && '",
|
|
7576
|
-
"description": "The join for the criteria string.",
|
|
7577
|
-
"privacy": "public"
|
|
7578
|
-
},
|
|
7579
|
-
{
|
|
7580
|
-
"kind": "class",
|
|
7581
|
-
"description": "The base datasource element for the grid-pro element.",
|
|
7582
|
-
"name": "GenesisGridDatasourceElement",
|
|
7583
|
-
"members": [
|
|
7584
|
-
{
|
|
7585
|
-
"kind": "field",
|
|
7586
|
-
"name": "connect",
|
|
7587
|
-
"type": {
|
|
7588
|
-
"text": "Connect"
|
|
7589
|
-
}
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"kind": "field",
|
|
7593
|
-
"name": "datasource",
|
|
7594
|
-
"type": {
|
|
7595
|
-
"text": "Datasource"
|
|
7596
|
-
}
|
|
7597
|
-
},
|
|
7598
|
-
{
|
|
7599
|
-
"kind": "field",
|
|
7600
|
-
"name": "deferredGridOptions",
|
|
7601
|
-
"type": {
|
|
7602
|
-
"text": "GridOptions"
|
|
7603
|
-
}
|
|
7604
|
-
},
|
|
7605
|
-
{
|
|
7606
|
-
"kind": "field",
|
|
7607
|
-
"name": "deferredColumnStates",
|
|
7608
|
-
"type": {
|
|
7609
|
-
"text": "ColumnState[]"
|
|
7610
|
-
}
|
|
7611
|
-
},
|
|
7612
|
-
{
|
|
7613
|
-
"kind": "field",
|
|
7614
|
-
"name": "rowDataMapper",
|
|
7615
|
-
"type": {
|
|
7616
|
-
"text": "Function"
|
|
7617
|
-
},
|
|
7618
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
7619
|
-
},
|
|
7620
|
-
{
|
|
7621
|
-
"kind": "field",
|
|
7622
|
-
"name": "criteria",
|
|
7623
|
-
"type": {
|
|
7624
|
-
"text": "string"
|
|
7625
|
-
},
|
|
7626
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
7627
|
-
},
|
|
7628
|
-
{
|
|
7629
|
-
"kind": "field",
|
|
7630
|
-
"name": "isSnapshot",
|
|
7631
|
-
"type": {
|
|
7632
|
-
"text": "boolean"
|
|
7633
|
-
},
|
|
7634
|
-
"default": "false",
|
|
7635
|
-
"description": "Request a snapshot from the server."
|
|
7636
|
-
},
|
|
7637
|
-
{
|
|
7638
|
-
"kind": "field",
|
|
7639
|
-
"name": "maxRows",
|
|
7640
|
-
"type": {
|
|
7641
|
-
"text": "number"
|
|
7642
|
-
},
|
|
7643
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
7644
|
-
},
|
|
7645
|
-
{
|
|
7646
|
-
"kind": "field",
|
|
7647
|
-
"name": "orderBy",
|
|
7648
|
-
"type": {
|
|
7649
|
-
"text": "string"
|
|
7650
|
-
},
|
|
7651
|
-
"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."
|
|
7652
|
-
},
|
|
7653
|
-
{
|
|
7654
|
-
"kind": "field",
|
|
7655
|
-
"name": "resourceName",
|
|
7656
|
-
"type": {
|
|
7657
|
-
"text": "string"
|
|
7658
|
-
},
|
|
7659
|
-
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
7660
|
-
},
|
|
7661
|
-
{
|
|
7662
|
-
"kind": "field",
|
|
7663
|
-
"name": "viewNumber",
|
|
7664
|
-
"type": {
|
|
7665
|
-
"text": "number"
|
|
7666
|
-
},
|
|
7667
|
-
"description": "The desired view/page you want data from."
|
|
7668
|
-
},
|
|
7669
|
-
{
|
|
7670
|
-
"kind": "field",
|
|
7671
|
-
"name": "fields",
|
|
7672
|
-
"type": {
|
|
7673
|
-
"text": "string"
|
|
7674
|
-
},
|
|
7675
|
-
"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."
|
|
7676
|
-
},
|
|
7677
|
-
{
|
|
7678
|
-
"kind": "field",
|
|
7679
|
-
"name": "maxView",
|
|
7680
|
-
"type": {
|
|
7681
|
-
"text": "number"
|
|
7682
|
-
},
|
|
7683
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
7684
|
-
},
|
|
7685
|
-
{
|
|
7686
|
-
"kind": "field",
|
|
7687
|
-
"name": "movingView",
|
|
7688
|
-
"type": {
|
|
7689
|
-
"text": "boolean"
|
|
7690
|
-
},
|
|
7691
|
-
"default": "false",
|
|
7692
|
-
"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."
|
|
7693
|
-
},
|
|
7694
|
-
{
|
|
7695
|
-
"kind": "field",
|
|
7696
|
-
"name": "reverse",
|
|
7697
|
-
"type": {
|
|
7698
|
-
"text": "boolean"
|
|
7382
|
+
"kind": "field",
|
|
7383
|
+
"name": "reverse",
|
|
7384
|
+
"type": {
|
|
7385
|
+
"text": "boolean"
|
|
7699
7386
|
},
|
|
7700
7387
|
"default": "false",
|
|
7701
7388
|
"description": "Option that changes the Data Server index iteration."
|
|
@@ -14621,655 +14308,684 @@
|
|
|
14621
14308
|
},
|
|
14622
14309
|
{
|
|
14623
14310
|
"kind": "javascript-module",
|
|
14624
|
-
"path": "src/
|
|
14311
|
+
"path": "src/column/column.template.ts",
|
|
14625
14312
|
"declarations": [
|
|
14626
14313
|
{
|
|
14627
14314
|
"kind": "variable",
|
|
14628
|
-
"name": "
|
|
14629
|
-
"
|
|
14630
|
-
|
|
14631
|
-
|
|
14632
|
-
"default": "{\n // Initialization events\n initialize: 'datasource-initialize',\n ready: 'datasource-ready',\n\n // Data events\n dataLoaded: 'datasource-data-loaded',\n dataChanged: 'datasource-data-changed',\n dataCleared: 'datasource-data-cleared',\n\n // Schema events\n schemaUpdated: 'datasource-schema-updated',\n\n // Status events\n loadingStarted: 'datasource-loading-started',\n loadingFinished: 'datasource-loading-finished',\n noDataAvailable: 'datasource-no-data-available',\n moreDataAvailable: 'datasource-more-data-available',\n\n // Filter events\n filtersRestored: 'datasource-filters-restored',\n\n // Error events\n error: 'datasource-error',\n\n // Size events\n sizeChanged: 'datasource-size-changed',\n\n // Server-side specific events\n cacheFilterConfig: 'cache-filter-config',\n refreshServerSide: 'refresh-server-side',\n setServerSideDatasource: 'set-server-side-datasource',\n addGridCssClass: 'add-grid-css-class',\n removeGridCssClass: 'remove-grid-css-class',\n applyServerSideTransaction: 'apply-server-side-transaction',\n}",
|
|
14633
|
-
"description": "Event names for datasource-grid communication\nThese represent datasource operations, not grid-specific actions"
|
|
14315
|
+
"name": "ColumnTemplate",
|
|
14316
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
14317
|
+
"description": "The Grid Pro Column Template.",
|
|
14318
|
+
"privacy": "public"
|
|
14634
14319
|
}
|
|
14635
14320
|
],
|
|
14636
14321
|
"exports": [
|
|
14637
14322
|
{
|
|
14638
14323
|
"kind": "js",
|
|
14639
|
-
"name": "
|
|
14324
|
+
"name": "ColumnTemplate",
|
|
14640
14325
|
"declaration": {
|
|
14641
|
-
"name": "
|
|
14642
|
-
"module": "src/
|
|
14326
|
+
"name": "ColumnTemplate",
|
|
14327
|
+
"module": "src/column/column.template.ts"
|
|
14643
14328
|
}
|
|
14644
14329
|
}
|
|
14645
14330
|
]
|
|
14646
14331
|
},
|
|
14647
14332
|
{
|
|
14648
14333
|
"kind": "javascript-module",
|
|
14649
|
-
"path": "src/
|
|
14334
|
+
"path": "src/column/column.ts",
|
|
14650
14335
|
"declarations": [
|
|
14651
14336
|
{
|
|
14652
14337
|
"kind": "class",
|
|
14653
|
-
"description": "The
|
|
14654
|
-
"name": "
|
|
14338
|
+
"description": "The Grid Pro Column element.",
|
|
14339
|
+
"name": "GridProColumn",
|
|
14655
14340
|
"members": [
|
|
14656
14341
|
{
|
|
14657
14342
|
"kind": "field",
|
|
14658
|
-
"name": "
|
|
14343
|
+
"name": "slottedAgCell",
|
|
14659
14344
|
"type": {
|
|
14660
|
-
"text": "
|
|
14345
|
+
"text": "HTMLElement[]"
|
|
14661
14346
|
},
|
|
14662
|
-
"privacy": "
|
|
14663
|
-
"default": "[]"
|
|
14347
|
+
"privacy": "public"
|
|
14664
14348
|
},
|
|
14665
14349
|
{
|
|
14666
14350
|
"kind": "field",
|
|
14667
|
-
"name": "
|
|
14351
|
+
"name": "definition",
|
|
14668
14352
|
"type": {
|
|
14669
|
-
"text": "
|
|
14353
|
+
"text": "ColDef"
|
|
14670
14354
|
},
|
|
14671
|
-
"
|
|
14672
|
-
"default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
|
|
14673
|
-
"inheritedFrom": {
|
|
14674
|
-
"name": "GridProBaseDatasource",
|
|
14675
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14676
|
-
}
|
|
14355
|
+
"default": "{}"
|
|
14677
14356
|
},
|
|
14678
14357
|
{
|
|
14679
14358
|
"kind": "method",
|
|
14680
|
-
"name": "
|
|
14681
|
-
"
|
|
14682
|
-
{
|
|
14683
|
-
"name": "oldCriteria",
|
|
14684
|
-
"type": {
|
|
14685
|
-
"text": "string"
|
|
14686
|
-
}
|
|
14687
|
-
},
|
|
14688
|
-
{
|
|
14689
|
-
"name": "newCriteria",
|
|
14690
|
-
"type": {
|
|
14691
|
-
"text": "string"
|
|
14692
|
-
}
|
|
14693
|
-
}
|
|
14694
|
-
]
|
|
14359
|
+
"name": "slottedAgCellChanged",
|
|
14360
|
+
"privacy": "public"
|
|
14695
14361
|
},
|
|
14696
14362
|
{
|
|
14697
14363
|
"kind": "method",
|
|
14698
|
-
"name": "
|
|
14699
|
-
"
|
|
14700
|
-
{
|
|
14701
|
-
"
|
|
14702
|
-
"type": {
|
|
14703
|
-
"text": "string"
|
|
14704
|
-
}
|
|
14705
|
-
},
|
|
14706
|
-
{
|
|
14707
|
-
"name": "newRequest",
|
|
14708
|
-
"type": {
|
|
14709
|
-
"text": "string"
|
|
14710
|
-
}
|
|
14364
|
+
"name": "deepClone",
|
|
14365
|
+
"return": {
|
|
14366
|
+
"type": {
|
|
14367
|
+
"text": "Node"
|
|
14711
14368
|
}
|
|
14712
|
-
|
|
14369
|
+
},
|
|
14370
|
+
"inheritedFrom": {
|
|
14371
|
+
"name": "LifecycleMixin",
|
|
14372
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14373
|
+
}
|
|
14713
14374
|
},
|
|
14714
14375
|
{
|
|
14715
14376
|
"kind": "method",
|
|
14716
|
-
"name": "
|
|
14377
|
+
"name": "cloneNode",
|
|
14378
|
+
"return": {
|
|
14379
|
+
"type": {
|
|
14380
|
+
"text": "Node"
|
|
14381
|
+
}
|
|
14382
|
+
},
|
|
14717
14383
|
"parameters": [
|
|
14718
14384
|
{
|
|
14719
|
-
"name": "
|
|
14720
|
-
"
|
|
14721
|
-
"text": "string"
|
|
14722
|
-
}
|
|
14723
|
-
},
|
|
14724
|
-
{
|
|
14725
|
-
"name": "newValue",
|
|
14385
|
+
"name": "deep",
|
|
14386
|
+
"optional": true,
|
|
14726
14387
|
"type": {
|
|
14727
|
-
"text": "
|
|
14388
|
+
"text": "boolean"
|
|
14728
14389
|
}
|
|
14729
14390
|
}
|
|
14730
|
-
]
|
|
14731
|
-
},
|
|
14732
|
-
{
|
|
14733
|
-
"kind": "field",
|
|
14734
|
-
"name": "keepColDefsOnClearRowData",
|
|
14735
|
-
"type": {
|
|
14736
|
-
"text": "boolean"
|
|
14737
|
-
},
|
|
14738
|
-
"privacy": "public",
|
|
14739
|
-
"default": "false",
|
|
14391
|
+
],
|
|
14740
14392
|
"inheritedFrom": {
|
|
14741
|
-
"name": "
|
|
14742
|
-
"module": "src/
|
|
14393
|
+
"name": "LifecycleMixin",
|
|
14394
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14743
14395
|
}
|
|
14744
14396
|
},
|
|
14745
14397
|
{
|
|
14746
14398
|
"kind": "field",
|
|
14747
|
-
"name": "
|
|
14748
|
-
"
|
|
14749
|
-
"
|
|
14399
|
+
"name": "shouldRunDisconnect",
|
|
14400
|
+
"return": {
|
|
14401
|
+
"type": {
|
|
14402
|
+
"text": ""
|
|
14403
|
+
}
|
|
14750
14404
|
},
|
|
14751
|
-
"
|
|
14405
|
+
"readonly": true,
|
|
14406
|
+
"inheritedFrom": {
|
|
14407
|
+
"name": "LifecycleMixin",
|
|
14408
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14409
|
+
}
|
|
14752
14410
|
},
|
|
14753
14411
|
{
|
|
14754
14412
|
"kind": "field",
|
|
14755
|
-
"name": "
|
|
14756
|
-
"
|
|
14757
|
-
"
|
|
14413
|
+
"name": "shouldRunConnect",
|
|
14414
|
+
"return": {
|
|
14415
|
+
"type": {
|
|
14416
|
+
"text": ""
|
|
14417
|
+
}
|
|
14758
14418
|
},
|
|
14759
|
-
"
|
|
14419
|
+
"readonly": true,
|
|
14420
|
+
"inheritedFrom": {
|
|
14421
|
+
"name": "LifecycleMixin",
|
|
14422
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14423
|
+
}
|
|
14760
14424
|
},
|
|
14761
14425
|
{
|
|
14762
|
-
"kind": "
|
|
14763
|
-
"name": "
|
|
14764
|
-
"
|
|
14765
|
-
"
|
|
14426
|
+
"kind": "method",
|
|
14427
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
14428
|
+
"return": {
|
|
14429
|
+
"type": {
|
|
14430
|
+
"text": "boolean"
|
|
14431
|
+
}
|
|
14766
14432
|
},
|
|
14767
|
-
"
|
|
14768
|
-
|
|
14433
|
+
"parameters": [
|
|
14434
|
+
{
|
|
14435
|
+
"name": "lifecycleType",
|
|
14436
|
+
"type": {
|
|
14437
|
+
"text": "Lifecycletype"
|
|
14438
|
+
}
|
|
14439
|
+
}
|
|
14440
|
+
],
|
|
14441
|
+
"inheritedFrom": {
|
|
14442
|
+
"name": "LifecycleMixin",
|
|
14443
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14444
|
+
}
|
|
14769
14445
|
},
|
|
14770
14446
|
{
|
|
14771
14447
|
"kind": "field",
|
|
14772
|
-
"name": "
|
|
14448
|
+
"name": "_presentation",
|
|
14773
14449
|
"type": {
|
|
14774
|
-
"text": "
|
|
14450
|
+
"text": "ComponentPresentation | null | undefined"
|
|
14775
14451
|
},
|
|
14776
14452
|
"privacy": "private",
|
|
14777
|
-
"default": "
|
|
14453
|
+
"default": "void 0",
|
|
14454
|
+
"inheritedFrom": {
|
|
14455
|
+
"name": "FoundationElement",
|
|
14456
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14457
|
+
}
|
|
14778
14458
|
},
|
|
14779
14459
|
{
|
|
14780
14460
|
"kind": "field",
|
|
14781
|
-
"name": "
|
|
14461
|
+
"name": "$presentation",
|
|
14782
14462
|
"type": {
|
|
14783
|
-
"text": "
|
|
14463
|
+
"text": "ComponentPresentation | null"
|
|
14784
14464
|
},
|
|
14785
|
-
"privacy": "
|
|
14786
|
-
"
|
|
14465
|
+
"privacy": "public",
|
|
14466
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
14467
|
+
"inheritedFrom": {
|
|
14468
|
+
"name": "FoundationElement",
|
|
14469
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14470
|
+
}
|
|
14787
14471
|
},
|
|
14788
14472
|
{
|
|
14789
14473
|
"kind": "field",
|
|
14790
|
-
"name": "
|
|
14474
|
+
"name": "template",
|
|
14791
14475
|
"type": {
|
|
14792
|
-
"text": "
|
|
14476
|
+
"text": "ElementViewTemplate | void | null"
|
|
14793
14477
|
},
|
|
14794
|
-
"privacy": "
|
|
14478
|
+
"privacy": "public",
|
|
14479
|
+
"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.",
|
|
14480
|
+
"inheritedFrom": {
|
|
14481
|
+
"name": "FoundationElement",
|
|
14482
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14483
|
+
}
|
|
14795
14484
|
},
|
|
14796
14485
|
{
|
|
14797
|
-
"kind": "
|
|
14798
|
-
"name": "
|
|
14799
|
-
"
|
|
14800
|
-
|
|
14486
|
+
"kind": "method",
|
|
14487
|
+
"name": "templateChanged",
|
|
14488
|
+
"privacy": "protected",
|
|
14489
|
+
"return": {
|
|
14490
|
+
"type": {
|
|
14491
|
+
"text": "void"
|
|
14492
|
+
}
|
|
14801
14493
|
},
|
|
14802
|
-
"
|
|
14803
|
-
|
|
14494
|
+
"inheritedFrom": {
|
|
14495
|
+
"name": "FoundationElement",
|
|
14496
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14497
|
+
}
|
|
14804
14498
|
},
|
|
14805
14499
|
{
|
|
14806
14500
|
"kind": "field",
|
|
14807
|
-
"name": "
|
|
14501
|
+
"name": "styles",
|
|
14808
14502
|
"type": {
|
|
14809
|
-
"text": "
|
|
14503
|
+
"text": "ElementStyles | void | null"
|
|
14810
14504
|
},
|
|
14811
|
-
"privacy": "
|
|
14812
|
-
"
|
|
14505
|
+
"privacy": "public",
|
|
14506
|
+
"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.",
|
|
14507
|
+
"inheritedFrom": {
|
|
14508
|
+
"name": "FoundationElement",
|
|
14509
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14510
|
+
}
|
|
14813
14511
|
},
|
|
14814
14512
|
{
|
|
14815
14513
|
"kind": "method",
|
|
14816
|
-
"name": "
|
|
14514
|
+
"name": "stylesChanged",
|
|
14515
|
+
"privacy": "protected",
|
|
14817
14516
|
"return": {
|
|
14818
14517
|
"type": {
|
|
14819
|
-
"text": "
|
|
14518
|
+
"text": "void"
|
|
14820
14519
|
}
|
|
14821
14520
|
},
|
|
14822
14521
|
"inheritedFrom": {
|
|
14823
|
-
"name": "
|
|
14824
|
-
"module": "src/
|
|
14522
|
+
"name": "FoundationElement",
|
|
14523
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14825
14524
|
}
|
|
14826
14525
|
},
|
|
14827
14526
|
{
|
|
14828
14527
|
"kind": "method",
|
|
14829
|
-
"name": "
|
|
14830
|
-
"privacy": "
|
|
14528
|
+
"name": "compose",
|
|
14529
|
+
"privacy": "public",
|
|
14530
|
+
"static": true,
|
|
14831
14531
|
"return": {
|
|
14832
14532
|
"type": {
|
|
14833
|
-
"text": "
|
|
14533
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
14834
14534
|
}
|
|
14835
14535
|
},
|
|
14836
14536
|
"parameters": [
|
|
14837
14537
|
{
|
|
14838
|
-
"name": "
|
|
14538
|
+
"name": "this",
|
|
14839
14539
|
"type": {
|
|
14840
|
-
"text": "
|
|
14540
|
+
"text": "K"
|
|
14841
14541
|
}
|
|
14842
14542
|
},
|
|
14843
14543
|
{
|
|
14844
|
-
"name": "
|
|
14845
|
-
"type": {
|
|
14846
|
-
"text": "any"
|
|
14847
|
-
}
|
|
14848
|
-
}
|
|
14849
|
-
]
|
|
14850
|
-
},
|
|
14851
|
-
{
|
|
14852
|
-
"kind": "method",
|
|
14853
|
-
"name": "init",
|
|
14854
|
-
"parameters": [
|
|
14855
|
-
{
|
|
14856
|
-
"name": "keepColDefsOnClearRowData",
|
|
14857
|
-
"optional": true,
|
|
14544
|
+
"name": "elementDefinition",
|
|
14858
14545
|
"type": {
|
|
14859
|
-
"text": "
|
|
14860
|
-
}
|
|
14861
|
-
|
|
14862
|
-
{
|
|
14863
|
-
"description": "Optionally set the `gridOptions` up with column definitions",
|
|
14864
|
-
"name": "columnDefinitions"
|
|
14865
|
-
},
|
|
14866
|
-
{
|
|
14867
|
-
"description": "Optionally set the grid up with column state",
|
|
14868
|
-
"name": "columnStates"
|
|
14546
|
+
"text": "T"
|
|
14547
|
+
},
|
|
14548
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
14869
14549
|
}
|
|
14870
14550
|
],
|
|
14871
|
-
"description": "
|
|
14872
|
-
"privacy": "public"
|
|
14873
|
-
},
|
|
14874
|
-
{
|
|
14875
|
-
"kind": "method",
|
|
14876
|
-
"name": "destroy",
|
|
14877
|
-
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
14878
|
-
"privacy": "public",
|
|
14551
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
14879
14552
|
"inheritedFrom": {
|
|
14880
|
-
"name": "
|
|
14881
|
-
"module": "src/
|
|
14553
|
+
"name": "FoundationElement",
|
|
14554
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14882
14555
|
}
|
|
14883
|
-
}
|
|
14556
|
+
}
|
|
14557
|
+
],
|
|
14558
|
+
"mixins": [
|
|
14884
14559
|
{
|
|
14885
|
-
"
|
|
14886
|
-
"
|
|
14887
|
-
|
|
14888
|
-
|
|
14889
|
-
|
|
14890
|
-
|
|
14891
|
-
|
|
14892
|
-
|
|
14893
|
-
|
|
14894
|
-
|
|
14895
|
-
|
|
14896
|
-
|
|
14897
|
-
|
|
14560
|
+
"name": "LifecycleMixin",
|
|
14561
|
+
"package": "@genesislcap/foundation-utils"
|
|
14562
|
+
}
|
|
14563
|
+
],
|
|
14564
|
+
"superclass": {
|
|
14565
|
+
"name": "FoundationElement",
|
|
14566
|
+
"package": "@microsoft/fast-foundation"
|
|
14567
|
+
},
|
|
14568
|
+
"tagName": "grid-pro-column",
|
|
14569
|
+
"customElement": true
|
|
14570
|
+
}
|
|
14571
|
+
],
|
|
14572
|
+
"exports": [
|
|
14573
|
+
{
|
|
14574
|
+
"kind": "js",
|
|
14575
|
+
"name": "GridProColumn",
|
|
14576
|
+
"declaration": {
|
|
14577
|
+
"name": "GridProColumn",
|
|
14578
|
+
"module": "src/column/column.ts"
|
|
14579
|
+
}
|
|
14580
|
+
},
|
|
14581
|
+
{
|
|
14582
|
+
"kind": "custom-element-definition",
|
|
14583
|
+
"name": "grid-pro-column",
|
|
14584
|
+
"declaration": {
|
|
14585
|
+
"name": "GridProColumn",
|
|
14586
|
+
"module": "src/column/column.ts"
|
|
14587
|
+
}
|
|
14588
|
+
}
|
|
14589
|
+
]
|
|
14590
|
+
},
|
|
14591
|
+
{
|
|
14592
|
+
"kind": "javascript-module",
|
|
14593
|
+
"path": "src/column/index.ts",
|
|
14594
|
+
"declarations": [],
|
|
14595
|
+
"exports": [
|
|
14596
|
+
{
|
|
14597
|
+
"kind": "js",
|
|
14598
|
+
"name": "*",
|
|
14599
|
+
"declaration": {
|
|
14600
|
+
"name": "*",
|
|
14601
|
+
"package": "./column.template"
|
|
14602
|
+
}
|
|
14603
|
+
},
|
|
14604
|
+
{
|
|
14605
|
+
"kind": "js",
|
|
14606
|
+
"name": "*",
|
|
14607
|
+
"declaration": {
|
|
14608
|
+
"name": "*",
|
|
14609
|
+
"package": "./column"
|
|
14610
|
+
}
|
|
14611
|
+
},
|
|
14612
|
+
{
|
|
14613
|
+
"kind": "js",
|
|
14614
|
+
"name": "*",
|
|
14615
|
+
"declaration": {
|
|
14616
|
+
"name": "*",
|
|
14617
|
+
"package": "./utils"
|
|
14618
|
+
}
|
|
14619
|
+
}
|
|
14620
|
+
]
|
|
14621
|
+
},
|
|
14622
|
+
{
|
|
14623
|
+
"kind": "javascript-module",
|
|
14624
|
+
"path": "src/state-persistence/index.ts",
|
|
14625
|
+
"declarations": [],
|
|
14626
|
+
"exports": [
|
|
14627
|
+
{
|
|
14628
|
+
"kind": "js",
|
|
14629
|
+
"name": "*",
|
|
14630
|
+
"declaration": {
|
|
14631
|
+
"name": "*",
|
|
14632
|
+
"package": "./kv-state"
|
|
14633
|
+
}
|
|
14634
|
+
},
|
|
14635
|
+
{
|
|
14636
|
+
"kind": "js",
|
|
14637
|
+
"name": "*",
|
|
14638
|
+
"declaration": {
|
|
14639
|
+
"name": "*",
|
|
14640
|
+
"package": "./local-state"
|
|
14641
|
+
}
|
|
14642
|
+
},
|
|
14643
|
+
{
|
|
14644
|
+
"kind": "js",
|
|
14645
|
+
"name": "*",
|
|
14646
|
+
"declaration": {
|
|
14647
|
+
"name": "*",
|
|
14648
|
+
"package": "./state-persistence"
|
|
14649
|
+
}
|
|
14650
|
+
}
|
|
14651
|
+
]
|
|
14652
|
+
},
|
|
14653
|
+
{
|
|
14654
|
+
"kind": "javascript-module",
|
|
14655
|
+
"path": "src/state-persistence/kv-state.ts",
|
|
14656
|
+
"declarations": [
|
|
14657
|
+
{
|
|
14658
|
+
"kind": "class",
|
|
14659
|
+
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
14660
|
+
"name": "KVStorageStatePersistence",
|
|
14661
|
+
"members": [
|
|
14898
14662
|
{
|
|
14899
|
-
"kind": "
|
|
14900
|
-
"name": "
|
|
14901
|
-
"
|
|
14902
|
-
|
|
14903
|
-
"inheritedFrom": {
|
|
14904
|
-
"name": "GridProBaseDatasource",
|
|
14905
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14663
|
+
"kind": "field",
|
|
14664
|
+
"name": "kvStorage",
|
|
14665
|
+
"type": {
|
|
14666
|
+
"text": "KVStorage"
|
|
14906
14667
|
}
|
|
14907
14668
|
},
|
|
14908
14669
|
{
|
|
14909
|
-
"kind": "
|
|
14910
|
-
"name": "
|
|
14911
|
-
"
|
|
14670
|
+
"kind": "field",
|
|
14671
|
+
"name": "session",
|
|
14672
|
+
"type": {
|
|
14673
|
+
"text": "Session"
|
|
14674
|
+
}
|
|
14912
14675
|
},
|
|
14913
14676
|
{
|
|
14914
14677
|
"kind": "method",
|
|
14915
|
-
"name": "
|
|
14916
|
-
"privacy": "public",
|
|
14678
|
+
"name": "getColumnState",
|
|
14917
14679
|
"return": {
|
|
14918
14680
|
"type": {
|
|
14919
|
-
"text": "Promise<
|
|
14681
|
+
"text": "Promise<ColumnState[]>"
|
|
14920
14682
|
}
|
|
14921
14683
|
},
|
|
14922
|
-
"description": "Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.\nLoads resource data without full initialization (no metadata fetch).",
|
|
14923
|
-
"inheritedFrom": {
|
|
14924
|
-
"name": "GridProBaseDatasource",
|
|
14925
|
-
"module": "src/datasource/base.datasource.ts"
|
|
14926
|
-
}
|
|
14927
|
-
},
|
|
14928
|
-
{
|
|
14929
|
-
"kind": "method",
|
|
14930
|
-
"name": "handleSnapshot",
|
|
14931
|
-
"privacy": "private",
|
|
14932
|
-
"parameters": [
|
|
14933
|
-
{
|
|
14934
|
-
"name": "result"
|
|
14935
|
-
}
|
|
14936
|
-
]
|
|
14937
|
-
},
|
|
14938
|
-
{
|
|
14939
|
-
"kind": "method",
|
|
14940
|
-
"name": "handleStreamResult",
|
|
14941
|
-
"privacy": "private",
|
|
14942
14684
|
"parameters": [
|
|
14943
14685
|
{
|
|
14944
|
-
"name": "
|
|
14686
|
+
"name": "persistColumnStateKey",
|
|
14945
14687
|
"type": {
|
|
14946
|
-
"text": "
|
|
14688
|
+
"text": "string"
|
|
14947
14689
|
}
|
|
14948
14690
|
}
|
|
14949
14691
|
]
|
|
14950
14692
|
},
|
|
14951
14693
|
{
|
|
14952
14694
|
"kind": "method",
|
|
14953
|
-
"name": "
|
|
14954
|
-
"
|
|
14695
|
+
"name": "saveColumnState",
|
|
14696
|
+
"return": {
|
|
14697
|
+
"type": {
|
|
14698
|
+
"text": "Promise<void>"
|
|
14699
|
+
}
|
|
14700
|
+
},
|
|
14955
14701
|
"parameters": [
|
|
14956
14702
|
{
|
|
14957
|
-
"name": "
|
|
14958
|
-
"type": {
|
|
14959
|
-
"text": "boolean"
|
|
14960
|
-
},
|
|
14961
|
-
"description": "Whether more rows are available"
|
|
14962
|
-
},
|
|
14963
|
-
{
|
|
14964
|
-
"name": "sourceRef",
|
|
14703
|
+
"name": "persistColumnStateKey",
|
|
14965
14704
|
"type": {
|
|
14966
14705
|
"text": "string"
|
|
14967
|
-
}
|
|
14968
|
-
"description": "The source reference"
|
|
14706
|
+
}
|
|
14969
14707
|
},
|
|
14970
14708
|
{
|
|
14971
|
-
"
|
|
14972
|
-
"
|
|
14709
|
+
"name": "columnState",
|
|
14710
|
+
"type": {
|
|
14711
|
+
"text": "ColumnState[]"
|
|
14712
|
+
}
|
|
14973
14713
|
}
|
|
14974
|
-
]
|
|
14975
|
-
"description": "Updates the status bar based on more rows status"
|
|
14714
|
+
]
|
|
14976
14715
|
},
|
|
14977
14716
|
{
|
|
14978
14717
|
"kind": "method",
|
|
14979
|
-
"name": "
|
|
14980
|
-
"
|
|
14718
|
+
"name": "deleteColumnState",
|
|
14719
|
+
"return": {
|
|
14720
|
+
"type": {
|
|
14721
|
+
"text": "Promise<void>"
|
|
14722
|
+
}
|
|
14723
|
+
},
|
|
14981
14724
|
"parameters": [
|
|
14982
14725
|
{
|
|
14983
|
-
"name": "
|
|
14726
|
+
"name": "persistColumnStateKey",
|
|
14984
14727
|
"type": {
|
|
14985
|
-
"text": "
|
|
14728
|
+
"text": "string"
|
|
14986
14729
|
}
|
|
14987
14730
|
}
|
|
14988
14731
|
]
|
|
14989
14732
|
},
|
|
14990
14733
|
{
|
|
14991
14734
|
"kind": "method",
|
|
14992
|
-
"name": "
|
|
14735
|
+
"name": "migrateLocalStorageToKVStorage",
|
|
14993
14736
|
"privacy": "private",
|
|
14737
|
+
"return": {
|
|
14738
|
+
"type": {
|
|
14739
|
+
"text": "Promise<void>"
|
|
14740
|
+
}
|
|
14741
|
+
},
|
|
14994
14742
|
"parameters": [
|
|
14995
14743
|
{
|
|
14996
|
-
"name": "
|
|
14744
|
+
"name": "persistColumnStateKey",
|
|
14997
14745
|
"type": {
|
|
14998
|
-
"text": "
|
|
14746
|
+
"text": "string"
|
|
14999
14747
|
}
|
|
15000
14748
|
}
|
|
15001
14749
|
]
|
|
15002
14750
|
},
|
|
15003
14751
|
{
|
|
15004
14752
|
"kind": "method",
|
|
15005
|
-
"name": "
|
|
15006
|
-
"
|
|
14753
|
+
"name": "getFilterModel",
|
|
14754
|
+
"return": {
|
|
14755
|
+
"type": {
|
|
14756
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
14757
|
+
}
|
|
14758
|
+
},
|
|
15007
14759
|
"parameters": [
|
|
15008
14760
|
{
|
|
15009
|
-
"name": "
|
|
14761
|
+
"name": "persistFilterModelKey",
|
|
15010
14762
|
"type": {
|
|
15011
|
-
"text": "
|
|
14763
|
+
"text": "string"
|
|
15012
14764
|
}
|
|
15013
14765
|
}
|
|
15014
14766
|
]
|
|
15015
14767
|
},
|
|
15016
14768
|
{
|
|
15017
14769
|
"kind": "method",
|
|
15018
|
-
"name": "
|
|
15019
|
-
"
|
|
14770
|
+
"name": "saveFilterModel",
|
|
14771
|
+
"return": {
|
|
14772
|
+
"type": {
|
|
14773
|
+
"text": "Promise<void>"
|
|
14774
|
+
}
|
|
14775
|
+
},
|
|
15020
14776
|
"parameters": [
|
|
15021
14777
|
{
|
|
15022
|
-
"name": "
|
|
14778
|
+
"name": "persistFilterModelKey",
|
|
15023
14779
|
"type": {
|
|
15024
14780
|
"text": "string"
|
|
15025
14781
|
}
|
|
15026
14782
|
},
|
|
15027
14783
|
{
|
|
15028
|
-
"name": "
|
|
14784
|
+
"name": "filterModel",
|
|
15029
14785
|
"type": {
|
|
15030
|
-
"text": "string"
|
|
14786
|
+
"text": "{ [key: string]: any }"
|
|
15031
14787
|
}
|
|
15032
14788
|
}
|
|
15033
|
-
]
|
|
15034
|
-
|
|
15035
|
-
|
|
15036
|
-
|
|
15037
|
-
|
|
15038
|
-
|
|
15039
|
-
|
|
15040
|
-
|
|
15041
|
-
|
|
15042
|
-
|
|
15043
|
-
|
|
15044
|
-
|
|
15045
|
-
|
|
15046
|
-
|
|
15047
|
-
|
|
15048
|
-
|
|
15049
|
-
|
|
15050
|
-
|
|
15051
|
-
|
|
15052
|
-
|
|
15053
|
-
|
|
14789
|
+
]
|
|
14790
|
+
}
|
|
14791
|
+
]
|
|
14792
|
+
}
|
|
14793
|
+
],
|
|
14794
|
+
"exports": [
|
|
14795
|
+
{
|
|
14796
|
+
"kind": "js",
|
|
14797
|
+
"name": "KVStorageStatePersistence",
|
|
14798
|
+
"declaration": {
|
|
14799
|
+
"name": "KVStorageStatePersistence",
|
|
14800
|
+
"module": "src/state-persistence/kv-state.ts"
|
|
14801
|
+
}
|
|
14802
|
+
}
|
|
14803
|
+
]
|
|
14804
|
+
},
|
|
14805
|
+
{
|
|
14806
|
+
"kind": "javascript-module",
|
|
14807
|
+
"path": "src/state-persistence/local-state.ts",
|
|
14808
|
+
"declarations": [
|
|
14809
|
+
{
|
|
14810
|
+
"kind": "class",
|
|
14811
|
+
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
14812
|
+
"name": "LocalStorageStatePersistence",
|
|
14813
|
+
"members": [
|
|
14814
|
+
{
|
|
14815
|
+
"kind": "field",
|
|
14816
|
+
"name": "session",
|
|
14817
|
+
"type": {
|
|
14818
|
+
"text": "Session"
|
|
15054
14819
|
}
|
|
15055
14820
|
},
|
|
15056
14821
|
{
|
|
15057
14822
|
"kind": "method",
|
|
15058
|
-
"name": "
|
|
15059
|
-
"privacy": "protected",
|
|
14823
|
+
"name": "getColumnState",
|
|
15060
14824
|
"return": {
|
|
15061
14825
|
"type": {
|
|
15062
|
-
"text": "
|
|
14826
|
+
"text": "Promise<ColumnState[]>"
|
|
15063
14827
|
}
|
|
15064
14828
|
},
|
|
15065
14829
|
"parameters": [
|
|
15066
14830
|
{
|
|
15067
|
-
"name": "
|
|
14831
|
+
"name": "persistColumnStateKey",
|
|
15068
14832
|
"type": {
|
|
15069
|
-
"text": "
|
|
14833
|
+
"text": "string"
|
|
15070
14834
|
}
|
|
15071
14835
|
}
|
|
15072
|
-
]
|
|
15073
|
-
"inheritedFrom": {
|
|
15074
|
-
"name": "GridProBaseDatasource",
|
|
15075
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15076
|
-
}
|
|
14836
|
+
]
|
|
15077
14837
|
},
|
|
15078
14838
|
{
|
|
15079
14839
|
"kind": "method",
|
|
15080
|
-
"name": "
|
|
15081
|
-
"
|
|
14840
|
+
"name": "saveColumnState",
|
|
14841
|
+
"return": {
|
|
14842
|
+
"type": {
|
|
14843
|
+
"text": "Promise<void>"
|
|
14844
|
+
}
|
|
14845
|
+
},
|
|
15082
14846
|
"parameters": [
|
|
15083
14847
|
{
|
|
15084
|
-
"name": "
|
|
14848
|
+
"name": "persistColumnStateKey",
|
|
15085
14849
|
"type": {
|
|
15086
|
-
"text": "
|
|
14850
|
+
"text": "string"
|
|
15087
14851
|
}
|
|
15088
14852
|
},
|
|
15089
14853
|
{
|
|
15090
|
-
"name": "
|
|
14854
|
+
"name": "columnState",
|
|
15091
14855
|
"type": {
|
|
15092
|
-
"text": "
|
|
14856
|
+
"text": "ColumnState[]"
|
|
15093
14857
|
}
|
|
15094
14858
|
}
|
|
15095
14859
|
]
|
|
15096
14860
|
},
|
|
15097
14861
|
{
|
|
15098
14862
|
"kind": "method",
|
|
15099
|
-
"name": "
|
|
15100
|
-
"privacy": "protected",
|
|
15101
|
-
"parameters": [
|
|
15102
|
-
{
|
|
15103
|
-
"name": "inserts",
|
|
15104
|
-
"default": "[]"
|
|
15105
|
-
}
|
|
15106
|
-
],
|
|
15107
|
-
"inheritedFrom": {
|
|
15108
|
-
"name": "GridProBaseDatasource",
|
|
15109
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15110
|
-
}
|
|
15111
|
-
},
|
|
15112
|
-
{
|
|
15113
|
-
"kind": "method",
|
|
15114
|
-
"name": "handleStreamUpdates",
|
|
15115
|
-
"privacy": "protected",
|
|
15116
|
-
"parameters": [
|
|
15117
|
-
{
|
|
15118
|
-
"name": "updates",
|
|
15119
|
-
"default": "[]"
|
|
15120
|
-
}
|
|
15121
|
-
],
|
|
15122
|
-
"inheritedFrom": {
|
|
15123
|
-
"name": "GridProBaseDatasource",
|
|
15124
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15125
|
-
}
|
|
15126
|
-
},
|
|
15127
|
-
{
|
|
15128
|
-
"kind": "method",
|
|
15129
|
-
"name": "handleStreamDeletes",
|
|
15130
|
-
"privacy": "protected",
|
|
15131
|
-
"parameters": [
|
|
15132
|
-
{
|
|
15133
|
-
"name": "deletes",
|
|
15134
|
-
"default": "[]",
|
|
15135
|
-
"description": "List of records to remove from the grid stream"
|
|
15136
|
-
}
|
|
15137
|
-
],
|
|
15138
|
-
"description": "Handles stream deletes by removing records from the grid.",
|
|
15139
|
-
"inheritedFrom": {
|
|
15140
|
-
"name": "GridProBaseDatasource",
|
|
15141
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15142
|
-
}
|
|
15143
|
-
},
|
|
15144
|
-
{
|
|
15145
|
-
"kind": "method",
|
|
15146
|
-
"name": "loadMore",
|
|
15147
|
-
"inheritedFrom": {
|
|
15148
|
-
"name": "GridProBaseDatasource",
|
|
15149
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15150
|
-
}
|
|
15151
|
-
},
|
|
15152
|
-
{
|
|
15153
|
-
"kind": "method",
|
|
15154
|
-
"name": "cloneNode",
|
|
14863
|
+
"name": "deleteColumnState",
|
|
15155
14864
|
"return": {
|
|
15156
14865
|
"type": {
|
|
15157
|
-
"text": "
|
|
14866
|
+
"text": "Promise<void>"
|
|
15158
14867
|
}
|
|
15159
14868
|
},
|
|
15160
14869
|
"parameters": [
|
|
15161
14870
|
{
|
|
15162
|
-
"name": "
|
|
15163
|
-
"optional": true,
|
|
14871
|
+
"name": "persistColumnStateKey",
|
|
15164
14872
|
"type": {
|
|
15165
|
-
"text": "
|
|
14873
|
+
"text": "string"
|
|
15166
14874
|
}
|
|
15167
14875
|
}
|
|
15168
|
-
]
|
|
15169
|
-
"inheritedFrom": {
|
|
15170
|
-
"name": "LifecycleMixin",
|
|
15171
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15172
|
-
}
|
|
14876
|
+
]
|
|
15173
14877
|
},
|
|
15174
14878
|
{
|
|
15175
|
-
"kind": "
|
|
15176
|
-
"name": "
|
|
14879
|
+
"kind": "method",
|
|
14880
|
+
"name": "getFilterModel",
|
|
15177
14881
|
"return": {
|
|
15178
14882
|
"type": {
|
|
15179
|
-
"text": ""
|
|
14883
|
+
"text": "Promise<{ [key: string]: any }>"
|
|
15180
14884
|
}
|
|
15181
14885
|
},
|
|
15182
|
-
"
|
|
15183
|
-
|
|
15184
|
-
|
|
15185
|
-
|
|
15186
|
-
|
|
15187
|
-
|
|
15188
|
-
{
|
|
15189
|
-
"kind": "field",
|
|
15190
|
-
"name": "shouldRunConnect",
|
|
15191
|
-
"return": {
|
|
15192
|
-
"type": {
|
|
15193
|
-
"text": ""
|
|
14886
|
+
"parameters": [
|
|
14887
|
+
{
|
|
14888
|
+
"name": "persistFilterModelKey",
|
|
14889
|
+
"type": {
|
|
14890
|
+
"text": "string"
|
|
14891
|
+
}
|
|
15194
14892
|
}
|
|
15195
|
-
|
|
15196
|
-
"readonly": true,
|
|
15197
|
-
"inheritedFrom": {
|
|
15198
|
-
"name": "LifecycleMixin",
|
|
15199
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15200
|
-
}
|
|
14893
|
+
]
|
|
15201
14894
|
},
|
|
15202
14895
|
{
|
|
15203
14896
|
"kind": "method",
|
|
15204
|
-
"name": "
|
|
14897
|
+
"name": "saveFilterModel",
|
|
15205
14898
|
"return": {
|
|
15206
14899
|
"type": {
|
|
15207
|
-
"text": "
|
|
14900
|
+
"text": "Promise<void>"
|
|
15208
14901
|
}
|
|
15209
14902
|
},
|
|
15210
14903
|
"parameters": [
|
|
15211
14904
|
{
|
|
15212
|
-
"name": "
|
|
14905
|
+
"name": "persistFilterModelKey",
|
|
15213
14906
|
"type": {
|
|
15214
|
-
"text": "
|
|
14907
|
+
"text": "string"
|
|
14908
|
+
}
|
|
14909
|
+
},
|
|
14910
|
+
{
|
|
14911
|
+
"name": "filterModel",
|
|
14912
|
+
"type": {
|
|
14913
|
+
"text": "{ [key: string]: any }"
|
|
15215
14914
|
}
|
|
15216
14915
|
}
|
|
15217
|
-
]
|
|
15218
|
-
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
|
|
14916
|
+
]
|
|
14917
|
+
}
|
|
14918
|
+
]
|
|
14919
|
+
}
|
|
14920
|
+
],
|
|
14921
|
+
"exports": [
|
|
14922
|
+
{
|
|
14923
|
+
"kind": "js",
|
|
14924
|
+
"name": "LocalStorageStatePersistence",
|
|
14925
|
+
"declaration": {
|
|
14926
|
+
"name": "LocalStorageStatePersistence",
|
|
14927
|
+
"module": "src/state-persistence/local-state.ts"
|
|
14928
|
+
}
|
|
14929
|
+
}
|
|
14930
|
+
]
|
|
14931
|
+
},
|
|
14932
|
+
{
|
|
14933
|
+
"kind": "javascript-module",
|
|
14934
|
+
"path": "src/state-persistence/state-persistence.ts",
|
|
14935
|
+
"declarations": [],
|
|
14936
|
+
"exports": []
|
|
14937
|
+
},
|
|
14938
|
+
{
|
|
14939
|
+
"kind": "javascript-module",
|
|
14940
|
+
"path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
|
|
14941
|
+
"declarations": [
|
|
14942
|
+
{
|
|
14943
|
+
"kind": "variable",
|
|
14944
|
+
"name": "datasourceEventNames",
|
|
14945
|
+
"type": {
|
|
14946
|
+
"text": "{\n // Initialization events\n initialize: 'datasource-initialize',\n ready: 'datasource-ready',\n\n // Data events\n dataLoaded: 'datasource-data-loaded',\n dataChanged: 'datasource-data-changed',\n dataCleared: 'datasource-data-cleared',\n\n // Schema events\n schemaUpdated: 'datasource-schema-updated',\n\n // Status events\n loadingStarted: 'datasource-loading-started',\n loadingFinished: 'datasource-loading-finished',\n noDataAvailable: 'datasource-no-data-available',\n moreDataAvailable: 'datasource-more-data-available',\n\n // Filter events\n filtersRestored: 'datasource-filters-restored',\n\n // Error events\n error: 'datasource-error',\n\n // Size events\n sizeChanged: 'datasource-size-changed',\n\n // Server-side specific events\n cacheFilterConfig: 'cache-filter-config',\n refreshServerSide: 'refresh-server-side',\n setServerSideDatasource: 'set-server-side-datasource',\n addGridCssClass: 'add-grid-css-class',\n removeGridCssClass: 'remove-grid-css-class',\n applyServerSideTransaction: 'apply-server-side-transaction',\n}"
|
|
14947
|
+
},
|
|
14948
|
+
"default": "{\n // Initialization events\n initialize: 'datasource-initialize',\n ready: 'datasource-ready',\n\n // Data events\n dataLoaded: 'datasource-data-loaded',\n dataChanged: 'datasource-data-changed',\n dataCleared: 'datasource-data-cleared',\n\n // Schema events\n schemaUpdated: 'datasource-schema-updated',\n\n // Status events\n loadingStarted: 'datasource-loading-started',\n loadingFinished: 'datasource-loading-finished',\n noDataAvailable: 'datasource-no-data-available',\n moreDataAvailable: 'datasource-more-data-available',\n\n // Filter events\n filtersRestored: 'datasource-filters-restored',\n\n // Error events\n error: 'datasource-error',\n\n // Size events\n sizeChanged: 'datasource-size-changed',\n\n // Server-side specific events\n cacheFilterConfig: 'cache-filter-config',\n refreshServerSide: 'refresh-server-side',\n setServerSideDatasource: 'set-server-side-datasource',\n addGridCssClass: 'add-grid-css-class',\n removeGridCssClass: 'remove-grid-css-class',\n applyServerSideTransaction: 'apply-server-side-transaction',\n}",
|
|
14949
|
+
"description": "Event names for datasource-grid communication\nThese represent datasource operations, not grid-specific actions"
|
|
14950
|
+
}
|
|
14951
|
+
],
|
|
14952
|
+
"exports": [
|
|
14953
|
+
{
|
|
14954
|
+
"kind": "js",
|
|
14955
|
+
"name": "datasourceEventNames",
|
|
14956
|
+
"declaration": {
|
|
14957
|
+
"name": "datasourceEventNames",
|
|
14958
|
+
"module": "src/grid-pro-genesis-datasource/datasource-events.types.ts"
|
|
14959
|
+
}
|
|
14960
|
+
}
|
|
14961
|
+
]
|
|
14962
|
+
},
|
|
14963
|
+
{
|
|
14964
|
+
"kind": "javascript-module",
|
|
14965
|
+
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts",
|
|
14966
|
+
"declarations": [
|
|
14967
|
+
{
|
|
14968
|
+
"kind": "class",
|
|
14969
|
+
"description": "The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.",
|
|
14970
|
+
"name": "GridProGenesisDatasource",
|
|
14971
|
+
"members": [
|
|
14972
|
+
{
|
|
14973
|
+
"kind": "field",
|
|
14974
|
+
"name": "cachedRowArray",
|
|
14975
|
+
"type": {
|
|
14976
|
+
"text": "any[]"
|
|
14977
|
+
},
|
|
14978
|
+
"privacy": "private",
|
|
14979
|
+
"default": "[]"
|
|
15222
14980
|
},
|
|
15223
14981
|
{
|
|
15224
14982
|
"kind": "field",
|
|
15225
|
-
"name": "
|
|
14983
|
+
"name": "transactionData",
|
|
15226
14984
|
"type": {
|
|
15227
|
-
"text": "
|
|
14985
|
+
"text": "TransactionData"
|
|
15228
14986
|
},
|
|
15229
14987
|
"privacy": "protected",
|
|
15230
|
-
"default": "
|
|
15231
|
-
"inheritedFrom": {
|
|
15232
|
-
"name": "GridProBaseDatasource",
|
|
15233
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15234
|
-
}
|
|
15235
|
-
},
|
|
15236
|
-
{
|
|
15237
|
-
"kind": "field",
|
|
15238
|
-
"name": "rowData",
|
|
15239
|
-
"type": {
|
|
15240
|
-
"text": "Map<string, any>"
|
|
15241
|
-
},
|
|
15242
|
-
"default": "new Map()",
|
|
15243
|
-
"inheritedFrom": {
|
|
15244
|
-
"name": "GridProBaseDatasource",
|
|
15245
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15246
|
-
}
|
|
15247
|
-
},
|
|
15248
|
-
{
|
|
15249
|
-
"kind": "field",
|
|
15250
|
-
"name": "connectionSub",
|
|
15251
|
-
"type": {
|
|
15252
|
-
"text": "Subscription | undefined"
|
|
15253
|
-
},
|
|
15254
|
-
"privacy": "protected",
|
|
15255
|
-
"inheritedFrom": {
|
|
15256
|
-
"name": "GridProBaseDatasource",
|
|
15257
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15258
|
-
}
|
|
15259
|
-
},
|
|
15260
|
-
{
|
|
15261
|
-
"kind": "method",
|
|
15262
|
-
"name": "subscribeToConnection",
|
|
15263
|
-
"privacy": "protected",
|
|
15264
|
-
"inheritedFrom": {
|
|
15265
|
-
"name": "GridProBaseDatasource",
|
|
15266
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15267
|
-
}
|
|
15268
|
-
},
|
|
15269
|
-
{
|
|
15270
|
-
"kind": "method",
|
|
15271
|
-
"name": "unsubscribeFromConnection",
|
|
15272
|
-
"privacy": "protected",
|
|
14988
|
+
"default": "{\n add: [],\n remove: [],\n update: [],\n addIndex: 0,\n }",
|
|
15273
14989
|
"inheritedFrom": {
|
|
15274
14990
|
"name": "GridProBaseDatasource",
|
|
15275
14991
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -15277,91 +14993,66 @@
|
|
|
15277
14993
|
},
|
|
15278
14994
|
{
|
|
15279
14995
|
"kind": "method",
|
|
15280
|
-
"name": "
|
|
15281
|
-
"privacy": "protected",
|
|
15282
|
-
"return": {
|
|
15283
|
-
"type": {
|
|
15284
|
-
"text": "ColDef[]"
|
|
15285
|
-
}
|
|
15286
|
-
},
|
|
14996
|
+
"name": "criteriaChanged",
|
|
15287
14997
|
"parameters": [
|
|
15288
14998
|
{
|
|
15289
|
-
"name": "
|
|
14999
|
+
"name": "oldCriteria",
|
|
15290
15000
|
"type": {
|
|
15291
|
-
"text": "
|
|
15001
|
+
"text": "string"
|
|
15292
15002
|
}
|
|
15293
15003
|
},
|
|
15294
15004
|
{
|
|
15295
|
-
"name": "
|
|
15005
|
+
"name": "newCriteria",
|
|
15296
15006
|
"type": {
|
|
15297
|
-
"text": "
|
|
15007
|
+
"text": "string"
|
|
15298
15008
|
}
|
|
15299
15009
|
}
|
|
15300
|
-
]
|
|
15301
|
-
"inheritedFrom": {
|
|
15302
|
-
"name": "GridProBaseDatasource",
|
|
15303
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15304
|
-
}
|
|
15305
|
-
},
|
|
15306
|
-
{
|
|
15307
|
-
"kind": "method",
|
|
15308
|
-
"name": "applyAllTransactions",
|
|
15309
|
-
"privacy": "protected",
|
|
15310
|
-
"inheritedFrom": {
|
|
15311
|
-
"name": "GridProBaseDatasource",
|
|
15312
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15313
|
-
}
|
|
15010
|
+
]
|
|
15314
15011
|
},
|
|
15315
15012
|
{
|
|
15316
15013
|
"kind": "method",
|
|
15317
|
-
"name": "
|
|
15318
|
-
"privacy": "private",
|
|
15014
|
+
"name": "requestChanged",
|
|
15319
15015
|
"parameters": [
|
|
15320
15016
|
{
|
|
15321
|
-
"name": "
|
|
15017
|
+
"name": "oldRequest",
|
|
15322
15018
|
"type": {
|
|
15323
|
-
"text": "
|
|
15019
|
+
"text": "string"
|
|
15324
15020
|
}
|
|
15325
15021
|
},
|
|
15326
15022
|
{
|
|
15327
|
-
"name": "
|
|
15023
|
+
"name": "newRequest",
|
|
15328
15024
|
"type": {
|
|
15329
|
-
"text": "
|
|
15025
|
+
"text": "string"
|
|
15330
15026
|
}
|
|
15331
15027
|
}
|
|
15332
|
-
]
|
|
15333
|
-
"inheritedFrom": {
|
|
15334
|
-
"name": "GridProBaseDatasource",
|
|
15335
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15336
|
-
}
|
|
15028
|
+
]
|
|
15337
15029
|
},
|
|
15338
15030
|
{
|
|
15339
15031
|
"kind": "method",
|
|
15340
|
-
"name": "
|
|
15341
|
-
"privacy": "private",
|
|
15032
|
+
"name": "resourceNameChanged",
|
|
15342
15033
|
"parameters": [
|
|
15343
15034
|
{
|
|
15344
|
-
"name": "
|
|
15035
|
+
"name": "oldValue",
|
|
15345
15036
|
"type": {
|
|
15346
|
-
"text": "
|
|
15347
|
-
}
|
|
15348
|
-
"description": "The transaction data to be mapped."
|
|
15037
|
+
"text": "string"
|
|
15038
|
+
}
|
|
15349
15039
|
},
|
|
15350
15040
|
{
|
|
15351
|
-
"name": "
|
|
15352
|
-
"default": "Object.values(OperationType)",
|
|
15041
|
+
"name": "newValue",
|
|
15353
15042
|
"type": {
|
|
15354
|
-
"text": "
|
|
15355
|
-
}
|
|
15356
|
-
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
15357
|
-
}
|
|
15358
|
-
],
|
|
15359
|
-
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
15360
|
-
"return": {
|
|
15361
|
-
"type": {
|
|
15362
|
-
"text": ""
|
|
15043
|
+
"text": "string"
|
|
15044
|
+
}
|
|
15363
15045
|
}
|
|
15046
|
+
]
|
|
15047
|
+
},
|
|
15048
|
+
{
|
|
15049
|
+
"kind": "field",
|
|
15050
|
+
"name": "keepColDefsOnClearRowData",
|
|
15051
|
+
"type": {
|
|
15052
|
+
"text": "boolean"
|
|
15364
15053
|
},
|
|
15054
|
+
"privacy": "public",
|
|
15055
|
+
"default": "false",
|
|
15365
15056
|
"inheritedFrom": {
|
|
15366
15057
|
"name": "GridProBaseDatasource",
|
|
15367
15058
|
"module": "src/datasource/base.datasource.ts"
|
|
@@ -15369,1196 +15060,1505 @@
|
|
|
15369
15060
|
},
|
|
15370
15061
|
{
|
|
15371
15062
|
"kind": "field",
|
|
15372
|
-
"name": "
|
|
15063
|
+
"name": "dataSub",
|
|
15064
|
+
"type": {
|
|
15065
|
+
"text": "Subscription"
|
|
15066
|
+
},
|
|
15067
|
+
"privacy": "private"
|
|
15068
|
+
},
|
|
15069
|
+
{
|
|
15070
|
+
"kind": "field",
|
|
15071
|
+
"name": "updateSub",
|
|
15072
|
+
"type": {
|
|
15073
|
+
"text": "Subscription"
|
|
15074
|
+
},
|
|
15075
|
+
"privacy": "private"
|
|
15076
|
+
},
|
|
15077
|
+
{
|
|
15078
|
+
"kind": "field",
|
|
15079
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
15373
15080
|
"type": {
|
|
15374
15081
|
"text": "boolean"
|
|
15375
15082
|
},
|
|
15376
|
-
"privacy": "
|
|
15377
|
-
"
|
|
15378
|
-
"name": "GridProBaseDatasource",
|
|
15379
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15380
|
-
}
|
|
15083
|
+
"privacy": "private",
|
|
15084
|
+
"default": "true"
|
|
15381
15085
|
},
|
|
15382
15086
|
{
|
|
15383
15087
|
"kind": "field",
|
|
15384
|
-
"name": "
|
|
15088
|
+
"name": "_lastMoreRows",
|
|
15385
15089
|
"type": {
|
|
15386
15090
|
"text": "boolean"
|
|
15387
15091
|
},
|
|
15388
15092
|
"privacy": "private",
|
|
15389
|
-
"default": "false"
|
|
15390
|
-
"inheritedFrom": {
|
|
15391
|
-
"name": "GridProBaseDatasource",
|
|
15392
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15393
|
-
}
|
|
15093
|
+
"default": "false"
|
|
15394
15094
|
},
|
|
15395
15095
|
{
|
|
15396
|
-
"kind": "
|
|
15397
|
-
"name": "
|
|
15398
|
-
"
|
|
15399
|
-
|
|
15400
|
-
|
|
15401
|
-
|
|
15402
|
-
|
|
15403
|
-
|
|
15404
|
-
|
|
15405
|
-
|
|
15406
|
-
|
|
15407
|
-
|
|
15408
|
-
|
|
15409
|
-
|
|
15410
|
-
|
|
15411
|
-
|
|
15412
|
-
|
|
15096
|
+
"kind": "field",
|
|
15097
|
+
"name": "_isMoreRowsResult",
|
|
15098
|
+
"type": {
|
|
15099
|
+
"text": "boolean"
|
|
15100
|
+
},
|
|
15101
|
+
"privacy": "private",
|
|
15102
|
+
"default": "false"
|
|
15103
|
+
},
|
|
15104
|
+
{
|
|
15105
|
+
"kind": "field",
|
|
15106
|
+
"name": "_sourceRef",
|
|
15107
|
+
"type": {
|
|
15108
|
+
"text": "string"
|
|
15109
|
+
},
|
|
15110
|
+
"privacy": "private"
|
|
15111
|
+
},
|
|
15112
|
+
{
|
|
15113
|
+
"kind": "field",
|
|
15114
|
+
"name": "_nextOffset",
|
|
15115
|
+
"type": {
|
|
15116
|
+
"text": "number"
|
|
15117
|
+
},
|
|
15118
|
+
"privacy": "private",
|
|
15119
|
+
"default": "0"
|
|
15120
|
+
},
|
|
15121
|
+
{
|
|
15122
|
+
"kind": "field",
|
|
15123
|
+
"name": "_loadMoreCount",
|
|
15124
|
+
"type": {
|
|
15125
|
+
"text": "number"
|
|
15126
|
+
},
|
|
15127
|
+
"privacy": "private",
|
|
15128
|
+
"default": "0"
|
|
15413
15129
|
},
|
|
15414
15130
|
{
|
|
15415
15131
|
"kind": "method",
|
|
15416
|
-
"name": "
|
|
15417
|
-
"privacy": "public",
|
|
15132
|
+
"name": "deepClone",
|
|
15418
15133
|
"return": {
|
|
15419
15134
|
"type": {
|
|
15420
|
-
"text": "
|
|
15135
|
+
"text": "Node"
|
|
15421
15136
|
}
|
|
15422
15137
|
},
|
|
15423
|
-
"description": "Returns true if the datasource is disconnected.",
|
|
15424
15138
|
"inheritedFrom": {
|
|
15425
|
-
"name": "
|
|
15426
|
-
"module": "src/
|
|
15139
|
+
"name": "LifecycleMixin",
|
|
15140
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15427
15141
|
}
|
|
15428
15142
|
},
|
|
15429
15143
|
{
|
|
15430
15144
|
"kind": "method",
|
|
15431
|
-
"name": "
|
|
15432
|
-
"privacy": "
|
|
15145
|
+
"name": "colDefsDeepClone",
|
|
15146
|
+
"privacy": "private",
|
|
15433
15147
|
"return": {
|
|
15434
15148
|
"type": {
|
|
15435
|
-
"text": "
|
|
15149
|
+
"text": "ColDef[]"
|
|
15436
15150
|
}
|
|
15437
15151
|
},
|
|
15438
15152
|
"parameters": [
|
|
15439
15153
|
{
|
|
15440
|
-
"name": "
|
|
15154
|
+
"name": "key",
|
|
15441
15155
|
"type": {
|
|
15442
|
-
"text": "
|
|
15156
|
+
"text": "string"
|
|
15443
15157
|
}
|
|
15444
15158
|
},
|
|
15445
15159
|
{
|
|
15446
|
-
"name": "
|
|
15160
|
+
"name": "copy",
|
|
15447
15161
|
"type": {
|
|
15448
15162
|
"text": "any"
|
|
15449
15163
|
}
|
|
15450
15164
|
}
|
|
15165
|
+
]
|
|
15166
|
+
},
|
|
15167
|
+
{
|
|
15168
|
+
"kind": "method",
|
|
15169
|
+
"name": "init",
|
|
15170
|
+
"parameters": [
|
|
15171
|
+
{
|
|
15172
|
+
"name": "keepColDefsOnClearRowData",
|
|
15173
|
+
"optional": true,
|
|
15174
|
+
"type": {
|
|
15175
|
+
"text": "boolean"
|
|
15176
|
+
}
|
|
15177
|
+
},
|
|
15178
|
+
{
|
|
15179
|
+
"description": "Optionally set the `gridOptions` up with column definitions",
|
|
15180
|
+
"name": "columnDefinitions"
|
|
15181
|
+
},
|
|
15182
|
+
{
|
|
15183
|
+
"description": "Optionally set the grid up with column state",
|
|
15184
|
+
"name": "columnStates"
|
|
15185
|
+
}
|
|
15451
15186
|
],
|
|
15452
|
-
"description": "
|
|
15453
|
-
"
|
|
15454
|
-
"name": "GridProBaseDatasource",
|
|
15455
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15456
|
-
}
|
|
15187
|
+
"description": "Initializes the datasource.",
|
|
15188
|
+
"privacy": "public"
|
|
15457
15189
|
},
|
|
15458
15190
|
{
|
|
15459
|
-
"kind": "
|
|
15460
|
-
"name": "
|
|
15461
|
-
"
|
|
15462
|
-
|
|
15463
|
-
},
|
|
15191
|
+
"kind": "method",
|
|
15192
|
+
"name": "destroy",
|
|
15193
|
+
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
15194
|
+
"privacy": "public",
|
|
15464
15195
|
"inheritedFrom": {
|
|
15465
|
-
"name": "
|
|
15196
|
+
"name": "GridProBaseDatasource",
|
|
15466
15197
|
"module": "src/datasource/base.datasource.ts"
|
|
15467
15198
|
}
|
|
15468
15199
|
},
|
|
15469
15200
|
{
|
|
15470
|
-
"kind": "
|
|
15471
|
-
"name": "
|
|
15472
|
-
"
|
|
15473
|
-
|
|
15474
|
-
|
|
15475
|
-
"inheritedFrom": {
|
|
15476
|
-
"name": "GenesisGridDatasourceElement",
|
|
15477
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15478
|
-
}
|
|
15201
|
+
"kind": "method",
|
|
15202
|
+
"name": "deinit",
|
|
15203
|
+
"description": "Deinitialises the datasource, resetting it to its initial state.",
|
|
15204
|
+
"deprecated": "Use `destroy` instead",
|
|
15205
|
+
"privacy": "public"
|
|
15479
15206
|
},
|
|
15480
15207
|
{
|
|
15481
|
-
"kind": "
|
|
15482
|
-
"name": "
|
|
15483
|
-
"
|
|
15484
|
-
|
|
15485
|
-
|
|
15486
|
-
"inheritedFrom": {
|
|
15487
|
-
"name": "GenesisGridDatasourceElement",
|
|
15488
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15489
|
-
}
|
|
15208
|
+
"kind": "method",
|
|
15209
|
+
"name": "reset",
|
|
15210
|
+
"description": "Resets the datasource to its initial state.",
|
|
15211
|
+
"privacy": "public",
|
|
15212
|
+
"deprecated": "Use `destroy` instead"
|
|
15490
15213
|
},
|
|
15491
15214
|
{
|
|
15492
|
-
"kind": "
|
|
15493
|
-
"name": "
|
|
15494
|
-
"
|
|
15495
|
-
|
|
15496
|
-
},
|
|
15215
|
+
"kind": "method",
|
|
15216
|
+
"name": "restart",
|
|
15217
|
+
"description": "Restarts the datasource, uses `destroy` and `init` in sequence.",
|
|
15218
|
+
"privacy": "public",
|
|
15497
15219
|
"inheritedFrom": {
|
|
15498
|
-
"name": "
|
|
15220
|
+
"name": "GridProBaseDatasource",
|
|
15499
15221
|
"module": "src/datasource/base.datasource.ts"
|
|
15500
15222
|
}
|
|
15501
15223
|
},
|
|
15502
15224
|
{
|
|
15503
|
-
"kind": "
|
|
15504
|
-
"name": "
|
|
15505
|
-
"
|
|
15506
|
-
"text": "Function"
|
|
15507
|
-
},
|
|
15508
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
15509
|
-
"inheritedFrom": {
|
|
15510
|
-
"name": "GenesisGridDatasourceElement",
|
|
15511
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15512
|
-
}
|
|
15225
|
+
"kind": "method",
|
|
15226
|
+
"name": "refreshRows",
|
|
15227
|
+
"description": "Force the grid to redispatch the current rows"
|
|
15513
15228
|
},
|
|
15514
15229
|
{
|
|
15515
|
-
"kind": "
|
|
15516
|
-
"name": "
|
|
15517
|
-
"
|
|
15518
|
-
|
|
15230
|
+
"kind": "method",
|
|
15231
|
+
"name": "reloadResourceData",
|
|
15232
|
+
"privacy": "public",
|
|
15233
|
+
"return": {
|
|
15234
|
+
"type": {
|
|
15235
|
+
"text": "Promise<void>"
|
|
15236
|
+
}
|
|
15519
15237
|
},
|
|
15520
|
-
"description": "
|
|
15238
|
+
"description": "Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.\nLoads resource data without full initialization (no metadata fetch).",
|
|
15521
15239
|
"inheritedFrom": {
|
|
15522
|
-
"name": "
|
|
15240
|
+
"name": "GridProBaseDatasource",
|
|
15523
15241
|
"module": "src/datasource/base.datasource.ts"
|
|
15524
15242
|
}
|
|
15525
15243
|
},
|
|
15526
15244
|
{
|
|
15527
|
-
"kind": "
|
|
15528
|
-
"name": "
|
|
15529
|
-
"
|
|
15530
|
-
|
|
15531
|
-
|
|
15532
|
-
|
|
15533
|
-
|
|
15534
|
-
|
|
15535
|
-
"name": "GenesisGridDatasourceElement",
|
|
15536
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15537
|
-
}
|
|
15245
|
+
"kind": "method",
|
|
15246
|
+
"name": "handleSnapshot",
|
|
15247
|
+
"privacy": "private",
|
|
15248
|
+
"parameters": [
|
|
15249
|
+
{
|
|
15250
|
+
"name": "result"
|
|
15251
|
+
}
|
|
15252
|
+
]
|
|
15538
15253
|
},
|
|
15539
15254
|
{
|
|
15540
|
-
"kind": "
|
|
15541
|
-
"name": "
|
|
15542
|
-
"
|
|
15543
|
-
|
|
15544
|
-
|
|
15545
|
-
|
|
15546
|
-
|
|
15547
|
-
|
|
15548
|
-
|
|
15549
|
-
|
|
15255
|
+
"kind": "method",
|
|
15256
|
+
"name": "handleStreamResult",
|
|
15257
|
+
"privacy": "private",
|
|
15258
|
+
"parameters": [
|
|
15259
|
+
{
|
|
15260
|
+
"name": "result",
|
|
15261
|
+
"type": {
|
|
15262
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
15263
|
+
}
|
|
15264
|
+
}
|
|
15265
|
+
]
|
|
15550
15266
|
},
|
|
15551
15267
|
{
|
|
15552
|
-
"kind": "
|
|
15553
|
-
"name": "
|
|
15554
|
-
"
|
|
15555
|
-
|
|
15556
|
-
|
|
15557
|
-
|
|
15558
|
-
|
|
15559
|
-
|
|
15560
|
-
|
|
15561
|
-
|
|
15268
|
+
"kind": "method",
|
|
15269
|
+
"name": "updateLoadMoreStatus",
|
|
15270
|
+
"privacy": "private",
|
|
15271
|
+
"parameters": [
|
|
15272
|
+
{
|
|
15273
|
+
"name": "moreRows",
|
|
15274
|
+
"type": {
|
|
15275
|
+
"text": "boolean"
|
|
15276
|
+
},
|
|
15277
|
+
"description": "Whether more rows are available"
|
|
15278
|
+
},
|
|
15279
|
+
{
|
|
15280
|
+
"name": "sourceRef",
|
|
15281
|
+
"type": {
|
|
15282
|
+
"text": "string"
|
|
15283
|
+
},
|
|
15284
|
+
"description": "The source reference"
|
|
15285
|
+
},
|
|
15286
|
+
{
|
|
15287
|
+
"description": "The total number of rows",
|
|
15288
|
+
"name": "rowsCount"
|
|
15289
|
+
}
|
|
15290
|
+
],
|
|
15291
|
+
"description": "Updates the status bar based on more rows status"
|
|
15562
15292
|
},
|
|
15563
15293
|
{
|
|
15564
|
-
"kind": "
|
|
15565
|
-
"name": "
|
|
15566
|
-
"
|
|
15567
|
-
|
|
15568
|
-
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15572
|
-
|
|
15573
|
-
|
|
15294
|
+
"kind": "method",
|
|
15295
|
+
"name": "applyRequestServerData",
|
|
15296
|
+
"privacy": "private",
|
|
15297
|
+
"parameters": [
|
|
15298
|
+
{
|
|
15299
|
+
"name": "requestServerResult",
|
|
15300
|
+
"type": {
|
|
15301
|
+
"text": "RequestServerResult"
|
|
15302
|
+
}
|
|
15303
|
+
}
|
|
15304
|
+
]
|
|
15574
15305
|
},
|
|
15575
15306
|
{
|
|
15576
|
-
"kind": "
|
|
15577
|
-
"name": "
|
|
15578
|
-
"
|
|
15579
|
-
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
|
|
15583
|
-
|
|
15584
|
-
|
|
15585
|
-
|
|
15307
|
+
"kind": "method",
|
|
15308
|
+
"name": "applyDataserverData",
|
|
15309
|
+
"privacy": "private",
|
|
15310
|
+
"parameters": [
|
|
15311
|
+
{
|
|
15312
|
+
"name": "dataServerResult",
|
|
15313
|
+
"type": {
|
|
15314
|
+
"text": "FilteredDataServerResult"
|
|
15315
|
+
}
|
|
15316
|
+
}
|
|
15317
|
+
]
|
|
15586
15318
|
},
|
|
15587
15319
|
{
|
|
15588
|
-
"kind": "
|
|
15589
|
-
"name": "
|
|
15590
|
-
"
|
|
15591
|
-
|
|
15592
|
-
|
|
15593
|
-
|
|
15594
|
-
|
|
15595
|
-
|
|
15596
|
-
|
|
15597
|
-
|
|
15320
|
+
"kind": "method",
|
|
15321
|
+
"name": "getAgColumnDefs",
|
|
15322
|
+
"privacy": "private",
|
|
15323
|
+
"parameters": [
|
|
15324
|
+
{
|
|
15325
|
+
"name": "fieldsMetadata",
|
|
15326
|
+
"type": {
|
|
15327
|
+
"text": "FieldMetadata[]"
|
|
15328
|
+
}
|
|
15329
|
+
}
|
|
15330
|
+
]
|
|
15598
15331
|
},
|
|
15599
15332
|
{
|
|
15600
|
-
"kind": "
|
|
15601
|
-
"name": "
|
|
15602
|
-
"
|
|
15603
|
-
|
|
15604
|
-
|
|
15605
|
-
|
|
15333
|
+
"kind": "method",
|
|
15334
|
+
"name": "setFilter",
|
|
15335
|
+
"privacy": "public",
|
|
15336
|
+
"parameters": [
|
|
15337
|
+
{
|
|
15338
|
+
"name": "fieldName",
|
|
15339
|
+
"type": {
|
|
15340
|
+
"text": "string"
|
|
15341
|
+
}
|
|
15342
|
+
},
|
|
15343
|
+
{
|
|
15344
|
+
"name": "newFilter",
|
|
15345
|
+
"type": {
|
|
15346
|
+
"text": "string"
|
|
15347
|
+
}
|
|
15348
|
+
}
|
|
15349
|
+
],
|
|
15606
15350
|
"inheritedFrom": {
|
|
15607
15351
|
"name": "GenesisGridDatasourceElement",
|
|
15608
15352
|
"module": "src/datasource/base.datasource.ts"
|
|
15609
15353
|
}
|
|
15610
15354
|
},
|
|
15611
15355
|
{
|
|
15612
|
-
"kind": "
|
|
15613
|
-
"name": "
|
|
15614
|
-
"
|
|
15615
|
-
|
|
15616
|
-
|
|
15617
|
-
|
|
15618
|
-
|
|
15356
|
+
"kind": "method",
|
|
15357
|
+
"name": "removeFilter",
|
|
15358
|
+
"privacy": "public",
|
|
15359
|
+
"parameters": [
|
|
15360
|
+
{
|
|
15361
|
+
"name": "fieldName",
|
|
15362
|
+
"type": {
|
|
15363
|
+
"text": "string"
|
|
15364
|
+
}
|
|
15365
|
+
}
|
|
15366
|
+
],
|
|
15619
15367
|
"inheritedFrom": {
|
|
15620
15368
|
"name": "GenesisGridDatasourceElement",
|
|
15621
15369
|
"module": "src/datasource/base.datasource.ts"
|
|
15622
15370
|
}
|
|
15623
15371
|
},
|
|
15624
15372
|
{
|
|
15625
|
-
"kind": "
|
|
15626
|
-
"name": "
|
|
15627
|
-
"
|
|
15628
|
-
|
|
15373
|
+
"kind": "method",
|
|
15374
|
+
"name": "applyTransaction",
|
|
15375
|
+
"privacy": "protected",
|
|
15376
|
+
"return": {
|
|
15377
|
+
"type": {
|
|
15378
|
+
"text": "any"
|
|
15379
|
+
}
|
|
15629
15380
|
},
|
|
15630
|
-
"
|
|
15631
|
-
|
|
15381
|
+
"parameters": [
|
|
15382
|
+
{
|
|
15383
|
+
"name": "transaction",
|
|
15384
|
+
"type": {
|
|
15385
|
+
"text": "any"
|
|
15386
|
+
}
|
|
15387
|
+
}
|
|
15388
|
+
],
|
|
15632
15389
|
"inheritedFrom": {
|
|
15633
|
-
"name": "
|
|
15390
|
+
"name": "GridProBaseDatasource",
|
|
15634
15391
|
"module": "src/datasource/base.datasource.ts"
|
|
15635
15392
|
}
|
|
15636
15393
|
},
|
|
15637
15394
|
{
|
|
15638
|
-
"kind": "
|
|
15639
|
-
"name": "
|
|
15640
|
-
"
|
|
15641
|
-
|
|
15642
|
-
|
|
15643
|
-
|
|
15644
|
-
|
|
15395
|
+
"kind": "method",
|
|
15396
|
+
"name": "handleSizeChanged",
|
|
15397
|
+
"privacy": "private",
|
|
15398
|
+
"parameters": [
|
|
15399
|
+
{
|
|
15400
|
+
"name": "oldSize",
|
|
15401
|
+
"type": {
|
|
15402
|
+
"text": "number"
|
|
15403
|
+
}
|
|
15404
|
+
},
|
|
15405
|
+
{
|
|
15406
|
+
"name": "newSize",
|
|
15407
|
+
"type": {
|
|
15408
|
+
"text": "number"
|
|
15409
|
+
}
|
|
15410
|
+
}
|
|
15411
|
+
]
|
|
15412
|
+
},
|
|
15413
|
+
{
|
|
15414
|
+
"kind": "method",
|
|
15415
|
+
"name": "handleStreamInserts",
|
|
15416
|
+
"privacy": "protected",
|
|
15417
|
+
"parameters": [
|
|
15418
|
+
{
|
|
15419
|
+
"name": "inserts",
|
|
15420
|
+
"default": "[]"
|
|
15421
|
+
}
|
|
15422
|
+
],
|
|
15645
15423
|
"inheritedFrom": {
|
|
15646
|
-
"name": "
|
|
15424
|
+
"name": "GridProBaseDatasource",
|
|
15647
15425
|
"module": "src/datasource/base.datasource.ts"
|
|
15648
15426
|
}
|
|
15649
15427
|
},
|
|
15650
15428
|
{
|
|
15651
|
-
"kind": "
|
|
15652
|
-
"name": "
|
|
15653
|
-
"
|
|
15654
|
-
|
|
15655
|
-
|
|
15656
|
-
|
|
15429
|
+
"kind": "method",
|
|
15430
|
+
"name": "handleStreamUpdates",
|
|
15431
|
+
"privacy": "protected",
|
|
15432
|
+
"parameters": [
|
|
15433
|
+
{
|
|
15434
|
+
"name": "updates",
|
|
15435
|
+
"default": "[]"
|
|
15436
|
+
}
|
|
15437
|
+
],
|
|
15657
15438
|
"inheritedFrom": {
|
|
15658
|
-
"name": "
|
|
15439
|
+
"name": "GridProBaseDatasource",
|
|
15659
15440
|
"module": "src/datasource/base.datasource.ts"
|
|
15660
15441
|
}
|
|
15661
15442
|
},
|
|
15662
15443
|
{
|
|
15663
|
-
"kind": "
|
|
15664
|
-
"name": "
|
|
15665
|
-
"
|
|
15666
|
-
|
|
15667
|
-
|
|
15668
|
-
|
|
15444
|
+
"kind": "method",
|
|
15445
|
+
"name": "handleStreamDeletes",
|
|
15446
|
+
"privacy": "protected",
|
|
15447
|
+
"parameters": [
|
|
15448
|
+
{
|
|
15449
|
+
"name": "deletes",
|
|
15450
|
+
"default": "[]",
|
|
15451
|
+
"description": "List of records to remove from the grid stream"
|
|
15452
|
+
}
|
|
15453
|
+
],
|
|
15454
|
+
"description": "Handles stream deletes by removing records from the grid.",
|
|
15669
15455
|
"inheritedFrom": {
|
|
15670
|
-
"name": "
|
|
15456
|
+
"name": "GridProBaseDatasource",
|
|
15671
15457
|
"module": "src/datasource/base.datasource.ts"
|
|
15672
15458
|
}
|
|
15673
15459
|
},
|
|
15674
15460
|
{
|
|
15675
|
-
"kind": "
|
|
15676
|
-
"name": "
|
|
15677
|
-
"type": {
|
|
15678
|
-
"text": "string[]"
|
|
15679
|
-
},
|
|
15680
|
-
"default": "[]",
|
|
15681
|
-
"description": "Array of event names that will trigger a poll when received as commit responses.",
|
|
15461
|
+
"kind": "method",
|
|
15462
|
+
"name": "loadMore",
|
|
15682
15463
|
"inheritedFrom": {
|
|
15683
|
-
"name": "
|
|
15464
|
+
"name": "GridProBaseDatasource",
|
|
15684
15465
|
"module": "src/datasource/base.datasource.ts"
|
|
15685
15466
|
}
|
|
15686
15467
|
},
|
|
15687
15468
|
{
|
|
15688
|
-
"kind": "
|
|
15689
|
-
"name": "
|
|
15690
|
-
"
|
|
15691
|
-
"
|
|
15469
|
+
"kind": "method",
|
|
15470
|
+
"name": "cloneNode",
|
|
15471
|
+
"return": {
|
|
15472
|
+
"type": {
|
|
15473
|
+
"text": "Node"
|
|
15474
|
+
}
|
|
15692
15475
|
},
|
|
15693
|
-
"
|
|
15476
|
+
"parameters": [
|
|
15477
|
+
{
|
|
15478
|
+
"name": "deep",
|
|
15479
|
+
"optional": true,
|
|
15480
|
+
"type": {
|
|
15481
|
+
"text": "boolean"
|
|
15482
|
+
}
|
|
15483
|
+
}
|
|
15484
|
+
],
|
|
15694
15485
|
"inheritedFrom": {
|
|
15695
|
-
"name": "
|
|
15696
|
-
"module": "src/
|
|
15486
|
+
"name": "LifecycleMixin",
|
|
15487
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15697
15488
|
}
|
|
15698
15489
|
},
|
|
15699
15490
|
{
|
|
15700
15491
|
"kind": "field",
|
|
15701
|
-
"name": "
|
|
15702
|
-
"
|
|
15703
|
-
"
|
|
15492
|
+
"name": "shouldRunDisconnect",
|
|
15493
|
+
"return": {
|
|
15494
|
+
"type": {
|
|
15495
|
+
"text": ""
|
|
15496
|
+
}
|
|
15704
15497
|
},
|
|
15705
|
-
"
|
|
15706
|
-
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
15498
|
+
"readonly": true,
|
|
15707
15499
|
"inheritedFrom": {
|
|
15708
|
-
"name": "
|
|
15709
|
-
"module": "src/
|
|
15500
|
+
"name": "LifecycleMixin",
|
|
15501
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15710
15502
|
}
|
|
15711
15503
|
},
|
|
15712
15504
|
{
|
|
15713
15505
|
"kind": "field",
|
|
15714
|
-
"name": "
|
|
15715
|
-
"
|
|
15506
|
+
"name": "shouldRunConnect",
|
|
15507
|
+
"return": {
|
|
15508
|
+
"type": {
|
|
15509
|
+
"text": ""
|
|
15510
|
+
}
|
|
15511
|
+
},
|
|
15512
|
+
"readonly": true,
|
|
15716
15513
|
"inheritedFrom": {
|
|
15717
|
-
"name": "
|
|
15718
|
-
"module": "src/
|
|
15514
|
+
"name": "LifecycleMixin",
|
|
15515
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15719
15516
|
}
|
|
15720
15517
|
},
|
|
15721
15518
|
{
|
|
15722
|
-
"kind": "
|
|
15723
|
-
"name": "
|
|
15724
|
-
"
|
|
15725
|
-
"
|
|
15519
|
+
"kind": "method",
|
|
15520
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
15521
|
+
"return": {
|
|
15522
|
+
"type": {
|
|
15523
|
+
"text": "boolean"
|
|
15524
|
+
}
|
|
15726
15525
|
},
|
|
15727
|
-
"
|
|
15728
|
-
|
|
15526
|
+
"parameters": [
|
|
15527
|
+
{
|
|
15528
|
+
"name": "lifecycleType",
|
|
15529
|
+
"type": {
|
|
15530
|
+
"text": "Lifecycletype"
|
|
15531
|
+
}
|
|
15532
|
+
}
|
|
15533
|
+
],
|
|
15729
15534
|
"inheritedFrom": {
|
|
15730
|
-
"name": "
|
|
15731
|
-
"module": "src/
|
|
15535
|
+
"name": "LifecycleMixin",
|
|
15536
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
15732
15537
|
}
|
|
15733
15538
|
},
|
|
15734
15539
|
{
|
|
15735
15540
|
"kind": "field",
|
|
15736
|
-
"name": "
|
|
15541
|
+
"name": "dataSubWasLoggedOff",
|
|
15737
15542
|
"type": {
|
|
15738
|
-
"text": "
|
|
15543
|
+
"text": "boolean"
|
|
15739
15544
|
},
|
|
15740
15545
|
"privacy": "protected",
|
|
15741
|
-
"
|
|
15546
|
+
"default": "false",
|
|
15742
15547
|
"inheritedFrom": {
|
|
15743
|
-
"name": "
|
|
15548
|
+
"name": "GridProBaseDatasource",
|
|
15744
15549
|
"module": "src/datasource/base.datasource.ts"
|
|
15745
15550
|
}
|
|
15746
15551
|
},
|
|
15747
15552
|
{
|
|
15748
15553
|
"kind": "field",
|
|
15749
|
-
"name": "
|
|
15554
|
+
"name": "rowData",
|
|
15750
15555
|
"type": {
|
|
15751
|
-
"text": "Map<string,
|
|
15556
|
+
"text": "Map<string, any>"
|
|
15752
15557
|
},
|
|
15753
|
-
"privacy": "protected",
|
|
15754
15558
|
"default": "new Map()",
|
|
15755
15559
|
"inheritedFrom": {
|
|
15756
|
-
"name": "
|
|
15560
|
+
"name": "GridProBaseDatasource",
|
|
15757
15561
|
"module": "src/datasource/base.datasource.ts"
|
|
15758
15562
|
}
|
|
15759
15563
|
},
|
|
15760
15564
|
{
|
|
15761
15565
|
"kind": "field",
|
|
15762
|
-
"name": "
|
|
15566
|
+
"name": "connectionSub",
|
|
15763
15567
|
"type": {
|
|
15764
|
-
"text": "
|
|
15568
|
+
"text": "Subscription | undefined"
|
|
15765
15569
|
},
|
|
15766
15570
|
"privacy": "protected",
|
|
15767
|
-
"default": "new BehaviorSubject(new Map())",
|
|
15768
15571
|
"inheritedFrom": {
|
|
15769
|
-
"name": "
|
|
15572
|
+
"name": "GridProBaseDatasource",
|
|
15770
15573
|
"module": "src/datasource/base.datasource.ts"
|
|
15771
15574
|
}
|
|
15772
15575
|
},
|
|
15773
15576
|
{
|
|
15774
15577
|
"kind": "method",
|
|
15775
|
-
"name": "
|
|
15578
|
+
"name": "subscribeToConnection",
|
|
15776
15579
|
"privacy": "protected",
|
|
15777
|
-
"return": {
|
|
15778
|
-
"type": {
|
|
15779
|
-
"text": "DatasourceOptions"
|
|
15780
|
-
}
|
|
15781
|
-
},
|
|
15782
15580
|
"inheritedFrom": {
|
|
15783
|
-
"name": "
|
|
15581
|
+
"name": "GridProBaseDatasource",
|
|
15784
15582
|
"module": "src/datasource/base.datasource.ts"
|
|
15785
15583
|
}
|
|
15786
15584
|
},
|
|
15787
15585
|
{
|
|
15788
15586
|
"kind": "method",
|
|
15789
|
-
"name": "
|
|
15790
|
-
"privacy": "
|
|
15791
|
-
"return": {
|
|
15792
|
-
"type": {
|
|
15793
|
-
"text": "string"
|
|
15794
|
-
}
|
|
15795
|
-
},
|
|
15796
|
-
"inheritedFrom": {
|
|
15797
|
-
"name": "GenesisGridDatasourceElement",
|
|
15798
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15799
|
-
}
|
|
15800
|
-
},
|
|
15801
|
-
{
|
|
15802
|
-
"kind": "field",
|
|
15803
|
-
"name": "isRequestServer",
|
|
15804
|
-
"type": {
|
|
15805
|
-
"text": "boolean"
|
|
15806
|
-
},
|
|
15807
|
-
"readonly": true,
|
|
15587
|
+
"name": "unsubscribeFromConnection",
|
|
15588
|
+
"privacy": "protected",
|
|
15808
15589
|
"inheritedFrom": {
|
|
15809
|
-
"name": "
|
|
15590
|
+
"name": "GridProBaseDatasource",
|
|
15810
15591
|
"module": "src/datasource/base.datasource.ts"
|
|
15811
15592
|
}
|
|
15812
15593
|
},
|
|
15813
15594
|
{
|
|
15814
15595
|
"kind": "method",
|
|
15815
|
-
"name": "
|
|
15596
|
+
"name": "generateColumnDefsFromMetadata",
|
|
15597
|
+
"privacy": "protected",
|
|
15598
|
+
"return": {
|
|
15599
|
+
"type": {
|
|
15600
|
+
"text": "ColDef[]"
|
|
15601
|
+
}
|
|
15602
|
+
},
|
|
15816
15603
|
"parameters": [
|
|
15817
15604
|
{
|
|
15818
|
-
"name": "
|
|
15605
|
+
"name": "fieldsMetadata",
|
|
15819
15606
|
"type": {
|
|
15820
|
-
"text": "
|
|
15607
|
+
"text": "FieldMetadata[]"
|
|
15821
15608
|
}
|
|
15822
15609
|
},
|
|
15823
15610
|
{
|
|
15824
|
-
"name": "
|
|
15611
|
+
"name": "getFilterParamsByFieldType",
|
|
15825
15612
|
"type": {
|
|
15826
|
-
"text": "
|
|
15613
|
+
"text": "Function"
|
|
15827
15614
|
}
|
|
15828
15615
|
}
|
|
15829
15616
|
],
|
|
15830
15617
|
"inheritedFrom": {
|
|
15831
|
-
"name": "
|
|
15618
|
+
"name": "GridProBaseDatasource",
|
|
15832
15619
|
"module": "src/datasource/base.datasource.ts"
|
|
15833
15620
|
}
|
|
15834
15621
|
},
|
|
15835
15622
|
{
|
|
15836
15623
|
"kind": "method",
|
|
15837
|
-
"name": "
|
|
15624
|
+
"name": "applyAllTransactions",
|
|
15625
|
+
"privacy": "protected",
|
|
15626
|
+
"inheritedFrom": {
|
|
15627
|
+
"name": "GridProBaseDatasource",
|
|
15628
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15629
|
+
}
|
|
15630
|
+
},
|
|
15631
|
+
{
|
|
15632
|
+
"kind": "method",
|
|
15633
|
+
"name": "applyMappedTransaction",
|
|
15634
|
+
"privacy": "private",
|
|
15838
15635
|
"parameters": [
|
|
15839
15636
|
{
|
|
15840
|
-
"name": "
|
|
15637
|
+
"name": "transaction",
|
|
15841
15638
|
"type": {
|
|
15842
|
-
"text": "
|
|
15843
|
-
}
|
|
15844
|
-
"description": "The error message or array of error messages"
|
|
15639
|
+
"text": "TransactionData"
|
|
15640
|
+
}
|
|
15845
15641
|
},
|
|
15846
15642
|
{
|
|
15847
|
-
"name": "
|
|
15848
|
-
"default": "'unknown'",
|
|
15643
|
+
"name": "operation",
|
|
15849
15644
|
"type": {
|
|
15850
|
-
"text": "
|
|
15851
|
-
}
|
|
15852
|
-
"description": "The type of error that occurred"
|
|
15645
|
+
"text": "OperationType"
|
|
15646
|
+
}
|
|
15853
15647
|
}
|
|
15854
15648
|
],
|
|
15855
|
-
"description": "Handles errors and emits appropriate error events.",
|
|
15856
|
-
"privacy": "public",
|
|
15857
15649
|
"inheritedFrom": {
|
|
15858
|
-
"name": "
|
|
15650
|
+
"name": "GridProBaseDatasource",
|
|
15859
15651
|
"module": "src/datasource/base.datasource.ts"
|
|
15860
15652
|
}
|
|
15861
15653
|
},
|
|
15862
15654
|
{
|
|
15863
15655
|
"kind": "method",
|
|
15864
|
-
"name": "
|
|
15865
|
-
"description": "Clears error state and emits connected event.",
|
|
15866
|
-
"privacy": "public",
|
|
15867
|
-
"inheritedFrom": {
|
|
15868
|
-
"name": "GenesisGridDatasourceElement",
|
|
15869
|
-
"module": "src/datasource/base.datasource.ts"
|
|
15870
|
-
}
|
|
15871
|
-
},
|
|
15872
|
-
{
|
|
15873
|
-
"kind": "field",
|
|
15874
|
-
"name": "_presentation",
|
|
15875
|
-
"type": {
|
|
15876
|
-
"text": "ComponentPresentation | null | undefined"
|
|
15877
|
-
},
|
|
15656
|
+
"name": "mapTransaction",
|
|
15878
15657
|
"privacy": "private",
|
|
15879
|
-
"
|
|
15658
|
+
"parameters": [
|
|
15659
|
+
{
|
|
15660
|
+
"name": "transaction",
|
|
15661
|
+
"type": {
|
|
15662
|
+
"text": "TransactionData"
|
|
15663
|
+
},
|
|
15664
|
+
"description": "The transaction data to be mapped."
|
|
15665
|
+
},
|
|
15666
|
+
{
|
|
15667
|
+
"name": "operations",
|
|
15668
|
+
"default": "Object.values(OperationType)",
|
|
15669
|
+
"type": {
|
|
15670
|
+
"text": "OperationType[]"
|
|
15671
|
+
},
|
|
15672
|
+
"description": "The operations to be mapped. Can be 'add', 'update' or 'remove'."
|
|
15673
|
+
}
|
|
15674
|
+
],
|
|
15675
|
+
"description": "Maps the transaction data to the row data mapper function, if it exists.",
|
|
15676
|
+
"return": {
|
|
15677
|
+
"type": {
|
|
15678
|
+
"text": ""
|
|
15679
|
+
}
|
|
15680
|
+
},
|
|
15880
15681
|
"inheritedFrom": {
|
|
15881
|
-
"name": "
|
|
15882
|
-
"module": "src/
|
|
15682
|
+
"name": "GridProBaseDatasource",
|
|
15683
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15883
15684
|
}
|
|
15884
15685
|
},
|
|
15885
15686
|
{
|
|
15886
15687
|
"kind": "field",
|
|
15887
|
-
"name": "
|
|
15688
|
+
"name": "pagination",
|
|
15888
15689
|
"type": {
|
|
15889
|
-
"text": "
|
|
15690
|
+
"text": "boolean"
|
|
15890
15691
|
},
|
|
15891
|
-
"privacy": "
|
|
15892
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15692
|
+
"privacy": "protected",
|
|
15893
15693
|
"inheritedFrom": {
|
|
15894
|
-
"name": "
|
|
15895
|
-
"module": "src/
|
|
15694
|
+
"name": "GridProBaseDatasource",
|
|
15695
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15896
15696
|
}
|
|
15897
15697
|
},
|
|
15898
15698
|
{
|
|
15899
15699
|
"kind": "field",
|
|
15900
|
-
"name": "
|
|
15700
|
+
"name": "_isDisconnected",
|
|
15901
15701
|
"type": {
|
|
15902
|
-
"text": "
|
|
15702
|
+
"text": "boolean"
|
|
15903
15703
|
},
|
|
15904
|
-
"privacy": "
|
|
15905
|
-
"
|
|
15704
|
+
"privacy": "private",
|
|
15705
|
+
"default": "false",
|
|
15906
15706
|
"inheritedFrom": {
|
|
15907
|
-
"name": "
|
|
15908
|
-
"module": "src/
|
|
15707
|
+
"name": "GridProBaseDatasource",
|
|
15708
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15909
15709
|
}
|
|
15910
15710
|
},
|
|
15911
15711
|
{
|
|
15912
15712
|
"kind": "method",
|
|
15913
|
-
"name": "
|
|
15914
|
-
"privacy": "protected",
|
|
15915
|
-
"return": {
|
|
15916
|
-
"type": {
|
|
15917
|
-
"text": "void"
|
|
15918
|
-
}
|
|
15919
|
-
},
|
|
15920
|
-
"inheritedFrom": {
|
|
15921
|
-
"name": "FoundationElement",
|
|
15922
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
15923
|
-
}
|
|
15924
|
-
},
|
|
15925
|
-
{
|
|
15926
|
-
"kind": "field",
|
|
15927
|
-
"name": "styles",
|
|
15928
|
-
"type": {
|
|
15929
|
-
"text": "ElementStyles | void | null"
|
|
15930
|
-
},
|
|
15713
|
+
"name": "setDisconnected",
|
|
15931
15714
|
"privacy": "public",
|
|
15932
|
-
"
|
|
15715
|
+
"parameters": [
|
|
15716
|
+
{
|
|
15717
|
+
"name": "disconnected",
|
|
15718
|
+
"type": {
|
|
15719
|
+
"text": "boolean"
|
|
15720
|
+
},
|
|
15721
|
+
"description": "true to set, false to remove"
|
|
15722
|
+
}
|
|
15723
|
+
],
|
|
15724
|
+
"description": "Sets the disconnected state and emits appropriate events.",
|
|
15933
15725
|
"inheritedFrom": {
|
|
15934
|
-
"name": "
|
|
15935
|
-
"module": "src/
|
|
15726
|
+
"name": "GridProBaseDatasource",
|
|
15727
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15936
15728
|
}
|
|
15937
15729
|
},
|
|
15938
15730
|
{
|
|
15939
15731
|
"kind": "method",
|
|
15940
|
-
"name": "
|
|
15941
|
-
"privacy": "
|
|
15732
|
+
"name": "isDisconnected",
|
|
15733
|
+
"privacy": "public",
|
|
15942
15734
|
"return": {
|
|
15943
15735
|
"type": {
|
|
15944
|
-
"text": "
|
|
15736
|
+
"text": "boolean"
|
|
15945
15737
|
}
|
|
15946
15738
|
},
|
|
15739
|
+
"description": "Returns true if the datasource is disconnected.",
|
|
15947
15740
|
"inheritedFrom": {
|
|
15948
|
-
"name": "
|
|
15949
|
-
"module": "src/
|
|
15741
|
+
"name": "GridProBaseDatasource",
|
|
15742
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15950
15743
|
}
|
|
15951
15744
|
},
|
|
15952
15745
|
{
|
|
15953
15746
|
"kind": "method",
|
|
15954
|
-
"name": "
|
|
15747
|
+
"name": "getDatasourceStatusBarPanels",
|
|
15955
15748
|
"privacy": "public",
|
|
15956
|
-
"static": true,
|
|
15957
15749
|
"return": {
|
|
15958
15750
|
"type": {
|
|
15959
|
-
"text": "
|
|
15751
|
+
"text": "any[]"
|
|
15960
15752
|
}
|
|
15961
15753
|
},
|
|
15962
15754
|
"parameters": [
|
|
15963
15755
|
{
|
|
15964
|
-
"name": "
|
|
15756
|
+
"name": "isServerSide",
|
|
15965
15757
|
"type": {
|
|
15966
|
-
"text": "
|
|
15758
|
+
"text": "boolean"
|
|
15967
15759
|
}
|
|
15968
15760
|
},
|
|
15969
15761
|
{
|
|
15970
|
-
"name": "
|
|
15762
|
+
"name": "statusBarConfig",
|
|
15971
15763
|
"type": {
|
|
15972
|
-
"text": "
|
|
15973
|
-
}
|
|
15974
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
15764
|
+
"text": "any"
|
|
15765
|
+
}
|
|
15975
15766
|
}
|
|
15976
15767
|
],
|
|
15977
|
-
"description": "
|
|
15768
|
+
"description": "Gets datasource-specific status bar component configurations.\nThis method should be called by the grid to get status bar panels specific to this datasource.",
|
|
15978
15769
|
"inheritedFrom": {
|
|
15979
|
-
"name": "
|
|
15980
|
-
"module": "src/
|
|
15770
|
+
"name": "GridProBaseDatasource",
|
|
15771
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15981
15772
|
}
|
|
15982
|
-
}
|
|
15983
|
-
],
|
|
15984
|
-
"attributes": [
|
|
15773
|
+
},
|
|
15985
15774
|
{
|
|
15986
|
-
"
|
|
15775
|
+
"kind": "field",
|
|
15776
|
+
"name": "connect",
|
|
15987
15777
|
"type": {
|
|
15988
|
-
"text": "
|
|
15778
|
+
"text": "Connect"
|
|
15989
15779
|
},
|
|
15990
|
-
"
|
|
15991
|
-
|
|
15780
|
+
"inheritedFrom": {
|
|
15781
|
+
"name": "GenesisGridDatasourceElement",
|
|
15782
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15783
|
+
}
|
|
15784
|
+
},
|
|
15785
|
+
{
|
|
15786
|
+
"kind": "field",
|
|
15787
|
+
"name": "datasource",
|
|
15788
|
+
"type": {
|
|
15789
|
+
"text": "Datasource"
|
|
15790
|
+
},
|
|
15791
|
+
"inheritedFrom": {
|
|
15792
|
+
"name": "GenesisGridDatasourceElement",
|
|
15793
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15794
|
+
}
|
|
15795
|
+
},
|
|
15796
|
+
{
|
|
15797
|
+
"kind": "field",
|
|
15798
|
+
"name": "deferredGridOptions",
|
|
15799
|
+
"type": {
|
|
15800
|
+
"text": "GridOptions"
|
|
15801
|
+
},
|
|
15802
|
+
"inheritedFrom": {
|
|
15803
|
+
"name": "GenesisGridDatasourceElement",
|
|
15804
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15805
|
+
}
|
|
15806
|
+
},
|
|
15807
|
+
{
|
|
15808
|
+
"kind": "field",
|
|
15809
|
+
"name": "deferredColumnStates",
|
|
15810
|
+
"type": {
|
|
15811
|
+
"text": "ColumnState[]"
|
|
15812
|
+
},
|
|
15813
|
+
"inheritedFrom": {
|
|
15814
|
+
"name": "GenesisGridDatasourceElement",
|
|
15815
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15816
|
+
}
|
|
15817
|
+
},
|
|
15818
|
+
{
|
|
15819
|
+
"kind": "field",
|
|
15820
|
+
"name": "rowDataMapper",
|
|
15821
|
+
"type": {
|
|
15822
|
+
"text": "Function"
|
|
15823
|
+
},
|
|
15824
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid",
|
|
15825
|
+
"inheritedFrom": {
|
|
15826
|
+
"name": "GenesisGridDatasourceElement",
|
|
15827
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15828
|
+
}
|
|
15992
15829
|
},
|
|
15993
15830
|
{
|
|
15831
|
+
"kind": "field",
|
|
15994
15832
|
"name": "criteria",
|
|
15995
15833
|
"type": {
|
|
15996
15834
|
"text": "string"
|
|
15997
15835
|
},
|
|
15998
15836
|
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
15999
|
-
"fieldName": "criteria",
|
|
16000
15837
|
"inheritedFrom": {
|
|
16001
15838
|
"name": "GenesisGridDatasourceElement",
|
|
16002
15839
|
"module": "src/datasource/base.datasource.ts"
|
|
16003
15840
|
}
|
|
16004
15841
|
},
|
|
16005
15842
|
{
|
|
16006
|
-
"
|
|
15843
|
+
"kind": "field",
|
|
15844
|
+
"name": "isSnapshot",
|
|
16007
15845
|
"type": {
|
|
16008
15846
|
"text": "boolean"
|
|
16009
15847
|
},
|
|
16010
15848
|
"default": "false",
|
|
16011
15849
|
"description": "Request a snapshot from the server.",
|
|
16012
|
-
"fieldName": "isSnapshot",
|
|
16013
15850
|
"inheritedFrom": {
|
|
16014
15851
|
"name": "GenesisGridDatasourceElement",
|
|
16015
15852
|
"module": "src/datasource/base.datasource.ts"
|
|
16016
15853
|
}
|
|
16017
15854
|
},
|
|
16018
15855
|
{
|
|
16019
|
-
"
|
|
15856
|
+
"kind": "field",
|
|
15857
|
+
"name": "maxRows",
|
|
16020
15858
|
"type": {
|
|
16021
15859
|
"text": "number"
|
|
16022
15860
|
},
|
|
16023
15861
|
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
16024
|
-
"fieldName": "maxRows",
|
|
16025
15862
|
"inheritedFrom": {
|
|
16026
15863
|
"name": "GenesisGridDatasourceElement",
|
|
16027
15864
|
"module": "src/datasource/base.datasource.ts"
|
|
16028
15865
|
}
|
|
16029
15866
|
},
|
|
16030
15867
|
{
|
|
16031
|
-
"
|
|
15868
|
+
"kind": "field",
|
|
15869
|
+
"name": "orderBy",
|
|
16032
15870
|
"type": {
|
|
16033
15871
|
"text": "string"
|
|
16034
15872
|
},
|
|
16035
15873
|
"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.",
|
|
16036
|
-
"fieldName": "orderBy",
|
|
16037
15874
|
"inheritedFrom": {
|
|
16038
15875
|
"name": "GenesisGridDatasourceElement",
|
|
16039
15876
|
"module": "src/datasource/base.datasource.ts"
|
|
16040
15877
|
}
|
|
16041
15878
|
},
|
|
16042
15879
|
{
|
|
16043
|
-
"
|
|
15880
|
+
"kind": "field",
|
|
15881
|
+
"name": "resourceName",
|
|
16044
15882
|
"type": {
|
|
16045
15883
|
"text": "string"
|
|
16046
15884
|
},
|
|
16047
15885
|
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
16048
|
-
"fieldName": "resourceName",
|
|
16049
15886
|
"inheritedFrom": {
|
|
16050
15887
|
"name": "GenesisGridDatasourceElement",
|
|
16051
15888
|
"module": "src/datasource/base.datasource.ts"
|
|
16052
15889
|
}
|
|
16053
15890
|
},
|
|
16054
15891
|
{
|
|
16055
|
-
"
|
|
15892
|
+
"kind": "field",
|
|
15893
|
+
"name": "viewNumber",
|
|
16056
15894
|
"type": {
|
|
16057
15895
|
"text": "number"
|
|
16058
15896
|
},
|
|
16059
15897
|
"description": "The desired view/page you want data from.",
|
|
16060
|
-
"fieldName": "viewNumber",
|
|
16061
15898
|
"inheritedFrom": {
|
|
16062
15899
|
"name": "GenesisGridDatasourceElement",
|
|
16063
15900
|
"module": "src/datasource/base.datasource.ts"
|
|
16064
15901
|
}
|
|
16065
15902
|
},
|
|
16066
15903
|
{
|
|
15904
|
+
"kind": "field",
|
|
16067
15905
|
"name": "fields",
|
|
16068
15906
|
"type": {
|
|
16069
15907
|
"text": "string"
|
|
16070
15908
|
},
|
|
16071
15909
|
"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.",
|
|
16072
|
-
"fieldName": "fields",
|
|
16073
15910
|
"inheritedFrom": {
|
|
16074
15911
|
"name": "GenesisGridDatasourceElement",
|
|
16075
15912
|
"module": "src/datasource/base.datasource.ts"
|
|
16076
15913
|
}
|
|
16077
15914
|
},
|
|
16078
15915
|
{
|
|
16079
|
-
"
|
|
15916
|
+
"kind": "field",
|
|
15917
|
+
"name": "maxView",
|
|
16080
15918
|
"type": {
|
|
16081
15919
|
"text": "number"
|
|
16082
15920
|
},
|
|
16083
15921
|
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
16084
|
-
"fieldName": "maxView",
|
|
16085
15922
|
"inheritedFrom": {
|
|
16086
15923
|
"name": "GenesisGridDatasourceElement",
|
|
16087
15924
|
"module": "src/datasource/base.datasource.ts"
|
|
16088
15925
|
}
|
|
16089
15926
|
},
|
|
16090
15927
|
{
|
|
16091
|
-
"
|
|
15928
|
+
"kind": "field",
|
|
15929
|
+
"name": "movingView",
|
|
16092
15930
|
"type": {
|
|
16093
15931
|
"text": "boolean"
|
|
16094
15932
|
},
|
|
16095
15933
|
"default": "false",
|
|
16096
15934
|
"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.",
|
|
16097
|
-
"fieldName": "movingView",
|
|
16098
15935
|
"inheritedFrom": {
|
|
16099
15936
|
"name": "GenesisGridDatasourceElement",
|
|
16100
15937
|
"module": "src/datasource/base.datasource.ts"
|
|
16101
15938
|
}
|
|
16102
15939
|
},
|
|
16103
15940
|
{
|
|
16104
|
-
"
|
|
16105
|
-
|
|
15941
|
+
"kind": "field",
|
|
15942
|
+
"name": "reverse",
|
|
15943
|
+
"type": {
|
|
15944
|
+
"text": "boolean"
|
|
16106
15945
|
},
|
|
16107
|
-
"description": "Option that changes the Data Server index iteration.",
|
|
16108
|
-
"fieldName": "reverse",
|
|
16109
15946
|
"default": "false",
|
|
15947
|
+
"description": "Option that changes the Data Server index iteration.",
|
|
16110
15948
|
"inheritedFrom": {
|
|
16111
15949
|
"name": "GenesisGridDatasourceElement",
|
|
16112
15950
|
"module": "src/datasource/base.datasource.ts"
|
|
16113
15951
|
}
|
|
16114
15952
|
},
|
|
16115
15953
|
{
|
|
16116
|
-
"
|
|
15954
|
+
"kind": "field",
|
|
15955
|
+
"name": "disablePolling",
|
|
16117
15956
|
"type": {
|
|
16118
15957
|
"text": "boolean"
|
|
16119
15958
|
},
|
|
16120
15959
|
"default": "false",
|
|
16121
15960
|
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
16122
|
-
"fieldName": "disablePolling",
|
|
16123
15961
|
"inheritedFrom": {
|
|
16124
15962
|
"name": "GenesisGridDatasourceElement",
|
|
16125
15963
|
"module": "src/datasource/base.datasource.ts"
|
|
16126
15964
|
}
|
|
16127
15965
|
},
|
|
16128
15966
|
{
|
|
16129
|
-
"
|
|
15967
|
+
"kind": "field",
|
|
15968
|
+
"name": "offset",
|
|
15969
|
+
"type": {
|
|
15970
|
+
"text": "number"
|
|
15971
|
+
},
|
|
15972
|
+
"description": "The offset for pagination in REQUEST_SERVER scenarios.",
|
|
15973
|
+
"inheritedFrom": {
|
|
15974
|
+
"name": "GenesisGridDatasourceElement",
|
|
15975
|
+
"module": "src/datasource/base.datasource.ts"
|
|
15976
|
+
}
|
|
15977
|
+
},
|
|
15978
|
+
{
|
|
15979
|
+
"kind": "field",
|
|
15980
|
+
"name": "pollingInterval",
|
|
16130
15981
|
"type": {
|
|
16131
15982
|
"text": "number"
|
|
16132
15983
|
},
|
|
16133
15984
|
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
16134
|
-
"fieldName": "pollingInterval",
|
|
16135
15985
|
"inheritedFrom": {
|
|
16136
15986
|
"name": "GenesisGridDatasourceElement",
|
|
16137
15987
|
"module": "src/datasource/base.datasource.ts"
|
|
16138
15988
|
}
|
|
16139
15989
|
},
|
|
16140
15990
|
{
|
|
16141
|
-
"
|
|
15991
|
+
"kind": "field",
|
|
15992
|
+
"name": "pollTriggerEvents",
|
|
15993
|
+
"type": {
|
|
15994
|
+
"text": "string[]"
|
|
15995
|
+
},
|
|
15996
|
+
"default": "[]",
|
|
15997
|
+
"description": "Array of event names that will trigger a poll when received as commit responses.",
|
|
15998
|
+
"inheritedFrom": {
|
|
15999
|
+
"name": "GenesisGridDatasourceElement",
|
|
16000
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16001
|
+
}
|
|
16002
|
+
},
|
|
16003
|
+
{
|
|
16004
|
+
"kind": "field",
|
|
16005
|
+
"name": "request",
|
|
16006
|
+
"type": {
|
|
16007
|
+
"text": "any"
|
|
16008
|
+
},
|
|
16009
|
+
"description": "Similar to fields but for Request Server scenarios. This optional parameter enables you to specify request fields, which can include wildcards.",
|
|
16010
|
+
"inheritedFrom": {
|
|
16011
|
+
"name": "GenesisGridDatasourceElement",
|
|
16012
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16013
|
+
}
|
|
16014
|
+
},
|
|
16015
|
+
{
|
|
16016
|
+
"kind": "field",
|
|
16017
|
+
"name": "requestAutoSetup",
|
|
16142
16018
|
"type": {
|
|
16143
16019
|
"text": "boolean"
|
|
16144
16020
|
},
|
|
16145
16021
|
"default": "true",
|
|
16146
16022
|
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
16147
|
-
"fieldName": "requestAutoSetup",
|
|
16148
16023
|
"inheritedFrom": {
|
|
16149
16024
|
"name": "GenesisGridDatasourceElement",
|
|
16150
16025
|
"module": "src/datasource/base.datasource.ts"
|
|
16151
16026
|
}
|
|
16152
16027
|
},
|
|
16153
16028
|
{
|
|
16154
|
-
"
|
|
16029
|
+
"kind": "field",
|
|
16030
|
+
"name": "rowIdAttr",
|
|
16155
16031
|
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
16156
|
-
"fieldName": "rowIdAttr",
|
|
16157
16032
|
"inheritedFrom": {
|
|
16158
16033
|
"name": "GenesisGridDatasourceElement",
|
|
16159
16034
|
"module": "src/datasource/base.datasource.ts"
|
|
16160
16035
|
}
|
|
16161
16036
|
},
|
|
16162
16037
|
{
|
|
16163
|
-
"
|
|
16038
|
+
"kind": "field",
|
|
16039
|
+
"name": "restartOnReconnection",
|
|
16164
16040
|
"type": {
|
|
16165
16041
|
"text": "boolean"
|
|
16166
16042
|
},
|
|
16167
16043
|
"default": "true",
|
|
16168
16044
|
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
16169
|
-
"fieldName": "restartOnReconnection",
|
|
16170
16045
|
"inheritedFrom": {
|
|
16171
16046
|
"name": "GenesisGridDatasourceElement",
|
|
16172
16047
|
"module": "src/datasource/base.datasource.ts"
|
|
16173
16048
|
}
|
|
16174
|
-
}
|
|
16175
|
-
],
|
|
16176
|
-
"mixins": [
|
|
16049
|
+
},
|
|
16177
16050
|
{
|
|
16178
|
-
"
|
|
16179
|
-
"
|
|
16180
|
-
|
|
16181
|
-
|
|
16182
|
-
|
|
16183
|
-
|
|
16184
|
-
|
|
16185
|
-
|
|
16186
|
-
|
|
16187
|
-
|
|
16188
|
-
|
|
16189
|
-
|
|
16190
|
-
"exports": [
|
|
16191
|
-
{
|
|
16192
|
-
"kind": "js",
|
|
16193
|
-
"name": "GridProGenesisDatasource",
|
|
16194
|
-
"declaration": {
|
|
16195
|
-
"name": "GridProGenesisDatasource",
|
|
16196
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16197
|
-
}
|
|
16198
|
-
},
|
|
16199
|
-
{
|
|
16200
|
-
"kind": "custom-element-definition",
|
|
16201
|
-
"name": "grid-pro-genesis-datasource",
|
|
16202
|
-
"declaration": {
|
|
16203
|
-
"name": "GridProGenesisDatasource",
|
|
16204
|
-
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16205
|
-
}
|
|
16206
|
-
}
|
|
16207
|
-
]
|
|
16208
|
-
},
|
|
16209
|
-
{
|
|
16210
|
-
"kind": "javascript-module",
|
|
16211
|
-
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
|
|
16212
|
-
"declarations": [],
|
|
16213
|
-
"exports": []
|
|
16214
|
-
},
|
|
16215
|
-
{
|
|
16216
|
-
"kind": "javascript-module",
|
|
16217
|
-
"path": "src/grid-pro-genesis-datasource/index.ts",
|
|
16218
|
-
"declarations": [],
|
|
16219
|
-
"exports": [
|
|
16220
|
-
{
|
|
16221
|
-
"kind": "js",
|
|
16222
|
-
"name": "*",
|
|
16223
|
-
"declaration": {
|
|
16224
|
-
"name": "*",
|
|
16225
|
-
"package": "./grid-pro-genesis-datasource.config"
|
|
16226
|
-
}
|
|
16227
|
-
},
|
|
16228
|
-
{
|
|
16229
|
-
"kind": "js",
|
|
16230
|
-
"name": "*",
|
|
16231
|
-
"declaration": {
|
|
16232
|
-
"name": "*",
|
|
16233
|
-
"package": "./grid-pro-genesis-datasource.types"
|
|
16234
|
-
}
|
|
16235
|
-
},
|
|
16236
|
-
{
|
|
16237
|
-
"kind": "js",
|
|
16238
|
-
"name": "*",
|
|
16239
|
-
"declaration": {
|
|
16240
|
-
"name": "*",
|
|
16241
|
-
"package": "./grid-pro-genesis-datasource"
|
|
16242
|
-
}
|
|
16243
|
-
}
|
|
16244
|
-
]
|
|
16245
|
-
},
|
|
16246
|
-
{
|
|
16247
|
-
"kind": "javascript-module",
|
|
16248
|
-
"path": "src/state-persistence/index.ts",
|
|
16249
|
-
"declarations": [],
|
|
16250
|
-
"exports": [
|
|
16251
|
-
{
|
|
16252
|
-
"kind": "js",
|
|
16253
|
-
"name": "*",
|
|
16254
|
-
"declaration": {
|
|
16255
|
-
"name": "*",
|
|
16256
|
-
"package": "./kv-state"
|
|
16257
|
-
}
|
|
16258
|
-
},
|
|
16259
|
-
{
|
|
16260
|
-
"kind": "js",
|
|
16261
|
-
"name": "*",
|
|
16262
|
-
"declaration": {
|
|
16263
|
-
"name": "*",
|
|
16264
|
-
"package": "./local-state"
|
|
16265
|
-
}
|
|
16266
|
-
},
|
|
16267
|
-
{
|
|
16268
|
-
"kind": "js",
|
|
16269
|
-
"name": "*",
|
|
16270
|
-
"declaration": {
|
|
16271
|
-
"name": "*",
|
|
16272
|
-
"package": "./state-persistence"
|
|
16273
|
-
}
|
|
16274
|
-
}
|
|
16275
|
-
]
|
|
16276
|
-
},
|
|
16277
|
-
{
|
|
16278
|
-
"kind": "javascript-module",
|
|
16279
|
-
"path": "src/state-persistence/kv-state.ts",
|
|
16280
|
-
"declarations": [
|
|
16281
|
-
{
|
|
16282
|
-
"kind": "class",
|
|
16283
|
-
"description": "Implementation for the KV Storage State Persistence interface.",
|
|
16284
|
-
"name": "KVStorageStatePersistence",
|
|
16285
|
-
"members": [
|
|
16051
|
+
"kind": "field",
|
|
16052
|
+
"name": "defaultRowIdByResourceType",
|
|
16053
|
+
"type": {
|
|
16054
|
+
"text": "string"
|
|
16055
|
+
},
|
|
16056
|
+
"privacy": "protected",
|
|
16057
|
+
"readonly": true,
|
|
16058
|
+
"inheritedFrom": {
|
|
16059
|
+
"name": "GenesisGridDatasourceElement",
|
|
16060
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16061
|
+
}
|
|
16062
|
+
},
|
|
16286
16063
|
{
|
|
16287
16064
|
"kind": "field",
|
|
16288
|
-
"name": "
|
|
16065
|
+
"name": "criteriaFromFilters",
|
|
16289
16066
|
"type": {
|
|
16290
|
-
"text": "
|
|
16067
|
+
"text": "Map<string, string>"
|
|
16068
|
+
},
|
|
16069
|
+
"privacy": "protected",
|
|
16070
|
+
"default": "new Map()",
|
|
16071
|
+
"inheritedFrom": {
|
|
16072
|
+
"name": "GenesisGridDatasourceElement",
|
|
16073
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16291
16074
|
}
|
|
16292
16075
|
},
|
|
16293
16076
|
{
|
|
16294
16077
|
"kind": "field",
|
|
16295
|
-
"name": "
|
|
16078
|
+
"name": "update",
|
|
16296
16079
|
"type": {
|
|
16297
|
-
"text": "
|
|
16080
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
16081
|
+
},
|
|
16082
|
+
"privacy": "protected",
|
|
16083
|
+
"default": "new BehaviorSubject(new Map())",
|
|
16084
|
+
"inheritedFrom": {
|
|
16085
|
+
"name": "GenesisGridDatasourceElement",
|
|
16086
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16298
16087
|
}
|
|
16299
16088
|
},
|
|
16300
16089
|
{
|
|
16301
16090
|
"kind": "method",
|
|
16302
|
-
"name": "
|
|
16091
|
+
"name": "datasourceOptions",
|
|
16092
|
+
"privacy": "protected",
|
|
16303
16093
|
"return": {
|
|
16304
16094
|
"type": {
|
|
16305
|
-
"text": "
|
|
16095
|
+
"text": "DatasourceOptions"
|
|
16306
16096
|
}
|
|
16307
16097
|
},
|
|
16308
|
-
"
|
|
16309
|
-
|
|
16310
|
-
|
|
16311
|
-
|
|
16312
|
-
"text": "string"
|
|
16313
|
-
}
|
|
16314
|
-
}
|
|
16315
|
-
]
|
|
16098
|
+
"inheritedFrom": {
|
|
16099
|
+
"name": "GenesisGridDatasourceElement",
|
|
16100
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16101
|
+
}
|
|
16316
16102
|
},
|
|
16317
16103
|
{
|
|
16318
16104
|
"kind": "method",
|
|
16319
|
-
"name": "
|
|
16105
|
+
"name": "buildCriteria",
|
|
16106
|
+
"privacy": "private",
|
|
16320
16107
|
"return": {
|
|
16321
16108
|
"type": {
|
|
16322
|
-
"text": "
|
|
16109
|
+
"text": "string"
|
|
16323
16110
|
}
|
|
16324
16111
|
},
|
|
16112
|
+
"inheritedFrom": {
|
|
16113
|
+
"name": "GenesisGridDatasourceElement",
|
|
16114
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16115
|
+
}
|
|
16116
|
+
},
|
|
16117
|
+
{
|
|
16118
|
+
"kind": "field",
|
|
16119
|
+
"name": "isRequestServer",
|
|
16120
|
+
"type": {
|
|
16121
|
+
"text": "boolean"
|
|
16122
|
+
},
|
|
16123
|
+
"readonly": true,
|
|
16124
|
+
"inheritedFrom": {
|
|
16125
|
+
"name": "GenesisGridDatasourceElement",
|
|
16126
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16127
|
+
}
|
|
16128
|
+
},
|
|
16129
|
+
{
|
|
16130
|
+
"kind": "method",
|
|
16131
|
+
"name": "datasourceStatusChanged",
|
|
16325
16132
|
"parameters": [
|
|
16326
16133
|
{
|
|
16327
|
-
"name": "
|
|
16134
|
+
"name": "prev",
|
|
16328
16135
|
"type": {
|
|
16329
|
-
"text": "
|
|
16136
|
+
"text": "DatasourceStatus"
|
|
16330
16137
|
}
|
|
16331
16138
|
},
|
|
16332
16139
|
{
|
|
16333
|
-
"name": "
|
|
16140
|
+
"name": "next",
|
|
16334
16141
|
"type": {
|
|
16335
|
-
"text": "
|
|
16142
|
+
"text": "DatasourceStatus"
|
|
16336
16143
|
}
|
|
16337
16144
|
}
|
|
16338
|
-
]
|
|
16145
|
+
],
|
|
16146
|
+
"inheritedFrom": {
|
|
16147
|
+
"name": "GenesisGridDatasourceElement",
|
|
16148
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16149
|
+
}
|
|
16339
16150
|
},
|
|
16340
16151
|
{
|
|
16341
16152
|
"kind": "method",
|
|
16342
|
-
"name": "
|
|
16343
|
-
"return": {
|
|
16344
|
-
"type": {
|
|
16345
|
-
"text": "Promise<void>"
|
|
16346
|
-
}
|
|
16347
|
-
},
|
|
16153
|
+
"name": "handleErrors",
|
|
16348
16154
|
"parameters": [
|
|
16349
16155
|
{
|
|
16350
|
-
"name": "
|
|
16156
|
+
"name": "errors",
|
|
16351
16157
|
"type": {
|
|
16352
|
-
"text": "string"
|
|
16353
|
-
}
|
|
16158
|
+
"text": "string | any[]"
|
|
16159
|
+
},
|
|
16160
|
+
"description": "The error message or array of error messages"
|
|
16161
|
+
},
|
|
16162
|
+
{
|
|
16163
|
+
"name": "type",
|
|
16164
|
+
"default": "'unknown'",
|
|
16165
|
+
"type": {
|
|
16166
|
+
"text": "BaseDatasourceErrorEventDetail['type']"
|
|
16167
|
+
},
|
|
16168
|
+
"description": "The type of error that occurred"
|
|
16354
16169
|
}
|
|
16355
|
-
]
|
|
16170
|
+
],
|
|
16171
|
+
"description": "Handles errors and emits appropriate error events.",
|
|
16172
|
+
"privacy": "public",
|
|
16173
|
+
"inheritedFrom": {
|
|
16174
|
+
"name": "GenesisGridDatasourceElement",
|
|
16175
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16176
|
+
}
|
|
16356
16177
|
},
|
|
16357
16178
|
{
|
|
16358
16179
|
"kind": "method",
|
|
16359
|
-
"name": "
|
|
16180
|
+
"name": "clearErrors",
|
|
16181
|
+
"description": "Clears error state and emits connected event.",
|
|
16182
|
+
"privacy": "public",
|
|
16183
|
+
"inheritedFrom": {
|
|
16184
|
+
"name": "GenesisGridDatasourceElement",
|
|
16185
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16186
|
+
}
|
|
16187
|
+
},
|
|
16188
|
+
{
|
|
16189
|
+
"kind": "field",
|
|
16190
|
+
"name": "_presentation",
|
|
16191
|
+
"type": {
|
|
16192
|
+
"text": "ComponentPresentation | null | undefined"
|
|
16193
|
+
},
|
|
16360
16194
|
"privacy": "private",
|
|
16361
|
-
"
|
|
16362
|
-
|
|
16363
|
-
|
|
16364
|
-
|
|
16195
|
+
"default": "void 0",
|
|
16196
|
+
"inheritedFrom": {
|
|
16197
|
+
"name": "FoundationElement",
|
|
16198
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16199
|
+
}
|
|
16200
|
+
},
|
|
16201
|
+
{
|
|
16202
|
+
"kind": "field",
|
|
16203
|
+
"name": "$presentation",
|
|
16204
|
+
"type": {
|
|
16205
|
+
"text": "ComponentPresentation | null"
|
|
16365
16206
|
},
|
|
16366
|
-
"
|
|
16367
|
-
|
|
16368
|
-
|
|
16369
|
-
|
|
16370
|
-
|
|
16371
|
-
|
|
16372
|
-
}
|
|
16373
|
-
]
|
|
16207
|
+
"privacy": "public",
|
|
16208
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
16209
|
+
"inheritedFrom": {
|
|
16210
|
+
"name": "FoundationElement",
|
|
16211
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16212
|
+
}
|
|
16374
16213
|
},
|
|
16375
16214
|
{
|
|
16376
|
-
"kind": "
|
|
16377
|
-
"name": "
|
|
16378
|
-
"
|
|
16379
|
-
"
|
|
16380
|
-
"text": "Promise<{ [key: string]: any }>"
|
|
16381
|
-
}
|
|
16215
|
+
"kind": "field",
|
|
16216
|
+
"name": "template",
|
|
16217
|
+
"type": {
|
|
16218
|
+
"text": "ElementViewTemplate | void | null"
|
|
16382
16219
|
},
|
|
16383
|
-
"
|
|
16384
|
-
|
|
16385
|
-
|
|
16386
|
-
|
|
16387
|
-
|
|
16388
|
-
|
|
16389
|
-
}
|
|
16390
|
-
]
|
|
16220
|
+
"privacy": "public",
|
|
16221
|
+
"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.",
|
|
16222
|
+
"inheritedFrom": {
|
|
16223
|
+
"name": "FoundationElement",
|
|
16224
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16225
|
+
}
|
|
16391
16226
|
},
|
|
16392
16227
|
{
|
|
16393
16228
|
"kind": "method",
|
|
16394
|
-
"name": "
|
|
16229
|
+
"name": "templateChanged",
|
|
16230
|
+
"privacy": "protected",
|
|
16395
16231
|
"return": {
|
|
16396
16232
|
"type": {
|
|
16397
|
-
"text": "
|
|
16233
|
+
"text": "void"
|
|
16398
16234
|
}
|
|
16399
16235
|
},
|
|
16400
|
-
"
|
|
16401
|
-
|
|
16402
|
-
|
|
16403
|
-
|
|
16404
|
-
|
|
16405
|
-
}
|
|
16406
|
-
},
|
|
16407
|
-
{
|
|
16408
|
-
"name": "filterModel",
|
|
16409
|
-
"type": {
|
|
16410
|
-
"text": "{ [key: string]: any }"
|
|
16411
|
-
}
|
|
16412
|
-
}
|
|
16413
|
-
]
|
|
16414
|
-
}
|
|
16415
|
-
]
|
|
16416
|
-
}
|
|
16417
|
-
],
|
|
16418
|
-
"exports": [
|
|
16419
|
-
{
|
|
16420
|
-
"kind": "js",
|
|
16421
|
-
"name": "KVStorageStatePersistence",
|
|
16422
|
-
"declaration": {
|
|
16423
|
-
"name": "KVStorageStatePersistence",
|
|
16424
|
-
"module": "src/state-persistence/kv-state.ts"
|
|
16425
|
-
}
|
|
16426
|
-
}
|
|
16427
|
-
]
|
|
16428
|
-
},
|
|
16429
|
-
{
|
|
16430
|
-
"kind": "javascript-module",
|
|
16431
|
-
"path": "src/state-persistence/local-state.ts",
|
|
16432
|
-
"declarations": [
|
|
16433
|
-
{
|
|
16434
|
-
"kind": "class",
|
|
16435
|
-
"description": "Implementation for the Local Storage State Persistence interface.",
|
|
16436
|
-
"name": "LocalStorageStatePersistence",
|
|
16437
|
-
"members": [
|
|
16236
|
+
"inheritedFrom": {
|
|
16237
|
+
"name": "FoundationElement",
|
|
16238
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16239
|
+
}
|
|
16240
|
+
},
|
|
16438
16241
|
{
|
|
16439
16242
|
"kind": "field",
|
|
16440
|
-
"name": "
|
|
16243
|
+
"name": "styles",
|
|
16441
16244
|
"type": {
|
|
16442
|
-
"text": "
|
|
16245
|
+
"text": "ElementStyles | void | null"
|
|
16246
|
+
},
|
|
16247
|
+
"privacy": "public",
|
|
16248
|
+
"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.",
|
|
16249
|
+
"inheritedFrom": {
|
|
16250
|
+
"name": "FoundationElement",
|
|
16251
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16443
16252
|
}
|
|
16444
16253
|
},
|
|
16445
16254
|
{
|
|
16446
16255
|
"kind": "method",
|
|
16447
|
-
"name": "
|
|
16256
|
+
"name": "stylesChanged",
|
|
16257
|
+
"privacy": "protected",
|
|
16448
16258
|
"return": {
|
|
16449
16259
|
"type": {
|
|
16450
|
-
"text": "
|
|
16260
|
+
"text": "void"
|
|
16451
16261
|
}
|
|
16452
16262
|
},
|
|
16453
|
-
"
|
|
16454
|
-
|
|
16455
|
-
|
|
16456
|
-
|
|
16457
|
-
"text": "string"
|
|
16458
|
-
}
|
|
16459
|
-
}
|
|
16460
|
-
]
|
|
16263
|
+
"inheritedFrom": {
|
|
16264
|
+
"name": "FoundationElement",
|
|
16265
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16266
|
+
}
|
|
16461
16267
|
},
|
|
16462
16268
|
{
|
|
16463
16269
|
"kind": "method",
|
|
16464
|
-
"name": "
|
|
16270
|
+
"name": "compose",
|
|
16271
|
+
"privacy": "public",
|
|
16272
|
+
"static": true,
|
|
16465
16273
|
"return": {
|
|
16466
16274
|
"type": {
|
|
16467
|
-
"text": "
|
|
16275
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
16468
16276
|
}
|
|
16469
16277
|
},
|
|
16470
16278
|
"parameters": [
|
|
16471
16279
|
{
|
|
16472
|
-
"name": "
|
|
16280
|
+
"name": "this",
|
|
16473
16281
|
"type": {
|
|
16474
|
-
"text": "
|
|
16282
|
+
"text": "K"
|
|
16475
16283
|
}
|
|
16476
16284
|
},
|
|
16477
16285
|
{
|
|
16478
|
-
"name": "
|
|
16286
|
+
"name": "elementDefinition",
|
|
16479
16287
|
"type": {
|
|
16480
|
-
"text": "
|
|
16481
|
-
}
|
|
16288
|
+
"text": "T"
|
|
16289
|
+
},
|
|
16290
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
16482
16291
|
}
|
|
16483
|
-
]
|
|
16292
|
+
],
|
|
16293
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
16294
|
+
"inheritedFrom": {
|
|
16295
|
+
"name": "FoundationElement",
|
|
16296
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
16297
|
+
}
|
|
16298
|
+
}
|
|
16299
|
+
],
|
|
16300
|
+
"attributes": [
|
|
16301
|
+
{
|
|
16302
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
16303
|
+
"type": {
|
|
16304
|
+
"text": "boolean"
|
|
16305
|
+
},
|
|
16306
|
+
"default": "false",
|
|
16307
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
16484
16308
|
},
|
|
16485
16309
|
{
|
|
16486
|
-
"
|
|
16487
|
-
"
|
|
16488
|
-
|
|
16489
|
-
"type": {
|
|
16490
|
-
"text": "Promise<void>"
|
|
16491
|
-
}
|
|
16310
|
+
"name": "criteria",
|
|
16311
|
+
"type": {
|
|
16312
|
+
"text": "string"
|
|
16492
16313
|
},
|
|
16493
|
-
"
|
|
16494
|
-
|
|
16495
|
-
|
|
16496
|
-
|
|
16497
|
-
|
|
16498
|
-
|
|
16499
|
-
}
|
|
16500
|
-
]
|
|
16314
|
+
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription.",
|
|
16315
|
+
"fieldName": "criteria",
|
|
16316
|
+
"inheritedFrom": {
|
|
16317
|
+
"name": "GenesisGridDatasourceElement",
|
|
16318
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16319
|
+
}
|
|
16501
16320
|
},
|
|
16502
16321
|
{
|
|
16503
|
-
"
|
|
16504
|
-
"
|
|
16505
|
-
|
|
16506
|
-
"type": {
|
|
16507
|
-
"text": "Promise<{ [key: string]: any }>"
|
|
16508
|
-
}
|
|
16322
|
+
"name": "is-snapshot",
|
|
16323
|
+
"type": {
|
|
16324
|
+
"text": "boolean"
|
|
16509
16325
|
},
|
|
16510
|
-
"
|
|
16511
|
-
|
|
16512
|
-
|
|
16513
|
-
|
|
16514
|
-
|
|
16515
|
-
|
|
16516
|
-
|
|
16517
|
-
]
|
|
16326
|
+
"default": "false",
|
|
16327
|
+
"description": "Request a snapshot from the server.",
|
|
16328
|
+
"fieldName": "isSnapshot",
|
|
16329
|
+
"inheritedFrom": {
|
|
16330
|
+
"name": "GenesisGridDatasourceElement",
|
|
16331
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16332
|
+
}
|
|
16518
16333
|
},
|
|
16519
16334
|
{
|
|
16520
|
-
"
|
|
16521
|
-
"
|
|
16522
|
-
|
|
16523
|
-
"type": {
|
|
16524
|
-
"text": "Promise<void>"
|
|
16525
|
-
}
|
|
16335
|
+
"name": "max-rows",
|
|
16336
|
+
"type": {
|
|
16337
|
+
"text": "number"
|
|
16526
16338
|
},
|
|
16527
|
-
"
|
|
16528
|
-
|
|
16529
|
-
|
|
16530
|
-
|
|
16531
|
-
|
|
16532
|
-
|
|
16533
|
-
|
|
16534
|
-
|
|
16535
|
-
|
|
16536
|
-
|
|
16537
|
-
|
|
16538
|
-
|
|
16539
|
-
|
|
16540
|
-
|
|
16339
|
+
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages.",
|
|
16340
|
+
"fieldName": "maxRows",
|
|
16341
|
+
"inheritedFrom": {
|
|
16342
|
+
"name": "GenesisGridDatasourceElement",
|
|
16343
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16344
|
+
}
|
|
16345
|
+
},
|
|
16346
|
+
{
|
|
16347
|
+
"name": "order-by",
|
|
16348
|
+
"type": {
|
|
16349
|
+
"text": "string"
|
|
16350
|
+
},
|
|
16351
|
+
"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.",
|
|
16352
|
+
"fieldName": "orderBy",
|
|
16353
|
+
"inheritedFrom": {
|
|
16354
|
+
"name": "GenesisGridDatasourceElement",
|
|
16355
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16356
|
+
}
|
|
16357
|
+
},
|
|
16358
|
+
{
|
|
16359
|
+
"name": "resource-name",
|
|
16360
|
+
"type": {
|
|
16361
|
+
"text": "string"
|
|
16362
|
+
},
|
|
16363
|
+
"description": "The name of the target Data Server query or Request Server requestReply.",
|
|
16364
|
+
"fieldName": "resourceName",
|
|
16365
|
+
"inheritedFrom": {
|
|
16366
|
+
"name": "GenesisGridDatasourceElement",
|
|
16367
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16368
|
+
}
|
|
16369
|
+
},
|
|
16370
|
+
{
|
|
16371
|
+
"name": "view-number",
|
|
16372
|
+
"type": {
|
|
16373
|
+
"text": "number"
|
|
16374
|
+
},
|
|
16375
|
+
"description": "The desired view/page you want data from.",
|
|
16376
|
+
"fieldName": "viewNumber",
|
|
16377
|
+
"inheritedFrom": {
|
|
16378
|
+
"name": "GenesisGridDatasourceElement",
|
|
16379
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16380
|
+
}
|
|
16381
|
+
},
|
|
16382
|
+
{
|
|
16383
|
+
"name": "fields",
|
|
16384
|
+
"type": {
|
|
16385
|
+
"text": "string"
|
|
16386
|
+
},
|
|
16387
|
+
"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.",
|
|
16388
|
+
"fieldName": "fields",
|
|
16389
|
+
"inheritedFrom": {
|
|
16390
|
+
"name": "GenesisGridDatasourceElement",
|
|
16391
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16392
|
+
}
|
|
16393
|
+
},
|
|
16394
|
+
{
|
|
16395
|
+
"name": "max-view",
|
|
16396
|
+
"type": {
|
|
16397
|
+
"text": "number"
|
|
16398
|
+
},
|
|
16399
|
+
"description": "Maximum number of rows to track as part of a client \"view\".",
|
|
16400
|
+
"fieldName": "maxView",
|
|
16401
|
+
"inheritedFrom": {
|
|
16402
|
+
"name": "GenesisGridDatasourceElement",
|
|
16403
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16404
|
+
}
|
|
16405
|
+
},
|
|
16406
|
+
{
|
|
16407
|
+
"name": "moving-view",
|
|
16408
|
+
"type": {
|
|
16409
|
+
"text": "boolean"
|
|
16410
|
+
},
|
|
16411
|
+
"default": "false",
|
|
16412
|
+
"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.",
|
|
16413
|
+
"fieldName": "movingView",
|
|
16414
|
+
"inheritedFrom": {
|
|
16415
|
+
"name": "GenesisGridDatasourceElement",
|
|
16416
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16417
|
+
}
|
|
16418
|
+
},
|
|
16419
|
+
{
|
|
16420
|
+
"type": {
|
|
16421
|
+
"text": "number"
|
|
16422
|
+
},
|
|
16423
|
+
"description": "Option that changes the Data Server index iteration.",
|
|
16424
|
+
"fieldName": "reverse",
|
|
16425
|
+
"default": "false",
|
|
16426
|
+
"inheritedFrom": {
|
|
16427
|
+
"name": "GenesisGridDatasourceElement",
|
|
16428
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16429
|
+
}
|
|
16430
|
+
},
|
|
16431
|
+
{
|
|
16432
|
+
"name": "disable-polling",
|
|
16433
|
+
"type": {
|
|
16434
|
+
"text": "boolean"
|
|
16435
|
+
},
|
|
16436
|
+
"default": "false",
|
|
16437
|
+
"description": "Disables polling if set to true (data updates for the grid will not be fetched automatically).",
|
|
16438
|
+
"fieldName": "disablePolling",
|
|
16439
|
+
"inheritedFrom": {
|
|
16440
|
+
"name": "GenesisGridDatasourceElement",
|
|
16441
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16442
|
+
}
|
|
16443
|
+
},
|
|
16444
|
+
{
|
|
16445
|
+
"name": "polling-interval",
|
|
16446
|
+
"type": {
|
|
16447
|
+
"text": "number"
|
|
16448
|
+
},
|
|
16449
|
+
"description": "Custom polling frequency (in milliseconds) for a Request Server resource.",
|
|
16450
|
+
"fieldName": "pollingInterval",
|
|
16451
|
+
"inheritedFrom": {
|
|
16452
|
+
"name": "GenesisGridDatasourceElement",
|
|
16453
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16454
|
+
}
|
|
16455
|
+
},
|
|
16456
|
+
{
|
|
16457
|
+
"name": "request-auto-setup",
|
|
16458
|
+
"type": {
|
|
16459
|
+
"text": "boolean"
|
|
16460
|
+
},
|
|
16461
|
+
"default": "true",
|
|
16462
|
+
"description": "Attribute to set whether the REQUEST object should be automatically set up.",
|
|
16463
|
+
"fieldName": "requestAutoSetup",
|
|
16464
|
+
"inheritedFrom": {
|
|
16465
|
+
"name": "GenesisGridDatasourceElement",
|
|
16466
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16467
|
+
}
|
|
16468
|
+
},
|
|
16469
|
+
{
|
|
16470
|
+
"name": "row-id",
|
|
16471
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
16472
|
+
"fieldName": "rowIdAttr",
|
|
16473
|
+
"inheritedFrom": {
|
|
16474
|
+
"name": "GenesisGridDatasourceElement",
|
|
16475
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16476
|
+
}
|
|
16477
|
+
},
|
|
16478
|
+
{
|
|
16479
|
+
"name": "restart-on-reconnection",
|
|
16480
|
+
"type": {
|
|
16481
|
+
"text": "boolean"
|
|
16482
|
+
},
|
|
16483
|
+
"default": "true",
|
|
16484
|
+
"description": "Attribute to set whether the datasource should restart when it reconnects.",
|
|
16485
|
+
"fieldName": "restartOnReconnection",
|
|
16486
|
+
"inheritedFrom": {
|
|
16487
|
+
"name": "GenesisGridDatasourceElement",
|
|
16488
|
+
"module": "src/datasource/base.datasource.ts"
|
|
16489
|
+
}
|
|
16541
16490
|
}
|
|
16542
|
-
]
|
|
16491
|
+
],
|
|
16492
|
+
"mixins": [
|
|
16493
|
+
{
|
|
16494
|
+
"name": "LifecycleMixin",
|
|
16495
|
+
"package": "@genesislcap/foundation-utils"
|
|
16496
|
+
}
|
|
16497
|
+
],
|
|
16498
|
+
"superclass": {
|
|
16499
|
+
"name": "GridProBaseDatasource",
|
|
16500
|
+
"module": "/src/datasource/base.datasource"
|
|
16501
|
+
},
|
|
16502
|
+
"tagName": "grid-pro-genesis-datasource",
|
|
16503
|
+
"customElement": true
|
|
16543
16504
|
}
|
|
16544
16505
|
],
|
|
16545
16506
|
"exports": [
|
|
16546
16507
|
{
|
|
16547
16508
|
"kind": "js",
|
|
16548
|
-
"name": "
|
|
16509
|
+
"name": "GridProGenesisDatasource",
|
|
16549
16510
|
"declaration": {
|
|
16550
|
-
"name": "
|
|
16551
|
-
"module": "src/
|
|
16511
|
+
"name": "GridProGenesisDatasource",
|
|
16512
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16513
|
+
}
|
|
16514
|
+
},
|
|
16515
|
+
{
|
|
16516
|
+
"kind": "custom-element-definition",
|
|
16517
|
+
"name": "grid-pro-genesis-datasource",
|
|
16518
|
+
"declaration": {
|
|
16519
|
+
"name": "GridProGenesisDatasource",
|
|
16520
|
+
"module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
|
|
16552
16521
|
}
|
|
16553
16522
|
}
|
|
16554
16523
|
]
|
|
16555
16524
|
},
|
|
16556
16525
|
{
|
|
16557
16526
|
"kind": "javascript-module",
|
|
16558
|
-
"path": "src/
|
|
16527
|
+
"path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
|
|
16559
16528
|
"declarations": [],
|
|
16560
16529
|
"exports": []
|
|
16561
16530
|
},
|
|
16531
|
+
{
|
|
16532
|
+
"kind": "javascript-module",
|
|
16533
|
+
"path": "src/grid-pro-genesis-datasource/index.ts",
|
|
16534
|
+
"declarations": [],
|
|
16535
|
+
"exports": [
|
|
16536
|
+
{
|
|
16537
|
+
"kind": "js",
|
|
16538
|
+
"name": "*",
|
|
16539
|
+
"declaration": {
|
|
16540
|
+
"name": "*",
|
|
16541
|
+
"package": "./grid-pro-genesis-datasource.config"
|
|
16542
|
+
}
|
|
16543
|
+
},
|
|
16544
|
+
{
|
|
16545
|
+
"kind": "js",
|
|
16546
|
+
"name": "*",
|
|
16547
|
+
"declaration": {
|
|
16548
|
+
"name": "*",
|
|
16549
|
+
"package": "./grid-pro-genesis-datasource.types"
|
|
16550
|
+
}
|
|
16551
|
+
},
|
|
16552
|
+
{
|
|
16553
|
+
"kind": "js",
|
|
16554
|
+
"name": "*",
|
|
16555
|
+
"declaration": {
|
|
16556
|
+
"name": "*",
|
|
16557
|
+
"package": "./grid-pro-genesis-datasource"
|
|
16558
|
+
}
|
|
16559
|
+
}
|
|
16560
|
+
]
|
|
16561
|
+
},
|
|
16562
16562
|
{
|
|
16563
16563
|
"kind": "javascript-module",
|
|
16564
16564
|
"path": "src/status-bar-components/index.ts",
|