@genesislcap/grid-pro 15.29.0 → 15.30.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.
- package/dist/custom-elements.json +531 -531
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -5383,123 +5383,69 @@
|
|
|
5383
5383
|
},
|
|
5384
5384
|
{
|
|
5385
5385
|
"kind": "javascript-module",
|
|
5386
|
-
"path": "src/
|
|
5387
|
-
"declarations": [
|
|
5388
|
-
{
|
|
5389
|
-
"kind": "variable",
|
|
5390
|
-
"name": "ColumnTemplate",
|
|
5391
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5392
|
-
"description": "The Grid Pro Column Template.",
|
|
5393
|
-
"privacy": "public"
|
|
5394
|
-
}
|
|
5395
|
-
],
|
|
5396
|
-
"exports": [
|
|
5397
|
-
{
|
|
5398
|
-
"kind": "js",
|
|
5399
|
-
"name": "ColumnTemplate",
|
|
5400
|
-
"declaration": {
|
|
5401
|
-
"name": "ColumnTemplate",
|
|
5402
|
-
"module": "src/column/column.template.ts"
|
|
5403
|
-
}
|
|
5404
|
-
}
|
|
5405
|
-
]
|
|
5406
|
-
},
|
|
5407
|
-
{
|
|
5408
|
-
"kind": "javascript-module",
|
|
5409
|
-
"path": "src/column/column.ts",
|
|
5386
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5410
5387
|
"declarations": [
|
|
5411
5388
|
{
|
|
5412
5389
|
"kind": "class",
|
|
5413
|
-
"description": "The
|
|
5414
|
-
"name": "
|
|
5390
|
+
"description": "The AG Action Renderer element.",
|
|
5391
|
+
"name": "ActionRenderer",
|
|
5415
5392
|
"members": [
|
|
5416
5393
|
{
|
|
5417
5394
|
"kind": "field",
|
|
5418
|
-
"name": "
|
|
5395
|
+
"name": "params",
|
|
5419
5396
|
"type": {
|
|
5420
|
-
"text": "
|
|
5397
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5421
5398
|
},
|
|
5422
5399
|
"privacy": "public"
|
|
5423
5400
|
},
|
|
5424
5401
|
{
|
|
5425
5402
|
"kind": "field",
|
|
5426
|
-
"name": "
|
|
5403
|
+
"name": "pendingAction",
|
|
5427
5404
|
"type": {
|
|
5428
|
-
"text": "
|
|
5405
|
+
"text": "boolean"
|
|
5429
5406
|
},
|
|
5430
|
-
"default": "{}"
|
|
5431
|
-
},
|
|
5432
|
-
{
|
|
5433
|
-
"kind": "method",
|
|
5434
|
-
"name": "slottedAgCellChanged",
|
|
5435
5407
|
"privacy": "public"
|
|
5436
5408
|
},
|
|
5437
5409
|
{
|
|
5438
5410
|
"kind": "method",
|
|
5439
|
-
"name": "
|
|
5440
|
-
"
|
|
5441
|
-
"type": {
|
|
5442
|
-
"text": "Node"
|
|
5443
|
-
}
|
|
5444
|
-
},
|
|
5445
|
-
"inheritedFrom": {
|
|
5446
|
-
"name": "LifecycleMixin",
|
|
5447
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5448
|
-
}
|
|
5449
|
-
},
|
|
5450
|
-
{
|
|
5451
|
-
"kind": "method",
|
|
5452
|
-
"name": "cloneNode",
|
|
5453
|
-
"return": {
|
|
5454
|
-
"type": {
|
|
5455
|
-
"text": "Node"
|
|
5456
|
-
}
|
|
5457
|
-
},
|
|
5411
|
+
"name": "init",
|
|
5412
|
+
"privacy": "public",
|
|
5458
5413
|
"parameters": [
|
|
5459
5414
|
{
|
|
5460
|
-
"name": "
|
|
5461
|
-
"optional": true,
|
|
5415
|
+
"name": "params",
|
|
5462
5416
|
"type": {
|
|
5463
|
-
"text": "
|
|
5417
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5464
5418
|
}
|
|
5465
5419
|
}
|
|
5466
|
-
]
|
|
5467
|
-
"inheritedFrom": {
|
|
5468
|
-
"name": "LifecycleMixin",
|
|
5469
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5470
|
-
}
|
|
5420
|
+
]
|
|
5471
5421
|
},
|
|
5472
5422
|
{
|
|
5473
|
-
"kind": "
|
|
5474
|
-
"name": "
|
|
5423
|
+
"kind": "method",
|
|
5424
|
+
"name": "getGui",
|
|
5425
|
+
"privacy": "public",
|
|
5475
5426
|
"return": {
|
|
5476
5427
|
"type": {
|
|
5477
|
-
"text": ""
|
|
5428
|
+
"text": "HTMLElement"
|
|
5478
5429
|
}
|
|
5479
|
-
},
|
|
5480
|
-
"readonly": true,
|
|
5481
|
-
"inheritedFrom": {
|
|
5482
|
-
"name": "LifecycleMixin",
|
|
5483
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5484
5430
|
}
|
|
5485
5431
|
},
|
|
5486
5432
|
{
|
|
5487
|
-
"kind": "
|
|
5488
|
-
"name": "
|
|
5489
|
-
"
|
|
5490
|
-
|
|
5491
|
-
|
|
5433
|
+
"kind": "method",
|
|
5434
|
+
"name": "refresh",
|
|
5435
|
+
"privacy": "public",
|
|
5436
|
+
"parameters": [
|
|
5437
|
+
{
|
|
5438
|
+
"name": "params",
|
|
5439
|
+
"type": {
|
|
5440
|
+
"text": "ICellRendererParams"
|
|
5441
|
+
}
|
|
5492
5442
|
}
|
|
5493
|
-
|
|
5494
|
-
"readonly": true,
|
|
5495
|
-
"inheritedFrom": {
|
|
5496
|
-
"name": "LifecycleMixin",
|
|
5497
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5498
|
-
}
|
|
5443
|
+
]
|
|
5499
5444
|
},
|
|
5500
5445
|
{
|
|
5501
5446
|
"kind": "method",
|
|
5502
|
-
"name": "
|
|
5447
|
+
"name": "isDisabled",
|
|
5448
|
+
"privacy": "public",
|
|
5503
5449
|
"return": {
|
|
5504
5450
|
"type": {
|
|
5505
5451
|
"text": "boolean"
|
|
@@ -5507,16 +5453,19 @@
|
|
|
5507
5453
|
},
|
|
5508
5454
|
"parameters": [
|
|
5509
5455
|
{
|
|
5510
|
-
"name": "
|
|
5511
|
-
"type": {
|
|
5512
|
-
"text": "Lifecycletype"
|
|
5513
|
-
}
|
|
5456
|
+
"name": "data"
|
|
5514
5457
|
}
|
|
5515
|
-
]
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5458
|
+
]
|
|
5459
|
+
},
|
|
5460
|
+
{
|
|
5461
|
+
"kind": "method",
|
|
5462
|
+
"name": "clickHandler",
|
|
5463
|
+
"privacy": "public"
|
|
5464
|
+
},
|
|
5465
|
+
{
|
|
5466
|
+
"kind": "field",
|
|
5467
|
+
"name": "dataTestId",
|
|
5468
|
+
"readonly": true
|
|
5520
5469
|
},
|
|
5521
5470
|
{
|
|
5522
5471
|
"kind": "field",
|
|
@@ -5630,92 +5579,82 @@
|
|
|
5630
5579
|
}
|
|
5631
5580
|
}
|
|
5632
5581
|
],
|
|
5633
|
-
"mixins": [
|
|
5634
|
-
{
|
|
5635
|
-
"name": "LifecycleMixin",
|
|
5636
|
-
"package": "@genesislcap/foundation-utils"
|
|
5637
|
-
}
|
|
5638
|
-
],
|
|
5639
5582
|
"superclass": {
|
|
5640
5583
|
"name": "FoundationElement",
|
|
5641
5584
|
"package": "@microsoft/fast-foundation"
|
|
5642
5585
|
},
|
|
5643
|
-
"tagName": "grid-pro-
|
|
5586
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5644
5587
|
"customElement": true
|
|
5588
|
+
},
|
|
5589
|
+
{
|
|
5590
|
+
"kind": "variable",
|
|
5591
|
+
"name": "actionHeightMultiplier",
|
|
5592
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5593
|
+
"privacy": "public"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
"kind": "variable",
|
|
5597
|
+
"name": "agActionRendererStyles",
|
|
5598
|
+
"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`",
|
|
5599
|
+
"description": "The AG Action Renderer Styles.",
|
|
5600
|
+
"privacy": "public"
|
|
5601
|
+
},
|
|
5602
|
+
{
|
|
5603
|
+
"kind": "variable",
|
|
5604
|
+
"name": "foundationGridProActionRenderer",
|
|
5605
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5606
|
+
"privacy": "public"
|
|
5645
5607
|
}
|
|
5646
5608
|
],
|
|
5647
5609
|
"exports": [
|
|
5648
5610
|
{
|
|
5649
5611
|
"kind": "js",
|
|
5650
|
-
"name": "
|
|
5612
|
+
"name": "ActionRenderer",
|
|
5651
5613
|
"declaration": {
|
|
5652
|
-
"name": "
|
|
5653
|
-
"module": "src/
|
|
5614
|
+
"name": "ActionRenderer",
|
|
5615
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5654
5616
|
}
|
|
5655
5617
|
},
|
|
5656
|
-
{
|
|
5657
|
-
"kind": "custom-element-definition",
|
|
5658
|
-
"name": "grid-pro-column",
|
|
5659
|
-
"declaration": {
|
|
5660
|
-
"name": "GridProColumn",
|
|
5661
|
-
"module": "src/column/column.ts"
|
|
5662
|
-
}
|
|
5663
|
-
}
|
|
5664
|
-
]
|
|
5665
|
-
},
|
|
5666
|
-
{
|
|
5667
|
-
"kind": "javascript-module",
|
|
5668
|
-
"path": "src/column/index.ts",
|
|
5669
|
-
"declarations": [],
|
|
5670
|
-
"exports": [
|
|
5671
5618
|
{
|
|
5672
5619
|
"kind": "js",
|
|
5673
|
-
"name": "
|
|
5620
|
+
"name": "actionHeightMultiplier",
|
|
5674
5621
|
"declaration": {
|
|
5675
|
-
"name": "
|
|
5676
|
-
"
|
|
5622
|
+
"name": "actionHeightMultiplier",
|
|
5623
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5677
5624
|
}
|
|
5678
5625
|
},
|
|
5679
5626
|
{
|
|
5680
5627
|
"kind": "js",
|
|
5681
|
-
"name": "
|
|
5628
|
+
"name": "agActionRendererStyles",
|
|
5682
5629
|
"declaration": {
|
|
5683
|
-
"name": "
|
|
5684
|
-
"
|
|
5630
|
+
"name": "agActionRendererStyles",
|
|
5631
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5685
5632
|
}
|
|
5686
5633
|
},
|
|
5687
5634
|
{
|
|
5688
5635
|
"kind": "js",
|
|
5689
|
-
"name": "
|
|
5636
|
+
"name": "foundationGridProActionRenderer",
|
|
5690
5637
|
"declaration": {
|
|
5691
|
-
"name": "
|
|
5692
|
-
"
|
|
5638
|
+
"name": "foundationGridProActionRenderer",
|
|
5639
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5693
5640
|
}
|
|
5694
5641
|
}
|
|
5695
5642
|
]
|
|
5696
5643
|
},
|
|
5697
5644
|
{
|
|
5698
5645
|
"kind": "javascript-module",
|
|
5699
|
-
"path": "src/cell-renderers/
|
|
5646
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5700
5647
|
"declarations": [
|
|
5701
5648
|
{
|
|
5702
5649
|
"kind": "class",
|
|
5703
|
-
"description": "The
|
|
5704
|
-
"name": "
|
|
5650
|
+
"description": "The Actions Menu Renderer element.",
|
|
5651
|
+
"name": "ActionsMenuRenderer",
|
|
5705
5652
|
"members": [
|
|
5706
5653
|
{
|
|
5707
5654
|
"kind": "field",
|
|
5708
5655
|
"name": "params",
|
|
5709
5656
|
"type": {
|
|
5710
|
-
"text": "ICellRendererParams
|
|
5711
|
-
},
|
|
5712
|
-
"privacy": "public"
|
|
5713
|
-
},
|
|
5714
|
-
{
|
|
5715
|
-
"kind": "field",
|
|
5716
|
-
"name": "pendingAction",
|
|
5717
|
-
"type": {
|
|
5718
|
-
"text": "boolean"
|
|
5657
|
+
"text": "ICellRendererParams"
|
|
5719
5658
|
},
|
|
5720
5659
|
"privacy": "public"
|
|
5721
5660
|
},
|
|
@@ -5727,7 +5666,7 @@
|
|
|
5727
5666
|
{
|
|
5728
5667
|
"name": "params",
|
|
5729
5668
|
"type": {
|
|
5730
|
-
"text": "ICellRendererParams
|
|
5669
|
+
"text": "ICellRendererParams"
|
|
5731
5670
|
}
|
|
5732
5671
|
}
|
|
5733
5672
|
]
|
|
@@ -5755,31 +5694,6 @@
|
|
|
5755
5694
|
}
|
|
5756
5695
|
]
|
|
5757
5696
|
},
|
|
5758
|
-
{
|
|
5759
|
-
"kind": "method",
|
|
5760
|
-
"name": "isDisabled",
|
|
5761
|
-
"privacy": "public",
|
|
5762
|
-
"return": {
|
|
5763
|
-
"type": {
|
|
5764
|
-
"text": "boolean"
|
|
5765
|
-
}
|
|
5766
|
-
},
|
|
5767
|
-
"parameters": [
|
|
5768
|
-
{
|
|
5769
|
-
"name": "data"
|
|
5770
|
-
}
|
|
5771
|
-
]
|
|
5772
|
-
},
|
|
5773
|
-
{
|
|
5774
|
-
"kind": "method",
|
|
5775
|
-
"name": "clickHandler",
|
|
5776
|
-
"privacy": "public"
|
|
5777
|
-
},
|
|
5778
|
-
{
|
|
5779
|
-
"kind": "field",
|
|
5780
|
-
"name": "dataTestId",
|
|
5781
|
-
"readonly": true
|
|
5782
|
-
},
|
|
5783
5697
|
{
|
|
5784
5698
|
"kind": "field",
|
|
5785
5699
|
"name": "_presentation",
|
|
@@ -5896,240 +5810,13 @@
|
|
|
5896
5810
|
"name": "FoundationElement",
|
|
5897
5811
|
"package": "@microsoft/fast-foundation"
|
|
5898
5812
|
},
|
|
5899
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5813
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5900
5814
|
"customElement": true
|
|
5901
5815
|
},
|
|
5902
5816
|
{
|
|
5903
5817
|
"kind": "variable",
|
|
5904
|
-
"name": "
|
|
5905
|
-
"description": "
|
|
5906
|
-
"privacy": "public"
|
|
5907
|
-
},
|
|
5908
|
-
{
|
|
5909
|
-
"kind": "variable",
|
|
5910
|
-
"name": "agActionRendererStyles",
|
|
5911
|
-
"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`",
|
|
5912
|
-
"description": "The AG Action Renderer Styles.",
|
|
5913
|
-
"privacy": "public"
|
|
5914
|
-
},
|
|
5915
|
-
{
|
|
5916
|
-
"kind": "variable",
|
|
5917
|
-
"name": "foundationGridProActionRenderer",
|
|
5918
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5919
|
-
"privacy": "public"
|
|
5920
|
-
}
|
|
5921
|
-
],
|
|
5922
|
-
"exports": [
|
|
5923
|
-
{
|
|
5924
|
-
"kind": "js",
|
|
5925
|
-
"name": "ActionRenderer",
|
|
5926
|
-
"declaration": {
|
|
5927
|
-
"name": "ActionRenderer",
|
|
5928
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5929
|
-
}
|
|
5930
|
-
},
|
|
5931
|
-
{
|
|
5932
|
-
"kind": "js",
|
|
5933
|
-
"name": "actionHeightMultiplier",
|
|
5934
|
-
"declaration": {
|
|
5935
|
-
"name": "actionHeightMultiplier",
|
|
5936
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5937
|
-
}
|
|
5938
|
-
},
|
|
5939
|
-
{
|
|
5940
|
-
"kind": "js",
|
|
5941
|
-
"name": "agActionRendererStyles",
|
|
5942
|
-
"declaration": {
|
|
5943
|
-
"name": "agActionRendererStyles",
|
|
5944
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5945
|
-
}
|
|
5946
|
-
},
|
|
5947
|
-
{
|
|
5948
|
-
"kind": "js",
|
|
5949
|
-
"name": "foundationGridProActionRenderer",
|
|
5950
|
-
"declaration": {
|
|
5951
|
-
"name": "foundationGridProActionRenderer",
|
|
5952
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5953
|
-
}
|
|
5954
|
-
}
|
|
5955
|
-
]
|
|
5956
|
-
},
|
|
5957
|
-
{
|
|
5958
|
-
"kind": "javascript-module",
|
|
5959
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5960
|
-
"declarations": [
|
|
5961
|
-
{
|
|
5962
|
-
"kind": "class",
|
|
5963
|
-
"description": "The Actions Menu Renderer element.",
|
|
5964
|
-
"name": "ActionsMenuRenderer",
|
|
5965
|
-
"members": [
|
|
5966
|
-
{
|
|
5967
|
-
"kind": "field",
|
|
5968
|
-
"name": "params",
|
|
5969
|
-
"type": {
|
|
5970
|
-
"text": "ICellRendererParams"
|
|
5971
|
-
},
|
|
5972
|
-
"privacy": "public"
|
|
5973
|
-
},
|
|
5974
|
-
{
|
|
5975
|
-
"kind": "method",
|
|
5976
|
-
"name": "init",
|
|
5977
|
-
"privacy": "public",
|
|
5978
|
-
"parameters": [
|
|
5979
|
-
{
|
|
5980
|
-
"name": "params",
|
|
5981
|
-
"type": {
|
|
5982
|
-
"text": "ICellRendererParams"
|
|
5983
|
-
}
|
|
5984
|
-
}
|
|
5985
|
-
]
|
|
5986
|
-
},
|
|
5987
|
-
{
|
|
5988
|
-
"kind": "method",
|
|
5989
|
-
"name": "getGui",
|
|
5990
|
-
"privacy": "public",
|
|
5991
|
-
"return": {
|
|
5992
|
-
"type": {
|
|
5993
|
-
"text": "HTMLElement"
|
|
5994
|
-
}
|
|
5995
|
-
}
|
|
5996
|
-
},
|
|
5997
|
-
{
|
|
5998
|
-
"kind": "method",
|
|
5999
|
-
"name": "refresh",
|
|
6000
|
-
"privacy": "public",
|
|
6001
|
-
"parameters": [
|
|
6002
|
-
{
|
|
6003
|
-
"name": "params",
|
|
6004
|
-
"type": {
|
|
6005
|
-
"text": "ICellRendererParams"
|
|
6006
|
-
}
|
|
6007
|
-
}
|
|
6008
|
-
]
|
|
6009
|
-
},
|
|
6010
|
-
{
|
|
6011
|
-
"kind": "field",
|
|
6012
|
-
"name": "_presentation",
|
|
6013
|
-
"type": {
|
|
6014
|
-
"text": "ComponentPresentation | null | undefined"
|
|
6015
|
-
},
|
|
6016
|
-
"privacy": "private",
|
|
6017
|
-
"default": "void 0",
|
|
6018
|
-
"inheritedFrom": {
|
|
6019
|
-
"name": "FoundationElement",
|
|
6020
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6021
|
-
}
|
|
6022
|
-
},
|
|
6023
|
-
{
|
|
6024
|
-
"kind": "field",
|
|
6025
|
-
"name": "$presentation",
|
|
6026
|
-
"type": {
|
|
6027
|
-
"text": "ComponentPresentation | null"
|
|
6028
|
-
},
|
|
6029
|
-
"privacy": "public",
|
|
6030
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6031
|
-
"inheritedFrom": {
|
|
6032
|
-
"name": "FoundationElement",
|
|
6033
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6034
|
-
}
|
|
6035
|
-
},
|
|
6036
|
-
{
|
|
6037
|
-
"kind": "field",
|
|
6038
|
-
"name": "template",
|
|
6039
|
-
"type": {
|
|
6040
|
-
"text": "ElementViewTemplate | void | null"
|
|
6041
|
-
},
|
|
6042
|
-
"privacy": "public",
|
|
6043
|
-
"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.",
|
|
6044
|
-
"inheritedFrom": {
|
|
6045
|
-
"name": "FoundationElement",
|
|
6046
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6047
|
-
}
|
|
6048
|
-
},
|
|
6049
|
-
{
|
|
6050
|
-
"kind": "method",
|
|
6051
|
-
"name": "templateChanged",
|
|
6052
|
-
"privacy": "protected",
|
|
6053
|
-
"return": {
|
|
6054
|
-
"type": {
|
|
6055
|
-
"text": "void"
|
|
6056
|
-
}
|
|
6057
|
-
},
|
|
6058
|
-
"inheritedFrom": {
|
|
6059
|
-
"name": "FoundationElement",
|
|
6060
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6061
|
-
}
|
|
6062
|
-
},
|
|
6063
|
-
{
|
|
6064
|
-
"kind": "field",
|
|
6065
|
-
"name": "styles",
|
|
6066
|
-
"type": {
|
|
6067
|
-
"text": "ElementStyles | void | null"
|
|
6068
|
-
},
|
|
6069
|
-
"privacy": "public",
|
|
6070
|
-
"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.",
|
|
6071
|
-
"inheritedFrom": {
|
|
6072
|
-
"name": "FoundationElement",
|
|
6073
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6074
|
-
}
|
|
6075
|
-
},
|
|
6076
|
-
{
|
|
6077
|
-
"kind": "method",
|
|
6078
|
-
"name": "stylesChanged",
|
|
6079
|
-
"privacy": "protected",
|
|
6080
|
-
"return": {
|
|
6081
|
-
"type": {
|
|
6082
|
-
"text": "void"
|
|
6083
|
-
}
|
|
6084
|
-
},
|
|
6085
|
-
"inheritedFrom": {
|
|
6086
|
-
"name": "FoundationElement",
|
|
6087
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6088
|
-
}
|
|
6089
|
-
},
|
|
6090
|
-
{
|
|
6091
|
-
"kind": "method",
|
|
6092
|
-
"name": "compose",
|
|
6093
|
-
"privacy": "public",
|
|
6094
|
-
"static": true,
|
|
6095
|
-
"return": {
|
|
6096
|
-
"type": {
|
|
6097
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6098
|
-
}
|
|
6099
|
-
},
|
|
6100
|
-
"parameters": [
|
|
6101
|
-
{
|
|
6102
|
-
"name": "this",
|
|
6103
|
-
"type": {
|
|
6104
|
-
"text": "K"
|
|
6105
|
-
}
|
|
6106
|
-
},
|
|
6107
|
-
{
|
|
6108
|
-
"name": "elementDefinition",
|
|
6109
|
-
"type": {
|
|
6110
|
-
"text": "T"
|
|
6111
|
-
},
|
|
6112
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6113
|
-
}
|
|
6114
|
-
],
|
|
6115
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6116
|
-
"inheritedFrom": {
|
|
6117
|
-
"name": "FoundationElement",
|
|
6118
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6119
|
-
}
|
|
6120
|
-
}
|
|
6121
|
-
],
|
|
6122
|
-
"superclass": {
|
|
6123
|
-
"name": "FoundationElement",
|
|
6124
|
-
"package": "@microsoft/fast-foundation"
|
|
6125
|
-
},
|
|
6126
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6127
|
-
"customElement": true
|
|
6128
|
-
},
|
|
6129
|
-
{
|
|
6130
|
-
"kind": "variable",
|
|
6131
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
6132
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5818
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5819
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6133
5820
|
"privacy": "public"
|
|
6134
5821
|
},
|
|
6135
5822
|
{
|
|
@@ -7924,54 +7611,374 @@
|
|
|
7924
7611
|
}
|
|
7925
7612
|
],
|
|
7926
7613
|
"inheritedFrom": {
|
|
7927
|
-
"name": "AgTextFieldRenderer",
|
|
7928
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7614
|
+
"name": "AgTextFieldRenderer",
|
|
7615
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7616
|
+
}
|
|
7617
|
+
},
|
|
7618
|
+
{
|
|
7619
|
+
"kind": "method",
|
|
7620
|
+
"name": "getGui",
|
|
7621
|
+
"privacy": "public",
|
|
7622
|
+
"return": {
|
|
7623
|
+
"type": {
|
|
7624
|
+
"text": "HTMLElement"
|
|
7625
|
+
}
|
|
7626
|
+
},
|
|
7627
|
+
"inheritedFrom": {
|
|
7628
|
+
"name": "AgTextFieldRenderer",
|
|
7629
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7630
|
+
}
|
|
7631
|
+
},
|
|
7632
|
+
{
|
|
7633
|
+
"kind": "method",
|
|
7634
|
+
"name": "destroy",
|
|
7635
|
+
"privacy": "public",
|
|
7636
|
+
"inheritedFrom": {
|
|
7637
|
+
"name": "AgTextFieldRenderer",
|
|
7638
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7639
|
+
}
|
|
7640
|
+
},
|
|
7641
|
+
{
|
|
7642
|
+
"kind": "method",
|
|
7643
|
+
"name": "refresh",
|
|
7644
|
+
"privacy": "public",
|
|
7645
|
+
"parameters": [
|
|
7646
|
+
{
|
|
7647
|
+
"name": "params",
|
|
7648
|
+
"type": {
|
|
7649
|
+
"text": "FuiCellRendererParams"
|
|
7650
|
+
}
|
|
7651
|
+
}
|
|
7652
|
+
],
|
|
7653
|
+
"inheritedFrom": {
|
|
7654
|
+
"name": "AgTextFieldRenderer",
|
|
7655
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7656
|
+
}
|
|
7657
|
+
},
|
|
7658
|
+
{
|
|
7659
|
+
"kind": "method",
|
|
7660
|
+
"name": "isDisabled",
|
|
7661
|
+
"privacy": "public",
|
|
7662
|
+
"return": {
|
|
7663
|
+
"type": {
|
|
7664
|
+
"text": "boolean"
|
|
7665
|
+
}
|
|
7666
|
+
},
|
|
7667
|
+
"parameters": [
|
|
7668
|
+
{
|
|
7669
|
+
"name": "data"
|
|
7670
|
+
}
|
|
7671
|
+
],
|
|
7672
|
+
"inheritedFrom": {
|
|
7673
|
+
"name": "AgTextFieldRenderer",
|
|
7674
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7675
|
+
}
|
|
7676
|
+
},
|
|
7677
|
+
{
|
|
7678
|
+
"kind": "field",
|
|
7679
|
+
"name": "textChanged",
|
|
7680
|
+
"privacy": "public",
|
|
7681
|
+
"description": "On text change handler",
|
|
7682
|
+
"parameters": [
|
|
7683
|
+
{
|
|
7684
|
+
"description": "CustomEvent",
|
|
7685
|
+
"name": "e"
|
|
7686
|
+
}
|
|
7687
|
+
],
|
|
7688
|
+
"inheritedFrom": {
|
|
7689
|
+
"name": "AgTextFieldRenderer",
|
|
7690
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7691
|
+
}
|
|
7692
|
+
},
|
|
7693
|
+
{
|
|
7694
|
+
"kind": "field",
|
|
7695
|
+
"name": "_presentation",
|
|
7696
|
+
"type": {
|
|
7697
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7698
|
+
},
|
|
7699
|
+
"privacy": "private",
|
|
7700
|
+
"default": "void 0",
|
|
7701
|
+
"inheritedFrom": {
|
|
7702
|
+
"name": "FoundationElement",
|
|
7703
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7704
|
+
}
|
|
7705
|
+
},
|
|
7706
|
+
{
|
|
7707
|
+
"kind": "field",
|
|
7708
|
+
"name": "$presentation",
|
|
7709
|
+
"type": {
|
|
7710
|
+
"text": "ComponentPresentation | null"
|
|
7711
|
+
},
|
|
7712
|
+
"privacy": "public",
|
|
7713
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7714
|
+
"inheritedFrom": {
|
|
7715
|
+
"name": "FoundationElement",
|
|
7716
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7717
|
+
}
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"kind": "field",
|
|
7721
|
+
"name": "template",
|
|
7722
|
+
"type": {
|
|
7723
|
+
"text": "ElementViewTemplate | void | null"
|
|
7724
|
+
},
|
|
7725
|
+
"privacy": "public",
|
|
7726
|
+
"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.",
|
|
7727
|
+
"inheritedFrom": {
|
|
7728
|
+
"name": "FoundationElement",
|
|
7729
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7730
|
+
}
|
|
7731
|
+
},
|
|
7732
|
+
{
|
|
7733
|
+
"kind": "method",
|
|
7734
|
+
"name": "templateChanged",
|
|
7735
|
+
"privacy": "protected",
|
|
7736
|
+
"return": {
|
|
7737
|
+
"type": {
|
|
7738
|
+
"text": "void"
|
|
7739
|
+
}
|
|
7740
|
+
},
|
|
7741
|
+
"inheritedFrom": {
|
|
7742
|
+
"name": "FoundationElement",
|
|
7743
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7744
|
+
}
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
"kind": "field",
|
|
7748
|
+
"name": "styles",
|
|
7749
|
+
"type": {
|
|
7750
|
+
"text": "ElementStyles | void | null"
|
|
7751
|
+
},
|
|
7752
|
+
"privacy": "public",
|
|
7753
|
+
"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.",
|
|
7754
|
+
"inheritedFrom": {
|
|
7755
|
+
"name": "FoundationElement",
|
|
7756
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7757
|
+
}
|
|
7758
|
+
},
|
|
7759
|
+
{
|
|
7760
|
+
"kind": "method",
|
|
7761
|
+
"name": "stylesChanged",
|
|
7762
|
+
"privacy": "protected",
|
|
7763
|
+
"return": {
|
|
7764
|
+
"type": {
|
|
7765
|
+
"text": "void"
|
|
7766
|
+
}
|
|
7767
|
+
},
|
|
7768
|
+
"inheritedFrom": {
|
|
7769
|
+
"name": "FoundationElement",
|
|
7770
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7771
|
+
}
|
|
7772
|
+
},
|
|
7773
|
+
{
|
|
7774
|
+
"kind": "method",
|
|
7775
|
+
"name": "compose",
|
|
7776
|
+
"privacy": "public",
|
|
7777
|
+
"static": true,
|
|
7778
|
+
"return": {
|
|
7779
|
+
"type": {
|
|
7780
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7781
|
+
}
|
|
7782
|
+
},
|
|
7783
|
+
"parameters": [
|
|
7784
|
+
{
|
|
7785
|
+
"name": "this",
|
|
7786
|
+
"type": {
|
|
7787
|
+
"text": "K"
|
|
7788
|
+
}
|
|
7789
|
+
},
|
|
7790
|
+
{
|
|
7791
|
+
"name": "elementDefinition",
|
|
7792
|
+
"type": {
|
|
7793
|
+
"text": "T"
|
|
7794
|
+
},
|
|
7795
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7796
|
+
}
|
|
7797
|
+
],
|
|
7798
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7799
|
+
"inheritedFrom": {
|
|
7800
|
+
"name": "FoundationElement",
|
|
7801
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7802
|
+
}
|
|
7803
|
+
}
|
|
7804
|
+
]
|
|
7805
|
+
},
|
|
7806
|
+
{
|
|
7807
|
+
"kind": "variable",
|
|
7808
|
+
"name": "textRendererStyles",
|
|
7809
|
+
"default": "textFieldRendererStyles",
|
|
7810
|
+
"privacy": "public",
|
|
7811
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7812
|
+
},
|
|
7813
|
+
{
|
|
7814
|
+
"kind": "variable",
|
|
7815
|
+
"name": "getTextRendererTemplate",
|
|
7816
|
+
"default": "getTextFieldRendererTemplate",
|
|
7817
|
+
"privacy": "public",
|
|
7818
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7819
|
+
},
|
|
7820
|
+
{
|
|
7821
|
+
"kind": "variable",
|
|
7822
|
+
"name": "foundationAgTextRenderer",
|
|
7823
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7824
|
+
"privacy": "public",
|
|
7825
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7826
|
+
}
|
|
7827
|
+
],
|
|
7828
|
+
"exports": [
|
|
7829
|
+
{
|
|
7830
|
+
"kind": "js",
|
|
7831
|
+
"name": "AgTextRenderer",
|
|
7832
|
+
"declaration": {
|
|
7833
|
+
"name": "AgTextRenderer",
|
|
7834
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7835
|
+
}
|
|
7836
|
+
},
|
|
7837
|
+
{
|
|
7838
|
+
"kind": "js",
|
|
7839
|
+
"name": "textRendererStyles",
|
|
7840
|
+
"declaration": {
|
|
7841
|
+
"name": "textRendererStyles",
|
|
7842
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7843
|
+
}
|
|
7844
|
+
},
|
|
7845
|
+
{
|
|
7846
|
+
"kind": "js",
|
|
7847
|
+
"name": "getTextRendererTemplate",
|
|
7848
|
+
"declaration": {
|
|
7849
|
+
"name": "getTextRendererTemplate",
|
|
7850
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7851
|
+
}
|
|
7852
|
+
},
|
|
7853
|
+
{
|
|
7854
|
+
"kind": "js",
|
|
7855
|
+
"name": "foundationAgTextRenderer",
|
|
7856
|
+
"declaration": {
|
|
7857
|
+
"name": "foundationAgTextRenderer",
|
|
7858
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7859
|
+
}
|
|
7860
|
+
}
|
|
7861
|
+
]
|
|
7862
|
+
},
|
|
7863
|
+
{
|
|
7864
|
+
"kind": "javascript-module",
|
|
7865
|
+
"path": "src/column/column.template.ts",
|
|
7866
|
+
"declarations": [
|
|
7867
|
+
{
|
|
7868
|
+
"kind": "variable",
|
|
7869
|
+
"name": "ColumnTemplate",
|
|
7870
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7871
|
+
"description": "The Grid Pro Column Template.",
|
|
7872
|
+
"privacy": "public"
|
|
7873
|
+
}
|
|
7874
|
+
],
|
|
7875
|
+
"exports": [
|
|
7876
|
+
{
|
|
7877
|
+
"kind": "js",
|
|
7878
|
+
"name": "ColumnTemplate",
|
|
7879
|
+
"declaration": {
|
|
7880
|
+
"name": "ColumnTemplate",
|
|
7881
|
+
"module": "src/column/column.template.ts"
|
|
7882
|
+
}
|
|
7883
|
+
}
|
|
7884
|
+
]
|
|
7885
|
+
},
|
|
7886
|
+
{
|
|
7887
|
+
"kind": "javascript-module",
|
|
7888
|
+
"path": "src/column/column.ts",
|
|
7889
|
+
"declarations": [
|
|
7890
|
+
{
|
|
7891
|
+
"kind": "class",
|
|
7892
|
+
"description": "The Grid Pro Column element.",
|
|
7893
|
+
"name": "GridProColumn",
|
|
7894
|
+
"members": [
|
|
7895
|
+
{
|
|
7896
|
+
"kind": "field",
|
|
7897
|
+
"name": "slottedAgCell",
|
|
7898
|
+
"type": {
|
|
7899
|
+
"text": "HTMLElement[]"
|
|
7900
|
+
},
|
|
7901
|
+
"privacy": "public"
|
|
7902
|
+
},
|
|
7903
|
+
{
|
|
7904
|
+
"kind": "field",
|
|
7905
|
+
"name": "definition",
|
|
7906
|
+
"type": {
|
|
7907
|
+
"text": "ColDef"
|
|
7908
|
+
},
|
|
7909
|
+
"default": "{}"
|
|
7910
|
+
},
|
|
7911
|
+
{
|
|
7912
|
+
"kind": "method",
|
|
7913
|
+
"name": "slottedAgCellChanged",
|
|
7914
|
+
"privacy": "public"
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"kind": "method",
|
|
7918
|
+
"name": "deepClone",
|
|
7919
|
+
"return": {
|
|
7920
|
+
"type": {
|
|
7921
|
+
"text": "Node"
|
|
7922
|
+
}
|
|
7923
|
+
},
|
|
7924
|
+
"inheritedFrom": {
|
|
7925
|
+
"name": "LifecycleMixin",
|
|
7926
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7927
|
+
}
|
|
7928
|
+
},
|
|
7929
|
+
{
|
|
7930
|
+
"kind": "method",
|
|
7931
|
+
"name": "cloneNode",
|
|
7932
|
+
"return": {
|
|
7933
|
+
"type": {
|
|
7934
|
+
"text": "Node"
|
|
7935
|
+
}
|
|
7936
|
+
},
|
|
7937
|
+
"parameters": [
|
|
7938
|
+
{
|
|
7939
|
+
"name": "deep",
|
|
7940
|
+
"optional": true,
|
|
7941
|
+
"type": {
|
|
7942
|
+
"text": "boolean"
|
|
7943
|
+
}
|
|
7944
|
+
}
|
|
7945
|
+
],
|
|
7946
|
+
"inheritedFrom": {
|
|
7947
|
+
"name": "LifecycleMixin",
|
|
7948
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7929
7949
|
}
|
|
7930
7950
|
},
|
|
7931
7951
|
{
|
|
7932
|
-
"kind": "
|
|
7933
|
-
"name": "
|
|
7934
|
-
"privacy": "public",
|
|
7952
|
+
"kind": "field",
|
|
7953
|
+
"name": "shouldRunDisconnect",
|
|
7935
7954
|
"return": {
|
|
7936
7955
|
"type": {
|
|
7937
|
-
"text": "
|
|
7956
|
+
"text": ""
|
|
7938
7957
|
}
|
|
7939
7958
|
},
|
|
7959
|
+
"readonly": true,
|
|
7940
7960
|
"inheritedFrom": {
|
|
7941
|
-
"name": "
|
|
7942
|
-
"module": "src/
|
|
7943
|
-
}
|
|
7944
|
-
},
|
|
7945
|
-
{
|
|
7946
|
-
"kind": "method",
|
|
7947
|
-
"name": "destroy",
|
|
7948
|
-
"privacy": "public",
|
|
7949
|
-
"inheritedFrom": {
|
|
7950
|
-
"name": "AgTextFieldRenderer",
|
|
7951
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7961
|
+
"name": "LifecycleMixin",
|
|
7962
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7952
7963
|
}
|
|
7953
7964
|
},
|
|
7954
7965
|
{
|
|
7955
|
-
"kind": "
|
|
7956
|
-
"name": "
|
|
7957
|
-
"
|
|
7958
|
-
|
|
7959
|
-
|
|
7960
|
-
"name": "params",
|
|
7961
|
-
"type": {
|
|
7962
|
-
"text": "FuiCellRendererParams"
|
|
7963
|
-
}
|
|
7966
|
+
"kind": "field",
|
|
7967
|
+
"name": "shouldRunConnect",
|
|
7968
|
+
"return": {
|
|
7969
|
+
"type": {
|
|
7970
|
+
"text": ""
|
|
7964
7971
|
}
|
|
7965
|
-
|
|
7972
|
+
},
|
|
7973
|
+
"readonly": true,
|
|
7966
7974
|
"inheritedFrom": {
|
|
7967
|
-
"name": "
|
|
7968
|
-
"module": "src/
|
|
7975
|
+
"name": "LifecycleMixin",
|
|
7976
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7969
7977
|
}
|
|
7970
7978
|
},
|
|
7971
7979
|
{
|
|
7972
7980
|
"kind": "method",
|
|
7973
|
-
"name": "
|
|
7974
|
-
"privacy": "public",
|
|
7981
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7975
7982
|
"return": {
|
|
7976
7983
|
"type": {
|
|
7977
7984
|
"text": "boolean"
|
|
@@ -7979,28 +7986,15 @@
|
|
|
7979
7986
|
},
|
|
7980
7987
|
"parameters": [
|
|
7981
7988
|
{
|
|
7982
|
-
"name": "
|
|
7983
|
-
|
|
7984
|
-
|
|
7985
|
-
|
|
7986
|
-
"name": "AgTextFieldRenderer",
|
|
7987
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7988
|
-
}
|
|
7989
|
-
},
|
|
7990
|
-
{
|
|
7991
|
-
"kind": "field",
|
|
7992
|
-
"name": "textChanged",
|
|
7993
|
-
"privacy": "public",
|
|
7994
|
-
"description": "On text change handler",
|
|
7995
|
-
"parameters": [
|
|
7996
|
-
{
|
|
7997
|
-
"description": "CustomEvent",
|
|
7998
|
-
"name": "e"
|
|
7989
|
+
"name": "lifecycleType",
|
|
7990
|
+
"type": {
|
|
7991
|
+
"text": "Lifecycletype"
|
|
7992
|
+
}
|
|
7999
7993
|
}
|
|
8000
7994
|
],
|
|
8001
7995
|
"inheritedFrom": {
|
|
8002
|
-
"name": "
|
|
8003
|
-
"module": "src/
|
|
7996
|
+
"name": "LifecycleMixin",
|
|
7997
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
8004
7998
|
}
|
|
8005
7999
|
},
|
|
8006
8000
|
{
|
|
@@ -8114,61 +8108,67 @@
|
|
|
8114
8108
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8115
8109
|
}
|
|
8116
8110
|
}
|
|
8117
|
-
]
|
|
8118
|
-
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
"
|
|
8125
|
-
|
|
8126
|
-
|
|
8127
|
-
|
|
8128
|
-
"
|
|
8129
|
-
"
|
|
8130
|
-
"privacy": "public",
|
|
8131
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8132
|
-
},
|
|
8133
|
-
{
|
|
8134
|
-
"kind": "variable",
|
|
8135
|
-
"name": "foundationAgTextRenderer",
|
|
8136
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8137
|
-
"privacy": "public",
|
|
8138
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8111
|
+
],
|
|
8112
|
+
"mixins": [
|
|
8113
|
+
{
|
|
8114
|
+
"name": "LifecycleMixin",
|
|
8115
|
+
"package": "@genesislcap/foundation-utils"
|
|
8116
|
+
}
|
|
8117
|
+
],
|
|
8118
|
+
"superclass": {
|
|
8119
|
+
"name": "FoundationElement",
|
|
8120
|
+
"package": "@microsoft/fast-foundation"
|
|
8121
|
+
},
|
|
8122
|
+
"tagName": "grid-pro-column",
|
|
8123
|
+
"customElement": true
|
|
8139
8124
|
}
|
|
8140
8125
|
],
|
|
8141
8126
|
"exports": [
|
|
8142
8127
|
{
|
|
8143
8128
|
"kind": "js",
|
|
8144
|
-
"name": "
|
|
8129
|
+
"name": "GridProColumn",
|
|
8145
8130
|
"declaration": {
|
|
8146
|
-
"name": "
|
|
8147
|
-
"module": "src/
|
|
8131
|
+
"name": "GridProColumn",
|
|
8132
|
+
"module": "src/column/column.ts"
|
|
8148
8133
|
}
|
|
8149
8134
|
},
|
|
8135
|
+
{
|
|
8136
|
+
"kind": "custom-element-definition",
|
|
8137
|
+
"name": "grid-pro-column",
|
|
8138
|
+
"declaration": {
|
|
8139
|
+
"name": "GridProColumn",
|
|
8140
|
+
"module": "src/column/column.ts"
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
]
|
|
8144
|
+
},
|
|
8145
|
+
{
|
|
8146
|
+
"kind": "javascript-module",
|
|
8147
|
+
"path": "src/column/index.ts",
|
|
8148
|
+
"declarations": [],
|
|
8149
|
+
"exports": [
|
|
8150
8150
|
{
|
|
8151
8151
|
"kind": "js",
|
|
8152
|
-
"name": "
|
|
8152
|
+
"name": "*",
|
|
8153
8153
|
"declaration": {
|
|
8154
|
-
"name": "
|
|
8155
|
-
"
|
|
8154
|
+
"name": "*",
|
|
8155
|
+
"package": "./column.template"
|
|
8156
8156
|
}
|
|
8157
8157
|
},
|
|
8158
8158
|
{
|
|
8159
8159
|
"kind": "js",
|
|
8160
|
-
"name": "
|
|
8160
|
+
"name": "*",
|
|
8161
8161
|
"declaration": {
|
|
8162
|
-
"name": "
|
|
8163
|
-
"
|
|
8162
|
+
"name": "*",
|
|
8163
|
+
"package": "./column"
|
|
8164
8164
|
}
|
|
8165
8165
|
},
|
|
8166
8166
|
{
|
|
8167
8167
|
"kind": "js",
|
|
8168
|
-
"name": "
|
|
8168
|
+
"name": "*",
|
|
8169
8169
|
"declaration": {
|
|
8170
|
-
"name": "
|
|
8171
|
-
"
|
|
8170
|
+
"name": "*",
|
|
8171
|
+
"package": "./utils"
|
|
8172
8172
|
}
|
|
8173
8173
|
}
|
|
8174
8174
|
]
|
|
@@ -24705,6 +24705,60 @@
|
|
|
24705
24705
|
}
|
|
24706
24706
|
]
|
|
24707
24707
|
},
|
|
24708
|
+
{
|
|
24709
|
+
"kind": "javascript-module",
|
|
24710
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
24711
|
+
"declarations": [
|
|
24712
|
+
{
|
|
24713
|
+
"kind": "function",
|
|
24714
|
+
"name": "setValueWithAccessor",
|
|
24715
|
+
"return": {
|
|
24716
|
+
"type": {
|
|
24717
|
+
"text": "string"
|
|
24718
|
+
}
|
|
24719
|
+
},
|
|
24720
|
+
"parameters": [
|
|
24721
|
+
{
|
|
24722
|
+
"name": "data",
|
|
24723
|
+
"type": {
|
|
24724
|
+
"text": "any"
|
|
24725
|
+
}
|
|
24726
|
+
},
|
|
24727
|
+
{
|
|
24728
|
+
"name": "accessor",
|
|
24729
|
+
"type": {
|
|
24730
|
+
"text": "string"
|
|
24731
|
+
}
|
|
24732
|
+
}
|
|
24733
|
+
]
|
|
24734
|
+
}
|
|
24735
|
+
],
|
|
24736
|
+
"exports": [
|
|
24737
|
+
{
|
|
24738
|
+
"kind": "js",
|
|
24739
|
+
"name": "setValueWithAccessor",
|
|
24740
|
+
"declaration": {
|
|
24741
|
+
"name": "setValueWithAccessor",
|
|
24742
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
24743
|
+
}
|
|
24744
|
+
}
|
|
24745
|
+
]
|
|
24746
|
+
},
|
|
24747
|
+
{
|
|
24748
|
+
"kind": "javascript-module",
|
|
24749
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
24750
|
+
"declarations": [],
|
|
24751
|
+
"exports": [
|
|
24752
|
+
{
|
|
24753
|
+
"kind": "js",
|
|
24754
|
+
"name": "*",
|
|
24755
|
+
"declaration": {
|
|
24756
|
+
"name": "*",
|
|
24757
|
+
"package": "./accessor"
|
|
24758
|
+
}
|
|
24759
|
+
}
|
|
24760
|
+
]
|
|
24761
|
+
},
|
|
24708
24762
|
{
|
|
24709
24763
|
"kind": "javascript-module",
|
|
24710
24764
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -24798,60 +24852,6 @@
|
|
|
24798
24852
|
}
|
|
24799
24853
|
}
|
|
24800
24854
|
]
|
|
24801
|
-
},
|
|
24802
|
-
{
|
|
24803
|
-
"kind": "javascript-module",
|
|
24804
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
24805
|
-
"declarations": [
|
|
24806
|
-
{
|
|
24807
|
-
"kind": "function",
|
|
24808
|
-
"name": "setValueWithAccessor",
|
|
24809
|
-
"return": {
|
|
24810
|
-
"type": {
|
|
24811
|
-
"text": "string"
|
|
24812
|
-
}
|
|
24813
|
-
},
|
|
24814
|
-
"parameters": [
|
|
24815
|
-
{
|
|
24816
|
-
"name": "data",
|
|
24817
|
-
"type": {
|
|
24818
|
-
"text": "any"
|
|
24819
|
-
}
|
|
24820
|
-
},
|
|
24821
|
-
{
|
|
24822
|
-
"name": "accessor",
|
|
24823
|
-
"type": {
|
|
24824
|
-
"text": "string"
|
|
24825
|
-
}
|
|
24826
|
-
}
|
|
24827
|
-
]
|
|
24828
|
-
}
|
|
24829
|
-
],
|
|
24830
|
-
"exports": [
|
|
24831
|
-
{
|
|
24832
|
-
"kind": "js",
|
|
24833
|
-
"name": "setValueWithAccessor",
|
|
24834
|
-
"declaration": {
|
|
24835
|
-
"name": "setValueWithAccessor",
|
|
24836
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
24837
|
-
}
|
|
24838
|
-
}
|
|
24839
|
-
]
|
|
24840
|
-
},
|
|
24841
|
-
{
|
|
24842
|
-
"kind": "javascript-module",
|
|
24843
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
24844
|
-
"declarations": [],
|
|
24845
|
-
"exports": [
|
|
24846
|
-
{
|
|
24847
|
-
"kind": "js",
|
|
24848
|
-
"name": "*",
|
|
24849
|
-
"declaration": {
|
|
24850
|
-
"name": "*",
|
|
24851
|
-
"package": "./accessor"
|
|
24852
|
-
}
|
|
24853
|
-
}
|
|
24854
|
-
]
|
|
24855
24855
|
}
|
|
24856
24856
|
]
|
|
24857
24857
|
}
|