@genesislcap/grid-pro 14.364.0 → 14.364.1

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.
@@ -7287,461 +7287,148 @@
7287
7287
  },
7288
7288
  {
7289
7289
  "kind": "javascript-module",
7290
- "path": "src/column/column.template.ts",
7290
+ "path": "src/datasource/base.datasource.ts",
7291
7291
  "declarations": [
7292
7292
  {
7293
7293
  "kind": "variable",
7294
- "name": "ColumnTemplate",
7295
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7296
- "description": "The Grid Pro Column Template.",
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": "js",
7303
- "name": "ColumnTemplate",
7304
- "declaration": {
7305
- "name": "ColumnTemplate",
7306
- "module": "src/column/column.template.ts"
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 Grid Pro Column element.",
7318
- "name": "GridProColumn",
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": "slottedAgCell",
7319
+ "name": "connect",
7323
7320
  "type": {
7324
- "text": "HTMLElement[]"
7325
- },
7326
- "privacy": "public"
7321
+ "text": "Connect"
7322
+ }
7327
7323
  },
7328
7324
  {
7329
7325
  "kind": "field",
7330
- "name": "definition",
7326
+ "name": "datasource",
7331
7327
  "type": {
7332
- "text": "ColDef"
7333
- },
7334
- "default": "{}"
7328
+ "text": "Datasource"
7329
+ }
7335
7330
  },
7336
7331
  {
7337
- "kind": "method",
7338
- "name": "slottedAgCellChanged",
7339
- "privacy": "public"
7332
+ "kind": "field",
7333
+ "name": "deferredGridOptions",
7334
+ "type": {
7335
+ "text": "GridOptions"
7336
+ }
7340
7337
  },
7341
7338
  {
7342
- "kind": "method",
7343
- "name": "deepClone",
7344
- "return": {
7345
- "type": {
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": "method",
7356
- "name": "cloneNode",
7357
- "return": {
7358
- "type": {
7359
- "text": "Node"
7360
- }
7346
+ "kind": "field",
7347
+ "name": "rowDataMapper",
7348
+ "type": {
7349
+ "text": "Function"
7361
7350
  },
7362
- "parameters": [
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": "shouldRunDisconnect",
7379
- "return": {
7380
- "type": {
7381
- "text": ""
7382
- }
7355
+ "name": "criteria",
7356
+ "type": {
7357
+ "text": "string"
7383
7358
  },
7384
- "readonly": true,
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": "shouldRunConnect",
7393
- "return": {
7394
- "type": {
7395
- "text": ""
7396
- }
7363
+ "name": "isSnapshot",
7364
+ "type": {
7365
+ "text": "boolean"
7397
7366
  },
7398
- "readonly": true,
7399
- "inheritedFrom": {
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": "method",
7406
- "name": "#_blockLifecycleDueToTokenChange",
7407
- "return": {
7408
- "type": {
7409
- "text": "boolean"
7410
- }
7371
+ "kind": "field",
7372
+ "name": "maxRows",
7373
+ "type": {
7374
+ "text": "number"
7411
7375
  },
7412
- "parameters": [
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": "_presentation",
7380
+ "name": "orderBy",
7428
7381
  "type": {
7429
- "text": "ComponentPresentation | null | undefined"
7382
+ "text": "string"
7430
7383
  },
7431
- "privacy": "private",
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": "$presentation",
7388
+ "name": "resourceName",
7441
7389
  "type": {
7442
- "text": "ComponentPresentation | null"
7390
+ "text": "string"
7443
7391
  },
7444
- "privacy": "public",
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": "template",
7396
+ "name": "viewNumber",
7454
7397
  "type": {
7455
- "text": "ElementViewTemplate | void | null"
7398
+ "text": "number"
7456
7399
  },
7457
- "privacy": "public",
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": "method",
7466
- "name": "templateChanged",
7467
- "privacy": "protected",
7468
- "return": {
7469
- "type": {
7470
- "text": "void"
7471
- }
7403
+ "kind": "field",
7404
+ "name": "fields",
7405
+ "type": {
7406
+ "text": "string"
7472
7407
  },
7473
- "inheritedFrom": {
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": "styles",
7412
+ "name": "maxView",
7481
7413
  "type": {
7482
- "text": "ElementStyles | void | null"
7414
+ "text": "number"
7483
7415
  },
7484
- "privacy": "public",
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": "method",
7493
- "name": "stylesChanged",
7494
- "privacy": "protected",
7495
- "return": {
7496
- "type": {
7497
- "text": "void"
7498
- }
7419
+ "kind": "field",
7420
+ "name": "movingView",
7421
+ "type": {
7422
+ "text": "boolean"
7499
7423
  },
7500
- "inheritedFrom": {
7501
- "name": "FoundationElement",
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": "method",
7507
- "name": "compose",
7508
- "privacy": "public",
7509
- "static": true,
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."
@@ -14915,6 +14602,319 @@
14915
14602
  }
14916
14603
  ]
14917
14604
  },
14605
+ {
14606
+ "kind": "javascript-module",
14607
+ "path": "src/column/column.template.ts",
14608
+ "declarations": [
14609
+ {
14610
+ "kind": "variable",
14611
+ "name": "ColumnTemplate",
14612
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
14613
+ "description": "The Grid Pro Column Template.",
14614
+ "privacy": "public"
14615
+ }
14616
+ ],
14617
+ "exports": [
14618
+ {
14619
+ "kind": "js",
14620
+ "name": "ColumnTemplate",
14621
+ "declaration": {
14622
+ "name": "ColumnTemplate",
14623
+ "module": "src/column/column.template.ts"
14624
+ }
14625
+ }
14626
+ ]
14627
+ },
14628
+ {
14629
+ "kind": "javascript-module",
14630
+ "path": "src/column/column.ts",
14631
+ "declarations": [
14632
+ {
14633
+ "kind": "class",
14634
+ "description": "The Grid Pro Column element.",
14635
+ "name": "GridProColumn",
14636
+ "members": [
14637
+ {
14638
+ "kind": "field",
14639
+ "name": "slottedAgCell",
14640
+ "type": {
14641
+ "text": "HTMLElement[]"
14642
+ },
14643
+ "privacy": "public"
14644
+ },
14645
+ {
14646
+ "kind": "field",
14647
+ "name": "definition",
14648
+ "type": {
14649
+ "text": "ColDef"
14650
+ },
14651
+ "default": "{}"
14652
+ },
14653
+ {
14654
+ "kind": "method",
14655
+ "name": "slottedAgCellChanged",
14656
+ "privacy": "public"
14657
+ },
14658
+ {
14659
+ "kind": "method",
14660
+ "name": "deepClone",
14661
+ "return": {
14662
+ "type": {
14663
+ "text": "Node"
14664
+ }
14665
+ },
14666
+ "inheritedFrom": {
14667
+ "name": "LifecycleMixin",
14668
+ "module": "src/mixins/lifecycle/lifecycle.ts"
14669
+ }
14670
+ },
14671
+ {
14672
+ "kind": "method",
14673
+ "name": "cloneNode",
14674
+ "return": {
14675
+ "type": {
14676
+ "text": "Node"
14677
+ }
14678
+ },
14679
+ "parameters": [
14680
+ {
14681
+ "name": "deep",
14682
+ "optional": true,
14683
+ "type": {
14684
+ "text": "boolean"
14685
+ }
14686
+ }
14687
+ ],
14688
+ "inheritedFrom": {
14689
+ "name": "LifecycleMixin",
14690
+ "module": "src/mixins/lifecycle/lifecycle.ts"
14691
+ }
14692
+ },
14693
+ {
14694
+ "kind": "field",
14695
+ "name": "shouldRunDisconnect",
14696
+ "return": {
14697
+ "type": {
14698
+ "text": ""
14699
+ }
14700
+ },
14701
+ "readonly": true,
14702
+ "inheritedFrom": {
14703
+ "name": "LifecycleMixin",
14704
+ "module": "src/mixins/lifecycle/lifecycle.ts"
14705
+ }
14706
+ },
14707
+ {
14708
+ "kind": "field",
14709
+ "name": "shouldRunConnect",
14710
+ "return": {
14711
+ "type": {
14712
+ "text": ""
14713
+ }
14714
+ },
14715
+ "readonly": true,
14716
+ "inheritedFrom": {
14717
+ "name": "LifecycleMixin",
14718
+ "module": "src/mixins/lifecycle/lifecycle.ts"
14719
+ }
14720
+ },
14721
+ {
14722
+ "kind": "method",
14723
+ "name": "#_blockLifecycleDueToTokenChange",
14724
+ "return": {
14725
+ "type": {
14726
+ "text": "boolean"
14727
+ }
14728
+ },
14729
+ "parameters": [
14730
+ {
14731
+ "name": "lifecycleType",
14732
+ "type": {
14733
+ "text": "Lifecycletype"
14734
+ }
14735
+ }
14736
+ ],
14737
+ "inheritedFrom": {
14738
+ "name": "LifecycleMixin",
14739
+ "module": "src/mixins/lifecycle/lifecycle.ts"
14740
+ }
14741
+ },
14742
+ {
14743
+ "kind": "field",
14744
+ "name": "_presentation",
14745
+ "type": {
14746
+ "text": "ComponentPresentation | null | undefined"
14747
+ },
14748
+ "privacy": "private",
14749
+ "default": "void 0",
14750
+ "inheritedFrom": {
14751
+ "name": "FoundationElement",
14752
+ "module": "src/foundation-element/foundation-element.ts"
14753
+ }
14754
+ },
14755
+ {
14756
+ "kind": "field",
14757
+ "name": "$presentation",
14758
+ "type": {
14759
+ "text": "ComponentPresentation | null"
14760
+ },
14761
+ "privacy": "public",
14762
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
14763
+ "inheritedFrom": {
14764
+ "name": "FoundationElement",
14765
+ "module": "src/foundation-element/foundation-element.ts"
14766
+ }
14767
+ },
14768
+ {
14769
+ "kind": "field",
14770
+ "name": "template",
14771
+ "type": {
14772
+ "text": "ElementViewTemplate | void | null"
14773
+ },
14774
+ "privacy": "public",
14775
+ "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.",
14776
+ "inheritedFrom": {
14777
+ "name": "FoundationElement",
14778
+ "module": "src/foundation-element/foundation-element.ts"
14779
+ }
14780
+ },
14781
+ {
14782
+ "kind": "method",
14783
+ "name": "templateChanged",
14784
+ "privacy": "protected",
14785
+ "return": {
14786
+ "type": {
14787
+ "text": "void"
14788
+ }
14789
+ },
14790
+ "inheritedFrom": {
14791
+ "name": "FoundationElement",
14792
+ "module": "src/foundation-element/foundation-element.ts"
14793
+ }
14794
+ },
14795
+ {
14796
+ "kind": "field",
14797
+ "name": "styles",
14798
+ "type": {
14799
+ "text": "ElementStyles | void | null"
14800
+ },
14801
+ "privacy": "public",
14802
+ "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.",
14803
+ "inheritedFrom": {
14804
+ "name": "FoundationElement",
14805
+ "module": "src/foundation-element/foundation-element.ts"
14806
+ }
14807
+ },
14808
+ {
14809
+ "kind": "method",
14810
+ "name": "stylesChanged",
14811
+ "privacy": "protected",
14812
+ "return": {
14813
+ "type": {
14814
+ "text": "void"
14815
+ }
14816
+ },
14817
+ "inheritedFrom": {
14818
+ "name": "FoundationElement",
14819
+ "module": "src/foundation-element/foundation-element.ts"
14820
+ }
14821
+ },
14822
+ {
14823
+ "kind": "method",
14824
+ "name": "compose",
14825
+ "privacy": "public",
14826
+ "static": true,
14827
+ "return": {
14828
+ "type": {
14829
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
14830
+ }
14831
+ },
14832
+ "parameters": [
14833
+ {
14834
+ "name": "this",
14835
+ "type": {
14836
+ "text": "K"
14837
+ }
14838
+ },
14839
+ {
14840
+ "name": "elementDefinition",
14841
+ "type": {
14842
+ "text": "T"
14843
+ },
14844
+ "description": "The definition of the element to create the registry\nfunction for."
14845
+ }
14846
+ ],
14847
+ "description": "Defines an element registry function with a set of element definition defaults.",
14848
+ "inheritedFrom": {
14849
+ "name": "FoundationElement",
14850
+ "module": "src/foundation-element/foundation-element.ts"
14851
+ }
14852
+ }
14853
+ ],
14854
+ "mixins": [
14855
+ {
14856
+ "name": "LifecycleMixin",
14857
+ "package": "@genesislcap/foundation-utils"
14858
+ }
14859
+ ],
14860
+ "superclass": {
14861
+ "name": "FoundationElement",
14862
+ "package": "@microsoft/fast-foundation"
14863
+ },
14864
+ "tagName": "grid-pro-column",
14865
+ "customElement": true
14866
+ }
14867
+ ],
14868
+ "exports": [
14869
+ {
14870
+ "kind": "js",
14871
+ "name": "GridProColumn",
14872
+ "declaration": {
14873
+ "name": "GridProColumn",
14874
+ "module": "src/column/column.ts"
14875
+ }
14876
+ },
14877
+ {
14878
+ "kind": "custom-element-definition",
14879
+ "name": "grid-pro-column",
14880
+ "declaration": {
14881
+ "name": "GridProColumn",
14882
+ "module": "src/column/column.ts"
14883
+ }
14884
+ }
14885
+ ]
14886
+ },
14887
+ {
14888
+ "kind": "javascript-module",
14889
+ "path": "src/column/index.ts",
14890
+ "declarations": [],
14891
+ "exports": [
14892
+ {
14893
+ "kind": "js",
14894
+ "name": "*",
14895
+ "declaration": {
14896
+ "name": "*",
14897
+ "package": "./column.template"
14898
+ }
14899
+ },
14900
+ {
14901
+ "kind": "js",
14902
+ "name": "*",
14903
+ "declaration": {
14904
+ "name": "*",
14905
+ "package": "./column"
14906
+ }
14907
+ },
14908
+ {
14909
+ "kind": "js",
14910
+ "name": "*",
14911
+ "declaration": {
14912
+ "name": "*",
14913
+ "package": "./utils"
14914
+ }
14915
+ }
14916
+ ]
14917
+ },
14918
14918
  {
14919
14919
  "kind": "javascript-module",
14920
14920
  "path": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-v34.d.ts","sourceRoot":"","sources":["../../src/grid-pro-v34.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro-v34.d.ts","sourceRoot":"","sources":["../../src/grid-pro-v34.ts"],"names":[],"mappings":"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"}
@@ -277,6 +277,9 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
277
277
  !transaction.remove.length) {
278
278
  this.$emit(datasourceEventNames.noDataAvailable);
279
279
  }
280
+ else {
281
+ this.$emit(datasourceEventNames.loadingFinished);
282
+ }
280
283
  }
281
284
  /**
282
285
  * Resets the grid data while keeping columnDefs and sends a DATA_LOGOFF message if it's a stream.
@@ -345,6 +345,7 @@ export class GridProV34 extends LifecycleMixin(FoundationElement) {
345
345
  */
346
346
  handleLoadingFinished() {
347
347
  if (this.gridApi) {
348
+ this.gridApi.setGridOption('loading', false);
348
349
  this.gridApi.hideOverlay();
349
350
  }
350
351
  }
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.364.0",
4
+ "version": "14.364.1",
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.364.0",
42
- "@genesislcap/genx": "14.364.0",
43
- "@genesislcap/rollup-builder": "14.364.0",
44
- "@genesislcap/ts-builder": "14.364.0",
45
- "@genesislcap/uvu-playwright-builder": "14.364.0",
46
- "@genesislcap/vite-builder": "14.364.0",
47
- "@genesislcap/webpack-builder": "14.364.0"
41
+ "@genesislcap/foundation-testing": "14.364.1",
42
+ "@genesislcap/genx": "14.364.1",
43
+ "@genesislcap/rollup-builder": "14.364.1",
44
+ "@genesislcap/ts-builder": "14.364.1",
45
+ "@genesislcap/uvu-playwright-builder": "14.364.1",
46
+ "@genesislcap/vite-builder": "14.364.1",
47
+ "@genesislcap/webpack-builder": "14.364.1"
48
48
  },
49
49
  "dependencies": {
50
- "@genesislcap/foundation-comms": "14.364.0",
51
- "@genesislcap/foundation-logger": "14.364.0",
52
- "@genesislcap/foundation-ui": "14.364.0",
53
- "@genesislcap/foundation-utils": "14.364.0",
50
+ "@genesislcap/foundation-comms": "14.364.1",
51
+ "@genesislcap/foundation-logger": "14.364.1",
52
+ "@genesislcap/foundation-ui": "14.364.1",
53
+ "@genesislcap/foundation-utils": "14.364.1",
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": "a37dabc49e6a5e2bea7ea0047c9494d37cef2d95"
80
+ "gitHead": "ba3ee9d6731c239b34cd51756e6eded6d4d96a89"
81
81
  }