@genesislcap/grid-pro 15.28.0 → 15.28.1-FUI-0.6
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 +541 -541
- 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,69 +5383,123 @@
|
|
|
5383
5383
|
},
|
|
5384
5384
|
{
|
|
5385
5385
|
"kind": "javascript-module",
|
|
5386
|
-
"path": "src/
|
|
5386
|
+
"path": "src/column/column.template.ts",
|
|
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",
|
|
5387
5410
|
"declarations": [
|
|
5388
5411
|
{
|
|
5389
5412
|
"kind": "class",
|
|
5390
|
-
"description": "The
|
|
5391
|
-
"name": "
|
|
5413
|
+
"description": "The Grid Pro Column element.",
|
|
5414
|
+
"name": "GridProColumn",
|
|
5392
5415
|
"members": [
|
|
5393
5416
|
{
|
|
5394
5417
|
"kind": "field",
|
|
5395
|
-
"name": "
|
|
5418
|
+
"name": "slottedAgCell",
|
|
5396
5419
|
"type": {
|
|
5397
|
-
"text": "
|
|
5420
|
+
"text": "HTMLElement[]"
|
|
5398
5421
|
},
|
|
5399
5422
|
"privacy": "public"
|
|
5400
5423
|
},
|
|
5401
5424
|
{
|
|
5402
5425
|
"kind": "field",
|
|
5403
|
-
"name": "
|
|
5426
|
+
"name": "definition",
|
|
5404
5427
|
"type": {
|
|
5405
|
-
"text": "
|
|
5428
|
+
"text": "ColDef"
|
|
5406
5429
|
},
|
|
5407
|
-
"
|
|
5430
|
+
"default": "{}"
|
|
5408
5431
|
},
|
|
5409
5432
|
{
|
|
5410
5433
|
"kind": "method",
|
|
5411
|
-
"name": "
|
|
5412
|
-
"privacy": "public"
|
|
5413
|
-
"parameters": [
|
|
5414
|
-
{
|
|
5415
|
-
"name": "params",
|
|
5416
|
-
"type": {
|
|
5417
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5418
|
-
}
|
|
5419
|
-
}
|
|
5420
|
-
]
|
|
5434
|
+
"name": "slottedAgCellChanged",
|
|
5435
|
+
"privacy": "public"
|
|
5421
5436
|
},
|
|
5422
5437
|
{
|
|
5423
5438
|
"kind": "method",
|
|
5424
|
-
"name": "
|
|
5425
|
-
"privacy": "public",
|
|
5439
|
+
"name": "deepClone",
|
|
5426
5440
|
"return": {
|
|
5427
5441
|
"type": {
|
|
5428
|
-
"text": "
|
|
5442
|
+
"text": "Node"
|
|
5429
5443
|
}
|
|
5444
|
+
},
|
|
5445
|
+
"inheritedFrom": {
|
|
5446
|
+
"name": "LifecycleMixin",
|
|
5447
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5430
5448
|
}
|
|
5431
5449
|
},
|
|
5432
5450
|
{
|
|
5433
5451
|
"kind": "method",
|
|
5434
|
-
"name": "
|
|
5435
|
-
"
|
|
5452
|
+
"name": "cloneNode",
|
|
5453
|
+
"return": {
|
|
5454
|
+
"type": {
|
|
5455
|
+
"text": "Node"
|
|
5456
|
+
}
|
|
5457
|
+
},
|
|
5436
5458
|
"parameters": [
|
|
5437
5459
|
{
|
|
5438
|
-
"name": "
|
|
5460
|
+
"name": "deep",
|
|
5461
|
+
"optional": true,
|
|
5439
5462
|
"type": {
|
|
5440
|
-
"text": "
|
|
5463
|
+
"text": "boolean"
|
|
5441
5464
|
}
|
|
5442
5465
|
}
|
|
5443
|
-
]
|
|
5466
|
+
],
|
|
5467
|
+
"inheritedFrom": {
|
|
5468
|
+
"name": "LifecycleMixin",
|
|
5469
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5470
|
+
}
|
|
5471
|
+
},
|
|
5472
|
+
{
|
|
5473
|
+
"kind": "field",
|
|
5474
|
+
"name": "shouldRunDisconnect",
|
|
5475
|
+
"return": {
|
|
5476
|
+
"type": {
|
|
5477
|
+
"text": ""
|
|
5478
|
+
}
|
|
5479
|
+
},
|
|
5480
|
+
"readonly": true,
|
|
5481
|
+
"inheritedFrom": {
|
|
5482
|
+
"name": "LifecycleMixin",
|
|
5483
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5484
|
+
}
|
|
5485
|
+
},
|
|
5486
|
+
{
|
|
5487
|
+
"kind": "field",
|
|
5488
|
+
"name": "shouldRunConnect",
|
|
5489
|
+
"return": {
|
|
5490
|
+
"type": {
|
|
5491
|
+
"text": ""
|
|
5492
|
+
}
|
|
5493
|
+
},
|
|
5494
|
+
"readonly": true,
|
|
5495
|
+
"inheritedFrom": {
|
|
5496
|
+
"name": "LifecycleMixin",
|
|
5497
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5498
|
+
}
|
|
5444
5499
|
},
|
|
5445
5500
|
{
|
|
5446
5501
|
"kind": "method",
|
|
5447
|
-
"name": "
|
|
5448
|
-
"privacy": "public",
|
|
5502
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5449
5503
|
"return": {
|
|
5450
5504
|
"type": {
|
|
5451
5505
|
"text": "boolean"
|
|
@@ -5453,19 +5507,16 @@
|
|
|
5453
5507
|
},
|
|
5454
5508
|
"parameters": [
|
|
5455
5509
|
{
|
|
5456
|
-
"name": "
|
|
5510
|
+
"name": "lifecycleType",
|
|
5511
|
+
"type": {
|
|
5512
|
+
"text": "Lifecycletype"
|
|
5513
|
+
}
|
|
5457
5514
|
}
|
|
5458
|
-
]
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
|
|
5462
|
-
|
|
5463
|
-
"privacy": "public"
|
|
5464
|
-
},
|
|
5465
|
-
{
|
|
5466
|
-
"kind": "field",
|
|
5467
|
-
"name": "dataTestId",
|
|
5468
|
-
"readonly": true
|
|
5515
|
+
],
|
|
5516
|
+
"inheritedFrom": {
|
|
5517
|
+
"name": "LifecycleMixin",
|
|
5518
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5519
|
+
}
|
|
5469
5520
|
},
|
|
5470
5521
|
{
|
|
5471
5522
|
"kind": "field",
|
|
@@ -5579,82 +5630,92 @@
|
|
|
5579
5630
|
}
|
|
5580
5631
|
}
|
|
5581
5632
|
],
|
|
5633
|
+
"mixins": [
|
|
5634
|
+
{
|
|
5635
|
+
"name": "LifecycleMixin",
|
|
5636
|
+
"package": "@genesislcap/foundation-utils"
|
|
5637
|
+
}
|
|
5638
|
+
],
|
|
5582
5639
|
"superclass": {
|
|
5583
5640
|
"name": "FoundationElement",
|
|
5584
5641
|
"package": "@microsoft/fast-foundation"
|
|
5585
5642
|
},
|
|
5586
|
-
"tagName": "
|
|
5643
|
+
"tagName": "grid-pro-column",
|
|
5587
5644
|
"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"
|
|
5607
5645
|
}
|
|
5608
5646
|
],
|
|
5609
5647
|
"exports": [
|
|
5610
5648
|
{
|
|
5611
5649
|
"kind": "js",
|
|
5612
|
-
"name": "
|
|
5650
|
+
"name": "GridProColumn",
|
|
5613
5651
|
"declaration": {
|
|
5614
|
-
"name": "
|
|
5615
|
-
"module": "src/
|
|
5652
|
+
"name": "GridProColumn",
|
|
5653
|
+
"module": "src/column/column.ts"
|
|
5616
5654
|
}
|
|
5617
5655
|
},
|
|
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": [
|
|
5618
5671
|
{
|
|
5619
5672
|
"kind": "js",
|
|
5620
|
-
"name": "
|
|
5673
|
+
"name": "*",
|
|
5621
5674
|
"declaration": {
|
|
5622
|
-
"name": "
|
|
5623
|
-
"
|
|
5675
|
+
"name": "*",
|
|
5676
|
+
"package": "./column.template"
|
|
5624
5677
|
}
|
|
5625
5678
|
},
|
|
5626
5679
|
{
|
|
5627
5680
|
"kind": "js",
|
|
5628
|
-
"name": "
|
|
5681
|
+
"name": "*",
|
|
5629
5682
|
"declaration": {
|
|
5630
|
-
"name": "
|
|
5631
|
-
"
|
|
5683
|
+
"name": "*",
|
|
5684
|
+
"package": "./column"
|
|
5632
5685
|
}
|
|
5633
5686
|
},
|
|
5634
5687
|
{
|
|
5635
5688
|
"kind": "js",
|
|
5636
|
-
"name": "
|
|
5689
|
+
"name": "*",
|
|
5637
5690
|
"declaration": {
|
|
5638
|
-
"name": "
|
|
5639
|
-
"
|
|
5691
|
+
"name": "*",
|
|
5692
|
+
"package": "./utils"
|
|
5640
5693
|
}
|
|
5641
5694
|
}
|
|
5642
5695
|
]
|
|
5643
5696
|
},
|
|
5644
5697
|
{
|
|
5645
5698
|
"kind": "javascript-module",
|
|
5646
|
-
"path": "src/cell-renderers/
|
|
5699
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5647
5700
|
"declarations": [
|
|
5648
5701
|
{
|
|
5649
5702
|
"kind": "class",
|
|
5650
|
-
"description": "The
|
|
5651
|
-
"name": "
|
|
5703
|
+
"description": "The AG Action Renderer element.",
|
|
5704
|
+
"name": "ActionRenderer",
|
|
5652
5705
|
"members": [
|
|
5653
5706
|
{
|
|
5654
5707
|
"kind": "field",
|
|
5655
5708
|
"name": "params",
|
|
5656
5709
|
"type": {
|
|
5657
|
-
"text": "ICellRendererParams"
|
|
5710
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5711
|
+
},
|
|
5712
|
+
"privacy": "public"
|
|
5713
|
+
},
|
|
5714
|
+
{
|
|
5715
|
+
"kind": "field",
|
|
5716
|
+
"name": "pendingAction",
|
|
5717
|
+
"type": {
|
|
5718
|
+
"text": "boolean"
|
|
5658
5719
|
},
|
|
5659
5720
|
"privacy": "public"
|
|
5660
5721
|
},
|
|
@@ -5666,7 +5727,7 @@
|
|
|
5666
5727
|
{
|
|
5667
5728
|
"name": "params",
|
|
5668
5729
|
"type": {
|
|
5669
|
-
"text": "ICellRendererParams"
|
|
5730
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5670
5731
|
}
|
|
5671
5732
|
}
|
|
5672
5733
|
]
|
|
@@ -5694,6 +5755,31 @@
|
|
|
5694
5755
|
}
|
|
5695
5756
|
]
|
|
5696
5757
|
},
|
|
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
|
+
},
|
|
5697
5783
|
{
|
|
5698
5784
|
"kind": "field",
|
|
5699
5785
|
"name": "_presentation",
|
|
@@ -5810,26 +5896,253 @@
|
|
|
5810
5896
|
"name": "FoundationElement",
|
|
5811
5897
|
"package": "@microsoft/fast-foundation"
|
|
5812
5898
|
},
|
|
5813
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5899
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5814
5900
|
"customElement": true
|
|
5815
5901
|
},
|
|
5816
5902
|
{
|
|
5817
5903
|
"kind": "variable",
|
|
5818
|
-
"name": "
|
|
5819
|
-
"description": "
|
|
5904
|
+
"name": "actionHeightMultiplier",
|
|
5905
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5820
5906
|
"privacy": "public"
|
|
5821
5907
|
},
|
|
5822
5908
|
{
|
|
5823
|
-
"kind": "
|
|
5824
|
-
"name": "
|
|
5825
|
-
"
|
|
5826
|
-
|
|
5827
|
-
|
|
5828
|
-
|
|
5829
|
-
|
|
5830
|
-
"
|
|
5831
|
-
|
|
5832
|
-
|
|
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.",
|
|
6133
|
+
"privacy": "public"
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
"kind": "function",
|
|
6137
|
+
"name": "getActionsMenuDef",
|
|
6138
|
+
"return": {
|
|
6139
|
+
"type": {
|
|
6140
|
+
"text": ""
|
|
6141
|
+
}
|
|
6142
|
+
},
|
|
6143
|
+
"parameters": [
|
|
6144
|
+
{
|
|
6145
|
+
"name": "actions",
|
|
5833
6146
|
"type": {
|
|
5834
6147
|
"text": "ActionMenuItem[]"
|
|
5835
6148
|
},
|
|
@@ -7611,374 +7924,54 @@
|
|
|
7611
7924
|
}
|
|
7612
7925
|
],
|
|
7613
7926
|
"inheritedFrom": {
|
|
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"
|
|
7927
|
+
"name": "AgTextFieldRenderer",
|
|
7928
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7949
7929
|
}
|
|
7950
7930
|
},
|
|
7951
7931
|
{
|
|
7952
|
-
"kind": "
|
|
7953
|
-
"name": "
|
|
7932
|
+
"kind": "method",
|
|
7933
|
+
"name": "getGui",
|
|
7934
|
+
"privacy": "public",
|
|
7954
7935
|
"return": {
|
|
7955
7936
|
"type": {
|
|
7956
|
-
"text": ""
|
|
7937
|
+
"text": "HTMLElement"
|
|
7957
7938
|
}
|
|
7958
7939
|
},
|
|
7959
|
-
"readonly": true,
|
|
7960
7940
|
"inheritedFrom": {
|
|
7961
|
-
"name": "
|
|
7962
|
-
"module": "src/
|
|
7941
|
+
"name": "AgTextFieldRenderer",
|
|
7942
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7963
7943
|
}
|
|
7964
7944
|
},
|
|
7965
7945
|
{
|
|
7966
|
-
"kind": "
|
|
7967
|
-
"name": "
|
|
7968
|
-
"
|
|
7969
|
-
|
|
7970
|
-
|
|
7946
|
+
"kind": "method",
|
|
7947
|
+
"name": "destroy",
|
|
7948
|
+
"privacy": "public",
|
|
7949
|
+
"inheritedFrom": {
|
|
7950
|
+
"name": "AgTextFieldRenderer",
|
|
7951
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7952
|
+
}
|
|
7953
|
+
},
|
|
7954
|
+
{
|
|
7955
|
+
"kind": "method",
|
|
7956
|
+
"name": "refresh",
|
|
7957
|
+
"privacy": "public",
|
|
7958
|
+
"parameters": [
|
|
7959
|
+
{
|
|
7960
|
+
"name": "params",
|
|
7961
|
+
"type": {
|
|
7962
|
+
"text": "FuiCellRendererParams"
|
|
7963
|
+
}
|
|
7971
7964
|
}
|
|
7972
|
-
|
|
7973
|
-
"readonly": true,
|
|
7965
|
+
],
|
|
7974
7966
|
"inheritedFrom": {
|
|
7975
|
-
"name": "
|
|
7976
|
-
"module": "src/
|
|
7967
|
+
"name": "AgTextFieldRenderer",
|
|
7968
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7977
7969
|
}
|
|
7978
7970
|
},
|
|
7979
7971
|
{
|
|
7980
7972
|
"kind": "method",
|
|
7981
|
-
"name": "
|
|
7973
|
+
"name": "isDisabled",
|
|
7974
|
+
"privacy": "public",
|
|
7982
7975
|
"return": {
|
|
7983
7976
|
"type": {
|
|
7984
7977
|
"text": "boolean"
|
|
@@ -7986,15 +7979,28 @@
|
|
|
7986
7979
|
},
|
|
7987
7980
|
"parameters": [
|
|
7988
7981
|
{
|
|
7989
|
-
"name": "
|
|
7990
|
-
"type": {
|
|
7991
|
-
"text": "Lifecycletype"
|
|
7992
|
-
}
|
|
7982
|
+
"name": "data"
|
|
7993
7983
|
}
|
|
7994
7984
|
],
|
|
7995
7985
|
"inheritedFrom": {
|
|
7996
|
-
"name": "
|
|
7997
|
-
"module": "src/
|
|
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"
|
|
7999
|
+
}
|
|
8000
|
+
],
|
|
8001
|
+
"inheritedFrom": {
|
|
8002
|
+
"name": "AgTextFieldRenderer",
|
|
8003
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7998
8004
|
}
|
|
7999
8005
|
},
|
|
8000
8006
|
{
|
|
@@ -8108,67 +8114,61 @@
|
|
|
8108
8114
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8109
8115
|
}
|
|
8110
8116
|
}
|
|
8111
|
-
]
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
"
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
"
|
|
8123
|
-
"
|
|
8117
|
+
]
|
|
8118
|
+
},
|
|
8119
|
+
{
|
|
8120
|
+
"kind": "variable",
|
|
8121
|
+
"name": "textRendererStyles",
|
|
8122
|
+
"default": "textFieldRendererStyles",
|
|
8123
|
+
"privacy": "public",
|
|
8124
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8125
|
+
},
|
|
8126
|
+
{
|
|
8127
|
+
"kind": "variable",
|
|
8128
|
+
"name": "getTextRendererTemplate",
|
|
8129
|
+
"default": "getTextFieldRendererTemplate",
|
|
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"
|
|
8124
8139
|
}
|
|
8125
8140
|
],
|
|
8126
8141
|
"exports": [
|
|
8127
8142
|
{
|
|
8128
8143
|
"kind": "js",
|
|
8129
|
-
"name": "
|
|
8144
|
+
"name": "AgTextRenderer",
|
|
8130
8145
|
"declaration": {
|
|
8131
|
-
"name": "
|
|
8132
|
-
"module": "src/
|
|
8146
|
+
"name": "AgTextRenderer",
|
|
8147
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8133
8148
|
}
|
|
8134
8149
|
},
|
|
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": "textRendererStyles",
|
|
8153
8153
|
"declaration": {
|
|
8154
|
-
"name": "
|
|
8155
|
-
"
|
|
8154
|
+
"name": "textRendererStyles",
|
|
8155
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8156
8156
|
}
|
|
8157
8157
|
},
|
|
8158
8158
|
{
|
|
8159
8159
|
"kind": "js",
|
|
8160
|
-
"name": "
|
|
8160
|
+
"name": "getTextRendererTemplate",
|
|
8161
8161
|
"declaration": {
|
|
8162
|
-
"name": "
|
|
8163
|
-
"
|
|
8162
|
+
"name": "getTextRendererTemplate",
|
|
8163
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8164
8164
|
}
|
|
8165
8165
|
},
|
|
8166
8166
|
{
|
|
8167
8167
|
"kind": "js",
|
|
8168
|
-
"name": "
|
|
8168
|
+
"name": "foundationAgTextRenderer",
|
|
8169
8169
|
"declaration": {
|
|
8170
|
-
"name": "
|
|
8171
|
-
"
|
|
8170
|
+
"name": "foundationAgTextRenderer",
|
|
8171
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8172
8172
|
}
|
|
8173
8173
|
}
|
|
8174
8174
|
]
|
|
@@ -24705,60 +24705,6 @@
|
|
|
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
|
-
},
|
|
24762
24708
|
{
|
|
24763
24709
|
"kind": "javascript-module",
|
|
24764
24710
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -24852,6 +24798,60 @@
|
|
|
24852
24798
|
}
|
|
24853
24799
|
}
|
|
24854
24800
|
]
|
|
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
|
}
|