@genesislcap/grid-pro 14.481.1 → 14.481.2-alpha-829ad82.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.
@@ -5339,123 +5339,69 @@
5339
5339
  },
5340
5340
  {
5341
5341
  "kind": "javascript-module",
5342
- "path": "src/column/column.template.ts",
5343
- "declarations": [
5344
- {
5345
- "kind": "variable",
5346
- "name": "ColumnTemplate",
5347
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5348
- "description": "The Grid Pro Column Template.",
5349
- "privacy": "public"
5350
- }
5351
- ],
5352
- "exports": [
5353
- {
5354
- "kind": "js",
5355
- "name": "ColumnTemplate",
5356
- "declaration": {
5357
- "name": "ColumnTemplate",
5358
- "module": "src/column/column.template.ts"
5359
- }
5360
- }
5361
- ]
5362
- },
5363
- {
5364
- "kind": "javascript-module",
5365
- "path": "src/column/column.ts",
5342
+ "path": "src/cell-renderers/action.renderer.ts",
5366
5343
  "declarations": [
5367
5344
  {
5368
5345
  "kind": "class",
5369
- "description": "The Grid Pro Column element.",
5370
- "name": "GridProColumn",
5346
+ "description": "The AG Action Renderer element.",
5347
+ "name": "ActionRenderer",
5371
5348
  "members": [
5372
5349
  {
5373
5350
  "kind": "field",
5374
- "name": "slottedAgCell",
5351
+ "name": "params",
5375
5352
  "type": {
5376
- "text": "HTMLElement[]"
5353
+ "text": "ICellRendererParams & ActionRendererParams"
5377
5354
  },
5378
5355
  "privacy": "public"
5379
5356
  },
5380
5357
  {
5381
5358
  "kind": "field",
5382
- "name": "definition",
5359
+ "name": "pendingAction",
5383
5360
  "type": {
5384
- "text": "ColDef"
5361
+ "text": "boolean"
5385
5362
  },
5386
- "default": "{}"
5387
- },
5388
- {
5389
- "kind": "method",
5390
- "name": "slottedAgCellChanged",
5391
5363
  "privacy": "public"
5392
5364
  },
5393
5365
  {
5394
5366
  "kind": "method",
5395
- "name": "deepClone",
5396
- "return": {
5397
- "type": {
5398
- "text": "Node"
5399
- }
5400
- },
5401
- "inheritedFrom": {
5402
- "name": "LifecycleMixin",
5403
- "module": "src/mixins/lifecycle/lifecycle.ts"
5404
- }
5405
- },
5406
- {
5407
- "kind": "method",
5408
- "name": "cloneNode",
5409
- "return": {
5410
- "type": {
5411
- "text": "Node"
5412
- }
5413
- },
5367
+ "name": "init",
5368
+ "privacy": "public",
5414
5369
  "parameters": [
5415
5370
  {
5416
- "name": "deep",
5417
- "optional": true,
5371
+ "name": "params",
5418
5372
  "type": {
5419
- "text": "boolean"
5373
+ "text": "ICellRendererParams & ActionRendererParams"
5420
5374
  }
5421
5375
  }
5422
- ],
5423
- "inheritedFrom": {
5424
- "name": "LifecycleMixin",
5425
- "module": "src/mixins/lifecycle/lifecycle.ts"
5426
- }
5376
+ ]
5427
5377
  },
5428
5378
  {
5429
- "kind": "field",
5430
- "name": "shouldRunDisconnect",
5379
+ "kind": "method",
5380
+ "name": "getGui",
5381
+ "privacy": "public",
5431
5382
  "return": {
5432
5383
  "type": {
5433
- "text": ""
5384
+ "text": "HTMLElement"
5434
5385
  }
5435
- },
5436
- "readonly": true,
5437
- "inheritedFrom": {
5438
- "name": "LifecycleMixin",
5439
- "module": "src/mixins/lifecycle/lifecycle.ts"
5440
5386
  }
5441
5387
  },
5442
5388
  {
5443
- "kind": "field",
5444
- "name": "shouldRunConnect",
5445
- "return": {
5446
- "type": {
5447
- "text": ""
5389
+ "kind": "method",
5390
+ "name": "refresh",
5391
+ "privacy": "public",
5392
+ "parameters": [
5393
+ {
5394
+ "name": "params",
5395
+ "type": {
5396
+ "text": "ICellRendererParams"
5397
+ }
5448
5398
  }
5449
- },
5450
- "readonly": true,
5451
- "inheritedFrom": {
5452
- "name": "LifecycleMixin",
5453
- "module": "src/mixins/lifecycle/lifecycle.ts"
5454
- }
5399
+ ]
5455
5400
  },
5456
5401
  {
5457
5402
  "kind": "method",
5458
- "name": "#_blockLifecycleDueToTokenChange",
5403
+ "name": "isDisabled",
5404
+ "privacy": "public",
5459
5405
  "return": {
5460
5406
  "type": {
5461
5407
  "text": "boolean"
@@ -5463,16 +5409,19 @@
5463
5409
  },
5464
5410
  "parameters": [
5465
5411
  {
5466
- "name": "lifecycleType",
5467
- "type": {
5468
- "text": "Lifecycletype"
5469
- }
5412
+ "name": "data"
5470
5413
  }
5471
- ],
5472
- "inheritedFrom": {
5473
- "name": "LifecycleMixin",
5474
- "module": "src/mixins/lifecycle/lifecycle.ts"
5475
- }
5414
+ ]
5415
+ },
5416
+ {
5417
+ "kind": "method",
5418
+ "name": "clickHandler",
5419
+ "privacy": "public"
5420
+ },
5421
+ {
5422
+ "kind": "field",
5423
+ "name": "dataTestId",
5424
+ "readonly": true
5476
5425
  },
5477
5426
  {
5478
5427
  "kind": "field",
@@ -5586,92 +5535,82 @@
5586
5535
  }
5587
5536
  }
5588
5537
  ],
5589
- "mixins": [
5590
- {
5591
- "name": "LifecycleMixin",
5592
- "package": "@genesislcap/foundation-utils"
5593
- }
5594
- ],
5595
5538
  "superclass": {
5596
5539
  "name": "FoundationElement",
5597
5540
  "package": "@microsoft/fast-foundation"
5598
5541
  },
5599
- "tagName": "grid-pro-column",
5542
+ "tagName": "%%prefix%%-grid-pro-action-renderer",
5600
5543
  "customElement": true
5544
+ },
5545
+ {
5546
+ "kind": "variable",
5547
+ "name": "actionHeightMultiplier",
5548
+ "description": "The base height multiplier for the action renderer.",
5549
+ "privacy": "public"
5550
+ },
5551
+ {
5552
+ "kind": "variable",
5553
+ "name": "agActionRendererStyles",
5554
+ "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`",
5555
+ "description": "The AG Action Renderer Styles.",
5556
+ "privacy": "public"
5557
+ },
5558
+ {
5559
+ "kind": "variable",
5560
+ "name": "foundationGridProActionRenderer",
5561
+ "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5562
+ "privacy": "public"
5601
5563
  }
5602
5564
  ],
5603
5565
  "exports": [
5604
5566
  {
5605
5567
  "kind": "js",
5606
- "name": "GridProColumn",
5568
+ "name": "ActionRenderer",
5607
5569
  "declaration": {
5608
- "name": "GridProColumn",
5609
- "module": "src/column/column.ts"
5570
+ "name": "ActionRenderer",
5571
+ "module": "src/cell-renderers/action.renderer.ts"
5610
5572
  }
5611
5573
  },
5612
- {
5613
- "kind": "custom-element-definition",
5614
- "name": "grid-pro-column",
5615
- "declaration": {
5616
- "name": "GridProColumn",
5617
- "module": "src/column/column.ts"
5618
- }
5619
- }
5620
- ]
5621
- },
5622
- {
5623
- "kind": "javascript-module",
5624
- "path": "src/column/index.ts",
5625
- "declarations": [],
5626
- "exports": [
5627
5574
  {
5628
5575
  "kind": "js",
5629
- "name": "*",
5576
+ "name": "actionHeightMultiplier",
5630
5577
  "declaration": {
5631
- "name": "*",
5632
- "package": "./column.template"
5578
+ "name": "actionHeightMultiplier",
5579
+ "module": "src/cell-renderers/action.renderer.ts"
5633
5580
  }
5634
5581
  },
5635
5582
  {
5636
5583
  "kind": "js",
5637
- "name": "*",
5584
+ "name": "agActionRendererStyles",
5638
5585
  "declaration": {
5639
- "name": "*",
5640
- "package": "./column"
5586
+ "name": "agActionRendererStyles",
5587
+ "module": "src/cell-renderers/action.renderer.ts"
5641
5588
  }
5642
5589
  },
5643
5590
  {
5644
5591
  "kind": "js",
5645
- "name": "*",
5592
+ "name": "foundationGridProActionRenderer",
5646
5593
  "declaration": {
5647
- "name": "*",
5648
- "package": "./utils"
5594
+ "name": "foundationGridProActionRenderer",
5595
+ "module": "src/cell-renderers/action.renderer.ts"
5649
5596
  }
5650
5597
  }
5651
5598
  ]
5652
5599
  },
5653
5600
  {
5654
5601
  "kind": "javascript-module",
5655
- "path": "src/cell-renderers/action.renderer.ts",
5602
+ "path": "src/cell-renderers/actions-menu.renderer.ts",
5656
5603
  "declarations": [
5657
5604
  {
5658
5605
  "kind": "class",
5659
- "description": "The AG Action Renderer element.",
5660
- "name": "ActionRenderer",
5606
+ "description": "The Actions Menu Renderer element.",
5607
+ "name": "ActionsMenuRenderer",
5661
5608
  "members": [
5662
5609
  {
5663
5610
  "kind": "field",
5664
5611
  "name": "params",
5665
5612
  "type": {
5666
- "text": "ICellRendererParams & ActionRendererParams"
5667
- },
5668
- "privacy": "public"
5669
- },
5670
- {
5671
- "kind": "field",
5672
- "name": "pendingAction",
5673
- "type": {
5674
- "text": "boolean"
5613
+ "text": "ICellRendererParams"
5675
5614
  },
5676
5615
  "privacy": "public"
5677
5616
  },
@@ -5683,7 +5622,7 @@
5683
5622
  {
5684
5623
  "name": "params",
5685
5624
  "type": {
5686
- "text": "ICellRendererParams & ActionRendererParams"
5625
+ "text": "ICellRendererParams"
5687
5626
  }
5688
5627
  }
5689
5628
  ]
@@ -5711,31 +5650,6 @@
5711
5650
  }
5712
5651
  ]
5713
5652
  },
5714
- {
5715
- "kind": "method",
5716
- "name": "isDisabled",
5717
- "privacy": "public",
5718
- "return": {
5719
- "type": {
5720
- "text": "boolean"
5721
- }
5722
- },
5723
- "parameters": [
5724
- {
5725
- "name": "data"
5726
- }
5727
- ]
5728
- },
5729
- {
5730
- "kind": "method",
5731
- "name": "clickHandler",
5732
- "privacy": "public"
5733
- },
5734
- {
5735
- "kind": "field",
5736
- "name": "dataTestId",
5737
- "readonly": true
5738
- },
5739
5653
  {
5740
5654
  "kind": "field",
5741
5655
  "name": "_presentation",
@@ -5852,240 +5766,13 @@
5852
5766
  "name": "FoundationElement",
5853
5767
  "package": "@microsoft/fast-foundation"
5854
5768
  },
5855
- "tagName": "%%prefix%%-grid-pro-action-renderer",
5769
+ "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
5856
5770
  "customElement": true
5857
5771
  },
5858
5772
  {
5859
5773
  "kind": "variable",
5860
- "name": "actionHeightMultiplier",
5861
- "description": "The base height multiplier for the action renderer.",
5862
- "privacy": "public"
5863
- },
5864
- {
5865
- "kind": "variable",
5866
- "name": "agActionRendererStyles",
5867
- "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`",
5868
- "description": "The AG Action Renderer Styles.",
5869
- "privacy": "public"
5870
- },
5871
- {
5872
- "kind": "variable",
5873
- "name": "foundationGridProActionRenderer",
5874
- "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5875
- "privacy": "public"
5876
- }
5877
- ],
5878
- "exports": [
5879
- {
5880
- "kind": "js",
5881
- "name": "ActionRenderer",
5882
- "declaration": {
5883
- "name": "ActionRenderer",
5884
- "module": "src/cell-renderers/action.renderer.ts"
5885
- }
5886
- },
5887
- {
5888
- "kind": "js",
5889
- "name": "actionHeightMultiplier",
5890
- "declaration": {
5891
- "name": "actionHeightMultiplier",
5892
- "module": "src/cell-renderers/action.renderer.ts"
5893
- }
5894
- },
5895
- {
5896
- "kind": "js",
5897
- "name": "agActionRendererStyles",
5898
- "declaration": {
5899
- "name": "agActionRendererStyles",
5900
- "module": "src/cell-renderers/action.renderer.ts"
5901
- }
5902
- },
5903
- {
5904
- "kind": "js",
5905
- "name": "foundationGridProActionRenderer",
5906
- "declaration": {
5907
- "name": "foundationGridProActionRenderer",
5908
- "module": "src/cell-renderers/action.renderer.ts"
5909
- }
5910
- }
5911
- ]
5912
- },
5913
- {
5914
- "kind": "javascript-module",
5915
- "path": "src/cell-renderers/actions-menu.renderer.ts",
5916
- "declarations": [
5917
- {
5918
- "kind": "class",
5919
- "description": "The Actions Menu Renderer element.",
5920
- "name": "ActionsMenuRenderer",
5921
- "members": [
5922
- {
5923
- "kind": "field",
5924
- "name": "params",
5925
- "type": {
5926
- "text": "ICellRendererParams"
5927
- },
5928
- "privacy": "public"
5929
- },
5930
- {
5931
- "kind": "method",
5932
- "name": "init",
5933
- "privacy": "public",
5934
- "parameters": [
5935
- {
5936
- "name": "params",
5937
- "type": {
5938
- "text": "ICellRendererParams"
5939
- }
5940
- }
5941
- ]
5942
- },
5943
- {
5944
- "kind": "method",
5945
- "name": "getGui",
5946
- "privacy": "public",
5947
- "return": {
5948
- "type": {
5949
- "text": "HTMLElement"
5950
- }
5951
- }
5952
- },
5953
- {
5954
- "kind": "method",
5955
- "name": "refresh",
5956
- "privacy": "public",
5957
- "parameters": [
5958
- {
5959
- "name": "params",
5960
- "type": {
5961
- "text": "ICellRendererParams"
5962
- }
5963
- }
5964
- ]
5965
- },
5966
- {
5967
- "kind": "field",
5968
- "name": "_presentation",
5969
- "type": {
5970
- "text": "ComponentPresentation | null | undefined"
5971
- },
5972
- "privacy": "private",
5973
- "default": "void 0",
5974
- "inheritedFrom": {
5975
- "name": "FoundationElement",
5976
- "module": "src/foundation-element/foundation-element.ts"
5977
- }
5978
- },
5979
- {
5980
- "kind": "field",
5981
- "name": "$presentation",
5982
- "type": {
5983
- "text": "ComponentPresentation | null"
5984
- },
5985
- "privacy": "public",
5986
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5987
- "inheritedFrom": {
5988
- "name": "FoundationElement",
5989
- "module": "src/foundation-element/foundation-element.ts"
5990
- }
5991
- },
5992
- {
5993
- "kind": "field",
5994
- "name": "template",
5995
- "type": {
5996
- "text": "ElementViewTemplate | void | null"
5997
- },
5998
- "privacy": "public",
5999
- "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.",
6000
- "inheritedFrom": {
6001
- "name": "FoundationElement",
6002
- "module": "src/foundation-element/foundation-element.ts"
6003
- }
6004
- },
6005
- {
6006
- "kind": "method",
6007
- "name": "templateChanged",
6008
- "privacy": "protected",
6009
- "return": {
6010
- "type": {
6011
- "text": "void"
6012
- }
6013
- },
6014
- "inheritedFrom": {
6015
- "name": "FoundationElement",
6016
- "module": "src/foundation-element/foundation-element.ts"
6017
- }
6018
- },
6019
- {
6020
- "kind": "field",
6021
- "name": "styles",
6022
- "type": {
6023
- "text": "ElementStyles | void | null"
6024
- },
6025
- "privacy": "public",
6026
- "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.",
6027
- "inheritedFrom": {
6028
- "name": "FoundationElement",
6029
- "module": "src/foundation-element/foundation-element.ts"
6030
- }
6031
- },
6032
- {
6033
- "kind": "method",
6034
- "name": "stylesChanged",
6035
- "privacy": "protected",
6036
- "return": {
6037
- "type": {
6038
- "text": "void"
6039
- }
6040
- },
6041
- "inheritedFrom": {
6042
- "name": "FoundationElement",
6043
- "module": "src/foundation-element/foundation-element.ts"
6044
- }
6045
- },
6046
- {
6047
- "kind": "method",
6048
- "name": "compose",
6049
- "privacy": "public",
6050
- "static": true,
6051
- "return": {
6052
- "type": {
6053
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
6054
- }
6055
- },
6056
- "parameters": [
6057
- {
6058
- "name": "this",
6059
- "type": {
6060
- "text": "K"
6061
- }
6062
- },
6063
- {
6064
- "name": "elementDefinition",
6065
- "type": {
6066
- "text": "T"
6067
- },
6068
- "description": "The definition of the element to create the registry\nfunction for."
6069
- }
6070
- ],
6071
- "description": "Defines an element registry function with a set of element definition defaults.",
6072
- "inheritedFrom": {
6073
- "name": "FoundationElement",
6074
- "module": "src/foundation-element/foundation-element.ts"
6075
- }
6076
- }
6077
- ],
6078
- "superclass": {
6079
- "name": "FoundationElement",
6080
- "package": "@microsoft/fast-foundation"
6081
- },
6082
- "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
6083
- "customElement": true
6084
- },
6085
- {
6086
- "kind": "variable",
6087
- "name": "foundationGridProActionsMenuRenderer",
6088
- "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
5774
+ "name": "foundationGridProActionsMenuRenderer",
5775
+ "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
6089
5776
  "privacy": "public"
6090
5777
  },
6091
5778
  {
@@ -16033,128 +15720,441 @@
16033
15720
  "type": {
16034
15721
  "text": "AgThemeFontFaceMap"
16035
15722
  },
16036
- "default": "{\n [AgGridTheme.alpine]: agGridAlpineFontFace,\n [AgGridTheme.alpineDark]: agGridAlpineFontFace,\n [AgGridTheme.balham]: agGridBalhamFontFace,\n [AgGridTheme.balhamDark]: agGridBalhamFontFace,\n [AgGridTheme.material]: agGridMaterialFontFace,\n}",
16037
- "description": "Font Face map with all the font faces for each theme.",
16038
- "privacy": "public"
16039
- },
16040
- {
16041
- "kind": "variable",
16042
- "name": "defaultAgGridFontFace",
16043
- "default": "agGridAlpineFontFace",
16044
- "description": "The default font face for Grid Pro (agGridAlpine).",
16045
- "privacy": "public"
15723
+ "default": "{\n [AgGridTheme.alpine]: agGridAlpineFontFace,\n [AgGridTheme.alpineDark]: agGridAlpineFontFace,\n [AgGridTheme.balham]: agGridBalhamFontFace,\n [AgGridTheme.balhamDark]: agGridBalhamFontFace,\n [AgGridTheme.material]: agGridMaterialFontFace,\n}",
15724
+ "description": "Font Face map with all the font faces for each theme.",
15725
+ "privacy": "public"
15726
+ },
15727
+ {
15728
+ "kind": "variable",
15729
+ "name": "defaultAgGridFontFace",
15730
+ "default": "agGridAlpineFontFace",
15731
+ "description": "The default font face for Grid Pro (agGridAlpine).",
15732
+ "privacy": "public"
15733
+ }
15734
+ ],
15735
+ "exports": [
15736
+ {
15737
+ "kind": "js",
15738
+ "name": "agGridAlpineFontFace",
15739
+ "declaration": {
15740
+ "name": "agGridAlpineFontFace",
15741
+ "module": "src/external/fonts.ts"
15742
+ }
15743
+ },
15744
+ {
15745
+ "kind": "js",
15746
+ "name": "agGridBalhamFontFace",
15747
+ "declaration": {
15748
+ "name": "agGridBalhamFontFace",
15749
+ "module": "src/external/fonts.ts"
15750
+ }
15751
+ },
15752
+ {
15753
+ "kind": "js",
15754
+ "name": "agGridMaterialFontFace",
15755
+ "declaration": {
15756
+ "name": "agGridMaterialFontFace",
15757
+ "module": "src/external/fonts.ts"
15758
+ }
15759
+ },
15760
+ {
15761
+ "kind": "js",
15762
+ "name": "agThemeFontFaceMap",
15763
+ "declaration": {
15764
+ "name": "agThemeFontFaceMap",
15765
+ "module": "src/external/fonts.ts"
15766
+ }
15767
+ },
15768
+ {
15769
+ "kind": "js",
15770
+ "name": "defaultAgGridFontFace",
15771
+ "declaration": {
15772
+ "name": "defaultAgGridFontFace",
15773
+ "module": "src/external/fonts.ts"
15774
+ }
15775
+ }
15776
+ ]
15777
+ },
15778
+ {
15779
+ "kind": "javascript-module",
15780
+ "path": "src/external/index.ts",
15781
+ "declarations": [
15782
+ {
15783
+ "kind": "variable",
15784
+ "name": "agExternalStockStyles",
15785
+ "default": "css`\n ${agGridCSS}\n ${agHeadCSS}\n ${agThemeAlpineNofontsCSS}\n ${agThemeBalhamNofontsCSS}\n ${agThemeMaterialNofontsCSS}\n`",
15786
+ "description": "All External AG Grid Stock in one CSS.",
15787
+ "privacy": "public"
15788
+ }
15789
+ ],
15790
+ "exports": [
15791
+ {
15792
+ "kind": "js",
15793
+ "name": "*",
15794
+ "declaration": {
15795
+ "name": "*",
15796
+ "package": "./fonts"
15797
+ }
15798
+ },
15799
+ {
15800
+ "kind": "js",
15801
+ "name": "agExternalStockStyles",
15802
+ "declaration": {
15803
+ "name": "agExternalStockStyles",
15804
+ "module": "src/external/index.ts"
15805
+ }
15806
+ },
15807
+ {
15808
+ "kind": "js",
15809
+ "name": "agGridCSS",
15810
+ "declaration": {
15811
+ "name": "agGridCSS",
15812
+ "module": "src/external/index.ts"
15813
+ }
15814
+ },
15815
+ {
15816
+ "kind": "js",
15817
+ "name": "agHeadCSS",
15818
+ "declaration": {
15819
+ "name": "agHeadCSS",
15820
+ "module": "src/external/index.ts"
15821
+ }
15822
+ },
15823
+ {
15824
+ "kind": "js",
15825
+ "name": "agThemeAlpineNofontsCSS",
15826
+ "declaration": {
15827
+ "name": "agThemeAlpineNofontsCSS",
15828
+ "module": "src/external/index.ts"
15829
+ }
15830
+ },
15831
+ {
15832
+ "kind": "js",
15833
+ "name": "agThemeBalhamNofontsCSS",
15834
+ "declaration": {
15835
+ "name": "agThemeBalhamNofontsCSS",
15836
+ "module": "src/external/index.ts"
15837
+ }
15838
+ },
15839
+ {
15840
+ "kind": "js",
15841
+ "name": "agThemeMaterialNofontsCSS",
15842
+ "declaration": {
15843
+ "name": "agThemeMaterialNofontsCSS",
15844
+ "module": "src/external/index.ts"
15845
+ }
15846
+ }
15847
+ ]
15848
+ },
15849
+ {
15850
+ "kind": "javascript-module",
15851
+ "path": "src/column/column.template.ts",
15852
+ "declarations": [
15853
+ {
15854
+ "kind": "variable",
15855
+ "name": "ColumnTemplate",
15856
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
15857
+ "description": "The Grid Pro Column Template.",
15858
+ "privacy": "public"
15859
+ }
15860
+ ],
15861
+ "exports": [
15862
+ {
15863
+ "kind": "js",
15864
+ "name": "ColumnTemplate",
15865
+ "declaration": {
15866
+ "name": "ColumnTemplate",
15867
+ "module": "src/column/column.template.ts"
15868
+ }
15869
+ }
15870
+ ]
15871
+ },
15872
+ {
15873
+ "kind": "javascript-module",
15874
+ "path": "src/column/column.ts",
15875
+ "declarations": [
15876
+ {
15877
+ "kind": "class",
15878
+ "description": "The Grid Pro Column element.",
15879
+ "name": "GridProColumn",
15880
+ "members": [
15881
+ {
15882
+ "kind": "field",
15883
+ "name": "slottedAgCell",
15884
+ "type": {
15885
+ "text": "HTMLElement[]"
15886
+ },
15887
+ "privacy": "public"
15888
+ },
15889
+ {
15890
+ "kind": "field",
15891
+ "name": "definition",
15892
+ "type": {
15893
+ "text": "ColDef"
15894
+ },
15895
+ "default": "{}"
15896
+ },
15897
+ {
15898
+ "kind": "method",
15899
+ "name": "slottedAgCellChanged",
15900
+ "privacy": "public"
15901
+ },
15902
+ {
15903
+ "kind": "method",
15904
+ "name": "deepClone",
15905
+ "return": {
15906
+ "type": {
15907
+ "text": "Node"
15908
+ }
15909
+ },
15910
+ "inheritedFrom": {
15911
+ "name": "LifecycleMixin",
15912
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15913
+ }
15914
+ },
15915
+ {
15916
+ "kind": "method",
15917
+ "name": "cloneNode",
15918
+ "return": {
15919
+ "type": {
15920
+ "text": "Node"
15921
+ }
15922
+ },
15923
+ "parameters": [
15924
+ {
15925
+ "name": "deep",
15926
+ "optional": true,
15927
+ "type": {
15928
+ "text": "boolean"
15929
+ }
15930
+ }
15931
+ ],
15932
+ "inheritedFrom": {
15933
+ "name": "LifecycleMixin",
15934
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15935
+ }
15936
+ },
15937
+ {
15938
+ "kind": "field",
15939
+ "name": "shouldRunDisconnect",
15940
+ "return": {
15941
+ "type": {
15942
+ "text": ""
15943
+ }
15944
+ },
15945
+ "readonly": true,
15946
+ "inheritedFrom": {
15947
+ "name": "LifecycleMixin",
15948
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15949
+ }
15950
+ },
15951
+ {
15952
+ "kind": "field",
15953
+ "name": "shouldRunConnect",
15954
+ "return": {
15955
+ "type": {
15956
+ "text": ""
15957
+ }
15958
+ },
15959
+ "readonly": true,
15960
+ "inheritedFrom": {
15961
+ "name": "LifecycleMixin",
15962
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15963
+ }
15964
+ },
15965
+ {
15966
+ "kind": "method",
15967
+ "name": "#_blockLifecycleDueToTokenChange",
15968
+ "return": {
15969
+ "type": {
15970
+ "text": "boolean"
15971
+ }
15972
+ },
15973
+ "parameters": [
15974
+ {
15975
+ "name": "lifecycleType",
15976
+ "type": {
15977
+ "text": "Lifecycletype"
15978
+ }
15979
+ }
15980
+ ],
15981
+ "inheritedFrom": {
15982
+ "name": "LifecycleMixin",
15983
+ "module": "src/mixins/lifecycle/lifecycle.ts"
15984
+ }
15985
+ },
15986
+ {
15987
+ "kind": "field",
15988
+ "name": "_presentation",
15989
+ "type": {
15990
+ "text": "ComponentPresentation | null | undefined"
15991
+ },
15992
+ "privacy": "private",
15993
+ "default": "void 0",
15994
+ "inheritedFrom": {
15995
+ "name": "FoundationElement",
15996
+ "module": "src/foundation-element/foundation-element.ts"
15997
+ }
15998
+ },
15999
+ {
16000
+ "kind": "field",
16001
+ "name": "$presentation",
16002
+ "type": {
16003
+ "text": "ComponentPresentation | null"
16004
+ },
16005
+ "privacy": "public",
16006
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
16007
+ "inheritedFrom": {
16008
+ "name": "FoundationElement",
16009
+ "module": "src/foundation-element/foundation-element.ts"
16010
+ }
16011
+ },
16012
+ {
16013
+ "kind": "field",
16014
+ "name": "template",
16015
+ "type": {
16016
+ "text": "ElementViewTemplate | void | null"
16017
+ },
16018
+ "privacy": "public",
16019
+ "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.",
16020
+ "inheritedFrom": {
16021
+ "name": "FoundationElement",
16022
+ "module": "src/foundation-element/foundation-element.ts"
16023
+ }
16024
+ },
16025
+ {
16026
+ "kind": "method",
16027
+ "name": "templateChanged",
16028
+ "privacy": "protected",
16029
+ "return": {
16030
+ "type": {
16031
+ "text": "void"
16032
+ }
16033
+ },
16034
+ "inheritedFrom": {
16035
+ "name": "FoundationElement",
16036
+ "module": "src/foundation-element/foundation-element.ts"
16037
+ }
16038
+ },
16039
+ {
16040
+ "kind": "field",
16041
+ "name": "styles",
16042
+ "type": {
16043
+ "text": "ElementStyles | void | null"
16044
+ },
16045
+ "privacy": "public",
16046
+ "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.",
16047
+ "inheritedFrom": {
16048
+ "name": "FoundationElement",
16049
+ "module": "src/foundation-element/foundation-element.ts"
16050
+ }
16051
+ },
16052
+ {
16053
+ "kind": "method",
16054
+ "name": "stylesChanged",
16055
+ "privacy": "protected",
16056
+ "return": {
16057
+ "type": {
16058
+ "text": "void"
16059
+ }
16060
+ },
16061
+ "inheritedFrom": {
16062
+ "name": "FoundationElement",
16063
+ "module": "src/foundation-element/foundation-element.ts"
16064
+ }
16065
+ },
16066
+ {
16067
+ "kind": "method",
16068
+ "name": "compose",
16069
+ "privacy": "public",
16070
+ "static": true,
16071
+ "return": {
16072
+ "type": {
16073
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
16074
+ }
16075
+ },
16076
+ "parameters": [
16077
+ {
16078
+ "name": "this",
16079
+ "type": {
16080
+ "text": "K"
16081
+ }
16082
+ },
16083
+ {
16084
+ "name": "elementDefinition",
16085
+ "type": {
16086
+ "text": "T"
16087
+ },
16088
+ "description": "The definition of the element to create the registry\nfunction for."
16089
+ }
16090
+ ],
16091
+ "description": "Defines an element registry function with a set of element definition defaults.",
16092
+ "inheritedFrom": {
16093
+ "name": "FoundationElement",
16094
+ "module": "src/foundation-element/foundation-element.ts"
16095
+ }
16096
+ }
16097
+ ],
16098
+ "mixins": [
16099
+ {
16100
+ "name": "LifecycleMixin",
16101
+ "package": "@genesislcap/foundation-utils"
16102
+ }
16103
+ ],
16104
+ "superclass": {
16105
+ "name": "FoundationElement",
16106
+ "package": "@microsoft/fast-foundation"
16107
+ },
16108
+ "tagName": "grid-pro-column",
16109
+ "customElement": true
16046
16110
  }
16047
16111
  ],
16048
16112
  "exports": [
16049
16113
  {
16050
16114
  "kind": "js",
16051
- "name": "agGridAlpineFontFace",
16052
- "declaration": {
16053
- "name": "agGridAlpineFontFace",
16054
- "module": "src/external/fonts.ts"
16055
- }
16056
- },
16057
- {
16058
- "kind": "js",
16059
- "name": "agGridBalhamFontFace",
16060
- "declaration": {
16061
- "name": "agGridBalhamFontFace",
16062
- "module": "src/external/fonts.ts"
16063
- }
16064
- },
16065
- {
16066
- "kind": "js",
16067
- "name": "agGridMaterialFontFace",
16068
- "declaration": {
16069
- "name": "agGridMaterialFontFace",
16070
- "module": "src/external/fonts.ts"
16071
- }
16072
- },
16073
- {
16074
- "kind": "js",
16075
- "name": "agThemeFontFaceMap",
16115
+ "name": "GridProColumn",
16076
16116
  "declaration": {
16077
- "name": "agThemeFontFaceMap",
16078
- "module": "src/external/fonts.ts"
16117
+ "name": "GridProColumn",
16118
+ "module": "src/column/column.ts"
16079
16119
  }
16080
16120
  },
16081
16121
  {
16082
- "kind": "js",
16083
- "name": "defaultAgGridFontFace",
16122
+ "kind": "custom-element-definition",
16123
+ "name": "grid-pro-column",
16084
16124
  "declaration": {
16085
- "name": "defaultAgGridFontFace",
16086
- "module": "src/external/fonts.ts"
16125
+ "name": "GridProColumn",
16126
+ "module": "src/column/column.ts"
16087
16127
  }
16088
16128
  }
16089
16129
  ]
16090
16130
  },
16091
16131
  {
16092
16132
  "kind": "javascript-module",
16093
- "path": "src/external/index.ts",
16094
- "declarations": [
16095
- {
16096
- "kind": "variable",
16097
- "name": "agExternalStockStyles",
16098
- "default": "css`\n ${agGridCSS}\n ${agHeadCSS}\n ${agThemeAlpineNofontsCSS}\n ${agThemeBalhamNofontsCSS}\n ${agThemeMaterialNofontsCSS}\n`",
16099
- "description": "All External AG Grid Stock in one CSS.",
16100
- "privacy": "public"
16101
- }
16102
- ],
16133
+ "path": "src/column/index.ts",
16134
+ "declarations": [],
16103
16135
  "exports": [
16104
16136
  {
16105
16137
  "kind": "js",
16106
16138
  "name": "*",
16107
16139
  "declaration": {
16108
16140
  "name": "*",
16109
- "package": "./fonts"
16110
- }
16111
- },
16112
- {
16113
- "kind": "js",
16114
- "name": "agExternalStockStyles",
16115
- "declaration": {
16116
- "name": "agExternalStockStyles",
16117
- "module": "src/external/index.ts"
16118
- }
16119
- },
16120
- {
16121
- "kind": "js",
16122
- "name": "agGridCSS",
16123
- "declaration": {
16124
- "name": "agGridCSS",
16125
- "module": "src/external/index.ts"
16126
- }
16127
- },
16128
- {
16129
- "kind": "js",
16130
- "name": "agHeadCSS",
16131
- "declaration": {
16132
- "name": "agHeadCSS",
16133
- "module": "src/external/index.ts"
16134
- }
16135
- },
16136
- {
16137
- "kind": "js",
16138
- "name": "agThemeAlpineNofontsCSS",
16139
- "declaration": {
16140
- "name": "agThemeAlpineNofontsCSS",
16141
- "module": "src/external/index.ts"
16141
+ "package": "./column.template"
16142
16142
  }
16143
16143
  },
16144
16144
  {
16145
16145
  "kind": "js",
16146
- "name": "agThemeBalhamNofontsCSS",
16146
+ "name": "*",
16147
16147
  "declaration": {
16148
- "name": "agThemeBalhamNofontsCSS",
16149
- "module": "src/external/index.ts"
16148
+ "name": "*",
16149
+ "package": "./column"
16150
16150
  }
16151
16151
  },
16152
16152
  {
16153
16153
  "kind": "js",
16154
- "name": "agThemeMaterialNofontsCSS",
16154
+ "name": "*",
16155
16155
  "declaration": {
16156
- "name": "agThemeMaterialNofontsCSS",
16157
- "module": "src/external/index.ts"
16156
+ "name": "*",
16157
+ "package": "./utils"
16158
16158
  }
16159
16159
  }
16160
16160
  ]
@@ -20291,51 +20291,46 @@
20291
20291
  },
20292
20292
  {
20293
20293
  "kind": "javascript-module",
20294
- "path": "src/column/utils/grid-pro-columns.ts",
20294
+ "path": "src/cell-renderers/utils/accessor.ts",
20295
20295
  "declarations": [
20296
20296
  {
20297
20297
  "kind": "function",
20298
- "name": "gridProColumns",
20298
+ "name": "setValueWithAccessor",
20299
20299
  "return": {
20300
20300
  "type": {
20301
- "text": "CaptureType<TSource>"
20301
+ "text": "string"
20302
20302
  }
20303
20303
  },
20304
20304
  "parameters": [
20305
20305
  {
20306
- "name": "itemsBinding",
20306
+ "name": "data",
20307
20307
  "type": {
20308
- "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20309
- },
20310
- "description": "The array to render"
20308
+ "text": "any"
20309
+ }
20311
20310
  },
20312
20311
  {
20313
- "name": "includeRenderers",
20314
- "default": "true",
20312
+ "name": "accessor",
20315
20313
  "type": {
20316
- "text": "boolean"
20317
- },
20318
- "description": "Optionally tells whether to include cell renderers, if available"
20314
+ "text": "string"
20315
+ }
20319
20316
  }
20320
- ],
20321
- "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20322
- "privacy": "public"
20317
+ ]
20323
20318
  }
20324
20319
  ],
20325
20320
  "exports": [
20326
20321
  {
20327
20322
  "kind": "js",
20328
- "name": "gridProColumns",
20323
+ "name": "setValueWithAccessor",
20329
20324
  "declaration": {
20330
- "name": "gridProColumns",
20331
- "module": "src/column/utils/grid-pro-columns.ts"
20325
+ "name": "setValueWithAccessor",
20326
+ "module": "src/cell-renderers/utils/accessor.ts"
20332
20327
  }
20333
20328
  }
20334
20329
  ]
20335
20330
  },
20336
20331
  {
20337
20332
  "kind": "javascript-module",
20338
- "path": "src/column/utils/index.ts",
20333
+ "path": "src/cell-renderers/utils/index.ts",
20339
20334
  "declarations": [],
20340
20335
  "exports": [
20341
20336
  {
@@ -20343,53 +20338,58 @@
20343
20338
  "name": "*",
20344
20339
  "declaration": {
20345
20340
  "name": "*",
20346
- "package": "./grid-pro-columns"
20341
+ "package": "./accessor"
20347
20342
  }
20348
20343
  }
20349
20344
  ]
20350
20345
  },
20351
20346
  {
20352
20347
  "kind": "javascript-module",
20353
- "path": "src/cell-renderers/utils/accessor.ts",
20348
+ "path": "src/column/utils/grid-pro-columns.ts",
20354
20349
  "declarations": [
20355
20350
  {
20356
20351
  "kind": "function",
20357
- "name": "setValueWithAccessor",
20352
+ "name": "gridProColumns",
20358
20353
  "return": {
20359
20354
  "type": {
20360
- "text": "string"
20355
+ "text": "CaptureType<TSource>"
20361
20356
  }
20362
20357
  },
20363
20358
  "parameters": [
20364
20359
  {
20365
- "name": "data",
20360
+ "name": "itemsBinding",
20366
20361
  "type": {
20367
- "text": "any"
20368
- }
20362
+ "text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
20363
+ },
20364
+ "description": "The array to render"
20369
20365
  },
20370
20366
  {
20371
- "name": "accessor",
20367
+ "name": "includeRenderers",
20368
+ "default": "true",
20372
20369
  "type": {
20373
- "text": "string"
20374
- }
20370
+ "text": "boolean"
20371
+ },
20372
+ "description": "Optionally tells whether to include cell renderers, if available"
20375
20373
  }
20376
- ]
20374
+ ],
20375
+ "description": "A directive that renders a set of grid-pro-column elements from a given input binding",
20376
+ "privacy": "public"
20377
20377
  }
20378
20378
  ],
20379
20379
  "exports": [
20380
20380
  {
20381
20381
  "kind": "js",
20382
- "name": "setValueWithAccessor",
20382
+ "name": "gridProColumns",
20383
20383
  "declaration": {
20384
- "name": "setValueWithAccessor",
20385
- "module": "src/cell-renderers/utils/accessor.ts"
20384
+ "name": "gridProColumns",
20385
+ "module": "src/column/utils/grid-pro-columns.ts"
20386
20386
  }
20387
20387
  }
20388
20388
  ]
20389
20389
  },
20390
20390
  {
20391
20391
  "kind": "javascript-module",
20392
- "path": "src/cell-renderers/utils/index.ts",
20392
+ "path": "src/column/utils/index.ts",
20393
20393
  "declarations": [],
20394
20394
  "exports": [
20395
20395
  {
@@ -20397,7 +20397,7 @@
20397
20397
  "name": "*",
20398
20398
  "declaration": {
20399
20399
  "name": "*",
20400
- "package": "./accessor"
20400
+ "package": "./grid-pro-columns"
20401
20401
  }
20402
20402
  }
20403
20403
  ]