@genesislcap/grid-pro 14.361.1 → 14.361.2
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 +394 -394
- package/dist/dts/grid-pro-v34.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +1 -6
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +1 -4
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/esm/grid-pro-v34.js +8 -14
- package/dist/esm/grid-pro.js +18 -49
- package/dist/grid-pro.d.ts +2 -10
- package/docs/api-report.md.api.md +1 -4
- package/package.json +13 -13
|
@@ -1808,7 +1808,7 @@
|
|
|
1808
1808
|
},
|
|
1809
1809
|
{
|
|
1810
1810
|
"kind": "field",
|
|
1811
|
-
"name": "
|
|
1811
|
+
"name": "eventHandlers",
|
|
1812
1812
|
"type": {
|
|
1813
1813
|
"text": "GridProEventsListeners"
|
|
1814
1814
|
},
|
|
@@ -7287,461 +7287,148 @@
|
|
|
7287
7287
|
},
|
|
7288
7288
|
{
|
|
7289
7289
|
"kind": "javascript-module",
|
|
7290
|
-
"path": "src/
|
|
7290
|
+
"path": "src/datasource/base.datasource.ts",
|
|
7291
7291
|
"declarations": [
|
|
7292
7292
|
{
|
|
7293
7293
|
"kind": "variable",
|
|
7294
|
-
"name": "
|
|
7295
|
-
"
|
|
7296
|
-
|
|
7294
|
+
"name": "criteriaDelimiter",
|
|
7295
|
+
"type": {
|
|
7296
|
+
"text": "string"
|
|
7297
|
+
},
|
|
7298
|
+
"default": "';'",
|
|
7299
|
+
"description": "The delimiter for the criteria string.",
|
|
7297
7300
|
"privacy": "public"
|
|
7298
|
-
}
|
|
7299
|
-
],
|
|
7300
|
-
"exports": [
|
|
7301
|
+
},
|
|
7301
7302
|
{
|
|
7302
|
-
"kind": "
|
|
7303
|
-
"name": "
|
|
7304
|
-
"
|
|
7305
|
-
"
|
|
7306
|
-
|
|
7307
|
-
|
|
7308
|
-
|
|
7309
|
-
|
|
7310
|
-
|
|
7311
|
-
{
|
|
7312
|
-
"kind": "javascript-module",
|
|
7313
|
-
"path": "src/column/column.ts",
|
|
7314
|
-
"declarations": [
|
|
7303
|
+
"kind": "variable",
|
|
7304
|
+
"name": "criteriaJoin",
|
|
7305
|
+
"type": {
|
|
7306
|
+
"text": "string"
|
|
7307
|
+
},
|
|
7308
|
+
"default": "' && '",
|
|
7309
|
+
"description": "The join for the criteria string.",
|
|
7310
|
+
"privacy": "public"
|
|
7311
|
+
},
|
|
7315
7312
|
{
|
|
7316
7313
|
"kind": "class",
|
|
7317
|
-
"description": "The
|
|
7318
|
-
"name": "
|
|
7314
|
+
"description": "The base datasource element for the grid-pro element.",
|
|
7315
|
+
"name": "GenesisGridDatasourceElement",
|
|
7319
7316
|
"members": [
|
|
7320
7317
|
{
|
|
7321
7318
|
"kind": "field",
|
|
7322
|
-
"name": "
|
|
7319
|
+
"name": "connect",
|
|
7323
7320
|
"type": {
|
|
7324
|
-
"text": "
|
|
7325
|
-
}
|
|
7326
|
-
"privacy": "public"
|
|
7321
|
+
"text": "Connect"
|
|
7322
|
+
}
|
|
7327
7323
|
},
|
|
7328
7324
|
{
|
|
7329
7325
|
"kind": "field",
|
|
7330
|
-
"name": "
|
|
7326
|
+
"name": "datasource",
|
|
7331
7327
|
"type": {
|
|
7332
|
-
"text": "
|
|
7333
|
-
}
|
|
7334
|
-
"default": "{}"
|
|
7328
|
+
"text": "Datasource"
|
|
7329
|
+
}
|
|
7335
7330
|
},
|
|
7336
7331
|
{
|
|
7337
|
-
"kind": "
|
|
7338
|
-
"name": "
|
|
7339
|
-
"
|
|
7332
|
+
"kind": "field",
|
|
7333
|
+
"name": "deferredGridOptions",
|
|
7334
|
+
"type": {
|
|
7335
|
+
"text": "GridOptions"
|
|
7336
|
+
}
|
|
7340
7337
|
},
|
|
7341
7338
|
{
|
|
7342
|
-
"kind": "
|
|
7343
|
-
"name": "
|
|
7344
|
-
"
|
|
7345
|
-
"
|
|
7346
|
-
"text": "Node"
|
|
7347
|
-
}
|
|
7348
|
-
},
|
|
7349
|
-
"inheritedFrom": {
|
|
7350
|
-
"name": "LifecycleMixin",
|
|
7351
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7339
|
+
"kind": "field",
|
|
7340
|
+
"name": "deferredColumnStates",
|
|
7341
|
+
"type": {
|
|
7342
|
+
"text": "ColumnState[]"
|
|
7352
7343
|
}
|
|
7353
7344
|
},
|
|
7354
7345
|
{
|
|
7355
|
-
"kind": "
|
|
7356
|
-
"name": "
|
|
7357
|
-
"
|
|
7358
|
-
"
|
|
7359
|
-
"text": "Node"
|
|
7360
|
-
}
|
|
7346
|
+
"kind": "field",
|
|
7347
|
+
"name": "rowDataMapper",
|
|
7348
|
+
"type": {
|
|
7349
|
+
"text": "Function"
|
|
7361
7350
|
},
|
|
7362
|
-
"
|
|
7363
|
-
{
|
|
7364
|
-
"name": "deep",
|
|
7365
|
-
"optional": true,
|
|
7366
|
-
"type": {
|
|
7367
|
-
"text": "boolean"
|
|
7368
|
-
}
|
|
7369
|
-
}
|
|
7370
|
-
],
|
|
7371
|
-
"inheritedFrom": {
|
|
7372
|
-
"name": "LifecycleMixin",
|
|
7373
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7374
|
-
}
|
|
7351
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
7375
7352
|
},
|
|
7376
7353
|
{
|
|
7377
7354
|
"kind": "field",
|
|
7378
|
-
"name": "
|
|
7379
|
-
"
|
|
7380
|
-
"
|
|
7381
|
-
"text": ""
|
|
7382
|
-
}
|
|
7355
|
+
"name": "criteria",
|
|
7356
|
+
"type": {
|
|
7357
|
+
"text": "string"
|
|
7383
7358
|
},
|
|
7384
|
-
"
|
|
7385
|
-
"inheritedFrom": {
|
|
7386
|
-
"name": "LifecycleMixin",
|
|
7387
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7388
|
-
}
|
|
7359
|
+
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
7389
7360
|
},
|
|
7390
7361
|
{
|
|
7391
7362
|
"kind": "field",
|
|
7392
|
-
"name": "
|
|
7393
|
-
"
|
|
7394
|
-
"
|
|
7395
|
-
"text": ""
|
|
7396
|
-
}
|
|
7363
|
+
"name": "isSnapshot",
|
|
7364
|
+
"type": {
|
|
7365
|
+
"text": "boolean"
|
|
7397
7366
|
},
|
|
7398
|
-
"
|
|
7399
|
-
"
|
|
7400
|
-
"name": "LifecycleMixin",
|
|
7401
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7402
|
-
}
|
|
7367
|
+
"default": "false",
|
|
7368
|
+
"description": "Request a snapshot from the server."
|
|
7403
7369
|
},
|
|
7404
7370
|
{
|
|
7405
|
-
"kind": "
|
|
7406
|
-
"name": "
|
|
7407
|
-
"
|
|
7408
|
-
"
|
|
7409
|
-
"text": "boolean"
|
|
7410
|
-
}
|
|
7371
|
+
"kind": "field",
|
|
7372
|
+
"name": "maxRows",
|
|
7373
|
+
"type": {
|
|
7374
|
+
"text": "number"
|
|
7411
7375
|
},
|
|
7412
|
-
"
|
|
7413
|
-
{
|
|
7414
|
-
"name": "lifecycleType",
|
|
7415
|
-
"type": {
|
|
7416
|
-
"text": "Lifecycletype"
|
|
7417
|
-
}
|
|
7418
|
-
}
|
|
7419
|
-
],
|
|
7420
|
-
"inheritedFrom": {
|
|
7421
|
-
"name": "LifecycleMixin",
|
|
7422
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7423
|
-
}
|
|
7376
|
+
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
7424
7377
|
},
|
|
7425
7378
|
{
|
|
7426
7379
|
"kind": "field",
|
|
7427
|
-
"name": "
|
|
7380
|
+
"name": "orderBy",
|
|
7428
7381
|
"type": {
|
|
7429
|
-
"text": "
|
|
7382
|
+
"text": "string"
|
|
7430
7383
|
},
|
|
7431
|
-
"
|
|
7432
|
-
"default": "void 0",
|
|
7433
|
-
"inheritedFrom": {
|
|
7434
|
-
"name": "FoundationElement",
|
|
7435
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7436
|
-
}
|
|
7384
|
+
"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."
|
|
7437
7385
|
},
|
|
7438
7386
|
{
|
|
7439
7387
|
"kind": "field",
|
|
7440
|
-
"name": "
|
|
7388
|
+
"name": "resourceName",
|
|
7441
7389
|
"type": {
|
|
7442
|
-
"text": "
|
|
7390
|
+
"text": "string"
|
|
7443
7391
|
},
|
|
7444
|
-
"
|
|
7445
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7446
|
-
"inheritedFrom": {
|
|
7447
|
-
"name": "FoundationElement",
|
|
7448
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7449
|
-
}
|
|
7392
|
+
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
7450
7393
|
},
|
|
7451
7394
|
{
|
|
7452
7395
|
"kind": "field",
|
|
7453
|
-
"name": "
|
|
7396
|
+
"name": "viewNumber",
|
|
7454
7397
|
"type": {
|
|
7455
|
-
"text": "
|
|
7398
|
+
"text": "number"
|
|
7456
7399
|
},
|
|
7457
|
-
"
|
|
7458
|
-
"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.",
|
|
7459
|
-
"inheritedFrom": {
|
|
7460
|
-
"name": "FoundationElement",
|
|
7461
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7462
|
-
}
|
|
7400
|
+
"description": "The desired view/page you want data from."
|
|
7463
7401
|
},
|
|
7464
7402
|
{
|
|
7465
|
-
"kind": "
|
|
7466
|
-
"name": "
|
|
7467
|
-
"
|
|
7468
|
-
|
|
7469
|
-
"type": {
|
|
7470
|
-
"text": "void"
|
|
7471
|
-
}
|
|
7403
|
+
"kind": "field",
|
|
7404
|
+
"name": "fields",
|
|
7405
|
+
"type": {
|
|
7406
|
+
"text": "string"
|
|
7472
7407
|
},
|
|
7473
|
-
"
|
|
7474
|
-
"name": "FoundationElement",
|
|
7475
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7476
|
-
}
|
|
7408
|
+
"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."
|
|
7477
7409
|
},
|
|
7478
7410
|
{
|
|
7479
7411
|
"kind": "field",
|
|
7480
|
-
"name": "
|
|
7412
|
+
"name": "maxView",
|
|
7481
7413
|
"type": {
|
|
7482
|
-
"text": "
|
|
7414
|
+
"text": "number"
|
|
7483
7415
|
},
|
|
7484
|
-
"
|
|
7485
|
-
"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.",
|
|
7486
|
-
"inheritedFrom": {
|
|
7487
|
-
"name": "FoundationElement",
|
|
7488
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7489
|
-
}
|
|
7416
|
+
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
7490
7417
|
},
|
|
7491
7418
|
{
|
|
7492
|
-
"kind": "
|
|
7493
|
-
"name": "
|
|
7494
|
-
"
|
|
7495
|
-
|
|
7496
|
-
"type": {
|
|
7497
|
-
"text": "void"
|
|
7498
|
-
}
|
|
7419
|
+
"kind": "field",
|
|
7420
|
+
"name": "movingView",
|
|
7421
|
+
"type": {
|
|
7422
|
+
"text": "boolean"
|
|
7499
7423
|
},
|
|
7500
|
-
"
|
|
7501
|
-
|
|
7502
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7503
|
-
}
|
|
7424
|
+
"default": "false",
|
|
7425
|
+
"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."
|
|
7504
7426
|
},
|
|
7505
7427
|
{
|
|
7506
|
-
"kind": "
|
|
7507
|
-
"name": "
|
|
7508
|
-
"
|
|
7509
|
-
|
|
7510
|
-
"return": {
|
|
7511
|
-
"type": {
|
|
7512
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7513
|
-
}
|
|
7514
|
-
},
|
|
7515
|
-
"parameters": [
|
|
7516
|
-
{
|
|
7517
|
-
"name": "this",
|
|
7518
|
-
"type": {
|
|
7519
|
-
"text": "K"
|
|
7520
|
-
}
|
|
7521
|
-
},
|
|
7522
|
-
{
|
|
7523
|
-
"name": "elementDefinition",
|
|
7524
|
-
"type": {
|
|
7525
|
-
"text": "T"
|
|
7526
|
-
},
|
|
7527
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7528
|
-
}
|
|
7529
|
-
],
|
|
7530
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7531
|
-
"inheritedFrom": {
|
|
7532
|
-
"name": "FoundationElement",
|
|
7533
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7534
|
-
}
|
|
7535
|
-
}
|
|
7536
|
-
],
|
|
7537
|
-
"mixins": [
|
|
7538
|
-
{
|
|
7539
|
-
"name": "LifecycleMixin",
|
|
7540
|
-
"package": "@genesislcap/foundation-utils"
|
|
7541
|
-
}
|
|
7542
|
-
],
|
|
7543
|
-
"superclass": {
|
|
7544
|
-
"name": "FoundationElement",
|
|
7545
|
-
"package": "@microsoft/fast-foundation"
|
|
7546
|
-
},
|
|
7547
|
-
"tagName": "grid-pro-column",
|
|
7548
|
-
"customElement": true
|
|
7549
|
-
}
|
|
7550
|
-
],
|
|
7551
|
-
"exports": [
|
|
7552
|
-
{
|
|
7553
|
-
"kind": "js",
|
|
7554
|
-
"name": "GridProColumn",
|
|
7555
|
-
"declaration": {
|
|
7556
|
-
"name": "GridProColumn",
|
|
7557
|
-
"module": "src/column/column.ts"
|
|
7558
|
-
}
|
|
7559
|
-
},
|
|
7560
|
-
{
|
|
7561
|
-
"kind": "custom-element-definition",
|
|
7562
|
-
"name": "grid-pro-column",
|
|
7563
|
-
"declaration": {
|
|
7564
|
-
"name": "GridProColumn",
|
|
7565
|
-
"module": "src/column/column.ts"
|
|
7566
|
-
}
|
|
7567
|
-
}
|
|
7568
|
-
]
|
|
7569
|
-
},
|
|
7570
|
-
{
|
|
7571
|
-
"kind": "javascript-module",
|
|
7572
|
-
"path": "src/column/index.ts",
|
|
7573
|
-
"declarations": [],
|
|
7574
|
-
"exports": [
|
|
7575
|
-
{
|
|
7576
|
-
"kind": "js",
|
|
7577
|
-
"name": "*",
|
|
7578
|
-
"declaration": {
|
|
7579
|
-
"name": "*",
|
|
7580
|
-
"package": "./column.template"
|
|
7581
|
-
}
|
|
7582
|
-
},
|
|
7583
|
-
{
|
|
7584
|
-
"kind": "js",
|
|
7585
|
-
"name": "*",
|
|
7586
|
-
"declaration": {
|
|
7587
|
-
"name": "*",
|
|
7588
|
-
"package": "./column"
|
|
7589
|
-
}
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"kind": "js",
|
|
7593
|
-
"name": "*",
|
|
7594
|
-
"declaration": {
|
|
7595
|
-
"name": "*",
|
|
7596
|
-
"package": "./utils"
|
|
7597
|
-
}
|
|
7598
|
-
}
|
|
7599
|
-
]
|
|
7600
|
-
},
|
|
7601
|
-
{
|
|
7602
|
-
"kind": "javascript-module",
|
|
7603
|
-
"path": "src/datasource/base.datasource.ts",
|
|
7604
|
-
"declarations": [
|
|
7605
|
-
{
|
|
7606
|
-
"kind": "variable",
|
|
7607
|
-
"name": "criteriaDelimiter",
|
|
7608
|
-
"type": {
|
|
7609
|
-
"text": "string"
|
|
7610
|
-
},
|
|
7611
|
-
"default": "';'",
|
|
7612
|
-
"description": "The delimiter for the criteria string.",
|
|
7613
|
-
"privacy": "public"
|
|
7614
|
-
},
|
|
7615
|
-
{
|
|
7616
|
-
"kind": "variable",
|
|
7617
|
-
"name": "criteriaJoin",
|
|
7618
|
-
"type": {
|
|
7619
|
-
"text": "string"
|
|
7620
|
-
},
|
|
7621
|
-
"default": "' && '",
|
|
7622
|
-
"description": "The join for the criteria string.",
|
|
7623
|
-
"privacy": "public"
|
|
7624
|
-
},
|
|
7625
|
-
{
|
|
7626
|
-
"kind": "class",
|
|
7627
|
-
"description": "The base datasource element for the grid-pro element.",
|
|
7628
|
-
"name": "GenesisGridDatasourceElement",
|
|
7629
|
-
"members": [
|
|
7630
|
-
{
|
|
7631
|
-
"kind": "field",
|
|
7632
|
-
"name": "connect",
|
|
7633
|
-
"type": {
|
|
7634
|
-
"text": "Connect"
|
|
7635
|
-
}
|
|
7636
|
-
},
|
|
7637
|
-
{
|
|
7638
|
-
"kind": "field",
|
|
7639
|
-
"name": "datasource",
|
|
7640
|
-
"type": {
|
|
7641
|
-
"text": "Datasource"
|
|
7642
|
-
}
|
|
7643
|
-
},
|
|
7644
|
-
{
|
|
7645
|
-
"kind": "field",
|
|
7646
|
-
"name": "deferredGridOptions",
|
|
7647
|
-
"type": {
|
|
7648
|
-
"text": "GridOptions"
|
|
7649
|
-
}
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"kind": "field",
|
|
7653
|
-
"name": "deferredColumnStates",
|
|
7654
|
-
"type": {
|
|
7655
|
-
"text": "ColumnState[]"
|
|
7656
|
-
}
|
|
7657
|
-
},
|
|
7658
|
-
{
|
|
7659
|
-
"kind": "field",
|
|
7660
|
-
"name": "rowDataMapper",
|
|
7661
|
-
"type": {
|
|
7662
|
-
"text": "Function"
|
|
7663
|
-
},
|
|
7664
|
-
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
7665
|
-
},
|
|
7666
|
-
{
|
|
7667
|
-
"kind": "field",
|
|
7668
|
-
"name": "criteria",
|
|
7669
|
-
"type": {
|
|
7670
|
-
"text": "string"
|
|
7671
|
-
},
|
|
7672
|
-
"description": "Groovy expression to perform filters on the query server; these remain active for the life of the subscription."
|
|
7673
|
-
},
|
|
7674
|
-
{
|
|
7675
|
-
"kind": "field",
|
|
7676
|
-
"name": "isSnapshot",
|
|
7677
|
-
"type": {
|
|
7678
|
-
"text": "boolean"
|
|
7679
|
-
},
|
|
7680
|
-
"default": "false",
|
|
7681
|
-
"description": "Request a snapshot from the server."
|
|
7682
|
-
},
|
|
7683
|
-
{
|
|
7684
|
-
"kind": "field",
|
|
7685
|
-
"name": "maxRows",
|
|
7686
|
-
"type": {
|
|
7687
|
-
"text": "number"
|
|
7688
|
-
},
|
|
7689
|
-
"description": "Maximum number of rows to be returned as part of the initial message, and as part of any additional MORE_ROWS messages."
|
|
7690
|
-
},
|
|
7691
|
-
{
|
|
7692
|
-
"kind": "field",
|
|
7693
|
-
"name": "orderBy",
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "string"
|
|
7696
|
-
},
|
|
7697
|
-
"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."
|
|
7698
|
-
},
|
|
7699
|
-
{
|
|
7700
|
-
"kind": "field",
|
|
7701
|
-
"name": "resourceName",
|
|
7702
|
-
"type": {
|
|
7703
|
-
"text": "string"
|
|
7704
|
-
},
|
|
7705
|
-
"description": "The name of the target Data Server query or Request Server requestReply."
|
|
7706
|
-
},
|
|
7707
|
-
{
|
|
7708
|
-
"kind": "field",
|
|
7709
|
-
"name": "viewNumber",
|
|
7710
|
-
"type": {
|
|
7711
|
-
"text": "number"
|
|
7712
|
-
},
|
|
7713
|
-
"description": "The desired view/page you want data from."
|
|
7714
|
-
},
|
|
7715
|
-
{
|
|
7716
|
-
"kind": "field",
|
|
7717
|
-
"name": "fields",
|
|
7718
|
-
"type": {
|
|
7719
|
-
"text": "string"
|
|
7720
|
-
},
|
|
7721
|
-
"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."
|
|
7722
|
-
},
|
|
7723
|
-
{
|
|
7724
|
-
"kind": "field",
|
|
7725
|
-
"name": "maxView",
|
|
7726
|
-
"type": {
|
|
7727
|
-
"text": "number"
|
|
7728
|
-
},
|
|
7729
|
-
"description": "Maximum number of rows to track as part of a client \"view\"."
|
|
7730
|
-
},
|
|
7731
|
-
{
|
|
7732
|
-
"kind": "field",
|
|
7733
|
-
"name": "movingView",
|
|
7734
|
-
"type": {
|
|
7735
|
-
"text": "boolean"
|
|
7736
|
-
},
|
|
7737
|
-
"default": "false",
|
|
7738
|
-
"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."
|
|
7739
|
-
},
|
|
7740
|
-
{
|
|
7741
|
-
"kind": "field",
|
|
7742
|
-
"name": "reverse",
|
|
7743
|
-
"type": {
|
|
7744
|
-
"text": "boolean"
|
|
7428
|
+
"kind": "field",
|
|
7429
|
+
"name": "reverse",
|
|
7430
|
+
"type": {
|
|
7431
|
+
"text": "boolean"
|
|
7745
7432
|
},
|
|
7746
7433
|
"default": "false",
|
|
7747
7434
|
"description": "Option that changes the Data Server index iteration."
|
|
@@ -14643,6 +14330,319 @@
|
|
|
14643
14330
|
}
|
|
14644
14331
|
]
|
|
14645
14332
|
},
|
|
14333
|
+
{
|
|
14334
|
+
"kind": "javascript-module",
|
|
14335
|
+
"path": "src/column/column.template.ts",
|
|
14336
|
+
"declarations": [
|
|
14337
|
+
{
|
|
14338
|
+
"kind": "variable",
|
|
14339
|
+
"name": "ColumnTemplate",
|
|
14340
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
14341
|
+
"description": "The Grid Pro Column Template.",
|
|
14342
|
+
"privacy": "public"
|
|
14343
|
+
}
|
|
14344
|
+
],
|
|
14345
|
+
"exports": [
|
|
14346
|
+
{
|
|
14347
|
+
"kind": "js",
|
|
14348
|
+
"name": "ColumnTemplate",
|
|
14349
|
+
"declaration": {
|
|
14350
|
+
"name": "ColumnTemplate",
|
|
14351
|
+
"module": "src/column/column.template.ts"
|
|
14352
|
+
}
|
|
14353
|
+
}
|
|
14354
|
+
]
|
|
14355
|
+
},
|
|
14356
|
+
{
|
|
14357
|
+
"kind": "javascript-module",
|
|
14358
|
+
"path": "src/column/column.ts",
|
|
14359
|
+
"declarations": [
|
|
14360
|
+
{
|
|
14361
|
+
"kind": "class",
|
|
14362
|
+
"description": "The Grid Pro Column element.",
|
|
14363
|
+
"name": "GridProColumn",
|
|
14364
|
+
"members": [
|
|
14365
|
+
{
|
|
14366
|
+
"kind": "field",
|
|
14367
|
+
"name": "slottedAgCell",
|
|
14368
|
+
"type": {
|
|
14369
|
+
"text": "HTMLElement[]"
|
|
14370
|
+
},
|
|
14371
|
+
"privacy": "public"
|
|
14372
|
+
},
|
|
14373
|
+
{
|
|
14374
|
+
"kind": "field",
|
|
14375
|
+
"name": "definition",
|
|
14376
|
+
"type": {
|
|
14377
|
+
"text": "ColDef"
|
|
14378
|
+
},
|
|
14379
|
+
"default": "{}"
|
|
14380
|
+
},
|
|
14381
|
+
{
|
|
14382
|
+
"kind": "method",
|
|
14383
|
+
"name": "slottedAgCellChanged",
|
|
14384
|
+
"privacy": "public"
|
|
14385
|
+
},
|
|
14386
|
+
{
|
|
14387
|
+
"kind": "method",
|
|
14388
|
+
"name": "deepClone",
|
|
14389
|
+
"return": {
|
|
14390
|
+
"type": {
|
|
14391
|
+
"text": "Node"
|
|
14392
|
+
}
|
|
14393
|
+
},
|
|
14394
|
+
"inheritedFrom": {
|
|
14395
|
+
"name": "LifecycleMixin",
|
|
14396
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14397
|
+
}
|
|
14398
|
+
},
|
|
14399
|
+
{
|
|
14400
|
+
"kind": "method",
|
|
14401
|
+
"name": "cloneNode",
|
|
14402
|
+
"return": {
|
|
14403
|
+
"type": {
|
|
14404
|
+
"text": "Node"
|
|
14405
|
+
}
|
|
14406
|
+
},
|
|
14407
|
+
"parameters": [
|
|
14408
|
+
{
|
|
14409
|
+
"name": "deep",
|
|
14410
|
+
"optional": true,
|
|
14411
|
+
"type": {
|
|
14412
|
+
"text": "boolean"
|
|
14413
|
+
}
|
|
14414
|
+
}
|
|
14415
|
+
],
|
|
14416
|
+
"inheritedFrom": {
|
|
14417
|
+
"name": "LifecycleMixin",
|
|
14418
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14419
|
+
}
|
|
14420
|
+
},
|
|
14421
|
+
{
|
|
14422
|
+
"kind": "field",
|
|
14423
|
+
"name": "shouldRunDisconnect",
|
|
14424
|
+
"return": {
|
|
14425
|
+
"type": {
|
|
14426
|
+
"text": ""
|
|
14427
|
+
}
|
|
14428
|
+
},
|
|
14429
|
+
"readonly": true,
|
|
14430
|
+
"inheritedFrom": {
|
|
14431
|
+
"name": "LifecycleMixin",
|
|
14432
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14433
|
+
}
|
|
14434
|
+
},
|
|
14435
|
+
{
|
|
14436
|
+
"kind": "field",
|
|
14437
|
+
"name": "shouldRunConnect",
|
|
14438
|
+
"return": {
|
|
14439
|
+
"type": {
|
|
14440
|
+
"text": ""
|
|
14441
|
+
}
|
|
14442
|
+
},
|
|
14443
|
+
"readonly": true,
|
|
14444
|
+
"inheritedFrom": {
|
|
14445
|
+
"name": "LifecycleMixin",
|
|
14446
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14447
|
+
}
|
|
14448
|
+
},
|
|
14449
|
+
{
|
|
14450
|
+
"kind": "method",
|
|
14451
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
14452
|
+
"return": {
|
|
14453
|
+
"type": {
|
|
14454
|
+
"text": "boolean"
|
|
14455
|
+
}
|
|
14456
|
+
},
|
|
14457
|
+
"parameters": [
|
|
14458
|
+
{
|
|
14459
|
+
"name": "lifecycleType",
|
|
14460
|
+
"type": {
|
|
14461
|
+
"text": "Lifecycletype"
|
|
14462
|
+
}
|
|
14463
|
+
}
|
|
14464
|
+
],
|
|
14465
|
+
"inheritedFrom": {
|
|
14466
|
+
"name": "LifecycleMixin",
|
|
14467
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14468
|
+
}
|
|
14469
|
+
},
|
|
14470
|
+
{
|
|
14471
|
+
"kind": "field",
|
|
14472
|
+
"name": "_presentation",
|
|
14473
|
+
"type": {
|
|
14474
|
+
"text": "ComponentPresentation | null | undefined"
|
|
14475
|
+
},
|
|
14476
|
+
"privacy": "private",
|
|
14477
|
+
"default": "void 0",
|
|
14478
|
+
"inheritedFrom": {
|
|
14479
|
+
"name": "FoundationElement",
|
|
14480
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14481
|
+
}
|
|
14482
|
+
},
|
|
14483
|
+
{
|
|
14484
|
+
"kind": "field",
|
|
14485
|
+
"name": "$presentation",
|
|
14486
|
+
"type": {
|
|
14487
|
+
"text": "ComponentPresentation | null"
|
|
14488
|
+
},
|
|
14489
|
+
"privacy": "public",
|
|
14490
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
14491
|
+
"inheritedFrom": {
|
|
14492
|
+
"name": "FoundationElement",
|
|
14493
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14494
|
+
}
|
|
14495
|
+
},
|
|
14496
|
+
{
|
|
14497
|
+
"kind": "field",
|
|
14498
|
+
"name": "template",
|
|
14499
|
+
"type": {
|
|
14500
|
+
"text": "ElementViewTemplate | void | null"
|
|
14501
|
+
},
|
|
14502
|
+
"privacy": "public",
|
|
14503
|
+
"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.",
|
|
14504
|
+
"inheritedFrom": {
|
|
14505
|
+
"name": "FoundationElement",
|
|
14506
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14507
|
+
}
|
|
14508
|
+
},
|
|
14509
|
+
{
|
|
14510
|
+
"kind": "method",
|
|
14511
|
+
"name": "templateChanged",
|
|
14512
|
+
"privacy": "protected",
|
|
14513
|
+
"return": {
|
|
14514
|
+
"type": {
|
|
14515
|
+
"text": "void"
|
|
14516
|
+
}
|
|
14517
|
+
},
|
|
14518
|
+
"inheritedFrom": {
|
|
14519
|
+
"name": "FoundationElement",
|
|
14520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14521
|
+
}
|
|
14522
|
+
},
|
|
14523
|
+
{
|
|
14524
|
+
"kind": "field",
|
|
14525
|
+
"name": "styles",
|
|
14526
|
+
"type": {
|
|
14527
|
+
"text": "ElementStyles | void | null"
|
|
14528
|
+
},
|
|
14529
|
+
"privacy": "public",
|
|
14530
|
+
"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.",
|
|
14531
|
+
"inheritedFrom": {
|
|
14532
|
+
"name": "FoundationElement",
|
|
14533
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14534
|
+
}
|
|
14535
|
+
},
|
|
14536
|
+
{
|
|
14537
|
+
"kind": "method",
|
|
14538
|
+
"name": "stylesChanged",
|
|
14539
|
+
"privacy": "protected",
|
|
14540
|
+
"return": {
|
|
14541
|
+
"type": {
|
|
14542
|
+
"text": "void"
|
|
14543
|
+
}
|
|
14544
|
+
},
|
|
14545
|
+
"inheritedFrom": {
|
|
14546
|
+
"name": "FoundationElement",
|
|
14547
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14548
|
+
}
|
|
14549
|
+
},
|
|
14550
|
+
{
|
|
14551
|
+
"kind": "method",
|
|
14552
|
+
"name": "compose",
|
|
14553
|
+
"privacy": "public",
|
|
14554
|
+
"static": true,
|
|
14555
|
+
"return": {
|
|
14556
|
+
"type": {
|
|
14557
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
14558
|
+
}
|
|
14559
|
+
},
|
|
14560
|
+
"parameters": [
|
|
14561
|
+
{
|
|
14562
|
+
"name": "this",
|
|
14563
|
+
"type": {
|
|
14564
|
+
"text": "K"
|
|
14565
|
+
}
|
|
14566
|
+
},
|
|
14567
|
+
{
|
|
14568
|
+
"name": "elementDefinition",
|
|
14569
|
+
"type": {
|
|
14570
|
+
"text": "T"
|
|
14571
|
+
},
|
|
14572
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
14573
|
+
}
|
|
14574
|
+
],
|
|
14575
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
14576
|
+
"inheritedFrom": {
|
|
14577
|
+
"name": "FoundationElement",
|
|
14578
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14579
|
+
}
|
|
14580
|
+
}
|
|
14581
|
+
],
|
|
14582
|
+
"mixins": [
|
|
14583
|
+
{
|
|
14584
|
+
"name": "LifecycleMixin",
|
|
14585
|
+
"package": "@genesislcap/foundation-utils"
|
|
14586
|
+
}
|
|
14587
|
+
],
|
|
14588
|
+
"superclass": {
|
|
14589
|
+
"name": "FoundationElement",
|
|
14590
|
+
"package": "@microsoft/fast-foundation"
|
|
14591
|
+
},
|
|
14592
|
+
"tagName": "grid-pro-column",
|
|
14593
|
+
"customElement": true
|
|
14594
|
+
}
|
|
14595
|
+
],
|
|
14596
|
+
"exports": [
|
|
14597
|
+
{
|
|
14598
|
+
"kind": "js",
|
|
14599
|
+
"name": "GridProColumn",
|
|
14600
|
+
"declaration": {
|
|
14601
|
+
"name": "GridProColumn",
|
|
14602
|
+
"module": "src/column/column.ts"
|
|
14603
|
+
}
|
|
14604
|
+
},
|
|
14605
|
+
{
|
|
14606
|
+
"kind": "custom-element-definition",
|
|
14607
|
+
"name": "grid-pro-column",
|
|
14608
|
+
"declaration": {
|
|
14609
|
+
"name": "GridProColumn",
|
|
14610
|
+
"module": "src/column/column.ts"
|
|
14611
|
+
}
|
|
14612
|
+
}
|
|
14613
|
+
]
|
|
14614
|
+
},
|
|
14615
|
+
{
|
|
14616
|
+
"kind": "javascript-module",
|
|
14617
|
+
"path": "src/column/index.ts",
|
|
14618
|
+
"declarations": [],
|
|
14619
|
+
"exports": [
|
|
14620
|
+
{
|
|
14621
|
+
"kind": "js",
|
|
14622
|
+
"name": "*",
|
|
14623
|
+
"declaration": {
|
|
14624
|
+
"name": "*",
|
|
14625
|
+
"package": "./column.template"
|
|
14626
|
+
}
|
|
14627
|
+
},
|
|
14628
|
+
{
|
|
14629
|
+
"kind": "js",
|
|
14630
|
+
"name": "*",
|
|
14631
|
+
"declaration": {
|
|
14632
|
+
"name": "*",
|
|
14633
|
+
"package": "./column"
|
|
14634
|
+
}
|
|
14635
|
+
},
|
|
14636
|
+
{
|
|
14637
|
+
"kind": "js",
|
|
14638
|
+
"name": "*",
|
|
14639
|
+
"declaration": {
|
|
14640
|
+
"name": "*",
|
|
14641
|
+
"package": "./utils"
|
|
14642
|
+
}
|
|
14643
|
+
}
|
|
14644
|
+
]
|
|
14645
|
+
},
|
|
14646
14646
|
{
|
|
14647
14647
|
"kind": "javascript-module",
|
|
14648
14648
|
"path": "src/external/ag-grid-css.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro-v34.d.ts","sourceRoot":"","sources":["../../src/grid-pro-v34.ts"],"names":[],"mappings":"AAGA,OAAO,EAAyB,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,KAAK,EACV,MAAM,EAEN,OAAO,EACP,WAAW,EACX,UAAU,EAEX,MAAM,mBAAmB,CAAC;AAC3B,OAAO,
|
|
1
|
+
{"version":3,"file":"grid-pro-v34.d.ts","sourceRoot":"","sources":["../../src/grid-pro-v34.ts"],"names":[],"mappings":"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"}
|
package/dist/dts/grid-pro.d.ts
CHANGED
|
@@ -538,7 +538,7 @@ export declare class GridPro extends GridPro_base {
|
|
|
538
538
|
protected agGridOptions: GridOptions;
|
|
539
539
|
protected initialised: boolean;
|
|
540
540
|
private rehydrationAttempted;
|
|
541
|
-
private
|
|
541
|
+
private eventHandlers;
|
|
542
542
|
private gridEventsQueue;
|
|
543
543
|
private registeredGridEvents;
|
|
544
544
|
private _filterConfig;
|
|
@@ -579,11 +579,6 @@ export declare class GridPro extends GridPro_base {
|
|
|
579
579
|
hideDatasourceError(): void;
|
|
580
580
|
connectedCallback(): void;
|
|
581
581
|
disconnectedCallback(): void;
|
|
582
|
-
/**
|
|
583
|
-
* Helper method to add or remove datasource event listeners
|
|
584
|
-
* @internal
|
|
585
|
-
*/
|
|
586
|
-
private toggleDatasourceEventListeners;
|
|
587
582
|
/**
|
|
588
583
|
* Handles datasource initialization
|
|
589
584
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,MAAM,EACN,SAAS,
|
|
1
|
+
{"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
|
|
@@ -206,10 +206,7 @@ export declare enum GridProCaseType {
|
|
|
206
206
|
* Grid Pro Event Listeners
|
|
207
207
|
* @internal
|
|
208
208
|
*/
|
|
209
|
-
export type GridProEventsListeners =
|
|
210
|
-
key: string;
|
|
211
|
-
action: (event: Event) => void;
|
|
212
|
-
}[];
|
|
209
|
+
export type GridProEventsListeners = [string, (event: Event) => void][];
|
|
213
210
|
/**
|
|
214
211
|
* Grid Pro Error Types
|
|
215
212
|
* @public
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"grid-pro.types.d.ts","sourceRoot":"","sources":["../../src/grid-pro.types.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/grid-pro-v34.js
CHANGED
|
@@ -4,12 +4,12 @@ import { LifecycleMixin, respondToVisibility } from '@genesislcap/foundation-uti
|
|
|
4
4
|
import { baseLayerLuminance, StandardLuminance } from '@microsoft/fast-components';
|
|
5
5
|
import { attr, DOM, observable } from '@microsoft/fast-element';
|
|
6
6
|
import { FoundationElement } from '@microsoft/fast-foundation';
|
|
7
|
-
import {
|
|
7
|
+
import { CellStyleModule, ClientSideRowModelApiModule, ClientSideRowModelModule, ColumnApiModule, ColumnAutoSizeModule, createGrid, CsvExportModule, DateFilterModule, EventApiModule, HighlightChangesModule, ModuleRegistry, NumberFilterModule, PaginationModule, RenderApiModule, RowApiModule, RowStyleModule, TextFilterModule, TooltipModule, } from 'ag-grid-community';
|
|
8
8
|
import * as changeCase from 'change-case';
|
|
9
9
|
import debounce from 'lodash.debounce';
|
|
10
10
|
import { GridProCell } from './cell';
|
|
11
11
|
import { DateEditor, MultiselectEditor, NumberEditor, SelectEditor, StringEditor, } from './cell-editors';
|
|
12
|
-
import { ActionRenderer, ActionsMenuRenderer, BooleanRenderer, EditableRenderer,
|
|
12
|
+
import { ActionRenderer, ActionsMenuRenderer, BooleanRenderer, EditableRenderer, SelectRenderer, StatusPillRenderer, } from './cell-renderers';
|
|
13
13
|
import { GridProColumn } from './column';
|
|
14
14
|
import { GridProClientSideDatasource, GridProServerSideDatasource } from './datasource';
|
|
15
15
|
import { baseDatasourceEventNames } from './datasource/base.types';
|
|
@@ -136,15 +136,9 @@ export class GridProV34 extends LifecycleMixin(FoundationElement) {
|
|
|
136
136
|
this.registeredGridEvents = new Set();
|
|
137
137
|
this._filterConfig = undefined;
|
|
138
138
|
const hideDataSourceError = this.hideDatasourceError.bind(this);
|
|
139
|
-
this.rootEventsListeners.push(
|
|
139
|
+
this.rootEventsListeners.push([gridProGenesisDatasourceEventNames.dataInit, hideDataSourceError], [gridProEventNames.datasourceErrorClose, hideDataSourceError],
|
|
140
140
|
// Base datasource error handling for resource validation and initialization errors
|
|
141
|
-
|
|
142
|
-
key: baseDatasourceEventNames.error,
|
|
143
|
-
action: this.handleBaseDatasourceError.bind(this),
|
|
144
|
-
}, {
|
|
145
|
-
key: baseDatasourceEventNames.connected,
|
|
146
|
-
action: hideDataSourceError,
|
|
147
|
-
});
|
|
141
|
+
[baseDatasourceEventNames.error, this.handleBaseDatasourceError.bind(this)], [baseDatasourceEventNames.connected, hideDataSourceError]);
|
|
148
142
|
}
|
|
149
143
|
/**
|
|
150
144
|
* Adds an event listener to the grid element.
|
|
@@ -210,8 +204,8 @@ export class GridProV34 extends LifecycleMixin(FoundationElement) {
|
|
|
210
204
|
this.rehydrationAttempted = false;
|
|
211
205
|
if (!this.shouldRunConnect)
|
|
212
206
|
return;
|
|
213
|
-
this.rootEventsListeners.forEach((
|
|
214
|
-
this.addEventListener(
|
|
207
|
+
this.rootEventsListeners.forEach(([eventName, handler]) => {
|
|
208
|
+
this.addEventListener(eventName, handler);
|
|
215
209
|
});
|
|
216
210
|
// Add datasource event listeners
|
|
217
211
|
this.toggleDatasourceEventListeners(true);
|
|
@@ -223,8 +217,8 @@ export class GridProV34 extends LifecycleMixin(FoundationElement) {
|
|
|
223
217
|
super.disconnectedCallback();
|
|
224
218
|
this.rehydrationAttempted = false;
|
|
225
219
|
const shouldRunDisconnect = this.shouldRunDisconnect;
|
|
226
|
-
this.rootEventsListeners.forEach((
|
|
227
|
-
this.removeEventListener(
|
|
220
|
+
this.rootEventsListeners.forEach(([eventName, handler]) => {
|
|
221
|
+
this.removeEventListener(eventName, handler);
|
|
228
222
|
});
|
|
229
223
|
// Remove datasource event listeners
|
|
230
224
|
this.toggleDatasourceEventListeners(false);
|
package/dist/esm/grid-pro.js
CHANGED
|
@@ -11,7 +11,7 @@ import * as changeCase from 'change-case';
|
|
|
11
11
|
import debounce from 'lodash.debounce';
|
|
12
12
|
import { GridProCell } from './cell';
|
|
13
13
|
import { DateEditor, MultiselectEditor, NumberEditor, SelectEditor, StringEditor, } from './cell-editors';
|
|
14
|
-
import { ActionRenderer, ActionsMenuRenderer, BooleanRenderer, EditableRenderer,
|
|
14
|
+
import { ActionRenderer, ActionsMenuRenderer, BooleanRenderer, EditableRenderer, SelectRenderer, StatusPillRenderer, } from './cell-renderers';
|
|
15
15
|
import { GridProColumn } from './column';
|
|
16
16
|
import { GridProClientSideDatasource, GridProServerSideDatasource } from './datasource';
|
|
17
17
|
import { baseDatasourceEventNames } from './datasource/base.types';
|
|
@@ -25,7 +25,7 @@ import { AgGridTheme, agThemeFontsId, agThemeTokenMapClassname, DEFAULT_STATUS_B
|
|
|
25
25
|
import { StatePersistence } from './state-persistence';
|
|
26
26
|
import { LabelValueStatusBarComponent, LoadMoreStatusBarComponent, PaginationStatusBarComponent, ReloadStatusBarComponent, RowCountStatusBarComponent, } from './status-bar-components';
|
|
27
27
|
import { ErrorTooltip } from './tooltips';
|
|
28
|
-
import { convertToKebabCase, logger, mergeAndDedupColDefWithColumnState,
|
|
28
|
+
import { convertColDefsToColumnStates, convertToKebabCase, logger, mergeAndDedupColDefWithColumnState, } from './utils';
|
|
29
29
|
GridProGenesisDatasource;
|
|
30
30
|
GridProClientSideDatasource;
|
|
31
31
|
GridProServerSideDatasource;
|
|
@@ -174,7 +174,7 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
174
174
|
*/
|
|
175
175
|
this.withStatusBar = false;
|
|
176
176
|
this.rehydrationAttempted = false;
|
|
177
|
-
this.
|
|
177
|
+
this.eventHandlers = [];
|
|
178
178
|
this.gridEventsQueue = [];
|
|
179
179
|
this.registeredGridEvents = new Set();
|
|
180
180
|
this._filterConfig = undefined;
|
|
@@ -185,15 +185,17 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
185
185
|
return map;
|
|
186
186
|
}, {});
|
|
187
187
|
const hideDataSourceError = this.hideDatasourceError.bind(this);
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
188
|
+
// Bind all event handlers once to ensure proper add/remove of listeners
|
|
189
|
+
this.eventHandlers.push(
|
|
190
|
+
// Root event listeners
|
|
191
|
+
[gridProGenesisDatasourceEventNames.dataInit, hideDataSourceError], [gridProEventNames.datasourceErrorClose, hideDataSourceError], [baseDatasourceEventNames.error, this.handleBaseDatasourceError.bind(this)], [baseDatasourceEventNames.connected, hideDataSourceError],
|
|
192
|
+
// Datasource event listeners
|
|
193
|
+
[datasourceEventNames.initialize, this.handleInitialize.bind(this)], [datasourceEventNames.dataLoaded, this.handleDataLoaded.bind(this)], [datasourceEventNames.dataChanged, this.handleDataChanged.bind(this)], [datasourceEventNames.schemaUpdated, this.handleSchemaUpdated.bind(this)], [datasourceEventNames.dataCleared, this.handleDataCleared.bind(this)], [datasourceEventNames.loadingStarted, this.handleLoadingStarted.bind(this)], [datasourceEventNames.loadingFinished, this.handleLoadingFinished.bind(this)], [datasourceEventNames.noDataAvailable, this.handleNoDataAvailable.bind(this)], [datasourceEventNames.filtersRestored, this.handleFiltersRestored.bind(this)], [datasourceEventNames.moreDataAvailable, this.handleMoreDataAvailable.bind(this)], [datasourceEventNames.error, this.handleDatasourceError.bind(this)], [datasourceEventNames.destroy, this.handleDatasourceDestroy.bind(this)],
|
|
194
|
+
// Server-side specific events
|
|
195
|
+
[datasourceEventNames.cacheFilterConfig, this.cacheFilterConfig.bind(this)], [datasourceEventNames.refreshServerSide, this.handleRefreshServerSide.bind(this)], [datasourceEventNames.setServerSideDatasource, this.handleSetServerSideDatasource.bind(this)], [datasourceEventNames.addGridCssClass, this.handleAddGridCssClass.bind(this)], [datasourceEventNames.removeGridCssClass, this.handleRemoveGridCssClass.bind(this)], [
|
|
196
|
+
datasourceEventNames.applyServerSideTransaction,
|
|
197
|
+
this.handleApplyServerSideTransaction.bind(this),
|
|
198
|
+
]);
|
|
197
199
|
}
|
|
198
200
|
/**
|
|
199
201
|
* Adds an event listener to the grid element.
|
|
@@ -264,10 +266,9 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
264
266
|
configurable: true,
|
|
265
267
|
});
|
|
266
268
|
});
|
|
267
|
-
this.
|
|
268
|
-
this.addEventListener(
|
|
269
|
+
this.eventHandlers.forEach(([eventName, handler]) => {
|
|
270
|
+
this.addEventListener(eventName, handler);
|
|
269
271
|
});
|
|
270
|
-
this.toggleDatasourceEventListeners(true);
|
|
271
272
|
this.paginationPageSize = this.isServerSide
|
|
272
273
|
? this.gridProDatasource.maxRows
|
|
273
274
|
: DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE;
|
|
@@ -276,10 +277,9 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
276
277
|
super.disconnectedCallback();
|
|
277
278
|
this.rehydrationAttempted = false;
|
|
278
279
|
const shouldRunDisconnect = this.shouldRunDisconnect;
|
|
279
|
-
this.
|
|
280
|
-
this.removeEventListener(
|
|
280
|
+
this.eventHandlers.forEach(([eventName, handler]) => {
|
|
281
|
+
this.removeEventListener(eventName, handler);
|
|
281
282
|
});
|
|
282
|
-
this.toggleDatasourceEventListeners(false);
|
|
283
283
|
DOM.queueUpdate(() => {
|
|
284
284
|
var _a;
|
|
285
285
|
if (!shouldRunDisconnect)
|
|
@@ -291,37 +291,6 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
|
|
|
291
291
|
this.registeredGridEvents.clear();
|
|
292
292
|
});
|
|
293
293
|
}
|
|
294
|
-
/**
|
|
295
|
-
* Helper method to add or remove datasource event listeners
|
|
296
|
-
* @internal
|
|
297
|
-
*/
|
|
298
|
-
toggleDatasourceEventListeners(add) {
|
|
299
|
-
const eventHandlers = [
|
|
300
|
-
[datasourceEventNames.initialize, this.handleInitialize],
|
|
301
|
-
[datasourceEventNames.dataLoaded, this.handleDataLoaded],
|
|
302
|
-
[datasourceEventNames.dataChanged, this.handleDataChanged],
|
|
303
|
-
[datasourceEventNames.schemaUpdated, this.handleSchemaUpdated],
|
|
304
|
-
[datasourceEventNames.dataCleared, this.handleDataCleared],
|
|
305
|
-
[datasourceEventNames.loadingStarted, this.handleLoadingStarted],
|
|
306
|
-
[datasourceEventNames.loadingFinished, this.handleLoadingFinished],
|
|
307
|
-
[datasourceEventNames.noDataAvailable, this.handleNoDataAvailable],
|
|
308
|
-
[datasourceEventNames.filtersRestored, this.handleFiltersRestored],
|
|
309
|
-
[datasourceEventNames.moreDataAvailable, this.handleMoreDataAvailable],
|
|
310
|
-
[datasourceEventNames.error, this.handleDatasourceError],
|
|
311
|
-
[datasourceEventNames.destroy, this.handleDatasourceDestroy],
|
|
312
|
-
// Server-side specific events
|
|
313
|
-
[datasourceEventNames.cacheFilterConfig, this.cacheFilterConfig],
|
|
314
|
-
[datasourceEventNames.refreshServerSide, this.handleRefreshServerSide],
|
|
315
|
-
[datasourceEventNames.setServerSideDatasource, this.handleSetServerSideDatasource],
|
|
316
|
-
[datasourceEventNames.addGridCssClass, this.handleAddGridCssClass],
|
|
317
|
-
[datasourceEventNames.removeGridCssClass, this.handleRemoveGridCssClass],
|
|
318
|
-
[datasourceEventNames.applyServerSideTransaction, this.handleApplyServerSideTransaction],
|
|
319
|
-
];
|
|
320
|
-
const method = add ? 'addEventListener' : 'removeEventListener';
|
|
321
|
-
eventHandlers.forEach(([eventName, handler]) => {
|
|
322
|
-
this[method](eventName, handler.bind(this));
|
|
323
|
-
});
|
|
324
|
-
}
|
|
325
294
|
/**
|
|
326
295
|
* Handles datasource initialization
|
|
327
296
|
* @internal
|
package/dist/grid-pro.d.ts
CHANGED
|
@@ -2018,7 +2018,7 @@ export declare class GridPro extends GridPro_base {
|
|
|
2018
2018
|
protected agGridOptions: GridOptions;
|
|
2019
2019
|
protected initialised: boolean;
|
|
2020
2020
|
private rehydrationAttempted;
|
|
2021
|
-
private
|
|
2021
|
+
private eventHandlers;
|
|
2022
2022
|
private gridEventsQueue;
|
|
2023
2023
|
private registeredGridEvents;
|
|
2024
2024
|
private _filterConfig;
|
|
@@ -2059,11 +2059,6 @@ export declare class GridPro extends GridPro_base {
|
|
|
2059
2059
|
hideDatasourceError(): void;
|
|
2060
2060
|
connectedCallback(): void;
|
|
2061
2061
|
disconnectedCallback(): void;
|
|
2062
|
-
/**
|
|
2063
|
-
* Helper method to add or remove datasource event listeners
|
|
2064
|
-
* @internal
|
|
2065
|
-
*/
|
|
2066
|
-
private toggleDatasourceEventListeners;
|
|
2067
2062
|
/**
|
|
2068
2063
|
* Handles datasource initialization
|
|
2069
2064
|
* @internal
|
|
@@ -3203,10 +3198,7 @@ export declare type GridProEventsAndCallbacks = OnlyFunctions<UntypeNonFunctions
|
|
|
3203
3198
|
* Grid Pro Event Listeners
|
|
3204
3199
|
* @internal
|
|
3205
3200
|
*/
|
|
3206
|
-
export declare type GridProEventsListeners =
|
|
3207
|
-
key: string;
|
|
3208
|
-
action: (event: Event) => void;
|
|
3209
|
-
}[];
|
|
3201
|
+
export declare type GridProEventsListeners = [string, (event: Event) => void][];
|
|
3210
3202
|
|
|
3211
3203
|
/**
|
|
3212
3204
|
* The Genesis Datasource element, for CSRM-compatible data fetching and used exclusively by the GridPro element.
|
|
@@ -1275,10 +1275,7 @@ export type GridProEventsAndCallbacks = OnlyFunctions<UntypeNonFunctions<GridOpt
|
|
|
1275
1275
|
// Warning: (ae-internal-missing-underscore) The name "GridProEventsListeners" should be prefixed with an underscore because the declaration is marked as @internal
|
|
1276
1276
|
//
|
|
1277
1277
|
// @internal
|
|
1278
|
-
export type GridProEventsListeners =
|
|
1279
|
-
key: string;
|
|
1280
|
-
action: (event: Event) => void;
|
|
1281
|
-
}[];
|
|
1278
|
+
export type GridProEventsListeners = [string, (event: Event) => void][];
|
|
1282
1279
|
|
|
1283
1280
|
// Warning: (ae-forgotten-export) The symbol "GridProGenesisDatasource_base" needs to be exported by the entry point index.d.ts
|
|
1284
1281
|
//
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.361.
|
|
4
|
+
"version": "14.361.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.361.
|
|
42
|
-
"@genesislcap/genx": "14.361.
|
|
43
|
-
"@genesislcap/rollup-builder": "14.361.
|
|
44
|
-
"@genesislcap/ts-builder": "14.361.
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.361.
|
|
46
|
-
"@genesislcap/vite-builder": "14.361.
|
|
47
|
-
"@genesislcap/webpack-builder": "14.361.
|
|
41
|
+
"@genesislcap/foundation-testing": "14.361.2",
|
|
42
|
+
"@genesislcap/genx": "14.361.2",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.361.2",
|
|
44
|
+
"@genesislcap/ts-builder": "14.361.2",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.361.2",
|
|
46
|
+
"@genesislcap/vite-builder": "14.361.2",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.361.2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/foundation-comms": "14.361.
|
|
51
|
-
"@genesislcap/foundation-logger": "14.361.
|
|
52
|
-
"@genesislcap/foundation-ui": "14.361.
|
|
53
|
-
"@genesislcap/foundation-utils": "14.361.
|
|
50
|
+
"@genesislcap/foundation-comms": "14.361.2",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.361.2",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.361.2",
|
|
53
|
+
"@genesislcap/foundation-utils": "14.361.2",
|
|
54
54
|
"@microsoft/fast-colors": "5.3.1",
|
|
55
55
|
"@microsoft/fast-components": "2.30.6",
|
|
56
56
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "1b33b186428cc9867d70fe74ec5394a0bfcbf7d8"
|
|
81
81
|
}
|