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