@genesislcap/grid-pro 14.437.4 → 14.437.6
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 +544 -516
- package/dist/dts/grid-pro-beta.d.ts +2 -8
- package/dist/dts/grid-pro-beta.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/dts/utils/array.d.ts +7 -0
- package/dist/dts/utils/array.d.ts.map +1 -1
- package/dist/esm/grid-pro-beta.js +5 -3
- package/dist/esm/grid-pro.js +5 -3
- package/dist/esm/utils/array.js +25 -1
- package/dist/grid-pro.api.json +55 -0
- package/dist/grid-pro.d.ts +10 -7
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -5298,123 +5298,69 @@
|
|
|
5298
5298
|
},
|
|
5299
5299
|
{
|
|
5300
5300
|
"kind": "javascript-module",
|
|
5301
|
-
"path": "src/
|
|
5302
|
-
"declarations": [
|
|
5303
|
-
{
|
|
5304
|
-
"kind": "variable",
|
|
5305
|
-
"name": "ColumnTemplate",
|
|
5306
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5307
|
-
"description": "The Grid Pro Column Template.",
|
|
5308
|
-
"privacy": "public"
|
|
5309
|
-
}
|
|
5310
|
-
],
|
|
5311
|
-
"exports": [
|
|
5312
|
-
{
|
|
5313
|
-
"kind": "js",
|
|
5314
|
-
"name": "ColumnTemplate",
|
|
5315
|
-
"declaration": {
|
|
5316
|
-
"name": "ColumnTemplate",
|
|
5317
|
-
"module": "src/column/column.template.ts"
|
|
5318
|
-
}
|
|
5319
|
-
}
|
|
5320
|
-
]
|
|
5321
|
-
},
|
|
5322
|
-
{
|
|
5323
|
-
"kind": "javascript-module",
|
|
5324
|
-
"path": "src/column/column.ts",
|
|
5301
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5325
5302
|
"declarations": [
|
|
5326
5303
|
{
|
|
5327
5304
|
"kind": "class",
|
|
5328
|
-
"description": "The
|
|
5329
|
-
"name": "
|
|
5305
|
+
"description": "The AG Action Renderer element.",
|
|
5306
|
+
"name": "ActionRenderer",
|
|
5330
5307
|
"members": [
|
|
5331
5308
|
{
|
|
5332
5309
|
"kind": "field",
|
|
5333
|
-
"name": "
|
|
5310
|
+
"name": "params",
|
|
5334
5311
|
"type": {
|
|
5335
|
-
"text": "
|
|
5312
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5336
5313
|
},
|
|
5337
5314
|
"privacy": "public"
|
|
5338
5315
|
},
|
|
5339
5316
|
{
|
|
5340
5317
|
"kind": "field",
|
|
5341
|
-
"name": "
|
|
5318
|
+
"name": "pendingAction",
|
|
5342
5319
|
"type": {
|
|
5343
|
-
"text": "
|
|
5320
|
+
"text": "boolean"
|
|
5344
5321
|
},
|
|
5345
|
-
"default": "{}"
|
|
5346
|
-
},
|
|
5347
|
-
{
|
|
5348
|
-
"kind": "method",
|
|
5349
|
-
"name": "slottedAgCellChanged",
|
|
5350
5322
|
"privacy": "public"
|
|
5351
5323
|
},
|
|
5352
5324
|
{
|
|
5353
5325
|
"kind": "method",
|
|
5354
|
-
"name": "
|
|
5355
|
-
"
|
|
5356
|
-
"type": {
|
|
5357
|
-
"text": "Node"
|
|
5358
|
-
}
|
|
5359
|
-
},
|
|
5360
|
-
"inheritedFrom": {
|
|
5361
|
-
"name": "LifecycleMixin",
|
|
5362
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5363
|
-
}
|
|
5364
|
-
},
|
|
5365
|
-
{
|
|
5366
|
-
"kind": "method",
|
|
5367
|
-
"name": "cloneNode",
|
|
5368
|
-
"return": {
|
|
5369
|
-
"type": {
|
|
5370
|
-
"text": "Node"
|
|
5371
|
-
}
|
|
5372
|
-
},
|
|
5326
|
+
"name": "init",
|
|
5327
|
+
"privacy": "public",
|
|
5373
5328
|
"parameters": [
|
|
5374
5329
|
{
|
|
5375
|
-
"name": "
|
|
5376
|
-
"optional": true,
|
|
5330
|
+
"name": "params",
|
|
5377
5331
|
"type": {
|
|
5378
|
-
"text": "
|
|
5332
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5379
5333
|
}
|
|
5380
5334
|
}
|
|
5381
|
-
]
|
|
5382
|
-
"inheritedFrom": {
|
|
5383
|
-
"name": "LifecycleMixin",
|
|
5384
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
-
}
|
|
5335
|
+
]
|
|
5386
5336
|
},
|
|
5387
5337
|
{
|
|
5388
|
-
"kind": "
|
|
5389
|
-
"name": "
|
|
5338
|
+
"kind": "method",
|
|
5339
|
+
"name": "getGui",
|
|
5340
|
+
"privacy": "public",
|
|
5390
5341
|
"return": {
|
|
5391
5342
|
"type": {
|
|
5392
|
-
"text": ""
|
|
5343
|
+
"text": "HTMLElement"
|
|
5393
5344
|
}
|
|
5394
|
-
},
|
|
5395
|
-
"readonly": true,
|
|
5396
|
-
"inheritedFrom": {
|
|
5397
|
-
"name": "LifecycleMixin",
|
|
5398
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5399
5345
|
}
|
|
5400
5346
|
},
|
|
5401
5347
|
{
|
|
5402
|
-
"kind": "
|
|
5403
|
-
"name": "
|
|
5404
|
-
"
|
|
5405
|
-
|
|
5406
|
-
|
|
5348
|
+
"kind": "method",
|
|
5349
|
+
"name": "refresh",
|
|
5350
|
+
"privacy": "public",
|
|
5351
|
+
"parameters": [
|
|
5352
|
+
{
|
|
5353
|
+
"name": "params",
|
|
5354
|
+
"type": {
|
|
5355
|
+
"text": "ICellRendererParams"
|
|
5356
|
+
}
|
|
5407
5357
|
}
|
|
5408
|
-
|
|
5409
|
-
"readonly": true,
|
|
5410
|
-
"inheritedFrom": {
|
|
5411
|
-
"name": "LifecycleMixin",
|
|
5412
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5413
|
-
}
|
|
5358
|
+
]
|
|
5414
5359
|
},
|
|
5415
5360
|
{
|
|
5416
5361
|
"kind": "method",
|
|
5417
|
-
"name": "
|
|
5362
|
+
"name": "isDisabled",
|
|
5363
|
+
"privacy": "public",
|
|
5418
5364
|
"return": {
|
|
5419
5365
|
"type": {
|
|
5420
5366
|
"text": "boolean"
|
|
@@ -5422,16 +5368,19 @@
|
|
|
5422
5368
|
},
|
|
5423
5369
|
"parameters": [
|
|
5424
5370
|
{
|
|
5425
|
-
"name": "
|
|
5426
|
-
"type": {
|
|
5427
|
-
"text": "Lifecycletype"
|
|
5428
|
-
}
|
|
5371
|
+
"name": "data"
|
|
5429
5372
|
}
|
|
5430
|
-
]
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
|
|
5434
|
-
|
|
5373
|
+
]
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"kind": "method",
|
|
5377
|
+
"name": "clickHandler",
|
|
5378
|
+
"privacy": "public"
|
|
5379
|
+
},
|
|
5380
|
+
{
|
|
5381
|
+
"kind": "field",
|
|
5382
|
+
"name": "dataTestId",
|
|
5383
|
+
"readonly": true
|
|
5435
5384
|
},
|
|
5436
5385
|
{
|
|
5437
5386
|
"kind": "field",
|
|
@@ -5545,92 +5494,82 @@
|
|
|
5545
5494
|
}
|
|
5546
5495
|
}
|
|
5547
5496
|
],
|
|
5548
|
-
"mixins": [
|
|
5549
|
-
{
|
|
5550
|
-
"name": "LifecycleMixin",
|
|
5551
|
-
"package": "@genesislcap/foundation-utils"
|
|
5552
|
-
}
|
|
5553
|
-
],
|
|
5554
5497
|
"superclass": {
|
|
5555
5498
|
"name": "FoundationElement",
|
|
5556
5499
|
"package": "@microsoft/fast-foundation"
|
|
5557
5500
|
},
|
|
5558
|
-
"tagName": "grid-pro-
|
|
5501
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5559
5502
|
"customElement": true
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"kind": "variable",
|
|
5506
|
+
"name": "actionHeightMultiplier",
|
|
5507
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5508
|
+
"privacy": "public"
|
|
5509
|
+
},
|
|
5510
|
+
{
|
|
5511
|
+
"kind": "variable",
|
|
5512
|
+
"name": "agActionRendererStyles",
|
|
5513
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5514
|
+
"description": "The AG Action Renderer Styles.",
|
|
5515
|
+
"privacy": "public"
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"kind": "variable",
|
|
5519
|
+
"name": "foundationGridProActionRenderer",
|
|
5520
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5521
|
+
"privacy": "public"
|
|
5560
5522
|
}
|
|
5561
5523
|
],
|
|
5562
5524
|
"exports": [
|
|
5563
5525
|
{
|
|
5564
5526
|
"kind": "js",
|
|
5565
|
-
"name": "
|
|
5527
|
+
"name": "ActionRenderer",
|
|
5566
5528
|
"declaration": {
|
|
5567
|
-
"name": "
|
|
5568
|
-
"module": "src/
|
|
5529
|
+
"name": "ActionRenderer",
|
|
5530
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5569
5531
|
}
|
|
5570
5532
|
},
|
|
5571
|
-
{
|
|
5572
|
-
"kind": "custom-element-definition",
|
|
5573
|
-
"name": "grid-pro-column",
|
|
5574
|
-
"declaration": {
|
|
5575
|
-
"name": "GridProColumn",
|
|
5576
|
-
"module": "src/column/column.ts"
|
|
5577
|
-
}
|
|
5578
|
-
}
|
|
5579
|
-
]
|
|
5580
|
-
},
|
|
5581
|
-
{
|
|
5582
|
-
"kind": "javascript-module",
|
|
5583
|
-
"path": "src/column/index.ts",
|
|
5584
|
-
"declarations": [],
|
|
5585
|
-
"exports": [
|
|
5586
5533
|
{
|
|
5587
5534
|
"kind": "js",
|
|
5588
|
-
"name": "
|
|
5535
|
+
"name": "actionHeightMultiplier",
|
|
5589
5536
|
"declaration": {
|
|
5590
|
-
"name": "
|
|
5591
|
-
"
|
|
5537
|
+
"name": "actionHeightMultiplier",
|
|
5538
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5592
5539
|
}
|
|
5593
5540
|
},
|
|
5594
5541
|
{
|
|
5595
5542
|
"kind": "js",
|
|
5596
|
-
"name": "
|
|
5543
|
+
"name": "agActionRendererStyles",
|
|
5597
5544
|
"declaration": {
|
|
5598
|
-
"name": "
|
|
5599
|
-
"
|
|
5545
|
+
"name": "agActionRendererStyles",
|
|
5546
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5600
5547
|
}
|
|
5601
5548
|
},
|
|
5602
5549
|
{
|
|
5603
5550
|
"kind": "js",
|
|
5604
|
-
"name": "
|
|
5551
|
+
"name": "foundationGridProActionRenderer",
|
|
5605
5552
|
"declaration": {
|
|
5606
|
-
"name": "
|
|
5607
|
-
"
|
|
5553
|
+
"name": "foundationGridProActionRenderer",
|
|
5554
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5608
5555
|
}
|
|
5609
5556
|
}
|
|
5610
5557
|
]
|
|
5611
5558
|
},
|
|
5612
5559
|
{
|
|
5613
5560
|
"kind": "javascript-module",
|
|
5614
|
-
"path": "src/cell-renderers/
|
|
5561
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5615
5562
|
"declarations": [
|
|
5616
5563
|
{
|
|
5617
5564
|
"kind": "class",
|
|
5618
|
-
"description": "The
|
|
5619
|
-
"name": "
|
|
5565
|
+
"description": "The Actions Menu Renderer element.",
|
|
5566
|
+
"name": "ActionsMenuRenderer",
|
|
5620
5567
|
"members": [
|
|
5621
5568
|
{
|
|
5622
5569
|
"kind": "field",
|
|
5623
5570
|
"name": "params",
|
|
5624
5571
|
"type": {
|
|
5625
|
-
"text": "ICellRendererParams
|
|
5626
|
-
},
|
|
5627
|
-
"privacy": "public"
|
|
5628
|
-
},
|
|
5629
|
-
{
|
|
5630
|
-
"kind": "field",
|
|
5631
|
-
"name": "pendingAction",
|
|
5632
|
-
"type": {
|
|
5633
|
-
"text": "boolean"
|
|
5572
|
+
"text": "ICellRendererParams"
|
|
5634
5573
|
},
|
|
5635
5574
|
"privacy": "public"
|
|
5636
5575
|
},
|
|
@@ -5642,7 +5581,7 @@
|
|
|
5642
5581
|
{
|
|
5643
5582
|
"name": "params",
|
|
5644
5583
|
"type": {
|
|
5645
|
-
"text": "ICellRendererParams
|
|
5584
|
+
"text": "ICellRendererParams"
|
|
5646
5585
|
}
|
|
5647
5586
|
}
|
|
5648
5587
|
]
|
|
@@ -5670,31 +5609,6 @@
|
|
|
5670
5609
|
}
|
|
5671
5610
|
]
|
|
5672
5611
|
},
|
|
5673
|
-
{
|
|
5674
|
-
"kind": "method",
|
|
5675
|
-
"name": "isDisabled",
|
|
5676
|
-
"privacy": "public",
|
|
5677
|
-
"return": {
|
|
5678
|
-
"type": {
|
|
5679
|
-
"text": "boolean"
|
|
5680
|
-
}
|
|
5681
|
-
},
|
|
5682
|
-
"parameters": [
|
|
5683
|
-
{
|
|
5684
|
-
"name": "data"
|
|
5685
|
-
}
|
|
5686
|
-
]
|
|
5687
|
-
},
|
|
5688
|
-
{
|
|
5689
|
-
"kind": "method",
|
|
5690
|
-
"name": "clickHandler",
|
|
5691
|
-
"privacy": "public"
|
|
5692
|
-
},
|
|
5693
|
-
{
|
|
5694
|
-
"kind": "field",
|
|
5695
|
-
"name": "dataTestId",
|
|
5696
|
-
"readonly": true
|
|
5697
|
-
},
|
|
5698
5612
|
{
|
|
5699
5613
|
"kind": "field",
|
|
5700
5614
|
"name": "_presentation",
|
|
@@ -5811,240 +5725,13 @@
|
|
|
5811
5725
|
"name": "FoundationElement",
|
|
5812
5726
|
"package": "@microsoft/fast-foundation"
|
|
5813
5727
|
},
|
|
5814
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5728
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5815
5729
|
"customElement": true
|
|
5816
5730
|
},
|
|
5817
5731
|
{
|
|
5818
5732
|
"kind": "variable",
|
|
5819
|
-
"name": "
|
|
5820
|
-
"description": "
|
|
5821
|
-
"privacy": "public"
|
|
5822
|
-
},
|
|
5823
|
-
{
|
|
5824
|
-
"kind": "variable",
|
|
5825
|
-
"name": "agActionRendererStyles",
|
|
5826
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5827
|
-
"description": "The AG Action Renderer Styles.",
|
|
5828
|
-
"privacy": "public"
|
|
5829
|
-
},
|
|
5830
|
-
{
|
|
5831
|
-
"kind": "variable",
|
|
5832
|
-
"name": "foundationGridProActionRenderer",
|
|
5833
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5834
|
-
"privacy": "public"
|
|
5835
|
-
}
|
|
5836
|
-
],
|
|
5837
|
-
"exports": [
|
|
5838
|
-
{
|
|
5839
|
-
"kind": "js",
|
|
5840
|
-
"name": "ActionRenderer",
|
|
5841
|
-
"declaration": {
|
|
5842
|
-
"name": "ActionRenderer",
|
|
5843
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5844
|
-
}
|
|
5845
|
-
},
|
|
5846
|
-
{
|
|
5847
|
-
"kind": "js",
|
|
5848
|
-
"name": "actionHeightMultiplier",
|
|
5849
|
-
"declaration": {
|
|
5850
|
-
"name": "actionHeightMultiplier",
|
|
5851
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5852
|
-
}
|
|
5853
|
-
},
|
|
5854
|
-
{
|
|
5855
|
-
"kind": "js",
|
|
5856
|
-
"name": "agActionRendererStyles",
|
|
5857
|
-
"declaration": {
|
|
5858
|
-
"name": "agActionRendererStyles",
|
|
5859
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5860
|
-
}
|
|
5861
|
-
},
|
|
5862
|
-
{
|
|
5863
|
-
"kind": "js",
|
|
5864
|
-
"name": "foundationGridProActionRenderer",
|
|
5865
|
-
"declaration": {
|
|
5866
|
-
"name": "foundationGridProActionRenderer",
|
|
5867
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5868
|
-
}
|
|
5869
|
-
}
|
|
5870
|
-
]
|
|
5871
|
-
},
|
|
5872
|
-
{
|
|
5873
|
-
"kind": "javascript-module",
|
|
5874
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5875
|
-
"declarations": [
|
|
5876
|
-
{
|
|
5877
|
-
"kind": "class",
|
|
5878
|
-
"description": "The Actions Menu Renderer element.",
|
|
5879
|
-
"name": "ActionsMenuRenderer",
|
|
5880
|
-
"members": [
|
|
5881
|
-
{
|
|
5882
|
-
"kind": "field",
|
|
5883
|
-
"name": "params",
|
|
5884
|
-
"type": {
|
|
5885
|
-
"text": "ICellRendererParams"
|
|
5886
|
-
},
|
|
5887
|
-
"privacy": "public"
|
|
5888
|
-
},
|
|
5889
|
-
{
|
|
5890
|
-
"kind": "method",
|
|
5891
|
-
"name": "init",
|
|
5892
|
-
"privacy": "public",
|
|
5893
|
-
"parameters": [
|
|
5894
|
-
{
|
|
5895
|
-
"name": "params",
|
|
5896
|
-
"type": {
|
|
5897
|
-
"text": "ICellRendererParams"
|
|
5898
|
-
}
|
|
5899
|
-
}
|
|
5900
|
-
]
|
|
5901
|
-
},
|
|
5902
|
-
{
|
|
5903
|
-
"kind": "method",
|
|
5904
|
-
"name": "getGui",
|
|
5905
|
-
"privacy": "public",
|
|
5906
|
-
"return": {
|
|
5907
|
-
"type": {
|
|
5908
|
-
"text": "HTMLElement"
|
|
5909
|
-
}
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
{
|
|
5913
|
-
"kind": "method",
|
|
5914
|
-
"name": "refresh",
|
|
5915
|
-
"privacy": "public",
|
|
5916
|
-
"parameters": [
|
|
5917
|
-
{
|
|
5918
|
-
"name": "params",
|
|
5919
|
-
"type": {
|
|
5920
|
-
"text": "ICellRendererParams"
|
|
5921
|
-
}
|
|
5922
|
-
}
|
|
5923
|
-
]
|
|
5924
|
-
},
|
|
5925
|
-
{
|
|
5926
|
-
"kind": "field",
|
|
5927
|
-
"name": "_presentation",
|
|
5928
|
-
"type": {
|
|
5929
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5930
|
-
},
|
|
5931
|
-
"privacy": "private",
|
|
5932
|
-
"default": "void 0",
|
|
5933
|
-
"inheritedFrom": {
|
|
5934
|
-
"name": "FoundationElement",
|
|
5935
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5936
|
-
}
|
|
5937
|
-
},
|
|
5938
|
-
{
|
|
5939
|
-
"kind": "field",
|
|
5940
|
-
"name": "$presentation",
|
|
5941
|
-
"type": {
|
|
5942
|
-
"text": "ComponentPresentation | null"
|
|
5943
|
-
},
|
|
5944
|
-
"privacy": "public",
|
|
5945
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5946
|
-
"inheritedFrom": {
|
|
5947
|
-
"name": "FoundationElement",
|
|
5948
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5949
|
-
}
|
|
5950
|
-
},
|
|
5951
|
-
{
|
|
5952
|
-
"kind": "field",
|
|
5953
|
-
"name": "template",
|
|
5954
|
-
"type": {
|
|
5955
|
-
"text": "ElementViewTemplate | void | null"
|
|
5956
|
-
},
|
|
5957
|
-
"privacy": "public",
|
|
5958
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
5959
|
-
"inheritedFrom": {
|
|
5960
|
-
"name": "FoundationElement",
|
|
5961
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5962
|
-
}
|
|
5963
|
-
},
|
|
5964
|
-
{
|
|
5965
|
-
"kind": "method",
|
|
5966
|
-
"name": "templateChanged",
|
|
5967
|
-
"privacy": "protected",
|
|
5968
|
-
"return": {
|
|
5969
|
-
"type": {
|
|
5970
|
-
"text": "void"
|
|
5971
|
-
}
|
|
5972
|
-
},
|
|
5973
|
-
"inheritedFrom": {
|
|
5974
|
-
"name": "FoundationElement",
|
|
5975
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5976
|
-
}
|
|
5977
|
-
},
|
|
5978
|
-
{
|
|
5979
|
-
"kind": "field",
|
|
5980
|
-
"name": "styles",
|
|
5981
|
-
"type": {
|
|
5982
|
-
"text": "ElementStyles | void | null"
|
|
5983
|
-
},
|
|
5984
|
-
"privacy": "public",
|
|
5985
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
5986
|
-
"inheritedFrom": {
|
|
5987
|
-
"name": "FoundationElement",
|
|
5988
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5989
|
-
}
|
|
5990
|
-
},
|
|
5991
|
-
{
|
|
5992
|
-
"kind": "method",
|
|
5993
|
-
"name": "stylesChanged",
|
|
5994
|
-
"privacy": "protected",
|
|
5995
|
-
"return": {
|
|
5996
|
-
"type": {
|
|
5997
|
-
"text": "void"
|
|
5998
|
-
}
|
|
5999
|
-
},
|
|
6000
|
-
"inheritedFrom": {
|
|
6001
|
-
"name": "FoundationElement",
|
|
6002
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6003
|
-
}
|
|
6004
|
-
},
|
|
6005
|
-
{
|
|
6006
|
-
"kind": "method",
|
|
6007
|
-
"name": "compose",
|
|
6008
|
-
"privacy": "public",
|
|
6009
|
-
"static": true,
|
|
6010
|
-
"return": {
|
|
6011
|
-
"type": {
|
|
6012
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6013
|
-
}
|
|
6014
|
-
},
|
|
6015
|
-
"parameters": [
|
|
6016
|
-
{
|
|
6017
|
-
"name": "this",
|
|
6018
|
-
"type": {
|
|
6019
|
-
"text": "K"
|
|
6020
|
-
}
|
|
6021
|
-
},
|
|
6022
|
-
{
|
|
6023
|
-
"name": "elementDefinition",
|
|
6024
|
-
"type": {
|
|
6025
|
-
"text": "T"
|
|
6026
|
-
},
|
|
6027
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6028
|
-
}
|
|
6029
|
-
],
|
|
6030
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6031
|
-
"inheritedFrom": {
|
|
6032
|
-
"name": "FoundationElement",
|
|
6033
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6034
|
-
}
|
|
6035
|
-
}
|
|
6036
|
-
],
|
|
6037
|
-
"superclass": {
|
|
6038
|
-
"name": "FoundationElement",
|
|
6039
|
-
"package": "@microsoft/fast-foundation"
|
|
6040
|
-
},
|
|
6041
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6042
|
-
"customElement": true
|
|
6043
|
-
},
|
|
6044
|
-
{
|
|
6045
|
-
"kind": "variable",
|
|
6046
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
6047
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5733
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5734
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6048
5735
|
"privacy": "public"
|
|
6049
5736
|
},
|
|
6050
5737
|
{
|
|
@@ -7828,65 +7515,385 @@
|
|
|
7828
7515
|
},
|
|
7829
7516
|
{
|
|
7830
7517
|
"kind": "method",
|
|
7831
|
-
"name": "init",
|
|
7832
|
-
"privacy": "public",
|
|
7518
|
+
"name": "init",
|
|
7519
|
+
"privacy": "public",
|
|
7520
|
+
"parameters": [
|
|
7521
|
+
{
|
|
7522
|
+
"name": "params",
|
|
7523
|
+
"type": {
|
|
7524
|
+
"text": "FuiCellRendererParams"
|
|
7525
|
+
}
|
|
7526
|
+
}
|
|
7527
|
+
],
|
|
7528
|
+
"inheritedFrom": {
|
|
7529
|
+
"name": "AgTextFieldRenderer",
|
|
7530
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7531
|
+
}
|
|
7532
|
+
},
|
|
7533
|
+
{
|
|
7534
|
+
"kind": "method",
|
|
7535
|
+
"name": "getGui",
|
|
7536
|
+
"privacy": "public",
|
|
7537
|
+
"return": {
|
|
7538
|
+
"type": {
|
|
7539
|
+
"text": "HTMLElement"
|
|
7540
|
+
}
|
|
7541
|
+
},
|
|
7542
|
+
"inheritedFrom": {
|
|
7543
|
+
"name": "AgTextFieldRenderer",
|
|
7544
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7545
|
+
}
|
|
7546
|
+
},
|
|
7547
|
+
{
|
|
7548
|
+
"kind": "method",
|
|
7549
|
+
"name": "destroy",
|
|
7550
|
+
"privacy": "public",
|
|
7551
|
+
"inheritedFrom": {
|
|
7552
|
+
"name": "AgTextFieldRenderer",
|
|
7553
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7554
|
+
}
|
|
7555
|
+
},
|
|
7556
|
+
{
|
|
7557
|
+
"kind": "method",
|
|
7558
|
+
"name": "refresh",
|
|
7559
|
+
"privacy": "public",
|
|
7560
|
+
"parameters": [
|
|
7561
|
+
{
|
|
7562
|
+
"name": "params",
|
|
7563
|
+
"type": {
|
|
7564
|
+
"text": "FuiCellRendererParams"
|
|
7565
|
+
}
|
|
7566
|
+
}
|
|
7567
|
+
],
|
|
7568
|
+
"inheritedFrom": {
|
|
7569
|
+
"name": "AgTextFieldRenderer",
|
|
7570
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7571
|
+
}
|
|
7572
|
+
},
|
|
7573
|
+
{
|
|
7574
|
+
"kind": "method",
|
|
7575
|
+
"name": "isDisabled",
|
|
7576
|
+
"privacy": "public",
|
|
7577
|
+
"return": {
|
|
7578
|
+
"type": {
|
|
7579
|
+
"text": "boolean"
|
|
7580
|
+
}
|
|
7581
|
+
},
|
|
7582
|
+
"parameters": [
|
|
7583
|
+
{
|
|
7584
|
+
"name": "data"
|
|
7585
|
+
}
|
|
7586
|
+
],
|
|
7587
|
+
"inheritedFrom": {
|
|
7588
|
+
"name": "AgTextFieldRenderer",
|
|
7589
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7590
|
+
}
|
|
7591
|
+
},
|
|
7592
|
+
{
|
|
7593
|
+
"kind": "field",
|
|
7594
|
+
"name": "textChanged",
|
|
7595
|
+
"privacy": "public",
|
|
7596
|
+
"description": "On text change handler",
|
|
7597
|
+
"parameters": [
|
|
7598
|
+
{
|
|
7599
|
+
"description": "CustomEvent",
|
|
7600
|
+
"name": "e"
|
|
7601
|
+
}
|
|
7602
|
+
],
|
|
7603
|
+
"inheritedFrom": {
|
|
7604
|
+
"name": "AgTextFieldRenderer",
|
|
7605
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7606
|
+
}
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"kind": "field",
|
|
7610
|
+
"name": "_presentation",
|
|
7611
|
+
"type": {
|
|
7612
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7613
|
+
},
|
|
7614
|
+
"privacy": "private",
|
|
7615
|
+
"default": "void 0",
|
|
7616
|
+
"inheritedFrom": {
|
|
7617
|
+
"name": "FoundationElement",
|
|
7618
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7619
|
+
}
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"kind": "field",
|
|
7623
|
+
"name": "$presentation",
|
|
7624
|
+
"type": {
|
|
7625
|
+
"text": "ComponentPresentation | null"
|
|
7626
|
+
},
|
|
7627
|
+
"privacy": "public",
|
|
7628
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7629
|
+
"inheritedFrom": {
|
|
7630
|
+
"name": "FoundationElement",
|
|
7631
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7632
|
+
}
|
|
7633
|
+
},
|
|
7634
|
+
{
|
|
7635
|
+
"kind": "field",
|
|
7636
|
+
"name": "template",
|
|
7637
|
+
"type": {
|
|
7638
|
+
"text": "ElementViewTemplate | void | null"
|
|
7639
|
+
},
|
|
7640
|
+
"privacy": "public",
|
|
7641
|
+
"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.",
|
|
7642
|
+
"inheritedFrom": {
|
|
7643
|
+
"name": "FoundationElement",
|
|
7644
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7645
|
+
}
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"kind": "method",
|
|
7649
|
+
"name": "templateChanged",
|
|
7650
|
+
"privacy": "protected",
|
|
7651
|
+
"return": {
|
|
7652
|
+
"type": {
|
|
7653
|
+
"text": "void"
|
|
7654
|
+
}
|
|
7655
|
+
},
|
|
7656
|
+
"inheritedFrom": {
|
|
7657
|
+
"name": "FoundationElement",
|
|
7658
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7659
|
+
}
|
|
7660
|
+
},
|
|
7661
|
+
{
|
|
7662
|
+
"kind": "field",
|
|
7663
|
+
"name": "styles",
|
|
7664
|
+
"type": {
|
|
7665
|
+
"text": "ElementStyles | void | null"
|
|
7666
|
+
},
|
|
7667
|
+
"privacy": "public",
|
|
7668
|
+
"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.",
|
|
7669
|
+
"inheritedFrom": {
|
|
7670
|
+
"name": "FoundationElement",
|
|
7671
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7672
|
+
}
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
"kind": "method",
|
|
7676
|
+
"name": "stylesChanged",
|
|
7677
|
+
"privacy": "protected",
|
|
7678
|
+
"return": {
|
|
7679
|
+
"type": {
|
|
7680
|
+
"text": "void"
|
|
7681
|
+
}
|
|
7682
|
+
},
|
|
7683
|
+
"inheritedFrom": {
|
|
7684
|
+
"name": "FoundationElement",
|
|
7685
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7686
|
+
}
|
|
7687
|
+
},
|
|
7688
|
+
{
|
|
7689
|
+
"kind": "method",
|
|
7690
|
+
"name": "compose",
|
|
7691
|
+
"privacy": "public",
|
|
7692
|
+
"static": true,
|
|
7693
|
+
"return": {
|
|
7694
|
+
"type": {
|
|
7695
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7696
|
+
}
|
|
7697
|
+
},
|
|
7698
|
+
"parameters": [
|
|
7699
|
+
{
|
|
7700
|
+
"name": "this",
|
|
7701
|
+
"type": {
|
|
7702
|
+
"text": "K"
|
|
7703
|
+
}
|
|
7704
|
+
},
|
|
7705
|
+
{
|
|
7706
|
+
"name": "elementDefinition",
|
|
7707
|
+
"type": {
|
|
7708
|
+
"text": "T"
|
|
7709
|
+
},
|
|
7710
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7711
|
+
}
|
|
7712
|
+
],
|
|
7713
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7714
|
+
"inheritedFrom": {
|
|
7715
|
+
"name": "FoundationElement",
|
|
7716
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7717
|
+
}
|
|
7718
|
+
}
|
|
7719
|
+
]
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
"kind": "variable",
|
|
7723
|
+
"name": "textRendererStyles",
|
|
7724
|
+
"default": "textFieldRendererStyles",
|
|
7725
|
+
"privacy": "public",
|
|
7726
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"kind": "variable",
|
|
7730
|
+
"name": "getTextRendererTemplate",
|
|
7731
|
+
"default": "getTextFieldRendererTemplate",
|
|
7732
|
+
"privacy": "public",
|
|
7733
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7734
|
+
},
|
|
7735
|
+
{
|
|
7736
|
+
"kind": "variable",
|
|
7737
|
+
"name": "foundationAgTextRenderer",
|
|
7738
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7739
|
+
"privacy": "public",
|
|
7740
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7741
|
+
}
|
|
7742
|
+
],
|
|
7743
|
+
"exports": [
|
|
7744
|
+
{
|
|
7745
|
+
"kind": "js",
|
|
7746
|
+
"name": "AgTextRenderer",
|
|
7747
|
+
"declaration": {
|
|
7748
|
+
"name": "AgTextRenderer",
|
|
7749
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7750
|
+
}
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"kind": "js",
|
|
7754
|
+
"name": "textRendererStyles",
|
|
7755
|
+
"declaration": {
|
|
7756
|
+
"name": "textRendererStyles",
|
|
7757
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7758
|
+
}
|
|
7759
|
+
},
|
|
7760
|
+
{
|
|
7761
|
+
"kind": "js",
|
|
7762
|
+
"name": "getTextRendererTemplate",
|
|
7763
|
+
"declaration": {
|
|
7764
|
+
"name": "getTextRendererTemplate",
|
|
7765
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7766
|
+
}
|
|
7767
|
+
},
|
|
7768
|
+
{
|
|
7769
|
+
"kind": "js",
|
|
7770
|
+
"name": "foundationAgTextRenderer",
|
|
7771
|
+
"declaration": {
|
|
7772
|
+
"name": "foundationAgTextRenderer",
|
|
7773
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7774
|
+
}
|
|
7775
|
+
}
|
|
7776
|
+
]
|
|
7777
|
+
},
|
|
7778
|
+
{
|
|
7779
|
+
"kind": "javascript-module",
|
|
7780
|
+
"path": "src/column/column.template.ts",
|
|
7781
|
+
"declarations": [
|
|
7782
|
+
{
|
|
7783
|
+
"kind": "variable",
|
|
7784
|
+
"name": "ColumnTemplate",
|
|
7785
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7786
|
+
"description": "The Grid Pro Column Template.",
|
|
7787
|
+
"privacy": "public"
|
|
7788
|
+
}
|
|
7789
|
+
],
|
|
7790
|
+
"exports": [
|
|
7791
|
+
{
|
|
7792
|
+
"kind": "js",
|
|
7793
|
+
"name": "ColumnTemplate",
|
|
7794
|
+
"declaration": {
|
|
7795
|
+
"name": "ColumnTemplate",
|
|
7796
|
+
"module": "src/column/column.template.ts"
|
|
7797
|
+
}
|
|
7798
|
+
}
|
|
7799
|
+
]
|
|
7800
|
+
},
|
|
7801
|
+
{
|
|
7802
|
+
"kind": "javascript-module",
|
|
7803
|
+
"path": "src/column/column.ts",
|
|
7804
|
+
"declarations": [
|
|
7805
|
+
{
|
|
7806
|
+
"kind": "class",
|
|
7807
|
+
"description": "The Grid Pro Column element.",
|
|
7808
|
+
"name": "GridProColumn",
|
|
7809
|
+
"members": [
|
|
7810
|
+
{
|
|
7811
|
+
"kind": "field",
|
|
7812
|
+
"name": "slottedAgCell",
|
|
7813
|
+
"type": {
|
|
7814
|
+
"text": "HTMLElement[]"
|
|
7815
|
+
},
|
|
7816
|
+
"privacy": "public"
|
|
7817
|
+
},
|
|
7818
|
+
{
|
|
7819
|
+
"kind": "field",
|
|
7820
|
+
"name": "definition",
|
|
7821
|
+
"type": {
|
|
7822
|
+
"text": "ColDef"
|
|
7823
|
+
},
|
|
7824
|
+
"default": "{}"
|
|
7825
|
+
},
|
|
7826
|
+
{
|
|
7827
|
+
"kind": "method",
|
|
7828
|
+
"name": "slottedAgCellChanged",
|
|
7829
|
+
"privacy": "public"
|
|
7830
|
+
},
|
|
7831
|
+
{
|
|
7832
|
+
"kind": "method",
|
|
7833
|
+
"name": "deepClone",
|
|
7834
|
+
"return": {
|
|
7835
|
+
"type": {
|
|
7836
|
+
"text": "Node"
|
|
7837
|
+
}
|
|
7838
|
+
},
|
|
7839
|
+
"inheritedFrom": {
|
|
7840
|
+
"name": "LifecycleMixin",
|
|
7841
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7842
|
+
}
|
|
7843
|
+
},
|
|
7844
|
+
{
|
|
7845
|
+
"kind": "method",
|
|
7846
|
+
"name": "cloneNode",
|
|
7847
|
+
"return": {
|
|
7848
|
+
"type": {
|
|
7849
|
+
"text": "Node"
|
|
7850
|
+
}
|
|
7851
|
+
},
|
|
7833
7852
|
"parameters": [
|
|
7834
7853
|
{
|
|
7835
|
-
"name": "
|
|
7854
|
+
"name": "deep",
|
|
7855
|
+
"optional": true,
|
|
7836
7856
|
"type": {
|
|
7837
|
-
"text": "
|
|
7857
|
+
"text": "boolean"
|
|
7838
7858
|
}
|
|
7839
7859
|
}
|
|
7840
7860
|
],
|
|
7841
7861
|
"inheritedFrom": {
|
|
7842
|
-
"name": "
|
|
7843
|
-
"module": "src/
|
|
7862
|
+
"name": "LifecycleMixin",
|
|
7863
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7844
7864
|
}
|
|
7845
7865
|
},
|
|
7846
7866
|
{
|
|
7847
|
-
"kind": "
|
|
7848
|
-
"name": "
|
|
7849
|
-
"privacy": "public",
|
|
7867
|
+
"kind": "field",
|
|
7868
|
+
"name": "shouldRunDisconnect",
|
|
7850
7869
|
"return": {
|
|
7851
7870
|
"type": {
|
|
7852
|
-
"text": "
|
|
7871
|
+
"text": ""
|
|
7853
7872
|
}
|
|
7854
7873
|
},
|
|
7874
|
+
"readonly": true,
|
|
7855
7875
|
"inheritedFrom": {
|
|
7856
|
-
"name": "
|
|
7857
|
-
"module": "src/
|
|
7858
|
-
}
|
|
7859
|
-
},
|
|
7860
|
-
{
|
|
7861
|
-
"kind": "method",
|
|
7862
|
-
"name": "destroy",
|
|
7863
|
-
"privacy": "public",
|
|
7864
|
-
"inheritedFrom": {
|
|
7865
|
-
"name": "AgTextFieldRenderer",
|
|
7866
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7876
|
+
"name": "LifecycleMixin",
|
|
7877
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7867
7878
|
}
|
|
7868
7879
|
},
|
|
7869
7880
|
{
|
|
7870
|
-
"kind": "
|
|
7871
|
-
"name": "
|
|
7872
|
-
"
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
"name": "params",
|
|
7876
|
-
"type": {
|
|
7877
|
-
"text": "FuiCellRendererParams"
|
|
7878
|
-
}
|
|
7881
|
+
"kind": "field",
|
|
7882
|
+
"name": "shouldRunConnect",
|
|
7883
|
+
"return": {
|
|
7884
|
+
"type": {
|
|
7885
|
+
"text": ""
|
|
7879
7886
|
}
|
|
7880
|
-
|
|
7887
|
+
},
|
|
7888
|
+
"readonly": true,
|
|
7881
7889
|
"inheritedFrom": {
|
|
7882
|
-
"name": "
|
|
7883
|
-
"module": "src/
|
|
7890
|
+
"name": "LifecycleMixin",
|
|
7891
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7884
7892
|
}
|
|
7885
7893
|
},
|
|
7886
7894
|
{
|
|
7887
7895
|
"kind": "method",
|
|
7888
|
-
"name": "
|
|
7889
|
-
"privacy": "public",
|
|
7896
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7890
7897
|
"return": {
|
|
7891
7898
|
"type": {
|
|
7892
7899
|
"text": "boolean"
|
|
@@ -7894,28 +7901,15 @@
|
|
|
7894
7901
|
},
|
|
7895
7902
|
"parameters": [
|
|
7896
7903
|
{
|
|
7897
|
-
"name": "
|
|
7898
|
-
|
|
7899
|
-
|
|
7900
|
-
|
|
7901
|
-
"name": "AgTextFieldRenderer",
|
|
7902
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7903
|
-
}
|
|
7904
|
-
},
|
|
7905
|
-
{
|
|
7906
|
-
"kind": "field",
|
|
7907
|
-
"name": "textChanged",
|
|
7908
|
-
"privacy": "public",
|
|
7909
|
-
"description": "On text change handler",
|
|
7910
|
-
"parameters": [
|
|
7911
|
-
{
|
|
7912
|
-
"description": "CustomEvent",
|
|
7913
|
-
"name": "e"
|
|
7904
|
+
"name": "lifecycleType",
|
|
7905
|
+
"type": {
|
|
7906
|
+
"text": "Lifecycletype"
|
|
7907
|
+
}
|
|
7914
7908
|
}
|
|
7915
7909
|
],
|
|
7916
7910
|
"inheritedFrom": {
|
|
7917
|
-
"name": "
|
|
7918
|
-
"module": "src/
|
|
7911
|
+
"name": "LifecycleMixin",
|
|
7912
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7919
7913
|
}
|
|
7920
7914
|
},
|
|
7921
7915
|
{
|
|
@@ -8029,61 +8023,67 @@
|
|
|
8029
8023
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8030
8024
|
}
|
|
8031
8025
|
}
|
|
8032
|
-
]
|
|
8033
|
-
|
|
8034
|
-
|
|
8035
|
-
|
|
8036
|
-
|
|
8037
|
-
|
|
8038
|
-
|
|
8039
|
-
"
|
|
8040
|
-
|
|
8041
|
-
|
|
8042
|
-
|
|
8043
|
-
"
|
|
8044
|
-
"
|
|
8045
|
-
"privacy": "public",
|
|
8046
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8047
|
-
},
|
|
8048
|
-
{
|
|
8049
|
-
"kind": "variable",
|
|
8050
|
-
"name": "foundationAgTextRenderer",
|
|
8051
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8052
|
-
"privacy": "public",
|
|
8053
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8026
|
+
],
|
|
8027
|
+
"mixins": [
|
|
8028
|
+
{
|
|
8029
|
+
"name": "LifecycleMixin",
|
|
8030
|
+
"package": "@genesislcap/foundation-utils"
|
|
8031
|
+
}
|
|
8032
|
+
],
|
|
8033
|
+
"superclass": {
|
|
8034
|
+
"name": "FoundationElement",
|
|
8035
|
+
"package": "@microsoft/fast-foundation"
|
|
8036
|
+
},
|
|
8037
|
+
"tagName": "grid-pro-column",
|
|
8038
|
+
"customElement": true
|
|
8054
8039
|
}
|
|
8055
8040
|
],
|
|
8056
8041
|
"exports": [
|
|
8057
8042
|
{
|
|
8058
8043
|
"kind": "js",
|
|
8059
|
-
"name": "
|
|
8044
|
+
"name": "GridProColumn",
|
|
8060
8045
|
"declaration": {
|
|
8061
|
-
"name": "
|
|
8062
|
-
"module": "src/
|
|
8046
|
+
"name": "GridProColumn",
|
|
8047
|
+
"module": "src/column/column.ts"
|
|
8063
8048
|
}
|
|
8064
8049
|
},
|
|
8050
|
+
{
|
|
8051
|
+
"kind": "custom-element-definition",
|
|
8052
|
+
"name": "grid-pro-column",
|
|
8053
|
+
"declaration": {
|
|
8054
|
+
"name": "GridProColumn",
|
|
8055
|
+
"module": "src/column/column.ts"
|
|
8056
|
+
}
|
|
8057
|
+
}
|
|
8058
|
+
]
|
|
8059
|
+
},
|
|
8060
|
+
{
|
|
8061
|
+
"kind": "javascript-module",
|
|
8062
|
+
"path": "src/column/index.ts",
|
|
8063
|
+
"declarations": [],
|
|
8064
|
+
"exports": [
|
|
8065
8065
|
{
|
|
8066
8066
|
"kind": "js",
|
|
8067
|
-
"name": "
|
|
8067
|
+
"name": "*",
|
|
8068
8068
|
"declaration": {
|
|
8069
|
-
"name": "
|
|
8070
|
-
"
|
|
8069
|
+
"name": "*",
|
|
8070
|
+
"package": "./column.template"
|
|
8071
8071
|
}
|
|
8072
8072
|
},
|
|
8073
8073
|
{
|
|
8074
8074
|
"kind": "js",
|
|
8075
|
-
"name": "
|
|
8075
|
+
"name": "*",
|
|
8076
8076
|
"declaration": {
|
|
8077
|
-
"name": "
|
|
8078
|
-
"
|
|
8077
|
+
"name": "*",
|
|
8078
|
+
"package": "./column"
|
|
8079
8079
|
}
|
|
8080
8080
|
},
|
|
8081
8081
|
{
|
|
8082
8082
|
"kind": "js",
|
|
8083
|
-
"name": "
|
|
8083
|
+
"name": "*",
|
|
8084
8084
|
"declaration": {
|
|
8085
|
-
"name": "
|
|
8086
|
-
"
|
|
8085
|
+
"name": "*",
|
|
8086
|
+
"package": "./utils"
|
|
8087
8087
|
}
|
|
8088
8088
|
}
|
|
8089
8089
|
]
|
|
@@ -19605,6 +19605,26 @@
|
|
|
19605
19605
|
"description": "Converts a ColDef to a ColumnState",
|
|
19606
19606
|
"privacy": "public"
|
|
19607
19607
|
},
|
|
19608
|
+
{
|
|
19609
|
+
"kind": "function",
|
|
19610
|
+
"name": "sanitizeColumnState",
|
|
19611
|
+
"return": {
|
|
19612
|
+
"type": {
|
|
19613
|
+
"text": "ColumnState[]"
|
|
19614
|
+
}
|
|
19615
|
+
},
|
|
19616
|
+
"parameters": [
|
|
19617
|
+
{
|
|
19618
|
+
"name": "columnState",
|
|
19619
|
+
"optional": true,
|
|
19620
|
+
"type": {
|
|
19621
|
+
"text": "ColumnState[] | null"
|
|
19622
|
+
}
|
|
19623
|
+
}
|
|
19624
|
+
],
|
|
19625
|
+
"description": "Sanitizes persisted column state by removing unsupported keys.",
|
|
19626
|
+
"privacy": "public"
|
|
19627
|
+
},
|
|
19608
19628
|
{
|
|
19609
19629
|
"kind": "function",
|
|
19610
19630
|
"name": "convertColDefsToColumnStates",
|
|
@@ -19660,6 +19680,14 @@
|
|
|
19660
19680
|
"module": "src/utils/array.ts"
|
|
19661
19681
|
}
|
|
19662
19682
|
},
|
|
19683
|
+
{
|
|
19684
|
+
"kind": "js",
|
|
19685
|
+
"name": "sanitizeColumnState",
|
|
19686
|
+
"declaration": {
|
|
19687
|
+
"name": "sanitizeColumnState",
|
|
19688
|
+
"module": "src/utils/array.ts"
|
|
19689
|
+
}
|
|
19690
|
+
},
|
|
19663
19691
|
{
|
|
19664
19692
|
"kind": "js",
|
|
19665
19693
|
"name": "convertColDefsToColumnStates",
|
|
@@ -19919,51 +19947,46 @@
|
|
|
19919
19947
|
},
|
|
19920
19948
|
{
|
|
19921
19949
|
"kind": "javascript-module",
|
|
19922
|
-
"path": "src/
|
|
19950
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19923
19951
|
"declarations": [
|
|
19924
19952
|
{
|
|
19925
19953
|
"kind": "function",
|
|
19926
|
-
"name": "
|
|
19954
|
+
"name": "setValueWithAccessor",
|
|
19927
19955
|
"return": {
|
|
19928
19956
|
"type": {
|
|
19929
|
-
"text": "
|
|
19957
|
+
"text": "string"
|
|
19930
19958
|
}
|
|
19931
19959
|
},
|
|
19932
19960
|
"parameters": [
|
|
19933
19961
|
{
|
|
19934
|
-
"name": "
|
|
19962
|
+
"name": "data",
|
|
19935
19963
|
"type": {
|
|
19936
|
-
"text": "
|
|
19937
|
-
}
|
|
19938
|
-
"description": "The array to render"
|
|
19964
|
+
"text": "any"
|
|
19965
|
+
}
|
|
19939
19966
|
},
|
|
19940
19967
|
{
|
|
19941
|
-
"name": "
|
|
19942
|
-
"default": "true",
|
|
19968
|
+
"name": "accessor",
|
|
19943
19969
|
"type": {
|
|
19944
|
-
"text": "
|
|
19945
|
-
}
|
|
19946
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19970
|
+
"text": "string"
|
|
19971
|
+
}
|
|
19947
19972
|
}
|
|
19948
|
-
]
|
|
19949
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19950
|
-
"privacy": "public"
|
|
19973
|
+
]
|
|
19951
19974
|
}
|
|
19952
19975
|
],
|
|
19953
19976
|
"exports": [
|
|
19954
19977
|
{
|
|
19955
19978
|
"kind": "js",
|
|
19956
|
-
"name": "
|
|
19979
|
+
"name": "setValueWithAccessor",
|
|
19957
19980
|
"declaration": {
|
|
19958
|
-
"name": "
|
|
19959
|
-
"module": "src/
|
|
19981
|
+
"name": "setValueWithAccessor",
|
|
19982
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19960
19983
|
}
|
|
19961
19984
|
}
|
|
19962
19985
|
]
|
|
19963
19986
|
},
|
|
19964
19987
|
{
|
|
19965
19988
|
"kind": "javascript-module",
|
|
19966
|
-
"path": "src/
|
|
19989
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19967
19990
|
"declarations": [],
|
|
19968
19991
|
"exports": [
|
|
19969
19992
|
{
|
|
@@ -19971,53 +19994,58 @@
|
|
|
19971
19994
|
"name": "*",
|
|
19972
19995
|
"declaration": {
|
|
19973
19996
|
"name": "*",
|
|
19974
|
-
"package": "./
|
|
19997
|
+
"package": "./accessor"
|
|
19975
19998
|
}
|
|
19976
19999
|
}
|
|
19977
20000
|
]
|
|
19978
20001
|
},
|
|
19979
20002
|
{
|
|
19980
20003
|
"kind": "javascript-module",
|
|
19981
|
-
"path": "src/
|
|
20004
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19982
20005
|
"declarations": [
|
|
19983
20006
|
{
|
|
19984
20007
|
"kind": "function",
|
|
19985
|
-
"name": "
|
|
20008
|
+
"name": "gridProColumns",
|
|
19986
20009
|
"return": {
|
|
19987
20010
|
"type": {
|
|
19988
|
-
"text": "
|
|
20011
|
+
"text": "CaptureType<TSource>"
|
|
19989
20012
|
}
|
|
19990
20013
|
},
|
|
19991
20014
|
"parameters": [
|
|
19992
20015
|
{
|
|
19993
|
-
"name": "
|
|
20016
|
+
"name": "itemsBinding",
|
|
19994
20017
|
"type": {
|
|
19995
|
-
"text": "
|
|
19996
|
-
}
|
|
20018
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
20019
|
+
},
|
|
20020
|
+
"description": "The array to render"
|
|
19997
20021
|
},
|
|
19998
20022
|
{
|
|
19999
|
-
"name": "
|
|
20023
|
+
"name": "includeRenderers",
|
|
20024
|
+
"default": "true",
|
|
20000
20025
|
"type": {
|
|
20001
|
-
"text": "
|
|
20002
|
-
}
|
|
20026
|
+
"text": "boolean"
|
|
20027
|
+
},
|
|
20028
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
20003
20029
|
}
|
|
20004
|
-
]
|
|
20030
|
+
],
|
|
20031
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
20032
|
+
"privacy": "public"
|
|
20005
20033
|
}
|
|
20006
20034
|
],
|
|
20007
20035
|
"exports": [
|
|
20008
20036
|
{
|
|
20009
20037
|
"kind": "js",
|
|
20010
|
-
"name": "
|
|
20038
|
+
"name": "gridProColumns",
|
|
20011
20039
|
"declaration": {
|
|
20012
|
-
"name": "
|
|
20013
|
-
"module": "src/
|
|
20040
|
+
"name": "gridProColumns",
|
|
20041
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
20014
20042
|
}
|
|
20015
20043
|
}
|
|
20016
20044
|
]
|
|
20017
20045
|
},
|
|
20018
20046
|
{
|
|
20019
20047
|
"kind": "javascript-module",
|
|
20020
|
-
"path": "src/
|
|
20048
|
+
"path": "src/column/utils/index.ts",
|
|
20021
20049
|
"declarations": [],
|
|
20022
20050
|
"exports": [
|
|
20023
20051
|
{
|
|
@@ -20025,7 +20053,7 @@
|
|
|
20025
20053
|
"name": "*",
|
|
20026
20054
|
"declaration": {
|
|
20027
20055
|
"name": "*",
|
|
20028
|
-
"package": "./
|
|
20056
|
+
"package": "./grid-pro-columns"
|
|
20029
20057
|
}
|
|
20030
20058
|
}
|
|
20031
20059
|
]
|