@genesislcap/grid-pro 14.451.5-alpha-a976431.0 → 14.452.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,123 +5298,69 @@
5298
5298
  },
5299
5299
  {
5300
5300
  "kind": "javascript-module",
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",
5301
+ "path": "src/cell-renderers/action.renderer.ts",
5325
5302
  "declarations": [
5326
5303
  {
5327
5304
  "kind": "class",
5328
- "description": "The Grid Pro Column element.",
5329
- "name": "GridProColumn",
5305
+ "description": "The AG Action Renderer element.",
5306
+ "name": "ActionRenderer",
5330
5307
  "members": [
5331
5308
  {
5332
5309
  "kind": "field",
5333
- "name": "slottedAgCell",
5310
+ "name": "params",
5334
5311
  "type": {
5335
- "text": "HTMLElement[]"
5312
+ "text": "ICellRendererParams & ActionRendererParams"
5336
5313
  },
5337
5314
  "privacy": "public"
5338
5315
  },
5339
5316
  {
5340
5317
  "kind": "field",
5341
- "name": "definition",
5318
+ "name": "pendingAction",
5342
5319
  "type": {
5343
- "text": "ColDef"
5320
+ "text": "boolean"
5344
5321
  },
5345
- "default": "{}"
5346
- },
5347
- {
5348
- "kind": "method",
5349
- "name": "slottedAgCellChanged",
5350
5322
  "privacy": "public"
5351
5323
  },
5352
5324
  {
5353
5325
  "kind": "method",
5354
- "name": "deepClone",
5355
- "return": {
5356
- "type": {
5357
- "text": "Node"
5358
- }
5359
- },
5360
- "inheritedFrom": {
5361
- "name": "LifecycleMixin",
5362
- "module": "src/mixins/lifecycle/lifecycle.ts"
5363
- }
5364
- },
5365
- {
5366
- "kind": "method",
5367
- "name": "cloneNode",
5368
- "return": {
5369
- "type": {
5370
- "text": "Node"
5371
- }
5372
- },
5326
+ "name": "init",
5327
+ "privacy": "public",
5373
5328
  "parameters": [
5374
5329
  {
5375
- "name": "deep",
5376
- "optional": true,
5330
+ "name": "params",
5377
5331
  "type": {
5378
- "text": "boolean"
5332
+ "text": "ICellRendererParams & ActionRendererParams"
5379
5333
  }
5380
5334
  }
5381
- ],
5382
- "inheritedFrom": {
5383
- "name": "LifecycleMixin",
5384
- "module": "src/mixins/lifecycle/lifecycle.ts"
5385
- }
5335
+ ]
5386
5336
  },
5387
5337
  {
5388
- "kind": "field",
5389
- "name": "shouldRunDisconnect",
5338
+ "kind": "method",
5339
+ "name": "getGui",
5340
+ "privacy": "public",
5390
5341
  "return": {
5391
5342
  "type": {
5392
- "text": ""
5343
+ "text": "HTMLElement"
5393
5344
  }
5394
- },
5395
- "readonly": true,
5396
- "inheritedFrom": {
5397
- "name": "LifecycleMixin",
5398
- "module": "src/mixins/lifecycle/lifecycle.ts"
5399
5345
  }
5400
5346
  },
5401
5347
  {
5402
- "kind": "field",
5403
- "name": "shouldRunConnect",
5404
- "return": {
5405
- "type": {
5406
- "text": ""
5348
+ "kind": "method",
5349
+ "name": "refresh",
5350
+ "privacy": "public",
5351
+ "parameters": [
5352
+ {
5353
+ "name": "params",
5354
+ "type": {
5355
+ "text": "ICellRendererParams"
5356
+ }
5407
5357
  }
5408
- },
5409
- "readonly": true,
5410
- "inheritedFrom": {
5411
- "name": "LifecycleMixin",
5412
- "module": "src/mixins/lifecycle/lifecycle.ts"
5413
- }
5358
+ ]
5414
5359
  },
5415
5360
  {
5416
5361
  "kind": "method",
5417
- "name": "#_blockLifecycleDueToTokenChange",
5362
+ "name": "isDisabled",
5363
+ "privacy": "public",
5418
5364
  "return": {
5419
5365
  "type": {
5420
5366
  "text": "boolean"
@@ -5422,16 +5368,19 @@
5422
5368
  },
5423
5369
  "parameters": [
5424
5370
  {
5425
- "name": "lifecycleType",
5426
- "type": {
5427
- "text": "Lifecycletype"
5428
- }
5371
+ "name": "data"
5429
5372
  }
5430
- ],
5431
- "inheritedFrom": {
5432
- "name": "LifecycleMixin",
5433
- "module": "src/mixins/lifecycle/lifecycle.ts"
5434
- }
5373
+ ]
5374
+ },
5375
+ {
5376
+ "kind": "method",
5377
+ "name": "clickHandler",
5378
+ "privacy": "public"
5379
+ },
5380
+ {
5381
+ "kind": "field",
5382
+ "name": "dataTestId",
5383
+ "readonly": true
5435
5384
  },
5436
5385
  {
5437
5386
  "kind": "field",
@@ -5545,92 +5494,82 @@
5545
5494
  }
5546
5495
  }
5547
5496
  ],
5548
- "mixins": [
5549
- {
5550
- "name": "LifecycleMixin",
5551
- "package": "@genesislcap/foundation-utils"
5552
- }
5553
- ],
5554
5497
  "superclass": {
5555
5498
  "name": "FoundationElement",
5556
5499
  "package": "@microsoft/fast-foundation"
5557
5500
  },
5558
- "tagName": "grid-pro-column",
5501
+ "tagName": "%%prefix%%-grid-pro-action-renderer",
5559
5502
  "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"
5560
5522
  }
5561
5523
  ],
5562
5524
  "exports": [
5563
5525
  {
5564
5526
  "kind": "js",
5565
- "name": "GridProColumn",
5527
+ "name": "ActionRenderer",
5566
5528
  "declaration": {
5567
- "name": "GridProColumn",
5568
- "module": "src/column/column.ts"
5529
+ "name": "ActionRenderer",
5530
+ "module": "src/cell-renderers/action.renderer.ts"
5569
5531
  }
5570
5532
  },
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": [
5586
5533
  {
5587
5534
  "kind": "js",
5588
- "name": "*",
5535
+ "name": "actionHeightMultiplier",
5589
5536
  "declaration": {
5590
- "name": "*",
5591
- "package": "./column.template"
5537
+ "name": "actionHeightMultiplier",
5538
+ "module": "src/cell-renderers/action.renderer.ts"
5592
5539
  }
5593
5540
  },
5594
5541
  {
5595
5542
  "kind": "js",
5596
- "name": "*",
5543
+ "name": "agActionRendererStyles",
5597
5544
  "declaration": {
5598
- "name": "*",
5599
- "package": "./column"
5545
+ "name": "agActionRendererStyles",
5546
+ "module": "src/cell-renderers/action.renderer.ts"
5600
5547
  }
5601
5548
  },
5602
5549
  {
5603
5550
  "kind": "js",
5604
- "name": "*",
5551
+ "name": "foundationGridProActionRenderer",
5605
5552
  "declaration": {
5606
- "name": "*",
5607
- "package": "./utils"
5553
+ "name": "foundationGridProActionRenderer",
5554
+ "module": "src/cell-renderers/action.renderer.ts"
5608
5555
  }
5609
5556
  }
5610
5557
  ]
5611
5558
  },
5612
5559
  {
5613
5560
  "kind": "javascript-module",
5614
- "path": "src/cell-renderers/action.renderer.ts",
5561
+ "path": "src/cell-renderers/actions-menu.renderer.ts",
5615
5562
  "declarations": [
5616
5563
  {
5617
5564
  "kind": "class",
5618
- "description": "The AG Action Renderer element.",
5619
- "name": "ActionRenderer",
5565
+ "description": "The Actions Menu Renderer element.",
5566
+ "name": "ActionsMenuRenderer",
5620
5567
  "members": [
5621
5568
  {
5622
5569
  "kind": "field",
5623
5570
  "name": "params",
5624
5571
  "type": {
5625
- "text": "ICellRendererParams & ActionRendererParams"
5626
- },
5627
- "privacy": "public"
5628
- },
5629
- {
5630
- "kind": "field",
5631
- "name": "pendingAction",
5632
- "type": {
5633
- "text": "boolean"
5572
+ "text": "ICellRendererParams"
5634
5573
  },
5635
5574
  "privacy": "public"
5636
5575
  },
@@ -5642,7 +5581,7 @@
5642
5581
  {
5643
5582
  "name": "params",
5644
5583
  "type": {
5645
- "text": "ICellRendererParams & ActionRendererParams"
5584
+ "text": "ICellRendererParams"
5646
5585
  }
5647
5586
  }
5648
5587
  ]
@@ -5670,31 +5609,6 @@
5670
5609
  }
5671
5610
  ]
5672
5611
  },
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
- },
5698
5612
  {
5699
5613
  "kind": "field",
5700
5614
  "name": "_presentation",
@@ -5811,240 +5725,13 @@
5811
5725
  "name": "FoundationElement",
5812
5726
  "package": "@microsoft/fast-foundation"
5813
5727
  },
5814
- "tagName": "%%prefix%%-grid-pro-action-renderer",
5728
+ "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
5815
5729
  "customElement": true
5816
5730
  },
5817
5731
  {
5818
5732
  "kind": "variable",
5819
- "name": "actionHeightMultiplier",
5820
- "description": "The base height multiplier for the action renderer.",
5821
- "privacy": "public"
5822
- },
5823
- {
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.",
5733
+ "name": "foundationGridProActionsMenuRenderer",
5734
+ "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
6048
5735
  "privacy": "public"
6049
5736
  },
6050
5737
  {
@@ -8064,26 +7751,339 @@
8064
7751
  },
8065
7752
  {
8066
7753
  "kind": "js",
8067
- "name": "textRendererStyles",
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
+ }
8057
+ }
8058
+ ]
8059
+ },
8060
+ {
8061
+ "kind": "javascript-module",
8062
+ "path": "src/column/index.ts",
8063
+ "declarations": [],
8064
+ "exports": [
8065
+ {
8066
+ "kind": "js",
8067
+ "name": "*",
8068
8068
  "declaration": {
8069
- "name": "textRendererStyles",
8070
- "module": "src/cell-renderers/text.renderer.ts"
8069
+ "name": "*",
8070
+ "package": "./column.template"
8071
8071
  }
8072
8072
  },
8073
8073
  {
8074
8074
  "kind": "js",
8075
- "name": "getTextRendererTemplate",
8075
+ "name": "*",
8076
8076
  "declaration": {
8077
- "name": "getTextRendererTemplate",
8078
- "module": "src/cell-renderers/text.renderer.ts"
8077
+ "name": "*",
8078
+ "package": "./column"
8079
8079
  }
8080
8080
  },
8081
8081
  {
8082
8082
  "kind": "js",
8083
- "name": "foundationAgTextRenderer",
8083
+ "name": "*",
8084
8084
  "declaration": {
8085
- "name": "foundationAgTextRenderer",
8086
- "module": "src/cell-renderers/text.renderer.ts"
8085
+ "name": "*",
8086
+ "package": "./utils"
8087
8087
  }
8088
8088
  }
8089
8089
  ]
@@ -8738,16 +8738,6 @@
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
- },
8751
8741
  {
8752
8742
  "kind": "field",
8753
8743
  "name": "rowData",
@@ -8941,26 +8931,6 @@
8941
8931
  "kind": "method",
8942
8932
  "name": "loadMore"
8943
8933
  },
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
- },
8964
8934
  {
8965
8935
  "kind": "method",
8966
8936
  "name": "restart"
@@ -10250,32 +10220,6 @@
10250
10220
  "module": "src/datasource/base.datasource.ts"
10251
10221
  }
10252
10222
  },
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
- },
10279
10223
  {
10280
10224
  "kind": "field",
10281
10225
  "name": "dataSub",
@@ -10742,30 +10686,6 @@
10742
10686
  "module": "src/datasource/base.datasource.ts"
10743
10687
  }
10744
10688
  },
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
- },
10769
10689
  {
10770
10690
  "kind": "method",
10771
10691
  "name": "loadMore",
@@ -11554,19 +11474,6 @@
11554
11474
  "module": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"
11555
11475
  }
11556
11476
  },
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
- },
11570
11477
  {
11571
11478
  "name": "criteria",
11572
11479
  "type": {
@@ -12352,20 +12259,6 @@
12352
12259
  "module": "src/datasource/base.datasource.ts"
12353
12260
  }
12354
12261
  },
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
- },
12369
12262
  {
12370
12263
  "kind": "field",
12371
12264
  "name": "rowData",
@@ -12589,30 +12482,6 @@
12589
12482
  "module": "src/datasource/base.datasource.ts"
12590
12483
  }
12591
12484
  },
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
- },
12616
12485
  {
12617
12486
  "kind": "field",
12618
12487
  "name": "_isDisconnected",
@@ -16287,28 +16156,6 @@
16287
16156
  "module": "src/datasource/base.datasource.ts"
16288
16157
  }
16289
16158
  },
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
- },
16312
16159
  {
16313
16160
  "kind": "field",
16314
16161
  "name": "dataSub",
@@ -16708,30 +16555,6 @@
16708
16555
  "module": "src/datasource/base.datasource.ts"
16709
16556
  }
16710
16557
  },
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
- },
16735
16558
  {
16736
16559
  "kind": "method",
16737
16560
  "name": "loadMore",
@@ -17685,15 +17508,6 @@
17685
17508
  "default": "false",
17686
17509
  "fieldName": "keepColDefsOnClearRowData"
17687
17510
  },
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
- },
17697
17511
  {
17698
17512
  "name": "criteria",
17699
17513
  "type": {
@@ -20351,51 +20165,46 @@
20351
20165
  },
20352
20166
  {
20353
20167
  "kind": "javascript-module",
20354
- "path": "src/column/utils/grid-pro-columns.ts",
20168
+ "path": "src/cell-renderers/utils/accessor.ts",
20355
20169
  "declarations": [
20356
20170
  {
20357
20171
  "kind": "function",
20358
- "name": "gridProColumns",
20172
+ "name": "setValueWithAccessor",
20359
20173
  "return": {
20360
20174
  "type": {
20361
- "text": "CaptureType<TSource>"
20175
+ "text": "string"
20362
20176
  }
20363
20177
  },
20364
20178
  "parameters": [
20365
20179
  {
20366
- "name": "itemsBinding",
20180
+ "name": "data",
20367
20181
  "type": {
20368
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20369
- },
20370
- "description": "The array to render"
20182
+ "text": "any"
20183
+ }
20371
20184
  },
20372
20185
  {
20373
- "name": "includeRenderers",
20374
- "default": "true",
20186
+ "name": "accessor",
20375
20187
  "type": {
20376
- "text": "boolean"
20377
- },
20378
- "description": "Optionally tells whether to include cell renderers, if available"
20188
+ "text": "string"
20189
+ }
20379
20190
  }
20380
- ],
20381
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20382
- "privacy": "public"
20191
+ ]
20383
20192
  }
20384
20193
  ],
20385
20194
  "exports": [
20386
20195
  {
20387
20196
  "kind": "js",
20388
- "name": "gridProColumns",
20197
+ "name": "setValueWithAccessor",
20389
20198
  "declaration": {
20390
- "name": "gridProColumns",
20391
- "module": "src/column/utils/grid-pro-columns.ts"
20199
+ "name": "setValueWithAccessor",
20200
+ "module": "src/cell-renderers/utils/accessor.ts"
20392
20201
  }
20393
20202
  }
20394
20203
  ]
20395
20204
  },
20396
20205
  {
20397
20206
  "kind": "javascript-module",
20398
- "path": "src/column/utils/index.ts",
20207
+ "path": "src/cell-renderers/utils/index.ts",
20399
20208
  "declarations": [],
20400
20209
  "exports": [
20401
20210
  {
@@ -20403,53 +20212,58 @@
20403
20212
  "name": "*",
20404
20213
  "declaration": {
20405
20214
  "name": "*",
20406
- "package": "./grid-pro-columns"
20215
+ "package": "./accessor"
20407
20216
  }
20408
20217
  }
20409
20218
  ]
20410
20219
  },
20411
20220
  {
20412
20221
  "kind": "javascript-module",
20413
- "path": "src/cell-renderers/utils/accessor.ts",
20222
+ "path": "src/column/utils/grid-pro-columns.ts",
20414
20223
  "declarations": [
20415
20224
  {
20416
20225
  "kind": "function",
20417
- "name": "setValueWithAccessor",
20226
+ "name": "gridProColumns",
20418
20227
  "return": {
20419
20228
  "type": {
20420
- "text": "string"
20229
+ "text": "CaptureType<TSource>"
20421
20230
  }
20422
20231
  },
20423
20232
  "parameters": [
20424
20233
  {
20425
- "name": "data",
20234
+ "name": "itemsBinding",
20426
20235
  "type": {
20427
- "text": "any"
20428
- }
20236
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20237
+ },
20238
+ "description": "The array to render"
20429
20239
  },
20430
20240
  {
20431
- "name": "accessor",
20241
+ "name": "includeRenderers",
20242
+ "default": "true",
20432
20243
  "type": {
20433
- "text": "string"
20434
- }
20244
+ "text": "boolean"
20245
+ },
20246
+ "description": "Optionally tells whether to include cell renderers, if available"
20435
20247
  }
20436
- ]
20248
+ ],
20249
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20250
+ "privacy": "public"
20437
20251
  }
20438
20252
  ],
20439
20253
  "exports": [
20440
20254
  {
20441
20255
  "kind": "js",
20442
- "name": "setValueWithAccessor",
20256
+ "name": "gridProColumns",
20443
20257
  "declaration": {
20444
- "name": "setValueWithAccessor",
20445
- "module": "src/cell-renderers/utils/accessor.ts"
20258
+ "name": "gridProColumns",
20259
+ "module": "src/column/utils/grid-pro-columns.ts"
20446
20260
  }
20447
20261
  }
20448
20262
  ]
20449
20263
  },
20450
20264
  {
20451
20265
  "kind": "javascript-module",
20452
- "path": "src/cell-renderers/utils/index.ts",
20266
+ "path": "src/column/utils/index.ts",
20453
20267
  "declarations": [],
20454
20268
  "exports": [
20455
20269
  {
@@ -20457,7 +20271,7 @@
20457
20271
  "name": "*",
20458
20272
  "declaration": {
20459
20273
  "name": "*",
20460
- "package": "./accessor"
20274
+ "package": "./grid-pro-columns"
20461
20275
  }
20462
20276
  }
20463
20277
  ]