@genesislcap/grid-pro 14.449.1-alpha-12eee28.0 → 14.450.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 +639 -639
- 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
|
@@ -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,26 +5811,253 @@
|
|
|
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
|
-
"
|
|
5746
|
-
|
|
5747
|
-
|
|
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": [
|
|
6059
|
+
{
|
|
6060
|
+
"name": "actions",
|
|
5748
6061
|
"type": {
|
|
5749
6062
|
"text": "ActionMenuItem[]"
|
|
5750
6063
|
},
|
|
@@ -6999,282 +7312,20 @@
|
|
|
6999
7312
|
"kind": "method",
|
|
7000
7313
|
"name": "refresh",
|
|
7001
7314
|
"parameters": [
|
|
7002
|
-
{
|
|
7003
|
-
"name": "params"
|
|
7004
|
-
}
|
|
7005
|
-
]
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "method",
|
|
7009
|
-
"name": "destroy",
|
|
7010
|
-
"return": {
|
|
7011
|
-
"type": {
|
|
7012
|
-
"text": "void"
|
|
7013
|
-
}
|
|
7014
|
-
}
|
|
7015
|
-
},
|
|
7016
|
-
{
|
|
7017
|
-
"kind": "field",
|
|
7018
|
-
"name": "_presentation",
|
|
7019
|
-
"type": {
|
|
7020
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7021
|
-
},
|
|
7022
|
-
"privacy": "private",
|
|
7023
|
-
"default": "void 0",
|
|
7024
|
-
"inheritedFrom": {
|
|
7025
|
-
"name": "FoundationElement",
|
|
7026
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7027
|
-
}
|
|
7028
|
-
},
|
|
7029
|
-
{
|
|
7030
|
-
"kind": "field",
|
|
7031
|
-
"name": "$presentation",
|
|
7032
|
-
"type": {
|
|
7033
|
-
"text": "ComponentPresentation | null"
|
|
7034
|
-
},
|
|
7035
|
-
"privacy": "public",
|
|
7036
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7037
|
-
"inheritedFrom": {
|
|
7038
|
-
"name": "FoundationElement",
|
|
7039
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7040
|
-
}
|
|
7041
|
-
},
|
|
7042
|
-
{
|
|
7043
|
-
"kind": "field",
|
|
7044
|
-
"name": "template",
|
|
7045
|
-
"type": {
|
|
7046
|
-
"text": "ElementViewTemplate | void | null"
|
|
7047
|
-
},
|
|
7048
|
-
"privacy": "public",
|
|
7049
|
-
"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.",
|
|
7050
|
-
"inheritedFrom": {
|
|
7051
|
-
"name": "FoundationElement",
|
|
7052
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7053
|
-
}
|
|
7054
|
-
},
|
|
7055
|
-
{
|
|
7056
|
-
"kind": "method",
|
|
7057
|
-
"name": "templateChanged",
|
|
7058
|
-
"privacy": "protected",
|
|
7059
|
-
"return": {
|
|
7060
|
-
"type": {
|
|
7061
|
-
"text": "void"
|
|
7062
|
-
}
|
|
7063
|
-
},
|
|
7064
|
-
"inheritedFrom": {
|
|
7065
|
-
"name": "FoundationElement",
|
|
7066
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7067
|
-
}
|
|
7068
|
-
},
|
|
7069
|
-
{
|
|
7070
|
-
"kind": "field",
|
|
7071
|
-
"name": "styles",
|
|
7072
|
-
"type": {
|
|
7073
|
-
"text": "ElementStyles | void | null"
|
|
7074
|
-
},
|
|
7075
|
-
"privacy": "public",
|
|
7076
|
-
"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.",
|
|
7077
|
-
"inheritedFrom": {
|
|
7078
|
-
"name": "FoundationElement",
|
|
7079
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7080
|
-
}
|
|
7081
|
-
},
|
|
7082
|
-
{
|
|
7083
|
-
"kind": "method",
|
|
7084
|
-
"name": "stylesChanged",
|
|
7085
|
-
"privacy": "protected",
|
|
7086
|
-
"return": {
|
|
7087
|
-
"type": {
|
|
7088
|
-
"text": "void"
|
|
7089
|
-
}
|
|
7090
|
-
},
|
|
7091
|
-
"inheritedFrom": {
|
|
7092
|
-
"name": "FoundationElement",
|
|
7093
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7094
|
-
}
|
|
7095
|
-
},
|
|
7096
|
-
{
|
|
7097
|
-
"kind": "method",
|
|
7098
|
-
"name": "compose",
|
|
7099
|
-
"privacy": "public",
|
|
7100
|
-
"static": true,
|
|
7101
|
-
"return": {
|
|
7102
|
-
"type": {
|
|
7103
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7104
|
-
}
|
|
7105
|
-
},
|
|
7106
|
-
"parameters": [
|
|
7107
|
-
{
|
|
7108
|
-
"name": "this",
|
|
7109
|
-
"type": {
|
|
7110
|
-
"text": "K"
|
|
7111
|
-
}
|
|
7112
|
-
},
|
|
7113
|
-
{
|
|
7114
|
-
"name": "elementDefinition",
|
|
7115
|
-
"type": {
|
|
7116
|
-
"text": "T"
|
|
7117
|
-
},
|
|
7118
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7119
|
-
}
|
|
7120
|
-
],
|
|
7121
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7122
|
-
"inheritedFrom": {
|
|
7123
|
-
"name": "FoundationElement",
|
|
7124
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7125
|
-
}
|
|
7126
|
-
}
|
|
7127
|
-
],
|
|
7128
|
-
"superclass": {
|
|
7129
|
-
"name": "FoundationElement",
|
|
7130
|
-
"package": "@microsoft/fast-foundation"
|
|
7131
|
-
},
|
|
7132
|
-
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7133
|
-
"customElement": true
|
|
7134
|
-
},
|
|
7135
|
-
{
|
|
7136
|
-
"kind": "variable",
|
|
7137
|
-
"name": "foundationStatusPillRenderer",
|
|
7138
|
-
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7139
|
-
"privacy": "public"
|
|
7140
|
-
}
|
|
7141
|
-
],
|
|
7142
|
-
"exports": [
|
|
7143
|
-
{
|
|
7144
|
-
"kind": "js",
|
|
7145
|
-
"name": "agStatusPillRendererStyles",
|
|
7146
|
-
"declaration": {
|
|
7147
|
-
"name": "agStatusPillRendererStyles",
|
|
7148
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7149
|
-
}
|
|
7150
|
-
},
|
|
7151
|
-
{
|
|
7152
|
-
"kind": "js",
|
|
7153
|
-
"name": "getStatusPillRendererTemplate",
|
|
7154
|
-
"declaration": {
|
|
7155
|
-
"name": "getStatusPillRendererTemplate",
|
|
7156
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7157
|
-
}
|
|
7158
|
-
},
|
|
7159
|
-
{
|
|
7160
|
-
"kind": "js",
|
|
7161
|
-
"name": "StatusPillRenderer",
|
|
7162
|
-
"declaration": {
|
|
7163
|
-
"name": "StatusPillRenderer",
|
|
7164
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7165
|
-
}
|
|
7166
|
-
},
|
|
7167
|
-
{
|
|
7168
|
-
"kind": "js",
|
|
7169
|
-
"name": "foundationStatusPillRenderer",
|
|
7170
|
-
"declaration": {
|
|
7171
|
-
"name": "foundationStatusPillRenderer",
|
|
7172
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7173
|
-
}
|
|
7174
|
-
}
|
|
7175
|
-
]
|
|
7176
|
-
},
|
|
7177
|
-
{
|
|
7178
|
-
"kind": "javascript-module",
|
|
7179
|
-
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7180
|
-
"declarations": [
|
|
7181
|
-
{
|
|
7182
|
-
"kind": "class",
|
|
7183
|
-
"description": "The AG Text Field Renderer element.",
|
|
7184
|
-
"name": "AgTextFieldRenderer",
|
|
7185
|
-
"members": [
|
|
7186
|
-
{
|
|
7187
|
-
"kind": "field",
|
|
7188
|
-
"name": "textField",
|
|
7189
|
-
"type": {
|
|
7190
|
-
"text": "TextField"
|
|
7191
|
-
},
|
|
7192
|
-
"privacy": "public"
|
|
7193
|
-
},
|
|
7194
|
-
{
|
|
7195
|
-
"kind": "field",
|
|
7196
|
-
"name": "textValue",
|
|
7197
|
-
"type": {
|
|
7198
|
-
"text": "string"
|
|
7199
|
-
},
|
|
7200
|
-
"default": "''"
|
|
7201
|
-
},
|
|
7202
|
-
{
|
|
7203
|
-
"kind": "field",
|
|
7204
|
-
"name": "params",
|
|
7205
|
-
"type": {
|
|
7206
|
-
"text": "FuiCellRendererParams"
|
|
7207
|
-
},
|
|
7208
|
-
"privacy": "public"
|
|
7209
|
-
},
|
|
7210
|
-
{
|
|
7211
|
-
"kind": "method",
|
|
7212
|
-
"name": "init",
|
|
7213
|
-
"privacy": "public",
|
|
7214
|
-
"parameters": [
|
|
7215
|
-
{
|
|
7216
|
-
"name": "params",
|
|
7217
|
-
"type": {
|
|
7218
|
-
"text": "FuiCellRendererParams"
|
|
7219
|
-
}
|
|
7220
|
-
}
|
|
7221
|
-
]
|
|
7222
|
-
},
|
|
7223
|
-
{
|
|
7224
|
-
"kind": "method",
|
|
7225
|
-
"name": "getGui",
|
|
7226
|
-
"privacy": "public",
|
|
7227
|
-
"return": {
|
|
7228
|
-
"type": {
|
|
7229
|
-
"text": "HTMLElement"
|
|
7230
|
-
}
|
|
7231
|
-
}
|
|
7232
|
-
},
|
|
7233
|
-
{
|
|
7234
|
-
"kind": "method",
|
|
7235
|
-
"name": "destroy",
|
|
7236
|
-
"privacy": "public"
|
|
7237
|
-
},
|
|
7238
|
-
{
|
|
7239
|
-
"kind": "method",
|
|
7240
|
-
"name": "refresh",
|
|
7241
|
-
"privacy": "public",
|
|
7242
|
-
"parameters": [
|
|
7243
|
-
{
|
|
7244
|
-
"name": "params",
|
|
7245
|
-
"type": {
|
|
7246
|
-
"text": "FuiCellRendererParams"
|
|
7247
|
-
}
|
|
7248
|
-
}
|
|
7249
|
-
]
|
|
7250
|
-
},
|
|
7251
|
-
{
|
|
7252
|
-
"kind": "method",
|
|
7253
|
-
"name": "isDisabled",
|
|
7254
|
-
"privacy": "public",
|
|
7255
|
-
"return": {
|
|
7256
|
-
"type": {
|
|
7257
|
-
"text": "boolean"
|
|
7258
|
-
}
|
|
7259
|
-
},
|
|
7260
|
-
"parameters": [
|
|
7261
|
-
{
|
|
7262
|
-
"name": "data"
|
|
7263
|
-
}
|
|
7264
|
-
]
|
|
7265
|
-
},
|
|
7266
|
-
{
|
|
7267
|
-
"kind": "field",
|
|
7268
|
-
"name": "textChanged",
|
|
7269
|
-
"privacy": "public",
|
|
7270
|
-
"description": "On text change handler",
|
|
7271
|
-
"parameters": [
|
|
7272
|
-
{
|
|
7273
|
-
"description": "CustomEvent",
|
|
7274
|
-
"name": "e"
|
|
7315
|
+
{
|
|
7316
|
+
"name": "params"
|
|
7275
7317
|
}
|
|
7276
7318
|
]
|
|
7277
7319
|
},
|
|
7320
|
+
{
|
|
7321
|
+
"kind": "method",
|
|
7322
|
+
"name": "destroy",
|
|
7323
|
+
"return": {
|
|
7324
|
+
"type": {
|
|
7325
|
+
"text": "void"
|
|
7326
|
+
}
|
|
7327
|
+
}
|
|
7328
|
+
},
|
|
7278
7329
|
{
|
|
7279
7330
|
"kind": "field",
|
|
7280
7331
|
"name": "_presentation",
|
|
@@ -7391,91 +7442,59 @@
|
|
|
7391
7442
|
"name": "FoundationElement",
|
|
7392
7443
|
"package": "@microsoft/fast-foundation"
|
|
7393
7444
|
},
|
|
7394
|
-
"tagName": "%%prefix%%-
|
|
7445
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7395
7446
|
"customElement": true
|
|
7396
7447
|
},
|
|
7397
7448
|
{
|
|
7398
7449
|
"kind": "variable",
|
|
7399
|
-
"name": "
|
|
7400
|
-
"
|
|
7401
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
7402
|
-
"privacy": "public"
|
|
7403
|
-
},
|
|
7404
|
-
{
|
|
7405
|
-
"kind": "function",
|
|
7406
|
-
"name": "getTextFieldRendererTemplate",
|
|
7407
|
-
"parameters": [
|
|
7408
|
-
{
|
|
7409
|
-
"name": "designSystem",
|
|
7410
|
-
"default": "'foundation'",
|
|
7411
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7412
|
-
}
|
|
7413
|
-
],
|
|
7414
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7415
|
-
"return": {
|
|
7416
|
-
"type": {
|
|
7417
|
-
"text": ""
|
|
7418
|
-
}
|
|
7419
|
-
},
|
|
7420
|
-
"privacy": "public"
|
|
7421
|
-
},
|
|
7422
|
-
{
|
|
7423
|
-
"kind": "variable",
|
|
7424
|
-
"name": "foundationAgTextFieldRenderer",
|
|
7425
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7450
|
+
"name": "foundationStatusPillRenderer",
|
|
7451
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7426
7452
|
"privacy": "public"
|
|
7427
7453
|
}
|
|
7428
7454
|
],
|
|
7429
7455
|
"exports": [
|
|
7430
7456
|
{
|
|
7431
7457
|
"kind": "js",
|
|
7432
|
-
"name": "
|
|
7458
|
+
"name": "agStatusPillRendererStyles",
|
|
7433
7459
|
"declaration": {
|
|
7434
|
-
"name": "
|
|
7435
|
-
"module": "src/cell-renderers/
|
|
7460
|
+
"name": "agStatusPillRendererStyles",
|
|
7461
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7436
7462
|
}
|
|
7437
7463
|
},
|
|
7438
7464
|
{
|
|
7439
7465
|
"kind": "js",
|
|
7440
|
-
"name": "
|
|
7466
|
+
"name": "getStatusPillRendererTemplate",
|
|
7441
7467
|
"declaration": {
|
|
7442
|
-
"name": "
|
|
7443
|
-
"module": "src/cell-renderers/
|
|
7468
|
+
"name": "getStatusPillRendererTemplate",
|
|
7469
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7444
7470
|
}
|
|
7445
7471
|
},
|
|
7446
7472
|
{
|
|
7447
7473
|
"kind": "js",
|
|
7448
|
-
"name": "
|
|
7474
|
+
"name": "StatusPillRenderer",
|
|
7449
7475
|
"declaration": {
|
|
7450
|
-
"name": "
|
|
7451
|
-
"module": "src/cell-renderers/
|
|
7476
|
+
"name": "StatusPillRenderer",
|
|
7477
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7452
7478
|
}
|
|
7453
7479
|
},
|
|
7454
7480
|
{
|
|
7455
7481
|
"kind": "js",
|
|
7456
|
-
"name": "
|
|
7482
|
+
"name": "foundationStatusPillRenderer",
|
|
7457
7483
|
"declaration": {
|
|
7458
|
-
"name": "
|
|
7459
|
-
"module": "src/cell-renderers/
|
|
7484
|
+
"name": "foundationStatusPillRenderer",
|
|
7485
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7460
7486
|
}
|
|
7461
7487
|
}
|
|
7462
7488
|
]
|
|
7463
7489
|
},
|
|
7464
7490
|
{
|
|
7465
7491
|
"kind": "javascript-module",
|
|
7466
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7492
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7467
7493
|
"declarations": [
|
|
7468
7494
|
{
|
|
7469
7495
|
"kind": "class",
|
|
7470
|
-
"description": "",
|
|
7471
|
-
"name": "
|
|
7472
|
-
"superclass": {
|
|
7473
|
-
"name": "AgTextFieldRenderer",
|
|
7474
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7475
|
-
},
|
|
7476
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7477
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7478
|
-
"customElement": true,
|
|
7496
|
+
"description": "The AG Text Field Renderer element.",
|
|
7497
|
+
"name": "AgTextFieldRenderer",
|
|
7479
7498
|
"members": [
|
|
7480
7499
|
{
|
|
7481
7500
|
"kind": "field",
|
|
@@ -7483,11 +7502,7 @@
|
|
|
7483
7502
|
"type": {
|
|
7484
7503
|
"text": "TextField"
|
|
7485
7504
|
},
|
|
7486
|
-
"privacy": "public"
|
|
7487
|
-
"inheritedFrom": {
|
|
7488
|
-
"name": "AgTextFieldRenderer",
|
|
7489
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7490
|
-
}
|
|
7505
|
+
"privacy": "public"
|
|
7491
7506
|
},
|
|
7492
7507
|
{
|
|
7493
7508
|
"kind": "field",
|
|
@@ -7495,11 +7510,7 @@
|
|
|
7495
7510
|
"type": {
|
|
7496
7511
|
"text": "string"
|
|
7497
7512
|
},
|
|
7498
|
-
"default": "''"
|
|
7499
|
-
"inheritedFrom": {
|
|
7500
|
-
"name": "AgTextFieldRenderer",
|
|
7501
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7502
|
-
}
|
|
7513
|
+
"default": "''"
|
|
7503
7514
|
},
|
|
7504
7515
|
{
|
|
7505
7516
|
"kind": "field",
|
|
@@ -7507,11 +7518,7 @@
|
|
|
7507
7518
|
"type": {
|
|
7508
7519
|
"text": "FuiCellRendererParams"
|
|
7509
7520
|
},
|
|
7510
|
-
"privacy": "public"
|
|
7511
|
-
"inheritedFrom": {
|
|
7512
|
-
"name": "AgTextFieldRenderer",
|
|
7513
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7514
|
-
}
|
|
7521
|
+
"privacy": "public"
|
|
7515
7522
|
},
|
|
7516
7523
|
{
|
|
7517
7524
|
"kind": "method",
|
|
@@ -7524,11 +7531,7 @@
|
|
|
7524
7531
|
"text": "FuiCellRendererParams"
|
|
7525
7532
|
}
|
|
7526
7533
|
}
|
|
7527
|
-
]
|
|
7528
|
-
"inheritedFrom": {
|
|
7529
|
-
"name": "AgTextFieldRenderer",
|
|
7530
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7531
|
-
}
|
|
7534
|
+
]
|
|
7532
7535
|
},
|
|
7533
7536
|
{
|
|
7534
7537
|
"kind": "method",
|
|
@@ -7538,20 +7541,12 @@
|
|
|
7538
7541
|
"type": {
|
|
7539
7542
|
"text": "HTMLElement"
|
|
7540
7543
|
}
|
|
7541
|
-
},
|
|
7542
|
-
"inheritedFrom": {
|
|
7543
|
-
"name": "AgTextFieldRenderer",
|
|
7544
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7545
7544
|
}
|
|
7546
7545
|
},
|
|
7547
7546
|
{
|
|
7548
7547
|
"kind": "method",
|
|
7549
7548
|
"name": "destroy",
|
|
7550
|
-
"privacy": "public"
|
|
7551
|
-
"inheritedFrom": {
|
|
7552
|
-
"name": "AgTextFieldRenderer",
|
|
7553
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7554
|
-
}
|
|
7549
|
+
"privacy": "public"
|
|
7555
7550
|
},
|
|
7556
7551
|
{
|
|
7557
7552
|
"kind": "method",
|
|
@@ -7564,11 +7559,7 @@
|
|
|
7564
7559
|
"text": "FuiCellRendererParams"
|
|
7565
7560
|
}
|
|
7566
7561
|
}
|
|
7567
|
-
]
|
|
7568
|
-
"inheritedFrom": {
|
|
7569
|
-
"name": "AgTextFieldRenderer",
|
|
7570
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7571
|
-
}
|
|
7562
|
+
]
|
|
7572
7563
|
},
|
|
7573
7564
|
{
|
|
7574
7565
|
"kind": "method",
|
|
@@ -7583,11 +7574,7 @@
|
|
|
7583
7574
|
{
|
|
7584
7575
|
"name": "data"
|
|
7585
7576
|
}
|
|
7586
|
-
]
|
|
7587
|
-
"inheritedFrom": {
|
|
7588
|
-
"name": "AgTextFieldRenderer",
|
|
7589
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7590
|
-
}
|
|
7577
|
+
]
|
|
7591
7578
|
},
|
|
7592
7579
|
{
|
|
7593
7580
|
"kind": "field",
|
|
@@ -7599,11 +7586,7 @@
|
|
|
7599
7586
|
"description": "CustomEvent",
|
|
7600
7587
|
"name": "e"
|
|
7601
7588
|
}
|
|
7602
|
-
]
|
|
7603
|
-
"inheritedFrom": {
|
|
7604
|
-
"name": "AgTextFieldRenderer",
|
|
7605
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7606
|
-
}
|
|
7589
|
+
]
|
|
7607
7590
|
},
|
|
7608
7591
|
{
|
|
7609
7592
|
"kind": "field",
|
|
@@ -7716,184 +7699,194 @@
|
|
|
7716
7699
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7717
7700
|
}
|
|
7718
7701
|
}
|
|
7719
|
-
]
|
|
7702
|
+
],
|
|
7703
|
+
"superclass": {
|
|
7704
|
+
"name": "FoundationElement",
|
|
7705
|
+
"package": "@microsoft/fast-foundation"
|
|
7706
|
+
},
|
|
7707
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7708
|
+
"customElement": true
|
|
7720
7709
|
},
|
|
7721
7710
|
{
|
|
7722
7711
|
"kind": "variable",
|
|
7723
|
-
"name": "
|
|
7724
|
-
"default": "
|
|
7725
|
-
"
|
|
7726
|
-
"
|
|
7712
|
+
"name": "textFieldRendererStyles",
|
|
7713
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
7714
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7715
|
+
"privacy": "public"
|
|
7727
7716
|
},
|
|
7728
7717
|
{
|
|
7729
|
-
"kind": "
|
|
7730
|
-
"name": "
|
|
7731
|
-
"
|
|
7732
|
-
|
|
7733
|
-
|
|
7718
|
+
"kind": "function",
|
|
7719
|
+
"name": "getTextFieldRendererTemplate",
|
|
7720
|
+
"parameters": [
|
|
7721
|
+
{
|
|
7722
|
+
"name": "designSystem",
|
|
7723
|
+
"default": "'foundation'",
|
|
7724
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7725
|
+
}
|
|
7726
|
+
],
|
|
7727
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7728
|
+
"return": {
|
|
7729
|
+
"type": {
|
|
7730
|
+
"text": ""
|
|
7731
|
+
}
|
|
7732
|
+
},
|
|
7733
|
+
"privacy": "public"
|
|
7734
7734
|
},
|
|
7735
7735
|
{
|
|
7736
7736
|
"kind": "variable",
|
|
7737
|
-
"name": "
|
|
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"
|
|
7737
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7738
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7739
|
+
"privacy": "public"
|
|
7741
7740
|
}
|
|
7742
7741
|
],
|
|
7743
7742
|
"exports": [
|
|
7744
7743
|
{
|
|
7745
7744
|
"kind": "js",
|
|
7746
|
-
"name": "
|
|
7745
|
+
"name": "AgTextFieldRenderer",
|
|
7747
7746
|
"declaration": {
|
|
7748
|
-
"name": "
|
|
7749
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7747
|
+
"name": "AgTextFieldRenderer",
|
|
7748
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7750
7749
|
}
|
|
7751
7750
|
},
|
|
7752
7751
|
{
|
|
7753
7752
|
"kind": "js",
|
|
7754
|
-
"name": "
|
|
7753
|
+
"name": "textFieldRendererStyles",
|
|
7755
7754
|
"declaration": {
|
|
7756
|
-
"name": "
|
|
7757
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7755
|
+
"name": "textFieldRendererStyles",
|
|
7756
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7758
7757
|
}
|
|
7759
7758
|
},
|
|
7760
7759
|
{
|
|
7761
7760
|
"kind": "js",
|
|
7762
|
-
"name": "
|
|
7761
|
+
"name": "getTextFieldRendererTemplate",
|
|
7763
7762
|
"declaration": {
|
|
7764
|
-
"name": "
|
|
7765
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7763
|
+
"name": "getTextFieldRendererTemplate",
|
|
7764
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7766
7765
|
}
|
|
7767
7766
|
},
|
|
7768
7767
|
{
|
|
7769
7768
|
"kind": "js",
|
|
7770
|
-
"name": "
|
|
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",
|
|
7769
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7794
7770
|
"declaration": {
|
|
7795
|
-
"name": "
|
|
7796
|
-
"module": "src/
|
|
7771
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7772
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7797
7773
|
}
|
|
7798
7774
|
}
|
|
7799
7775
|
]
|
|
7800
7776
|
},
|
|
7801
7777
|
{
|
|
7802
7778
|
"kind": "javascript-module",
|
|
7803
|
-
"path": "src/
|
|
7779
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7804
7780
|
"declarations": [
|
|
7805
7781
|
{
|
|
7806
7782
|
"kind": "class",
|
|
7807
|
-
"description": "
|
|
7808
|
-
"name": "
|
|
7783
|
+
"description": "",
|
|
7784
|
+
"name": "AgTextRenderer",
|
|
7785
|
+
"superclass": {
|
|
7786
|
+
"name": "AgTextFieldRenderer",
|
|
7787
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7788
|
+
},
|
|
7789
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7790
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7791
|
+
"customElement": true,
|
|
7809
7792
|
"members": [
|
|
7810
7793
|
{
|
|
7811
7794
|
"kind": "field",
|
|
7812
|
-
"name": "
|
|
7795
|
+
"name": "textField",
|
|
7813
7796
|
"type": {
|
|
7814
|
-
"text": "
|
|
7797
|
+
"text": "TextField"
|
|
7815
7798
|
},
|
|
7816
|
-
"privacy": "public"
|
|
7799
|
+
"privacy": "public",
|
|
7800
|
+
"inheritedFrom": {
|
|
7801
|
+
"name": "AgTextFieldRenderer",
|
|
7802
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7803
|
+
}
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "field",
|
|
7807
|
+
"name": "textValue",
|
|
7808
|
+
"type": {
|
|
7809
|
+
"text": "string"
|
|
7810
|
+
},
|
|
7811
|
+
"default": "''",
|
|
7812
|
+
"inheritedFrom": {
|
|
7813
|
+
"name": "AgTextFieldRenderer",
|
|
7814
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
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
|
]
|
|
@@ -20165,46 +20165,51 @@
|
|
|
20165
20165
|
},
|
|
20166
20166
|
{
|
|
20167
20167
|
"kind": "javascript-module",
|
|
20168
|
-
"path": "src/
|
|
20168
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
20169
20169
|
"declarations": [
|
|
20170
20170
|
{
|
|
20171
20171
|
"kind": "function",
|
|
20172
|
-
"name": "
|
|
20172
|
+
"name": "gridProColumns",
|
|
20173
20173
|
"return": {
|
|
20174
20174
|
"type": {
|
|
20175
|
-
"text": "
|
|
20175
|
+
"text": "CaptureType<TSource>"
|
|
20176
20176
|
}
|
|
20177
20177
|
},
|
|
20178
20178
|
"parameters": [
|
|
20179
20179
|
{
|
|
20180
|
-
"name": "
|
|
20180
|
+
"name": "itemsBinding",
|
|
20181
20181
|
"type": {
|
|
20182
|
-
"text": "
|
|
20183
|
-
}
|
|
20182
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
20183
|
+
},
|
|
20184
|
+
"description": "The array to render"
|
|
20184
20185
|
},
|
|
20185
20186
|
{
|
|
20186
|
-
"name": "
|
|
20187
|
+
"name": "includeRenderers",
|
|
20188
|
+
"default": "true",
|
|
20187
20189
|
"type": {
|
|
20188
|
-
"text": "
|
|
20189
|
-
}
|
|
20190
|
+
"text": "boolean"
|
|
20191
|
+
},
|
|
20192
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20190
20193
|
}
|
|
20191
|
-
]
|
|
20194
|
+
],
|
|
20195
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20196
|
+
"privacy": "public"
|
|
20192
20197
|
}
|
|
20193
20198
|
],
|
|
20194
20199
|
"exports": [
|
|
20195
20200
|
{
|
|
20196
20201
|
"kind": "js",
|
|
20197
|
-
"name": "
|
|
20202
|
+
"name": "gridProColumns",
|
|
20198
20203
|
"declaration": {
|
|
20199
|
-
"name": "
|
|
20200
|
-
"module": "src/
|
|
20204
|
+
"name": "gridProColumns",
|
|
20205
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20201
20206
|
}
|
|
20202
20207
|
}
|
|
20203
20208
|
]
|
|
20204
20209
|
},
|
|
20205
20210
|
{
|
|
20206
20211
|
"kind": "javascript-module",
|
|
20207
|
-
"path": "src/
|
|
20212
|
+
"path": "src/column/utils/index.ts",
|
|
20208
20213
|
"declarations": [],
|
|
20209
20214
|
"exports": [
|
|
20210
20215
|
{
|
|
@@ -20212,58 +20217,53 @@
|
|
|
20212
20217
|
"name": "*",
|
|
20213
20218
|
"declaration": {
|
|
20214
20219
|
"name": "*",
|
|
20215
|
-
"package": "./
|
|
20220
|
+
"package": "./grid-pro-columns"
|
|
20216
20221
|
}
|
|
20217
20222
|
}
|
|
20218
20223
|
]
|
|
20219
20224
|
},
|
|
20220
20225
|
{
|
|
20221
20226
|
"kind": "javascript-module",
|
|
20222
|
-
"path": "src/
|
|
20227
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20223
20228
|
"declarations": [
|
|
20224
20229
|
{
|
|
20225
20230
|
"kind": "function",
|
|
20226
|
-
"name": "
|
|
20231
|
+
"name": "setValueWithAccessor",
|
|
20227
20232
|
"return": {
|
|
20228
20233
|
"type": {
|
|
20229
|
-
"text": "
|
|
20234
|
+
"text": "string"
|
|
20230
20235
|
}
|
|
20231
20236
|
},
|
|
20232
20237
|
"parameters": [
|
|
20233
20238
|
{
|
|
20234
|
-
"name": "
|
|
20239
|
+
"name": "data",
|
|
20235
20240
|
"type": {
|
|
20236
|
-
"text": "
|
|
20237
|
-
}
|
|
20238
|
-
"description": "The array to render"
|
|
20241
|
+
"text": "any"
|
|
20242
|
+
}
|
|
20239
20243
|
},
|
|
20240
20244
|
{
|
|
20241
|
-
"name": "
|
|
20242
|
-
"default": "true",
|
|
20245
|
+
"name": "accessor",
|
|
20243
20246
|
"type": {
|
|
20244
|
-
"text": "
|
|
20245
|
-
}
|
|
20246
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20247
|
+
"text": "string"
|
|
20248
|
+
}
|
|
20247
20249
|
}
|
|
20248
|
-
]
|
|
20249
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20250
|
-
"privacy": "public"
|
|
20250
|
+
]
|
|
20251
20251
|
}
|
|
20252
20252
|
],
|
|
20253
20253
|
"exports": [
|
|
20254
20254
|
{
|
|
20255
20255
|
"kind": "js",
|
|
20256
|
-
"name": "
|
|
20256
|
+
"name": "setValueWithAccessor",
|
|
20257
20257
|
"declaration": {
|
|
20258
|
-
"name": "
|
|
20259
|
-
"module": "src/
|
|
20258
|
+
"name": "setValueWithAccessor",
|
|
20259
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20260
20260
|
}
|
|
20261
20261
|
}
|
|
20262
20262
|
]
|
|
20263
20263
|
},
|
|
20264
20264
|
{
|
|
20265
20265
|
"kind": "javascript-module",
|
|
20266
|
-
"path": "src/
|
|
20266
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20267
20267
|
"declarations": [],
|
|
20268
20268
|
"exports": [
|
|
20269
20269
|
{
|
|
@@ -20271,7 +20271,7 @@
|
|
|
20271
20271
|
"name": "*",
|
|
20272
20272
|
"declaration": {
|
|
20273
20273
|
"name": "*",
|
|
20274
|
-
"package": "./
|
|
20274
|
+
"package": "./accessor"
|
|
20275
20275
|
}
|
|
20276
20276
|
}
|
|
20277
20277
|
]
|