@genesislcap/grid-pro 14.466.0 → 14.466.1-alpha-f34896a.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 +548 -533
- 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,69 +5339,123 @@
|
|
|
5339
5339
|
},
|
|
5340
5340
|
{
|
|
5341
5341
|
"kind": "javascript-module",
|
|
5342
|
-
"path": "src/
|
|
5342
|
+
"path": "src/column/column.template.ts",
|
|
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",
|
|
5343
5366
|
"declarations": [
|
|
5344
5367
|
{
|
|
5345
5368
|
"kind": "class",
|
|
5346
|
-
"description": "The
|
|
5347
|
-
"name": "
|
|
5369
|
+
"description": "The Grid Pro Column element.",
|
|
5370
|
+
"name": "GridProColumn",
|
|
5348
5371
|
"members": [
|
|
5349
5372
|
{
|
|
5350
5373
|
"kind": "field",
|
|
5351
|
-
"name": "
|
|
5374
|
+
"name": "slottedAgCell",
|
|
5352
5375
|
"type": {
|
|
5353
|
-
"text": "
|
|
5376
|
+
"text": "HTMLElement[]"
|
|
5354
5377
|
},
|
|
5355
5378
|
"privacy": "public"
|
|
5356
5379
|
},
|
|
5357
5380
|
{
|
|
5358
5381
|
"kind": "field",
|
|
5359
|
-
"name": "
|
|
5382
|
+
"name": "definition",
|
|
5360
5383
|
"type": {
|
|
5361
|
-
"text": "
|
|
5384
|
+
"text": "ColDef"
|
|
5362
5385
|
},
|
|
5363
|
-
"
|
|
5386
|
+
"default": "{}"
|
|
5364
5387
|
},
|
|
5365
5388
|
{
|
|
5366
5389
|
"kind": "method",
|
|
5367
|
-
"name": "
|
|
5368
|
-
"privacy": "public"
|
|
5369
|
-
"parameters": [
|
|
5370
|
-
{
|
|
5371
|
-
"name": "params",
|
|
5372
|
-
"type": {
|
|
5373
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5374
|
-
}
|
|
5375
|
-
}
|
|
5376
|
-
]
|
|
5390
|
+
"name": "slottedAgCellChanged",
|
|
5391
|
+
"privacy": "public"
|
|
5377
5392
|
},
|
|
5378
5393
|
{
|
|
5379
5394
|
"kind": "method",
|
|
5380
|
-
"name": "
|
|
5381
|
-
"privacy": "public",
|
|
5395
|
+
"name": "deepClone",
|
|
5382
5396
|
"return": {
|
|
5383
5397
|
"type": {
|
|
5384
|
-
"text": "
|
|
5398
|
+
"text": "Node"
|
|
5385
5399
|
}
|
|
5400
|
+
},
|
|
5401
|
+
"inheritedFrom": {
|
|
5402
|
+
"name": "LifecycleMixin",
|
|
5403
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5386
5404
|
}
|
|
5387
5405
|
},
|
|
5388
5406
|
{
|
|
5389
5407
|
"kind": "method",
|
|
5390
|
-
"name": "
|
|
5391
|
-
"
|
|
5408
|
+
"name": "cloneNode",
|
|
5409
|
+
"return": {
|
|
5410
|
+
"type": {
|
|
5411
|
+
"text": "Node"
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5392
5414
|
"parameters": [
|
|
5393
5415
|
{
|
|
5394
|
-
"name": "
|
|
5416
|
+
"name": "deep",
|
|
5417
|
+
"optional": true,
|
|
5395
5418
|
"type": {
|
|
5396
|
-
"text": "
|
|
5419
|
+
"text": "boolean"
|
|
5397
5420
|
}
|
|
5398
5421
|
}
|
|
5399
|
-
]
|
|
5422
|
+
],
|
|
5423
|
+
"inheritedFrom": {
|
|
5424
|
+
"name": "LifecycleMixin",
|
|
5425
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5426
|
+
}
|
|
5427
|
+
},
|
|
5428
|
+
{
|
|
5429
|
+
"kind": "field",
|
|
5430
|
+
"name": "shouldRunDisconnect",
|
|
5431
|
+
"return": {
|
|
5432
|
+
"type": {
|
|
5433
|
+
"text": ""
|
|
5434
|
+
}
|
|
5435
|
+
},
|
|
5436
|
+
"readonly": true,
|
|
5437
|
+
"inheritedFrom": {
|
|
5438
|
+
"name": "LifecycleMixin",
|
|
5439
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5440
|
+
}
|
|
5441
|
+
},
|
|
5442
|
+
{
|
|
5443
|
+
"kind": "field",
|
|
5444
|
+
"name": "shouldRunConnect",
|
|
5445
|
+
"return": {
|
|
5446
|
+
"type": {
|
|
5447
|
+
"text": ""
|
|
5448
|
+
}
|
|
5449
|
+
},
|
|
5450
|
+
"readonly": true,
|
|
5451
|
+
"inheritedFrom": {
|
|
5452
|
+
"name": "LifecycleMixin",
|
|
5453
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5454
|
+
}
|
|
5400
5455
|
},
|
|
5401
5456
|
{
|
|
5402
5457
|
"kind": "method",
|
|
5403
|
-
"name": "
|
|
5404
|
-
"privacy": "public",
|
|
5458
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5405
5459
|
"return": {
|
|
5406
5460
|
"type": {
|
|
5407
5461
|
"text": "boolean"
|
|
@@ -5409,19 +5463,16 @@
|
|
|
5409
5463
|
},
|
|
5410
5464
|
"parameters": [
|
|
5411
5465
|
{
|
|
5412
|
-
"name": "
|
|
5466
|
+
"name": "lifecycleType",
|
|
5467
|
+
"type": {
|
|
5468
|
+
"text": "Lifecycletype"
|
|
5469
|
+
}
|
|
5413
5470
|
}
|
|
5414
|
-
]
|
|
5415
|
-
|
|
5416
|
-
|
|
5417
|
-
|
|
5418
|
-
|
|
5419
|
-
"privacy": "public"
|
|
5420
|
-
},
|
|
5421
|
-
{
|
|
5422
|
-
"kind": "field",
|
|
5423
|
-
"name": "dataTestId",
|
|
5424
|
-
"readonly": true
|
|
5471
|
+
],
|
|
5472
|
+
"inheritedFrom": {
|
|
5473
|
+
"name": "LifecycleMixin",
|
|
5474
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5475
|
+
}
|
|
5425
5476
|
},
|
|
5426
5477
|
{
|
|
5427
5478
|
"kind": "field",
|
|
@@ -5535,82 +5586,92 @@
|
|
|
5535
5586
|
}
|
|
5536
5587
|
}
|
|
5537
5588
|
],
|
|
5589
|
+
"mixins": [
|
|
5590
|
+
{
|
|
5591
|
+
"name": "LifecycleMixin",
|
|
5592
|
+
"package": "@genesislcap/foundation-utils"
|
|
5593
|
+
}
|
|
5594
|
+
],
|
|
5538
5595
|
"superclass": {
|
|
5539
5596
|
"name": "FoundationElement",
|
|
5540
5597
|
"package": "@microsoft/fast-foundation"
|
|
5541
5598
|
},
|
|
5542
|
-
"tagName": "
|
|
5599
|
+
"tagName": "grid-pro-column",
|
|
5543
5600
|
"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"
|
|
5563
5601
|
}
|
|
5564
5602
|
],
|
|
5565
5603
|
"exports": [
|
|
5566
5604
|
{
|
|
5567
5605
|
"kind": "js",
|
|
5568
|
-
"name": "
|
|
5606
|
+
"name": "GridProColumn",
|
|
5569
5607
|
"declaration": {
|
|
5570
|
-
"name": "
|
|
5571
|
-
"module": "src/
|
|
5608
|
+
"name": "GridProColumn",
|
|
5609
|
+
"module": "src/column/column.ts"
|
|
5572
5610
|
}
|
|
5573
5611
|
},
|
|
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": [
|
|
5574
5627
|
{
|
|
5575
5628
|
"kind": "js",
|
|
5576
|
-
"name": "
|
|
5629
|
+
"name": "*",
|
|
5577
5630
|
"declaration": {
|
|
5578
|
-
"name": "
|
|
5579
|
-
"
|
|
5631
|
+
"name": "*",
|
|
5632
|
+
"package": "./column.template"
|
|
5580
5633
|
}
|
|
5581
5634
|
},
|
|
5582
5635
|
{
|
|
5583
5636
|
"kind": "js",
|
|
5584
|
-
"name": "
|
|
5637
|
+
"name": "*",
|
|
5585
5638
|
"declaration": {
|
|
5586
|
-
"name": "
|
|
5587
|
-
"
|
|
5639
|
+
"name": "*",
|
|
5640
|
+
"package": "./column"
|
|
5588
5641
|
}
|
|
5589
5642
|
},
|
|
5590
5643
|
{
|
|
5591
5644
|
"kind": "js",
|
|
5592
|
-
"name": "
|
|
5645
|
+
"name": "*",
|
|
5593
5646
|
"declaration": {
|
|
5594
|
-
"name": "
|
|
5595
|
-
"
|
|
5647
|
+
"name": "*",
|
|
5648
|
+
"package": "./utils"
|
|
5596
5649
|
}
|
|
5597
5650
|
}
|
|
5598
5651
|
]
|
|
5599
5652
|
},
|
|
5600
5653
|
{
|
|
5601
5654
|
"kind": "javascript-module",
|
|
5602
|
-
"path": "src/cell-renderers/
|
|
5655
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5603
5656
|
"declarations": [
|
|
5604
5657
|
{
|
|
5605
5658
|
"kind": "class",
|
|
5606
|
-
"description": "The
|
|
5607
|
-
"name": "
|
|
5659
|
+
"description": "The AG Action Renderer element.",
|
|
5660
|
+
"name": "ActionRenderer",
|
|
5608
5661
|
"members": [
|
|
5609
5662
|
{
|
|
5610
5663
|
"kind": "field",
|
|
5611
5664
|
"name": "params",
|
|
5612
5665
|
"type": {
|
|
5613
|
-
"text": "ICellRendererParams"
|
|
5666
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5667
|
+
},
|
|
5668
|
+
"privacy": "public"
|
|
5669
|
+
},
|
|
5670
|
+
{
|
|
5671
|
+
"kind": "field",
|
|
5672
|
+
"name": "pendingAction",
|
|
5673
|
+
"type": {
|
|
5674
|
+
"text": "boolean"
|
|
5614
5675
|
},
|
|
5615
5676
|
"privacy": "public"
|
|
5616
5677
|
},
|
|
@@ -5622,7 +5683,7 @@
|
|
|
5622
5683
|
{
|
|
5623
5684
|
"name": "params",
|
|
5624
5685
|
"type": {
|
|
5625
|
-
"text": "ICellRendererParams"
|
|
5686
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5626
5687
|
}
|
|
5627
5688
|
}
|
|
5628
5689
|
]
|
|
@@ -5650,6 +5711,31 @@
|
|
|
5650
5711
|
}
|
|
5651
5712
|
]
|
|
5652
5713
|
},
|
|
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
|
+
},
|
|
5653
5739
|
{
|
|
5654
5740
|
"kind": "field",
|
|
5655
5741
|
"name": "_presentation",
|
|
@@ -5766,26 +5852,253 @@
|
|
|
5766
5852
|
"name": "FoundationElement",
|
|
5767
5853
|
"package": "@microsoft/fast-foundation"
|
|
5768
5854
|
},
|
|
5769
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5855
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5770
5856
|
"customElement": true
|
|
5771
5857
|
},
|
|
5772
5858
|
{
|
|
5773
5859
|
"kind": "variable",
|
|
5774
|
-
"name": "
|
|
5775
|
-
"description": "
|
|
5860
|
+
"name": "actionHeightMultiplier",
|
|
5861
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5776
5862
|
"privacy": "public"
|
|
5777
5863
|
},
|
|
5778
5864
|
{
|
|
5779
|
-
"kind": "
|
|
5780
|
-
"name": "
|
|
5781
|
-
"
|
|
5782
|
-
|
|
5783
|
-
|
|
5784
|
-
|
|
5785
|
-
|
|
5786
|
-
"
|
|
5787
|
-
|
|
5788
|
-
|
|
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.",
|
|
6089
|
+
"privacy": "public"
|
|
6090
|
+
},
|
|
6091
|
+
{
|
|
6092
|
+
"kind": "function",
|
|
6093
|
+
"name": "getActionsMenuDef",
|
|
6094
|
+
"return": {
|
|
6095
|
+
"type": {
|
|
6096
|
+
"text": ""
|
|
6097
|
+
}
|
|
6098
|
+
},
|
|
6099
|
+
"parameters": [
|
|
6100
|
+
{
|
|
6101
|
+
"name": "actions",
|
|
5789
6102
|
"type": {
|
|
5790
6103
|
"text": "ActionMenuItem[]"
|
|
5791
6104
|
},
|
|
@@ -7548,393 +7861,73 @@
|
|
|
7548
7861
|
"type": {
|
|
7549
7862
|
"text": "FuiCellRendererParams"
|
|
7550
7863
|
},
|
|
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
|
-
},
|
|
7864
|
+
"privacy": "public",
|
|
7880
7865
|
"inheritedFrom": {
|
|
7881
|
-
"name": "
|
|
7882
|
-
"module": "src/
|
|
7866
|
+
"name": "AgTextFieldRenderer",
|
|
7867
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7883
7868
|
}
|
|
7884
7869
|
},
|
|
7885
7870
|
{
|
|
7886
7871
|
"kind": "method",
|
|
7887
|
-
"name": "
|
|
7888
|
-
"
|
|
7889
|
-
"type": {
|
|
7890
|
-
"text": "Node"
|
|
7891
|
-
}
|
|
7892
|
-
},
|
|
7872
|
+
"name": "init",
|
|
7873
|
+
"privacy": "public",
|
|
7893
7874
|
"parameters": [
|
|
7894
7875
|
{
|
|
7895
|
-
"name": "
|
|
7896
|
-
"optional": true,
|
|
7876
|
+
"name": "params",
|
|
7897
7877
|
"type": {
|
|
7898
|
-
"text": "
|
|
7878
|
+
"text": "FuiCellRendererParams"
|
|
7899
7879
|
}
|
|
7900
7880
|
}
|
|
7901
7881
|
],
|
|
7902
7882
|
"inheritedFrom": {
|
|
7903
|
-
"name": "
|
|
7904
|
-
"module": "src/
|
|
7883
|
+
"name": "AgTextFieldRenderer",
|
|
7884
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7905
7885
|
}
|
|
7906
7886
|
},
|
|
7907
7887
|
{
|
|
7908
|
-
"kind": "
|
|
7909
|
-
"name": "
|
|
7888
|
+
"kind": "method",
|
|
7889
|
+
"name": "getGui",
|
|
7890
|
+
"privacy": "public",
|
|
7910
7891
|
"return": {
|
|
7911
7892
|
"type": {
|
|
7912
|
-
"text": ""
|
|
7893
|
+
"text": "HTMLElement"
|
|
7913
7894
|
}
|
|
7914
7895
|
},
|
|
7915
|
-
"readonly": true,
|
|
7916
7896
|
"inheritedFrom": {
|
|
7917
|
-
"name": "
|
|
7918
|
-
"module": "src/
|
|
7897
|
+
"name": "AgTextFieldRenderer",
|
|
7898
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7919
7899
|
}
|
|
7920
7900
|
},
|
|
7921
7901
|
{
|
|
7922
|
-
"kind": "
|
|
7923
|
-
"name": "
|
|
7924
|
-
"
|
|
7925
|
-
|
|
7926
|
-
|
|
7902
|
+
"kind": "method",
|
|
7903
|
+
"name": "destroy",
|
|
7904
|
+
"privacy": "public",
|
|
7905
|
+
"inheritedFrom": {
|
|
7906
|
+
"name": "AgTextFieldRenderer",
|
|
7907
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7908
|
+
}
|
|
7909
|
+
},
|
|
7910
|
+
{
|
|
7911
|
+
"kind": "method",
|
|
7912
|
+
"name": "refresh",
|
|
7913
|
+
"privacy": "public",
|
|
7914
|
+
"parameters": [
|
|
7915
|
+
{
|
|
7916
|
+
"name": "params",
|
|
7917
|
+
"type": {
|
|
7918
|
+
"text": "FuiCellRendererParams"
|
|
7919
|
+
}
|
|
7927
7920
|
}
|
|
7928
|
-
|
|
7929
|
-
"readonly": true,
|
|
7921
|
+
],
|
|
7930
7922
|
"inheritedFrom": {
|
|
7931
|
-
"name": "
|
|
7932
|
-
"module": "src/
|
|
7923
|
+
"name": "AgTextFieldRenderer",
|
|
7924
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7933
7925
|
}
|
|
7934
7926
|
},
|
|
7935
7927
|
{
|
|
7936
7928
|
"kind": "method",
|
|
7937
|
-
"name": "
|
|
7929
|
+
"name": "isDisabled",
|
|
7930
|
+
"privacy": "public",
|
|
7938
7931
|
"return": {
|
|
7939
7932
|
"type": {
|
|
7940
7933
|
"text": "boolean"
|
|
@@ -7942,15 +7935,28 @@
|
|
|
7942
7935
|
},
|
|
7943
7936
|
"parameters": [
|
|
7944
7937
|
{
|
|
7945
|
-
"name": "
|
|
7946
|
-
"type": {
|
|
7947
|
-
"text": "Lifecycletype"
|
|
7948
|
-
}
|
|
7938
|
+
"name": "data"
|
|
7949
7939
|
}
|
|
7950
7940
|
],
|
|
7951
7941
|
"inheritedFrom": {
|
|
7952
|
-
"name": "
|
|
7953
|
-
"module": "src/
|
|
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"
|
|
7955
|
+
}
|
|
7956
|
+
],
|
|
7957
|
+
"inheritedFrom": {
|
|
7958
|
+
"name": "AgTextFieldRenderer",
|
|
7959
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7954
7960
|
}
|
|
7955
7961
|
},
|
|
7956
7962
|
{
|
|
@@ -8064,67 +8070,61 @@
|
|
|
8064
8070
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8065
8071
|
}
|
|
8066
8072
|
}
|
|
8067
|
-
]
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
|
|
8073
|
-
|
|
8074
|
-
"
|
|
8075
|
-
|
|
8076
|
-
|
|
8077
|
-
|
|
8078
|
-
"
|
|
8079
|
-
"
|
|
8073
|
+
]
|
|
8074
|
+
},
|
|
8075
|
+
{
|
|
8076
|
+
"kind": "variable",
|
|
8077
|
+
"name": "textRendererStyles",
|
|
8078
|
+
"default": "textFieldRendererStyles",
|
|
8079
|
+
"privacy": "public",
|
|
8080
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8081
|
+
},
|
|
8082
|
+
{
|
|
8083
|
+
"kind": "variable",
|
|
8084
|
+
"name": "getTextRendererTemplate",
|
|
8085
|
+
"default": "getTextFieldRendererTemplate",
|
|
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"
|
|
8080
8095
|
}
|
|
8081
8096
|
],
|
|
8082
8097
|
"exports": [
|
|
8083
8098
|
{
|
|
8084
8099
|
"kind": "js",
|
|
8085
|
-
"name": "
|
|
8100
|
+
"name": "AgTextRenderer",
|
|
8086
8101
|
"declaration": {
|
|
8087
|
-
"name": "
|
|
8088
|
-
"module": "src/
|
|
8102
|
+
"name": "AgTextRenderer",
|
|
8103
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8089
8104
|
}
|
|
8090
8105
|
},
|
|
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": "textRendererStyles",
|
|
8109
8109
|
"declaration": {
|
|
8110
|
-
"name": "
|
|
8111
|
-
"
|
|
8110
|
+
"name": "textRendererStyles",
|
|
8111
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8112
8112
|
}
|
|
8113
8113
|
},
|
|
8114
8114
|
{
|
|
8115
8115
|
"kind": "js",
|
|
8116
|
-
"name": "
|
|
8116
|
+
"name": "getTextRendererTemplate",
|
|
8117
8117
|
"declaration": {
|
|
8118
|
-
"name": "
|
|
8119
|
-
"
|
|
8118
|
+
"name": "getTextRendererTemplate",
|
|
8119
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8120
8120
|
}
|
|
8121
8121
|
},
|
|
8122
8122
|
{
|
|
8123
8123
|
"kind": "js",
|
|
8124
|
-
"name": "
|
|
8124
|
+
"name": "foundationAgTextRenderer",
|
|
8125
8125
|
"declaration": {
|
|
8126
|
-
"name": "
|
|
8127
|
-
"
|
|
8126
|
+
"name": "foundationAgTextRenderer",
|
|
8127
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
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,46 +20291,51 @@
|
|
|
20276
20291
|
},
|
|
20277
20292
|
{
|
|
20278
20293
|
"kind": "javascript-module",
|
|
20279
|
-
"path": "src/
|
|
20294
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
20280
20295
|
"declarations": [
|
|
20281
20296
|
{
|
|
20282
20297
|
"kind": "function",
|
|
20283
|
-
"name": "
|
|
20298
|
+
"name": "gridProColumns",
|
|
20284
20299
|
"return": {
|
|
20285
20300
|
"type": {
|
|
20286
|
-
"text": "
|
|
20301
|
+
"text": "CaptureType<TSource>"
|
|
20287
20302
|
}
|
|
20288
20303
|
},
|
|
20289
20304
|
"parameters": [
|
|
20290
20305
|
{
|
|
20291
|
-
"name": "
|
|
20306
|
+
"name": "itemsBinding",
|
|
20292
20307
|
"type": {
|
|
20293
|
-
"text": "
|
|
20294
|
-
}
|
|
20308
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
20309
|
+
},
|
|
20310
|
+
"description": "The array to render"
|
|
20295
20311
|
},
|
|
20296
20312
|
{
|
|
20297
|
-
"name": "
|
|
20313
|
+
"name": "includeRenderers",
|
|
20314
|
+
"default": "true",
|
|
20298
20315
|
"type": {
|
|
20299
|
-
"text": "
|
|
20300
|
-
}
|
|
20316
|
+
"text": "boolean"
|
|
20317
|
+
},
|
|
20318
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20301
20319
|
}
|
|
20302
|
-
]
|
|
20320
|
+
],
|
|
20321
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20322
|
+
"privacy": "public"
|
|
20303
20323
|
}
|
|
20304
20324
|
],
|
|
20305
20325
|
"exports": [
|
|
20306
20326
|
{
|
|
20307
20327
|
"kind": "js",
|
|
20308
|
-
"name": "
|
|
20328
|
+
"name": "gridProColumns",
|
|
20309
20329
|
"declaration": {
|
|
20310
|
-
"name": "
|
|
20311
|
-
"module": "src/
|
|
20330
|
+
"name": "gridProColumns",
|
|
20331
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20312
20332
|
}
|
|
20313
20333
|
}
|
|
20314
20334
|
]
|
|
20315
20335
|
},
|
|
20316
20336
|
{
|
|
20317
20337
|
"kind": "javascript-module",
|
|
20318
|
-
"path": "src/
|
|
20338
|
+
"path": "src/column/utils/index.ts",
|
|
20319
20339
|
"declarations": [],
|
|
20320
20340
|
"exports": [
|
|
20321
20341
|
{
|
|
@@ -20323,58 +20343,53 @@
|
|
|
20323
20343
|
"name": "*",
|
|
20324
20344
|
"declaration": {
|
|
20325
20345
|
"name": "*",
|
|
20326
|
-
"package": "./
|
|
20346
|
+
"package": "./grid-pro-columns"
|
|
20327
20347
|
}
|
|
20328
20348
|
}
|
|
20329
20349
|
]
|
|
20330
20350
|
},
|
|
20331
20351
|
{
|
|
20332
20352
|
"kind": "javascript-module",
|
|
20333
|
-
"path": "src/
|
|
20353
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20334
20354
|
"declarations": [
|
|
20335
20355
|
{
|
|
20336
20356
|
"kind": "function",
|
|
20337
|
-
"name": "
|
|
20357
|
+
"name": "setValueWithAccessor",
|
|
20338
20358
|
"return": {
|
|
20339
20359
|
"type": {
|
|
20340
|
-
"text": "
|
|
20360
|
+
"text": "string"
|
|
20341
20361
|
}
|
|
20342
20362
|
},
|
|
20343
20363
|
"parameters": [
|
|
20344
20364
|
{
|
|
20345
|
-
"name": "
|
|
20365
|
+
"name": "data",
|
|
20346
20366
|
"type": {
|
|
20347
|
-
"text": "
|
|
20348
|
-
}
|
|
20349
|
-
"description": "The array to render"
|
|
20367
|
+
"text": "any"
|
|
20368
|
+
}
|
|
20350
20369
|
},
|
|
20351
20370
|
{
|
|
20352
|
-
"name": "
|
|
20353
|
-
"default": "true",
|
|
20371
|
+
"name": "accessor",
|
|
20354
20372
|
"type": {
|
|
20355
|
-
"text": "
|
|
20356
|
-
}
|
|
20357
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20373
|
+
"text": "string"
|
|
20374
|
+
}
|
|
20358
20375
|
}
|
|
20359
|
-
]
|
|
20360
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20361
|
-
"privacy": "public"
|
|
20376
|
+
]
|
|
20362
20377
|
}
|
|
20363
20378
|
],
|
|
20364
20379
|
"exports": [
|
|
20365
20380
|
{
|
|
20366
20381
|
"kind": "js",
|
|
20367
|
-
"name": "
|
|
20382
|
+
"name": "setValueWithAccessor",
|
|
20368
20383
|
"declaration": {
|
|
20369
|
-
"name": "
|
|
20370
|
-
"module": "src/
|
|
20384
|
+
"name": "setValueWithAccessor",
|
|
20385
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20371
20386
|
}
|
|
20372
20387
|
}
|
|
20373
20388
|
]
|
|
20374
20389
|
},
|
|
20375
20390
|
{
|
|
20376
20391
|
"kind": "javascript-module",
|
|
20377
|
-
"path": "src/
|
|
20392
|
+
"path": "src/cell-renderers/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": "./accessor"
|
|
20386
20401
|
}
|
|
20387
20402
|
}
|
|
20388
20403
|
]
|