@genesislcap/grid-pro 14.445.2 → 14.446.0-canary.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 +531 -531
- package/dist/dts/grid-pro.d.ts +2 -2
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/grid-pro.types.d.ts +3 -3
- package/dist/dts/grid-pro.types.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/esm/grid-pro.js +3 -2
- package/dist/grid-pro.api.json +25 -20
- package/dist/grid-pro.d.ts +5 -6
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -2310,7 +2310,7 @@
|
|
|
2310
2310
|
"kind": "field",
|
|
2311
2311
|
"name": "gridOptions",
|
|
2312
2312
|
"type": {
|
|
2313
|
-
"text": "
|
|
2313
|
+
"text": "GridOptionsConfig"
|
|
2314
2314
|
},
|
|
2315
2315
|
"privacy": "public"
|
|
2316
2316
|
},
|
|
@@ -5298,69 +5298,123 @@
|
|
|
5298
5298
|
},
|
|
5299
5299
|
{
|
|
5300
5300
|
"kind": "javascript-module",
|
|
5301
|
-
"path": "src/
|
|
5301
|
+
"path": "src/column/column.template.ts",
|
|
5302
|
+
"declarations": [
|
|
5303
|
+
{
|
|
5304
|
+
"kind": "variable",
|
|
5305
|
+
"name": "ColumnTemplate",
|
|
5306
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5307
|
+
"description": "The Grid Pro Column Template.",
|
|
5308
|
+
"privacy": "public"
|
|
5309
|
+
}
|
|
5310
|
+
],
|
|
5311
|
+
"exports": [
|
|
5312
|
+
{
|
|
5313
|
+
"kind": "js",
|
|
5314
|
+
"name": "ColumnTemplate",
|
|
5315
|
+
"declaration": {
|
|
5316
|
+
"name": "ColumnTemplate",
|
|
5317
|
+
"module": "src/column/column.template.ts"
|
|
5318
|
+
}
|
|
5319
|
+
}
|
|
5320
|
+
]
|
|
5321
|
+
},
|
|
5322
|
+
{
|
|
5323
|
+
"kind": "javascript-module",
|
|
5324
|
+
"path": "src/column/column.ts",
|
|
5302
5325
|
"declarations": [
|
|
5303
5326
|
{
|
|
5304
5327
|
"kind": "class",
|
|
5305
|
-
"description": "The
|
|
5306
|
-
"name": "
|
|
5328
|
+
"description": "The Grid Pro Column element.",
|
|
5329
|
+
"name": "GridProColumn",
|
|
5307
5330
|
"members": [
|
|
5308
5331
|
{
|
|
5309
5332
|
"kind": "field",
|
|
5310
|
-
"name": "
|
|
5333
|
+
"name": "slottedAgCell",
|
|
5311
5334
|
"type": {
|
|
5312
|
-
"text": "
|
|
5335
|
+
"text": "HTMLElement[]"
|
|
5313
5336
|
},
|
|
5314
5337
|
"privacy": "public"
|
|
5315
5338
|
},
|
|
5316
5339
|
{
|
|
5317
5340
|
"kind": "field",
|
|
5318
|
-
"name": "
|
|
5341
|
+
"name": "definition",
|
|
5319
5342
|
"type": {
|
|
5320
|
-
"text": "
|
|
5343
|
+
"text": "ColDef"
|
|
5321
5344
|
},
|
|
5322
|
-
"
|
|
5345
|
+
"default": "{}"
|
|
5323
5346
|
},
|
|
5324
5347
|
{
|
|
5325
5348
|
"kind": "method",
|
|
5326
|
-
"name": "
|
|
5327
|
-
"privacy": "public"
|
|
5328
|
-
"parameters": [
|
|
5329
|
-
{
|
|
5330
|
-
"name": "params",
|
|
5331
|
-
"type": {
|
|
5332
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5333
|
-
}
|
|
5334
|
-
}
|
|
5335
|
-
]
|
|
5349
|
+
"name": "slottedAgCellChanged",
|
|
5350
|
+
"privacy": "public"
|
|
5336
5351
|
},
|
|
5337
5352
|
{
|
|
5338
5353
|
"kind": "method",
|
|
5339
|
-
"name": "
|
|
5340
|
-
"privacy": "public",
|
|
5354
|
+
"name": "deepClone",
|
|
5341
5355
|
"return": {
|
|
5342
5356
|
"type": {
|
|
5343
|
-
"text": "
|
|
5357
|
+
"text": "Node"
|
|
5344
5358
|
}
|
|
5359
|
+
},
|
|
5360
|
+
"inheritedFrom": {
|
|
5361
|
+
"name": "LifecycleMixin",
|
|
5362
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5345
5363
|
}
|
|
5346
5364
|
},
|
|
5347
5365
|
{
|
|
5348
5366
|
"kind": "method",
|
|
5349
|
-
"name": "
|
|
5350
|
-
"
|
|
5367
|
+
"name": "cloneNode",
|
|
5368
|
+
"return": {
|
|
5369
|
+
"type": {
|
|
5370
|
+
"text": "Node"
|
|
5371
|
+
}
|
|
5372
|
+
},
|
|
5351
5373
|
"parameters": [
|
|
5352
5374
|
{
|
|
5353
|
-
"name": "
|
|
5375
|
+
"name": "deep",
|
|
5376
|
+
"optional": true,
|
|
5354
5377
|
"type": {
|
|
5355
|
-
"text": "
|
|
5378
|
+
"text": "boolean"
|
|
5356
5379
|
}
|
|
5357
5380
|
}
|
|
5358
|
-
]
|
|
5381
|
+
],
|
|
5382
|
+
"inheritedFrom": {
|
|
5383
|
+
"name": "LifecycleMixin",
|
|
5384
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"kind": "field",
|
|
5389
|
+
"name": "shouldRunDisconnect",
|
|
5390
|
+
"return": {
|
|
5391
|
+
"type": {
|
|
5392
|
+
"text": ""
|
|
5393
|
+
}
|
|
5394
|
+
},
|
|
5395
|
+
"readonly": true,
|
|
5396
|
+
"inheritedFrom": {
|
|
5397
|
+
"name": "LifecycleMixin",
|
|
5398
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5399
|
+
}
|
|
5400
|
+
},
|
|
5401
|
+
{
|
|
5402
|
+
"kind": "field",
|
|
5403
|
+
"name": "shouldRunConnect",
|
|
5404
|
+
"return": {
|
|
5405
|
+
"type": {
|
|
5406
|
+
"text": ""
|
|
5407
|
+
}
|
|
5408
|
+
},
|
|
5409
|
+
"readonly": true,
|
|
5410
|
+
"inheritedFrom": {
|
|
5411
|
+
"name": "LifecycleMixin",
|
|
5412
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5413
|
+
}
|
|
5359
5414
|
},
|
|
5360
5415
|
{
|
|
5361
5416
|
"kind": "method",
|
|
5362
|
-
"name": "
|
|
5363
|
-
"privacy": "public",
|
|
5417
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5364
5418
|
"return": {
|
|
5365
5419
|
"type": {
|
|
5366
5420
|
"text": "boolean"
|
|
@@ -5368,19 +5422,16 @@
|
|
|
5368
5422
|
},
|
|
5369
5423
|
"parameters": [
|
|
5370
5424
|
{
|
|
5371
|
-
"name": "
|
|
5425
|
+
"name": "lifecycleType",
|
|
5426
|
+
"type": {
|
|
5427
|
+
"text": "Lifecycletype"
|
|
5428
|
+
}
|
|
5372
5429
|
}
|
|
5373
|
-
]
|
|
5374
|
-
|
|
5375
|
-
|
|
5376
|
-
|
|
5377
|
-
|
|
5378
|
-
"privacy": "public"
|
|
5379
|
-
},
|
|
5380
|
-
{
|
|
5381
|
-
"kind": "field",
|
|
5382
|
-
"name": "dataTestId",
|
|
5383
|
-
"readonly": true
|
|
5430
|
+
],
|
|
5431
|
+
"inheritedFrom": {
|
|
5432
|
+
"name": "LifecycleMixin",
|
|
5433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5434
|
+
}
|
|
5384
5435
|
},
|
|
5385
5436
|
{
|
|
5386
5437
|
"kind": "field",
|
|
@@ -5494,82 +5545,92 @@
|
|
|
5494
5545
|
}
|
|
5495
5546
|
}
|
|
5496
5547
|
],
|
|
5548
|
+
"mixins": [
|
|
5549
|
+
{
|
|
5550
|
+
"name": "LifecycleMixin",
|
|
5551
|
+
"package": "@genesislcap/foundation-utils"
|
|
5552
|
+
}
|
|
5553
|
+
],
|
|
5497
5554
|
"superclass": {
|
|
5498
5555
|
"name": "FoundationElement",
|
|
5499
5556
|
"package": "@microsoft/fast-foundation"
|
|
5500
5557
|
},
|
|
5501
|
-
"tagName": "
|
|
5558
|
+
"tagName": "grid-pro-column",
|
|
5502
5559
|
"customElement": true
|
|
5503
|
-
},
|
|
5504
|
-
{
|
|
5505
|
-
"kind": "variable",
|
|
5506
|
-
"name": "actionHeightMultiplier",
|
|
5507
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5508
|
-
"privacy": "public"
|
|
5509
|
-
},
|
|
5510
|
-
{
|
|
5511
|
-
"kind": "variable",
|
|
5512
|
-
"name": "agActionRendererStyles",
|
|
5513
|
-
"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 display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5514
|
-
"description": "The AG Action Renderer Styles.",
|
|
5515
|
-
"privacy": "public"
|
|
5516
|
-
},
|
|
5517
|
-
{
|
|
5518
|
-
"kind": "variable",
|
|
5519
|
-
"name": "foundationGridProActionRenderer",
|
|
5520
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5521
|
-
"privacy": "public"
|
|
5522
5560
|
}
|
|
5523
5561
|
],
|
|
5524
5562
|
"exports": [
|
|
5525
5563
|
{
|
|
5526
5564
|
"kind": "js",
|
|
5527
|
-
"name": "
|
|
5565
|
+
"name": "GridProColumn",
|
|
5528
5566
|
"declaration": {
|
|
5529
|
-
"name": "
|
|
5530
|
-
"module": "src/
|
|
5567
|
+
"name": "GridProColumn",
|
|
5568
|
+
"module": "src/column/column.ts"
|
|
5531
5569
|
}
|
|
5532
5570
|
},
|
|
5571
|
+
{
|
|
5572
|
+
"kind": "custom-element-definition",
|
|
5573
|
+
"name": "grid-pro-column",
|
|
5574
|
+
"declaration": {
|
|
5575
|
+
"name": "GridProColumn",
|
|
5576
|
+
"module": "src/column/column.ts"
|
|
5577
|
+
}
|
|
5578
|
+
}
|
|
5579
|
+
]
|
|
5580
|
+
},
|
|
5581
|
+
{
|
|
5582
|
+
"kind": "javascript-module",
|
|
5583
|
+
"path": "src/column/index.ts",
|
|
5584
|
+
"declarations": [],
|
|
5585
|
+
"exports": [
|
|
5533
5586
|
{
|
|
5534
5587
|
"kind": "js",
|
|
5535
|
-
"name": "
|
|
5588
|
+
"name": "*",
|
|
5536
5589
|
"declaration": {
|
|
5537
|
-
"name": "
|
|
5538
|
-
"
|
|
5590
|
+
"name": "*",
|
|
5591
|
+
"package": "./column.template"
|
|
5539
5592
|
}
|
|
5540
5593
|
},
|
|
5541
5594
|
{
|
|
5542
5595
|
"kind": "js",
|
|
5543
|
-
"name": "
|
|
5596
|
+
"name": "*",
|
|
5544
5597
|
"declaration": {
|
|
5545
|
-
"name": "
|
|
5546
|
-
"
|
|
5598
|
+
"name": "*",
|
|
5599
|
+
"package": "./column"
|
|
5547
5600
|
}
|
|
5548
5601
|
},
|
|
5549
5602
|
{
|
|
5550
5603
|
"kind": "js",
|
|
5551
|
-
"name": "
|
|
5604
|
+
"name": "*",
|
|
5552
5605
|
"declaration": {
|
|
5553
|
-
"name": "
|
|
5554
|
-
"
|
|
5606
|
+
"name": "*",
|
|
5607
|
+
"package": "./utils"
|
|
5555
5608
|
}
|
|
5556
5609
|
}
|
|
5557
5610
|
]
|
|
5558
5611
|
},
|
|
5559
5612
|
{
|
|
5560
5613
|
"kind": "javascript-module",
|
|
5561
|
-
"path": "src/cell-renderers/
|
|
5614
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5562
5615
|
"declarations": [
|
|
5563
5616
|
{
|
|
5564
5617
|
"kind": "class",
|
|
5565
|
-
"description": "The
|
|
5566
|
-
"name": "
|
|
5618
|
+
"description": "The AG Action Renderer element.",
|
|
5619
|
+
"name": "ActionRenderer",
|
|
5567
5620
|
"members": [
|
|
5568
5621
|
{
|
|
5569
5622
|
"kind": "field",
|
|
5570
5623
|
"name": "params",
|
|
5571
5624
|
"type": {
|
|
5572
|
-
"text": "ICellRendererParams"
|
|
5625
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5626
|
+
},
|
|
5627
|
+
"privacy": "public"
|
|
5628
|
+
},
|
|
5629
|
+
{
|
|
5630
|
+
"kind": "field",
|
|
5631
|
+
"name": "pendingAction",
|
|
5632
|
+
"type": {
|
|
5633
|
+
"text": "boolean"
|
|
5573
5634
|
},
|
|
5574
5635
|
"privacy": "public"
|
|
5575
5636
|
},
|
|
@@ -5581,7 +5642,7 @@
|
|
|
5581
5642
|
{
|
|
5582
5643
|
"name": "params",
|
|
5583
5644
|
"type": {
|
|
5584
|
-
"text": "ICellRendererParams"
|
|
5645
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5585
5646
|
}
|
|
5586
5647
|
}
|
|
5587
5648
|
]
|
|
@@ -5609,6 +5670,31 @@
|
|
|
5609
5670
|
}
|
|
5610
5671
|
]
|
|
5611
5672
|
},
|
|
5673
|
+
{
|
|
5674
|
+
"kind": "method",
|
|
5675
|
+
"name": "isDisabled",
|
|
5676
|
+
"privacy": "public",
|
|
5677
|
+
"return": {
|
|
5678
|
+
"type": {
|
|
5679
|
+
"text": "boolean"
|
|
5680
|
+
}
|
|
5681
|
+
},
|
|
5682
|
+
"parameters": [
|
|
5683
|
+
{
|
|
5684
|
+
"name": "data"
|
|
5685
|
+
}
|
|
5686
|
+
]
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"kind": "method",
|
|
5690
|
+
"name": "clickHandler",
|
|
5691
|
+
"privacy": "public"
|
|
5692
|
+
},
|
|
5693
|
+
{
|
|
5694
|
+
"kind": "field",
|
|
5695
|
+
"name": "dataTestId",
|
|
5696
|
+
"readonly": true
|
|
5697
|
+
},
|
|
5612
5698
|
{
|
|
5613
5699
|
"kind": "field",
|
|
5614
5700
|
"name": "_presentation",
|
|
@@ -5725,24 +5811,251 @@
|
|
|
5725
5811
|
"name": "FoundationElement",
|
|
5726
5812
|
"package": "@microsoft/fast-foundation"
|
|
5727
5813
|
},
|
|
5728
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5814
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5729
5815
|
"customElement": true
|
|
5730
5816
|
},
|
|
5731
5817
|
{
|
|
5732
5818
|
"kind": "variable",
|
|
5733
|
-
"name": "
|
|
5734
|
-
"description": "
|
|
5819
|
+
"name": "actionHeightMultiplier",
|
|
5820
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5735
5821
|
"privacy": "public"
|
|
5736
5822
|
},
|
|
5737
5823
|
{
|
|
5738
|
-
"kind": "
|
|
5739
|
-
"name": "
|
|
5740
|
-
"
|
|
5741
|
-
|
|
5742
|
-
|
|
5743
|
-
|
|
5744
|
-
|
|
5745
|
-
"
|
|
5824
|
+
"kind": "variable",
|
|
5825
|
+
"name": "agActionRendererStyles",
|
|
5826
|
+
"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 display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5827
|
+
"description": "The AG Action Renderer Styles.",
|
|
5828
|
+
"privacy": "public"
|
|
5829
|
+
},
|
|
5830
|
+
{
|
|
5831
|
+
"kind": "variable",
|
|
5832
|
+
"name": "foundationGridProActionRenderer",
|
|
5833
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5834
|
+
"privacy": "public"
|
|
5835
|
+
}
|
|
5836
|
+
],
|
|
5837
|
+
"exports": [
|
|
5838
|
+
{
|
|
5839
|
+
"kind": "js",
|
|
5840
|
+
"name": "ActionRenderer",
|
|
5841
|
+
"declaration": {
|
|
5842
|
+
"name": "ActionRenderer",
|
|
5843
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5844
|
+
}
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"kind": "js",
|
|
5848
|
+
"name": "actionHeightMultiplier",
|
|
5849
|
+
"declaration": {
|
|
5850
|
+
"name": "actionHeightMultiplier",
|
|
5851
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5852
|
+
}
|
|
5853
|
+
},
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "js",
|
|
5856
|
+
"name": "agActionRendererStyles",
|
|
5857
|
+
"declaration": {
|
|
5858
|
+
"name": "agActionRendererStyles",
|
|
5859
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5860
|
+
}
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"kind": "js",
|
|
5864
|
+
"name": "foundationGridProActionRenderer",
|
|
5865
|
+
"declaration": {
|
|
5866
|
+
"name": "foundationGridProActionRenderer",
|
|
5867
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5868
|
+
}
|
|
5869
|
+
}
|
|
5870
|
+
]
|
|
5871
|
+
},
|
|
5872
|
+
{
|
|
5873
|
+
"kind": "javascript-module",
|
|
5874
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5875
|
+
"declarations": [
|
|
5876
|
+
{
|
|
5877
|
+
"kind": "class",
|
|
5878
|
+
"description": "The Actions Menu Renderer element.",
|
|
5879
|
+
"name": "ActionsMenuRenderer",
|
|
5880
|
+
"members": [
|
|
5881
|
+
{
|
|
5882
|
+
"kind": "field",
|
|
5883
|
+
"name": "params",
|
|
5884
|
+
"type": {
|
|
5885
|
+
"text": "ICellRendererParams"
|
|
5886
|
+
},
|
|
5887
|
+
"privacy": "public"
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "method",
|
|
5891
|
+
"name": "init",
|
|
5892
|
+
"privacy": "public",
|
|
5893
|
+
"parameters": [
|
|
5894
|
+
{
|
|
5895
|
+
"name": "params",
|
|
5896
|
+
"type": {
|
|
5897
|
+
"text": "ICellRendererParams"
|
|
5898
|
+
}
|
|
5899
|
+
}
|
|
5900
|
+
]
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"kind": "method",
|
|
5904
|
+
"name": "getGui",
|
|
5905
|
+
"privacy": "public",
|
|
5906
|
+
"return": {
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "HTMLElement"
|
|
5909
|
+
}
|
|
5910
|
+
}
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"kind": "method",
|
|
5914
|
+
"name": "refresh",
|
|
5915
|
+
"privacy": "public",
|
|
5916
|
+
"parameters": [
|
|
5917
|
+
{
|
|
5918
|
+
"name": "params",
|
|
5919
|
+
"type": {
|
|
5920
|
+
"text": "ICellRendererParams"
|
|
5921
|
+
}
|
|
5922
|
+
}
|
|
5923
|
+
]
|
|
5924
|
+
},
|
|
5925
|
+
{
|
|
5926
|
+
"kind": "field",
|
|
5927
|
+
"name": "_presentation",
|
|
5928
|
+
"type": {
|
|
5929
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5930
|
+
},
|
|
5931
|
+
"privacy": "private",
|
|
5932
|
+
"default": "void 0",
|
|
5933
|
+
"inheritedFrom": {
|
|
5934
|
+
"name": "FoundationElement",
|
|
5935
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5936
|
+
}
|
|
5937
|
+
},
|
|
5938
|
+
{
|
|
5939
|
+
"kind": "field",
|
|
5940
|
+
"name": "$presentation",
|
|
5941
|
+
"type": {
|
|
5942
|
+
"text": "ComponentPresentation | null"
|
|
5943
|
+
},
|
|
5944
|
+
"privacy": "public",
|
|
5945
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5946
|
+
"inheritedFrom": {
|
|
5947
|
+
"name": "FoundationElement",
|
|
5948
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5949
|
+
}
|
|
5950
|
+
},
|
|
5951
|
+
{
|
|
5952
|
+
"kind": "field",
|
|
5953
|
+
"name": "template",
|
|
5954
|
+
"type": {
|
|
5955
|
+
"text": "ElementViewTemplate | void | null"
|
|
5956
|
+
},
|
|
5957
|
+
"privacy": "public",
|
|
5958
|
+
"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.",
|
|
5959
|
+
"inheritedFrom": {
|
|
5960
|
+
"name": "FoundationElement",
|
|
5961
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5962
|
+
}
|
|
5963
|
+
},
|
|
5964
|
+
{
|
|
5965
|
+
"kind": "method",
|
|
5966
|
+
"name": "templateChanged",
|
|
5967
|
+
"privacy": "protected",
|
|
5968
|
+
"return": {
|
|
5969
|
+
"type": {
|
|
5970
|
+
"text": "void"
|
|
5971
|
+
}
|
|
5972
|
+
},
|
|
5973
|
+
"inheritedFrom": {
|
|
5974
|
+
"name": "FoundationElement",
|
|
5975
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5976
|
+
}
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"kind": "field",
|
|
5980
|
+
"name": "styles",
|
|
5981
|
+
"type": {
|
|
5982
|
+
"text": "ElementStyles | void | null"
|
|
5983
|
+
},
|
|
5984
|
+
"privacy": "public",
|
|
5985
|
+
"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.",
|
|
5986
|
+
"inheritedFrom": {
|
|
5987
|
+
"name": "FoundationElement",
|
|
5988
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5989
|
+
}
|
|
5990
|
+
},
|
|
5991
|
+
{
|
|
5992
|
+
"kind": "method",
|
|
5993
|
+
"name": "stylesChanged",
|
|
5994
|
+
"privacy": "protected",
|
|
5995
|
+
"return": {
|
|
5996
|
+
"type": {
|
|
5997
|
+
"text": "void"
|
|
5998
|
+
}
|
|
5999
|
+
},
|
|
6000
|
+
"inheritedFrom": {
|
|
6001
|
+
"name": "FoundationElement",
|
|
6002
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6003
|
+
}
|
|
6004
|
+
},
|
|
6005
|
+
{
|
|
6006
|
+
"kind": "method",
|
|
6007
|
+
"name": "compose",
|
|
6008
|
+
"privacy": "public",
|
|
6009
|
+
"static": true,
|
|
6010
|
+
"return": {
|
|
6011
|
+
"type": {
|
|
6012
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
"parameters": [
|
|
6016
|
+
{
|
|
6017
|
+
"name": "this",
|
|
6018
|
+
"type": {
|
|
6019
|
+
"text": "K"
|
|
6020
|
+
}
|
|
6021
|
+
},
|
|
6022
|
+
{
|
|
6023
|
+
"name": "elementDefinition",
|
|
6024
|
+
"type": {
|
|
6025
|
+
"text": "T"
|
|
6026
|
+
},
|
|
6027
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6028
|
+
}
|
|
6029
|
+
],
|
|
6030
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6031
|
+
"inheritedFrom": {
|
|
6032
|
+
"name": "FoundationElement",
|
|
6033
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6034
|
+
}
|
|
6035
|
+
}
|
|
6036
|
+
],
|
|
6037
|
+
"superclass": {
|
|
6038
|
+
"name": "FoundationElement",
|
|
6039
|
+
"package": "@microsoft/fast-foundation"
|
|
6040
|
+
},
|
|
6041
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6042
|
+
"customElement": true
|
|
6043
|
+
},
|
|
6044
|
+
{
|
|
6045
|
+
"kind": "variable",
|
|
6046
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6047
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6048
|
+
"privacy": "public"
|
|
6049
|
+
},
|
|
6050
|
+
{
|
|
6051
|
+
"kind": "function",
|
|
6052
|
+
"name": "getActionsMenuDef",
|
|
6053
|
+
"return": {
|
|
6054
|
+
"type": {
|
|
6055
|
+
"text": ""
|
|
6056
|
+
}
|
|
6057
|
+
},
|
|
6058
|
+
"parameters": [
|
|
5746
6059
|
{
|
|
5747
6060
|
"name": "actions",
|
|
5748
6061
|
"type": {
|
|
@@ -7499,401 +7812,81 @@
|
|
|
7499
7812
|
"inheritedFrom": {
|
|
7500
7813
|
"name": "AgTextFieldRenderer",
|
|
7501
7814
|
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7502
|
-
}
|
|
7503
|
-
},
|
|
7504
|
-
{
|
|
7505
|
-
"kind": "field",
|
|
7506
|
-
"name": "params",
|
|
7507
|
-
"type": {
|
|
7508
|
-
"text": "FuiCellRendererParams"
|
|
7509
|
-
},
|
|
7510
|
-
"privacy": "public",
|
|
7511
|
-
"inheritedFrom": {
|
|
7512
|
-
"name": "AgTextFieldRenderer",
|
|
7513
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7514
|
-
}
|
|
7515
|
-
},
|
|
7516
|
-
{
|
|
7517
|
-
"kind": "method",
|
|
7518
|
-
"name": "init",
|
|
7519
|
-
"privacy": "public",
|
|
7520
|
-
"parameters": [
|
|
7521
|
-
{
|
|
7522
|
-
"name": "params",
|
|
7523
|
-
"type": {
|
|
7524
|
-
"text": "FuiCellRendererParams"
|
|
7525
|
-
}
|
|
7526
|
-
}
|
|
7527
|
-
],
|
|
7528
|
-
"inheritedFrom": {
|
|
7529
|
-
"name": "AgTextFieldRenderer",
|
|
7530
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7531
|
-
}
|
|
7532
|
-
},
|
|
7533
|
-
{
|
|
7534
|
-
"kind": "method",
|
|
7535
|
-
"name": "getGui",
|
|
7536
|
-
"privacy": "public",
|
|
7537
|
-
"return": {
|
|
7538
|
-
"type": {
|
|
7539
|
-
"text": "HTMLElement"
|
|
7540
|
-
}
|
|
7541
|
-
},
|
|
7542
|
-
"inheritedFrom": {
|
|
7543
|
-
"name": "AgTextFieldRenderer",
|
|
7544
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7545
|
-
}
|
|
7546
|
-
},
|
|
7547
|
-
{
|
|
7548
|
-
"kind": "method",
|
|
7549
|
-
"name": "destroy",
|
|
7550
|
-
"privacy": "public",
|
|
7551
|
-
"inheritedFrom": {
|
|
7552
|
-
"name": "AgTextFieldRenderer",
|
|
7553
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7554
|
-
}
|
|
7555
|
-
},
|
|
7556
|
-
{
|
|
7557
|
-
"kind": "method",
|
|
7558
|
-
"name": "refresh",
|
|
7559
|
-
"privacy": "public",
|
|
7560
|
-
"parameters": [
|
|
7561
|
-
{
|
|
7562
|
-
"name": "params",
|
|
7563
|
-
"type": {
|
|
7564
|
-
"text": "FuiCellRendererParams"
|
|
7565
|
-
}
|
|
7566
|
-
}
|
|
7567
|
-
],
|
|
7568
|
-
"inheritedFrom": {
|
|
7569
|
-
"name": "AgTextFieldRenderer",
|
|
7570
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7571
|
-
}
|
|
7572
|
-
},
|
|
7573
|
-
{
|
|
7574
|
-
"kind": "method",
|
|
7575
|
-
"name": "isDisabled",
|
|
7576
|
-
"privacy": "public",
|
|
7577
|
-
"return": {
|
|
7578
|
-
"type": {
|
|
7579
|
-
"text": "boolean"
|
|
7580
|
-
}
|
|
7581
|
-
},
|
|
7582
|
-
"parameters": [
|
|
7583
|
-
{
|
|
7584
|
-
"name": "data"
|
|
7585
|
-
}
|
|
7586
|
-
],
|
|
7587
|
-
"inheritedFrom": {
|
|
7588
|
-
"name": "AgTextFieldRenderer",
|
|
7589
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7590
|
-
}
|
|
7591
|
-
},
|
|
7592
|
-
{
|
|
7593
|
-
"kind": "field",
|
|
7594
|
-
"name": "textChanged",
|
|
7595
|
-
"privacy": "public",
|
|
7596
|
-
"description": "On text change handler",
|
|
7597
|
-
"parameters": [
|
|
7598
|
-
{
|
|
7599
|
-
"description": "CustomEvent",
|
|
7600
|
-
"name": "e"
|
|
7601
|
-
}
|
|
7602
|
-
],
|
|
7603
|
-
"inheritedFrom": {
|
|
7604
|
-
"name": "AgTextFieldRenderer",
|
|
7605
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7606
|
-
}
|
|
7607
|
-
},
|
|
7608
|
-
{
|
|
7609
|
-
"kind": "field",
|
|
7610
|
-
"name": "_presentation",
|
|
7611
|
-
"type": {
|
|
7612
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7613
|
-
},
|
|
7614
|
-
"privacy": "private",
|
|
7615
|
-
"default": "void 0",
|
|
7616
|
-
"inheritedFrom": {
|
|
7617
|
-
"name": "FoundationElement",
|
|
7618
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7619
|
-
}
|
|
7620
|
-
},
|
|
7621
|
-
{
|
|
7622
|
-
"kind": "field",
|
|
7623
|
-
"name": "$presentation",
|
|
7624
|
-
"type": {
|
|
7625
|
-
"text": "ComponentPresentation | null"
|
|
7626
|
-
},
|
|
7627
|
-
"privacy": "public",
|
|
7628
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7629
|
-
"inheritedFrom": {
|
|
7630
|
-
"name": "FoundationElement",
|
|
7631
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7632
|
-
}
|
|
7633
|
-
},
|
|
7634
|
-
{
|
|
7635
|
-
"kind": "field",
|
|
7636
|
-
"name": "template",
|
|
7637
|
-
"type": {
|
|
7638
|
-
"text": "ElementViewTemplate | void | null"
|
|
7639
|
-
},
|
|
7640
|
-
"privacy": "public",
|
|
7641
|
-
"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.",
|
|
7642
|
-
"inheritedFrom": {
|
|
7643
|
-
"name": "FoundationElement",
|
|
7644
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7645
|
-
}
|
|
7646
|
-
},
|
|
7647
|
-
{
|
|
7648
|
-
"kind": "method",
|
|
7649
|
-
"name": "templateChanged",
|
|
7650
|
-
"privacy": "protected",
|
|
7651
|
-
"return": {
|
|
7652
|
-
"type": {
|
|
7653
|
-
"text": "void"
|
|
7654
|
-
}
|
|
7655
|
-
},
|
|
7656
|
-
"inheritedFrom": {
|
|
7657
|
-
"name": "FoundationElement",
|
|
7658
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7659
|
-
}
|
|
7660
|
-
},
|
|
7661
|
-
{
|
|
7662
|
-
"kind": "field",
|
|
7663
|
-
"name": "styles",
|
|
7664
|
-
"type": {
|
|
7665
|
-
"text": "ElementStyles | void | null"
|
|
7666
|
-
},
|
|
7667
|
-
"privacy": "public",
|
|
7668
|
-
"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.",
|
|
7669
|
-
"inheritedFrom": {
|
|
7670
|
-
"name": "FoundationElement",
|
|
7671
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7672
|
-
}
|
|
7673
|
-
},
|
|
7674
|
-
{
|
|
7675
|
-
"kind": "method",
|
|
7676
|
-
"name": "stylesChanged",
|
|
7677
|
-
"privacy": "protected",
|
|
7678
|
-
"return": {
|
|
7679
|
-
"type": {
|
|
7680
|
-
"text": "void"
|
|
7681
|
-
}
|
|
7682
|
-
},
|
|
7683
|
-
"inheritedFrom": {
|
|
7684
|
-
"name": "FoundationElement",
|
|
7685
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7686
|
-
}
|
|
7687
|
-
},
|
|
7688
|
-
{
|
|
7689
|
-
"kind": "method",
|
|
7690
|
-
"name": "compose",
|
|
7691
|
-
"privacy": "public",
|
|
7692
|
-
"static": true,
|
|
7693
|
-
"return": {
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7696
|
-
}
|
|
7697
|
-
},
|
|
7698
|
-
"parameters": [
|
|
7699
|
-
{
|
|
7700
|
-
"name": "this",
|
|
7701
|
-
"type": {
|
|
7702
|
-
"text": "K"
|
|
7703
|
-
}
|
|
7704
|
-
},
|
|
7705
|
-
{
|
|
7706
|
-
"name": "elementDefinition",
|
|
7707
|
-
"type": {
|
|
7708
|
-
"text": "T"
|
|
7709
|
-
},
|
|
7710
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7711
|
-
}
|
|
7712
|
-
],
|
|
7713
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7714
|
-
"inheritedFrom": {
|
|
7715
|
-
"name": "FoundationElement",
|
|
7716
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7717
|
-
}
|
|
7718
|
-
}
|
|
7719
|
-
]
|
|
7720
|
-
},
|
|
7721
|
-
{
|
|
7722
|
-
"kind": "variable",
|
|
7723
|
-
"name": "textRendererStyles",
|
|
7724
|
-
"default": "textFieldRendererStyles",
|
|
7725
|
-
"privacy": "public",
|
|
7726
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7727
|
-
},
|
|
7728
|
-
{
|
|
7729
|
-
"kind": "variable",
|
|
7730
|
-
"name": "getTextRendererTemplate",
|
|
7731
|
-
"default": "getTextFieldRendererTemplate",
|
|
7732
|
-
"privacy": "public",
|
|
7733
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7734
|
-
},
|
|
7735
|
-
{
|
|
7736
|
-
"kind": "variable",
|
|
7737
|
-
"name": "foundationAgTextRenderer",
|
|
7738
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7739
|
-
"privacy": "public",
|
|
7740
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7741
|
-
}
|
|
7742
|
-
],
|
|
7743
|
-
"exports": [
|
|
7744
|
-
{
|
|
7745
|
-
"kind": "js",
|
|
7746
|
-
"name": "AgTextRenderer",
|
|
7747
|
-
"declaration": {
|
|
7748
|
-
"name": "AgTextRenderer",
|
|
7749
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7750
|
-
}
|
|
7751
|
-
},
|
|
7752
|
-
{
|
|
7753
|
-
"kind": "js",
|
|
7754
|
-
"name": "textRendererStyles",
|
|
7755
|
-
"declaration": {
|
|
7756
|
-
"name": "textRendererStyles",
|
|
7757
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7758
|
-
}
|
|
7759
|
-
},
|
|
7760
|
-
{
|
|
7761
|
-
"kind": "js",
|
|
7762
|
-
"name": "getTextRendererTemplate",
|
|
7763
|
-
"declaration": {
|
|
7764
|
-
"name": "getTextRendererTemplate",
|
|
7765
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7766
|
-
}
|
|
7767
|
-
},
|
|
7768
|
-
{
|
|
7769
|
-
"kind": "js",
|
|
7770
|
-
"name": "foundationAgTextRenderer",
|
|
7771
|
-
"declaration": {
|
|
7772
|
-
"name": "foundationAgTextRenderer",
|
|
7773
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7774
|
-
}
|
|
7775
|
-
}
|
|
7776
|
-
]
|
|
7777
|
-
},
|
|
7778
|
-
{
|
|
7779
|
-
"kind": "javascript-module",
|
|
7780
|
-
"path": "src/column/column.template.ts",
|
|
7781
|
-
"declarations": [
|
|
7782
|
-
{
|
|
7783
|
-
"kind": "variable",
|
|
7784
|
-
"name": "ColumnTemplate",
|
|
7785
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7786
|
-
"description": "The Grid Pro Column Template.",
|
|
7787
|
-
"privacy": "public"
|
|
7788
|
-
}
|
|
7789
|
-
],
|
|
7790
|
-
"exports": [
|
|
7791
|
-
{
|
|
7792
|
-
"kind": "js",
|
|
7793
|
-
"name": "ColumnTemplate",
|
|
7794
|
-
"declaration": {
|
|
7795
|
-
"name": "ColumnTemplate",
|
|
7796
|
-
"module": "src/column/column.template.ts"
|
|
7797
|
-
}
|
|
7798
|
-
}
|
|
7799
|
-
]
|
|
7800
|
-
},
|
|
7801
|
-
{
|
|
7802
|
-
"kind": "javascript-module",
|
|
7803
|
-
"path": "src/column/column.ts",
|
|
7804
|
-
"declarations": [
|
|
7805
|
-
{
|
|
7806
|
-
"kind": "class",
|
|
7807
|
-
"description": "The Grid Pro Column element.",
|
|
7808
|
-
"name": "GridProColumn",
|
|
7809
|
-
"members": [
|
|
7810
|
-
{
|
|
7811
|
-
"kind": "field",
|
|
7812
|
-
"name": "slottedAgCell",
|
|
7813
|
-
"type": {
|
|
7814
|
-
"text": "HTMLElement[]"
|
|
7815
|
-
},
|
|
7816
|
-
"privacy": "public"
|
|
7815
|
+
}
|
|
7817
7816
|
},
|
|
7818
7817
|
{
|
|
7819
7818
|
"kind": "field",
|
|
7820
|
-
"name": "
|
|
7819
|
+
"name": "params",
|
|
7821
7820
|
"type": {
|
|
7822
|
-
"text": "
|
|
7823
|
-
},
|
|
7824
|
-
"default": "{}"
|
|
7825
|
-
},
|
|
7826
|
-
{
|
|
7827
|
-
"kind": "method",
|
|
7828
|
-
"name": "slottedAgCellChanged",
|
|
7829
|
-
"privacy": "public"
|
|
7830
|
-
},
|
|
7831
|
-
{
|
|
7832
|
-
"kind": "method",
|
|
7833
|
-
"name": "deepClone",
|
|
7834
|
-
"return": {
|
|
7835
|
-
"type": {
|
|
7836
|
-
"text": "Node"
|
|
7837
|
-
}
|
|
7821
|
+
"text": "FuiCellRendererParams"
|
|
7838
7822
|
},
|
|
7823
|
+
"privacy": "public",
|
|
7839
7824
|
"inheritedFrom": {
|
|
7840
|
-
"name": "
|
|
7841
|
-
"module": "src/
|
|
7825
|
+
"name": "AgTextFieldRenderer",
|
|
7826
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7842
7827
|
}
|
|
7843
7828
|
},
|
|
7844
7829
|
{
|
|
7845
7830
|
"kind": "method",
|
|
7846
|
-
"name": "
|
|
7847
|
-
"
|
|
7848
|
-
"type": {
|
|
7849
|
-
"text": "Node"
|
|
7850
|
-
}
|
|
7851
|
-
},
|
|
7831
|
+
"name": "init",
|
|
7832
|
+
"privacy": "public",
|
|
7852
7833
|
"parameters": [
|
|
7853
7834
|
{
|
|
7854
|
-
"name": "
|
|
7855
|
-
"optional": true,
|
|
7835
|
+
"name": "params",
|
|
7856
7836
|
"type": {
|
|
7857
|
-
"text": "
|
|
7837
|
+
"text": "FuiCellRendererParams"
|
|
7858
7838
|
}
|
|
7859
7839
|
}
|
|
7860
7840
|
],
|
|
7861
7841
|
"inheritedFrom": {
|
|
7862
|
-
"name": "
|
|
7863
|
-
"module": "src/
|
|
7842
|
+
"name": "AgTextFieldRenderer",
|
|
7843
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7864
7844
|
}
|
|
7865
7845
|
},
|
|
7866
7846
|
{
|
|
7867
|
-
"kind": "
|
|
7868
|
-
"name": "
|
|
7847
|
+
"kind": "method",
|
|
7848
|
+
"name": "getGui",
|
|
7849
|
+
"privacy": "public",
|
|
7869
7850
|
"return": {
|
|
7870
7851
|
"type": {
|
|
7871
|
-
"text": ""
|
|
7852
|
+
"text": "HTMLElement"
|
|
7872
7853
|
}
|
|
7873
7854
|
},
|
|
7874
|
-
"readonly": true,
|
|
7875
7855
|
"inheritedFrom": {
|
|
7876
|
-
"name": "
|
|
7877
|
-
"module": "src/
|
|
7856
|
+
"name": "AgTextFieldRenderer",
|
|
7857
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7878
7858
|
}
|
|
7879
7859
|
},
|
|
7880
7860
|
{
|
|
7881
|
-
"kind": "
|
|
7882
|
-
"name": "
|
|
7883
|
-
"
|
|
7884
|
-
|
|
7885
|
-
|
|
7861
|
+
"kind": "method",
|
|
7862
|
+
"name": "destroy",
|
|
7863
|
+
"privacy": "public",
|
|
7864
|
+
"inheritedFrom": {
|
|
7865
|
+
"name": "AgTextFieldRenderer",
|
|
7866
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7867
|
+
}
|
|
7868
|
+
},
|
|
7869
|
+
{
|
|
7870
|
+
"kind": "method",
|
|
7871
|
+
"name": "refresh",
|
|
7872
|
+
"privacy": "public",
|
|
7873
|
+
"parameters": [
|
|
7874
|
+
{
|
|
7875
|
+
"name": "params",
|
|
7876
|
+
"type": {
|
|
7877
|
+
"text": "FuiCellRendererParams"
|
|
7878
|
+
}
|
|
7886
7879
|
}
|
|
7887
|
-
|
|
7888
|
-
"readonly": true,
|
|
7880
|
+
],
|
|
7889
7881
|
"inheritedFrom": {
|
|
7890
|
-
"name": "
|
|
7891
|
-
"module": "src/
|
|
7882
|
+
"name": "AgTextFieldRenderer",
|
|
7883
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7892
7884
|
}
|
|
7893
7885
|
},
|
|
7894
7886
|
{
|
|
7895
7887
|
"kind": "method",
|
|
7896
|
-
"name": "
|
|
7888
|
+
"name": "isDisabled",
|
|
7889
|
+
"privacy": "public",
|
|
7897
7890
|
"return": {
|
|
7898
7891
|
"type": {
|
|
7899
7892
|
"text": "boolean"
|
|
@@ -7901,15 +7894,28 @@
|
|
|
7901
7894
|
},
|
|
7902
7895
|
"parameters": [
|
|
7903
7896
|
{
|
|
7904
|
-
"name": "
|
|
7905
|
-
"type": {
|
|
7906
|
-
"text": "Lifecycletype"
|
|
7907
|
-
}
|
|
7897
|
+
"name": "data"
|
|
7908
7898
|
}
|
|
7909
7899
|
],
|
|
7910
7900
|
"inheritedFrom": {
|
|
7911
|
-
"name": "
|
|
7912
|
-
"module": "src/
|
|
7901
|
+
"name": "AgTextFieldRenderer",
|
|
7902
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7903
|
+
}
|
|
7904
|
+
},
|
|
7905
|
+
{
|
|
7906
|
+
"kind": "field",
|
|
7907
|
+
"name": "textChanged",
|
|
7908
|
+
"privacy": "public",
|
|
7909
|
+
"description": "On text change handler",
|
|
7910
|
+
"parameters": [
|
|
7911
|
+
{
|
|
7912
|
+
"description": "CustomEvent",
|
|
7913
|
+
"name": "e"
|
|
7914
|
+
}
|
|
7915
|
+
],
|
|
7916
|
+
"inheritedFrom": {
|
|
7917
|
+
"name": "AgTextFieldRenderer",
|
|
7918
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7913
7919
|
}
|
|
7914
7920
|
},
|
|
7915
7921
|
{
|
|
@@ -8023,67 +8029,61 @@
|
|
|
8023
8029
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8024
8030
|
}
|
|
8025
8031
|
}
|
|
8026
|
-
]
|
|
8027
|
-
|
|
8028
|
-
|
|
8029
|
-
|
|
8030
|
-
|
|
8031
|
-
|
|
8032
|
-
|
|
8033
|
-
"
|
|
8034
|
-
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
"
|
|
8038
|
-
"
|
|
8032
|
+
]
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"kind": "variable",
|
|
8036
|
+
"name": "textRendererStyles",
|
|
8037
|
+
"default": "textFieldRendererStyles",
|
|
8038
|
+
"privacy": "public",
|
|
8039
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8040
|
+
},
|
|
8041
|
+
{
|
|
8042
|
+
"kind": "variable",
|
|
8043
|
+
"name": "getTextRendererTemplate",
|
|
8044
|
+
"default": "getTextFieldRendererTemplate",
|
|
8045
|
+
"privacy": "public",
|
|
8046
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8047
|
+
},
|
|
8048
|
+
{
|
|
8049
|
+
"kind": "variable",
|
|
8050
|
+
"name": "foundationAgTextRenderer",
|
|
8051
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8052
|
+
"privacy": "public",
|
|
8053
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8039
8054
|
}
|
|
8040
8055
|
],
|
|
8041
8056
|
"exports": [
|
|
8042
8057
|
{
|
|
8043
8058
|
"kind": "js",
|
|
8044
|
-
"name": "
|
|
8059
|
+
"name": "AgTextRenderer",
|
|
8045
8060
|
"declaration": {
|
|
8046
|
-
"name": "
|
|
8047
|
-
"module": "src/
|
|
8061
|
+
"name": "AgTextRenderer",
|
|
8062
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8048
8063
|
}
|
|
8049
8064
|
},
|
|
8050
|
-
{
|
|
8051
|
-
"kind": "custom-element-definition",
|
|
8052
|
-
"name": "grid-pro-column",
|
|
8053
|
-
"declaration": {
|
|
8054
|
-
"name": "GridProColumn",
|
|
8055
|
-
"module": "src/column/column.ts"
|
|
8056
|
-
}
|
|
8057
|
-
}
|
|
8058
|
-
]
|
|
8059
|
-
},
|
|
8060
|
-
{
|
|
8061
|
-
"kind": "javascript-module",
|
|
8062
|
-
"path": "src/column/index.ts",
|
|
8063
|
-
"declarations": [],
|
|
8064
|
-
"exports": [
|
|
8065
8065
|
{
|
|
8066
8066
|
"kind": "js",
|
|
8067
|
-
"name": "
|
|
8067
|
+
"name": "textRendererStyles",
|
|
8068
8068
|
"declaration": {
|
|
8069
|
-
"name": "
|
|
8070
|
-
"
|
|
8069
|
+
"name": "textRendererStyles",
|
|
8070
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8071
8071
|
}
|
|
8072
8072
|
},
|
|
8073
8073
|
{
|
|
8074
8074
|
"kind": "js",
|
|
8075
|
-
"name": "
|
|
8075
|
+
"name": "getTextRendererTemplate",
|
|
8076
8076
|
"declaration": {
|
|
8077
|
-
"name": "
|
|
8078
|
-
"
|
|
8077
|
+
"name": "getTextRendererTemplate",
|
|
8078
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8079
8079
|
}
|
|
8080
8080
|
},
|
|
8081
8081
|
{
|
|
8082
8082
|
"kind": "js",
|
|
8083
|
-
"name": "
|
|
8083
|
+
"name": "foundationAgTextRenderer",
|
|
8084
8084
|
"declaration": {
|
|
8085
|
-
"name": "
|
|
8086
|
-
"
|
|
8085
|
+
"name": "foundationAgTextRenderer",
|
|
8086
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8087
8087
|
}
|
|
8088
8088
|
}
|
|
8089
8089
|
]
|
|
@@ -19947,46 +19947,51 @@
|
|
|
19947
19947
|
},
|
|
19948
19948
|
{
|
|
19949
19949
|
"kind": "javascript-module",
|
|
19950
|
-
"path": "src/
|
|
19950
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19951
19951
|
"declarations": [
|
|
19952
19952
|
{
|
|
19953
19953
|
"kind": "function",
|
|
19954
|
-
"name": "
|
|
19954
|
+
"name": "gridProColumns",
|
|
19955
19955
|
"return": {
|
|
19956
19956
|
"type": {
|
|
19957
|
-
"text": "
|
|
19957
|
+
"text": "CaptureType<TSource>"
|
|
19958
19958
|
}
|
|
19959
19959
|
},
|
|
19960
19960
|
"parameters": [
|
|
19961
19961
|
{
|
|
19962
|
-
"name": "
|
|
19962
|
+
"name": "itemsBinding",
|
|
19963
19963
|
"type": {
|
|
19964
|
-
"text": "
|
|
19965
|
-
}
|
|
19964
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19965
|
+
},
|
|
19966
|
+
"description": "The array to render"
|
|
19966
19967
|
},
|
|
19967
19968
|
{
|
|
19968
|
-
"name": "
|
|
19969
|
+
"name": "includeRenderers",
|
|
19970
|
+
"default": "true",
|
|
19969
19971
|
"type": {
|
|
19970
|
-
"text": "
|
|
19971
|
-
}
|
|
19972
|
+
"text": "boolean"
|
|
19973
|
+
},
|
|
19974
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19972
19975
|
}
|
|
19973
|
-
]
|
|
19976
|
+
],
|
|
19977
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19978
|
+
"privacy": "public"
|
|
19974
19979
|
}
|
|
19975
19980
|
],
|
|
19976
19981
|
"exports": [
|
|
19977
19982
|
{
|
|
19978
19983
|
"kind": "js",
|
|
19979
|
-
"name": "
|
|
19984
|
+
"name": "gridProColumns",
|
|
19980
19985
|
"declaration": {
|
|
19981
|
-
"name": "
|
|
19982
|
-
"module": "src/
|
|
19986
|
+
"name": "gridProColumns",
|
|
19987
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19983
19988
|
}
|
|
19984
19989
|
}
|
|
19985
19990
|
]
|
|
19986
19991
|
},
|
|
19987
19992
|
{
|
|
19988
19993
|
"kind": "javascript-module",
|
|
19989
|
-
"path": "src/
|
|
19994
|
+
"path": "src/column/utils/index.ts",
|
|
19990
19995
|
"declarations": [],
|
|
19991
19996
|
"exports": [
|
|
19992
19997
|
{
|
|
@@ -19994,58 +19999,53 @@
|
|
|
19994
19999
|
"name": "*",
|
|
19995
20000
|
"declaration": {
|
|
19996
20001
|
"name": "*",
|
|
19997
|
-
"package": "./
|
|
20002
|
+
"package": "./grid-pro-columns"
|
|
19998
20003
|
}
|
|
19999
20004
|
}
|
|
20000
20005
|
]
|
|
20001
20006
|
},
|
|
20002
20007
|
{
|
|
20003
20008
|
"kind": "javascript-module",
|
|
20004
|
-
"path": "src/
|
|
20009
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20005
20010
|
"declarations": [
|
|
20006
20011
|
{
|
|
20007
20012
|
"kind": "function",
|
|
20008
|
-
"name": "
|
|
20013
|
+
"name": "setValueWithAccessor",
|
|
20009
20014
|
"return": {
|
|
20010
20015
|
"type": {
|
|
20011
|
-
"text": "
|
|
20016
|
+
"text": "string"
|
|
20012
20017
|
}
|
|
20013
20018
|
},
|
|
20014
20019
|
"parameters": [
|
|
20015
20020
|
{
|
|
20016
|
-
"name": "
|
|
20021
|
+
"name": "data",
|
|
20017
20022
|
"type": {
|
|
20018
|
-
"text": "
|
|
20019
|
-
}
|
|
20020
|
-
"description": "The array to render"
|
|
20023
|
+
"text": "any"
|
|
20024
|
+
}
|
|
20021
20025
|
},
|
|
20022
20026
|
{
|
|
20023
|
-
"name": "
|
|
20024
|
-
"default": "true",
|
|
20027
|
+
"name": "accessor",
|
|
20025
20028
|
"type": {
|
|
20026
|
-
"text": "
|
|
20027
|
-
}
|
|
20028
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20029
|
+
"text": "string"
|
|
20030
|
+
}
|
|
20029
20031
|
}
|
|
20030
|
-
]
|
|
20031
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20032
|
-
"privacy": "public"
|
|
20032
|
+
]
|
|
20033
20033
|
}
|
|
20034
20034
|
],
|
|
20035
20035
|
"exports": [
|
|
20036
20036
|
{
|
|
20037
20037
|
"kind": "js",
|
|
20038
|
-
"name": "
|
|
20038
|
+
"name": "setValueWithAccessor",
|
|
20039
20039
|
"declaration": {
|
|
20040
|
-
"name": "
|
|
20041
|
-
"module": "src/
|
|
20040
|
+
"name": "setValueWithAccessor",
|
|
20041
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20042
20042
|
}
|
|
20043
20043
|
}
|
|
20044
20044
|
]
|
|
20045
20045
|
},
|
|
20046
20046
|
{
|
|
20047
20047
|
"kind": "javascript-module",
|
|
20048
|
-
"path": "src/
|
|
20048
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20049
20049
|
"declarations": [],
|
|
20050
20050
|
"exports": [
|
|
20051
20051
|
{
|
|
@@ -20053,7 +20053,7 @@
|
|
|
20053
20053
|
"name": "*",
|
|
20054
20054
|
"declaration": {
|
|
20055
20055
|
"name": "*",
|
|
20056
|
-
"package": "./
|
|
20056
|
+
"package": "./accessor"
|
|
20057
20057
|
}
|
|
20058
20058
|
}
|
|
20059
20059
|
]
|