@genesislcap/grid-pro 15.15.2 → 15.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +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 +14 -14
|
@@ -5291,69 +5291,123 @@
|
|
|
5291
5291
|
},
|
|
5292
5292
|
{
|
|
5293
5293
|
"kind": "javascript-module",
|
|
5294
|
-
"path": "src/
|
|
5294
|
+
"path": "src/column/column.template.ts",
|
|
5295
|
+
"declarations": [
|
|
5296
|
+
{
|
|
5297
|
+
"kind": "variable",
|
|
5298
|
+
"name": "ColumnTemplate",
|
|
5299
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5300
|
+
"description": "The Grid Pro Column Template.",
|
|
5301
|
+
"privacy": "public"
|
|
5302
|
+
}
|
|
5303
|
+
],
|
|
5304
|
+
"exports": [
|
|
5305
|
+
{
|
|
5306
|
+
"kind": "js",
|
|
5307
|
+
"name": "ColumnTemplate",
|
|
5308
|
+
"declaration": {
|
|
5309
|
+
"name": "ColumnTemplate",
|
|
5310
|
+
"module": "src/column/column.template.ts"
|
|
5311
|
+
}
|
|
5312
|
+
}
|
|
5313
|
+
]
|
|
5314
|
+
},
|
|
5315
|
+
{
|
|
5316
|
+
"kind": "javascript-module",
|
|
5317
|
+
"path": "src/column/column.ts",
|
|
5295
5318
|
"declarations": [
|
|
5296
5319
|
{
|
|
5297
5320
|
"kind": "class",
|
|
5298
|
-
"description": "The
|
|
5299
|
-
"name": "
|
|
5321
|
+
"description": "The Grid Pro Column element.",
|
|
5322
|
+
"name": "GridProColumn",
|
|
5300
5323
|
"members": [
|
|
5301
5324
|
{
|
|
5302
5325
|
"kind": "field",
|
|
5303
|
-
"name": "
|
|
5326
|
+
"name": "slottedAgCell",
|
|
5304
5327
|
"type": {
|
|
5305
|
-
"text": "
|
|
5328
|
+
"text": "HTMLElement[]"
|
|
5306
5329
|
},
|
|
5307
5330
|
"privacy": "public"
|
|
5308
5331
|
},
|
|
5309
5332
|
{
|
|
5310
5333
|
"kind": "field",
|
|
5311
|
-
"name": "
|
|
5334
|
+
"name": "definition",
|
|
5312
5335
|
"type": {
|
|
5313
|
-
"text": "
|
|
5336
|
+
"text": "ColDef"
|
|
5314
5337
|
},
|
|
5315
|
-
"
|
|
5338
|
+
"default": "{}"
|
|
5316
5339
|
},
|
|
5317
5340
|
{
|
|
5318
5341
|
"kind": "method",
|
|
5319
|
-
"name": "
|
|
5320
|
-
"privacy": "public"
|
|
5321
|
-
"parameters": [
|
|
5322
|
-
{
|
|
5323
|
-
"name": "params",
|
|
5324
|
-
"type": {
|
|
5325
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5326
|
-
}
|
|
5327
|
-
}
|
|
5328
|
-
]
|
|
5342
|
+
"name": "slottedAgCellChanged",
|
|
5343
|
+
"privacy": "public"
|
|
5329
5344
|
},
|
|
5330
5345
|
{
|
|
5331
5346
|
"kind": "method",
|
|
5332
|
-
"name": "
|
|
5333
|
-
"privacy": "public",
|
|
5347
|
+
"name": "deepClone",
|
|
5334
5348
|
"return": {
|
|
5335
5349
|
"type": {
|
|
5336
|
-
"text": "
|
|
5350
|
+
"text": "Node"
|
|
5337
5351
|
}
|
|
5352
|
+
},
|
|
5353
|
+
"inheritedFrom": {
|
|
5354
|
+
"name": "LifecycleMixin",
|
|
5355
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5338
5356
|
}
|
|
5339
5357
|
},
|
|
5340
5358
|
{
|
|
5341
5359
|
"kind": "method",
|
|
5342
|
-
"name": "
|
|
5343
|
-
"
|
|
5360
|
+
"name": "cloneNode",
|
|
5361
|
+
"return": {
|
|
5362
|
+
"type": {
|
|
5363
|
+
"text": "Node"
|
|
5364
|
+
}
|
|
5365
|
+
},
|
|
5344
5366
|
"parameters": [
|
|
5345
5367
|
{
|
|
5346
|
-
"name": "
|
|
5368
|
+
"name": "deep",
|
|
5369
|
+
"optional": true,
|
|
5347
5370
|
"type": {
|
|
5348
|
-
"text": "
|
|
5371
|
+
"text": "boolean"
|
|
5349
5372
|
}
|
|
5350
5373
|
}
|
|
5351
|
-
]
|
|
5374
|
+
],
|
|
5375
|
+
"inheritedFrom": {
|
|
5376
|
+
"name": "LifecycleMixin",
|
|
5377
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5378
|
+
}
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"kind": "field",
|
|
5382
|
+
"name": "shouldRunDisconnect",
|
|
5383
|
+
"return": {
|
|
5384
|
+
"type": {
|
|
5385
|
+
"text": ""
|
|
5386
|
+
}
|
|
5387
|
+
},
|
|
5388
|
+
"readonly": true,
|
|
5389
|
+
"inheritedFrom": {
|
|
5390
|
+
"name": "LifecycleMixin",
|
|
5391
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5392
|
+
}
|
|
5393
|
+
},
|
|
5394
|
+
{
|
|
5395
|
+
"kind": "field",
|
|
5396
|
+
"name": "shouldRunConnect",
|
|
5397
|
+
"return": {
|
|
5398
|
+
"type": {
|
|
5399
|
+
"text": ""
|
|
5400
|
+
}
|
|
5401
|
+
},
|
|
5402
|
+
"readonly": true,
|
|
5403
|
+
"inheritedFrom": {
|
|
5404
|
+
"name": "LifecycleMixin",
|
|
5405
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5406
|
+
}
|
|
5352
5407
|
},
|
|
5353
5408
|
{
|
|
5354
5409
|
"kind": "method",
|
|
5355
|
-
"name": "
|
|
5356
|
-
"privacy": "public",
|
|
5410
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5357
5411
|
"return": {
|
|
5358
5412
|
"type": {
|
|
5359
5413
|
"text": "boolean"
|
|
@@ -5361,19 +5415,16 @@
|
|
|
5361
5415
|
},
|
|
5362
5416
|
"parameters": [
|
|
5363
5417
|
{
|
|
5364
|
-
"name": "
|
|
5418
|
+
"name": "lifecycleType",
|
|
5419
|
+
"type": {
|
|
5420
|
+
"text": "Lifecycletype"
|
|
5421
|
+
}
|
|
5365
5422
|
}
|
|
5366
|
-
]
|
|
5367
|
-
|
|
5368
|
-
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
|
-
"privacy": "public"
|
|
5372
|
-
},
|
|
5373
|
-
{
|
|
5374
|
-
"kind": "field",
|
|
5375
|
-
"name": "dataTestId",
|
|
5376
|
-
"readonly": true
|
|
5423
|
+
],
|
|
5424
|
+
"inheritedFrom": {
|
|
5425
|
+
"name": "LifecycleMixin",
|
|
5426
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5427
|
+
}
|
|
5377
5428
|
},
|
|
5378
5429
|
{
|
|
5379
5430
|
"kind": "field",
|
|
@@ -5487,82 +5538,92 @@
|
|
|
5487
5538
|
}
|
|
5488
5539
|
}
|
|
5489
5540
|
],
|
|
5541
|
+
"mixins": [
|
|
5542
|
+
{
|
|
5543
|
+
"name": "LifecycleMixin",
|
|
5544
|
+
"package": "@genesislcap/foundation-utils"
|
|
5545
|
+
}
|
|
5546
|
+
],
|
|
5490
5547
|
"superclass": {
|
|
5491
5548
|
"name": "FoundationElement",
|
|
5492
5549
|
"package": "@microsoft/fast-foundation"
|
|
5493
5550
|
},
|
|
5494
|
-
"tagName": "
|
|
5551
|
+
"tagName": "grid-pro-column",
|
|
5495
5552
|
"customElement": true
|
|
5496
|
-
},
|
|
5497
|
-
{
|
|
5498
|
-
"kind": "variable",
|
|
5499
|
-
"name": "actionHeightMultiplier",
|
|
5500
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5501
|
-
"privacy": "public"
|
|
5502
|
-
},
|
|
5503
|
-
{
|
|
5504
|
-
"kind": "variable",
|
|
5505
|
-
"name": "agActionRendererStyles",
|
|
5506
|
-
"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`",
|
|
5507
|
-
"description": "The AG Action Renderer Styles.",
|
|
5508
|
-
"privacy": "public"
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "variable",
|
|
5512
|
-
"name": "foundationGridProActionRenderer",
|
|
5513
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5514
|
-
"privacy": "public"
|
|
5515
5553
|
}
|
|
5516
5554
|
],
|
|
5517
5555
|
"exports": [
|
|
5518
5556
|
{
|
|
5519
5557
|
"kind": "js",
|
|
5520
|
-
"name": "
|
|
5558
|
+
"name": "GridProColumn",
|
|
5521
5559
|
"declaration": {
|
|
5522
|
-
"name": "
|
|
5523
|
-
"module": "src/
|
|
5560
|
+
"name": "GridProColumn",
|
|
5561
|
+
"module": "src/column/column.ts"
|
|
5524
5562
|
}
|
|
5525
5563
|
},
|
|
5564
|
+
{
|
|
5565
|
+
"kind": "custom-element-definition",
|
|
5566
|
+
"name": "grid-pro-column",
|
|
5567
|
+
"declaration": {
|
|
5568
|
+
"name": "GridProColumn",
|
|
5569
|
+
"module": "src/column/column.ts"
|
|
5570
|
+
}
|
|
5571
|
+
}
|
|
5572
|
+
]
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"kind": "javascript-module",
|
|
5576
|
+
"path": "src/column/index.ts",
|
|
5577
|
+
"declarations": [],
|
|
5578
|
+
"exports": [
|
|
5526
5579
|
{
|
|
5527
5580
|
"kind": "js",
|
|
5528
|
-
"name": "
|
|
5581
|
+
"name": "*",
|
|
5529
5582
|
"declaration": {
|
|
5530
|
-
"name": "
|
|
5531
|
-
"
|
|
5583
|
+
"name": "*",
|
|
5584
|
+
"package": "./column.template"
|
|
5532
5585
|
}
|
|
5533
5586
|
},
|
|
5534
5587
|
{
|
|
5535
5588
|
"kind": "js",
|
|
5536
|
-
"name": "
|
|
5589
|
+
"name": "*",
|
|
5537
5590
|
"declaration": {
|
|
5538
|
-
"name": "
|
|
5539
|
-
"
|
|
5591
|
+
"name": "*",
|
|
5592
|
+
"package": "./column"
|
|
5540
5593
|
}
|
|
5541
5594
|
},
|
|
5542
5595
|
{
|
|
5543
5596
|
"kind": "js",
|
|
5544
|
-
"name": "
|
|
5597
|
+
"name": "*",
|
|
5545
5598
|
"declaration": {
|
|
5546
|
-
"name": "
|
|
5547
|
-
"
|
|
5599
|
+
"name": "*",
|
|
5600
|
+
"package": "./utils"
|
|
5548
5601
|
}
|
|
5549
5602
|
}
|
|
5550
5603
|
]
|
|
5551
5604
|
},
|
|
5552
5605
|
{
|
|
5553
5606
|
"kind": "javascript-module",
|
|
5554
|
-
"path": "src/cell-renderers/
|
|
5607
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5555
5608
|
"declarations": [
|
|
5556
5609
|
{
|
|
5557
5610
|
"kind": "class",
|
|
5558
|
-
"description": "The
|
|
5559
|
-
"name": "
|
|
5611
|
+
"description": "The AG Action Renderer element.",
|
|
5612
|
+
"name": "ActionRenderer",
|
|
5560
5613
|
"members": [
|
|
5561
5614
|
{
|
|
5562
5615
|
"kind": "field",
|
|
5563
5616
|
"name": "params",
|
|
5564
5617
|
"type": {
|
|
5565
|
-
"text": "ICellRendererParams"
|
|
5618
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5619
|
+
},
|
|
5620
|
+
"privacy": "public"
|
|
5621
|
+
},
|
|
5622
|
+
{
|
|
5623
|
+
"kind": "field",
|
|
5624
|
+
"name": "pendingAction",
|
|
5625
|
+
"type": {
|
|
5626
|
+
"text": "boolean"
|
|
5566
5627
|
},
|
|
5567
5628
|
"privacy": "public"
|
|
5568
5629
|
},
|
|
@@ -5574,7 +5635,7 @@
|
|
|
5574
5635
|
{
|
|
5575
5636
|
"name": "params",
|
|
5576
5637
|
"type": {
|
|
5577
|
-
"text": "ICellRendererParams"
|
|
5638
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5578
5639
|
}
|
|
5579
5640
|
}
|
|
5580
5641
|
]
|
|
@@ -5602,6 +5663,31 @@
|
|
|
5602
5663
|
}
|
|
5603
5664
|
]
|
|
5604
5665
|
},
|
|
5666
|
+
{
|
|
5667
|
+
"kind": "method",
|
|
5668
|
+
"name": "isDisabled",
|
|
5669
|
+
"privacy": "public",
|
|
5670
|
+
"return": {
|
|
5671
|
+
"type": {
|
|
5672
|
+
"text": "boolean"
|
|
5673
|
+
}
|
|
5674
|
+
},
|
|
5675
|
+
"parameters": [
|
|
5676
|
+
{
|
|
5677
|
+
"name": "data"
|
|
5678
|
+
}
|
|
5679
|
+
]
|
|
5680
|
+
},
|
|
5681
|
+
{
|
|
5682
|
+
"kind": "method",
|
|
5683
|
+
"name": "clickHandler",
|
|
5684
|
+
"privacy": "public"
|
|
5685
|
+
},
|
|
5686
|
+
{
|
|
5687
|
+
"kind": "field",
|
|
5688
|
+
"name": "dataTestId",
|
|
5689
|
+
"readonly": true
|
|
5690
|
+
},
|
|
5605
5691
|
{
|
|
5606
5692
|
"kind": "field",
|
|
5607
5693
|
"name": "_presentation",
|
|
@@ -5718,26 +5804,253 @@
|
|
|
5718
5804
|
"name": "FoundationElement",
|
|
5719
5805
|
"package": "@microsoft/fast-foundation"
|
|
5720
5806
|
},
|
|
5721
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5807
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5722
5808
|
"customElement": true
|
|
5723
5809
|
},
|
|
5724
5810
|
{
|
|
5725
5811
|
"kind": "variable",
|
|
5726
|
-
"name": "
|
|
5727
|
-
"description": "
|
|
5812
|
+
"name": "actionHeightMultiplier",
|
|
5813
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5728
5814
|
"privacy": "public"
|
|
5729
5815
|
},
|
|
5730
5816
|
{
|
|
5731
|
-
"kind": "
|
|
5732
|
-
"name": "
|
|
5733
|
-
"
|
|
5734
|
-
|
|
5735
|
-
|
|
5736
|
-
|
|
5737
|
-
|
|
5738
|
-
"
|
|
5739
|
-
|
|
5740
|
-
|
|
5817
|
+
"kind": "variable",
|
|
5818
|
+
"name": "agActionRendererStyles",
|
|
5819
|
+
"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`",
|
|
5820
|
+
"description": "The AG Action Renderer Styles.",
|
|
5821
|
+
"privacy": "public"
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
"kind": "variable",
|
|
5825
|
+
"name": "foundationGridProActionRenderer",
|
|
5826
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5827
|
+
"privacy": "public"
|
|
5828
|
+
}
|
|
5829
|
+
],
|
|
5830
|
+
"exports": [
|
|
5831
|
+
{
|
|
5832
|
+
"kind": "js",
|
|
5833
|
+
"name": "ActionRenderer",
|
|
5834
|
+
"declaration": {
|
|
5835
|
+
"name": "ActionRenderer",
|
|
5836
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5837
|
+
}
|
|
5838
|
+
},
|
|
5839
|
+
{
|
|
5840
|
+
"kind": "js",
|
|
5841
|
+
"name": "actionHeightMultiplier",
|
|
5842
|
+
"declaration": {
|
|
5843
|
+
"name": "actionHeightMultiplier",
|
|
5844
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5845
|
+
}
|
|
5846
|
+
},
|
|
5847
|
+
{
|
|
5848
|
+
"kind": "js",
|
|
5849
|
+
"name": "agActionRendererStyles",
|
|
5850
|
+
"declaration": {
|
|
5851
|
+
"name": "agActionRendererStyles",
|
|
5852
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5853
|
+
}
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"kind": "js",
|
|
5857
|
+
"name": "foundationGridProActionRenderer",
|
|
5858
|
+
"declaration": {
|
|
5859
|
+
"name": "foundationGridProActionRenderer",
|
|
5860
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5861
|
+
}
|
|
5862
|
+
}
|
|
5863
|
+
]
|
|
5864
|
+
},
|
|
5865
|
+
{
|
|
5866
|
+
"kind": "javascript-module",
|
|
5867
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5868
|
+
"declarations": [
|
|
5869
|
+
{
|
|
5870
|
+
"kind": "class",
|
|
5871
|
+
"description": "The Actions Menu Renderer element.",
|
|
5872
|
+
"name": "ActionsMenuRenderer",
|
|
5873
|
+
"members": [
|
|
5874
|
+
{
|
|
5875
|
+
"kind": "field",
|
|
5876
|
+
"name": "params",
|
|
5877
|
+
"type": {
|
|
5878
|
+
"text": "ICellRendererParams"
|
|
5879
|
+
},
|
|
5880
|
+
"privacy": "public"
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "method",
|
|
5884
|
+
"name": "init",
|
|
5885
|
+
"privacy": "public",
|
|
5886
|
+
"parameters": [
|
|
5887
|
+
{
|
|
5888
|
+
"name": "params",
|
|
5889
|
+
"type": {
|
|
5890
|
+
"text": "ICellRendererParams"
|
|
5891
|
+
}
|
|
5892
|
+
}
|
|
5893
|
+
]
|
|
5894
|
+
},
|
|
5895
|
+
{
|
|
5896
|
+
"kind": "method",
|
|
5897
|
+
"name": "getGui",
|
|
5898
|
+
"privacy": "public",
|
|
5899
|
+
"return": {
|
|
5900
|
+
"type": {
|
|
5901
|
+
"text": "HTMLElement"
|
|
5902
|
+
}
|
|
5903
|
+
}
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"kind": "method",
|
|
5907
|
+
"name": "refresh",
|
|
5908
|
+
"privacy": "public",
|
|
5909
|
+
"parameters": [
|
|
5910
|
+
{
|
|
5911
|
+
"name": "params",
|
|
5912
|
+
"type": {
|
|
5913
|
+
"text": "ICellRendererParams"
|
|
5914
|
+
}
|
|
5915
|
+
}
|
|
5916
|
+
]
|
|
5917
|
+
},
|
|
5918
|
+
{
|
|
5919
|
+
"kind": "field",
|
|
5920
|
+
"name": "_presentation",
|
|
5921
|
+
"type": {
|
|
5922
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5923
|
+
},
|
|
5924
|
+
"privacy": "private",
|
|
5925
|
+
"default": "void 0",
|
|
5926
|
+
"inheritedFrom": {
|
|
5927
|
+
"name": "FoundationElement",
|
|
5928
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5929
|
+
}
|
|
5930
|
+
},
|
|
5931
|
+
{
|
|
5932
|
+
"kind": "field",
|
|
5933
|
+
"name": "$presentation",
|
|
5934
|
+
"type": {
|
|
5935
|
+
"text": "ComponentPresentation | null"
|
|
5936
|
+
},
|
|
5937
|
+
"privacy": "public",
|
|
5938
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5939
|
+
"inheritedFrom": {
|
|
5940
|
+
"name": "FoundationElement",
|
|
5941
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "field",
|
|
5946
|
+
"name": "template",
|
|
5947
|
+
"type": {
|
|
5948
|
+
"text": "ElementViewTemplate | void | null"
|
|
5949
|
+
},
|
|
5950
|
+
"privacy": "public",
|
|
5951
|
+
"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.",
|
|
5952
|
+
"inheritedFrom": {
|
|
5953
|
+
"name": "FoundationElement",
|
|
5954
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "method",
|
|
5959
|
+
"name": "templateChanged",
|
|
5960
|
+
"privacy": "protected",
|
|
5961
|
+
"return": {
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "void"
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"inheritedFrom": {
|
|
5967
|
+
"name": "FoundationElement",
|
|
5968
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5969
|
+
}
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "field",
|
|
5973
|
+
"name": "styles",
|
|
5974
|
+
"type": {
|
|
5975
|
+
"text": "ElementStyles | void | null"
|
|
5976
|
+
},
|
|
5977
|
+
"privacy": "public",
|
|
5978
|
+
"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.",
|
|
5979
|
+
"inheritedFrom": {
|
|
5980
|
+
"name": "FoundationElement",
|
|
5981
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5982
|
+
}
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"kind": "method",
|
|
5986
|
+
"name": "stylesChanged",
|
|
5987
|
+
"privacy": "protected",
|
|
5988
|
+
"return": {
|
|
5989
|
+
"type": {
|
|
5990
|
+
"text": "void"
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5993
|
+
"inheritedFrom": {
|
|
5994
|
+
"name": "FoundationElement",
|
|
5995
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5996
|
+
}
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"kind": "method",
|
|
6000
|
+
"name": "compose",
|
|
6001
|
+
"privacy": "public",
|
|
6002
|
+
"static": true,
|
|
6003
|
+
"return": {
|
|
6004
|
+
"type": {
|
|
6005
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6006
|
+
}
|
|
6007
|
+
},
|
|
6008
|
+
"parameters": [
|
|
6009
|
+
{
|
|
6010
|
+
"name": "this",
|
|
6011
|
+
"type": {
|
|
6012
|
+
"text": "K"
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"name": "elementDefinition",
|
|
6017
|
+
"type": {
|
|
6018
|
+
"text": "T"
|
|
6019
|
+
},
|
|
6020
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6021
|
+
}
|
|
6022
|
+
],
|
|
6023
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6024
|
+
"inheritedFrom": {
|
|
6025
|
+
"name": "FoundationElement",
|
|
6026
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6027
|
+
}
|
|
6028
|
+
}
|
|
6029
|
+
],
|
|
6030
|
+
"superclass": {
|
|
6031
|
+
"name": "FoundationElement",
|
|
6032
|
+
"package": "@microsoft/fast-foundation"
|
|
6033
|
+
},
|
|
6034
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6035
|
+
"customElement": true
|
|
6036
|
+
},
|
|
6037
|
+
{
|
|
6038
|
+
"kind": "variable",
|
|
6039
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6040
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6041
|
+
"privacy": "public"
|
|
6042
|
+
},
|
|
6043
|
+
{
|
|
6044
|
+
"kind": "function",
|
|
6045
|
+
"name": "getActionsMenuDef",
|
|
6046
|
+
"return": {
|
|
6047
|
+
"type": {
|
|
6048
|
+
"text": ""
|
|
6049
|
+
}
|
|
6050
|
+
},
|
|
6051
|
+
"parameters": [
|
|
6052
|
+
{
|
|
6053
|
+
"name": "actions",
|
|
5741
6054
|
"type": {
|
|
5742
6055
|
"text": "ActionMenuItem[]"
|
|
5743
6056
|
},
|
|
@@ -7519,374 +7832,54 @@
|
|
|
7519
7832
|
}
|
|
7520
7833
|
],
|
|
7521
7834
|
"inheritedFrom": {
|
|
7522
|
-
"name": "AgTextFieldRenderer",
|
|
7523
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7524
|
-
}
|
|
7525
|
-
},
|
|
7526
|
-
{
|
|
7527
|
-
"kind": "method",
|
|
7528
|
-
"name": "getGui",
|
|
7529
|
-
"privacy": "public",
|
|
7530
|
-
"return": {
|
|
7531
|
-
"type": {
|
|
7532
|
-
"text": "HTMLElement"
|
|
7533
|
-
}
|
|
7534
|
-
},
|
|
7535
|
-
"inheritedFrom": {
|
|
7536
|
-
"name": "AgTextFieldRenderer",
|
|
7537
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7538
|
-
}
|
|
7539
|
-
},
|
|
7540
|
-
{
|
|
7541
|
-
"kind": "method",
|
|
7542
|
-
"name": "destroy",
|
|
7543
|
-
"privacy": "public",
|
|
7544
|
-
"inheritedFrom": {
|
|
7545
|
-
"name": "AgTextFieldRenderer",
|
|
7546
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7547
|
-
}
|
|
7548
|
-
},
|
|
7549
|
-
{
|
|
7550
|
-
"kind": "method",
|
|
7551
|
-
"name": "refresh",
|
|
7552
|
-
"privacy": "public",
|
|
7553
|
-
"parameters": [
|
|
7554
|
-
{
|
|
7555
|
-
"name": "params",
|
|
7556
|
-
"type": {
|
|
7557
|
-
"text": "FuiCellRendererParams"
|
|
7558
|
-
}
|
|
7559
|
-
}
|
|
7560
|
-
],
|
|
7561
|
-
"inheritedFrom": {
|
|
7562
|
-
"name": "AgTextFieldRenderer",
|
|
7563
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7564
|
-
}
|
|
7565
|
-
},
|
|
7566
|
-
{
|
|
7567
|
-
"kind": "method",
|
|
7568
|
-
"name": "isDisabled",
|
|
7569
|
-
"privacy": "public",
|
|
7570
|
-
"return": {
|
|
7571
|
-
"type": {
|
|
7572
|
-
"text": "boolean"
|
|
7573
|
-
}
|
|
7574
|
-
},
|
|
7575
|
-
"parameters": [
|
|
7576
|
-
{
|
|
7577
|
-
"name": "data"
|
|
7578
|
-
}
|
|
7579
|
-
],
|
|
7580
|
-
"inheritedFrom": {
|
|
7581
|
-
"name": "AgTextFieldRenderer",
|
|
7582
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7583
|
-
}
|
|
7584
|
-
},
|
|
7585
|
-
{
|
|
7586
|
-
"kind": "field",
|
|
7587
|
-
"name": "textChanged",
|
|
7588
|
-
"privacy": "public",
|
|
7589
|
-
"description": "On text change handler",
|
|
7590
|
-
"parameters": [
|
|
7591
|
-
{
|
|
7592
|
-
"description": "CustomEvent",
|
|
7593
|
-
"name": "e"
|
|
7594
|
-
}
|
|
7595
|
-
],
|
|
7596
|
-
"inheritedFrom": {
|
|
7597
|
-
"name": "AgTextFieldRenderer",
|
|
7598
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7599
|
-
}
|
|
7600
|
-
},
|
|
7601
|
-
{
|
|
7602
|
-
"kind": "field",
|
|
7603
|
-
"name": "_presentation",
|
|
7604
|
-
"type": {
|
|
7605
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7606
|
-
},
|
|
7607
|
-
"privacy": "private",
|
|
7608
|
-
"default": "void 0",
|
|
7609
|
-
"inheritedFrom": {
|
|
7610
|
-
"name": "FoundationElement",
|
|
7611
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7612
|
-
}
|
|
7613
|
-
},
|
|
7614
|
-
{
|
|
7615
|
-
"kind": "field",
|
|
7616
|
-
"name": "$presentation",
|
|
7617
|
-
"type": {
|
|
7618
|
-
"text": "ComponentPresentation | null"
|
|
7619
|
-
},
|
|
7620
|
-
"privacy": "public",
|
|
7621
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7622
|
-
"inheritedFrom": {
|
|
7623
|
-
"name": "FoundationElement",
|
|
7624
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7625
|
-
}
|
|
7626
|
-
},
|
|
7627
|
-
{
|
|
7628
|
-
"kind": "field",
|
|
7629
|
-
"name": "template",
|
|
7630
|
-
"type": {
|
|
7631
|
-
"text": "ElementViewTemplate | void | null"
|
|
7632
|
-
},
|
|
7633
|
-
"privacy": "public",
|
|
7634
|
-
"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.",
|
|
7635
|
-
"inheritedFrom": {
|
|
7636
|
-
"name": "FoundationElement",
|
|
7637
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7638
|
-
}
|
|
7639
|
-
},
|
|
7640
|
-
{
|
|
7641
|
-
"kind": "method",
|
|
7642
|
-
"name": "templateChanged",
|
|
7643
|
-
"privacy": "protected",
|
|
7644
|
-
"return": {
|
|
7645
|
-
"type": {
|
|
7646
|
-
"text": "void"
|
|
7647
|
-
}
|
|
7648
|
-
},
|
|
7649
|
-
"inheritedFrom": {
|
|
7650
|
-
"name": "FoundationElement",
|
|
7651
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7652
|
-
}
|
|
7653
|
-
},
|
|
7654
|
-
{
|
|
7655
|
-
"kind": "field",
|
|
7656
|
-
"name": "styles",
|
|
7657
|
-
"type": {
|
|
7658
|
-
"text": "ElementStyles | void | null"
|
|
7659
|
-
},
|
|
7660
|
-
"privacy": "public",
|
|
7661
|
-
"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.",
|
|
7662
|
-
"inheritedFrom": {
|
|
7663
|
-
"name": "FoundationElement",
|
|
7664
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7665
|
-
}
|
|
7666
|
-
},
|
|
7667
|
-
{
|
|
7668
|
-
"kind": "method",
|
|
7669
|
-
"name": "stylesChanged",
|
|
7670
|
-
"privacy": "protected",
|
|
7671
|
-
"return": {
|
|
7672
|
-
"type": {
|
|
7673
|
-
"text": "void"
|
|
7674
|
-
}
|
|
7675
|
-
},
|
|
7676
|
-
"inheritedFrom": {
|
|
7677
|
-
"name": "FoundationElement",
|
|
7678
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7679
|
-
}
|
|
7680
|
-
},
|
|
7681
|
-
{
|
|
7682
|
-
"kind": "method",
|
|
7683
|
-
"name": "compose",
|
|
7684
|
-
"privacy": "public",
|
|
7685
|
-
"static": true,
|
|
7686
|
-
"return": {
|
|
7687
|
-
"type": {
|
|
7688
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7689
|
-
}
|
|
7690
|
-
},
|
|
7691
|
-
"parameters": [
|
|
7692
|
-
{
|
|
7693
|
-
"name": "this",
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "K"
|
|
7696
|
-
}
|
|
7697
|
-
},
|
|
7698
|
-
{
|
|
7699
|
-
"name": "elementDefinition",
|
|
7700
|
-
"type": {
|
|
7701
|
-
"text": "T"
|
|
7702
|
-
},
|
|
7703
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7704
|
-
}
|
|
7705
|
-
],
|
|
7706
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7707
|
-
"inheritedFrom": {
|
|
7708
|
-
"name": "FoundationElement",
|
|
7709
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7710
|
-
}
|
|
7711
|
-
}
|
|
7712
|
-
]
|
|
7713
|
-
},
|
|
7714
|
-
{
|
|
7715
|
-
"kind": "variable",
|
|
7716
|
-
"name": "textRendererStyles",
|
|
7717
|
-
"default": "textFieldRendererStyles",
|
|
7718
|
-
"privacy": "public",
|
|
7719
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7720
|
-
},
|
|
7721
|
-
{
|
|
7722
|
-
"kind": "variable",
|
|
7723
|
-
"name": "getTextRendererTemplate",
|
|
7724
|
-
"default": "getTextFieldRendererTemplate",
|
|
7725
|
-
"privacy": "public",
|
|
7726
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7727
|
-
},
|
|
7728
|
-
{
|
|
7729
|
-
"kind": "variable",
|
|
7730
|
-
"name": "foundationAgTextRenderer",
|
|
7731
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7732
|
-
"privacy": "public",
|
|
7733
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7734
|
-
}
|
|
7735
|
-
],
|
|
7736
|
-
"exports": [
|
|
7737
|
-
{
|
|
7738
|
-
"kind": "js",
|
|
7739
|
-
"name": "AgTextRenderer",
|
|
7740
|
-
"declaration": {
|
|
7741
|
-
"name": "AgTextRenderer",
|
|
7742
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7743
|
-
}
|
|
7744
|
-
},
|
|
7745
|
-
{
|
|
7746
|
-
"kind": "js",
|
|
7747
|
-
"name": "textRendererStyles",
|
|
7748
|
-
"declaration": {
|
|
7749
|
-
"name": "textRendererStyles",
|
|
7750
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7751
|
-
}
|
|
7752
|
-
},
|
|
7753
|
-
{
|
|
7754
|
-
"kind": "js",
|
|
7755
|
-
"name": "getTextRendererTemplate",
|
|
7756
|
-
"declaration": {
|
|
7757
|
-
"name": "getTextRendererTemplate",
|
|
7758
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7759
|
-
}
|
|
7760
|
-
},
|
|
7761
|
-
{
|
|
7762
|
-
"kind": "js",
|
|
7763
|
-
"name": "foundationAgTextRenderer",
|
|
7764
|
-
"declaration": {
|
|
7765
|
-
"name": "foundationAgTextRenderer",
|
|
7766
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7767
|
-
}
|
|
7768
|
-
}
|
|
7769
|
-
]
|
|
7770
|
-
},
|
|
7771
|
-
{
|
|
7772
|
-
"kind": "javascript-module",
|
|
7773
|
-
"path": "src/column/column.template.ts",
|
|
7774
|
-
"declarations": [
|
|
7775
|
-
{
|
|
7776
|
-
"kind": "variable",
|
|
7777
|
-
"name": "ColumnTemplate",
|
|
7778
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7779
|
-
"description": "The Grid Pro Column Template.",
|
|
7780
|
-
"privacy": "public"
|
|
7781
|
-
}
|
|
7782
|
-
],
|
|
7783
|
-
"exports": [
|
|
7784
|
-
{
|
|
7785
|
-
"kind": "js",
|
|
7786
|
-
"name": "ColumnTemplate",
|
|
7787
|
-
"declaration": {
|
|
7788
|
-
"name": "ColumnTemplate",
|
|
7789
|
-
"module": "src/column/column.template.ts"
|
|
7790
|
-
}
|
|
7791
|
-
}
|
|
7792
|
-
]
|
|
7793
|
-
},
|
|
7794
|
-
{
|
|
7795
|
-
"kind": "javascript-module",
|
|
7796
|
-
"path": "src/column/column.ts",
|
|
7797
|
-
"declarations": [
|
|
7798
|
-
{
|
|
7799
|
-
"kind": "class",
|
|
7800
|
-
"description": "The Grid Pro Column element.",
|
|
7801
|
-
"name": "GridProColumn",
|
|
7802
|
-
"members": [
|
|
7803
|
-
{
|
|
7804
|
-
"kind": "field",
|
|
7805
|
-
"name": "slottedAgCell",
|
|
7806
|
-
"type": {
|
|
7807
|
-
"text": "HTMLElement[]"
|
|
7808
|
-
},
|
|
7809
|
-
"privacy": "public"
|
|
7810
|
-
},
|
|
7811
|
-
{
|
|
7812
|
-
"kind": "field",
|
|
7813
|
-
"name": "definition",
|
|
7814
|
-
"type": {
|
|
7815
|
-
"text": "ColDef"
|
|
7816
|
-
},
|
|
7817
|
-
"default": "{}"
|
|
7818
|
-
},
|
|
7819
|
-
{
|
|
7820
|
-
"kind": "method",
|
|
7821
|
-
"name": "slottedAgCellChanged",
|
|
7822
|
-
"privacy": "public"
|
|
7823
|
-
},
|
|
7824
|
-
{
|
|
7825
|
-
"kind": "method",
|
|
7826
|
-
"name": "deepClone",
|
|
7827
|
-
"return": {
|
|
7828
|
-
"type": {
|
|
7829
|
-
"text": "Node"
|
|
7830
|
-
}
|
|
7831
|
-
},
|
|
7832
|
-
"inheritedFrom": {
|
|
7833
|
-
"name": "LifecycleMixin",
|
|
7834
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7835
|
-
}
|
|
7836
|
-
},
|
|
7837
|
-
{
|
|
7838
|
-
"kind": "method",
|
|
7839
|
-
"name": "cloneNode",
|
|
7840
|
-
"return": {
|
|
7841
|
-
"type": {
|
|
7842
|
-
"text": "Node"
|
|
7843
|
-
}
|
|
7844
|
-
},
|
|
7845
|
-
"parameters": [
|
|
7846
|
-
{
|
|
7847
|
-
"name": "deep",
|
|
7848
|
-
"optional": true,
|
|
7849
|
-
"type": {
|
|
7850
|
-
"text": "boolean"
|
|
7851
|
-
}
|
|
7852
|
-
}
|
|
7853
|
-
],
|
|
7854
|
-
"inheritedFrom": {
|
|
7855
|
-
"name": "LifecycleMixin",
|
|
7856
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7835
|
+
"name": "AgTextFieldRenderer",
|
|
7836
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7857
7837
|
}
|
|
7858
7838
|
},
|
|
7859
7839
|
{
|
|
7860
|
-
"kind": "
|
|
7861
|
-
"name": "
|
|
7840
|
+
"kind": "method",
|
|
7841
|
+
"name": "getGui",
|
|
7842
|
+
"privacy": "public",
|
|
7862
7843
|
"return": {
|
|
7863
7844
|
"type": {
|
|
7864
|
-
"text": ""
|
|
7845
|
+
"text": "HTMLElement"
|
|
7865
7846
|
}
|
|
7866
7847
|
},
|
|
7867
|
-
"readonly": true,
|
|
7868
7848
|
"inheritedFrom": {
|
|
7869
|
-
"name": "
|
|
7870
|
-
"module": "src/
|
|
7849
|
+
"name": "AgTextFieldRenderer",
|
|
7850
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7871
7851
|
}
|
|
7872
7852
|
},
|
|
7873
7853
|
{
|
|
7874
|
-
"kind": "
|
|
7875
|
-
"name": "
|
|
7876
|
-
"
|
|
7877
|
-
|
|
7878
|
-
|
|
7854
|
+
"kind": "method",
|
|
7855
|
+
"name": "destroy",
|
|
7856
|
+
"privacy": "public",
|
|
7857
|
+
"inheritedFrom": {
|
|
7858
|
+
"name": "AgTextFieldRenderer",
|
|
7859
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7860
|
+
}
|
|
7861
|
+
},
|
|
7862
|
+
{
|
|
7863
|
+
"kind": "method",
|
|
7864
|
+
"name": "refresh",
|
|
7865
|
+
"privacy": "public",
|
|
7866
|
+
"parameters": [
|
|
7867
|
+
{
|
|
7868
|
+
"name": "params",
|
|
7869
|
+
"type": {
|
|
7870
|
+
"text": "FuiCellRendererParams"
|
|
7871
|
+
}
|
|
7879
7872
|
}
|
|
7880
|
-
|
|
7881
|
-
"readonly": true,
|
|
7873
|
+
],
|
|
7882
7874
|
"inheritedFrom": {
|
|
7883
|
-
"name": "
|
|
7884
|
-
"module": "src/
|
|
7875
|
+
"name": "AgTextFieldRenderer",
|
|
7876
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7885
7877
|
}
|
|
7886
7878
|
},
|
|
7887
7879
|
{
|
|
7888
7880
|
"kind": "method",
|
|
7889
|
-
"name": "
|
|
7881
|
+
"name": "isDisabled",
|
|
7882
|
+
"privacy": "public",
|
|
7890
7883
|
"return": {
|
|
7891
7884
|
"type": {
|
|
7892
7885
|
"text": "boolean"
|
|
@@ -7894,15 +7887,28 @@
|
|
|
7894
7887
|
},
|
|
7895
7888
|
"parameters": [
|
|
7896
7889
|
{
|
|
7897
|
-
"name": "
|
|
7898
|
-
"type": {
|
|
7899
|
-
"text": "Lifecycletype"
|
|
7900
|
-
}
|
|
7890
|
+
"name": "data"
|
|
7901
7891
|
}
|
|
7902
7892
|
],
|
|
7903
7893
|
"inheritedFrom": {
|
|
7904
|
-
"name": "
|
|
7905
|
-
"module": "src/
|
|
7894
|
+
"name": "AgTextFieldRenderer",
|
|
7895
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7896
|
+
}
|
|
7897
|
+
},
|
|
7898
|
+
{
|
|
7899
|
+
"kind": "field",
|
|
7900
|
+
"name": "textChanged",
|
|
7901
|
+
"privacy": "public",
|
|
7902
|
+
"description": "On text change handler",
|
|
7903
|
+
"parameters": [
|
|
7904
|
+
{
|
|
7905
|
+
"description": "CustomEvent",
|
|
7906
|
+
"name": "e"
|
|
7907
|
+
}
|
|
7908
|
+
],
|
|
7909
|
+
"inheritedFrom": {
|
|
7910
|
+
"name": "AgTextFieldRenderer",
|
|
7911
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7906
7912
|
}
|
|
7907
7913
|
},
|
|
7908
7914
|
{
|
|
@@ -8016,67 +8022,61 @@
|
|
|
8016
8022
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8017
8023
|
}
|
|
8018
8024
|
}
|
|
8019
|
-
]
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
|
|
8024
|
-
|
|
8025
|
-
|
|
8026
|
-
"
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
"
|
|
8031
|
-
"
|
|
8025
|
+
]
|
|
8026
|
+
},
|
|
8027
|
+
{
|
|
8028
|
+
"kind": "variable",
|
|
8029
|
+
"name": "textRendererStyles",
|
|
8030
|
+
"default": "textFieldRendererStyles",
|
|
8031
|
+
"privacy": "public",
|
|
8032
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"kind": "variable",
|
|
8036
|
+
"name": "getTextRendererTemplate",
|
|
8037
|
+
"default": "getTextFieldRendererTemplate",
|
|
8038
|
+
"privacy": "public",
|
|
8039
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8040
|
+
},
|
|
8041
|
+
{
|
|
8042
|
+
"kind": "variable",
|
|
8043
|
+
"name": "foundationAgTextRenderer",
|
|
8044
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8045
|
+
"privacy": "public",
|
|
8046
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8032
8047
|
}
|
|
8033
8048
|
],
|
|
8034
8049
|
"exports": [
|
|
8035
8050
|
{
|
|
8036
8051
|
"kind": "js",
|
|
8037
|
-
"name": "
|
|
8052
|
+
"name": "AgTextRenderer",
|
|
8038
8053
|
"declaration": {
|
|
8039
|
-
"name": "
|
|
8040
|
-
"module": "src/
|
|
8054
|
+
"name": "AgTextRenderer",
|
|
8055
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8041
8056
|
}
|
|
8042
8057
|
},
|
|
8043
|
-
{
|
|
8044
|
-
"kind": "custom-element-definition",
|
|
8045
|
-
"name": "grid-pro-column",
|
|
8046
|
-
"declaration": {
|
|
8047
|
-
"name": "GridProColumn",
|
|
8048
|
-
"module": "src/column/column.ts"
|
|
8049
|
-
}
|
|
8050
|
-
}
|
|
8051
|
-
]
|
|
8052
|
-
},
|
|
8053
|
-
{
|
|
8054
|
-
"kind": "javascript-module",
|
|
8055
|
-
"path": "src/column/index.ts",
|
|
8056
|
-
"declarations": [],
|
|
8057
|
-
"exports": [
|
|
8058
8058
|
{
|
|
8059
8059
|
"kind": "js",
|
|
8060
|
-
"name": "
|
|
8060
|
+
"name": "textRendererStyles",
|
|
8061
8061
|
"declaration": {
|
|
8062
|
-
"name": "
|
|
8063
|
-
"
|
|
8062
|
+
"name": "textRendererStyles",
|
|
8063
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8064
8064
|
}
|
|
8065
8065
|
},
|
|
8066
8066
|
{
|
|
8067
8067
|
"kind": "js",
|
|
8068
|
-
"name": "
|
|
8068
|
+
"name": "getTextRendererTemplate",
|
|
8069
8069
|
"declaration": {
|
|
8070
|
-
"name": "
|
|
8071
|
-
"
|
|
8070
|
+
"name": "getTextRendererTemplate",
|
|
8071
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8072
8072
|
}
|
|
8073
8073
|
},
|
|
8074
8074
|
{
|
|
8075
8075
|
"kind": "js",
|
|
8076
|
-
"name": "
|
|
8076
|
+
"name": "foundationAgTextRenderer",
|
|
8077
8077
|
"declaration": {
|
|
8078
|
-
"name": "
|
|
8079
|
-
"
|
|
8078
|
+
"name": "foundationAgTextRenderer",
|
|
8079
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8080
8080
|
}
|
|
8081
8081
|
}
|
|
8082
8082
|
]
|
|
@@ -19976,60 +19976,6 @@
|
|
|
19976
19976
|
}
|
|
19977
19977
|
]
|
|
19978
19978
|
},
|
|
19979
|
-
{
|
|
19980
|
-
"kind": "javascript-module",
|
|
19981
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19982
|
-
"declarations": [
|
|
19983
|
-
{
|
|
19984
|
-
"kind": "function",
|
|
19985
|
-
"name": "setValueWithAccessor",
|
|
19986
|
-
"return": {
|
|
19987
|
-
"type": {
|
|
19988
|
-
"text": "string"
|
|
19989
|
-
}
|
|
19990
|
-
},
|
|
19991
|
-
"parameters": [
|
|
19992
|
-
{
|
|
19993
|
-
"name": "data",
|
|
19994
|
-
"type": {
|
|
19995
|
-
"text": "any"
|
|
19996
|
-
}
|
|
19997
|
-
},
|
|
19998
|
-
{
|
|
19999
|
-
"name": "accessor",
|
|
20000
|
-
"type": {
|
|
20001
|
-
"text": "string"
|
|
20002
|
-
}
|
|
20003
|
-
}
|
|
20004
|
-
]
|
|
20005
|
-
}
|
|
20006
|
-
],
|
|
20007
|
-
"exports": [
|
|
20008
|
-
{
|
|
20009
|
-
"kind": "js",
|
|
20010
|
-
"name": "setValueWithAccessor",
|
|
20011
|
-
"declaration": {
|
|
20012
|
-
"name": "setValueWithAccessor",
|
|
20013
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20014
|
-
}
|
|
20015
|
-
}
|
|
20016
|
-
]
|
|
20017
|
-
},
|
|
20018
|
-
{
|
|
20019
|
-
"kind": "javascript-module",
|
|
20020
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20021
|
-
"declarations": [],
|
|
20022
|
-
"exports": [
|
|
20023
|
-
{
|
|
20024
|
-
"kind": "js",
|
|
20025
|
-
"name": "*",
|
|
20026
|
-
"declaration": {
|
|
20027
|
-
"name": "*",
|
|
20028
|
-
"package": "./accessor"
|
|
20029
|
-
}
|
|
20030
|
-
}
|
|
20031
|
-
]
|
|
20032
|
-
},
|
|
20033
19979
|
{
|
|
20034
19980
|
"kind": "javascript-module",
|
|
20035
19981
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20123,6 +20069,60 @@
|
|
|
20123
20069
|
}
|
|
20124
20070
|
}
|
|
20125
20071
|
]
|
|
20072
|
+
},
|
|
20073
|
+
{
|
|
20074
|
+
"kind": "javascript-module",
|
|
20075
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20076
|
+
"declarations": [
|
|
20077
|
+
{
|
|
20078
|
+
"kind": "function",
|
|
20079
|
+
"name": "setValueWithAccessor",
|
|
20080
|
+
"return": {
|
|
20081
|
+
"type": {
|
|
20082
|
+
"text": "string"
|
|
20083
|
+
}
|
|
20084
|
+
},
|
|
20085
|
+
"parameters": [
|
|
20086
|
+
{
|
|
20087
|
+
"name": "data",
|
|
20088
|
+
"type": {
|
|
20089
|
+
"text": "any"
|
|
20090
|
+
}
|
|
20091
|
+
},
|
|
20092
|
+
{
|
|
20093
|
+
"name": "accessor",
|
|
20094
|
+
"type": {
|
|
20095
|
+
"text": "string"
|
|
20096
|
+
}
|
|
20097
|
+
}
|
|
20098
|
+
]
|
|
20099
|
+
}
|
|
20100
|
+
],
|
|
20101
|
+
"exports": [
|
|
20102
|
+
{
|
|
20103
|
+
"kind": "js",
|
|
20104
|
+
"name": "setValueWithAccessor",
|
|
20105
|
+
"declaration": {
|
|
20106
|
+
"name": "setValueWithAccessor",
|
|
20107
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20108
|
+
}
|
|
20109
|
+
}
|
|
20110
|
+
]
|
|
20111
|
+
},
|
|
20112
|
+
{
|
|
20113
|
+
"kind": "javascript-module",
|
|
20114
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20115
|
+
"declarations": [],
|
|
20116
|
+
"exports": [
|
|
20117
|
+
{
|
|
20118
|
+
"kind": "js",
|
|
20119
|
+
"name": "*",
|
|
20120
|
+
"declaration": {
|
|
20121
|
+
"name": "*",
|
|
20122
|
+
"package": "./accessor"
|
|
20123
|
+
}
|
|
20124
|
+
}
|
|
20125
|
+
]
|
|
20126
20126
|
}
|
|
20127
20127
|
]
|
|
20128
20128
|
}
|