@genesislcap/grid-pro 14.451.4 → 14.451.5-alpha-a976431.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5298,69 +5298,123 @@
5298
5298
  },
5299
5299
  {
5300
5300
  "kind": "javascript-module",
5301
- "path": "src/cell-renderers/action.renderer.ts",
5301
+ "path": "src/column/column.template.ts",
5302
+ "declarations": [
5303
+ {
5304
+ "kind": "variable",
5305
+ "name": "ColumnTemplate",
5306
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5307
+ "description": "The Grid Pro Column Template.",
5308
+ "privacy": "public"
5309
+ }
5310
+ ],
5311
+ "exports": [
5312
+ {
5313
+ "kind": "js",
5314
+ "name": "ColumnTemplate",
5315
+ "declaration": {
5316
+ "name": "ColumnTemplate",
5317
+ "module": "src/column/column.template.ts"
5318
+ }
5319
+ }
5320
+ ]
5321
+ },
5322
+ {
5323
+ "kind": "javascript-module",
5324
+ "path": "src/column/column.ts",
5302
5325
  "declarations": [
5303
5326
  {
5304
5327
  "kind": "class",
5305
- "description": "The AG Action Renderer element.",
5306
- "name": "ActionRenderer",
5328
+ "description": "The Grid Pro Column element.",
5329
+ "name": "GridProColumn",
5307
5330
  "members": [
5308
5331
  {
5309
5332
  "kind": "field",
5310
- "name": "params",
5333
+ "name": "slottedAgCell",
5311
5334
  "type": {
5312
- "text": "ICellRendererParams & ActionRendererParams"
5335
+ "text": "HTMLElement[]"
5313
5336
  },
5314
5337
  "privacy": "public"
5315
5338
  },
5316
5339
  {
5317
5340
  "kind": "field",
5318
- "name": "pendingAction",
5341
+ "name": "definition",
5319
5342
  "type": {
5320
- "text": "boolean"
5343
+ "text": "ColDef"
5321
5344
  },
5322
- "privacy": "public"
5345
+ "default": "{}"
5323
5346
  },
5324
5347
  {
5325
5348
  "kind": "method",
5326
- "name": "init",
5327
- "privacy": "public",
5328
- "parameters": [
5329
- {
5330
- "name": "params",
5331
- "type": {
5332
- "text": "ICellRendererParams & ActionRendererParams"
5333
- }
5334
- }
5335
- ]
5349
+ "name": "slottedAgCellChanged",
5350
+ "privacy": "public"
5336
5351
  },
5337
5352
  {
5338
5353
  "kind": "method",
5339
- "name": "getGui",
5340
- "privacy": "public",
5354
+ "name": "deepClone",
5341
5355
  "return": {
5342
5356
  "type": {
5343
- "text": "HTMLElement"
5357
+ "text": "Node"
5344
5358
  }
5359
+ },
5360
+ "inheritedFrom": {
5361
+ "name": "LifecycleMixin",
5362
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5345
5363
  }
5346
5364
  },
5347
5365
  {
5348
5366
  "kind": "method",
5349
- "name": "refresh",
5350
- "privacy": "public",
5367
+ "name": "cloneNode",
5368
+ "return": {
5369
+ "type": {
5370
+ "text": "Node"
5371
+ }
5372
+ },
5351
5373
  "parameters": [
5352
5374
  {
5353
- "name": "params",
5375
+ "name": "deep",
5376
+ "optional": true,
5354
5377
  "type": {
5355
- "text": "ICellRendererParams"
5378
+ "text": "boolean"
5356
5379
  }
5357
5380
  }
5358
- ]
5381
+ ],
5382
+ "inheritedFrom": {
5383
+ "name": "LifecycleMixin",
5384
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5385
+ }
5386
+ },
5387
+ {
5388
+ "kind": "field",
5389
+ "name": "shouldRunDisconnect",
5390
+ "return": {
5391
+ "type": {
5392
+ "text": ""
5393
+ }
5394
+ },
5395
+ "readonly": true,
5396
+ "inheritedFrom": {
5397
+ "name": "LifecycleMixin",
5398
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5399
+ }
5400
+ },
5401
+ {
5402
+ "kind": "field",
5403
+ "name": "shouldRunConnect",
5404
+ "return": {
5405
+ "type": {
5406
+ "text": ""
5407
+ }
5408
+ },
5409
+ "readonly": true,
5410
+ "inheritedFrom": {
5411
+ "name": "LifecycleMixin",
5412
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5413
+ }
5359
5414
  },
5360
5415
  {
5361
5416
  "kind": "method",
5362
- "name": "isDisabled",
5363
- "privacy": "public",
5417
+ "name": "#_blockLifecycleDueToTokenChange",
5364
5418
  "return": {
5365
5419
  "type": {
5366
5420
  "text": "boolean"
@@ -5368,19 +5422,16 @@
5368
5422
  },
5369
5423
  "parameters": [
5370
5424
  {
5371
- "name": "data"
5425
+ "name": "lifecycleType",
5426
+ "type": {
5427
+ "text": "Lifecycletype"
5428
+ }
5372
5429
  }
5373
- ]
5374
- },
5375
- {
5376
- "kind": "method",
5377
- "name": "clickHandler",
5378
- "privacy": "public"
5379
- },
5380
- {
5381
- "kind": "field",
5382
- "name": "dataTestId",
5383
- "readonly": true
5430
+ ],
5431
+ "inheritedFrom": {
5432
+ "name": "LifecycleMixin",
5433
+ "module": "src/mixins/lifecycle/lifecycle.ts"
5434
+ }
5384
5435
  },
5385
5436
  {
5386
5437
  "kind": "field",
@@ -5494,82 +5545,92 @@
5494
5545
  }
5495
5546
  }
5496
5547
  ],
5548
+ "mixins": [
5549
+ {
5550
+ "name": "LifecycleMixin",
5551
+ "package": "@genesislcap/foundation-utils"
5552
+ }
5553
+ ],
5497
5554
  "superclass": {
5498
5555
  "name": "FoundationElement",
5499
5556
  "package": "@microsoft/fast-foundation"
5500
5557
  },
5501
- "tagName": "%%prefix%%-grid-pro-action-renderer",
5558
+ "tagName": "grid-pro-column",
5502
5559
  "customElement": true
5503
- },
5504
- {
5505
- "kind": "variable",
5506
- "name": "actionHeightMultiplier",
5507
- "description": "The base height multiplier for the action renderer.",
5508
- "privacy": "public"
5509
- },
5510
- {
5511
- "kind": "variable",
5512
- "name": "agActionRendererStyles",
5513
- "default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5514
- "description": "The AG Action Renderer Styles.",
5515
- "privacy": "public"
5516
- },
5517
- {
5518
- "kind": "variable",
5519
- "name": "foundationGridProActionRenderer",
5520
- "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5521
- "privacy": "public"
5522
5560
  }
5523
5561
  ],
5524
5562
  "exports": [
5525
5563
  {
5526
5564
  "kind": "js",
5527
- "name": "ActionRenderer",
5565
+ "name": "GridProColumn",
5528
5566
  "declaration": {
5529
- "name": "ActionRenderer",
5530
- "module": "src/cell-renderers/action.renderer.ts"
5567
+ "name": "GridProColumn",
5568
+ "module": "src/column/column.ts"
5531
5569
  }
5532
5570
  },
5571
+ {
5572
+ "kind": "custom-element-definition",
5573
+ "name": "grid-pro-column",
5574
+ "declaration": {
5575
+ "name": "GridProColumn",
5576
+ "module": "src/column/column.ts"
5577
+ }
5578
+ }
5579
+ ]
5580
+ },
5581
+ {
5582
+ "kind": "javascript-module",
5583
+ "path": "src/column/index.ts",
5584
+ "declarations": [],
5585
+ "exports": [
5533
5586
  {
5534
5587
  "kind": "js",
5535
- "name": "actionHeightMultiplier",
5588
+ "name": "*",
5536
5589
  "declaration": {
5537
- "name": "actionHeightMultiplier",
5538
- "module": "src/cell-renderers/action.renderer.ts"
5590
+ "name": "*",
5591
+ "package": "./column.template"
5539
5592
  }
5540
5593
  },
5541
5594
  {
5542
5595
  "kind": "js",
5543
- "name": "agActionRendererStyles",
5596
+ "name": "*",
5544
5597
  "declaration": {
5545
- "name": "agActionRendererStyles",
5546
- "module": "src/cell-renderers/action.renderer.ts"
5598
+ "name": "*",
5599
+ "package": "./column"
5547
5600
  }
5548
5601
  },
5549
5602
  {
5550
5603
  "kind": "js",
5551
- "name": "foundationGridProActionRenderer",
5604
+ "name": "*",
5552
5605
  "declaration": {
5553
- "name": "foundationGridProActionRenderer",
5554
- "module": "src/cell-renderers/action.renderer.ts"
5606
+ "name": "*",
5607
+ "package": "./utils"
5555
5608
  }
5556
5609
  }
5557
5610
  ]
5558
5611
  },
5559
5612
  {
5560
5613
  "kind": "javascript-module",
5561
- "path": "src/cell-renderers/actions-menu.renderer.ts",
5614
+ "path": "src/cell-renderers/action.renderer.ts",
5562
5615
  "declarations": [
5563
5616
  {
5564
5617
  "kind": "class",
5565
- "description": "The Actions Menu Renderer element.",
5566
- "name": "ActionsMenuRenderer",
5618
+ "description": "The AG Action Renderer element.",
5619
+ "name": "ActionRenderer",
5567
5620
  "members": [
5568
5621
  {
5569
5622
  "kind": "field",
5570
5623
  "name": "params",
5571
5624
  "type": {
5572
- "text": "ICellRendererParams"
5625
+ "text": "ICellRendererParams & ActionRendererParams"
5626
+ },
5627
+ "privacy": "public"
5628
+ },
5629
+ {
5630
+ "kind": "field",
5631
+ "name": "pendingAction",
5632
+ "type": {
5633
+ "text": "boolean"
5573
5634
  },
5574
5635
  "privacy": "public"
5575
5636
  },
@@ -5581,7 +5642,7 @@
5581
5642
  {
5582
5643
  "name": "params",
5583
5644
  "type": {
5584
- "text": "ICellRendererParams"
5645
+ "text": "ICellRendererParams & ActionRendererParams"
5585
5646
  }
5586
5647
  }
5587
5648
  ]
@@ -5609,6 +5670,31 @@
5609
5670
  }
5610
5671
  ]
5611
5672
  },
5673
+ {
5674
+ "kind": "method",
5675
+ "name": "isDisabled",
5676
+ "privacy": "public",
5677
+ "return": {
5678
+ "type": {
5679
+ "text": "boolean"
5680
+ }
5681
+ },
5682
+ "parameters": [
5683
+ {
5684
+ "name": "data"
5685
+ }
5686
+ ]
5687
+ },
5688
+ {
5689
+ "kind": "method",
5690
+ "name": "clickHandler",
5691
+ "privacy": "public"
5692
+ },
5693
+ {
5694
+ "kind": "field",
5695
+ "name": "dataTestId",
5696
+ "readonly": true
5697
+ },
5612
5698
  {
5613
5699
  "kind": "field",
5614
5700
  "name": "_presentation",
@@ -5725,26 +5811,253 @@
5725
5811
  "name": "FoundationElement",
5726
5812
  "package": "@microsoft/fast-foundation"
5727
5813
  },
5728
- "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
5814
+ "tagName": "%%prefix%%-grid-pro-action-renderer",
5729
5815
  "customElement": true
5730
5816
  },
5731
5817
  {
5732
5818
  "kind": "variable",
5733
- "name": "foundationGridProActionsMenuRenderer",
5734
- "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
5819
+ "name": "actionHeightMultiplier",
5820
+ "description": "The base height multiplier for the action renderer.",
5735
5821
  "privacy": "public"
5736
5822
  },
5737
5823
  {
5738
- "kind": "function",
5739
- "name": "getActionsMenuDef",
5740
- "return": {
5741
- "type": {
5742
- "text": ""
5743
- }
5744
- },
5745
- "parameters": [
5746
- {
5747
- "name": "actions",
5824
+ "kind": "variable",
5825
+ "name": "agActionRendererStyles",
5826
+ "default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5827
+ "description": "The AG Action Renderer Styles.",
5828
+ "privacy": "public"
5829
+ },
5830
+ {
5831
+ "kind": "variable",
5832
+ "name": "foundationGridProActionRenderer",
5833
+ "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5834
+ "privacy": "public"
5835
+ }
5836
+ ],
5837
+ "exports": [
5838
+ {
5839
+ "kind": "js",
5840
+ "name": "ActionRenderer",
5841
+ "declaration": {
5842
+ "name": "ActionRenderer",
5843
+ "module": "src/cell-renderers/action.renderer.ts"
5844
+ }
5845
+ },
5846
+ {
5847
+ "kind": "js",
5848
+ "name": "actionHeightMultiplier",
5849
+ "declaration": {
5850
+ "name": "actionHeightMultiplier",
5851
+ "module": "src/cell-renderers/action.renderer.ts"
5852
+ }
5853
+ },
5854
+ {
5855
+ "kind": "js",
5856
+ "name": "agActionRendererStyles",
5857
+ "declaration": {
5858
+ "name": "agActionRendererStyles",
5859
+ "module": "src/cell-renderers/action.renderer.ts"
5860
+ }
5861
+ },
5862
+ {
5863
+ "kind": "js",
5864
+ "name": "foundationGridProActionRenderer",
5865
+ "declaration": {
5866
+ "name": "foundationGridProActionRenderer",
5867
+ "module": "src/cell-renderers/action.renderer.ts"
5868
+ }
5869
+ }
5870
+ ]
5871
+ },
5872
+ {
5873
+ "kind": "javascript-module",
5874
+ "path": "src/cell-renderers/actions-menu.renderer.ts",
5875
+ "declarations": [
5876
+ {
5877
+ "kind": "class",
5878
+ "description": "The Actions Menu Renderer element.",
5879
+ "name": "ActionsMenuRenderer",
5880
+ "members": [
5881
+ {
5882
+ "kind": "field",
5883
+ "name": "params",
5884
+ "type": {
5885
+ "text": "ICellRendererParams"
5886
+ },
5887
+ "privacy": "public"
5888
+ },
5889
+ {
5890
+ "kind": "method",
5891
+ "name": "init",
5892
+ "privacy": "public",
5893
+ "parameters": [
5894
+ {
5895
+ "name": "params",
5896
+ "type": {
5897
+ "text": "ICellRendererParams"
5898
+ }
5899
+ }
5900
+ ]
5901
+ },
5902
+ {
5903
+ "kind": "method",
5904
+ "name": "getGui",
5905
+ "privacy": "public",
5906
+ "return": {
5907
+ "type": {
5908
+ "text": "HTMLElement"
5909
+ }
5910
+ }
5911
+ },
5912
+ {
5913
+ "kind": "method",
5914
+ "name": "refresh",
5915
+ "privacy": "public",
5916
+ "parameters": [
5917
+ {
5918
+ "name": "params",
5919
+ "type": {
5920
+ "text": "ICellRendererParams"
5921
+ }
5922
+ }
5923
+ ]
5924
+ },
5925
+ {
5926
+ "kind": "field",
5927
+ "name": "_presentation",
5928
+ "type": {
5929
+ "text": "ComponentPresentation | null | undefined"
5930
+ },
5931
+ "privacy": "private",
5932
+ "default": "void 0",
5933
+ "inheritedFrom": {
5934
+ "name": "FoundationElement",
5935
+ "module": "src/foundation-element/foundation-element.ts"
5936
+ }
5937
+ },
5938
+ {
5939
+ "kind": "field",
5940
+ "name": "$presentation",
5941
+ "type": {
5942
+ "text": "ComponentPresentation | null"
5943
+ },
5944
+ "privacy": "public",
5945
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5946
+ "inheritedFrom": {
5947
+ "name": "FoundationElement",
5948
+ "module": "src/foundation-element/foundation-element.ts"
5949
+ }
5950
+ },
5951
+ {
5952
+ "kind": "field",
5953
+ "name": "template",
5954
+ "type": {
5955
+ "text": "ElementViewTemplate | void | null"
5956
+ },
5957
+ "privacy": "public",
5958
+ "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.",
5959
+ "inheritedFrom": {
5960
+ "name": "FoundationElement",
5961
+ "module": "src/foundation-element/foundation-element.ts"
5962
+ }
5963
+ },
5964
+ {
5965
+ "kind": "method",
5966
+ "name": "templateChanged",
5967
+ "privacy": "protected",
5968
+ "return": {
5969
+ "type": {
5970
+ "text": "void"
5971
+ }
5972
+ },
5973
+ "inheritedFrom": {
5974
+ "name": "FoundationElement",
5975
+ "module": "src/foundation-element/foundation-element.ts"
5976
+ }
5977
+ },
5978
+ {
5979
+ "kind": "field",
5980
+ "name": "styles",
5981
+ "type": {
5982
+ "text": "ElementStyles | void | null"
5983
+ },
5984
+ "privacy": "public",
5985
+ "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.",
5986
+ "inheritedFrom": {
5987
+ "name": "FoundationElement",
5988
+ "module": "src/foundation-element/foundation-element.ts"
5989
+ }
5990
+ },
5991
+ {
5992
+ "kind": "method",
5993
+ "name": "stylesChanged",
5994
+ "privacy": "protected",
5995
+ "return": {
5996
+ "type": {
5997
+ "text": "void"
5998
+ }
5999
+ },
6000
+ "inheritedFrom": {
6001
+ "name": "FoundationElement",
6002
+ "module": "src/foundation-element/foundation-element.ts"
6003
+ }
6004
+ },
6005
+ {
6006
+ "kind": "method",
6007
+ "name": "compose",
6008
+ "privacy": "public",
6009
+ "static": true,
6010
+ "return": {
6011
+ "type": {
6012
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6013
+ }
6014
+ },
6015
+ "parameters": [
6016
+ {
6017
+ "name": "this",
6018
+ "type": {
6019
+ "text": "K"
6020
+ }
6021
+ },
6022
+ {
6023
+ "name": "elementDefinition",
6024
+ "type": {
6025
+ "text": "T"
6026
+ },
6027
+ "description": "The definition of the element to create the registry\nfunction for."
6028
+ }
6029
+ ],
6030
+ "description": "Defines an element registry function with a set of element definition defaults.",
6031
+ "inheritedFrom": {
6032
+ "name": "FoundationElement",
6033
+ "module": "src/foundation-element/foundation-element.ts"
6034
+ }
6035
+ }
6036
+ ],
6037
+ "superclass": {
6038
+ "name": "FoundationElement",
6039
+ "package": "@microsoft/fast-foundation"
6040
+ },
6041
+ "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
6042
+ "customElement": true
6043
+ },
6044
+ {
6045
+ "kind": "variable",
6046
+ "name": "foundationGridProActionsMenuRenderer",
6047
+ "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
6048
+ "privacy": "public"
6049
+ },
6050
+ {
6051
+ "kind": "function",
6052
+ "name": "getActionsMenuDef",
6053
+ "return": {
6054
+ "type": {
6055
+ "text": ""
6056
+ }
6057
+ },
6058
+ "parameters": [
6059
+ {
6060
+ "name": "actions",
5748
6061
  "type": {
5749
6062
  "text": "ActionMenuItem[]"
5750
6063
  },
@@ -7737,353 +8050,40 @@
7737
8050
  "name": "foundationAgTextRenderer",
7738
8051
  "description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
7739
8052
  "privacy": "public",
7740
- "deprecated": "- Use foundationAgTextFieldRenderer instead"
7741
- }
7742
- ],
7743
- "exports": [
7744
- {
7745
- "kind": "js",
7746
- "name": "AgTextRenderer",
7747
- "declaration": {
7748
- "name": "AgTextRenderer",
7749
- "module": "src/cell-renderers/text.renderer.ts"
7750
- }
7751
- },
7752
- {
7753
- "kind": "js",
7754
- "name": "textRendererStyles",
7755
- "declaration": {
7756
- "name": "textRendererStyles",
7757
- "module": "src/cell-renderers/text.renderer.ts"
7758
- }
7759
- },
7760
- {
7761
- "kind": "js",
7762
- "name": "getTextRendererTemplate",
7763
- "declaration": {
7764
- "name": "getTextRendererTemplate",
7765
- "module": "src/cell-renderers/text.renderer.ts"
7766
- }
7767
- },
7768
- {
7769
- "kind": "js",
7770
- "name": "foundationAgTextRenderer",
7771
- "declaration": {
7772
- "name": "foundationAgTextRenderer",
7773
- "module": "src/cell-renderers/text.renderer.ts"
7774
- }
7775
- }
7776
- ]
7777
- },
7778
- {
7779
- "kind": "javascript-module",
7780
- "path": "src/column/column.template.ts",
7781
- "declarations": [
7782
- {
7783
- "kind": "variable",
7784
- "name": "ColumnTemplate",
7785
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7786
- "description": "The Grid Pro Column Template.",
7787
- "privacy": "public"
7788
- }
7789
- ],
7790
- "exports": [
7791
- {
7792
- "kind": "js",
7793
- "name": "ColumnTemplate",
7794
- "declaration": {
7795
- "name": "ColumnTemplate",
7796
- "module": "src/column/column.template.ts"
7797
- }
7798
- }
7799
- ]
7800
- },
7801
- {
7802
- "kind": "javascript-module",
7803
- "path": "src/column/column.ts",
7804
- "declarations": [
7805
- {
7806
- "kind": "class",
7807
- "description": "The Grid Pro Column element.",
7808
- "name": "GridProColumn",
7809
- "members": [
7810
- {
7811
- "kind": "field",
7812
- "name": "slottedAgCell",
7813
- "type": {
7814
- "text": "HTMLElement[]"
7815
- },
7816
- "privacy": "public"
7817
- },
7818
- {
7819
- "kind": "field",
7820
- "name": "definition",
7821
- "type": {
7822
- "text": "ColDef"
7823
- },
7824
- "default": "{}"
7825
- },
7826
- {
7827
- "kind": "method",
7828
- "name": "slottedAgCellChanged",
7829
- "privacy": "public"
7830
- },
7831
- {
7832
- "kind": "method",
7833
- "name": "deepClone",
7834
- "return": {
7835
- "type": {
7836
- "text": "Node"
7837
- }
7838
- },
7839
- "inheritedFrom": {
7840
- "name": "LifecycleMixin",
7841
- "module": "src/mixins/lifecycle/lifecycle.ts"
7842
- }
7843
- },
7844
- {
7845
- "kind": "method",
7846
- "name": "cloneNode",
7847
- "return": {
7848
- "type": {
7849
- "text": "Node"
7850
- }
7851
- },
7852
- "parameters": [
7853
- {
7854
- "name": "deep",
7855
- "optional": true,
7856
- "type": {
7857
- "text": "boolean"
7858
- }
7859
- }
7860
- ],
7861
- "inheritedFrom": {
7862
- "name": "LifecycleMixin",
7863
- "module": "src/mixins/lifecycle/lifecycle.ts"
7864
- }
7865
- },
7866
- {
7867
- "kind": "field",
7868
- "name": "shouldRunDisconnect",
7869
- "return": {
7870
- "type": {
7871
- "text": ""
7872
- }
7873
- },
7874
- "readonly": true,
7875
- "inheritedFrom": {
7876
- "name": "LifecycleMixin",
7877
- "module": "src/mixins/lifecycle/lifecycle.ts"
7878
- }
7879
- },
7880
- {
7881
- "kind": "field",
7882
- "name": "shouldRunConnect",
7883
- "return": {
7884
- "type": {
7885
- "text": ""
7886
- }
7887
- },
7888
- "readonly": true,
7889
- "inheritedFrom": {
7890
- "name": "LifecycleMixin",
7891
- "module": "src/mixins/lifecycle/lifecycle.ts"
7892
- }
7893
- },
7894
- {
7895
- "kind": "method",
7896
- "name": "#_blockLifecycleDueToTokenChange",
7897
- "return": {
7898
- "type": {
7899
- "text": "boolean"
7900
- }
7901
- },
7902
- "parameters": [
7903
- {
7904
- "name": "lifecycleType",
7905
- "type": {
7906
- "text": "Lifecycletype"
7907
- }
7908
- }
7909
- ],
7910
- "inheritedFrom": {
7911
- "name": "LifecycleMixin",
7912
- "module": "src/mixins/lifecycle/lifecycle.ts"
7913
- }
7914
- },
7915
- {
7916
- "kind": "field",
7917
- "name": "_presentation",
7918
- "type": {
7919
- "text": "ComponentPresentation | null | undefined"
7920
- },
7921
- "privacy": "private",
7922
- "default": "void 0",
7923
- "inheritedFrom": {
7924
- "name": "FoundationElement",
7925
- "module": "src/foundation-element/foundation-element.ts"
7926
- }
7927
- },
7928
- {
7929
- "kind": "field",
7930
- "name": "$presentation",
7931
- "type": {
7932
- "text": "ComponentPresentation | null"
7933
- },
7934
- "privacy": "public",
7935
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7936
- "inheritedFrom": {
7937
- "name": "FoundationElement",
7938
- "module": "src/foundation-element/foundation-element.ts"
7939
- }
7940
- },
7941
- {
7942
- "kind": "field",
7943
- "name": "template",
7944
- "type": {
7945
- "text": "ElementViewTemplate | void | null"
7946
- },
7947
- "privacy": "public",
7948
- "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.",
7949
- "inheritedFrom": {
7950
- "name": "FoundationElement",
7951
- "module": "src/foundation-element/foundation-element.ts"
7952
- }
7953
- },
7954
- {
7955
- "kind": "method",
7956
- "name": "templateChanged",
7957
- "privacy": "protected",
7958
- "return": {
7959
- "type": {
7960
- "text": "void"
7961
- }
7962
- },
7963
- "inheritedFrom": {
7964
- "name": "FoundationElement",
7965
- "module": "src/foundation-element/foundation-element.ts"
7966
- }
7967
- },
7968
- {
7969
- "kind": "field",
7970
- "name": "styles",
7971
- "type": {
7972
- "text": "ElementStyles | void | null"
7973
- },
7974
- "privacy": "public",
7975
- "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.",
7976
- "inheritedFrom": {
7977
- "name": "FoundationElement",
7978
- "module": "src/foundation-element/foundation-element.ts"
7979
- }
7980
- },
7981
- {
7982
- "kind": "method",
7983
- "name": "stylesChanged",
7984
- "privacy": "protected",
7985
- "return": {
7986
- "type": {
7987
- "text": "void"
7988
- }
7989
- },
7990
- "inheritedFrom": {
7991
- "name": "FoundationElement",
7992
- "module": "src/foundation-element/foundation-element.ts"
7993
- }
7994
- },
7995
- {
7996
- "kind": "method",
7997
- "name": "compose",
7998
- "privacy": "public",
7999
- "static": true,
8000
- "return": {
8001
- "type": {
8002
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8003
- }
8004
- },
8005
- "parameters": [
8006
- {
8007
- "name": "this",
8008
- "type": {
8009
- "text": "K"
8010
- }
8011
- },
8012
- {
8013
- "name": "elementDefinition",
8014
- "type": {
8015
- "text": "T"
8016
- },
8017
- "description": "The definition of the element to create the registry\nfunction for."
8018
- }
8019
- ],
8020
- "description": "Defines an element registry function with a set of element definition defaults.",
8021
- "inheritedFrom": {
8022
- "name": "FoundationElement",
8023
- "module": "src/foundation-element/foundation-element.ts"
8024
- }
8025
- }
8026
- ],
8027
- "mixins": [
8028
- {
8029
- "name": "LifecycleMixin",
8030
- "package": "@genesislcap/foundation-utils"
8031
- }
8032
- ],
8033
- "superclass": {
8034
- "name": "FoundationElement",
8035
- "package": "@microsoft/fast-foundation"
8036
- },
8037
- "tagName": "grid-pro-column",
8038
- "customElement": true
8039
- }
8040
- ],
8041
- "exports": [
8042
- {
8043
- "kind": "js",
8044
- "name": "GridProColumn",
8045
- "declaration": {
8046
- "name": "GridProColumn",
8047
- "module": "src/column/column.ts"
8048
- }
8049
- },
8050
- {
8051
- "kind": "custom-element-definition",
8052
- "name": "grid-pro-column",
8053
- "declaration": {
8054
- "name": "GridProColumn",
8055
- "module": "src/column/column.ts"
8056
- }
8053
+ "deprecated": "- Use foundationAgTextFieldRenderer instead"
8057
8054
  }
8058
- ]
8059
- },
8060
- {
8061
- "kind": "javascript-module",
8062
- "path": "src/column/index.ts",
8063
- "declarations": [],
8055
+ ],
8064
8056
  "exports": [
8065
8057
  {
8066
8058
  "kind": "js",
8067
- "name": "*",
8059
+ "name": "AgTextRenderer",
8068
8060
  "declaration": {
8069
- "name": "*",
8070
- "package": "./column.template"
8061
+ "name": "AgTextRenderer",
8062
+ "module": "src/cell-renderers/text.renderer.ts"
8071
8063
  }
8072
8064
  },
8073
8065
  {
8074
8066
  "kind": "js",
8075
- "name": "*",
8067
+ "name": "textRendererStyles",
8076
8068
  "declaration": {
8077
- "name": "*",
8078
- "package": "./column"
8069
+ "name": "textRendererStyles",
8070
+ "module": "src/cell-renderers/text.renderer.ts"
8079
8071
  }
8080
8072
  },
8081
8073
  {
8082
8074
  "kind": "js",
8083
- "name": "*",
8075
+ "name": "getTextRendererTemplate",
8084
8076
  "declaration": {
8085
- "name": "*",
8086
- "package": "./utils"
8077
+ "name": "getTextRendererTemplate",
8078
+ "module": "src/cell-renderers/text.renderer.ts"
8079
+ }
8080
+ },
8081
+ {
8082
+ "kind": "js",
8083
+ "name": "foundationAgTextRenderer",
8084
+ "declaration": {
8085
+ "name": "foundationAgTextRenderer",
8086
+ "module": "src/cell-renderers/text.renderer.ts"
8087
8087
  }
8088
8088
  }
8089
8089
  ]
@@ -8738,6 +8738,16 @@
8738
8738
  "privacy": "public",
8739
8739
  "default": "false"
8740
8740
  },
8741
+ {
8742
+ "kind": "field",
8743
+ "name": "requestVisibleColumnsOnly",
8744
+ "type": {
8745
+ "text": "boolean"
8746
+ },
8747
+ "privacy": "public",
8748
+ "default": "false",
8749
+ "description": "Whether the datasource should request data only for the columns that are currently visible."
8750
+ },
8741
8751
  {
8742
8752
  "kind": "field",
8743
8753
  "name": "rowData",
@@ -8931,6 +8941,26 @@
8931
8941
  "kind": "method",
8932
8942
  "name": "loadMore"
8933
8943
  },
8944
+ {
8945
+ "kind": "method",
8946
+ "name": "setVisibleColumns",
8947
+ "return": {
8948
+ "type": {
8949
+ "text": "void"
8950
+ }
8951
+ },
8952
+ "parameters": [
8953
+ {
8954
+ "name": "visibleFields",
8955
+ "type": {
8956
+ "text": "string[]"
8957
+ },
8958
+ "description": "Field names of the currently visible columns."
8959
+ }
8960
+ ],
8961
+ "description": "Notifies the datasource of the field names of the currently visible columns.",
8962
+ "privacy": "public"
8963
+ },
8934
8964
  {
8935
8965
  "kind": "method",
8936
8966
  "name": "restart"
@@ -10220,6 +10250,32 @@
10220
10250
  "module": "src/datasource/base.datasource.ts"
10221
10251
  }
10222
10252
  },
10253
+ {
10254
+ "kind": "field",
10255
+ "name": "requestVisibleColumnsOnly",
10256
+ "type": {
10257
+ "text": "boolean"
10258
+ },
10259
+ "privacy": "public",
10260
+ "default": "false",
10261
+ "description": "When enabled and column definitions are provided, the datasource requests data only for the\ncolumns that are currently visible. The visible set is seeded from the column config (columns\nnot flagged with `hide`) and updated by the host grid via `setVisibleColumns`; the data\nis reloaded whenever that set changes.",
10262
+ "inheritedFrom": {
10263
+ "name": "GridProBaseDatasource",
10264
+ "module": "src/datasource/base.datasource.ts"
10265
+ }
10266
+ },
10267
+ {
10268
+ "kind": "field",
10269
+ "name": "_visibleColumns",
10270
+ "type": {
10271
+ "text": "string[] | undefined"
10272
+ },
10273
+ "privacy": "private",
10274
+ "inheritedFrom": {
10275
+ "name": "GridProGenesisDatasource",
10276
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
10277
+ }
10278
+ },
10223
10279
  {
10224
10280
  "kind": "field",
10225
10281
  "name": "dataSub",
@@ -10686,6 +10742,30 @@
10686
10742
  "module": "src/datasource/base.datasource.ts"
10687
10743
  }
10688
10744
  },
10745
+ {
10746
+ "kind": "method",
10747
+ "name": "setVisibleColumns",
10748
+ "return": {
10749
+ "type": {
10750
+ "text": "void"
10751
+ }
10752
+ },
10753
+ "parameters": [
10754
+ {
10755
+ "name": "visibleFields",
10756
+ "type": {
10757
+ "text": "string[]"
10758
+ },
10759
+ "description": "Field names of the currently visible columns."
10760
+ }
10761
+ ],
10762
+ "description": "Updates the set of visible columns and reloads the data when the set changes.",
10763
+ "privacy": "public",
10764
+ "inheritedFrom": {
10765
+ "name": "GridProBaseDatasource",
10766
+ "module": "src/datasource/base.datasource.ts"
10767
+ }
10768
+ },
10689
10769
  {
10690
10770
  "kind": "method",
10691
10771
  "name": "loadMore",
@@ -11474,6 +11554,19 @@
11474
11554
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
11475
11555
  }
11476
11556
  },
11557
+ {
11558
+ "name": "request-visible-columns-only",
11559
+ "type": {
11560
+ "text": "boolean"
11561
+ },
11562
+ "default": "false",
11563
+ "description": "When enabled and column definitions are provided, the datasource requests data only for the\ncolumns that are currently visible. The visible set is seeded from the column config (columns\nnot flagged with `hide`) and updated by the host grid via `setVisibleColumns`; the data\nis reloaded whenever that set changes.",
11564
+ "fieldName": "requestVisibleColumnsOnly",
11565
+ "inheritedFrom": {
11566
+ "name": "GridProGenesisDatasource",
11567
+ "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
11568
+ }
11569
+ },
11477
11570
  {
11478
11571
  "name": "criteria",
11479
11572
  "type": {
@@ -12259,6 +12352,20 @@
12259
12352
  "module": "src/datasource/base.datasource.ts"
12260
12353
  }
12261
12354
  },
12355
+ {
12356
+ "kind": "field",
12357
+ "name": "requestVisibleColumnsOnly",
12358
+ "type": {
12359
+ "text": "boolean"
12360
+ },
12361
+ "privacy": "public",
12362
+ "default": "false",
12363
+ "description": "Whether the datasource should request data only for the columns that are currently visible.",
12364
+ "inheritedFrom": {
12365
+ "name": "GridProBaseDatasource",
12366
+ "module": "src/datasource/base.datasource.ts"
12367
+ }
12368
+ },
12262
12369
  {
12263
12370
  "kind": "field",
12264
12371
  "name": "rowData",
@@ -12482,6 +12589,30 @@
12482
12589
  "module": "src/datasource/base.datasource.ts"
12483
12590
  }
12484
12591
  },
12592
+ {
12593
+ "kind": "method",
12594
+ "name": "setVisibleColumns",
12595
+ "return": {
12596
+ "type": {
12597
+ "text": "void"
12598
+ }
12599
+ },
12600
+ "parameters": [
12601
+ {
12602
+ "name": "visibleFields",
12603
+ "type": {
12604
+ "text": "string[]"
12605
+ },
12606
+ "description": "Field names of the currently visible columns."
12607
+ }
12608
+ ],
12609
+ "description": "Notifies the datasource of the field names of the currently visible columns.",
12610
+ "privacy": "public",
12611
+ "inheritedFrom": {
12612
+ "name": "GridProBaseDatasource",
12613
+ "module": "src/datasource/base.datasource.ts"
12614
+ }
12615
+ },
12485
12616
  {
12486
12617
  "kind": "field",
12487
12618
  "name": "_isDisconnected",
@@ -16156,6 +16287,28 @@
16156
16287
  "module": "src/datasource/base.datasource.ts"
16157
16288
  }
16158
16289
  },
16290
+ {
16291
+ "kind": "field",
16292
+ "name": "requestVisibleColumnsOnly",
16293
+ "type": {
16294
+ "text": "boolean"
16295
+ },
16296
+ "privacy": "public",
16297
+ "default": "false",
16298
+ "description": "When enabled and column definitions are provided, the datasource requests data only for the\ncolumns that are currently visible. The visible set is seeded from the column config (columns\nnot flagged with `hide`) and updated by the host grid via `setVisibleColumns`; the data\nis reloaded whenever that set changes.",
16299
+ "inheritedFrom": {
16300
+ "name": "GridProBaseDatasource",
16301
+ "module": "src/datasource/base.datasource.ts"
16302
+ }
16303
+ },
16304
+ {
16305
+ "kind": "field",
16306
+ "name": "_visibleColumns",
16307
+ "type": {
16308
+ "text": "string[] | undefined"
16309
+ },
16310
+ "privacy": "private"
16311
+ },
16159
16312
  {
16160
16313
  "kind": "field",
16161
16314
  "name": "dataSub",
@@ -16555,6 +16708,30 @@
16555
16708
  "module": "src/datasource/base.datasource.ts"
16556
16709
  }
16557
16710
  },
16711
+ {
16712
+ "kind": "method",
16713
+ "name": "setVisibleColumns",
16714
+ "return": {
16715
+ "type": {
16716
+ "text": "void"
16717
+ }
16718
+ },
16719
+ "parameters": [
16720
+ {
16721
+ "name": "visibleFields",
16722
+ "type": {
16723
+ "text": "string[]"
16724
+ },
16725
+ "description": "Field names of the currently visible columns."
16726
+ }
16727
+ ],
16728
+ "description": "Updates the set of visible columns and reloads the data when the set changes.",
16729
+ "privacy": "public",
16730
+ "inheritedFrom": {
16731
+ "name": "GridProBaseDatasource",
16732
+ "module": "src/datasource/base.datasource.ts"
16733
+ }
16734
+ },
16558
16735
  {
16559
16736
  "kind": "method",
16560
16737
  "name": "loadMore",
@@ -17508,6 +17685,15 @@
17508
17685
  "default": "false",
17509
17686
  "fieldName": "keepColDefsOnClearRowData"
17510
17687
  },
17688
+ {
17689
+ "name": "request-visible-columns-only",
17690
+ "type": {
17691
+ "text": "boolean"
17692
+ },
17693
+ "default": "false",
17694
+ "description": "When enabled and column definitions are provided, the datasource requests data only for the\ncolumns that are currently visible. The visible set is seeded from the column config (columns\nnot flagged with `hide`) and updated by the host grid via `setVisibleColumns`; the data\nis reloaded whenever that set changes.",
17695
+ "fieldName": "requestVisibleColumnsOnly"
17696
+ },
17511
17697
  {
17512
17698
  "name": "criteria",
17513
17699
  "type": {
@@ -20165,46 +20351,51 @@
20165
20351
  },
20166
20352
  {
20167
20353
  "kind": "javascript-module",
20168
- "path": "src/cell-renderers/utils/accessor.ts",
20354
+ "path": "src/column/utils/grid-pro-columns.ts",
20169
20355
  "declarations": [
20170
20356
  {
20171
20357
  "kind": "function",
20172
- "name": "setValueWithAccessor",
20358
+ "name": "gridProColumns",
20173
20359
  "return": {
20174
20360
  "type": {
20175
- "text": "string"
20361
+ "text": "CaptureType<TSource>"
20176
20362
  }
20177
20363
  },
20178
20364
  "parameters": [
20179
20365
  {
20180
- "name": "data",
20366
+ "name": "itemsBinding",
20181
20367
  "type": {
20182
- "text": "any"
20183
- }
20368
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20369
+ },
20370
+ "description": "The array to render"
20184
20371
  },
20185
20372
  {
20186
- "name": "accessor",
20373
+ "name": "includeRenderers",
20374
+ "default": "true",
20187
20375
  "type": {
20188
- "text": "string"
20189
- }
20376
+ "text": "boolean"
20377
+ },
20378
+ "description": "Optionally tells whether to include cell renderers, if available"
20190
20379
  }
20191
- ]
20380
+ ],
20381
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20382
+ "privacy": "public"
20192
20383
  }
20193
20384
  ],
20194
20385
  "exports": [
20195
20386
  {
20196
20387
  "kind": "js",
20197
- "name": "setValueWithAccessor",
20388
+ "name": "gridProColumns",
20198
20389
  "declaration": {
20199
- "name": "setValueWithAccessor",
20200
- "module": "src/cell-renderers/utils/accessor.ts"
20390
+ "name": "gridProColumns",
20391
+ "module": "src/column/utils/grid-pro-columns.ts"
20201
20392
  }
20202
20393
  }
20203
20394
  ]
20204
20395
  },
20205
20396
  {
20206
20397
  "kind": "javascript-module",
20207
- "path": "src/cell-renderers/utils/index.ts",
20398
+ "path": "src/column/utils/index.ts",
20208
20399
  "declarations": [],
20209
20400
  "exports": [
20210
20401
  {
@@ -20212,58 +20403,53 @@
20212
20403
  "name": "*",
20213
20404
  "declaration": {
20214
20405
  "name": "*",
20215
- "package": "./accessor"
20406
+ "package": "./grid-pro-columns"
20216
20407
  }
20217
20408
  }
20218
20409
  ]
20219
20410
  },
20220
20411
  {
20221
20412
  "kind": "javascript-module",
20222
- "path": "src/column/utils/grid-pro-columns.ts",
20413
+ "path": "src/cell-renderers/utils/accessor.ts",
20223
20414
  "declarations": [
20224
20415
  {
20225
20416
  "kind": "function",
20226
- "name": "gridProColumns",
20417
+ "name": "setValueWithAccessor",
20227
20418
  "return": {
20228
20419
  "type": {
20229
- "text": "CaptureType<TSource>"
20420
+ "text": "string"
20230
20421
  }
20231
20422
  },
20232
20423
  "parameters": [
20233
20424
  {
20234
- "name": "itemsBinding",
20425
+ "name": "data",
20235
20426
  "type": {
20236
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20237
- },
20238
- "description": "The array to render"
20427
+ "text": "any"
20428
+ }
20239
20429
  },
20240
20430
  {
20241
- "name": "includeRenderers",
20242
- "default": "true",
20431
+ "name": "accessor",
20243
20432
  "type": {
20244
- "text": "boolean"
20245
- },
20246
- "description": "Optionally tells whether to include cell renderers, if available"
20433
+ "text": "string"
20434
+ }
20247
20435
  }
20248
- ],
20249
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20250
- "privacy": "public"
20436
+ ]
20251
20437
  }
20252
20438
  ],
20253
20439
  "exports": [
20254
20440
  {
20255
20441
  "kind": "js",
20256
- "name": "gridProColumns",
20442
+ "name": "setValueWithAccessor",
20257
20443
  "declaration": {
20258
- "name": "gridProColumns",
20259
- "module": "src/column/utils/grid-pro-columns.ts"
20444
+ "name": "setValueWithAccessor",
20445
+ "module": "src/cell-renderers/utils/accessor.ts"
20260
20446
  }
20261
20447
  }
20262
20448
  ]
20263
20449
  },
20264
20450
  {
20265
20451
  "kind": "javascript-module",
20266
- "path": "src/column/utils/index.ts",
20452
+ "path": "src/cell-renderers/utils/index.ts",
20267
20453
  "declarations": [],
20268
20454
  "exports": [
20269
20455
  {
@@ -20271,7 +20457,7 @@
20271
20457
  "name": "*",
20272
20458
  "declaration": {
20273
20459
  "name": "*",
20274
- "package": "./grid-pro-columns"
20460
+ "package": "./accessor"
20275
20461
  }
20276
20462
  }
20277
20463
  ]