@genesislcap/grid-pro 15.3.3 → 15.3.5

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.
@@ -5249,123 +5249,69 @@
5249
5249
  },
5250
5250
  {
5251
5251
  "kind": "javascript-module",
5252
- "path": "src/column/column.template.ts",
5253
- "declarations": [
5254
- {
5255
- "kind": "variable",
5256
- "name": "ColumnTemplate",
5257
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
5258
- "description": "The Grid Pro Column Template.",
5259
- "privacy": "public"
5260
- }
5261
- ],
5262
- "exports": [
5263
- {
5264
- "kind": "js",
5265
- "name": "ColumnTemplate",
5266
- "declaration": {
5267
- "name": "ColumnTemplate",
5268
- "module": "src/column/column.template.ts"
5269
- }
5270
- }
5271
- ]
5272
- },
5273
- {
5274
- "kind": "javascript-module",
5275
- "path": "src/column/column.ts",
5252
+ "path": "src/cell-renderers/action.renderer.ts",
5276
5253
  "declarations": [
5277
5254
  {
5278
5255
  "kind": "class",
5279
- "description": "The Grid Pro Column element.",
5280
- "name": "GridProColumn",
5256
+ "description": "The AG Action Renderer element.",
5257
+ "name": "ActionRenderer",
5281
5258
  "members": [
5282
5259
  {
5283
5260
  "kind": "field",
5284
- "name": "slottedAgCell",
5261
+ "name": "params",
5285
5262
  "type": {
5286
- "text": "HTMLElement[]"
5263
+ "text": "ICellRendererParams & ActionRendererParams"
5287
5264
  },
5288
5265
  "privacy": "public"
5289
5266
  },
5290
5267
  {
5291
5268
  "kind": "field",
5292
- "name": "definition",
5269
+ "name": "pendingAction",
5293
5270
  "type": {
5294
- "text": "ColDef"
5271
+ "text": "boolean"
5295
5272
  },
5296
- "default": "{}"
5297
- },
5298
- {
5299
- "kind": "method",
5300
- "name": "slottedAgCellChanged",
5301
5273
  "privacy": "public"
5302
5274
  },
5303
5275
  {
5304
5276
  "kind": "method",
5305
- "name": "deepClone",
5306
- "return": {
5307
- "type": {
5308
- "text": "Node"
5309
- }
5310
- },
5311
- "inheritedFrom": {
5312
- "name": "LifecycleMixin",
5313
- "module": "src/mixins/lifecycle/lifecycle.ts"
5314
- }
5315
- },
5316
- {
5317
- "kind": "method",
5318
- "name": "cloneNode",
5319
- "return": {
5320
- "type": {
5321
- "text": "Node"
5322
- }
5323
- },
5277
+ "name": "init",
5278
+ "privacy": "public",
5324
5279
  "parameters": [
5325
5280
  {
5326
- "name": "deep",
5327
- "optional": true,
5281
+ "name": "params",
5328
5282
  "type": {
5329
- "text": "boolean"
5283
+ "text": "ICellRendererParams & ActionRendererParams"
5330
5284
  }
5331
5285
  }
5332
- ],
5333
- "inheritedFrom": {
5334
- "name": "LifecycleMixin",
5335
- "module": "src/mixins/lifecycle/lifecycle.ts"
5336
- }
5286
+ ]
5337
5287
  },
5338
5288
  {
5339
- "kind": "field",
5340
- "name": "shouldRunDisconnect",
5289
+ "kind": "method",
5290
+ "name": "getGui",
5291
+ "privacy": "public",
5341
5292
  "return": {
5342
5293
  "type": {
5343
- "text": ""
5294
+ "text": "HTMLElement"
5344
5295
  }
5345
- },
5346
- "readonly": true,
5347
- "inheritedFrom": {
5348
- "name": "LifecycleMixin",
5349
- "module": "src/mixins/lifecycle/lifecycle.ts"
5350
5296
  }
5351
5297
  },
5352
5298
  {
5353
- "kind": "field",
5354
- "name": "shouldRunConnect",
5355
- "return": {
5356
- "type": {
5357
- "text": ""
5299
+ "kind": "method",
5300
+ "name": "refresh",
5301
+ "privacy": "public",
5302
+ "parameters": [
5303
+ {
5304
+ "name": "params",
5305
+ "type": {
5306
+ "text": "ICellRendererParams"
5307
+ }
5358
5308
  }
5359
- },
5360
- "readonly": true,
5361
- "inheritedFrom": {
5362
- "name": "LifecycleMixin",
5363
- "module": "src/mixins/lifecycle/lifecycle.ts"
5364
- }
5309
+ ]
5365
5310
  },
5366
5311
  {
5367
5312
  "kind": "method",
5368
- "name": "#_blockLifecycleDueToTokenChange",
5313
+ "name": "isDisabled",
5314
+ "privacy": "public",
5369
5315
  "return": {
5370
5316
  "type": {
5371
5317
  "text": "boolean"
@@ -5373,16 +5319,19 @@
5373
5319
  },
5374
5320
  "parameters": [
5375
5321
  {
5376
- "name": "lifecycleType",
5377
- "type": {
5378
- "text": "Lifecycletype"
5379
- }
5322
+ "name": "data"
5380
5323
  }
5381
- ],
5382
- "inheritedFrom": {
5383
- "name": "LifecycleMixin",
5384
- "module": "src/mixins/lifecycle/lifecycle.ts"
5385
- }
5324
+ ]
5325
+ },
5326
+ {
5327
+ "kind": "method",
5328
+ "name": "clickHandler",
5329
+ "privacy": "public"
5330
+ },
5331
+ {
5332
+ "kind": "field",
5333
+ "name": "dataTestId",
5334
+ "readonly": true
5386
5335
  },
5387
5336
  {
5388
5337
  "kind": "field",
@@ -5496,92 +5445,82 @@
5496
5445
  }
5497
5446
  }
5498
5447
  ],
5499
- "mixins": [
5500
- {
5501
- "name": "LifecycleMixin",
5502
- "package": "@genesislcap/foundation-utils"
5503
- }
5504
- ],
5505
5448
  "superclass": {
5506
5449
  "name": "FoundationElement",
5507
5450
  "package": "@microsoft/fast-foundation"
5508
5451
  },
5509
- "tagName": "grid-pro-column",
5452
+ "tagName": "%%prefix%%-grid-pro-action-renderer",
5510
5453
  "customElement": true
5454
+ },
5455
+ {
5456
+ "kind": "variable",
5457
+ "name": "actionHeightMultiplier",
5458
+ "description": "The base height multiplier for the action renderer.",
5459
+ "privacy": "public"
5460
+ },
5461
+ {
5462
+ "kind": "variable",
5463
+ "name": "agActionRendererStyles",
5464
+ "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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5465
+ "description": "The AG Action Renderer Styles.",
5466
+ "privacy": "public"
5467
+ },
5468
+ {
5469
+ "kind": "variable",
5470
+ "name": "foundationGridProActionRenderer",
5471
+ "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5472
+ "privacy": "public"
5511
5473
  }
5512
5474
  ],
5513
5475
  "exports": [
5514
5476
  {
5515
5477
  "kind": "js",
5516
- "name": "GridProColumn",
5478
+ "name": "ActionRenderer",
5517
5479
  "declaration": {
5518
- "name": "GridProColumn",
5519
- "module": "src/column/column.ts"
5480
+ "name": "ActionRenderer",
5481
+ "module": "src/cell-renderers/action.renderer.ts"
5520
5482
  }
5521
5483
  },
5522
- {
5523
- "kind": "custom-element-definition",
5524
- "name": "grid-pro-column",
5525
- "declaration": {
5526
- "name": "GridProColumn",
5527
- "module": "src/column/column.ts"
5528
- }
5529
- }
5530
- ]
5531
- },
5532
- {
5533
- "kind": "javascript-module",
5534
- "path": "src/column/index.ts",
5535
- "declarations": [],
5536
- "exports": [
5537
5484
  {
5538
5485
  "kind": "js",
5539
- "name": "*",
5486
+ "name": "actionHeightMultiplier",
5540
5487
  "declaration": {
5541
- "name": "*",
5542
- "package": "./column.template"
5488
+ "name": "actionHeightMultiplier",
5489
+ "module": "src/cell-renderers/action.renderer.ts"
5543
5490
  }
5544
5491
  },
5545
5492
  {
5546
5493
  "kind": "js",
5547
- "name": "*",
5494
+ "name": "agActionRendererStyles",
5548
5495
  "declaration": {
5549
- "name": "*",
5550
- "package": "./column"
5496
+ "name": "agActionRendererStyles",
5497
+ "module": "src/cell-renderers/action.renderer.ts"
5551
5498
  }
5552
5499
  },
5553
5500
  {
5554
5501
  "kind": "js",
5555
- "name": "*",
5502
+ "name": "foundationGridProActionRenderer",
5556
5503
  "declaration": {
5557
- "name": "*",
5558
- "package": "./utils"
5504
+ "name": "foundationGridProActionRenderer",
5505
+ "module": "src/cell-renderers/action.renderer.ts"
5559
5506
  }
5560
5507
  }
5561
5508
  ]
5562
5509
  },
5563
5510
  {
5564
5511
  "kind": "javascript-module",
5565
- "path": "src/cell-renderers/action.renderer.ts",
5512
+ "path": "src/cell-renderers/actions-menu.renderer.ts",
5566
5513
  "declarations": [
5567
5514
  {
5568
5515
  "kind": "class",
5569
- "description": "The AG Action Renderer element.",
5570
- "name": "ActionRenderer",
5516
+ "description": "The Actions Menu Renderer element.",
5517
+ "name": "ActionsMenuRenderer",
5571
5518
  "members": [
5572
5519
  {
5573
5520
  "kind": "field",
5574
5521
  "name": "params",
5575
5522
  "type": {
5576
- "text": "ICellRendererParams & ActionRendererParams"
5577
- },
5578
- "privacy": "public"
5579
- },
5580
- {
5581
- "kind": "field",
5582
- "name": "pendingAction",
5583
- "type": {
5584
- "text": "boolean"
5523
+ "text": "ICellRendererParams"
5585
5524
  },
5586
5525
  "privacy": "public"
5587
5526
  },
@@ -5593,7 +5532,7 @@
5593
5532
  {
5594
5533
  "name": "params",
5595
5534
  "type": {
5596
- "text": "ICellRendererParams & ActionRendererParams"
5535
+ "text": "ICellRendererParams"
5597
5536
  }
5598
5537
  }
5599
5538
  ]
@@ -5621,31 +5560,6 @@
5621
5560
  }
5622
5561
  ]
5623
5562
  },
5624
- {
5625
- "kind": "method",
5626
- "name": "isDisabled",
5627
- "privacy": "public",
5628
- "return": {
5629
- "type": {
5630
- "text": "boolean"
5631
- }
5632
- },
5633
- "parameters": [
5634
- {
5635
- "name": "data"
5636
- }
5637
- ]
5638
- },
5639
- {
5640
- "kind": "method",
5641
- "name": "clickHandler",
5642
- "privacy": "public"
5643
- },
5644
- {
5645
- "kind": "field",
5646
- "name": "dataTestId",
5647
- "readonly": true
5648
- },
5649
5563
  {
5650
5564
  "kind": "field",
5651
5565
  "name": "_presentation",
@@ -5762,240 +5676,13 @@
5762
5676
  "name": "FoundationElement",
5763
5677
  "package": "@microsoft/fast-foundation"
5764
5678
  },
5765
- "tagName": "%%prefix%%-grid-pro-action-renderer",
5679
+ "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
5766
5680
  "customElement": true
5767
5681
  },
5768
5682
  {
5769
5683
  "kind": "variable",
5770
- "name": "actionHeightMultiplier",
5771
- "description": "The base height multiplier for the action renderer.",
5772
- "privacy": "public"
5773
- },
5774
- {
5775
- "kind": "variable",
5776
- "name": "agActionRendererStyles",
5777
- "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 color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
5778
- "description": "The AG Action Renderer Styles.",
5779
- "privacy": "public"
5780
- },
5781
- {
5782
- "kind": "variable",
5783
- "name": "foundationGridProActionRenderer",
5784
- "description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
5785
- "privacy": "public"
5786
- }
5787
- ],
5788
- "exports": [
5789
- {
5790
- "kind": "js",
5791
- "name": "ActionRenderer",
5792
- "declaration": {
5793
- "name": "ActionRenderer",
5794
- "module": "src/cell-renderers/action.renderer.ts"
5795
- }
5796
- },
5797
- {
5798
- "kind": "js",
5799
- "name": "actionHeightMultiplier",
5800
- "declaration": {
5801
- "name": "actionHeightMultiplier",
5802
- "module": "src/cell-renderers/action.renderer.ts"
5803
- }
5804
- },
5805
- {
5806
- "kind": "js",
5807
- "name": "agActionRendererStyles",
5808
- "declaration": {
5809
- "name": "agActionRendererStyles",
5810
- "module": "src/cell-renderers/action.renderer.ts"
5811
- }
5812
- },
5813
- {
5814
- "kind": "js",
5815
- "name": "foundationGridProActionRenderer",
5816
- "declaration": {
5817
- "name": "foundationGridProActionRenderer",
5818
- "module": "src/cell-renderers/action.renderer.ts"
5819
- }
5820
- }
5821
- ]
5822
- },
5823
- {
5824
- "kind": "javascript-module",
5825
- "path": "src/cell-renderers/actions-menu.renderer.ts",
5826
- "declarations": [
5827
- {
5828
- "kind": "class",
5829
- "description": "The Actions Menu Renderer element.",
5830
- "name": "ActionsMenuRenderer",
5831
- "members": [
5832
- {
5833
- "kind": "field",
5834
- "name": "params",
5835
- "type": {
5836
- "text": "ICellRendererParams"
5837
- },
5838
- "privacy": "public"
5839
- },
5840
- {
5841
- "kind": "method",
5842
- "name": "init",
5843
- "privacy": "public",
5844
- "parameters": [
5845
- {
5846
- "name": "params",
5847
- "type": {
5848
- "text": "ICellRendererParams"
5849
- }
5850
- }
5851
- ]
5852
- },
5853
- {
5854
- "kind": "method",
5855
- "name": "getGui",
5856
- "privacy": "public",
5857
- "return": {
5858
- "type": {
5859
- "text": "HTMLElement"
5860
- }
5861
- }
5862
- },
5863
- {
5864
- "kind": "method",
5865
- "name": "refresh",
5866
- "privacy": "public",
5867
- "parameters": [
5868
- {
5869
- "name": "params",
5870
- "type": {
5871
- "text": "ICellRendererParams"
5872
- }
5873
- }
5874
- ]
5875
- },
5876
- {
5877
- "kind": "field",
5878
- "name": "_presentation",
5879
- "type": {
5880
- "text": "ComponentPresentation | null | undefined"
5881
- },
5882
- "privacy": "private",
5883
- "default": "void 0",
5884
- "inheritedFrom": {
5885
- "name": "FoundationElement",
5886
- "module": "src/foundation-element/foundation-element.ts"
5887
- }
5888
- },
5889
- {
5890
- "kind": "field",
5891
- "name": "$presentation",
5892
- "type": {
5893
- "text": "ComponentPresentation | null"
5894
- },
5895
- "privacy": "public",
5896
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5897
- "inheritedFrom": {
5898
- "name": "FoundationElement",
5899
- "module": "src/foundation-element/foundation-element.ts"
5900
- }
5901
- },
5902
- {
5903
- "kind": "field",
5904
- "name": "template",
5905
- "type": {
5906
- "text": "ElementViewTemplate | void | null"
5907
- },
5908
- "privacy": "public",
5909
- "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.",
5910
- "inheritedFrom": {
5911
- "name": "FoundationElement",
5912
- "module": "src/foundation-element/foundation-element.ts"
5913
- }
5914
- },
5915
- {
5916
- "kind": "method",
5917
- "name": "templateChanged",
5918
- "privacy": "protected",
5919
- "return": {
5920
- "type": {
5921
- "text": "void"
5922
- }
5923
- },
5924
- "inheritedFrom": {
5925
- "name": "FoundationElement",
5926
- "module": "src/foundation-element/foundation-element.ts"
5927
- }
5928
- },
5929
- {
5930
- "kind": "field",
5931
- "name": "styles",
5932
- "type": {
5933
- "text": "ElementStyles | void | null"
5934
- },
5935
- "privacy": "public",
5936
- "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.",
5937
- "inheritedFrom": {
5938
- "name": "FoundationElement",
5939
- "module": "src/foundation-element/foundation-element.ts"
5940
- }
5941
- },
5942
- {
5943
- "kind": "method",
5944
- "name": "stylesChanged",
5945
- "privacy": "protected",
5946
- "return": {
5947
- "type": {
5948
- "text": "void"
5949
- }
5950
- },
5951
- "inheritedFrom": {
5952
- "name": "FoundationElement",
5953
- "module": "src/foundation-element/foundation-element.ts"
5954
- }
5955
- },
5956
- {
5957
- "kind": "method",
5958
- "name": "compose",
5959
- "privacy": "public",
5960
- "static": true,
5961
- "return": {
5962
- "type": {
5963
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5964
- }
5965
- },
5966
- "parameters": [
5967
- {
5968
- "name": "this",
5969
- "type": {
5970
- "text": "K"
5971
- }
5972
- },
5973
- {
5974
- "name": "elementDefinition",
5975
- "type": {
5976
- "text": "T"
5977
- },
5978
- "description": "The definition of the element to create the registry\nfunction for."
5979
- }
5980
- ],
5981
- "description": "Defines an element registry function with a set of element definition defaults.",
5982
- "inheritedFrom": {
5983
- "name": "FoundationElement",
5984
- "module": "src/foundation-element/foundation-element.ts"
5985
- }
5986
- }
5987
- ],
5988
- "superclass": {
5989
- "name": "FoundationElement",
5990
- "package": "@microsoft/fast-foundation"
5991
- },
5992
- "tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
5993
- "customElement": true
5994
- },
5995
- {
5996
- "kind": "variable",
5997
- "name": "foundationGridProActionsMenuRenderer",
5998
- "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
5684
+ "name": "foundationGridProActionsMenuRenderer",
5685
+ "description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
5999
5686
  "privacy": "public"
6000
5687
  },
6001
5688
  {
@@ -16147,128 +15834,441 @@
16147
15834
  "type": {
16148
15835
  "text": "AgThemeFontFaceMap"
16149
15836
  },
16150
- "default": "{\n [AgGridTheme.alpine]: agGridAlpineFontFace,\n [AgGridTheme.alpineDark]: agGridAlpineFontFace,\n [AgGridTheme.balham]: agGridBalhamFontFace,\n [AgGridTheme.balhamDark]: agGridBalhamFontFace,\n [AgGridTheme.material]: agGridMaterialFontFace,\n}",
16151
- "description": "Font Face map with all the font faces for each theme.",
16152
- "privacy": "public"
16153
- },
16154
- {
16155
- "kind": "variable",
16156
- "name": "defaultAgGridFontFace",
16157
- "default": "agGridAlpineFontFace",
16158
- "description": "The default font face for Grid Pro (agGridAlpine).",
16159
- "privacy": "public"
15837
+ "default": "{\n [AgGridTheme.alpine]: agGridAlpineFontFace,\n [AgGridTheme.alpineDark]: agGridAlpineFontFace,\n [AgGridTheme.balham]: agGridBalhamFontFace,\n [AgGridTheme.balhamDark]: agGridBalhamFontFace,\n [AgGridTheme.material]: agGridMaterialFontFace,\n}",
15838
+ "description": "Font Face map with all the font faces for each theme.",
15839
+ "privacy": "public"
15840
+ },
15841
+ {
15842
+ "kind": "variable",
15843
+ "name": "defaultAgGridFontFace",
15844
+ "default": "agGridAlpineFontFace",
15845
+ "description": "The default font face for Grid Pro (agGridAlpine).",
15846
+ "privacy": "public"
15847
+ }
15848
+ ],
15849
+ "exports": [
15850
+ {
15851
+ "kind": "js",
15852
+ "name": "agGridAlpineFontFace",
15853
+ "declaration": {
15854
+ "name": "agGridAlpineFontFace",
15855
+ "module": "src/external/fonts.ts"
15856
+ }
15857
+ },
15858
+ {
15859
+ "kind": "js",
15860
+ "name": "agGridBalhamFontFace",
15861
+ "declaration": {
15862
+ "name": "agGridBalhamFontFace",
15863
+ "module": "src/external/fonts.ts"
15864
+ }
15865
+ },
15866
+ {
15867
+ "kind": "js",
15868
+ "name": "agGridMaterialFontFace",
15869
+ "declaration": {
15870
+ "name": "agGridMaterialFontFace",
15871
+ "module": "src/external/fonts.ts"
15872
+ }
15873
+ },
15874
+ {
15875
+ "kind": "js",
15876
+ "name": "agThemeFontFaceMap",
15877
+ "declaration": {
15878
+ "name": "agThemeFontFaceMap",
15879
+ "module": "src/external/fonts.ts"
15880
+ }
15881
+ },
15882
+ {
15883
+ "kind": "js",
15884
+ "name": "defaultAgGridFontFace",
15885
+ "declaration": {
15886
+ "name": "defaultAgGridFontFace",
15887
+ "module": "src/external/fonts.ts"
15888
+ }
15889
+ }
15890
+ ]
15891
+ },
15892
+ {
15893
+ "kind": "javascript-module",
15894
+ "path": "src/external/index.ts",
15895
+ "declarations": [
15896
+ {
15897
+ "kind": "variable",
15898
+ "name": "agExternalStockStyles",
15899
+ "default": "css`\n ${agGridCSS}\n ${agHeadCSS}\n ${agThemeAlpineNofontsCSS}\n ${agThemeBalhamNofontsCSS}\n ${agThemeMaterialNofontsCSS}\n`",
15900
+ "description": "All External AG Grid Stock in one CSS.",
15901
+ "privacy": "public"
15902
+ }
15903
+ ],
15904
+ "exports": [
15905
+ {
15906
+ "kind": "js",
15907
+ "name": "*",
15908
+ "declaration": {
15909
+ "name": "*",
15910
+ "package": "./fonts"
15911
+ }
15912
+ },
15913
+ {
15914
+ "kind": "js",
15915
+ "name": "agExternalStockStyles",
15916
+ "declaration": {
15917
+ "name": "agExternalStockStyles",
15918
+ "module": "src/external/index.ts"
15919
+ }
15920
+ },
15921
+ {
15922
+ "kind": "js",
15923
+ "name": "agGridCSS",
15924
+ "declaration": {
15925
+ "name": "agGridCSS",
15926
+ "module": "src/external/index.ts"
15927
+ }
15928
+ },
15929
+ {
15930
+ "kind": "js",
15931
+ "name": "agHeadCSS",
15932
+ "declaration": {
15933
+ "name": "agHeadCSS",
15934
+ "module": "src/external/index.ts"
15935
+ }
15936
+ },
15937
+ {
15938
+ "kind": "js",
15939
+ "name": "agThemeAlpineNofontsCSS",
15940
+ "declaration": {
15941
+ "name": "agThemeAlpineNofontsCSS",
15942
+ "module": "src/external/index.ts"
15943
+ }
15944
+ },
15945
+ {
15946
+ "kind": "js",
15947
+ "name": "agThemeBalhamNofontsCSS",
15948
+ "declaration": {
15949
+ "name": "agThemeBalhamNofontsCSS",
15950
+ "module": "src/external/index.ts"
15951
+ }
15952
+ },
15953
+ {
15954
+ "kind": "js",
15955
+ "name": "agThemeMaterialNofontsCSS",
15956
+ "declaration": {
15957
+ "name": "agThemeMaterialNofontsCSS",
15958
+ "module": "src/external/index.ts"
15959
+ }
15960
+ }
15961
+ ]
15962
+ },
15963
+ {
15964
+ "kind": "javascript-module",
15965
+ "path": "src/column/column.template.ts",
15966
+ "declarations": [
15967
+ {
15968
+ "kind": "variable",
15969
+ "name": "ColumnTemplate",
15970
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
15971
+ "description": "The Grid Pro Column Template.",
15972
+ "privacy": "public"
15973
+ }
15974
+ ],
15975
+ "exports": [
15976
+ {
15977
+ "kind": "js",
15978
+ "name": "ColumnTemplate",
15979
+ "declaration": {
15980
+ "name": "ColumnTemplate",
15981
+ "module": "src/column/column.template.ts"
15982
+ }
15983
+ }
15984
+ ]
15985
+ },
15986
+ {
15987
+ "kind": "javascript-module",
15988
+ "path": "src/column/column.ts",
15989
+ "declarations": [
15990
+ {
15991
+ "kind": "class",
15992
+ "description": "The Grid Pro Column element.",
15993
+ "name": "GridProColumn",
15994
+ "members": [
15995
+ {
15996
+ "kind": "field",
15997
+ "name": "slottedAgCell",
15998
+ "type": {
15999
+ "text": "HTMLElement[]"
16000
+ },
16001
+ "privacy": "public"
16002
+ },
16003
+ {
16004
+ "kind": "field",
16005
+ "name": "definition",
16006
+ "type": {
16007
+ "text": "ColDef"
16008
+ },
16009
+ "default": "{}"
16010
+ },
16011
+ {
16012
+ "kind": "method",
16013
+ "name": "slottedAgCellChanged",
16014
+ "privacy": "public"
16015
+ },
16016
+ {
16017
+ "kind": "method",
16018
+ "name": "deepClone",
16019
+ "return": {
16020
+ "type": {
16021
+ "text": "Node"
16022
+ }
16023
+ },
16024
+ "inheritedFrom": {
16025
+ "name": "LifecycleMixin",
16026
+ "module": "src/mixins/lifecycle/lifecycle.ts"
16027
+ }
16028
+ },
16029
+ {
16030
+ "kind": "method",
16031
+ "name": "cloneNode",
16032
+ "return": {
16033
+ "type": {
16034
+ "text": "Node"
16035
+ }
16036
+ },
16037
+ "parameters": [
16038
+ {
16039
+ "name": "deep",
16040
+ "optional": true,
16041
+ "type": {
16042
+ "text": "boolean"
16043
+ }
16044
+ }
16045
+ ],
16046
+ "inheritedFrom": {
16047
+ "name": "LifecycleMixin",
16048
+ "module": "src/mixins/lifecycle/lifecycle.ts"
16049
+ }
16050
+ },
16051
+ {
16052
+ "kind": "field",
16053
+ "name": "shouldRunDisconnect",
16054
+ "return": {
16055
+ "type": {
16056
+ "text": ""
16057
+ }
16058
+ },
16059
+ "readonly": true,
16060
+ "inheritedFrom": {
16061
+ "name": "LifecycleMixin",
16062
+ "module": "src/mixins/lifecycle/lifecycle.ts"
16063
+ }
16064
+ },
16065
+ {
16066
+ "kind": "field",
16067
+ "name": "shouldRunConnect",
16068
+ "return": {
16069
+ "type": {
16070
+ "text": ""
16071
+ }
16072
+ },
16073
+ "readonly": true,
16074
+ "inheritedFrom": {
16075
+ "name": "LifecycleMixin",
16076
+ "module": "src/mixins/lifecycle/lifecycle.ts"
16077
+ }
16078
+ },
16079
+ {
16080
+ "kind": "method",
16081
+ "name": "#_blockLifecycleDueToTokenChange",
16082
+ "return": {
16083
+ "type": {
16084
+ "text": "boolean"
16085
+ }
16086
+ },
16087
+ "parameters": [
16088
+ {
16089
+ "name": "lifecycleType",
16090
+ "type": {
16091
+ "text": "Lifecycletype"
16092
+ }
16093
+ }
16094
+ ],
16095
+ "inheritedFrom": {
16096
+ "name": "LifecycleMixin",
16097
+ "module": "src/mixins/lifecycle/lifecycle.ts"
16098
+ }
16099
+ },
16100
+ {
16101
+ "kind": "field",
16102
+ "name": "_presentation",
16103
+ "type": {
16104
+ "text": "ComponentPresentation | null | undefined"
16105
+ },
16106
+ "privacy": "private",
16107
+ "default": "void 0",
16108
+ "inheritedFrom": {
16109
+ "name": "FoundationElement",
16110
+ "module": "src/foundation-element/foundation-element.ts"
16111
+ }
16112
+ },
16113
+ {
16114
+ "kind": "field",
16115
+ "name": "$presentation",
16116
+ "type": {
16117
+ "text": "ComponentPresentation | null"
16118
+ },
16119
+ "privacy": "public",
16120
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
16121
+ "inheritedFrom": {
16122
+ "name": "FoundationElement",
16123
+ "module": "src/foundation-element/foundation-element.ts"
16124
+ }
16125
+ },
16126
+ {
16127
+ "kind": "field",
16128
+ "name": "template",
16129
+ "type": {
16130
+ "text": "ElementViewTemplate | void | null"
16131
+ },
16132
+ "privacy": "public",
16133
+ "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.",
16134
+ "inheritedFrom": {
16135
+ "name": "FoundationElement",
16136
+ "module": "src/foundation-element/foundation-element.ts"
16137
+ }
16138
+ },
16139
+ {
16140
+ "kind": "method",
16141
+ "name": "templateChanged",
16142
+ "privacy": "protected",
16143
+ "return": {
16144
+ "type": {
16145
+ "text": "void"
16146
+ }
16147
+ },
16148
+ "inheritedFrom": {
16149
+ "name": "FoundationElement",
16150
+ "module": "src/foundation-element/foundation-element.ts"
16151
+ }
16152
+ },
16153
+ {
16154
+ "kind": "field",
16155
+ "name": "styles",
16156
+ "type": {
16157
+ "text": "ElementStyles | void | null"
16158
+ },
16159
+ "privacy": "public",
16160
+ "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.",
16161
+ "inheritedFrom": {
16162
+ "name": "FoundationElement",
16163
+ "module": "src/foundation-element/foundation-element.ts"
16164
+ }
16165
+ },
16166
+ {
16167
+ "kind": "method",
16168
+ "name": "stylesChanged",
16169
+ "privacy": "protected",
16170
+ "return": {
16171
+ "type": {
16172
+ "text": "void"
16173
+ }
16174
+ },
16175
+ "inheritedFrom": {
16176
+ "name": "FoundationElement",
16177
+ "module": "src/foundation-element/foundation-element.ts"
16178
+ }
16179
+ },
16180
+ {
16181
+ "kind": "method",
16182
+ "name": "compose",
16183
+ "privacy": "public",
16184
+ "static": true,
16185
+ "return": {
16186
+ "type": {
16187
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
16188
+ }
16189
+ },
16190
+ "parameters": [
16191
+ {
16192
+ "name": "this",
16193
+ "type": {
16194
+ "text": "K"
16195
+ }
16196
+ },
16197
+ {
16198
+ "name": "elementDefinition",
16199
+ "type": {
16200
+ "text": "T"
16201
+ },
16202
+ "description": "The definition of the element to create the registry\nfunction for."
16203
+ }
16204
+ ],
16205
+ "description": "Defines an element registry function with a set of element definition defaults.",
16206
+ "inheritedFrom": {
16207
+ "name": "FoundationElement",
16208
+ "module": "src/foundation-element/foundation-element.ts"
16209
+ }
16210
+ }
16211
+ ],
16212
+ "mixins": [
16213
+ {
16214
+ "name": "LifecycleMixin",
16215
+ "package": "@genesislcap/foundation-utils"
16216
+ }
16217
+ ],
16218
+ "superclass": {
16219
+ "name": "FoundationElement",
16220
+ "package": "@microsoft/fast-foundation"
16221
+ },
16222
+ "tagName": "grid-pro-column",
16223
+ "customElement": true
16160
16224
  }
16161
16225
  ],
16162
16226
  "exports": [
16163
16227
  {
16164
16228
  "kind": "js",
16165
- "name": "agGridAlpineFontFace",
16166
- "declaration": {
16167
- "name": "agGridAlpineFontFace",
16168
- "module": "src/external/fonts.ts"
16169
- }
16170
- },
16171
- {
16172
- "kind": "js",
16173
- "name": "agGridBalhamFontFace",
16174
- "declaration": {
16175
- "name": "agGridBalhamFontFace",
16176
- "module": "src/external/fonts.ts"
16177
- }
16178
- },
16179
- {
16180
- "kind": "js",
16181
- "name": "agGridMaterialFontFace",
16182
- "declaration": {
16183
- "name": "agGridMaterialFontFace",
16184
- "module": "src/external/fonts.ts"
16185
- }
16186
- },
16187
- {
16188
- "kind": "js",
16189
- "name": "agThemeFontFaceMap",
16229
+ "name": "GridProColumn",
16190
16230
  "declaration": {
16191
- "name": "agThemeFontFaceMap",
16192
- "module": "src/external/fonts.ts"
16231
+ "name": "GridProColumn",
16232
+ "module": "src/column/column.ts"
16193
16233
  }
16194
16234
  },
16195
16235
  {
16196
- "kind": "js",
16197
- "name": "defaultAgGridFontFace",
16236
+ "kind": "custom-element-definition",
16237
+ "name": "grid-pro-column",
16198
16238
  "declaration": {
16199
- "name": "defaultAgGridFontFace",
16200
- "module": "src/external/fonts.ts"
16239
+ "name": "GridProColumn",
16240
+ "module": "src/column/column.ts"
16201
16241
  }
16202
16242
  }
16203
16243
  ]
16204
16244
  },
16205
16245
  {
16206
16246
  "kind": "javascript-module",
16207
- "path": "src/external/index.ts",
16208
- "declarations": [
16209
- {
16210
- "kind": "variable",
16211
- "name": "agExternalStockStyles",
16212
- "default": "css`\n ${agGridCSS}\n ${agHeadCSS}\n ${agThemeAlpineNofontsCSS}\n ${agThemeBalhamNofontsCSS}\n ${agThemeMaterialNofontsCSS}\n`",
16213
- "description": "All External AG Grid Stock in one CSS.",
16214
- "privacy": "public"
16215
- }
16216
- ],
16247
+ "path": "src/column/index.ts",
16248
+ "declarations": [],
16217
16249
  "exports": [
16218
16250
  {
16219
16251
  "kind": "js",
16220
16252
  "name": "*",
16221
16253
  "declaration": {
16222
16254
  "name": "*",
16223
- "package": "./fonts"
16224
- }
16225
- },
16226
- {
16227
- "kind": "js",
16228
- "name": "agExternalStockStyles",
16229
- "declaration": {
16230
- "name": "agExternalStockStyles",
16231
- "module": "src/external/index.ts"
16232
- }
16233
- },
16234
- {
16235
- "kind": "js",
16236
- "name": "agGridCSS",
16237
- "declaration": {
16238
- "name": "agGridCSS",
16239
- "module": "src/external/index.ts"
16240
- }
16241
- },
16242
- {
16243
- "kind": "js",
16244
- "name": "agHeadCSS",
16245
- "declaration": {
16246
- "name": "agHeadCSS",
16247
- "module": "src/external/index.ts"
16248
- }
16249
- },
16250
- {
16251
- "kind": "js",
16252
- "name": "agThemeAlpineNofontsCSS",
16253
- "declaration": {
16254
- "name": "agThemeAlpineNofontsCSS",
16255
- "module": "src/external/index.ts"
16255
+ "package": "./column.template"
16256
16256
  }
16257
16257
  },
16258
16258
  {
16259
16259
  "kind": "js",
16260
- "name": "agThemeBalhamNofontsCSS",
16260
+ "name": "*",
16261
16261
  "declaration": {
16262
- "name": "agThemeBalhamNofontsCSS",
16263
- "module": "src/external/index.ts"
16262
+ "name": "*",
16263
+ "package": "./column"
16264
16264
  }
16265
16265
  },
16266
16266
  {
16267
16267
  "kind": "js",
16268
- "name": "agThemeMaterialNofontsCSS",
16268
+ "name": "*",
16269
16269
  "declaration": {
16270
- "name": "agThemeMaterialNofontsCSS",
16271
- "module": "src/external/index.ts"
16270
+ "name": "*",
16271
+ "package": "./utils"
16272
16272
  }
16273
16273
  }
16274
16274
  ]
@@ -20173,6 +20173,60 @@
20173
20173
  }
20174
20174
  ]
20175
20175
  },
20176
+ {
20177
+ "kind": "javascript-module",
20178
+ "path": "src/cell-renderers/utils/accessor.ts",
20179
+ "declarations": [
20180
+ {
20181
+ "kind": "function",
20182
+ "name": "setValueWithAccessor",
20183
+ "return": {
20184
+ "type": {
20185
+ "text": "string"
20186
+ }
20187
+ },
20188
+ "parameters": [
20189
+ {
20190
+ "name": "data",
20191
+ "type": {
20192
+ "text": "any"
20193
+ }
20194
+ },
20195
+ {
20196
+ "name": "accessor",
20197
+ "type": {
20198
+ "text": "string"
20199
+ }
20200
+ }
20201
+ ]
20202
+ }
20203
+ ],
20204
+ "exports": [
20205
+ {
20206
+ "kind": "js",
20207
+ "name": "setValueWithAccessor",
20208
+ "declaration": {
20209
+ "name": "setValueWithAccessor",
20210
+ "module": "src/cell-renderers/utils/accessor.ts"
20211
+ }
20212
+ }
20213
+ ]
20214
+ },
20215
+ {
20216
+ "kind": "javascript-module",
20217
+ "path": "src/cell-renderers/utils/index.ts",
20218
+ "declarations": [],
20219
+ "exports": [
20220
+ {
20221
+ "kind": "js",
20222
+ "name": "*",
20223
+ "declaration": {
20224
+ "name": "*",
20225
+ "package": "./accessor"
20226
+ }
20227
+ }
20228
+ ]
20229
+ },
20176
20230
  {
20177
20231
  "kind": "javascript-module",
20178
20232
  "path": "src/column/utils/grid-pro-columns.ts",
@@ -20266,60 +20320,6 @@
20266
20320
  }
20267
20321
  }
20268
20322
  ]
20269
- },
20270
- {
20271
- "kind": "javascript-module",
20272
- "path": "src/cell-renderers/utils/accessor.ts",
20273
- "declarations": [
20274
- {
20275
- "kind": "function",
20276
- "name": "setValueWithAccessor",
20277
- "return": {
20278
- "type": {
20279
- "text": "string"
20280
- }
20281
- },
20282
- "parameters": [
20283
- {
20284
- "name": "data",
20285
- "type": {
20286
- "text": "any"
20287
- }
20288
- },
20289
- {
20290
- "name": "accessor",
20291
- "type": {
20292
- "text": "string"
20293
- }
20294
- }
20295
- ]
20296
- }
20297
- ],
20298
- "exports": [
20299
- {
20300
- "kind": "js",
20301
- "name": "setValueWithAccessor",
20302
- "declaration": {
20303
- "name": "setValueWithAccessor",
20304
- "module": "src/cell-renderers/utils/accessor.ts"
20305
- }
20306
- }
20307
- ]
20308
- },
20309
- {
20310
- "kind": "javascript-module",
20311
- "path": "src/cell-renderers/utils/index.ts",
20312
- "declarations": [],
20313
- "exports": [
20314
- {
20315
- "kind": "js",
20316
- "name": "*",
20317
- "declaration": {
20318
- "name": "*",
20319
- "package": "./accessor"
20320
- }
20321
- }
20322
- ]
20323
20323
  }
20324
20324
  ]
20325
20325
  }