@genesislcap/grid-pro 15.25.0 → 15.25.1
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
|
@@ -5331,69 +5331,123 @@
|
|
|
5331
5331
|
},
|
|
5332
5332
|
{
|
|
5333
5333
|
"kind": "javascript-module",
|
|
5334
|
-
"path": "src/
|
|
5334
|
+
"path": "src/column/column.template.ts",
|
|
5335
|
+
"declarations": [
|
|
5336
|
+
{
|
|
5337
|
+
"kind": "variable",
|
|
5338
|
+
"name": "ColumnTemplate",
|
|
5339
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5340
|
+
"description": "The Grid Pro Column Template.",
|
|
5341
|
+
"privacy": "public"
|
|
5342
|
+
}
|
|
5343
|
+
],
|
|
5344
|
+
"exports": [
|
|
5345
|
+
{
|
|
5346
|
+
"kind": "js",
|
|
5347
|
+
"name": "ColumnTemplate",
|
|
5348
|
+
"declaration": {
|
|
5349
|
+
"name": "ColumnTemplate",
|
|
5350
|
+
"module": "src/column/column.template.ts"
|
|
5351
|
+
}
|
|
5352
|
+
}
|
|
5353
|
+
]
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"kind": "javascript-module",
|
|
5357
|
+
"path": "src/column/column.ts",
|
|
5335
5358
|
"declarations": [
|
|
5336
5359
|
{
|
|
5337
5360
|
"kind": "class",
|
|
5338
|
-
"description": "The
|
|
5339
|
-
"name": "
|
|
5361
|
+
"description": "The Grid Pro Column element.",
|
|
5362
|
+
"name": "GridProColumn",
|
|
5340
5363
|
"members": [
|
|
5341
5364
|
{
|
|
5342
5365
|
"kind": "field",
|
|
5343
|
-
"name": "
|
|
5366
|
+
"name": "slottedAgCell",
|
|
5344
5367
|
"type": {
|
|
5345
|
-
"text": "
|
|
5368
|
+
"text": "HTMLElement[]"
|
|
5346
5369
|
},
|
|
5347
5370
|
"privacy": "public"
|
|
5348
5371
|
},
|
|
5349
5372
|
{
|
|
5350
5373
|
"kind": "field",
|
|
5351
|
-
"name": "
|
|
5374
|
+
"name": "definition",
|
|
5352
5375
|
"type": {
|
|
5353
|
-
"text": "
|
|
5376
|
+
"text": "ColDef"
|
|
5354
5377
|
},
|
|
5355
|
-
"
|
|
5378
|
+
"default": "{}"
|
|
5356
5379
|
},
|
|
5357
5380
|
{
|
|
5358
5381
|
"kind": "method",
|
|
5359
|
-
"name": "
|
|
5360
|
-
"privacy": "public"
|
|
5361
|
-
"parameters": [
|
|
5362
|
-
{
|
|
5363
|
-
"name": "params",
|
|
5364
|
-
"type": {
|
|
5365
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5366
|
-
}
|
|
5367
|
-
}
|
|
5368
|
-
]
|
|
5382
|
+
"name": "slottedAgCellChanged",
|
|
5383
|
+
"privacy": "public"
|
|
5369
5384
|
},
|
|
5370
5385
|
{
|
|
5371
5386
|
"kind": "method",
|
|
5372
|
-
"name": "
|
|
5373
|
-
"privacy": "public",
|
|
5387
|
+
"name": "deepClone",
|
|
5374
5388
|
"return": {
|
|
5375
5389
|
"type": {
|
|
5376
|
-
"text": "
|
|
5390
|
+
"text": "Node"
|
|
5377
5391
|
}
|
|
5392
|
+
},
|
|
5393
|
+
"inheritedFrom": {
|
|
5394
|
+
"name": "LifecycleMixin",
|
|
5395
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5378
5396
|
}
|
|
5379
5397
|
},
|
|
5380
5398
|
{
|
|
5381
5399
|
"kind": "method",
|
|
5382
|
-
"name": "
|
|
5383
|
-
"
|
|
5400
|
+
"name": "cloneNode",
|
|
5401
|
+
"return": {
|
|
5402
|
+
"type": {
|
|
5403
|
+
"text": "Node"
|
|
5404
|
+
}
|
|
5405
|
+
},
|
|
5384
5406
|
"parameters": [
|
|
5385
5407
|
{
|
|
5386
|
-
"name": "
|
|
5408
|
+
"name": "deep",
|
|
5409
|
+
"optional": true,
|
|
5387
5410
|
"type": {
|
|
5388
|
-
"text": "
|
|
5411
|
+
"text": "boolean"
|
|
5389
5412
|
}
|
|
5390
5413
|
}
|
|
5391
|
-
]
|
|
5414
|
+
],
|
|
5415
|
+
"inheritedFrom": {
|
|
5416
|
+
"name": "LifecycleMixin",
|
|
5417
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5418
|
+
}
|
|
5419
|
+
},
|
|
5420
|
+
{
|
|
5421
|
+
"kind": "field",
|
|
5422
|
+
"name": "shouldRunDisconnect",
|
|
5423
|
+
"return": {
|
|
5424
|
+
"type": {
|
|
5425
|
+
"text": ""
|
|
5426
|
+
}
|
|
5427
|
+
},
|
|
5428
|
+
"readonly": true,
|
|
5429
|
+
"inheritedFrom": {
|
|
5430
|
+
"name": "LifecycleMixin",
|
|
5431
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
{
|
|
5435
|
+
"kind": "field",
|
|
5436
|
+
"name": "shouldRunConnect",
|
|
5437
|
+
"return": {
|
|
5438
|
+
"type": {
|
|
5439
|
+
"text": ""
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
"readonly": true,
|
|
5443
|
+
"inheritedFrom": {
|
|
5444
|
+
"name": "LifecycleMixin",
|
|
5445
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5446
|
+
}
|
|
5392
5447
|
},
|
|
5393
5448
|
{
|
|
5394
5449
|
"kind": "method",
|
|
5395
|
-
"name": "
|
|
5396
|
-
"privacy": "public",
|
|
5450
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5397
5451
|
"return": {
|
|
5398
5452
|
"type": {
|
|
5399
5453
|
"text": "boolean"
|
|
@@ -5401,19 +5455,16 @@
|
|
|
5401
5455
|
},
|
|
5402
5456
|
"parameters": [
|
|
5403
5457
|
{
|
|
5404
|
-
"name": "
|
|
5458
|
+
"name": "lifecycleType",
|
|
5459
|
+
"type": {
|
|
5460
|
+
"text": "Lifecycletype"
|
|
5461
|
+
}
|
|
5405
5462
|
}
|
|
5406
|
-
]
|
|
5407
|
-
|
|
5408
|
-
|
|
5409
|
-
|
|
5410
|
-
|
|
5411
|
-
"privacy": "public"
|
|
5412
|
-
},
|
|
5413
|
-
{
|
|
5414
|
-
"kind": "field",
|
|
5415
|
-
"name": "dataTestId",
|
|
5416
|
-
"readonly": true
|
|
5463
|
+
],
|
|
5464
|
+
"inheritedFrom": {
|
|
5465
|
+
"name": "LifecycleMixin",
|
|
5466
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5467
|
+
}
|
|
5417
5468
|
},
|
|
5418
5469
|
{
|
|
5419
5470
|
"kind": "field",
|
|
@@ -5527,82 +5578,92 @@
|
|
|
5527
5578
|
}
|
|
5528
5579
|
}
|
|
5529
5580
|
],
|
|
5581
|
+
"mixins": [
|
|
5582
|
+
{
|
|
5583
|
+
"name": "LifecycleMixin",
|
|
5584
|
+
"package": "@genesislcap/foundation-utils"
|
|
5585
|
+
}
|
|
5586
|
+
],
|
|
5530
5587
|
"superclass": {
|
|
5531
5588
|
"name": "FoundationElement",
|
|
5532
5589
|
"package": "@microsoft/fast-foundation"
|
|
5533
5590
|
},
|
|
5534
|
-
"tagName": "
|
|
5591
|
+
"tagName": "grid-pro-column",
|
|
5535
5592
|
"customElement": true
|
|
5536
|
-
},
|
|
5537
|
-
{
|
|
5538
|
-
"kind": "variable",
|
|
5539
|
-
"name": "actionHeightMultiplier",
|
|
5540
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5541
|
-
"privacy": "public"
|
|
5542
|
-
},
|
|
5543
|
-
{
|
|
5544
|
-
"kind": "variable",
|
|
5545
|
-
"name": "agActionRendererStyles",
|
|
5546
|
-
"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`",
|
|
5547
|
-
"description": "The AG Action Renderer Styles.",
|
|
5548
|
-
"privacy": "public"
|
|
5549
|
-
},
|
|
5550
|
-
{
|
|
5551
|
-
"kind": "variable",
|
|
5552
|
-
"name": "foundationGridProActionRenderer",
|
|
5553
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5554
|
-
"privacy": "public"
|
|
5555
5593
|
}
|
|
5556
5594
|
],
|
|
5557
5595
|
"exports": [
|
|
5558
5596
|
{
|
|
5559
5597
|
"kind": "js",
|
|
5560
|
-
"name": "
|
|
5598
|
+
"name": "GridProColumn",
|
|
5561
5599
|
"declaration": {
|
|
5562
|
-
"name": "
|
|
5563
|
-
"module": "src/
|
|
5600
|
+
"name": "GridProColumn",
|
|
5601
|
+
"module": "src/column/column.ts"
|
|
5564
5602
|
}
|
|
5565
5603
|
},
|
|
5604
|
+
{
|
|
5605
|
+
"kind": "custom-element-definition",
|
|
5606
|
+
"name": "grid-pro-column",
|
|
5607
|
+
"declaration": {
|
|
5608
|
+
"name": "GridProColumn",
|
|
5609
|
+
"module": "src/column/column.ts"
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
]
|
|
5613
|
+
},
|
|
5614
|
+
{
|
|
5615
|
+
"kind": "javascript-module",
|
|
5616
|
+
"path": "src/column/index.ts",
|
|
5617
|
+
"declarations": [],
|
|
5618
|
+
"exports": [
|
|
5566
5619
|
{
|
|
5567
5620
|
"kind": "js",
|
|
5568
|
-
"name": "
|
|
5621
|
+
"name": "*",
|
|
5569
5622
|
"declaration": {
|
|
5570
|
-
"name": "
|
|
5571
|
-
"
|
|
5623
|
+
"name": "*",
|
|
5624
|
+
"package": "./column.template"
|
|
5572
5625
|
}
|
|
5573
5626
|
},
|
|
5574
5627
|
{
|
|
5575
5628
|
"kind": "js",
|
|
5576
|
-
"name": "
|
|
5629
|
+
"name": "*",
|
|
5577
5630
|
"declaration": {
|
|
5578
|
-
"name": "
|
|
5579
|
-
"
|
|
5631
|
+
"name": "*",
|
|
5632
|
+
"package": "./column"
|
|
5580
5633
|
}
|
|
5581
5634
|
},
|
|
5582
5635
|
{
|
|
5583
5636
|
"kind": "js",
|
|
5584
|
-
"name": "
|
|
5637
|
+
"name": "*",
|
|
5585
5638
|
"declaration": {
|
|
5586
|
-
"name": "
|
|
5587
|
-
"
|
|
5639
|
+
"name": "*",
|
|
5640
|
+
"package": "./utils"
|
|
5588
5641
|
}
|
|
5589
5642
|
}
|
|
5590
5643
|
]
|
|
5591
5644
|
},
|
|
5592
5645
|
{
|
|
5593
5646
|
"kind": "javascript-module",
|
|
5594
|
-
"path": "src/cell-renderers/
|
|
5647
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5595
5648
|
"declarations": [
|
|
5596
5649
|
{
|
|
5597
5650
|
"kind": "class",
|
|
5598
|
-
"description": "The
|
|
5599
|
-
"name": "
|
|
5651
|
+
"description": "The AG Action Renderer element.",
|
|
5652
|
+
"name": "ActionRenderer",
|
|
5600
5653
|
"members": [
|
|
5601
5654
|
{
|
|
5602
5655
|
"kind": "field",
|
|
5603
5656
|
"name": "params",
|
|
5604
5657
|
"type": {
|
|
5605
|
-
"text": "ICellRendererParams"
|
|
5658
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5659
|
+
},
|
|
5660
|
+
"privacy": "public"
|
|
5661
|
+
},
|
|
5662
|
+
{
|
|
5663
|
+
"kind": "field",
|
|
5664
|
+
"name": "pendingAction",
|
|
5665
|
+
"type": {
|
|
5666
|
+
"text": "boolean"
|
|
5606
5667
|
},
|
|
5607
5668
|
"privacy": "public"
|
|
5608
5669
|
},
|
|
@@ -5614,7 +5675,7 @@
|
|
|
5614
5675
|
{
|
|
5615
5676
|
"name": "params",
|
|
5616
5677
|
"type": {
|
|
5617
|
-
"text": "ICellRendererParams"
|
|
5678
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5618
5679
|
}
|
|
5619
5680
|
}
|
|
5620
5681
|
]
|
|
@@ -5642,6 +5703,31 @@
|
|
|
5642
5703
|
}
|
|
5643
5704
|
]
|
|
5644
5705
|
},
|
|
5706
|
+
{
|
|
5707
|
+
"kind": "method",
|
|
5708
|
+
"name": "isDisabled",
|
|
5709
|
+
"privacy": "public",
|
|
5710
|
+
"return": {
|
|
5711
|
+
"type": {
|
|
5712
|
+
"text": "boolean"
|
|
5713
|
+
}
|
|
5714
|
+
},
|
|
5715
|
+
"parameters": [
|
|
5716
|
+
{
|
|
5717
|
+
"name": "data"
|
|
5718
|
+
}
|
|
5719
|
+
]
|
|
5720
|
+
},
|
|
5721
|
+
{
|
|
5722
|
+
"kind": "method",
|
|
5723
|
+
"name": "clickHandler",
|
|
5724
|
+
"privacy": "public"
|
|
5725
|
+
},
|
|
5726
|
+
{
|
|
5727
|
+
"kind": "field",
|
|
5728
|
+
"name": "dataTestId",
|
|
5729
|
+
"readonly": true
|
|
5730
|
+
},
|
|
5645
5731
|
{
|
|
5646
5732
|
"kind": "field",
|
|
5647
5733
|
"name": "_presentation",
|
|
@@ -5758,26 +5844,253 @@
|
|
|
5758
5844
|
"name": "FoundationElement",
|
|
5759
5845
|
"package": "@microsoft/fast-foundation"
|
|
5760
5846
|
},
|
|
5761
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5847
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5762
5848
|
"customElement": true
|
|
5763
5849
|
},
|
|
5764
5850
|
{
|
|
5765
5851
|
"kind": "variable",
|
|
5766
|
-
"name": "
|
|
5767
|
-
"description": "
|
|
5852
|
+
"name": "actionHeightMultiplier",
|
|
5853
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5768
5854
|
"privacy": "public"
|
|
5769
5855
|
},
|
|
5770
5856
|
{
|
|
5771
|
-
"kind": "
|
|
5772
|
-
"name": "
|
|
5773
|
-
"
|
|
5774
|
-
|
|
5775
|
-
|
|
5776
|
-
|
|
5777
|
-
|
|
5778
|
-
"
|
|
5779
|
-
|
|
5780
|
-
|
|
5857
|
+
"kind": "variable",
|
|
5858
|
+
"name": "agActionRendererStyles",
|
|
5859
|
+
"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`",
|
|
5860
|
+
"description": "The AG Action Renderer Styles.",
|
|
5861
|
+
"privacy": "public"
|
|
5862
|
+
},
|
|
5863
|
+
{
|
|
5864
|
+
"kind": "variable",
|
|
5865
|
+
"name": "foundationGridProActionRenderer",
|
|
5866
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5867
|
+
"privacy": "public"
|
|
5868
|
+
}
|
|
5869
|
+
],
|
|
5870
|
+
"exports": [
|
|
5871
|
+
{
|
|
5872
|
+
"kind": "js",
|
|
5873
|
+
"name": "ActionRenderer",
|
|
5874
|
+
"declaration": {
|
|
5875
|
+
"name": "ActionRenderer",
|
|
5876
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5877
|
+
}
|
|
5878
|
+
},
|
|
5879
|
+
{
|
|
5880
|
+
"kind": "js",
|
|
5881
|
+
"name": "actionHeightMultiplier",
|
|
5882
|
+
"declaration": {
|
|
5883
|
+
"name": "actionHeightMultiplier",
|
|
5884
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5885
|
+
}
|
|
5886
|
+
},
|
|
5887
|
+
{
|
|
5888
|
+
"kind": "js",
|
|
5889
|
+
"name": "agActionRendererStyles",
|
|
5890
|
+
"declaration": {
|
|
5891
|
+
"name": "agActionRendererStyles",
|
|
5892
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5893
|
+
}
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"kind": "js",
|
|
5897
|
+
"name": "foundationGridProActionRenderer",
|
|
5898
|
+
"declaration": {
|
|
5899
|
+
"name": "foundationGridProActionRenderer",
|
|
5900
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5901
|
+
}
|
|
5902
|
+
}
|
|
5903
|
+
]
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"kind": "javascript-module",
|
|
5907
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5908
|
+
"declarations": [
|
|
5909
|
+
{
|
|
5910
|
+
"kind": "class",
|
|
5911
|
+
"description": "The Actions Menu Renderer element.",
|
|
5912
|
+
"name": "ActionsMenuRenderer",
|
|
5913
|
+
"members": [
|
|
5914
|
+
{
|
|
5915
|
+
"kind": "field",
|
|
5916
|
+
"name": "params",
|
|
5917
|
+
"type": {
|
|
5918
|
+
"text": "ICellRendererParams"
|
|
5919
|
+
},
|
|
5920
|
+
"privacy": "public"
|
|
5921
|
+
},
|
|
5922
|
+
{
|
|
5923
|
+
"kind": "method",
|
|
5924
|
+
"name": "init",
|
|
5925
|
+
"privacy": "public",
|
|
5926
|
+
"parameters": [
|
|
5927
|
+
{
|
|
5928
|
+
"name": "params",
|
|
5929
|
+
"type": {
|
|
5930
|
+
"text": "ICellRendererParams"
|
|
5931
|
+
}
|
|
5932
|
+
}
|
|
5933
|
+
]
|
|
5934
|
+
},
|
|
5935
|
+
{
|
|
5936
|
+
"kind": "method",
|
|
5937
|
+
"name": "getGui",
|
|
5938
|
+
"privacy": "public",
|
|
5939
|
+
"return": {
|
|
5940
|
+
"type": {
|
|
5941
|
+
"text": "HTMLElement"
|
|
5942
|
+
}
|
|
5943
|
+
}
|
|
5944
|
+
},
|
|
5945
|
+
{
|
|
5946
|
+
"kind": "method",
|
|
5947
|
+
"name": "refresh",
|
|
5948
|
+
"privacy": "public",
|
|
5949
|
+
"parameters": [
|
|
5950
|
+
{
|
|
5951
|
+
"name": "params",
|
|
5952
|
+
"type": {
|
|
5953
|
+
"text": "ICellRendererParams"
|
|
5954
|
+
}
|
|
5955
|
+
}
|
|
5956
|
+
]
|
|
5957
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"kind": "field",
|
|
5960
|
+
"name": "_presentation",
|
|
5961
|
+
"type": {
|
|
5962
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5963
|
+
},
|
|
5964
|
+
"privacy": "private",
|
|
5965
|
+
"default": "void 0",
|
|
5966
|
+
"inheritedFrom": {
|
|
5967
|
+
"name": "FoundationElement",
|
|
5968
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5969
|
+
}
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "field",
|
|
5973
|
+
"name": "$presentation",
|
|
5974
|
+
"type": {
|
|
5975
|
+
"text": "ComponentPresentation | null"
|
|
5976
|
+
},
|
|
5977
|
+
"privacy": "public",
|
|
5978
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5979
|
+
"inheritedFrom": {
|
|
5980
|
+
"name": "FoundationElement",
|
|
5981
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5982
|
+
}
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"kind": "field",
|
|
5986
|
+
"name": "template",
|
|
5987
|
+
"type": {
|
|
5988
|
+
"text": "ElementViewTemplate | void | null"
|
|
5989
|
+
},
|
|
5990
|
+
"privacy": "public",
|
|
5991
|
+
"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.",
|
|
5992
|
+
"inheritedFrom": {
|
|
5993
|
+
"name": "FoundationElement",
|
|
5994
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5995
|
+
}
|
|
5996
|
+
},
|
|
5997
|
+
{
|
|
5998
|
+
"kind": "method",
|
|
5999
|
+
"name": "templateChanged",
|
|
6000
|
+
"privacy": "protected",
|
|
6001
|
+
"return": {
|
|
6002
|
+
"type": {
|
|
6003
|
+
"text": "void"
|
|
6004
|
+
}
|
|
6005
|
+
},
|
|
6006
|
+
"inheritedFrom": {
|
|
6007
|
+
"name": "FoundationElement",
|
|
6008
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6009
|
+
}
|
|
6010
|
+
},
|
|
6011
|
+
{
|
|
6012
|
+
"kind": "field",
|
|
6013
|
+
"name": "styles",
|
|
6014
|
+
"type": {
|
|
6015
|
+
"text": "ElementStyles | void | null"
|
|
6016
|
+
},
|
|
6017
|
+
"privacy": "public",
|
|
6018
|
+
"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.",
|
|
6019
|
+
"inheritedFrom": {
|
|
6020
|
+
"name": "FoundationElement",
|
|
6021
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6022
|
+
}
|
|
6023
|
+
},
|
|
6024
|
+
{
|
|
6025
|
+
"kind": "method",
|
|
6026
|
+
"name": "stylesChanged",
|
|
6027
|
+
"privacy": "protected",
|
|
6028
|
+
"return": {
|
|
6029
|
+
"type": {
|
|
6030
|
+
"text": "void"
|
|
6031
|
+
}
|
|
6032
|
+
},
|
|
6033
|
+
"inheritedFrom": {
|
|
6034
|
+
"name": "FoundationElement",
|
|
6035
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6036
|
+
}
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"kind": "method",
|
|
6040
|
+
"name": "compose",
|
|
6041
|
+
"privacy": "public",
|
|
6042
|
+
"static": true,
|
|
6043
|
+
"return": {
|
|
6044
|
+
"type": {
|
|
6045
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6046
|
+
}
|
|
6047
|
+
},
|
|
6048
|
+
"parameters": [
|
|
6049
|
+
{
|
|
6050
|
+
"name": "this",
|
|
6051
|
+
"type": {
|
|
6052
|
+
"text": "K"
|
|
6053
|
+
}
|
|
6054
|
+
},
|
|
6055
|
+
{
|
|
6056
|
+
"name": "elementDefinition",
|
|
6057
|
+
"type": {
|
|
6058
|
+
"text": "T"
|
|
6059
|
+
},
|
|
6060
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6061
|
+
}
|
|
6062
|
+
],
|
|
6063
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6064
|
+
"inheritedFrom": {
|
|
6065
|
+
"name": "FoundationElement",
|
|
6066
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6067
|
+
}
|
|
6068
|
+
}
|
|
6069
|
+
],
|
|
6070
|
+
"superclass": {
|
|
6071
|
+
"name": "FoundationElement",
|
|
6072
|
+
"package": "@microsoft/fast-foundation"
|
|
6073
|
+
},
|
|
6074
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6075
|
+
"customElement": true
|
|
6076
|
+
},
|
|
6077
|
+
{
|
|
6078
|
+
"kind": "variable",
|
|
6079
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6080
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6081
|
+
"privacy": "public"
|
|
6082
|
+
},
|
|
6083
|
+
{
|
|
6084
|
+
"kind": "function",
|
|
6085
|
+
"name": "getActionsMenuDef",
|
|
6086
|
+
"return": {
|
|
6087
|
+
"type": {
|
|
6088
|
+
"text": ""
|
|
6089
|
+
}
|
|
6090
|
+
},
|
|
6091
|
+
"parameters": [
|
|
6092
|
+
{
|
|
6093
|
+
"name": "actions",
|
|
5781
6094
|
"type": {
|
|
5782
6095
|
"text": "ActionMenuItem[]"
|
|
5783
6096
|
},
|
|
@@ -7559,374 +7872,54 @@
|
|
|
7559
7872
|
}
|
|
7560
7873
|
],
|
|
7561
7874
|
"inheritedFrom": {
|
|
7562
|
-
"name": "AgTextFieldRenderer",
|
|
7563
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7564
|
-
}
|
|
7565
|
-
},
|
|
7566
|
-
{
|
|
7567
|
-
"kind": "method",
|
|
7568
|
-
"name": "getGui",
|
|
7569
|
-
"privacy": "public",
|
|
7570
|
-
"return": {
|
|
7571
|
-
"type": {
|
|
7572
|
-
"text": "HTMLElement"
|
|
7573
|
-
}
|
|
7574
|
-
},
|
|
7575
|
-
"inheritedFrom": {
|
|
7576
|
-
"name": "AgTextFieldRenderer",
|
|
7577
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7578
|
-
}
|
|
7579
|
-
},
|
|
7580
|
-
{
|
|
7581
|
-
"kind": "method",
|
|
7582
|
-
"name": "destroy",
|
|
7583
|
-
"privacy": "public",
|
|
7584
|
-
"inheritedFrom": {
|
|
7585
|
-
"name": "AgTextFieldRenderer",
|
|
7586
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7587
|
-
}
|
|
7588
|
-
},
|
|
7589
|
-
{
|
|
7590
|
-
"kind": "method",
|
|
7591
|
-
"name": "refresh",
|
|
7592
|
-
"privacy": "public",
|
|
7593
|
-
"parameters": [
|
|
7594
|
-
{
|
|
7595
|
-
"name": "params",
|
|
7596
|
-
"type": {
|
|
7597
|
-
"text": "FuiCellRendererParams"
|
|
7598
|
-
}
|
|
7599
|
-
}
|
|
7600
|
-
],
|
|
7601
|
-
"inheritedFrom": {
|
|
7602
|
-
"name": "AgTextFieldRenderer",
|
|
7603
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7604
|
-
}
|
|
7605
|
-
},
|
|
7606
|
-
{
|
|
7607
|
-
"kind": "method",
|
|
7608
|
-
"name": "isDisabled",
|
|
7609
|
-
"privacy": "public",
|
|
7610
|
-
"return": {
|
|
7611
|
-
"type": {
|
|
7612
|
-
"text": "boolean"
|
|
7613
|
-
}
|
|
7614
|
-
},
|
|
7615
|
-
"parameters": [
|
|
7616
|
-
{
|
|
7617
|
-
"name": "data"
|
|
7618
|
-
}
|
|
7619
|
-
],
|
|
7620
|
-
"inheritedFrom": {
|
|
7621
|
-
"name": "AgTextFieldRenderer",
|
|
7622
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7623
|
-
}
|
|
7624
|
-
},
|
|
7625
|
-
{
|
|
7626
|
-
"kind": "field",
|
|
7627
|
-
"name": "textChanged",
|
|
7628
|
-
"privacy": "public",
|
|
7629
|
-
"description": "On text change handler",
|
|
7630
|
-
"parameters": [
|
|
7631
|
-
{
|
|
7632
|
-
"description": "CustomEvent",
|
|
7633
|
-
"name": "e"
|
|
7634
|
-
}
|
|
7635
|
-
],
|
|
7636
|
-
"inheritedFrom": {
|
|
7637
|
-
"name": "AgTextFieldRenderer",
|
|
7638
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7639
|
-
}
|
|
7640
|
-
},
|
|
7641
|
-
{
|
|
7642
|
-
"kind": "field",
|
|
7643
|
-
"name": "_presentation",
|
|
7644
|
-
"type": {
|
|
7645
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7646
|
-
},
|
|
7647
|
-
"privacy": "private",
|
|
7648
|
-
"default": "void 0",
|
|
7649
|
-
"inheritedFrom": {
|
|
7650
|
-
"name": "FoundationElement",
|
|
7651
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7652
|
-
}
|
|
7653
|
-
},
|
|
7654
|
-
{
|
|
7655
|
-
"kind": "field",
|
|
7656
|
-
"name": "$presentation",
|
|
7657
|
-
"type": {
|
|
7658
|
-
"text": "ComponentPresentation | null"
|
|
7659
|
-
},
|
|
7660
|
-
"privacy": "public",
|
|
7661
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7662
|
-
"inheritedFrom": {
|
|
7663
|
-
"name": "FoundationElement",
|
|
7664
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7665
|
-
}
|
|
7666
|
-
},
|
|
7667
|
-
{
|
|
7668
|
-
"kind": "field",
|
|
7669
|
-
"name": "template",
|
|
7670
|
-
"type": {
|
|
7671
|
-
"text": "ElementViewTemplate | void | null"
|
|
7672
|
-
},
|
|
7673
|
-
"privacy": "public",
|
|
7674
|
-
"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.",
|
|
7675
|
-
"inheritedFrom": {
|
|
7676
|
-
"name": "FoundationElement",
|
|
7677
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7678
|
-
}
|
|
7679
|
-
},
|
|
7680
|
-
{
|
|
7681
|
-
"kind": "method",
|
|
7682
|
-
"name": "templateChanged",
|
|
7683
|
-
"privacy": "protected",
|
|
7684
|
-
"return": {
|
|
7685
|
-
"type": {
|
|
7686
|
-
"text": "void"
|
|
7687
|
-
}
|
|
7688
|
-
},
|
|
7689
|
-
"inheritedFrom": {
|
|
7690
|
-
"name": "FoundationElement",
|
|
7691
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7692
|
-
}
|
|
7693
|
-
},
|
|
7694
|
-
{
|
|
7695
|
-
"kind": "field",
|
|
7696
|
-
"name": "styles",
|
|
7697
|
-
"type": {
|
|
7698
|
-
"text": "ElementStyles | void | null"
|
|
7699
|
-
},
|
|
7700
|
-
"privacy": "public",
|
|
7701
|
-
"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.",
|
|
7702
|
-
"inheritedFrom": {
|
|
7703
|
-
"name": "FoundationElement",
|
|
7704
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7705
|
-
}
|
|
7706
|
-
},
|
|
7707
|
-
{
|
|
7708
|
-
"kind": "method",
|
|
7709
|
-
"name": "stylesChanged",
|
|
7710
|
-
"privacy": "protected",
|
|
7711
|
-
"return": {
|
|
7712
|
-
"type": {
|
|
7713
|
-
"text": "void"
|
|
7714
|
-
}
|
|
7715
|
-
},
|
|
7716
|
-
"inheritedFrom": {
|
|
7717
|
-
"name": "FoundationElement",
|
|
7718
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7719
|
-
}
|
|
7720
|
-
},
|
|
7721
|
-
{
|
|
7722
|
-
"kind": "method",
|
|
7723
|
-
"name": "compose",
|
|
7724
|
-
"privacy": "public",
|
|
7725
|
-
"static": true,
|
|
7726
|
-
"return": {
|
|
7727
|
-
"type": {
|
|
7728
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7729
|
-
}
|
|
7730
|
-
},
|
|
7731
|
-
"parameters": [
|
|
7732
|
-
{
|
|
7733
|
-
"name": "this",
|
|
7734
|
-
"type": {
|
|
7735
|
-
"text": "K"
|
|
7736
|
-
}
|
|
7737
|
-
},
|
|
7738
|
-
{
|
|
7739
|
-
"name": "elementDefinition",
|
|
7740
|
-
"type": {
|
|
7741
|
-
"text": "T"
|
|
7742
|
-
},
|
|
7743
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7744
|
-
}
|
|
7745
|
-
],
|
|
7746
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7747
|
-
"inheritedFrom": {
|
|
7748
|
-
"name": "FoundationElement",
|
|
7749
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7750
|
-
}
|
|
7751
|
-
}
|
|
7752
|
-
]
|
|
7753
|
-
},
|
|
7754
|
-
{
|
|
7755
|
-
"kind": "variable",
|
|
7756
|
-
"name": "textRendererStyles",
|
|
7757
|
-
"default": "textFieldRendererStyles",
|
|
7758
|
-
"privacy": "public",
|
|
7759
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7760
|
-
},
|
|
7761
|
-
{
|
|
7762
|
-
"kind": "variable",
|
|
7763
|
-
"name": "getTextRendererTemplate",
|
|
7764
|
-
"default": "getTextFieldRendererTemplate",
|
|
7765
|
-
"privacy": "public",
|
|
7766
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7767
|
-
},
|
|
7768
|
-
{
|
|
7769
|
-
"kind": "variable",
|
|
7770
|
-
"name": "foundationAgTextRenderer",
|
|
7771
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7772
|
-
"privacy": "public",
|
|
7773
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7774
|
-
}
|
|
7775
|
-
],
|
|
7776
|
-
"exports": [
|
|
7777
|
-
{
|
|
7778
|
-
"kind": "js",
|
|
7779
|
-
"name": "AgTextRenderer",
|
|
7780
|
-
"declaration": {
|
|
7781
|
-
"name": "AgTextRenderer",
|
|
7782
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7783
|
-
}
|
|
7784
|
-
},
|
|
7785
|
-
{
|
|
7786
|
-
"kind": "js",
|
|
7787
|
-
"name": "textRendererStyles",
|
|
7788
|
-
"declaration": {
|
|
7789
|
-
"name": "textRendererStyles",
|
|
7790
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7791
|
-
}
|
|
7792
|
-
},
|
|
7793
|
-
{
|
|
7794
|
-
"kind": "js",
|
|
7795
|
-
"name": "getTextRendererTemplate",
|
|
7796
|
-
"declaration": {
|
|
7797
|
-
"name": "getTextRendererTemplate",
|
|
7798
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7799
|
-
}
|
|
7800
|
-
},
|
|
7801
|
-
{
|
|
7802
|
-
"kind": "js",
|
|
7803
|
-
"name": "foundationAgTextRenderer",
|
|
7804
|
-
"declaration": {
|
|
7805
|
-
"name": "foundationAgTextRenderer",
|
|
7806
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7807
|
-
}
|
|
7808
|
-
}
|
|
7809
|
-
]
|
|
7810
|
-
},
|
|
7811
|
-
{
|
|
7812
|
-
"kind": "javascript-module",
|
|
7813
|
-
"path": "src/column/column.template.ts",
|
|
7814
|
-
"declarations": [
|
|
7815
|
-
{
|
|
7816
|
-
"kind": "variable",
|
|
7817
|
-
"name": "ColumnTemplate",
|
|
7818
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7819
|
-
"description": "The Grid Pro Column Template.",
|
|
7820
|
-
"privacy": "public"
|
|
7821
|
-
}
|
|
7822
|
-
],
|
|
7823
|
-
"exports": [
|
|
7824
|
-
{
|
|
7825
|
-
"kind": "js",
|
|
7826
|
-
"name": "ColumnTemplate",
|
|
7827
|
-
"declaration": {
|
|
7828
|
-
"name": "ColumnTemplate",
|
|
7829
|
-
"module": "src/column/column.template.ts"
|
|
7830
|
-
}
|
|
7831
|
-
}
|
|
7832
|
-
]
|
|
7833
|
-
},
|
|
7834
|
-
{
|
|
7835
|
-
"kind": "javascript-module",
|
|
7836
|
-
"path": "src/column/column.ts",
|
|
7837
|
-
"declarations": [
|
|
7838
|
-
{
|
|
7839
|
-
"kind": "class",
|
|
7840
|
-
"description": "The Grid Pro Column element.",
|
|
7841
|
-
"name": "GridProColumn",
|
|
7842
|
-
"members": [
|
|
7843
|
-
{
|
|
7844
|
-
"kind": "field",
|
|
7845
|
-
"name": "slottedAgCell",
|
|
7846
|
-
"type": {
|
|
7847
|
-
"text": "HTMLElement[]"
|
|
7848
|
-
},
|
|
7849
|
-
"privacy": "public"
|
|
7850
|
-
},
|
|
7851
|
-
{
|
|
7852
|
-
"kind": "field",
|
|
7853
|
-
"name": "definition",
|
|
7854
|
-
"type": {
|
|
7855
|
-
"text": "ColDef"
|
|
7856
|
-
},
|
|
7857
|
-
"default": "{}"
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
"kind": "method",
|
|
7861
|
-
"name": "slottedAgCellChanged",
|
|
7862
|
-
"privacy": "public"
|
|
7863
|
-
},
|
|
7864
|
-
{
|
|
7865
|
-
"kind": "method",
|
|
7866
|
-
"name": "deepClone",
|
|
7867
|
-
"return": {
|
|
7868
|
-
"type": {
|
|
7869
|
-
"text": "Node"
|
|
7870
|
-
}
|
|
7871
|
-
},
|
|
7872
|
-
"inheritedFrom": {
|
|
7873
|
-
"name": "LifecycleMixin",
|
|
7874
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7875
|
-
}
|
|
7876
|
-
},
|
|
7877
|
-
{
|
|
7878
|
-
"kind": "method",
|
|
7879
|
-
"name": "cloneNode",
|
|
7880
|
-
"return": {
|
|
7881
|
-
"type": {
|
|
7882
|
-
"text": "Node"
|
|
7883
|
-
}
|
|
7884
|
-
},
|
|
7885
|
-
"parameters": [
|
|
7886
|
-
{
|
|
7887
|
-
"name": "deep",
|
|
7888
|
-
"optional": true,
|
|
7889
|
-
"type": {
|
|
7890
|
-
"text": "boolean"
|
|
7891
|
-
}
|
|
7892
|
-
}
|
|
7893
|
-
],
|
|
7894
|
-
"inheritedFrom": {
|
|
7895
|
-
"name": "LifecycleMixin",
|
|
7896
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7875
|
+
"name": "AgTextFieldRenderer",
|
|
7876
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7897
7877
|
}
|
|
7898
7878
|
},
|
|
7899
7879
|
{
|
|
7900
|
-
"kind": "
|
|
7901
|
-
"name": "
|
|
7880
|
+
"kind": "method",
|
|
7881
|
+
"name": "getGui",
|
|
7882
|
+
"privacy": "public",
|
|
7902
7883
|
"return": {
|
|
7903
7884
|
"type": {
|
|
7904
|
-
"text": ""
|
|
7885
|
+
"text": "HTMLElement"
|
|
7905
7886
|
}
|
|
7906
7887
|
},
|
|
7907
|
-
"readonly": true,
|
|
7908
7888
|
"inheritedFrom": {
|
|
7909
|
-
"name": "
|
|
7910
|
-
"module": "src/
|
|
7889
|
+
"name": "AgTextFieldRenderer",
|
|
7890
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7911
7891
|
}
|
|
7912
7892
|
},
|
|
7913
7893
|
{
|
|
7914
|
-
"kind": "
|
|
7915
|
-
"name": "
|
|
7916
|
-
"
|
|
7917
|
-
|
|
7918
|
-
|
|
7894
|
+
"kind": "method",
|
|
7895
|
+
"name": "destroy",
|
|
7896
|
+
"privacy": "public",
|
|
7897
|
+
"inheritedFrom": {
|
|
7898
|
+
"name": "AgTextFieldRenderer",
|
|
7899
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7902
|
+
{
|
|
7903
|
+
"kind": "method",
|
|
7904
|
+
"name": "refresh",
|
|
7905
|
+
"privacy": "public",
|
|
7906
|
+
"parameters": [
|
|
7907
|
+
{
|
|
7908
|
+
"name": "params",
|
|
7909
|
+
"type": {
|
|
7910
|
+
"text": "FuiCellRendererParams"
|
|
7911
|
+
}
|
|
7919
7912
|
}
|
|
7920
|
-
|
|
7921
|
-
"readonly": true,
|
|
7913
|
+
],
|
|
7922
7914
|
"inheritedFrom": {
|
|
7923
|
-
"name": "
|
|
7924
|
-
"module": "src/
|
|
7915
|
+
"name": "AgTextFieldRenderer",
|
|
7916
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7925
7917
|
}
|
|
7926
7918
|
},
|
|
7927
7919
|
{
|
|
7928
7920
|
"kind": "method",
|
|
7929
|
-
"name": "
|
|
7921
|
+
"name": "isDisabled",
|
|
7922
|
+
"privacy": "public",
|
|
7930
7923
|
"return": {
|
|
7931
7924
|
"type": {
|
|
7932
7925
|
"text": "boolean"
|
|
@@ -7934,15 +7927,28 @@
|
|
|
7934
7927
|
},
|
|
7935
7928
|
"parameters": [
|
|
7936
7929
|
{
|
|
7937
|
-
"name": "
|
|
7938
|
-
"type": {
|
|
7939
|
-
"text": "Lifecycletype"
|
|
7940
|
-
}
|
|
7930
|
+
"name": "data"
|
|
7941
7931
|
}
|
|
7942
7932
|
],
|
|
7943
7933
|
"inheritedFrom": {
|
|
7944
|
-
"name": "
|
|
7945
|
-
"module": "src/
|
|
7934
|
+
"name": "AgTextFieldRenderer",
|
|
7935
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7936
|
+
}
|
|
7937
|
+
},
|
|
7938
|
+
{
|
|
7939
|
+
"kind": "field",
|
|
7940
|
+
"name": "textChanged",
|
|
7941
|
+
"privacy": "public",
|
|
7942
|
+
"description": "On text change handler",
|
|
7943
|
+
"parameters": [
|
|
7944
|
+
{
|
|
7945
|
+
"description": "CustomEvent",
|
|
7946
|
+
"name": "e"
|
|
7947
|
+
}
|
|
7948
|
+
],
|
|
7949
|
+
"inheritedFrom": {
|
|
7950
|
+
"name": "AgTextFieldRenderer",
|
|
7951
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7946
7952
|
}
|
|
7947
7953
|
},
|
|
7948
7954
|
{
|
|
@@ -8056,67 +8062,61 @@
|
|
|
8056
8062
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8057
8063
|
}
|
|
8058
8064
|
}
|
|
8059
|
-
]
|
|
8060
|
-
|
|
8061
|
-
|
|
8062
|
-
|
|
8063
|
-
|
|
8064
|
-
|
|
8065
|
-
|
|
8066
|
-
"
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
"
|
|
8071
|
-
"
|
|
8065
|
+
]
|
|
8066
|
+
},
|
|
8067
|
+
{
|
|
8068
|
+
"kind": "variable",
|
|
8069
|
+
"name": "textRendererStyles",
|
|
8070
|
+
"default": "textFieldRendererStyles",
|
|
8071
|
+
"privacy": "public",
|
|
8072
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8073
|
+
},
|
|
8074
|
+
{
|
|
8075
|
+
"kind": "variable",
|
|
8076
|
+
"name": "getTextRendererTemplate",
|
|
8077
|
+
"default": "getTextFieldRendererTemplate",
|
|
8078
|
+
"privacy": "public",
|
|
8079
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8080
|
+
},
|
|
8081
|
+
{
|
|
8082
|
+
"kind": "variable",
|
|
8083
|
+
"name": "foundationAgTextRenderer",
|
|
8084
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8085
|
+
"privacy": "public",
|
|
8086
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8072
8087
|
}
|
|
8073
8088
|
],
|
|
8074
8089
|
"exports": [
|
|
8075
8090
|
{
|
|
8076
8091
|
"kind": "js",
|
|
8077
|
-
"name": "
|
|
8092
|
+
"name": "AgTextRenderer",
|
|
8078
8093
|
"declaration": {
|
|
8079
|
-
"name": "
|
|
8080
|
-
"module": "src/
|
|
8094
|
+
"name": "AgTextRenderer",
|
|
8095
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8081
8096
|
}
|
|
8082
8097
|
},
|
|
8083
|
-
{
|
|
8084
|
-
"kind": "custom-element-definition",
|
|
8085
|
-
"name": "grid-pro-column",
|
|
8086
|
-
"declaration": {
|
|
8087
|
-
"name": "GridProColumn",
|
|
8088
|
-
"module": "src/column/column.ts"
|
|
8089
|
-
}
|
|
8090
|
-
}
|
|
8091
|
-
]
|
|
8092
|
-
},
|
|
8093
|
-
{
|
|
8094
|
-
"kind": "javascript-module",
|
|
8095
|
-
"path": "src/column/index.ts",
|
|
8096
|
-
"declarations": [],
|
|
8097
|
-
"exports": [
|
|
8098
8098
|
{
|
|
8099
8099
|
"kind": "js",
|
|
8100
|
-
"name": "
|
|
8100
|
+
"name": "textRendererStyles",
|
|
8101
8101
|
"declaration": {
|
|
8102
|
-
"name": "
|
|
8103
|
-
"
|
|
8102
|
+
"name": "textRendererStyles",
|
|
8103
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8104
8104
|
}
|
|
8105
8105
|
},
|
|
8106
8106
|
{
|
|
8107
8107
|
"kind": "js",
|
|
8108
|
-
"name": "
|
|
8108
|
+
"name": "getTextRendererTemplate",
|
|
8109
8109
|
"declaration": {
|
|
8110
|
-
"name": "
|
|
8111
|
-
"
|
|
8110
|
+
"name": "getTextRendererTemplate",
|
|
8111
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8112
8112
|
}
|
|
8113
8113
|
},
|
|
8114
8114
|
{
|
|
8115
8115
|
"kind": "js",
|
|
8116
|
-
"name": "
|
|
8116
|
+
"name": "foundationAgTextRenderer",
|
|
8117
8117
|
"declaration": {
|
|
8118
|
-
"name": "
|
|
8119
|
-
"
|
|
8118
|
+
"name": "foundationAgTextRenderer",
|
|
8119
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8120
8120
|
}
|
|
8121
8121
|
}
|
|
8122
8122
|
]
|
|
@@ -23325,60 +23325,6 @@
|
|
|
23325
23325
|
}
|
|
23326
23326
|
]
|
|
23327
23327
|
},
|
|
23328
|
-
{
|
|
23329
|
-
"kind": "javascript-module",
|
|
23330
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
23331
|
-
"declarations": [
|
|
23332
|
-
{
|
|
23333
|
-
"kind": "function",
|
|
23334
|
-
"name": "setValueWithAccessor",
|
|
23335
|
-
"return": {
|
|
23336
|
-
"type": {
|
|
23337
|
-
"text": "string"
|
|
23338
|
-
}
|
|
23339
|
-
},
|
|
23340
|
-
"parameters": [
|
|
23341
|
-
{
|
|
23342
|
-
"name": "data",
|
|
23343
|
-
"type": {
|
|
23344
|
-
"text": "any"
|
|
23345
|
-
}
|
|
23346
|
-
},
|
|
23347
|
-
{
|
|
23348
|
-
"name": "accessor",
|
|
23349
|
-
"type": {
|
|
23350
|
-
"text": "string"
|
|
23351
|
-
}
|
|
23352
|
-
}
|
|
23353
|
-
]
|
|
23354
|
-
}
|
|
23355
|
-
],
|
|
23356
|
-
"exports": [
|
|
23357
|
-
{
|
|
23358
|
-
"kind": "js",
|
|
23359
|
-
"name": "setValueWithAccessor",
|
|
23360
|
-
"declaration": {
|
|
23361
|
-
"name": "setValueWithAccessor",
|
|
23362
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
23363
|
-
}
|
|
23364
|
-
}
|
|
23365
|
-
]
|
|
23366
|
-
},
|
|
23367
|
-
{
|
|
23368
|
-
"kind": "javascript-module",
|
|
23369
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
23370
|
-
"declarations": [],
|
|
23371
|
-
"exports": [
|
|
23372
|
-
{
|
|
23373
|
-
"kind": "js",
|
|
23374
|
-
"name": "*",
|
|
23375
|
-
"declaration": {
|
|
23376
|
-
"name": "*",
|
|
23377
|
-
"package": "./accessor"
|
|
23378
|
-
}
|
|
23379
|
-
}
|
|
23380
|
-
]
|
|
23381
|
-
},
|
|
23382
23328
|
{
|
|
23383
23329
|
"kind": "javascript-module",
|
|
23384
23330
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -23472,6 +23418,60 @@
|
|
|
23472
23418
|
}
|
|
23473
23419
|
}
|
|
23474
23420
|
]
|
|
23421
|
+
},
|
|
23422
|
+
{
|
|
23423
|
+
"kind": "javascript-module",
|
|
23424
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
23425
|
+
"declarations": [
|
|
23426
|
+
{
|
|
23427
|
+
"kind": "function",
|
|
23428
|
+
"name": "setValueWithAccessor",
|
|
23429
|
+
"return": {
|
|
23430
|
+
"type": {
|
|
23431
|
+
"text": "string"
|
|
23432
|
+
}
|
|
23433
|
+
},
|
|
23434
|
+
"parameters": [
|
|
23435
|
+
{
|
|
23436
|
+
"name": "data",
|
|
23437
|
+
"type": {
|
|
23438
|
+
"text": "any"
|
|
23439
|
+
}
|
|
23440
|
+
},
|
|
23441
|
+
{
|
|
23442
|
+
"name": "accessor",
|
|
23443
|
+
"type": {
|
|
23444
|
+
"text": "string"
|
|
23445
|
+
}
|
|
23446
|
+
}
|
|
23447
|
+
]
|
|
23448
|
+
}
|
|
23449
|
+
],
|
|
23450
|
+
"exports": [
|
|
23451
|
+
{
|
|
23452
|
+
"kind": "js",
|
|
23453
|
+
"name": "setValueWithAccessor",
|
|
23454
|
+
"declaration": {
|
|
23455
|
+
"name": "setValueWithAccessor",
|
|
23456
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
23457
|
+
}
|
|
23458
|
+
}
|
|
23459
|
+
]
|
|
23460
|
+
},
|
|
23461
|
+
{
|
|
23462
|
+
"kind": "javascript-module",
|
|
23463
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
23464
|
+
"declarations": [],
|
|
23465
|
+
"exports": [
|
|
23466
|
+
{
|
|
23467
|
+
"kind": "js",
|
|
23468
|
+
"name": "*",
|
|
23469
|
+
"declaration": {
|
|
23470
|
+
"name": "*",
|
|
23471
|
+
"package": "./accessor"
|
|
23472
|
+
}
|
|
23473
|
+
}
|
|
23474
|
+
]
|
|
23475
23475
|
}
|
|
23476
23476
|
]
|
|
23477
23477
|
}
|