@genesislcap/grid-pro 14.429.2-alpha-0d0a008.0 → 14.429.2
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 +627 -627
- 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,123 +5298,69 @@
|
|
|
5298
5298
|
},
|
|
5299
5299
|
{
|
|
5300
5300
|
"kind": "javascript-module",
|
|
5301
|
-
"path": "src/
|
|
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",
|
|
5301
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5325
5302
|
"declarations": [
|
|
5326
5303
|
{
|
|
5327
5304
|
"kind": "class",
|
|
5328
|
-
"description": "The
|
|
5329
|
-
"name": "
|
|
5305
|
+
"description": "The AG Action Renderer element.",
|
|
5306
|
+
"name": "ActionRenderer",
|
|
5330
5307
|
"members": [
|
|
5331
5308
|
{
|
|
5332
5309
|
"kind": "field",
|
|
5333
|
-
"name": "
|
|
5310
|
+
"name": "params",
|
|
5334
5311
|
"type": {
|
|
5335
|
-
"text": "
|
|
5312
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5336
5313
|
},
|
|
5337
5314
|
"privacy": "public"
|
|
5338
5315
|
},
|
|
5339
5316
|
{
|
|
5340
5317
|
"kind": "field",
|
|
5341
|
-
"name": "
|
|
5318
|
+
"name": "pendingAction",
|
|
5342
5319
|
"type": {
|
|
5343
|
-
"text": "
|
|
5320
|
+
"text": "boolean"
|
|
5344
5321
|
},
|
|
5345
|
-
"default": "{}"
|
|
5346
|
-
},
|
|
5347
|
-
{
|
|
5348
|
-
"kind": "method",
|
|
5349
|
-
"name": "slottedAgCellChanged",
|
|
5350
5322
|
"privacy": "public"
|
|
5351
5323
|
},
|
|
5352
5324
|
{
|
|
5353
5325
|
"kind": "method",
|
|
5354
|
-
"name": "
|
|
5355
|
-
"
|
|
5356
|
-
"type": {
|
|
5357
|
-
"text": "Node"
|
|
5358
|
-
}
|
|
5359
|
-
},
|
|
5360
|
-
"inheritedFrom": {
|
|
5361
|
-
"name": "LifecycleMixin",
|
|
5362
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5363
|
-
}
|
|
5364
|
-
},
|
|
5365
|
-
{
|
|
5366
|
-
"kind": "method",
|
|
5367
|
-
"name": "cloneNode",
|
|
5368
|
-
"return": {
|
|
5369
|
-
"type": {
|
|
5370
|
-
"text": "Node"
|
|
5371
|
-
}
|
|
5372
|
-
},
|
|
5326
|
+
"name": "init",
|
|
5327
|
+
"privacy": "public",
|
|
5373
5328
|
"parameters": [
|
|
5374
5329
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"optional": true,
|
|
5330
|
+
"name": "params",
|
|
5377
5331
|
"type": {
|
|
5378
|
-
"text": "
|
|
5332
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5379
5333
|
}
|
|
5380
5334
|
}
|
|
5381
|
-
]
|
|
5382
|
-
"inheritedFrom": {
|
|
5383
|
-
"name": "LifecycleMixin",
|
|
5384
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
-
}
|
|
5335
|
+
]
|
|
5386
5336
|
},
|
|
5387
5337
|
{
|
|
5388
|
-
"kind": "
|
|
5389
|
-
"name": "
|
|
5338
|
+
"kind": "method",
|
|
5339
|
+
"name": "getGui",
|
|
5340
|
+
"privacy": "public",
|
|
5390
5341
|
"return": {
|
|
5391
5342
|
"type": {
|
|
5392
|
-
"text": ""
|
|
5343
|
+
"text": "HTMLElement"
|
|
5393
5344
|
}
|
|
5394
|
-
},
|
|
5395
|
-
"readonly": true,
|
|
5396
|
-
"inheritedFrom": {
|
|
5397
|
-
"name": "LifecycleMixin",
|
|
5398
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5399
5345
|
}
|
|
5400
5346
|
},
|
|
5401
5347
|
{
|
|
5402
|
-
"kind": "
|
|
5403
|
-
"name": "
|
|
5404
|
-
"
|
|
5405
|
-
|
|
5406
|
-
|
|
5348
|
+
"kind": "method",
|
|
5349
|
+
"name": "refresh",
|
|
5350
|
+
"privacy": "public",
|
|
5351
|
+
"parameters": [
|
|
5352
|
+
{
|
|
5353
|
+
"name": "params",
|
|
5354
|
+
"type": {
|
|
5355
|
+
"text": "ICellRendererParams"
|
|
5356
|
+
}
|
|
5407
5357
|
}
|
|
5408
|
-
|
|
5409
|
-
"readonly": true,
|
|
5410
|
-
"inheritedFrom": {
|
|
5411
|
-
"name": "LifecycleMixin",
|
|
5412
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5413
|
-
}
|
|
5358
|
+
]
|
|
5414
5359
|
},
|
|
5415
5360
|
{
|
|
5416
5361
|
"kind": "method",
|
|
5417
|
-
"name": "
|
|
5362
|
+
"name": "isDisabled",
|
|
5363
|
+
"privacy": "public",
|
|
5418
5364
|
"return": {
|
|
5419
5365
|
"type": {
|
|
5420
5366
|
"text": "boolean"
|
|
@@ -5422,16 +5368,19 @@
|
|
|
5422
5368
|
},
|
|
5423
5369
|
"parameters": [
|
|
5424
5370
|
{
|
|
5425
|
-
"name": "
|
|
5426
|
-
"type": {
|
|
5427
|
-
"text": "Lifecycletype"
|
|
5428
|
-
}
|
|
5371
|
+
"name": "data"
|
|
5429
5372
|
}
|
|
5430
|
-
]
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5373
|
+
]
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"kind": "method",
|
|
5377
|
+
"name": "clickHandler",
|
|
5378
|
+
"privacy": "public"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"kind": "field",
|
|
5382
|
+
"name": "dataTestId",
|
|
5383
|
+
"readonly": true
|
|
5435
5384
|
},
|
|
5436
5385
|
{
|
|
5437
5386
|
"kind": "field",
|
|
@@ -5545,92 +5494,82 @@
|
|
|
5545
5494
|
}
|
|
5546
5495
|
}
|
|
5547
5496
|
],
|
|
5548
|
-
"mixins": [
|
|
5549
|
-
{
|
|
5550
|
-
"name": "LifecycleMixin",
|
|
5551
|
-
"package": "@genesislcap/foundation-utils"
|
|
5552
|
-
}
|
|
5553
|
-
],
|
|
5554
5497
|
"superclass": {
|
|
5555
5498
|
"name": "FoundationElement",
|
|
5556
5499
|
"package": "@microsoft/fast-foundation"
|
|
5557
5500
|
},
|
|
5558
|
-
"tagName": "grid-pro-
|
|
5501
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5559
5502
|
"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"
|
|
5560
5522
|
}
|
|
5561
5523
|
],
|
|
5562
5524
|
"exports": [
|
|
5563
5525
|
{
|
|
5564
5526
|
"kind": "js",
|
|
5565
|
-
"name": "
|
|
5527
|
+
"name": "ActionRenderer",
|
|
5566
5528
|
"declaration": {
|
|
5567
|
-
"name": "
|
|
5568
|
-
"module": "src/
|
|
5529
|
+
"name": "ActionRenderer",
|
|
5530
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5569
5531
|
}
|
|
5570
5532
|
},
|
|
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": [
|
|
5586
5533
|
{
|
|
5587
5534
|
"kind": "js",
|
|
5588
|
-
"name": "
|
|
5535
|
+
"name": "actionHeightMultiplier",
|
|
5589
5536
|
"declaration": {
|
|
5590
|
-
"name": "
|
|
5591
|
-
"
|
|
5537
|
+
"name": "actionHeightMultiplier",
|
|
5538
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5592
5539
|
}
|
|
5593
5540
|
},
|
|
5594
5541
|
{
|
|
5595
5542
|
"kind": "js",
|
|
5596
|
-
"name": "
|
|
5543
|
+
"name": "agActionRendererStyles",
|
|
5597
5544
|
"declaration": {
|
|
5598
|
-
"name": "
|
|
5599
|
-
"
|
|
5545
|
+
"name": "agActionRendererStyles",
|
|
5546
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5600
5547
|
}
|
|
5601
5548
|
},
|
|
5602
5549
|
{
|
|
5603
5550
|
"kind": "js",
|
|
5604
|
-
"name": "
|
|
5551
|
+
"name": "foundationGridProActionRenderer",
|
|
5605
5552
|
"declaration": {
|
|
5606
|
-
"name": "
|
|
5607
|
-
"
|
|
5553
|
+
"name": "foundationGridProActionRenderer",
|
|
5554
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5608
5555
|
}
|
|
5609
5556
|
}
|
|
5610
5557
|
]
|
|
5611
5558
|
},
|
|
5612
5559
|
{
|
|
5613
5560
|
"kind": "javascript-module",
|
|
5614
|
-
"path": "src/cell-renderers/
|
|
5561
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5615
5562
|
"declarations": [
|
|
5616
5563
|
{
|
|
5617
5564
|
"kind": "class",
|
|
5618
|
-
"description": "The
|
|
5619
|
-
"name": "
|
|
5565
|
+
"description": "The Actions Menu Renderer element.",
|
|
5566
|
+
"name": "ActionsMenuRenderer",
|
|
5620
5567
|
"members": [
|
|
5621
5568
|
{
|
|
5622
5569
|
"kind": "field",
|
|
5623
5570
|
"name": "params",
|
|
5624
5571
|
"type": {
|
|
5625
|
-
"text": "ICellRendererParams
|
|
5626
|
-
},
|
|
5627
|
-
"privacy": "public"
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"kind": "field",
|
|
5631
|
-
"name": "pendingAction",
|
|
5632
|
-
"type": {
|
|
5633
|
-
"text": "boolean"
|
|
5572
|
+
"text": "ICellRendererParams"
|
|
5634
5573
|
},
|
|
5635
5574
|
"privacy": "public"
|
|
5636
5575
|
},
|
|
@@ -5642,7 +5581,7 @@
|
|
|
5642
5581
|
{
|
|
5643
5582
|
"name": "params",
|
|
5644
5583
|
"type": {
|
|
5645
|
-
"text": "ICellRendererParams
|
|
5584
|
+
"text": "ICellRendererParams"
|
|
5646
5585
|
}
|
|
5647
5586
|
}
|
|
5648
5587
|
]
|
|
@@ -5670,31 +5609,6 @@
|
|
|
5670
5609
|
}
|
|
5671
5610
|
]
|
|
5672
5611
|
},
|
|
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
|
-
},
|
|
5698
5612
|
{
|
|
5699
5613
|
"kind": "field",
|
|
5700
5614
|
"name": "_presentation",
|
|
@@ -5811,240 +5725,13 @@
|
|
|
5811
5725
|
"name": "FoundationElement",
|
|
5812
5726
|
"package": "@microsoft/fast-foundation"
|
|
5813
5727
|
},
|
|
5814
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5728
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5815
5729
|
"customElement": true
|
|
5816
5730
|
},
|
|
5817
5731
|
{
|
|
5818
5732
|
"kind": "variable",
|
|
5819
|
-
"name": "
|
|
5820
|
-
"description": "
|
|
5821
|
-
"privacy": "public"
|
|
5822
|
-
},
|
|
5823
|
-
{
|
|
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.",
|
|
5733
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5734
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6048
5735
|
"privacy": "public"
|
|
6049
5736
|
},
|
|
6050
5737
|
{
|
|
@@ -7317,15 +7004,277 @@
|
|
|
7317
7004
|
}
|
|
7318
7005
|
]
|
|
7319
7006
|
},
|
|
7320
|
-
{
|
|
7321
|
-
"kind": "method",
|
|
7322
|
-
"name": "destroy",
|
|
7323
|
-
"return": {
|
|
7324
|
-
"type": {
|
|
7325
|
-
"text": "void"
|
|
7326
|
-
}
|
|
7327
|
-
}
|
|
7328
|
-
},
|
|
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"
|
|
7275
|
+
}
|
|
7276
|
+
]
|
|
7277
|
+
},
|
|
7329
7278
|
{
|
|
7330
7279
|
"kind": "field",
|
|
7331
7280
|
"name": "_presentation",
|
|
@@ -7442,59 +7391,91 @@
|
|
|
7442
7391
|
"name": "FoundationElement",
|
|
7443
7392
|
"package": "@microsoft/fast-foundation"
|
|
7444
7393
|
},
|
|
7445
|
-
"tagName": "%%prefix%%-
|
|
7394
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7446
7395
|
"customElement": true
|
|
7447
7396
|
},
|
|
7448
7397
|
{
|
|
7449
7398
|
"kind": "variable",
|
|
7450
|
-
"name": "
|
|
7451
|
-
"
|
|
7399
|
+
"name": "textFieldRendererStyles",
|
|
7400
|
+
"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`",
|
|
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.",
|
|
7452
7426
|
"privacy": "public"
|
|
7453
7427
|
}
|
|
7454
7428
|
],
|
|
7455
7429
|
"exports": [
|
|
7456
7430
|
{
|
|
7457
7431
|
"kind": "js",
|
|
7458
|
-
"name": "
|
|
7432
|
+
"name": "AgTextFieldRenderer",
|
|
7459
7433
|
"declaration": {
|
|
7460
|
-
"name": "
|
|
7461
|
-
"module": "src/cell-renderers/
|
|
7434
|
+
"name": "AgTextFieldRenderer",
|
|
7435
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7462
7436
|
}
|
|
7463
7437
|
},
|
|
7464
7438
|
{
|
|
7465
7439
|
"kind": "js",
|
|
7466
|
-
"name": "
|
|
7440
|
+
"name": "textFieldRendererStyles",
|
|
7467
7441
|
"declaration": {
|
|
7468
|
-
"name": "
|
|
7469
|
-
"module": "src/cell-renderers/
|
|
7442
|
+
"name": "textFieldRendererStyles",
|
|
7443
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7470
7444
|
}
|
|
7471
7445
|
},
|
|
7472
7446
|
{
|
|
7473
7447
|
"kind": "js",
|
|
7474
|
-
"name": "
|
|
7448
|
+
"name": "getTextFieldRendererTemplate",
|
|
7475
7449
|
"declaration": {
|
|
7476
|
-
"name": "
|
|
7477
|
-
"module": "src/cell-renderers/
|
|
7450
|
+
"name": "getTextFieldRendererTemplate",
|
|
7451
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7478
7452
|
}
|
|
7479
7453
|
},
|
|
7480
7454
|
{
|
|
7481
7455
|
"kind": "js",
|
|
7482
|
-
"name": "
|
|
7456
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7483
7457
|
"declaration": {
|
|
7484
|
-
"name": "
|
|
7485
|
-
"module": "src/cell-renderers/
|
|
7458
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7459
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7486
7460
|
}
|
|
7487
7461
|
}
|
|
7488
7462
|
]
|
|
7489
7463
|
},
|
|
7490
7464
|
{
|
|
7491
7465
|
"kind": "javascript-module",
|
|
7492
|
-
"path": "src/cell-renderers/text
|
|
7466
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7493
7467
|
"declarations": [
|
|
7494
7468
|
{
|
|
7495
7469
|
"kind": "class",
|
|
7496
|
-
"description": "
|
|
7497
|
-
"name": "
|
|
7470
|
+
"description": "",
|
|
7471
|
+
"name": "AgTextRenderer",
|
|
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,
|
|
7498
7479
|
"members": [
|
|
7499
7480
|
{
|
|
7500
7481
|
"kind": "field",
|
|
@@ -7502,7 +7483,11 @@
|
|
|
7502
7483
|
"type": {
|
|
7503
7484
|
"text": "TextField"
|
|
7504
7485
|
},
|
|
7505
|
-
"privacy": "public"
|
|
7486
|
+
"privacy": "public",
|
|
7487
|
+
"inheritedFrom": {
|
|
7488
|
+
"name": "AgTextFieldRenderer",
|
|
7489
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7490
|
+
}
|
|
7506
7491
|
},
|
|
7507
7492
|
{
|
|
7508
7493
|
"kind": "field",
|
|
@@ -7510,7 +7495,11 @@
|
|
|
7510
7495
|
"type": {
|
|
7511
7496
|
"text": "string"
|
|
7512
7497
|
},
|
|
7513
|
-
"default": "''"
|
|
7498
|
+
"default": "''",
|
|
7499
|
+
"inheritedFrom": {
|
|
7500
|
+
"name": "AgTextFieldRenderer",
|
|
7501
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7502
|
+
}
|
|
7514
7503
|
},
|
|
7515
7504
|
{
|
|
7516
7505
|
"kind": "field",
|
|
@@ -7518,7 +7507,11 @@
|
|
|
7518
7507
|
"type": {
|
|
7519
7508
|
"text": "FuiCellRendererParams"
|
|
7520
7509
|
},
|
|
7521
|
-
"privacy": "public"
|
|
7510
|
+
"privacy": "public",
|
|
7511
|
+
"inheritedFrom": {
|
|
7512
|
+
"name": "AgTextFieldRenderer",
|
|
7513
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7514
|
+
}
|
|
7522
7515
|
},
|
|
7523
7516
|
{
|
|
7524
7517
|
"kind": "method",
|
|
@@ -7531,7 +7524,11 @@
|
|
|
7531
7524
|
"text": "FuiCellRendererParams"
|
|
7532
7525
|
}
|
|
7533
7526
|
}
|
|
7534
|
-
]
|
|
7527
|
+
],
|
|
7528
|
+
"inheritedFrom": {
|
|
7529
|
+
"name": "AgTextFieldRenderer",
|
|
7530
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7531
|
+
}
|
|
7535
7532
|
},
|
|
7536
7533
|
{
|
|
7537
7534
|
"kind": "method",
|
|
@@ -7541,12 +7538,20 @@
|
|
|
7541
7538
|
"type": {
|
|
7542
7539
|
"text": "HTMLElement"
|
|
7543
7540
|
}
|
|
7541
|
+
},
|
|
7542
|
+
"inheritedFrom": {
|
|
7543
|
+
"name": "AgTextFieldRenderer",
|
|
7544
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7544
7545
|
}
|
|
7545
7546
|
},
|
|
7546
7547
|
{
|
|
7547
7548
|
"kind": "method",
|
|
7548
7549
|
"name": "destroy",
|
|
7549
|
-
"privacy": "public"
|
|
7550
|
+
"privacy": "public",
|
|
7551
|
+
"inheritedFrom": {
|
|
7552
|
+
"name": "AgTextFieldRenderer",
|
|
7553
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7554
|
+
}
|
|
7550
7555
|
},
|
|
7551
7556
|
{
|
|
7552
7557
|
"kind": "method",
|
|
@@ -7559,7 +7564,11 @@
|
|
|
7559
7564
|
"text": "FuiCellRendererParams"
|
|
7560
7565
|
}
|
|
7561
7566
|
}
|
|
7562
|
-
]
|
|
7567
|
+
],
|
|
7568
|
+
"inheritedFrom": {
|
|
7569
|
+
"name": "AgTextFieldRenderer",
|
|
7570
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7571
|
+
}
|
|
7563
7572
|
},
|
|
7564
7573
|
{
|
|
7565
7574
|
"kind": "method",
|
|
@@ -7574,7 +7583,11 @@
|
|
|
7574
7583
|
{
|
|
7575
7584
|
"name": "data"
|
|
7576
7585
|
}
|
|
7577
|
-
]
|
|
7586
|
+
],
|
|
7587
|
+
"inheritedFrom": {
|
|
7588
|
+
"name": "AgTextFieldRenderer",
|
|
7589
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7590
|
+
}
|
|
7578
7591
|
},
|
|
7579
7592
|
{
|
|
7580
7593
|
"kind": "field",
|
|
@@ -7586,7 +7599,11 @@
|
|
|
7586
7599
|
"description": "CustomEvent",
|
|
7587
7600
|
"name": "e"
|
|
7588
7601
|
}
|
|
7589
|
-
]
|
|
7602
|
+
],
|
|
7603
|
+
"inheritedFrom": {
|
|
7604
|
+
"name": "AgTextFieldRenderer",
|
|
7605
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7606
|
+
}
|
|
7590
7607
|
},
|
|
7591
7608
|
{
|
|
7592
7609
|
"kind": "field",
|
|
@@ -7699,223 +7716,200 @@
|
|
|
7699
7716
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7700
7717
|
}
|
|
7701
7718
|
}
|
|
7702
|
-
]
|
|
7703
|
-
"superclass": {
|
|
7704
|
-
"name": "FoundationElement",
|
|
7705
|
-
"package": "@microsoft/fast-foundation"
|
|
7706
|
-
},
|
|
7707
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7708
|
-
"customElement": true
|
|
7719
|
+
]
|
|
7709
7720
|
},
|
|
7710
7721
|
{
|
|
7711
7722
|
"kind": "variable",
|
|
7712
|
-
"name": "
|
|
7713
|
-
"default": "
|
|
7714
|
-
"
|
|
7715
|
-
"
|
|
7723
|
+
"name": "textRendererStyles",
|
|
7724
|
+
"default": "textFieldRendererStyles",
|
|
7725
|
+
"privacy": "public",
|
|
7726
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7716
7727
|
},
|
|
7717
7728
|
{
|
|
7718
|
-
"kind": "
|
|
7719
|
-
"name": "
|
|
7720
|
-
"
|
|
7721
|
-
|
|
7722
|
-
|
|
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"
|
|
7729
|
+
"kind": "variable",
|
|
7730
|
+
"name": "getTextRendererTemplate",
|
|
7731
|
+
"default": "getTextFieldRendererTemplate",
|
|
7732
|
+
"privacy": "public",
|
|
7733
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7734
7734
|
},
|
|
7735
7735
|
{
|
|
7736
7736
|
"kind": "variable",
|
|
7737
|
-
"name": "
|
|
7738
|
-
"description": "A function that returns a Foundation Text
|
|
7739
|
-
"privacy": "public"
|
|
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"
|
|
7740
7741
|
}
|
|
7741
7742
|
],
|
|
7742
7743
|
"exports": [
|
|
7743
7744
|
{
|
|
7744
7745
|
"kind": "js",
|
|
7745
|
-
"name": "
|
|
7746
|
+
"name": "AgTextRenderer",
|
|
7746
7747
|
"declaration": {
|
|
7747
|
-
"name": "
|
|
7748
|
-
"module": "src/cell-renderers/text
|
|
7748
|
+
"name": "AgTextRenderer",
|
|
7749
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7749
7750
|
}
|
|
7750
7751
|
},
|
|
7751
7752
|
{
|
|
7752
7753
|
"kind": "js",
|
|
7753
|
-
"name": "
|
|
7754
|
+
"name": "textRendererStyles",
|
|
7754
7755
|
"declaration": {
|
|
7755
|
-
"name": "
|
|
7756
|
-
"module": "src/cell-renderers/text
|
|
7756
|
+
"name": "textRendererStyles",
|
|
7757
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7757
7758
|
}
|
|
7758
7759
|
},
|
|
7759
7760
|
{
|
|
7760
7761
|
"kind": "js",
|
|
7761
|
-
"name": "
|
|
7762
|
+
"name": "getTextRendererTemplate",
|
|
7762
7763
|
"declaration": {
|
|
7763
|
-
"name": "
|
|
7764
|
-
"module": "src/cell-renderers/text
|
|
7764
|
+
"name": "getTextRendererTemplate",
|
|
7765
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7765
7766
|
}
|
|
7766
7767
|
},
|
|
7767
7768
|
{
|
|
7768
7769
|
"kind": "js",
|
|
7769
|
-
"name": "
|
|
7770
|
+
"name": "foundationAgTextRenderer",
|
|
7770
7771
|
"declaration": {
|
|
7771
|
-
"name": "
|
|
7772
|
-
"module": "src/cell-renderers/text
|
|
7772
|
+
"name": "foundationAgTextRenderer",
|
|
7773
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7773
7774
|
}
|
|
7774
7775
|
}
|
|
7775
7776
|
]
|
|
7776
7777
|
},
|
|
7777
7778
|
{
|
|
7778
7779
|
"kind": "javascript-module",
|
|
7779
|
-
"path": "src/
|
|
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",
|
|
7780
7804
|
"declarations": [
|
|
7781
7805
|
{
|
|
7782
7806
|
"kind": "class",
|
|
7783
|
-
"description": "",
|
|
7784
|
-
"name": "
|
|
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,
|
|
7807
|
+
"description": "The Grid Pro Column element.",
|
|
7808
|
+
"name": "GridProColumn",
|
|
7792
7809
|
"members": [
|
|
7793
7810
|
{
|
|
7794
7811
|
"kind": "field",
|
|
7795
|
-
"name": "
|
|
7796
|
-
"type": {
|
|
7797
|
-
"text": "TextField"
|
|
7798
|
-
},
|
|
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",
|
|
7812
|
+
"name": "slottedAgCell",
|
|
7808
7813
|
"type": {
|
|
7809
|
-
"text": "
|
|
7814
|
+
"text": "HTMLElement[]"
|
|
7810
7815
|
},
|
|
7811
|
-
"
|
|
7812
|
-
"inheritedFrom": {
|
|
7813
|
-
"name": "AgTextFieldRenderer",
|
|
7814
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7815
|
-
}
|
|
7816
|
+
"privacy": "public"
|
|
7816
7817
|
},
|
|
7817
7818
|
{
|
|
7818
7819
|
"kind": "field",
|
|
7819
|
-
"name": "
|
|
7820
|
+
"name": "definition",
|
|
7820
7821
|
"type": {
|
|
7821
|
-
"text": "
|
|
7822
|
+
"text": "ColDef"
|
|
7822
7823
|
},
|
|
7823
|
-
"
|
|
7824
|
-
"inheritedFrom": {
|
|
7825
|
-
"name": "AgTextFieldRenderer",
|
|
7826
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7827
|
-
}
|
|
7824
|
+
"default": "{}"
|
|
7828
7825
|
},
|
|
7829
7826
|
{
|
|
7830
7827
|
"kind": "method",
|
|
7831
|
-
"name": "
|
|
7832
|
-
"privacy": "public"
|
|
7833
|
-
"parameters": [
|
|
7834
|
-
{
|
|
7835
|
-
"name": "params",
|
|
7836
|
-
"type": {
|
|
7837
|
-
"text": "FuiCellRendererParams"
|
|
7838
|
-
}
|
|
7839
|
-
}
|
|
7840
|
-
],
|
|
7841
|
-
"inheritedFrom": {
|
|
7842
|
-
"name": "AgTextFieldRenderer",
|
|
7843
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7844
|
-
}
|
|
7828
|
+
"name": "slottedAgCellChanged",
|
|
7829
|
+
"privacy": "public"
|
|
7845
7830
|
},
|
|
7846
7831
|
{
|
|
7847
7832
|
"kind": "method",
|
|
7848
|
-
"name": "
|
|
7849
|
-
"privacy": "public",
|
|
7833
|
+
"name": "deepClone",
|
|
7850
7834
|
"return": {
|
|
7851
7835
|
"type": {
|
|
7852
|
-
"text": "
|
|
7836
|
+
"text": "Node"
|
|
7853
7837
|
}
|
|
7854
7838
|
},
|
|
7855
7839
|
"inheritedFrom": {
|
|
7856
|
-
"name": "
|
|
7857
|
-
"module": "src/
|
|
7858
|
-
}
|
|
7859
|
-
},
|
|
7860
|
-
{
|
|
7861
|
-
"kind": "method",
|
|
7862
|
-
"name": "destroy",
|
|
7863
|
-
"privacy": "public",
|
|
7864
|
-
"inheritedFrom": {
|
|
7865
|
-
"name": "AgTextFieldRenderer",
|
|
7866
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7840
|
+
"name": "LifecycleMixin",
|
|
7841
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7867
7842
|
}
|
|
7868
7843
|
},
|
|
7869
7844
|
{
|
|
7870
7845
|
"kind": "method",
|
|
7871
|
-
"name": "
|
|
7872
|
-
"
|
|
7846
|
+
"name": "cloneNode",
|
|
7847
|
+
"return": {
|
|
7848
|
+
"type": {
|
|
7849
|
+
"text": "Node"
|
|
7850
|
+
}
|
|
7851
|
+
},
|
|
7873
7852
|
"parameters": [
|
|
7874
7853
|
{
|
|
7875
|
-
"name": "
|
|
7854
|
+
"name": "deep",
|
|
7855
|
+
"optional": true,
|
|
7876
7856
|
"type": {
|
|
7877
|
-
"text": "
|
|
7857
|
+
"text": "boolean"
|
|
7878
7858
|
}
|
|
7879
7859
|
}
|
|
7880
7860
|
],
|
|
7881
7861
|
"inheritedFrom": {
|
|
7882
|
-
"name": "
|
|
7883
|
-
"module": "src/
|
|
7862
|
+
"name": "LifecycleMixin",
|
|
7863
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7884
7864
|
}
|
|
7885
7865
|
},
|
|
7886
7866
|
{
|
|
7887
|
-
"kind": "
|
|
7888
|
-
"name": "
|
|
7889
|
-
"privacy": "public",
|
|
7867
|
+
"kind": "field",
|
|
7868
|
+
"name": "shouldRunDisconnect",
|
|
7890
7869
|
"return": {
|
|
7891
7870
|
"type": {
|
|
7892
|
-
"text": "
|
|
7871
|
+
"text": ""
|
|
7893
7872
|
}
|
|
7894
7873
|
},
|
|
7895
|
-
"
|
|
7896
|
-
{
|
|
7897
|
-
"name": "data"
|
|
7898
|
-
}
|
|
7899
|
-
],
|
|
7874
|
+
"readonly": true,
|
|
7900
7875
|
"inheritedFrom": {
|
|
7901
|
-
"name": "
|
|
7902
|
-
"module": "src/
|
|
7876
|
+
"name": "LifecycleMixin",
|
|
7877
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7903
7878
|
}
|
|
7904
7879
|
},
|
|
7905
7880
|
{
|
|
7906
7881
|
"kind": "field",
|
|
7907
|
-
"name": "
|
|
7908
|
-
"
|
|
7909
|
-
|
|
7882
|
+
"name": "shouldRunConnect",
|
|
7883
|
+
"return": {
|
|
7884
|
+
"type": {
|
|
7885
|
+
"text": ""
|
|
7886
|
+
}
|
|
7887
|
+
},
|
|
7888
|
+
"readonly": true,
|
|
7889
|
+
"inheritedFrom": {
|
|
7890
|
+
"name": "LifecycleMixin",
|
|
7891
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7892
|
+
}
|
|
7893
|
+
},
|
|
7894
|
+
{
|
|
7895
|
+
"kind": "method",
|
|
7896
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7897
|
+
"return": {
|
|
7898
|
+
"type": {
|
|
7899
|
+
"text": "boolean"
|
|
7900
|
+
}
|
|
7901
|
+
},
|
|
7910
7902
|
"parameters": [
|
|
7911
7903
|
{
|
|
7912
|
-
"
|
|
7913
|
-
"
|
|
7904
|
+
"name": "lifecycleType",
|
|
7905
|
+
"type": {
|
|
7906
|
+
"text": "Lifecycletype"
|
|
7907
|
+
}
|
|
7914
7908
|
}
|
|
7915
7909
|
],
|
|
7916
7910
|
"inheritedFrom": {
|
|
7917
|
-
"name": "
|
|
7918
|
-
"module": "src/
|
|
7911
|
+
"name": "LifecycleMixin",
|
|
7912
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7919
7913
|
}
|
|
7920
7914
|
},
|
|
7921
7915
|
{
|
|
@@ -8029,61 +8023,67 @@
|
|
|
8029
8023
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8030
8024
|
}
|
|
8031
8025
|
}
|
|
8032
|
-
]
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
"
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8043
|
-
"
|
|
8044
|
-
"
|
|
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"
|
|
8026
|
+
],
|
|
8027
|
+
"mixins": [
|
|
8028
|
+
{
|
|
8029
|
+
"name": "LifecycleMixin",
|
|
8030
|
+
"package": "@genesislcap/foundation-utils"
|
|
8031
|
+
}
|
|
8032
|
+
],
|
|
8033
|
+
"superclass": {
|
|
8034
|
+
"name": "FoundationElement",
|
|
8035
|
+
"package": "@microsoft/fast-foundation"
|
|
8036
|
+
},
|
|
8037
|
+
"tagName": "grid-pro-column",
|
|
8038
|
+
"customElement": true
|
|
8054
8039
|
}
|
|
8055
8040
|
],
|
|
8056
8041
|
"exports": [
|
|
8057
8042
|
{
|
|
8058
8043
|
"kind": "js",
|
|
8059
|
-
"name": "
|
|
8044
|
+
"name": "GridProColumn",
|
|
8060
8045
|
"declaration": {
|
|
8061
|
-
"name": "
|
|
8062
|
-
"module": "src/
|
|
8046
|
+
"name": "GridProColumn",
|
|
8047
|
+
"module": "src/column/column.ts"
|
|
8063
8048
|
}
|
|
8064
8049
|
},
|
|
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": "*",
|
|
8068
8068
|
"declaration": {
|
|
8069
|
-
"name": "
|
|
8070
|
-
"
|
|
8069
|
+
"name": "*",
|
|
8070
|
+
"package": "./column.template"
|
|
8071
8071
|
}
|
|
8072
8072
|
},
|
|
8073
8073
|
{
|
|
8074
8074
|
"kind": "js",
|
|
8075
|
-
"name": "
|
|
8075
|
+
"name": "*",
|
|
8076
8076
|
"declaration": {
|
|
8077
|
-
"name": "
|
|
8078
|
-
"
|
|
8077
|
+
"name": "*",
|
|
8078
|
+
"package": "./column"
|
|
8079
8079
|
}
|
|
8080
8080
|
},
|
|
8081
8081
|
{
|
|
8082
8082
|
"kind": "js",
|
|
8083
|
-
"name": "
|
|
8083
|
+
"name": "*",
|
|
8084
8084
|
"declaration": {
|
|
8085
|
-
"name": "
|
|
8086
|
-
"
|
|
8085
|
+
"name": "*",
|
|
8086
|
+
"package": "./utils"
|
|
8087
8087
|
}
|
|
8088
8088
|
}
|
|
8089
8089
|
]
|
|
@@ -19919,51 +19919,46 @@
|
|
|
19919
19919
|
},
|
|
19920
19920
|
{
|
|
19921
19921
|
"kind": "javascript-module",
|
|
19922
|
-
"path": "src/
|
|
19922
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19923
19923
|
"declarations": [
|
|
19924
19924
|
{
|
|
19925
19925
|
"kind": "function",
|
|
19926
|
-
"name": "
|
|
19926
|
+
"name": "setValueWithAccessor",
|
|
19927
19927
|
"return": {
|
|
19928
19928
|
"type": {
|
|
19929
|
-
"text": "
|
|
19929
|
+
"text": "string"
|
|
19930
19930
|
}
|
|
19931
19931
|
},
|
|
19932
19932
|
"parameters": [
|
|
19933
19933
|
{
|
|
19934
|
-
"name": "
|
|
19934
|
+
"name": "data",
|
|
19935
19935
|
"type": {
|
|
19936
|
-
"text": "
|
|
19937
|
-
}
|
|
19938
|
-
"description": "The array to render"
|
|
19936
|
+
"text": "any"
|
|
19937
|
+
}
|
|
19939
19938
|
},
|
|
19940
19939
|
{
|
|
19941
|
-
"name": "
|
|
19942
|
-
"default": "true",
|
|
19940
|
+
"name": "accessor",
|
|
19943
19941
|
"type": {
|
|
19944
|
-
"text": "
|
|
19945
|
-
}
|
|
19946
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19942
|
+
"text": "string"
|
|
19943
|
+
}
|
|
19947
19944
|
}
|
|
19948
|
-
]
|
|
19949
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19950
|
-
"privacy": "public"
|
|
19945
|
+
]
|
|
19951
19946
|
}
|
|
19952
19947
|
],
|
|
19953
19948
|
"exports": [
|
|
19954
19949
|
{
|
|
19955
19950
|
"kind": "js",
|
|
19956
|
-
"name": "
|
|
19951
|
+
"name": "setValueWithAccessor",
|
|
19957
19952
|
"declaration": {
|
|
19958
|
-
"name": "
|
|
19959
|
-
"module": "src/
|
|
19953
|
+
"name": "setValueWithAccessor",
|
|
19954
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19960
19955
|
}
|
|
19961
19956
|
}
|
|
19962
19957
|
]
|
|
19963
19958
|
},
|
|
19964
19959
|
{
|
|
19965
19960
|
"kind": "javascript-module",
|
|
19966
|
-
"path": "src/
|
|
19961
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19967
19962
|
"declarations": [],
|
|
19968
19963
|
"exports": [
|
|
19969
19964
|
{
|
|
@@ -19971,53 +19966,58 @@
|
|
|
19971
19966
|
"name": "*",
|
|
19972
19967
|
"declaration": {
|
|
19973
19968
|
"name": "*",
|
|
19974
|
-
"package": "./
|
|
19969
|
+
"package": "./accessor"
|
|
19975
19970
|
}
|
|
19976
19971
|
}
|
|
19977
19972
|
]
|
|
19978
19973
|
},
|
|
19979
19974
|
{
|
|
19980
19975
|
"kind": "javascript-module",
|
|
19981
|
-
"path": "src/
|
|
19976
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19982
19977
|
"declarations": [
|
|
19983
19978
|
{
|
|
19984
19979
|
"kind": "function",
|
|
19985
|
-
"name": "
|
|
19980
|
+
"name": "gridProColumns",
|
|
19986
19981
|
"return": {
|
|
19987
19982
|
"type": {
|
|
19988
|
-
"text": "
|
|
19983
|
+
"text": "CaptureType<TSource>"
|
|
19989
19984
|
}
|
|
19990
19985
|
},
|
|
19991
19986
|
"parameters": [
|
|
19992
19987
|
{
|
|
19993
|
-
"name": "
|
|
19988
|
+
"name": "itemsBinding",
|
|
19994
19989
|
"type": {
|
|
19995
|
-
"text": "
|
|
19996
|
-
}
|
|
19990
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19991
|
+
},
|
|
19992
|
+
"description": "The array to render"
|
|
19997
19993
|
},
|
|
19998
19994
|
{
|
|
19999
|
-
"name": "
|
|
19995
|
+
"name": "includeRenderers",
|
|
19996
|
+
"default": "true",
|
|
20000
19997
|
"type": {
|
|
20001
|
-
"text": "
|
|
20002
|
-
}
|
|
19998
|
+
"text": "boolean"
|
|
19999
|
+
},
|
|
20000
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20003
20001
|
}
|
|
20004
|
-
]
|
|
20002
|
+
],
|
|
20003
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20004
|
+
"privacy": "public"
|
|
20005
20005
|
}
|
|
20006
20006
|
],
|
|
20007
20007
|
"exports": [
|
|
20008
20008
|
{
|
|
20009
20009
|
"kind": "js",
|
|
20010
|
-
"name": "
|
|
20010
|
+
"name": "gridProColumns",
|
|
20011
20011
|
"declaration": {
|
|
20012
|
-
"name": "
|
|
20013
|
-
"module": "src/
|
|
20012
|
+
"name": "gridProColumns",
|
|
20013
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20014
20014
|
}
|
|
20015
20015
|
}
|
|
20016
20016
|
]
|
|
20017
20017
|
},
|
|
20018
20018
|
{
|
|
20019
20019
|
"kind": "javascript-module",
|
|
20020
|
-
"path": "src/
|
|
20020
|
+
"path": "src/column/utils/index.ts",
|
|
20021
20021
|
"declarations": [],
|
|
20022
20022
|
"exports": [
|
|
20023
20023
|
{
|
|
@@ -20025,7 +20025,7 @@
|
|
|
20025
20025
|
"name": "*",
|
|
20026
20026
|
"declaration": {
|
|
20027
20027
|
"name": "*",
|
|
20028
|
-
"package": "./
|
|
20028
|
+
"package": "./grid-pro-columns"
|
|
20029
20029
|
}
|
|
20030
20030
|
}
|
|
20031
20031
|
]
|