@genesislcap/grid-pro 15.19.4 → 15.19.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -5314,69 +5314,123 @@
|
|
|
5314
5314
|
},
|
|
5315
5315
|
{
|
|
5316
5316
|
"kind": "javascript-module",
|
|
5317
|
-
"path": "src/
|
|
5317
|
+
"path": "src/column/column.template.ts",
|
|
5318
|
+
"declarations": [
|
|
5319
|
+
{
|
|
5320
|
+
"kind": "variable",
|
|
5321
|
+
"name": "ColumnTemplate",
|
|
5322
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5323
|
+
"description": "The Grid Pro Column Template.",
|
|
5324
|
+
"privacy": "public"
|
|
5325
|
+
}
|
|
5326
|
+
],
|
|
5327
|
+
"exports": [
|
|
5328
|
+
{
|
|
5329
|
+
"kind": "js",
|
|
5330
|
+
"name": "ColumnTemplate",
|
|
5331
|
+
"declaration": {
|
|
5332
|
+
"name": "ColumnTemplate",
|
|
5333
|
+
"module": "src/column/column.template.ts"
|
|
5334
|
+
}
|
|
5335
|
+
}
|
|
5336
|
+
]
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"kind": "javascript-module",
|
|
5340
|
+
"path": "src/column/column.ts",
|
|
5318
5341
|
"declarations": [
|
|
5319
5342
|
{
|
|
5320
5343
|
"kind": "class",
|
|
5321
|
-
"description": "The
|
|
5322
|
-
"name": "
|
|
5344
|
+
"description": "The Grid Pro Column element.",
|
|
5345
|
+
"name": "GridProColumn",
|
|
5323
5346
|
"members": [
|
|
5324
5347
|
{
|
|
5325
5348
|
"kind": "field",
|
|
5326
|
-
"name": "
|
|
5349
|
+
"name": "slottedAgCell",
|
|
5327
5350
|
"type": {
|
|
5328
|
-
"text": "
|
|
5351
|
+
"text": "HTMLElement[]"
|
|
5329
5352
|
},
|
|
5330
5353
|
"privacy": "public"
|
|
5331
5354
|
},
|
|
5332
5355
|
{
|
|
5333
5356
|
"kind": "field",
|
|
5334
|
-
"name": "
|
|
5357
|
+
"name": "definition",
|
|
5335
5358
|
"type": {
|
|
5336
|
-
"text": "
|
|
5359
|
+
"text": "ColDef"
|
|
5337
5360
|
},
|
|
5338
|
-
"
|
|
5361
|
+
"default": "{}"
|
|
5339
5362
|
},
|
|
5340
5363
|
{
|
|
5341
5364
|
"kind": "method",
|
|
5342
|
-
"name": "
|
|
5343
|
-
"privacy": "public"
|
|
5344
|
-
"parameters": [
|
|
5345
|
-
{
|
|
5346
|
-
"name": "params",
|
|
5347
|
-
"type": {
|
|
5348
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5349
|
-
}
|
|
5350
|
-
}
|
|
5351
|
-
]
|
|
5365
|
+
"name": "slottedAgCellChanged",
|
|
5366
|
+
"privacy": "public"
|
|
5352
5367
|
},
|
|
5353
5368
|
{
|
|
5354
5369
|
"kind": "method",
|
|
5355
|
-
"name": "
|
|
5356
|
-
"privacy": "public",
|
|
5370
|
+
"name": "deepClone",
|
|
5357
5371
|
"return": {
|
|
5358
5372
|
"type": {
|
|
5359
|
-
"text": "
|
|
5373
|
+
"text": "Node"
|
|
5360
5374
|
}
|
|
5375
|
+
},
|
|
5376
|
+
"inheritedFrom": {
|
|
5377
|
+
"name": "LifecycleMixin",
|
|
5378
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5361
5379
|
}
|
|
5362
5380
|
},
|
|
5363
5381
|
{
|
|
5364
5382
|
"kind": "method",
|
|
5365
|
-
"name": "
|
|
5366
|
-
"
|
|
5383
|
+
"name": "cloneNode",
|
|
5384
|
+
"return": {
|
|
5385
|
+
"type": {
|
|
5386
|
+
"text": "Node"
|
|
5387
|
+
}
|
|
5388
|
+
},
|
|
5367
5389
|
"parameters": [
|
|
5368
5390
|
{
|
|
5369
|
-
"name": "
|
|
5391
|
+
"name": "deep",
|
|
5392
|
+
"optional": true,
|
|
5370
5393
|
"type": {
|
|
5371
|
-
"text": "
|
|
5394
|
+
"text": "boolean"
|
|
5372
5395
|
}
|
|
5373
5396
|
}
|
|
5374
|
-
]
|
|
5397
|
+
],
|
|
5398
|
+
"inheritedFrom": {
|
|
5399
|
+
"name": "LifecycleMixin",
|
|
5400
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5401
|
+
}
|
|
5402
|
+
},
|
|
5403
|
+
{
|
|
5404
|
+
"kind": "field",
|
|
5405
|
+
"name": "shouldRunDisconnect",
|
|
5406
|
+
"return": {
|
|
5407
|
+
"type": {
|
|
5408
|
+
"text": ""
|
|
5409
|
+
}
|
|
5410
|
+
},
|
|
5411
|
+
"readonly": true,
|
|
5412
|
+
"inheritedFrom": {
|
|
5413
|
+
"name": "LifecycleMixin",
|
|
5414
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5415
|
+
}
|
|
5416
|
+
},
|
|
5417
|
+
{
|
|
5418
|
+
"kind": "field",
|
|
5419
|
+
"name": "shouldRunConnect",
|
|
5420
|
+
"return": {
|
|
5421
|
+
"type": {
|
|
5422
|
+
"text": ""
|
|
5423
|
+
}
|
|
5424
|
+
},
|
|
5425
|
+
"readonly": true,
|
|
5426
|
+
"inheritedFrom": {
|
|
5427
|
+
"name": "LifecycleMixin",
|
|
5428
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5429
|
+
}
|
|
5375
5430
|
},
|
|
5376
5431
|
{
|
|
5377
5432
|
"kind": "method",
|
|
5378
|
-
"name": "
|
|
5379
|
-
"privacy": "public",
|
|
5433
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5380
5434
|
"return": {
|
|
5381
5435
|
"type": {
|
|
5382
5436
|
"text": "boolean"
|
|
@@ -5384,19 +5438,16 @@
|
|
|
5384
5438
|
},
|
|
5385
5439
|
"parameters": [
|
|
5386
5440
|
{
|
|
5387
|
-
"name": "
|
|
5441
|
+
"name": "lifecycleType",
|
|
5442
|
+
"type": {
|
|
5443
|
+
"text": "Lifecycletype"
|
|
5444
|
+
}
|
|
5388
5445
|
}
|
|
5389
|
-
]
|
|
5390
|
-
|
|
5391
|
-
|
|
5392
|
-
|
|
5393
|
-
|
|
5394
|
-
"privacy": "public"
|
|
5395
|
-
},
|
|
5396
|
-
{
|
|
5397
|
-
"kind": "field",
|
|
5398
|
-
"name": "dataTestId",
|
|
5399
|
-
"readonly": true
|
|
5446
|
+
],
|
|
5447
|
+
"inheritedFrom": {
|
|
5448
|
+
"name": "LifecycleMixin",
|
|
5449
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5450
|
+
}
|
|
5400
5451
|
},
|
|
5401
5452
|
{
|
|
5402
5453
|
"kind": "field",
|
|
@@ -5510,82 +5561,92 @@
|
|
|
5510
5561
|
}
|
|
5511
5562
|
}
|
|
5512
5563
|
],
|
|
5564
|
+
"mixins": [
|
|
5565
|
+
{
|
|
5566
|
+
"name": "LifecycleMixin",
|
|
5567
|
+
"package": "@genesislcap/foundation-utils"
|
|
5568
|
+
}
|
|
5569
|
+
],
|
|
5513
5570
|
"superclass": {
|
|
5514
5571
|
"name": "FoundationElement",
|
|
5515
5572
|
"package": "@microsoft/fast-foundation"
|
|
5516
5573
|
},
|
|
5517
|
-
"tagName": "
|
|
5574
|
+
"tagName": "grid-pro-column",
|
|
5518
5575
|
"customElement": true
|
|
5519
|
-
},
|
|
5520
|
-
{
|
|
5521
|
-
"kind": "variable",
|
|
5522
|
-
"name": "actionHeightMultiplier",
|
|
5523
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5524
|
-
"privacy": "public"
|
|
5525
|
-
},
|
|
5526
|
-
{
|
|
5527
|
-
"kind": "variable",
|
|
5528
|
-
"name": "agActionRendererStyles",
|
|
5529
|
-
"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`",
|
|
5530
|
-
"description": "The AG Action Renderer Styles.",
|
|
5531
|
-
"privacy": "public"
|
|
5532
|
-
},
|
|
5533
|
-
{
|
|
5534
|
-
"kind": "variable",
|
|
5535
|
-
"name": "foundationGridProActionRenderer",
|
|
5536
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5537
|
-
"privacy": "public"
|
|
5538
5576
|
}
|
|
5539
5577
|
],
|
|
5540
5578
|
"exports": [
|
|
5541
5579
|
{
|
|
5542
5580
|
"kind": "js",
|
|
5543
|
-
"name": "
|
|
5581
|
+
"name": "GridProColumn",
|
|
5544
5582
|
"declaration": {
|
|
5545
|
-
"name": "
|
|
5546
|
-
"module": "src/
|
|
5583
|
+
"name": "GridProColumn",
|
|
5584
|
+
"module": "src/column/column.ts"
|
|
5547
5585
|
}
|
|
5548
5586
|
},
|
|
5587
|
+
{
|
|
5588
|
+
"kind": "custom-element-definition",
|
|
5589
|
+
"name": "grid-pro-column",
|
|
5590
|
+
"declaration": {
|
|
5591
|
+
"name": "GridProColumn",
|
|
5592
|
+
"module": "src/column/column.ts"
|
|
5593
|
+
}
|
|
5594
|
+
}
|
|
5595
|
+
]
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"kind": "javascript-module",
|
|
5599
|
+
"path": "src/column/index.ts",
|
|
5600
|
+
"declarations": [],
|
|
5601
|
+
"exports": [
|
|
5549
5602
|
{
|
|
5550
5603
|
"kind": "js",
|
|
5551
|
-
"name": "
|
|
5604
|
+
"name": "*",
|
|
5552
5605
|
"declaration": {
|
|
5553
|
-
"name": "
|
|
5554
|
-
"
|
|
5606
|
+
"name": "*",
|
|
5607
|
+
"package": "./column.template"
|
|
5555
5608
|
}
|
|
5556
5609
|
},
|
|
5557
5610
|
{
|
|
5558
5611
|
"kind": "js",
|
|
5559
|
-
"name": "
|
|
5612
|
+
"name": "*",
|
|
5560
5613
|
"declaration": {
|
|
5561
|
-
"name": "
|
|
5562
|
-
"
|
|
5614
|
+
"name": "*",
|
|
5615
|
+
"package": "./column"
|
|
5563
5616
|
}
|
|
5564
5617
|
},
|
|
5565
5618
|
{
|
|
5566
5619
|
"kind": "js",
|
|
5567
|
-
"name": "
|
|
5620
|
+
"name": "*",
|
|
5568
5621
|
"declaration": {
|
|
5569
|
-
"name": "
|
|
5570
|
-
"
|
|
5622
|
+
"name": "*",
|
|
5623
|
+
"package": "./utils"
|
|
5571
5624
|
}
|
|
5572
5625
|
}
|
|
5573
5626
|
]
|
|
5574
5627
|
},
|
|
5575
5628
|
{
|
|
5576
5629
|
"kind": "javascript-module",
|
|
5577
|
-
"path": "src/cell-renderers/
|
|
5630
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5578
5631
|
"declarations": [
|
|
5579
5632
|
{
|
|
5580
5633
|
"kind": "class",
|
|
5581
|
-
"description": "The
|
|
5582
|
-
"name": "
|
|
5634
|
+
"description": "The AG Action Renderer element.",
|
|
5635
|
+
"name": "ActionRenderer",
|
|
5583
5636
|
"members": [
|
|
5584
5637
|
{
|
|
5585
5638
|
"kind": "field",
|
|
5586
5639
|
"name": "params",
|
|
5587
5640
|
"type": {
|
|
5588
|
-
"text": "ICellRendererParams"
|
|
5641
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5642
|
+
},
|
|
5643
|
+
"privacy": "public"
|
|
5644
|
+
},
|
|
5645
|
+
{
|
|
5646
|
+
"kind": "field",
|
|
5647
|
+
"name": "pendingAction",
|
|
5648
|
+
"type": {
|
|
5649
|
+
"text": "boolean"
|
|
5589
5650
|
},
|
|
5590
5651
|
"privacy": "public"
|
|
5591
5652
|
},
|
|
@@ -5597,7 +5658,7 @@
|
|
|
5597
5658
|
{
|
|
5598
5659
|
"name": "params",
|
|
5599
5660
|
"type": {
|
|
5600
|
-
"text": "ICellRendererParams"
|
|
5661
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5601
5662
|
}
|
|
5602
5663
|
}
|
|
5603
5664
|
]
|
|
@@ -5625,6 +5686,31 @@
|
|
|
5625
5686
|
}
|
|
5626
5687
|
]
|
|
5627
5688
|
},
|
|
5689
|
+
{
|
|
5690
|
+
"kind": "method",
|
|
5691
|
+
"name": "isDisabled",
|
|
5692
|
+
"privacy": "public",
|
|
5693
|
+
"return": {
|
|
5694
|
+
"type": {
|
|
5695
|
+
"text": "boolean"
|
|
5696
|
+
}
|
|
5697
|
+
},
|
|
5698
|
+
"parameters": [
|
|
5699
|
+
{
|
|
5700
|
+
"name": "data"
|
|
5701
|
+
}
|
|
5702
|
+
]
|
|
5703
|
+
},
|
|
5704
|
+
{
|
|
5705
|
+
"kind": "method",
|
|
5706
|
+
"name": "clickHandler",
|
|
5707
|
+
"privacy": "public"
|
|
5708
|
+
},
|
|
5709
|
+
{
|
|
5710
|
+
"kind": "field",
|
|
5711
|
+
"name": "dataTestId",
|
|
5712
|
+
"readonly": true
|
|
5713
|
+
},
|
|
5628
5714
|
{
|
|
5629
5715
|
"kind": "field",
|
|
5630
5716
|
"name": "_presentation",
|
|
@@ -5741,26 +5827,253 @@
|
|
|
5741
5827
|
"name": "FoundationElement",
|
|
5742
5828
|
"package": "@microsoft/fast-foundation"
|
|
5743
5829
|
},
|
|
5744
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5830
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5745
5831
|
"customElement": true
|
|
5746
5832
|
},
|
|
5747
5833
|
{
|
|
5748
5834
|
"kind": "variable",
|
|
5749
|
-
"name": "
|
|
5750
|
-
"description": "
|
|
5835
|
+
"name": "actionHeightMultiplier",
|
|
5836
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5751
5837
|
"privacy": "public"
|
|
5752
5838
|
},
|
|
5753
5839
|
{
|
|
5754
|
-
"kind": "
|
|
5755
|
-
"name": "
|
|
5756
|
-
"
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
|
|
5760
|
-
|
|
5761
|
-
"
|
|
5762
|
-
|
|
5763
|
-
|
|
5840
|
+
"kind": "variable",
|
|
5841
|
+
"name": "agActionRendererStyles",
|
|
5842
|
+
"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`",
|
|
5843
|
+
"description": "The AG Action Renderer Styles.",
|
|
5844
|
+
"privacy": "public"
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "variable",
|
|
5848
|
+
"name": "foundationGridProActionRenderer",
|
|
5849
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5850
|
+
"privacy": "public"
|
|
5851
|
+
}
|
|
5852
|
+
],
|
|
5853
|
+
"exports": [
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "js",
|
|
5856
|
+
"name": "ActionRenderer",
|
|
5857
|
+
"declaration": {
|
|
5858
|
+
"name": "ActionRenderer",
|
|
5859
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"kind": "js",
|
|
5864
|
+
"name": "actionHeightMultiplier",
|
|
5865
|
+
"declaration": {
|
|
5866
|
+
"name": "actionHeightMultiplier",
|
|
5867
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5868
|
+
}
|
|
5869
|
+
},
|
|
5870
|
+
{
|
|
5871
|
+
"kind": "js",
|
|
5872
|
+
"name": "agActionRendererStyles",
|
|
5873
|
+
"declaration": {
|
|
5874
|
+
"name": "agActionRendererStyles",
|
|
5875
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5876
|
+
}
|
|
5877
|
+
},
|
|
5878
|
+
{
|
|
5879
|
+
"kind": "js",
|
|
5880
|
+
"name": "foundationGridProActionRenderer",
|
|
5881
|
+
"declaration": {
|
|
5882
|
+
"name": "foundationGridProActionRenderer",
|
|
5883
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5884
|
+
}
|
|
5885
|
+
}
|
|
5886
|
+
]
|
|
5887
|
+
},
|
|
5888
|
+
{
|
|
5889
|
+
"kind": "javascript-module",
|
|
5890
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5891
|
+
"declarations": [
|
|
5892
|
+
{
|
|
5893
|
+
"kind": "class",
|
|
5894
|
+
"description": "The Actions Menu Renderer element.",
|
|
5895
|
+
"name": "ActionsMenuRenderer",
|
|
5896
|
+
"members": [
|
|
5897
|
+
{
|
|
5898
|
+
"kind": "field",
|
|
5899
|
+
"name": "params",
|
|
5900
|
+
"type": {
|
|
5901
|
+
"text": "ICellRendererParams"
|
|
5902
|
+
},
|
|
5903
|
+
"privacy": "public"
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"kind": "method",
|
|
5907
|
+
"name": "init",
|
|
5908
|
+
"privacy": "public",
|
|
5909
|
+
"parameters": [
|
|
5910
|
+
{
|
|
5911
|
+
"name": "params",
|
|
5912
|
+
"type": {
|
|
5913
|
+
"text": "ICellRendererParams"
|
|
5914
|
+
}
|
|
5915
|
+
}
|
|
5916
|
+
]
|
|
5917
|
+
},
|
|
5918
|
+
{
|
|
5919
|
+
"kind": "method",
|
|
5920
|
+
"name": "getGui",
|
|
5921
|
+
"privacy": "public",
|
|
5922
|
+
"return": {
|
|
5923
|
+
"type": {
|
|
5924
|
+
"text": "HTMLElement"
|
|
5925
|
+
}
|
|
5926
|
+
}
|
|
5927
|
+
},
|
|
5928
|
+
{
|
|
5929
|
+
"kind": "method",
|
|
5930
|
+
"name": "refresh",
|
|
5931
|
+
"privacy": "public",
|
|
5932
|
+
"parameters": [
|
|
5933
|
+
{
|
|
5934
|
+
"name": "params",
|
|
5935
|
+
"type": {
|
|
5936
|
+
"text": "ICellRendererParams"
|
|
5937
|
+
}
|
|
5938
|
+
}
|
|
5939
|
+
]
|
|
5940
|
+
},
|
|
5941
|
+
{
|
|
5942
|
+
"kind": "field",
|
|
5943
|
+
"name": "_presentation",
|
|
5944
|
+
"type": {
|
|
5945
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5946
|
+
},
|
|
5947
|
+
"privacy": "private",
|
|
5948
|
+
"default": "void 0",
|
|
5949
|
+
"inheritedFrom": {
|
|
5950
|
+
"name": "FoundationElement",
|
|
5951
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5952
|
+
}
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
"kind": "field",
|
|
5956
|
+
"name": "$presentation",
|
|
5957
|
+
"type": {
|
|
5958
|
+
"text": "ComponentPresentation | null"
|
|
5959
|
+
},
|
|
5960
|
+
"privacy": "public",
|
|
5961
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5962
|
+
"inheritedFrom": {
|
|
5963
|
+
"name": "FoundationElement",
|
|
5964
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5965
|
+
}
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"kind": "field",
|
|
5969
|
+
"name": "template",
|
|
5970
|
+
"type": {
|
|
5971
|
+
"text": "ElementViewTemplate | void | null"
|
|
5972
|
+
},
|
|
5973
|
+
"privacy": "public",
|
|
5974
|
+
"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.",
|
|
5975
|
+
"inheritedFrom": {
|
|
5976
|
+
"name": "FoundationElement",
|
|
5977
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5978
|
+
}
|
|
5979
|
+
},
|
|
5980
|
+
{
|
|
5981
|
+
"kind": "method",
|
|
5982
|
+
"name": "templateChanged",
|
|
5983
|
+
"privacy": "protected",
|
|
5984
|
+
"return": {
|
|
5985
|
+
"type": {
|
|
5986
|
+
"text": "void"
|
|
5987
|
+
}
|
|
5988
|
+
},
|
|
5989
|
+
"inheritedFrom": {
|
|
5990
|
+
"name": "FoundationElement",
|
|
5991
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5992
|
+
}
|
|
5993
|
+
},
|
|
5994
|
+
{
|
|
5995
|
+
"kind": "field",
|
|
5996
|
+
"name": "styles",
|
|
5997
|
+
"type": {
|
|
5998
|
+
"text": "ElementStyles | void | null"
|
|
5999
|
+
},
|
|
6000
|
+
"privacy": "public",
|
|
6001
|
+
"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.",
|
|
6002
|
+
"inheritedFrom": {
|
|
6003
|
+
"name": "FoundationElement",
|
|
6004
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6005
|
+
}
|
|
6006
|
+
},
|
|
6007
|
+
{
|
|
6008
|
+
"kind": "method",
|
|
6009
|
+
"name": "stylesChanged",
|
|
6010
|
+
"privacy": "protected",
|
|
6011
|
+
"return": {
|
|
6012
|
+
"type": {
|
|
6013
|
+
"text": "void"
|
|
6014
|
+
}
|
|
6015
|
+
},
|
|
6016
|
+
"inheritedFrom": {
|
|
6017
|
+
"name": "FoundationElement",
|
|
6018
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6019
|
+
}
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"kind": "method",
|
|
6023
|
+
"name": "compose",
|
|
6024
|
+
"privacy": "public",
|
|
6025
|
+
"static": true,
|
|
6026
|
+
"return": {
|
|
6027
|
+
"type": {
|
|
6028
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6029
|
+
}
|
|
6030
|
+
},
|
|
6031
|
+
"parameters": [
|
|
6032
|
+
{
|
|
6033
|
+
"name": "this",
|
|
6034
|
+
"type": {
|
|
6035
|
+
"text": "K"
|
|
6036
|
+
}
|
|
6037
|
+
},
|
|
6038
|
+
{
|
|
6039
|
+
"name": "elementDefinition",
|
|
6040
|
+
"type": {
|
|
6041
|
+
"text": "T"
|
|
6042
|
+
},
|
|
6043
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6044
|
+
}
|
|
6045
|
+
],
|
|
6046
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6047
|
+
"inheritedFrom": {
|
|
6048
|
+
"name": "FoundationElement",
|
|
6049
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6050
|
+
}
|
|
6051
|
+
}
|
|
6052
|
+
],
|
|
6053
|
+
"superclass": {
|
|
6054
|
+
"name": "FoundationElement",
|
|
6055
|
+
"package": "@microsoft/fast-foundation"
|
|
6056
|
+
},
|
|
6057
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6058
|
+
"customElement": true
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
"kind": "variable",
|
|
6062
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6063
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6064
|
+
"privacy": "public"
|
|
6065
|
+
},
|
|
6066
|
+
{
|
|
6067
|
+
"kind": "function",
|
|
6068
|
+
"name": "getActionsMenuDef",
|
|
6069
|
+
"return": {
|
|
6070
|
+
"type": {
|
|
6071
|
+
"text": ""
|
|
6072
|
+
}
|
|
6073
|
+
},
|
|
6074
|
+
"parameters": [
|
|
6075
|
+
{
|
|
6076
|
+
"name": "actions",
|
|
5764
6077
|
"type": {
|
|
5765
6078
|
"text": "ActionMenuItem[]"
|
|
5766
6079
|
},
|
|
@@ -7542,374 +7855,54 @@
|
|
|
7542
7855
|
}
|
|
7543
7856
|
],
|
|
7544
7857
|
"inheritedFrom": {
|
|
7545
|
-
"name": "AgTextFieldRenderer",
|
|
7546
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7547
|
-
}
|
|
7548
|
-
},
|
|
7549
|
-
{
|
|
7550
|
-
"kind": "method",
|
|
7551
|
-
"name": "getGui",
|
|
7552
|
-
"privacy": "public",
|
|
7553
|
-
"return": {
|
|
7554
|
-
"type": {
|
|
7555
|
-
"text": "HTMLElement"
|
|
7556
|
-
}
|
|
7557
|
-
},
|
|
7558
|
-
"inheritedFrom": {
|
|
7559
|
-
"name": "AgTextFieldRenderer",
|
|
7560
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7561
|
-
}
|
|
7562
|
-
},
|
|
7563
|
-
{
|
|
7564
|
-
"kind": "method",
|
|
7565
|
-
"name": "destroy",
|
|
7566
|
-
"privacy": "public",
|
|
7567
|
-
"inheritedFrom": {
|
|
7568
|
-
"name": "AgTextFieldRenderer",
|
|
7569
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7570
|
-
}
|
|
7571
|
-
},
|
|
7572
|
-
{
|
|
7573
|
-
"kind": "method",
|
|
7574
|
-
"name": "refresh",
|
|
7575
|
-
"privacy": "public",
|
|
7576
|
-
"parameters": [
|
|
7577
|
-
{
|
|
7578
|
-
"name": "params",
|
|
7579
|
-
"type": {
|
|
7580
|
-
"text": "FuiCellRendererParams"
|
|
7581
|
-
}
|
|
7582
|
-
}
|
|
7583
|
-
],
|
|
7584
|
-
"inheritedFrom": {
|
|
7585
|
-
"name": "AgTextFieldRenderer",
|
|
7586
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7587
|
-
}
|
|
7588
|
-
},
|
|
7589
|
-
{
|
|
7590
|
-
"kind": "method",
|
|
7591
|
-
"name": "isDisabled",
|
|
7592
|
-
"privacy": "public",
|
|
7593
|
-
"return": {
|
|
7594
|
-
"type": {
|
|
7595
|
-
"text": "boolean"
|
|
7596
|
-
}
|
|
7597
|
-
},
|
|
7598
|
-
"parameters": [
|
|
7599
|
-
{
|
|
7600
|
-
"name": "data"
|
|
7601
|
-
}
|
|
7602
|
-
],
|
|
7603
|
-
"inheritedFrom": {
|
|
7604
|
-
"name": "AgTextFieldRenderer",
|
|
7605
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7606
|
-
}
|
|
7607
|
-
},
|
|
7608
|
-
{
|
|
7609
|
-
"kind": "field",
|
|
7610
|
-
"name": "textChanged",
|
|
7611
|
-
"privacy": "public",
|
|
7612
|
-
"description": "On text change handler",
|
|
7613
|
-
"parameters": [
|
|
7614
|
-
{
|
|
7615
|
-
"description": "CustomEvent",
|
|
7616
|
-
"name": "e"
|
|
7617
|
-
}
|
|
7618
|
-
],
|
|
7619
|
-
"inheritedFrom": {
|
|
7620
|
-
"name": "AgTextFieldRenderer",
|
|
7621
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7622
|
-
}
|
|
7623
|
-
},
|
|
7624
|
-
{
|
|
7625
|
-
"kind": "field",
|
|
7626
|
-
"name": "_presentation",
|
|
7627
|
-
"type": {
|
|
7628
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7629
|
-
},
|
|
7630
|
-
"privacy": "private",
|
|
7631
|
-
"default": "void 0",
|
|
7632
|
-
"inheritedFrom": {
|
|
7633
|
-
"name": "FoundationElement",
|
|
7634
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7635
|
-
}
|
|
7636
|
-
},
|
|
7637
|
-
{
|
|
7638
|
-
"kind": "field",
|
|
7639
|
-
"name": "$presentation",
|
|
7640
|
-
"type": {
|
|
7641
|
-
"text": "ComponentPresentation | null"
|
|
7642
|
-
},
|
|
7643
|
-
"privacy": "public",
|
|
7644
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7645
|
-
"inheritedFrom": {
|
|
7646
|
-
"name": "FoundationElement",
|
|
7647
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7648
|
-
}
|
|
7649
|
-
},
|
|
7650
|
-
{
|
|
7651
|
-
"kind": "field",
|
|
7652
|
-
"name": "template",
|
|
7653
|
-
"type": {
|
|
7654
|
-
"text": "ElementViewTemplate | void | null"
|
|
7655
|
-
},
|
|
7656
|
-
"privacy": "public",
|
|
7657
|
-
"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.",
|
|
7658
|
-
"inheritedFrom": {
|
|
7659
|
-
"name": "FoundationElement",
|
|
7660
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7661
|
-
}
|
|
7662
|
-
},
|
|
7663
|
-
{
|
|
7664
|
-
"kind": "method",
|
|
7665
|
-
"name": "templateChanged",
|
|
7666
|
-
"privacy": "protected",
|
|
7667
|
-
"return": {
|
|
7668
|
-
"type": {
|
|
7669
|
-
"text": "void"
|
|
7670
|
-
}
|
|
7671
|
-
},
|
|
7672
|
-
"inheritedFrom": {
|
|
7673
|
-
"name": "FoundationElement",
|
|
7674
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7675
|
-
}
|
|
7676
|
-
},
|
|
7677
|
-
{
|
|
7678
|
-
"kind": "field",
|
|
7679
|
-
"name": "styles",
|
|
7680
|
-
"type": {
|
|
7681
|
-
"text": "ElementStyles | void | null"
|
|
7682
|
-
},
|
|
7683
|
-
"privacy": "public",
|
|
7684
|
-
"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.",
|
|
7685
|
-
"inheritedFrom": {
|
|
7686
|
-
"name": "FoundationElement",
|
|
7687
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7688
|
-
}
|
|
7689
|
-
},
|
|
7690
|
-
{
|
|
7691
|
-
"kind": "method",
|
|
7692
|
-
"name": "stylesChanged",
|
|
7693
|
-
"privacy": "protected",
|
|
7694
|
-
"return": {
|
|
7695
|
-
"type": {
|
|
7696
|
-
"text": "void"
|
|
7697
|
-
}
|
|
7698
|
-
},
|
|
7699
|
-
"inheritedFrom": {
|
|
7700
|
-
"name": "FoundationElement",
|
|
7701
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7702
|
-
}
|
|
7703
|
-
},
|
|
7704
|
-
{
|
|
7705
|
-
"kind": "method",
|
|
7706
|
-
"name": "compose",
|
|
7707
|
-
"privacy": "public",
|
|
7708
|
-
"static": true,
|
|
7709
|
-
"return": {
|
|
7710
|
-
"type": {
|
|
7711
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7712
|
-
}
|
|
7713
|
-
},
|
|
7714
|
-
"parameters": [
|
|
7715
|
-
{
|
|
7716
|
-
"name": "this",
|
|
7717
|
-
"type": {
|
|
7718
|
-
"text": "K"
|
|
7719
|
-
}
|
|
7720
|
-
},
|
|
7721
|
-
{
|
|
7722
|
-
"name": "elementDefinition",
|
|
7723
|
-
"type": {
|
|
7724
|
-
"text": "T"
|
|
7725
|
-
},
|
|
7726
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7727
|
-
}
|
|
7728
|
-
],
|
|
7729
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7730
|
-
"inheritedFrom": {
|
|
7731
|
-
"name": "FoundationElement",
|
|
7732
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7733
|
-
}
|
|
7734
|
-
}
|
|
7735
|
-
]
|
|
7736
|
-
},
|
|
7737
|
-
{
|
|
7738
|
-
"kind": "variable",
|
|
7739
|
-
"name": "textRendererStyles",
|
|
7740
|
-
"default": "textFieldRendererStyles",
|
|
7741
|
-
"privacy": "public",
|
|
7742
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7743
|
-
},
|
|
7744
|
-
{
|
|
7745
|
-
"kind": "variable",
|
|
7746
|
-
"name": "getTextRendererTemplate",
|
|
7747
|
-
"default": "getTextFieldRendererTemplate",
|
|
7748
|
-
"privacy": "public",
|
|
7749
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7750
|
-
},
|
|
7751
|
-
{
|
|
7752
|
-
"kind": "variable",
|
|
7753
|
-
"name": "foundationAgTextRenderer",
|
|
7754
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7755
|
-
"privacy": "public",
|
|
7756
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7757
|
-
}
|
|
7758
|
-
],
|
|
7759
|
-
"exports": [
|
|
7760
|
-
{
|
|
7761
|
-
"kind": "js",
|
|
7762
|
-
"name": "AgTextRenderer",
|
|
7763
|
-
"declaration": {
|
|
7764
|
-
"name": "AgTextRenderer",
|
|
7765
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7766
|
-
}
|
|
7767
|
-
},
|
|
7768
|
-
{
|
|
7769
|
-
"kind": "js",
|
|
7770
|
-
"name": "textRendererStyles",
|
|
7771
|
-
"declaration": {
|
|
7772
|
-
"name": "textRendererStyles",
|
|
7773
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7774
|
-
}
|
|
7775
|
-
},
|
|
7776
|
-
{
|
|
7777
|
-
"kind": "js",
|
|
7778
|
-
"name": "getTextRendererTemplate",
|
|
7779
|
-
"declaration": {
|
|
7780
|
-
"name": "getTextRendererTemplate",
|
|
7781
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7782
|
-
}
|
|
7783
|
-
},
|
|
7784
|
-
{
|
|
7785
|
-
"kind": "js",
|
|
7786
|
-
"name": "foundationAgTextRenderer",
|
|
7787
|
-
"declaration": {
|
|
7788
|
-
"name": "foundationAgTextRenderer",
|
|
7789
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7790
|
-
}
|
|
7791
|
-
}
|
|
7792
|
-
]
|
|
7793
|
-
},
|
|
7794
|
-
{
|
|
7795
|
-
"kind": "javascript-module",
|
|
7796
|
-
"path": "src/column/column.template.ts",
|
|
7797
|
-
"declarations": [
|
|
7798
|
-
{
|
|
7799
|
-
"kind": "variable",
|
|
7800
|
-
"name": "ColumnTemplate",
|
|
7801
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7802
|
-
"description": "The Grid Pro Column Template.",
|
|
7803
|
-
"privacy": "public"
|
|
7804
|
-
}
|
|
7805
|
-
],
|
|
7806
|
-
"exports": [
|
|
7807
|
-
{
|
|
7808
|
-
"kind": "js",
|
|
7809
|
-
"name": "ColumnTemplate",
|
|
7810
|
-
"declaration": {
|
|
7811
|
-
"name": "ColumnTemplate",
|
|
7812
|
-
"module": "src/column/column.template.ts"
|
|
7813
|
-
}
|
|
7814
|
-
}
|
|
7815
|
-
]
|
|
7816
|
-
},
|
|
7817
|
-
{
|
|
7818
|
-
"kind": "javascript-module",
|
|
7819
|
-
"path": "src/column/column.ts",
|
|
7820
|
-
"declarations": [
|
|
7821
|
-
{
|
|
7822
|
-
"kind": "class",
|
|
7823
|
-
"description": "The Grid Pro Column element.",
|
|
7824
|
-
"name": "GridProColumn",
|
|
7825
|
-
"members": [
|
|
7826
|
-
{
|
|
7827
|
-
"kind": "field",
|
|
7828
|
-
"name": "slottedAgCell",
|
|
7829
|
-
"type": {
|
|
7830
|
-
"text": "HTMLElement[]"
|
|
7831
|
-
},
|
|
7832
|
-
"privacy": "public"
|
|
7833
|
-
},
|
|
7834
|
-
{
|
|
7835
|
-
"kind": "field",
|
|
7836
|
-
"name": "definition",
|
|
7837
|
-
"type": {
|
|
7838
|
-
"text": "ColDef"
|
|
7839
|
-
},
|
|
7840
|
-
"default": "{}"
|
|
7841
|
-
},
|
|
7842
|
-
{
|
|
7843
|
-
"kind": "method",
|
|
7844
|
-
"name": "slottedAgCellChanged",
|
|
7845
|
-
"privacy": "public"
|
|
7846
|
-
},
|
|
7847
|
-
{
|
|
7848
|
-
"kind": "method",
|
|
7849
|
-
"name": "deepClone",
|
|
7850
|
-
"return": {
|
|
7851
|
-
"type": {
|
|
7852
|
-
"text": "Node"
|
|
7853
|
-
}
|
|
7854
|
-
},
|
|
7855
|
-
"inheritedFrom": {
|
|
7856
|
-
"name": "LifecycleMixin",
|
|
7857
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7858
|
-
}
|
|
7859
|
-
},
|
|
7860
|
-
{
|
|
7861
|
-
"kind": "method",
|
|
7862
|
-
"name": "cloneNode",
|
|
7863
|
-
"return": {
|
|
7864
|
-
"type": {
|
|
7865
|
-
"text": "Node"
|
|
7866
|
-
}
|
|
7867
|
-
},
|
|
7868
|
-
"parameters": [
|
|
7869
|
-
{
|
|
7870
|
-
"name": "deep",
|
|
7871
|
-
"optional": true,
|
|
7872
|
-
"type": {
|
|
7873
|
-
"text": "boolean"
|
|
7874
|
-
}
|
|
7875
|
-
}
|
|
7876
|
-
],
|
|
7877
|
-
"inheritedFrom": {
|
|
7878
|
-
"name": "LifecycleMixin",
|
|
7879
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7858
|
+
"name": "AgTextFieldRenderer",
|
|
7859
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7880
7860
|
}
|
|
7881
7861
|
},
|
|
7882
7862
|
{
|
|
7883
|
-
"kind": "
|
|
7884
|
-
"name": "
|
|
7863
|
+
"kind": "method",
|
|
7864
|
+
"name": "getGui",
|
|
7865
|
+
"privacy": "public",
|
|
7885
7866
|
"return": {
|
|
7886
7867
|
"type": {
|
|
7887
|
-
"text": ""
|
|
7868
|
+
"text": "HTMLElement"
|
|
7888
7869
|
}
|
|
7889
7870
|
},
|
|
7890
|
-
"readonly": true,
|
|
7891
7871
|
"inheritedFrom": {
|
|
7892
|
-
"name": "
|
|
7893
|
-
"module": "src/
|
|
7872
|
+
"name": "AgTextFieldRenderer",
|
|
7873
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7894
7874
|
}
|
|
7895
7875
|
},
|
|
7896
7876
|
{
|
|
7897
|
-
"kind": "
|
|
7898
|
-
"name": "
|
|
7899
|
-
"
|
|
7900
|
-
|
|
7901
|
-
|
|
7877
|
+
"kind": "method",
|
|
7878
|
+
"name": "destroy",
|
|
7879
|
+
"privacy": "public",
|
|
7880
|
+
"inheritedFrom": {
|
|
7881
|
+
"name": "AgTextFieldRenderer",
|
|
7882
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7883
|
+
}
|
|
7884
|
+
},
|
|
7885
|
+
{
|
|
7886
|
+
"kind": "method",
|
|
7887
|
+
"name": "refresh",
|
|
7888
|
+
"privacy": "public",
|
|
7889
|
+
"parameters": [
|
|
7890
|
+
{
|
|
7891
|
+
"name": "params",
|
|
7892
|
+
"type": {
|
|
7893
|
+
"text": "FuiCellRendererParams"
|
|
7894
|
+
}
|
|
7902
7895
|
}
|
|
7903
|
-
|
|
7904
|
-
"readonly": true,
|
|
7896
|
+
],
|
|
7905
7897
|
"inheritedFrom": {
|
|
7906
|
-
"name": "
|
|
7907
|
-
"module": "src/
|
|
7898
|
+
"name": "AgTextFieldRenderer",
|
|
7899
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7908
7900
|
}
|
|
7909
7901
|
},
|
|
7910
7902
|
{
|
|
7911
7903
|
"kind": "method",
|
|
7912
|
-
"name": "
|
|
7904
|
+
"name": "isDisabled",
|
|
7905
|
+
"privacy": "public",
|
|
7913
7906
|
"return": {
|
|
7914
7907
|
"type": {
|
|
7915
7908
|
"text": "boolean"
|
|
@@ -7917,15 +7910,28 @@
|
|
|
7917
7910
|
},
|
|
7918
7911
|
"parameters": [
|
|
7919
7912
|
{
|
|
7920
|
-
"name": "
|
|
7921
|
-
"type": {
|
|
7922
|
-
"text": "Lifecycletype"
|
|
7923
|
-
}
|
|
7913
|
+
"name": "data"
|
|
7924
7914
|
}
|
|
7925
7915
|
],
|
|
7926
7916
|
"inheritedFrom": {
|
|
7927
|
-
"name": "
|
|
7928
|
-
"module": "src/
|
|
7917
|
+
"name": "AgTextFieldRenderer",
|
|
7918
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7919
|
+
}
|
|
7920
|
+
},
|
|
7921
|
+
{
|
|
7922
|
+
"kind": "field",
|
|
7923
|
+
"name": "textChanged",
|
|
7924
|
+
"privacy": "public",
|
|
7925
|
+
"description": "On text change handler",
|
|
7926
|
+
"parameters": [
|
|
7927
|
+
{
|
|
7928
|
+
"description": "CustomEvent",
|
|
7929
|
+
"name": "e"
|
|
7930
|
+
}
|
|
7931
|
+
],
|
|
7932
|
+
"inheritedFrom": {
|
|
7933
|
+
"name": "AgTextFieldRenderer",
|
|
7934
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7929
7935
|
}
|
|
7930
7936
|
},
|
|
7931
7937
|
{
|
|
@@ -8039,67 +8045,61 @@
|
|
|
8039
8045
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8040
8046
|
}
|
|
8041
8047
|
}
|
|
8042
|
-
]
|
|
8043
|
-
|
|
8044
|
-
|
|
8045
|
-
|
|
8046
|
-
|
|
8047
|
-
|
|
8048
|
-
|
|
8049
|
-
"
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
|
|
8053
|
-
"
|
|
8054
|
-
"
|
|
8048
|
+
]
|
|
8049
|
+
},
|
|
8050
|
+
{
|
|
8051
|
+
"kind": "variable",
|
|
8052
|
+
"name": "textRendererStyles",
|
|
8053
|
+
"default": "textFieldRendererStyles",
|
|
8054
|
+
"privacy": "public",
|
|
8055
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8056
|
+
},
|
|
8057
|
+
{
|
|
8058
|
+
"kind": "variable",
|
|
8059
|
+
"name": "getTextRendererTemplate",
|
|
8060
|
+
"default": "getTextFieldRendererTemplate",
|
|
8061
|
+
"privacy": "public",
|
|
8062
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8063
|
+
},
|
|
8064
|
+
{
|
|
8065
|
+
"kind": "variable",
|
|
8066
|
+
"name": "foundationAgTextRenderer",
|
|
8067
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8068
|
+
"privacy": "public",
|
|
8069
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8055
8070
|
}
|
|
8056
8071
|
],
|
|
8057
8072
|
"exports": [
|
|
8058
8073
|
{
|
|
8059
8074
|
"kind": "js",
|
|
8060
|
-
"name": "
|
|
8075
|
+
"name": "AgTextRenderer",
|
|
8061
8076
|
"declaration": {
|
|
8062
|
-
"name": "
|
|
8063
|
-
"module": "src/
|
|
8077
|
+
"name": "AgTextRenderer",
|
|
8078
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8064
8079
|
}
|
|
8065
8080
|
},
|
|
8066
|
-
{
|
|
8067
|
-
"kind": "custom-element-definition",
|
|
8068
|
-
"name": "grid-pro-column",
|
|
8069
|
-
"declaration": {
|
|
8070
|
-
"name": "GridProColumn",
|
|
8071
|
-
"module": "src/column/column.ts"
|
|
8072
|
-
}
|
|
8073
|
-
}
|
|
8074
|
-
]
|
|
8075
|
-
},
|
|
8076
|
-
{
|
|
8077
|
-
"kind": "javascript-module",
|
|
8078
|
-
"path": "src/column/index.ts",
|
|
8079
|
-
"declarations": [],
|
|
8080
|
-
"exports": [
|
|
8081
8081
|
{
|
|
8082
8082
|
"kind": "js",
|
|
8083
|
-
"name": "
|
|
8083
|
+
"name": "textRendererStyles",
|
|
8084
8084
|
"declaration": {
|
|
8085
|
-
"name": "
|
|
8086
|
-
"
|
|
8085
|
+
"name": "textRendererStyles",
|
|
8086
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8087
8087
|
}
|
|
8088
8088
|
},
|
|
8089
8089
|
{
|
|
8090
8090
|
"kind": "js",
|
|
8091
|
-
"name": "
|
|
8091
|
+
"name": "getTextRendererTemplate",
|
|
8092
8092
|
"declaration": {
|
|
8093
|
-
"name": "
|
|
8094
|
-
"
|
|
8093
|
+
"name": "getTextRendererTemplate",
|
|
8094
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8095
8095
|
}
|
|
8096
8096
|
},
|
|
8097
8097
|
{
|
|
8098
8098
|
"kind": "js",
|
|
8099
|
-
"name": "
|
|
8099
|
+
"name": "foundationAgTextRenderer",
|
|
8100
8100
|
"declaration": {
|
|
8101
|
-
"name": "
|
|
8102
|
-
"
|
|
8101
|
+
"name": "foundationAgTextRenderer",
|
|
8102
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8103
8103
|
}
|
|
8104
8104
|
}
|
|
8105
8105
|
]
|
|
@@ -20534,60 +20534,6 @@
|
|
|
20534
20534
|
}
|
|
20535
20535
|
]
|
|
20536
20536
|
},
|
|
20537
|
-
{
|
|
20538
|
-
"kind": "javascript-module",
|
|
20539
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20540
|
-
"declarations": [
|
|
20541
|
-
{
|
|
20542
|
-
"kind": "function",
|
|
20543
|
-
"name": "setValueWithAccessor",
|
|
20544
|
-
"return": {
|
|
20545
|
-
"type": {
|
|
20546
|
-
"text": "string"
|
|
20547
|
-
}
|
|
20548
|
-
},
|
|
20549
|
-
"parameters": [
|
|
20550
|
-
{
|
|
20551
|
-
"name": "data",
|
|
20552
|
-
"type": {
|
|
20553
|
-
"text": "any"
|
|
20554
|
-
}
|
|
20555
|
-
},
|
|
20556
|
-
{
|
|
20557
|
-
"name": "accessor",
|
|
20558
|
-
"type": {
|
|
20559
|
-
"text": "string"
|
|
20560
|
-
}
|
|
20561
|
-
}
|
|
20562
|
-
]
|
|
20563
|
-
}
|
|
20564
|
-
],
|
|
20565
|
-
"exports": [
|
|
20566
|
-
{
|
|
20567
|
-
"kind": "js",
|
|
20568
|
-
"name": "setValueWithAccessor",
|
|
20569
|
-
"declaration": {
|
|
20570
|
-
"name": "setValueWithAccessor",
|
|
20571
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20572
|
-
}
|
|
20573
|
-
}
|
|
20574
|
-
]
|
|
20575
|
-
},
|
|
20576
|
-
{
|
|
20577
|
-
"kind": "javascript-module",
|
|
20578
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20579
|
-
"declarations": [],
|
|
20580
|
-
"exports": [
|
|
20581
|
-
{
|
|
20582
|
-
"kind": "js",
|
|
20583
|
-
"name": "*",
|
|
20584
|
-
"declaration": {
|
|
20585
|
-
"name": "*",
|
|
20586
|
-
"package": "./accessor"
|
|
20587
|
-
}
|
|
20588
|
-
}
|
|
20589
|
-
]
|
|
20590
|
-
},
|
|
20591
20537
|
{
|
|
20592
20538
|
"kind": "javascript-module",
|
|
20593
20539
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20681,6 +20627,60 @@
|
|
|
20681
20627
|
}
|
|
20682
20628
|
}
|
|
20683
20629
|
]
|
|
20630
|
+
},
|
|
20631
|
+
{
|
|
20632
|
+
"kind": "javascript-module",
|
|
20633
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20634
|
+
"declarations": [
|
|
20635
|
+
{
|
|
20636
|
+
"kind": "function",
|
|
20637
|
+
"name": "setValueWithAccessor",
|
|
20638
|
+
"return": {
|
|
20639
|
+
"type": {
|
|
20640
|
+
"text": "string"
|
|
20641
|
+
}
|
|
20642
|
+
},
|
|
20643
|
+
"parameters": [
|
|
20644
|
+
{
|
|
20645
|
+
"name": "data",
|
|
20646
|
+
"type": {
|
|
20647
|
+
"text": "any"
|
|
20648
|
+
}
|
|
20649
|
+
},
|
|
20650
|
+
{
|
|
20651
|
+
"name": "accessor",
|
|
20652
|
+
"type": {
|
|
20653
|
+
"text": "string"
|
|
20654
|
+
}
|
|
20655
|
+
}
|
|
20656
|
+
]
|
|
20657
|
+
}
|
|
20658
|
+
],
|
|
20659
|
+
"exports": [
|
|
20660
|
+
{
|
|
20661
|
+
"kind": "js",
|
|
20662
|
+
"name": "setValueWithAccessor",
|
|
20663
|
+
"declaration": {
|
|
20664
|
+
"name": "setValueWithAccessor",
|
|
20665
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20666
|
+
}
|
|
20667
|
+
}
|
|
20668
|
+
]
|
|
20669
|
+
},
|
|
20670
|
+
{
|
|
20671
|
+
"kind": "javascript-module",
|
|
20672
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20673
|
+
"declarations": [],
|
|
20674
|
+
"exports": [
|
|
20675
|
+
{
|
|
20676
|
+
"kind": "js",
|
|
20677
|
+
"name": "*",
|
|
20678
|
+
"declaration": {
|
|
20679
|
+
"name": "*",
|
|
20680
|
+
"package": "./accessor"
|
|
20681
|
+
}
|
|
20682
|
+
}
|
|
20683
|
+
]
|
|
20684
20684
|
}
|
|
20685
20685
|
]
|
|
20686
20686
|
}
|