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