@genesislcap/grid-pro 14.465.0 → 14.466.1-alpha-73081f7.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 +538 -523
- package/dist/dts/datasource/server-side.datasource.d.ts +1 -0
- package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts +1 -1
- package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/dts/react.d.ts +9 -9
- package/dist/esm/datasource/server-side.datasource.js +74 -21
- package/dist/esm/grid-pro.js +7 -1
- package/dist/grid-pro.d.ts +1 -0
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -5339,123 +5339,69 @@
|
|
|
5339
5339
|
},
|
|
5340
5340
|
{
|
|
5341
5341
|
"kind": "javascript-module",
|
|
5342
|
-
"path": "src/
|
|
5343
|
-
"declarations": [
|
|
5344
|
-
{
|
|
5345
|
-
"kind": "variable",
|
|
5346
|
-
"name": "ColumnTemplate",
|
|
5347
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5348
|
-
"description": "The Grid Pro Column Template.",
|
|
5349
|
-
"privacy": "public"
|
|
5350
|
-
}
|
|
5351
|
-
],
|
|
5352
|
-
"exports": [
|
|
5353
|
-
{
|
|
5354
|
-
"kind": "js",
|
|
5355
|
-
"name": "ColumnTemplate",
|
|
5356
|
-
"declaration": {
|
|
5357
|
-
"name": "ColumnTemplate",
|
|
5358
|
-
"module": "src/column/column.template.ts"
|
|
5359
|
-
}
|
|
5360
|
-
}
|
|
5361
|
-
]
|
|
5362
|
-
},
|
|
5363
|
-
{
|
|
5364
|
-
"kind": "javascript-module",
|
|
5365
|
-
"path": "src/column/column.ts",
|
|
5342
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5366
5343
|
"declarations": [
|
|
5367
5344
|
{
|
|
5368
5345
|
"kind": "class",
|
|
5369
|
-
"description": "The
|
|
5370
|
-
"name": "
|
|
5346
|
+
"description": "The AG Action Renderer element.",
|
|
5347
|
+
"name": "ActionRenderer",
|
|
5371
5348
|
"members": [
|
|
5372
5349
|
{
|
|
5373
5350
|
"kind": "field",
|
|
5374
|
-
"name": "
|
|
5351
|
+
"name": "params",
|
|
5375
5352
|
"type": {
|
|
5376
|
-
"text": "
|
|
5353
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5377
5354
|
},
|
|
5378
5355
|
"privacy": "public"
|
|
5379
5356
|
},
|
|
5380
5357
|
{
|
|
5381
5358
|
"kind": "field",
|
|
5382
|
-
"name": "
|
|
5359
|
+
"name": "pendingAction",
|
|
5383
5360
|
"type": {
|
|
5384
|
-
"text": "
|
|
5361
|
+
"text": "boolean"
|
|
5385
5362
|
},
|
|
5386
|
-
"default": "{}"
|
|
5387
|
-
},
|
|
5388
|
-
{
|
|
5389
|
-
"kind": "method",
|
|
5390
|
-
"name": "slottedAgCellChanged",
|
|
5391
5363
|
"privacy": "public"
|
|
5392
5364
|
},
|
|
5393
5365
|
{
|
|
5394
5366
|
"kind": "method",
|
|
5395
|
-
"name": "
|
|
5396
|
-
"
|
|
5397
|
-
"type": {
|
|
5398
|
-
"text": "Node"
|
|
5399
|
-
}
|
|
5400
|
-
},
|
|
5401
|
-
"inheritedFrom": {
|
|
5402
|
-
"name": "LifecycleMixin",
|
|
5403
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5404
|
-
}
|
|
5405
|
-
},
|
|
5406
|
-
{
|
|
5407
|
-
"kind": "method",
|
|
5408
|
-
"name": "cloneNode",
|
|
5409
|
-
"return": {
|
|
5410
|
-
"type": {
|
|
5411
|
-
"text": "Node"
|
|
5412
|
-
}
|
|
5413
|
-
},
|
|
5367
|
+
"name": "init",
|
|
5368
|
+
"privacy": "public",
|
|
5414
5369
|
"parameters": [
|
|
5415
5370
|
{
|
|
5416
|
-
"name": "
|
|
5417
|
-
"optional": true,
|
|
5371
|
+
"name": "params",
|
|
5418
5372
|
"type": {
|
|
5419
|
-
"text": "
|
|
5373
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5420
5374
|
}
|
|
5421
5375
|
}
|
|
5422
|
-
]
|
|
5423
|
-
"inheritedFrom": {
|
|
5424
|
-
"name": "LifecycleMixin",
|
|
5425
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5426
|
-
}
|
|
5376
|
+
]
|
|
5427
5377
|
},
|
|
5428
5378
|
{
|
|
5429
|
-
"kind": "
|
|
5430
|
-
"name": "
|
|
5379
|
+
"kind": "method",
|
|
5380
|
+
"name": "getGui",
|
|
5381
|
+
"privacy": "public",
|
|
5431
5382
|
"return": {
|
|
5432
5383
|
"type": {
|
|
5433
|
-
"text": ""
|
|
5384
|
+
"text": "HTMLElement"
|
|
5434
5385
|
}
|
|
5435
|
-
},
|
|
5436
|
-
"readonly": true,
|
|
5437
|
-
"inheritedFrom": {
|
|
5438
|
-
"name": "LifecycleMixin",
|
|
5439
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5440
5386
|
}
|
|
5441
5387
|
},
|
|
5442
5388
|
{
|
|
5443
|
-
"kind": "
|
|
5444
|
-
"name": "
|
|
5445
|
-
"
|
|
5446
|
-
|
|
5447
|
-
|
|
5389
|
+
"kind": "method",
|
|
5390
|
+
"name": "refresh",
|
|
5391
|
+
"privacy": "public",
|
|
5392
|
+
"parameters": [
|
|
5393
|
+
{
|
|
5394
|
+
"name": "params",
|
|
5395
|
+
"type": {
|
|
5396
|
+
"text": "ICellRendererParams"
|
|
5397
|
+
}
|
|
5448
5398
|
}
|
|
5449
|
-
|
|
5450
|
-
"readonly": true,
|
|
5451
|
-
"inheritedFrom": {
|
|
5452
|
-
"name": "LifecycleMixin",
|
|
5453
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5454
|
-
}
|
|
5399
|
+
]
|
|
5455
5400
|
},
|
|
5456
5401
|
{
|
|
5457
5402
|
"kind": "method",
|
|
5458
|
-
"name": "
|
|
5403
|
+
"name": "isDisabled",
|
|
5404
|
+
"privacy": "public",
|
|
5459
5405
|
"return": {
|
|
5460
5406
|
"type": {
|
|
5461
5407
|
"text": "boolean"
|
|
@@ -5463,16 +5409,19 @@
|
|
|
5463
5409
|
},
|
|
5464
5410
|
"parameters": [
|
|
5465
5411
|
{
|
|
5466
|
-
"name": "
|
|
5467
|
-
"type": {
|
|
5468
|
-
"text": "Lifecycletype"
|
|
5469
|
-
}
|
|
5412
|
+
"name": "data"
|
|
5470
5413
|
}
|
|
5471
|
-
]
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
|
|
5414
|
+
]
|
|
5415
|
+
},
|
|
5416
|
+
{
|
|
5417
|
+
"kind": "method",
|
|
5418
|
+
"name": "clickHandler",
|
|
5419
|
+
"privacy": "public"
|
|
5420
|
+
},
|
|
5421
|
+
{
|
|
5422
|
+
"kind": "field",
|
|
5423
|
+
"name": "dataTestId",
|
|
5424
|
+
"readonly": true
|
|
5476
5425
|
},
|
|
5477
5426
|
{
|
|
5478
5427
|
"kind": "field",
|
|
@@ -5586,92 +5535,82 @@
|
|
|
5586
5535
|
}
|
|
5587
5536
|
}
|
|
5588
5537
|
],
|
|
5589
|
-
"mixins": [
|
|
5590
|
-
{
|
|
5591
|
-
"name": "LifecycleMixin",
|
|
5592
|
-
"package": "@genesislcap/foundation-utils"
|
|
5593
|
-
}
|
|
5594
|
-
],
|
|
5595
5538
|
"superclass": {
|
|
5596
5539
|
"name": "FoundationElement",
|
|
5597
5540
|
"package": "@microsoft/fast-foundation"
|
|
5598
5541
|
},
|
|
5599
|
-
"tagName": "grid-pro-
|
|
5542
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5600
5543
|
"customElement": true
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "variable",
|
|
5547
|
+
"name": "actionHeightMultiplier",
|
|
5548
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5549
|
+
"privacy": "public"
|
|
5550
|
+
},
|
|
5551
|
+
{
|
|
5552
|
+
"kind": "variable",
|
|
5553
|
+
"name": "agActionRendererStyles",
|
|
5554
|
+
"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`",
|
|
5555
|
+
"description": "The AG Action Renderer Styles.",
|
|
5556
|
+
"privacy": "public"
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"kind": "variable",
|
|
5560
|
+
"name": "foundationGridProActionRenderer",
|
|
5561
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5562
|
+
"privacy": "public"
|
|
5601
5563
|
}
|
|
5602
5564
|
],
|
|
5603
5565
|
"exports": [
|
|
5604
5566
|
{
|
|
5605
5567
|
"kind": "js",
|
|
5606
|
-
"name": "
|
|
5568
|
+
"name": "ActionRenderer",
|
|
5607
5569
|
"declaration": {
|
|
5608
|
-
"name": "
|
|
5609
|
-
"module": "src/
|
|
5570
|
+
"name": "ActionRenderer",
|
|
5571
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5610
5572
|
}
|
|
5611
5573
|
},
|
|
5612
|
-
{
|
|
5613
|
-
"kind": "custom-element-definition",
|
|
5614
|
-
"name": "grid-pro-column",
|
|
5615
|
-
"declaration": {
|
|
5616
|
-
"name": "GridProColumn",
|
|
5617
|
-
"module": "src/column/column.ts"
|
|
5618
|
-
}
|
|
5619
|
-
}
|
|
5620
|
-
]
|
|
5621
|
-
},
|
|
5622
|
-
{
|
|
5623
|
-
"kind": "javascript-module",
|
|
5624
|
-
"path": "src/column/index.ts",
|
|
5625
|
-
"declarations": [],
|
|
5626
|
-
"exports": [
|
|
5627
5574
|
{
|
|
5628
5575
|
"kind": "js",
|
|
5629
|
-
"name": "
|
|
5576
|
+
"name": "actionHeightMultiplier",
|
|
5630
5577
|
"declaration": {
|
|
5631
|
-
"name": "
|
|
5632
|
-
"
|
|
5578
|
+
"name": "actionHeightMultiplier",
|
|
5579
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5633
5580
|
}
|
|
5634
5581
|
},
|
|
5635
5582
|
{
|
|
5636
5583
|
"kind": "js",
|
|
5637
|
-
"name": "
|
|
5584
|
+
"name": "agActionRendererStyles",
|
|
5638
5585
|
"declaration": {
|
|
5639
|
-
"name": "
|
|
5640
|
-
"
|
|
5586
|
+
"name": "agActionRendererStyles",
|
|
5587
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5641
5588
|
}
|
|
5642
5589
|
},
|
|
5643
5590
|
{
|
|
5644
5591
|
"kind": "js",
|
|
5645
|
-
"name": "
|
|
5592
|
+
"name": "foundationGridProActionRenderer",
|
|
5646
5593
|
"declaration": {
|
|
5647
|
-
"name": "
|
|
5648
|
-
"
|
|
5594
|
+
"name": "foundationGridProActionRenderer",
|
|
5595
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5649
5596
|
}
|
|
5650
5597
|
}
|
|
5651
5598
|
]
|
|
5652
5599
|
},
|
|
5653
5600
|
{
|
|
5654
5601
|
"kind": "javascript-module",
|
|
5655
|
-
"path": "src/cell-renderers/
|
|
5602
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5656
5603
|
"declarations": [
|
|
5657
5604
|
{
|
|
5658
5605
|
"kind": "class",
|
|
5659
|
-
"description": "The
|
|
5660
|
-
"name": "
|
|
5606
|
+
"description": "The Actions Menu Renderer element.",
|
|
5607
|
+
"name": "ActionsMenuRenderer",
|
|
5661
5608
|
"members": [
|
|
5662
5609
|
{
|
|
5663
5610
|
"kind": "field",
|
|
5664
5611
|
"name": "params",
|
|
5665
5612
|
"type": {
|
|
5666
|
-
"text": "ICellRendererParams
|
|
5667
|
-
},
|
|
5668
|
-
"privacy": "public"
|
|
5669
|
-
},
|
|
5670
|
-
{
|
|
5671
|
-
"kind": "field",
|
|
5672
|
-
"name": "pendingAction",
|
|
5673
|
-
"type": {
|
|
5674
|
-
"text": "boolean"
|
|
5613
|
+
"text": "ICellRendererParams"
|
|
5675
5614
|
},
|
|
5676
5615
|
"privacy": "public"
|
|
5677
5616
|
},
|
|
@@ -5683,7 +5622,7 @@
|
|
|
5683
5622
|
{
|
|
5684
5623
|
"name": "params",
|
|
5685
5624
|
"type": {
|
|
5686
|
-
"text": "ICellRendererParams
|
|
5625
|
+
"text": "ICellRendererParams"
|
|
5687
5626
|
}
|
|
5688
5627
|
}
|
|
5689
5628
|
]
|
|
@@ -5711,31 +5650,6 @@
|
|
|
5711
5650
|
}
|
|
5712
5651
|
]
|
|
5713
5652
|
},
|
|
5714
|
-
{
|
|
5715
|
-
"kind": "method",
|
|
5716
|
-
"name": "isDisabled",
|
|
5717
|
-
"privacy": "public",
|
|
5718
|
-
"return": {
|
|
5719
|
-
"type": {
|
|
5720
|
-
"text": "boolean"
|
|
5721
|
-
}
|
|
5722
|
-
},
|
|
5723
|
-
"parameters": [
|
|
5724
|
-
{
|
|
5725
|
-
"name": "data"
|
|
5726
|
-
}
|
|
5727
|
-
]
|
|
5728
|
-
},
|
|
5729
|
-
{
|
|
5730
|
-
"kind": "method",
|
|
5731
|
-
"name": "clickHandler",
|
|
5732
|
-
"privacy": "public"
|
|
5733
|
-
},
|
|
5734
|
-
{
|
|
5735
|
-
"kind": "field",
|
|
5736
|
-
"name": "dataTestId",
|
|
5737
|
-
"readonly": true
|
|
5738
|
-
},
|
|
5739
5653
|
{
|
|
5740
5654
|
"kind": "field",
|
|
5741
5655
|
"name": "_presentation",
|
|
@@ -5852,240 +5766,13 @@
|
|
|
5852
5766
|
"name": "FoundationElement",
|
|
5853
5767
|
"package": "@microsoft/fast-foundation"
|
|
5854
5768
|
},
|
|
5855
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5769
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5856
5770
|
"customElement": true
|
|
5857
5771
|
},
|
|
5858
5772
|
{
|
|
5859
5773
|
"kind": "variable",
|
|
5860
|
-
"name": "
|
|
5861
|
-
"description": "
|
|
5862
|
-
"privacy": "public"
|
|
5863
|
-
},
|
|
5864
|
-
{
|
|
5865
|
-
"kind": "variable",
|
|
5866
|
-
"name": "agActionRendererStyles",
|
|
5867
|
-
"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`",
|
|
5868
|
-
"description": "The AG Action Renderer Styles.",
|
|
5869
|
-
"privacy": "public"
|
|
5870
|
-
},
|
|
5871
|
-
{
|
|
5872
|
-
"kind": "variable",
|
|
5873
|
-
"name": "foundationGridProActionRenderer",
|
|
5874
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5875
|
-
"privacy": "public"
|
|
5876
|
-
}
|
|
5877
|
-
],
|
|
5878
|
-
"exports": [
|
|
5879
|
-
{
|
|
5880
|
-
"kind": "js",
|
|
5881
|
-
"name": "ActionRenderer",
|
|
5882
|
-
"declaration": {
|
|
5883
|
-
"name": "ActionRenderer",
|
|
5884
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5885
|
-
}
|
|
5886
|
-
},
|
|
5887
|
-
{
|
|
5888
|
-
"kind": "js",
|
|
5889
|
-
"name": "actionHeightMultiplier",
|
|
5890
|
-
"declaration": {
|
|
5891
|
-
"name": "actionHeightMultiplier",
|
|
5892
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5893
|
-
}
|
|
5894
|
-
},
|
|
5895
|
-
{
|
|
5896
|
-
"kind": "js",
|
|
5897
|
-
"name": "agActionRendererStyles",
|
|
5898
|
-
"declaration": {
|
|
5899
|
-
"name": "agActionRendererStyles",
|
|
5900
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5901
|
-
}
|
|
5902
|
-
},
|
|
5903
|
-
{
|
|
5904
|
-
"kind": "js",
|
|
5905
|
-
"name": "foundationGridProActionRenderer",
|
|
5906
|
-
"declaration": {
|
|
5907
|
-
"name": "foundationGridProActionRenderer",
|
|
5908
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5909
|
-
}
|
|
5910
|
-
}
|
|
5911
|
-
]
|
|
5912
|
-
},
|
|
5913
|
-
{
|
|
5914
|
-
"kind": "javascript-module",
|
|
5915
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5916
|
-
"declarations": [
|
|
5917
|
-
{
|
|
5918
|
-
"kind": "class",
|
|
5919
|
-
"description": "The Actions Menu Renderer element.",
|
|
5920
|
-
"name": "ActionsMenuRenderer",
|
|
5921
|
-
"members": [
|
|
5922
|
-
{
|
|
5923
|
-
"kind": "field",
|
|
5924
|
-
"name": "params",
|
|
5925
|
-
"type": {
|
|
5926
|
-
"text": "ICellRendererParams"
|
|
5927
|
-
},
|
|
5928
|
-
"privacy": "public"
|
|
5929
|
-
},
|
|
5930
|
-
{
|
|
5931
|
-
"kind": "method",
|
|
5932
|
-
"name": "init",
|
|
5933
|
-
"privacy": "public",
|
|
5934
|
-
"parameters": [
|
|
5935
|
-
{
|
|
5936
|
-
"name": "params",
|
|
5937
|
-
"type": {
|
|
5938
|
-
"text": "ICellRendererParams"
|
|
5939
|
-
}
|
|
5940
|
-
}
|
|
5941
|
-
]
|
|
5942
|
-
},
|
|
5943
|
-
{
|
|
5944
|
-
"kind": "method",
|
|
5945
|
-
"name": "getGui",
|
|
5946
|
-
"privacy": "public",
|
|
5947
|
-
"return": {
|
|
5948
|
-
"type": {
|
|
5949
|
-
"text": "HTMLElement"
|
|
5950
|
-
}
|
|
5951
|
-
}
|
|
5952
|
-
},
|
|
5953
|
-
{
|
|
5954
|
-
"kind": "method",
|
|
5955
|
-
"name": "refresh",
|
|
5956
|
-
"privacy": "public",
|
|
5957
|
-
"parameters": [
|
|
5958
|
-
{
|
|
5959
|
-
"name": "params",
|
|
5960
|
-
"type": {
|
|
5961
|
-
"text": "ICellRendererParams"
|
|
5962
|
-
}
|
|
5963
|
-
}
|
|
5964
|
-
]
|
|
5965
|
-
},
|
|
5966
|
-
{
|
|
5967
|
-
"kind": "field",
|
|
5968
|
-
"name": "_presentation",
|
|
5969
|
-
"type": {
|
|
5970
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5971
|
-
},
|
|
5972
|
-
"privacy": "private",
|
|
5973
|
-
"default": "void 0",
|
|
5974
|
-
"inheritedFrom": {
|
|
5975
|
-
"name": "FoundationElement",
|
|
5976
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5977
|
-
}
|
|
5978
|
-
},
|
|
5979
|
-
{
|
|
5980
|
-
"kind": "field",
|
|
5981
|
-
"name": "$presentation",
|
|
5982
|
-
"type": {
|
|
5983
|
-
"text": "ComponentPresentation | null"
|
|
5984
|
-
},
|
|
5985
|
-
"privacy": "public",
|
|
5986
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5987
|
-
"inheritedFrom": {
|
|
5988
|
-
"name": "FoundationElement",
|
|
5989
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5990
|
-
}
|
|
5991
|
-
},
|
|
5992
|
-
{
|
|
5993
|
-
"kind": "field",
|
|
5994
|
-
"name": "template",
|
|
5995
|
-
"type": {
|
|
5996
|
-
"text": "ElementViewTemplate | void | null"
|
|
5997
|
-
},
|
|
5998
|
-
"privacy": "public",
|
|
5999
|
-
"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.",
|
|
6000
|
-
"inheritedFrom": {
|
|
6001
|
-
"name": "FoundationElement",
|
|
6002
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6003
|
-
}
|
|
6004
|
-
},
|
|
6005
|
-
{
|
|
6006
|
-
"kind": "method",
|
|
6007
|
-
"name": "templateChanged",
|
|
6008
|
-
"privacy": "protected",
|
|
6009
|
-
"return": {
|
|
6010
|
-
"type": {
|
|
6011
|
-
"text": "void"
|
|
6012
|
-
}
|
|
6013
|
-
},
|
|
6014
|
-
"inheritedFrom": {
|
|
6015
|
-
"name": "FoundationElement",
|
|
6016
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6017
|
-
}
|
|
6018
|
-
},
|
|
6019
|
-
{
|
|
6020
|
-
"kind": "field",
|
|
6021
|
-
"name": "styles",
|
|
6022
|
-
"type": {
|
|
6023
|
-
"text": "ElementStyles | void | null"
|
|
6024
|
-
},
|
|
6025
|
-
"privacy": "public",
|
|
6026
|
-
"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.",
|
|
6027
|
-
"inheritedFrom": {
|
|
6028
|
-
"name": "FoundationElement",
|
|
6029
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6030
|
-
}
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"kind": "method",
|
|
6034
|
-
"name": "stylesChanged",
|
|
6035
|
-
"privacy": "protected",
|
|
6036
|
-
"return": {
|
|
6037
|
-
"type": {
|
|
6038
|
-
"text": "void"
|
|
6039
|
-
}
|
|
6040
|
-
},
|
|
6041
|
-
"inheritedFrom": {
|
|
6042
|
-
"name": "FoundationElement",
|
|
6043
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6044
|
-
}
|
|
6045
|
-
},
|
|
6046
|
-
{
|
|
6047
|
-
"kind": "method",
|
|
6048
|
-
"name": "compose",
|
|
6049
|
-
"privacy": "public",
|
|
6050
|
-
"static": true,
|
|
6051
|
-
"return": {
|
|
6052
|
-
"type": {
|
|
6053
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6054
|
-
}
|
|
6055
|
-
},
|
|
6056
|
-
"parameters": [
|
|
6057
|
-
{
|
|
6058
|
-
"name": "this",
|
|
6059
|
-
"type": {
|
|
6060
|
-
"text": "K"
|
|
6061
|
-
}
|
|
6062
|
-
},
|
|
6063
|
-
{
|
|
6064
|
-
"name": "elementDefinition",
|
|
6065
|
-
"type": {
|
|
6066
|
-
"text": "T"
|
|
6067
|
-
},
|
|
6068
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6069
|
-
}
|
|
6070
|
-
],
|
|
6071
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6072
|
-
"inheritedFrom": {
|
|
6073
|
-
"name": "FoundationElement",
|
|
6074
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6075
|
-
}
|
|
6076
|
-
}
|
|
6077
|
-
],
|
|
6078
|
-
"superclass": {
|
|
6079
|
-
"name": "FoundationElement",
|
|
6080
|
-
"package": "@microsoft/fast-foundation"
|
|
6081
|
-
},
|
|
6082
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6083
|
-
"customElement": true
|
|
6084
|
-
},
|
|
6085
|
-
{
|
|
6086
|
-
"kind": "variable",
|
|
6087
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
6088
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5774
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5775
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6089
5776
|
"privacy": "public"
|
|
6090
5777
|
},
|
|
6091
5778
|
{
|
|
@@ -7861,73 +7548,393 @@
|
|
|
7861
7548
|
"type": {
|
|
7862
7549
|
"text": "FuiCellRendererParams"
|
|
7863
7550
|
},
|
|
7864
|
-
"privacy": "public",
|
|
7551
|
+
"privacy": "public",
|
|
7552
|
+
"inheritedFrom": {
|
|
7553
|
+
"name": "AgTextFieldRenderer",
|
|
7554
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7555
|
+
}
|
|
7556
|
+
},
|
|
7557
|
+
{
|
|
7558
|
+
"kind": "method",
|
|
7559
|
+
"name": "init",
|
|
7560
|
+
"privacy": "public",
|
|
7561
|
+
"parameters": [
|
|
7562
|
+
{
|
|
7563
|
+
"name": "params",
|
|
7564
|
+
"type": {
|
|
7565
|
+
"text": "FuiCellRendererParams"
|
|
7566
|
+
}
|
|
7567
|
+
}
|
|
7568
|
+
],
|
|
7569
|
+
"inheritedFrom": {
|
|
7570
|
+
"name": "AgTextFieldRenderer",
|
|
7571
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7572
|
+
}
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"kind": "method",
|
|
7576
|
+
"name": "getGui",
|
|
7577
|
+
"privacy": "public",
|
|
7578
|
+
"return": {
|
|
7579
|
+
"type": {
|
|
7580
|
+
"text": "HTMLElement"
|
|
7581
|
+
}
|
|
7582
|
+
},
|
|
7583
|
+
"inheritedFrom": {
|
|
7584
|
+
"name": "AgTextFieldRenderer",
|
|
7585
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7586
|
+
}
|
|
7587
|
+
},
|
|
7588
|
+
{
|
|
7589
|
+
"kind": "method",
|
|
7590
|
+
"name": "destroy",
|
|
7591
|
+
"privacy": "public",
|
|
7592
|
+
"inheritedFrom": {
|
|
7593
|
+
"name": "AgTextFieldRenderer",
|
|
7594
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7595
|
+
}
|
|
7596
|
+
},
|
|
7597
|
+
{
|
|
7598
|
+
"kind": "method",
|
|
7599
|
+
"name": "refresh",
|
|
7600
|
+
"privacy": "public",
|
|
7601
|
+
"parameters": [
|
|
7602
|
+
{
|
|
7603
|
+
"name": "params",
|
|
7604
|
+
"type": {
|
|
7605
|
+
"text": "FuiCellRendererParams"
|
|
7606
|
+
}
|
|
7607
|
+
}
|
|
7608
|
+
],
|
|
7609
|
+
"inheritedFrom": {
|
|
7610
|
+
"name": "AgTextFieldRenderer",
|
|
7611
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7612
|
+
}
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"kind": "method",
|
|
7616
|
+
"name": "isDisabled",
|
|
7617
|
+
"privacy": "public",
|
|
7618
|
+
"return": {
|
|
7619
|
+
"type": {
|
|
7620
|
+
"text": "boolean"
|
|
7621
|
+
}
|
|
7622
|
+
},
|
|
7623
|
+
"parameters": [
|
|
7624
|
+
{
|
|
7625
|
+
"name": "data"
|
|
7626
|
+
}
|
|
7627
|
+
],
|
|
7628
|
+
"inheritedFrom": {
|
|
7629
|
+
"name": "AgTextFieldRenderer",
|
|
7630
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7631
|
+
}
|
|
7632
|
+
},
|
|
7633
|
+
{
|
|
7634
|
+
"kind": "field",
|
|
7635
|
+
"name": "textChanged",
|
|
7636
|
+
"privacy": "public",
|
|
7637
|
+
"description": "On text change handler",
|
|
7638
|
+
"parameters": [
|
|
7639
|
+
{
|
|
7640
|
+
"description": "CustomEvent",
|
|
7641
|
+
"name": "e"
|
|
7642
|
+
}
|
|
7643
|
+
],
|
|
7644
|
+
"inheritedFrom": {
|
|
7645
|
+
"name": "AgTextFieldRenderer",
|
|
7646
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7647
|
+
}
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
"kind": "field",
|
|
7651
|
+
"name": "_presentation",
|
|
7652
|
+
"type": {
|
|
7653
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7654
|
+
},
|
|
7655
|
+
"privacy": "private",
|
|
7656
|
+
"default": "void 0",
|
|
7657
|
+
"inheritedFrom": {
|
|
7658
|
+
"name": "FoundationElement",
|
|
7659
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7660
|
+
}
|
|
7661
|
+
},
|
|
7662
|
+
{
|
|
7663
|
+
"kind": "field",
|
|
7664
|
+
"name": "$presentation",
|
|
7665
|
+
"type": {
|
|
7666
|
+
"text": "ComponentPresentation | null"
|
|
7667
|
+
},
|
|
7668
|
+
"privacy": "public",
|
|
7669
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7670
|
+
"inheritedFrom": {
|
|
7671
|
+
"name": "FoundationElement",
|
|
7672
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7673
|
+
}
|
|
7674
|
+
},
|
|
7675
|
+
{
|
|
7676
|
+
"kind": "field",
|
|
7677
|
+
"name": "template",
|
|
7678
|
+
"type": {
|
|
7679
|
+
"text": "ElementViewTemplate | void | null"
|
|
7680
|
+
},
|
|
7681
|
+
"privacy": "public",
|
|
7682
|
+
"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.",
|
|
7683
|
+
"inheritedFrom": {
|
|
7684
|
+
"name": "FoundationElement",
|
|
7685
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7686
|
+
}
|
|
7687
|
+
},
|
|
7688
|
+
{
|
|
7689
|
+
"kind": "method",
|
|
7690
|
+
"name": "templateChanged",
|
|
7691
|
+
"privacy": "protected",
|
|
7692
|
+
"return": {
|
|
7693
|
+
"type": {
|
|
7694
|
+
"text": "void"
|
|
7695
|
+
}
|
|
7696
|
+
},
|
|
7697
|
+
"inheritedFrom": {
|
|
7698
|
+
"name": "FoundationElement",
|
|
7699
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7700
|
+
}
|
|
7701
|
+
},
|
|
7702
|
+
{
|
|
7703
|
+
"kind": "field",
|
|
7704
|
+
"name": "styles",
|
|
7705
|
+
"type": {
|
|
7706
|
+
"text": "ElementStyles | void | null"
|
|
7707
|
+
},
|
|
7708
|
+
"privacy": "public",
|
|
7709
|
+
"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.",
|
|
7710
|
+
"inheritedFrom": {
|
|
7711
|
+
"name": "FoundationElement",
|
|
7712
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7713
|
+
}
|
|
7714
|
+
},
|
|
7715
|
+
{
|
|
7716
|
+
"kind": "method",
|
|
7717
|
+
"name": "stylesChanged",
|
|
7718
|
+
"privacy": "protected",
|
|
7719
|
+
"return": {
|
|
7720
|
+
"type": {
|
|
7721
|
+
"text": "void"
|
|
7722
|
+
}
|
|
7723
|
+
},
|
|
7724
|
+
"inheritedFrom": {
|
|
7725
|
+
"name": "FoundationElement",
|
|
7726
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7727
|
+
}
|
|
7728
|
+
},
|
|
7729
|
+
{
|
|
7730
|
+
"kind": "method",
|
|
7731
|
+
"name": "compose",
|
|
7732
|
+
"privacy": "public",
|
|
7733
|
+
"static": true,
|
|
7734
|
+
"return": {
|
|
7735
|
+
"type": {
|
|
7736
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7737
|
+
}
|
|
7738
|
+
},
|
|
7739
|
+
"parameters": [
|
|
7740
|
+
{
|
|
7741
|
+
"name": "this",
|
|
7742
|
+
"type": {
|
|
7743
|
+
"text": "K"
|
|
7744
|
+
}
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
"name": "elementDefinition",
|
|
7748
|
+
"type": {
|
|
7749
|
+
"text": "T"
|
|
7750
|
+
},
|
|
7751
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7752
|
+
}
|
|
7753
|
+
],
|
|
7754
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7755
|
+
"inheritedFrom": {
|
|
7756
|
+
"name": "FoundationElement",
|
|
7757
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7758
|
+
}
|
|
7759
|
+
}
|
|
7760
|
+
]
|
|
7761
|
+
},
|
|
7762
|
+
{
|
|
7763
|
+
"kind": "variable",
|
|
7764
|
+
"name": "textRendererStyles",
|
|
7765
|
+
"default": "textFieldRendererStyles",
|
|
7766
|
+
"privacy": "public",
|
|
7767
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7768
|
+
},
|
|
7769
|
+
{
|
|
7770
|
+
"kind": "variable",
|
|
7771
|
+
"name": "getTextRendererTemplate",
|
|
7772
|
+
"default": "getTextFieldRendererTemplate",
|
|
7773
|
+
"privacy": "public",
|
|
7774
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7775
|
+
},
|
|
7776
|
+
{
|
|
7777
|
+
"kind": "variable",
|
|
7778
|
+
"name": "foundationAgTextRenderer",
|
|
7779
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7780
|
+
"privacy": "public",
|
|
7781
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7782
|
+
}
|
|
7783
|
+
],
|
|
7784
|
+
"exports": [
|
|
7785
|
+
{
|
|
7786
|
+
"kind": "js",
|
|
7787
|
+
"name": "AgTextRenderer",
|
|
7788
|
+
"declaration": {
|
|
7789
|
+
"name": "AgTextRenderer",
|
|
7790
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7791
|
+
}
|
|
7792
|
+
},
|
|
7793
|
+
{
|
|
7794
|
+
"kind": "js",
|
|
7795
|
+
"name": "textRendererStyles",
|
|
7796
|
+
"declaration": {
|
|
7797
|
+
"name": "textRendererStyles",
|
|
7798
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7799
|
+
}
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"kind": "js",
|
|
7803
|
+
"name": "getTextRendererTemplate",
|
|
7804
|
+
"declaration": {
|
|
7805
|
+
"name": "getTextRendererTemplate",
|
|
7806
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7807
|
+
}
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"kind": "js",
|
|
7811
|
+
"name": "foundationAgTextRenderer",
|
|
7812
|
+
"declaration": {
|
|
7813
|
+
"name": "foundationAgTextRenderer",
|
|
7814
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7815
|
+
}
|
|
7816
|
+
}
|
|
7817
|
+
]
|
|
7818
|
+
},
|
|
7819
|
+
{
|
|
7820
|
+
"kind": "javascript-module",
|
|
7821
|
+
"path": "src/column/column.template.ts",
|
|
7822
|
+
"declarations": [
|
|
7823
|
+
{
|
|
7824
|
+
"kind": "variable",
|
|
7825
|
+
"name": "ColumnTemplate",
|
|
7826
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7827
|
+
"description": "The Grid Pro Column Template.",
|
|
7828
|
+
"privacy": "public"
|
|
7829
|
+
}
|
|
7830
|
+
],
|
|
7831
|
+
"exports": [
|
|
7832
|
+
{
|
|
7833
|
+
"kind": "js",
|
|
7834
|
+
"name": "ColumnTemplate",
|
|
7835
|
+
"declaration": {
|
|
7836
|
+
"name": "ColumnTemplate",
|
|
7837
|
+
"module": "src/column/column.template.ts"
|
|
7838
|
+
}
|
|
7839
|
+
}
|
|
7840
|
+
]
|
|
7841
|
+
},
|
|
7842
|
+
{
|
|
7843
|
+
"kind": "javascript-module",
|
|
7844
|
+
"path": "src/column/column.ts",
|
|
7845
|
+
"declarations": [
|
|
7846
|
+
{
|
|
7847
|
+
"kind": "class",
|
|
7848
|
+
"description": "The Grid Pro Column element.",
|
|
7849
|
+
"name": "GridProColumn",
|
|
7850
|
+
"members": [
|
|
7851
|
+
{
|
|
7852
|
+
"kind": "field",
|
|
7853
|
+
"name": "slottedAgCell",
|
|
7854
|
+
"type": {
|
|
7855
|
+
"text": "HTMLElement[]"
|
|
7856
|
+
},
|
|
7857
|
+
"privacy": "public"
|
|
7858
|
+
},
|
|
7859
|
+
{
|
|
7860
|
+
"kind": "field",
|
|
7861
|
+
"name": "definition",
|
|
7862
|
+
"type": {
|
|
7863
|
+
"text": "ColDef"
|
|
7864
|
+
},
|
|
7865
|
+
"default": "{}"
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"kind": "method",
|
|
7869
|
+
"name": "slottedAgCellChanged",
|
|
7870
|
+
"privacy": "public"
|
|
7871
|
+
},
|
|
7872
|
+
{
|
|
7873
|
+
"kind": "method",
|
|
7874
|
+
"name": "deepClone",
|
|
7875
|
+
"return": {
|
|
7876
|
+
"type": {
|
|
7877
|
+
"text": "Node"
|
|
7878
|
+
}
|
|
7879
|
+
},
|
|
7865
7880
|
"inheritedFrom": {
|
|
7866
|
-
"name": "
|
|
7867
|
-
"module": "src/
|
|
7881
|
+
"name": "LifecycleMixin",
|
|
7882
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7868
7883
|
}
|
|
7869
7884
|
},
|
|
7870
7885
|
{
|
|
7871
7886
|
"kind": "method",
|
|
7872
|
-
"name": "
|
|
7873
|
-
"
|
|
7887
|
+
"name": "cloneNode",
|
|
7888
|
+
"return": {
|
|
7889
|
+
"type": {
|
|
7890
|
+
"text": "Node"
|
|
7891
|
+
}
|
|
7892
|
+
},
|
|
7874
7893
|
"parameters": [
|
|
7875
7894
|
{
|
|
7876
|
-
"name": "
|
|
7895
|
+
"name": "deep",
|
|
7896
|
+
"optional": true,
|
|
7877
7897
|
"type": {
|
|
7878
|
-
"text": "
|
|
7898
|
+
"text": "boolean"
|
|
7879
7899
|
}
|
|
7880
7900
|
}
|
|
7881
7901
|
],
|
|
7882
7902
|
"inheritedFrom": {
|
|
7883
|
-
"name": "
|
|
7884
|
-
"module": "src/
|
|
7903
|
+
"name": "LifecycleMixin",
|
|
7904
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7885
7905
|
}
|
|
7886
7906
|
},
|
|
7887
7907
|
{
|
|
7888
|
-
"kind": "
|
|
7889
|
-
"name": "
|
|
7890
|
-
"privacy": "public",
|
|
7908
|
+
"kind": "field",
|
|
7909
|
+
"name": "shouldRunDisconnect",
|
|
7891
7910
|
"return": {
|
|
7892
7911
|
"type": {
|
|
7893
|
-
"text": "
|
|
7912
|
+
"text": ""
|
|
7894
7913
|
}
|
|
7895
7914
|
},
|
|
7915
|
+
"readonly": true,
|
|
7896
7916
|
"inheritedFrom": {
|
|
7897
|
-
"name": "
|
|
7898
|
-
"module": "src/
|
|
7899
|
-
}
|
|
7900
|
-
},
|
|
7901
|
-
{
|
|
7902
|
-
"kind": "method",
|
|
7903
|
-
"name": "destroy",
|
|
7904
|
-
"privacy": "public",
|
|
7905
|
-
"inheritedFrom": {
|
|
7906
|
-
"name": "AgTextFieldRenderer",
|
|
7907
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7917
|
+
"name": "LifecycleMixin",
|
|
7918
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7908
7919
|
}
|
|
7909
7920
|
},
|
|
7910
7921
|
{
|
|
7911
|
-
"kind": "
|
|
7912
|
-
"name": "
|
|
7913
|
-
"
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
"name": "params",
|
|
7917
|
-
"type": {
|
|
7918
|
-
"text": "FuiCellRendererParams"
|
|
7919
|
-
}
|
|
7922
|
+
"kind": "field",
|
|
7923
|
+
"name": "shouldRunConnect",
|
|
7924
|
+
"return": {
|
|
7925
|
+
"type": {
|
|
7926
|
+
"text": ""
|
|
7920
7927
|
}
|
|
7921
|
-
|
|
7928
|
+
},
|
|
7929
|
+
"readonly": true,
|
|
7922
7930
|
"inheritedFrom": {
|
|
7923
|
-
"name": "
|
|
7924
|
-
"module": "src/
|
|
7931
|
+
"name": "LifecycleMixin",
|
|
7932
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7925
7933
|
}
|
|
7926
7934
|
},
|
|
7927
7935
|
{
|
|
7928
7936
|
"kind": "method",
|
|
7929
|
-
"name": "
|
|
7930
|
-
"privacy": "public",
|
|
7937
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7931
7938
|
"return": {
|
|
7932
7939
|
"type": {
|
|
7933
7940
|
"text": "boolean"
|
|
@@ -7935,28 +7942,15 @@
|
|
|
7935
7942
|
},
|
|
7936
7943
|
"parameters": [
|
|
7937
7944
|
{
|
|
7938
|
-
"name": "
|
|
7939
|
-
|
|
7940
|
-
|
|
7941
|
-
|
|
7942
|
-
"name": "AgTextFieldRenderer",
|
|
7943
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7944
|
-
}
|
|
7945
|
-
},
|
|
7946
|
-
{
|
|
7947
|
-
"kind": "field",
|
|
7948
|
-
"name": "textChanged",
|
|
7949
|
-
"privacy": "public",
|
|
7950
|
-
"description": "On text change handler",
|
|
7951
|
-
"parameters": [
|
|
7952
|
-
{
|
|
7953
|
-
"description": "CustomEvent",
|
|
7954
|
-
"name": "e"
|
|
7945
|
+
"name": "lifecycleType",
|
|
7946
|
+
"type": {
|
|
7947
|
+
"text": "Lifecycletype"
|
|
7948
|
+
}
|
|
7955
7949
|
}
|
|
7956
7950
|
],
|
|
7957
7951
|
"inheritedFrom": {
|
|
7958
|
-
"name": "
|
|
7959
|
-
"module": "src/
|
|
7952
|
+
"name": "LifecycleMixin",
|
|
7953
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7960
7954
|
}
|
|
7961
7955
|
},
|
|
7962
7956
|
{
|
|
@@ -8070,61 +8064,67 @@
|
|
|
8070
8064
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8071
8065
|
}
|
|
8072
8066
|
}
|
|
8073
|
-
]
|
|
8074
|
-
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
|
|
8079
|
-
|
|
8080
|
-
"
|
|
8081
|
-
|
|
8082
|
-
|
|
8083
|
-
|
|
8084
|
-
"
|
|
8085
|
-
"
|
|
8086
|
-
"privacy": "public",
|
|
8087
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8088
|
-
},
|
|
8089
|
-
{
|
|
8090
|
-
"kind": "variable",
|
|
8091
|
-
"name": "foundationAgTextRenderer",
|
|
8092
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8093
|
-
"privacy": "public",
|
|
8094
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8067
|
+
],
|
|
8068
|
+
"mixins": [
|
|
8069
|
+
{
|
|
8070
|
+
"name": "LifecycleMixin",
|
|
8071
|
+
"package": "@genesislcap/foundation-utils"
|
|
8072
|
+
}
|
|
8073
|
+
],
|
|
8074
|
+
"superclass": {
|
|
8075
|
+
"name": "FoundationElement",
|
|
8076
|
+
"package": "@microsoft/fast-foundation"
|
|
8077
|
+
},
|
|
8078
|
+
"tagName": "grid-pro-column",
|
|
8079
|
+
"customElement": true
|
|
8095
8080
|
}
|
|
8096
8081
|
],
|
|
8097
8082
|
"exports": [
|
|
8098
8083
|
{
|
|
8099
8084
|
"kind": "js",
|
|
8100
|
-
"name": "
|
|
8085
|
+
"name": "GridProColumn",
|
|
8101
8086
|
"declaration": {
|
|
8102
|
-
"name": "
|
|
8103
|
-
"module": "src/
|
|
8087
|
+
"name": "GridProColumn",
|
|
8088
|
+
"module": "src/column/column.ts"
|
|
8104
8089
|
}
|
|
8105
8090
|
},
|
|
8091
|
+
{
|
|
8092
|
+
"kind": "custom-element-definition",
|
|
8093
|
+
"name": "grid-pro-column",
|
|
8094
|
+
"declaration": {
|
|
8095
|
+
"name": "GridProColumn",
|
|
8096
|
+
"module": "src/column/column.ts"
|
|
8097
|
+
}
|
|
8098
|
+
}
|
|
8099
|
+
]
|
|
8100
|
+
},
|
|
8101
|
+
{
|
|
8102
|
+
"kind": "javascript-module",
|
|
8103
|
+
"path": "src/column/index.ts",
|
|
8104
|
+
"declarations": [],
|
|
8105
|
+
"exports": [
|
|
8106
8106
|
{
|
|
8107
8107
|
"kind": "js",
|
|
8108
|
-
"name": "
|
|
8108
|
+
"name": "*",
|
|
8109
8109
|
"declaration": {
|
|
8110
|
-
"name": "
|
|
8111
|
-
"
|
|
8110
|
+
"name": "*",
|
|
8111
|
+
"package": "./column.template"
|
|
8112
8112
|
}
|
|
8113
8113
|
},
|
|
8114
8114
|
{
|
|
8115
8115
|
"kind": "js",
|
|
8116
|
-
"name": "
|
|
8116
|
+
"name": "*",
|
|
8117
8117
|
"declaration": {
|
|
8118
|
-
"name": "
|
|
8119
|
-
"
|
|
8118
|
+
"name": "*",
|
|
8119
|
+
"package": "./column"
|
|
8120
8120
|
}
|
|
8121
8121
|
},
|
|
8122
8122
|
{
|
|
8123
8123
|
"kind": "js",
|
|
8124
|
-
"name": "
|
|
8124
|
+
"name": "*",
|
|
8125
8125
|
"declaration": {
|
|
8126
|
-
"name": "
|
|
8127
|
-
"
|
|
8126
|
+
"name": "*",
|
|
8127
|
+
"package": "./utils"
|
|
8128
8128
|
}
|
|
8129
8129
|
}
|
|
8130
8130
|
]
|
|
@@ -12139,6 +12139,24 @@
|
|
|
12139
12139
|
}
|
|
12140
12140
|
]
|
|
12141
12141
|
},
|
|
12142
|
+
{
|
|
12143
|
+
"kind": "method",
|
|
12144
|
+
"name": "applyLiveServerSideUpdate",
|
|
12145
|
+
"privacy": "private",
|
|
12146
|
+
"return": {
|
|
12147
|
+
"type": {
|
|
12148
|
+
"text": "void"
|
|
12149
|
+
}
|
|
12150
|
+
},
|
|
12151
|
+
"parameters": [
|
|
12152
|
+
{
|
|
12153
|
+
"name": "nextMessage",
|
|
12154
|
+
"type": {
|
|
12155
|
+
"text": "FilteredDataServerResult"
|
|
12156
|
+
}
|
|
12157
|
+
}
|
|
12158
|
+
]
|
|
12159
|
+
},
|
|
12142
12160
|
{
|
|
12143
12161
|
"kind": "method",
|
|
12144
12162
|
"name": "createDataserverStream",
|
|
@@ -12150,7 +12168,7 @@
|
|
|
12150
12168
|
},
|
|
12151
12169
|
"parameters": [
|
|
12152
12170
|
{
|
|
12153
|
-
"name": "
|
|
12171
|
+
"name": "_existingParams",
|
|
12154
12172
|
"default": "null"
|
|
12155
12173
|
}
|
|
12156
12174
|
]
|
|
@@ -13604,7 +13622,6 @@
|
|
|
13604
13622
|
"type": {
|
|
13605
13623
|
"text": "Map<string, any>"
|
|
13606
13624
|
},
|
|
13607
|
-
"privacy": "protected",
|
|
13608
13625
|
"default": "new Map()"
|
|
13609
13626
|
},
|
|
13610
13627
|
{
|
|
@@ -14290,7 +14307,6 @@
|
|
|
14290
14307
|
"type": {
|
|
14291
14308
|
"text": "Map<string, any>"
|
|
14292
14309
|
},
|
|
14293
|
-
"privacy": "protected",
|
|
14294
14310
|
"default": "new Map()",
|
|
14295
14311
|
"inheritedFrom": {
|
|
14296
14312
|
"name": "BaseServerSideDatasource",
|
|
@@ -15301,7 +15317,6 @@
|
|
|
15301
15317
|
"type": {
|
|
15302
15318
|
"text": "Map<string, any>"
|
|
15303
15319
|
},
|
|
15304
|
-
"privacy": "protected",
|
|
15305
15320
|
"default": "new Map()",
|
|
15306
15321
|
"inheritedFrom": {
|
|
15307
15322
|
"name": "BaseServerSideDatasource",
|
|
@@ -20276,51 +20291,46 @@
|
|
|
20276
20291
|
},
|
|
20277
20292
|
{
|
|
20278
20293
|
"kind": "javascript-module",
|
|
20279
|
-
"path": "src/
|
|
20294
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20280
20295
|
"declarations": [
|
|
20281
20296
|
{
|
|
20282
20297
|
"kind": "function",
|
|
20283
|
-
"name": "
|
|
20298
|
+
"name": "setValueWithAccessor",
|
|
20284
20299
|
"return": {
|
|
20285
20300
|
"type": {
|
|
20286
|
-
"text": "
|
|
20301
|
+
"text": "string"
|
|
20287
20302
|
}
|
|
20288
20303
|
},
|
|
20289
20304
|
"parameters": [
|
|
20290
20305
|
{
|
|
20291
|
-
"name": "
|
|
20306
|
+
"name": "data",
|
|
20292
20307
|
"type": {
|
|
20293
|
-
"text": "
|
|
20294
|
-
}
|
|
20295
|
-
"description": "The array to render"
|
|
20308
|
+
"text": "any"
|
|
20309
|
+
}
|
|
20296
20310
|
},
|
|
20297
20311
|
{
|
|
20298
|
-
"name": "
|
|
20299
|
-
"default": "true",
|
|
20312
|
+
"name": "accessor",
|
|
20300
20313
|
"type": {
|
|
20301
|
-
"text": "
|
|
20302
|
-
}
|
|
20303
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20314
|
+
"text": "string"
|
|
20315
|
+
}
|
|
20304
20316
|
}
|
|
20305
|
-
]
|
|
20306
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20307
|
-
"privacy": "public"
|
|
20317
|
+
]
|
|
20308
20318
|
}
|
|
20309
20319
|
],
|
|
20310
20320
|
"exports": [
|
|
20311
20321
|
{
|
|
20312
20322
|
"kind": "js",
|
|
20313
|
-
"name": "
|
|
20323
|
+
"name": "setValueWithAccessor",
|
|
20314
20324
|
"declaration": {
|
|
20315
|
-
"name": "
|
|
20316
|
-
"module": "src/
|
|
20325
|
+
"name": "setValueWithAccessor",
|
|
20326
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20317
20327
|
}
|
|
20318
20328
|
}
|
|
20319
20329
|
]
|
|
20320
20330
|
},
|
|
20321
20331
|
{
|
|
20322
20332
|
"kind": "javascript-module",
|
|
20323
|
-
"path": "src/
|
|
20333
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20324
20334
|
"declarations": [],
|
|
20325
20335
|
"exports": [
|
|
20326
20336
|
{
|
|
@@ -20328,53 +20338,58 @@
|
|
|
20328
20338
|
"name": "*",
|
|
20329
20339
|
"declaration": {
|
|
20330
20340
|
"name": "*",
|
|
20331
|
-
"package": "./
|
|
20341
|
+
"package": "./accessor"
|
|
20332
20342
|
}
|
|
20333
20343
|
}
|
|
20334
20344
|
]
|
|
20335
20345
|
},
|
|
20336
20346
|
{
|
|
20337
20347
|
"kind": "javascript-module",
|
|
20338
|
-
"path": "src/
|
|
20348
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
20339
20349
|
"declarations": [
|
|
20340
20350
|
{
|
|
20341
20351
|
"kind": "function",
|
|
20342
|
-
"name": "
|
|
20352
|
+
"name": "gridProColumns",
|
|
20343
20353
|
"return": {
|
|
20344
20354
|
"type": {
|
|
20345
|
-
"text": "
|
|
20355
|
+
"text": "CaptureType<TSource>"
|
|
20346
20356
|
}
|
|
20347
20357
|
},
|
|
20348
20358
|
"parameters": [
|
|
20349
20359
|
{
|
|
20350
|
-
"name": "
|
|
20360
|
+
"name": "itemsBinding",
|
|
20351
20361
|
"type": {
|
|
20352
|
-
"text": "
|
|
20353
|
-
}
|
|
20362
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
20363
|
+
},
|
|
20364
|
+
"description": "The array to render"
|
|
20354
20365
|
},
|
|
20355
20366
|
{
|
|
20356
|
-
"name": "
|
|
20367
|
+
"name": "includeRenderers",
|
|
20368
|
+
"default": "true",
|
|
20357
20369
|
"type": {
|
|
20358
|
-
"text": "
|
|
20359
|
-
}
|
|
20370
|
+
"text": "boolean"
|
|
20371
|
+
},
|
|
20372
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20360
20373
|
}
|
|
20361
|
-
]
|
|
20374
|
+
],
|
|
20375
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20376
|
+
"privacy": "public"
|
|
20362
20377
|
}
|
|
20363
20378
|
],
|
|
20364
20379
|
"exports": [
|
|
20365
20380
|
{
|
|
20366
20381
|
"kind": "js",
|
|
20367
|
-
"name": "
|
|
20382
|
+
"name": "gridProColumns",
|
|
20368
20383
|
"declaration": {
|
|
20369
|
-
"name": "
|
|
20370
|
-
"module": "src/
|
|
20384
|
+
"name": "gridProColumns",
|
|
20385
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20371
20386
|
}
|
|
20372
20387
|
}
|
|
20373
20388
|
]
|
|
20374
20389
|
},
|
|
20375
20390
|
{
|
|
20376
20391
|
"kind": "javascript-module",
|
|
20377
|
-
"path": "src/
|
|
20392
|
+
"path": "src/column/utils/index.ts",
|
|
20378
20393
|
"declarations": [],
|
|
20379
20394
|
"exports": [
|
|
20380
20395
|
{
|
|
@@ -20382,7 +20397,7 @@
|
|
|
20382
20397
|
"name": "*",
|
|
20383
20398
|
"declaration": {
|
|
20384
20399
|
"name": "*",
|
|
20385
|
-
"package": "./
|
|
20400
|
+
"package": "./grid-pro-columns"
|
|
20386
20401
|
}
|
|
20387
20402
|
}
|
|
20388
20403
|
]
|