@genesislcap/grid-pro 15.9.1 → 15.10.0-GENC-1480.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +541 -541
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +14 -14
|
@@ -5264,69 +5264,123 @@
|
|
|
5264
5264
|
},
|
|
5265
5265
|
{
|
|
5266
5266
|
"kind": "javascript-module",
|
|
5267
|
-
"path": "src/
|
|
5267
|
+
"path": "src/column/column.template.ts",
|
|
5268
|
+
"declarations": [
|
|
5269
|
+
{
|
|
5270
|
+
"kind": "variable",
|
|
5271
|
+
"name": "ColumnTemplate",
|
|
5272
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5273
|
+
"description": "The Grid Pro Column Template.",
|
|
5274
|
+
"privacy": "public"
|
|
5275
|
+
}
|
|
5276
|
+
],
|
|
5277
|
+
"exports": [
|
|
5278
|
+
{
|
|
5279
|
+
"kind": "js",
|
|
5280
|
+
"name": "ColumnTemplate",
|
|
5281
|
+
"declaration": {
|
|
5282
|
+
"name": "ColumnTemplate",
|
|
5283
|
+
"module": "src/column/column.template.ts"
|
|
5284
|
+
}
|
|
5285
|
+
}
|
|
5286
|
+
]
|
|
5287
|
+
},
|
|
5288
|
+
{
|
|
5289
|
+
"kind": "javascript-module",
|
|
5290
|
+
"path": "src/column/column.ts",
|
|
5268
5291
|
"declarations": [
|
|
5269
5292
|
{
|
|
5270
5293
|
"kind": "class",
|
|
5271
|
-
"description": "The
|
|
5272
|
-
"name": "
|
|
5294
|
+
"description": "The Grid Pro Column element.",
|
|
5295
|
+
"name": "GridProColumn",
|
|
5273
5296
|
"members": [
|
|
5274
5297
|
{
|
|
5275
5298
|
"kind": "field",
|
|
5276
|
-
"name": "
|
|
5299
|
+
"name": "slottedAgCell",
|
|
5277
5300
|
"type": {
|
|
5278
|
-
"text": "
|
|
5301
|
+
"text": "HTMLElement[]"
|
|
5279
5302
|
},
|
|
5280
5303
|
"privacy": "public"
|
|
5281
5304
|
},
|
|
5282
5305
|
{
|
|
5283
5306
|
"kind": "field",
|
|
5284
|
-
"name": "
|
|
5307
|
+
"name": "definition",
|
|
5285
5308
|
"type": {
|
|
5286
|
-
"text": "
|
|
5309
|
+
"text": "ColDef"
|
|
5287
5310
|
},
|
|
5288
|
-
"
|
|
5311
|
+
"default": "{}"
|
|
5289
5312
|
},
|
|
5290
5313
|
{
|
|
5291
5314
|
"kind": "method",
|
|
5292
|
-
"name": "
|
|
5293
|
-
"privacy": "public"
|
|
5294
|
-
"parameters": [
|
|
5295
|
-
{
|
|
5296
|
-
"name": "params",
|
|
5297
|
-
"type": {
|
|
5298
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5299
|
-
}
|
|
5300
|
-
}
|
|
5301
|
-
]
|
|
5315
|
+
"name": "slottedAgCellChanged",
|
|
5316
|
+
"privacy": "public"
|
|
5302
5317
|
},
|
|
5303
5318
|
{
|
|
5304
5319
|
"kind": "method",
|
|
5305
|
-
"name": "
|
|
5306
|
-
"privacy": "public",
|
|
5320
|
+
"name": "deepClone",
|
|
5307
5321
|
"return": {
|
|
5308
5322
|
"type": {
|
|
5309
|
-
"text": "
|
|
5323
|
+
"text": "Node"
|
|
5310
5324
|
}
|
|
5325
|
+
},
|
|
5326
|
+
"inheritedFrom": {
|
|
5327
|
+
"name": "LifecycleMixin",
|
|
5328
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5311
5329
|
}
|
|
5312
5330
|
},
|
|
5313
5331
|
{
|
|
5314
5332
|
"kind": "method",
|
|
5315
|
-
"name": "
|
|
5316
|
-
"
|
|
5333
|
+
"name": "cloneNode",
|
|
5334
|
+
"return": {
|
|
5335
|
+
"type": {
|
|
5336
|
+
"text": "Node"
|
|
5337
|
+
}
|
|
5338
|
+
},
|
|
5317
5339
|
"parameters": [
|
|
5318
5340
|
{
|
|
5319
|
-
"name": "
|
|
5341
|
+
"name": "deep",
|
|
5342
|
+
"optional": true,
|
|
5320
5343
|
"type": {
|
|
5321
|
-
"text": "
|
|
5344
|
+
"text": "boolean"
|
|
5322
5345
|
}
|
|
5323
5346
|
}
|
|
5324
|
-
]
|
|
5347
|
+
],
|
|
5348
|
+
"inheritedFrom": {
|
|
5349
|
+
"name": "LifecycleMixin",
|
|
5350
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5351
|
+
}
|
|
5352
|
+
},
|
|
5353
|
+
{
|
|
5354
|
+
"kind": "field",
|
|
5355
|
+
"name": "shouldRunDisconnect",
|
|
5356
|
+
"return": {
|
|
5357
|
+
"type": {
|
|
5358
|
+
"text": ""
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
"readonly": true,
|
|
5362
|
+
"inheritedFrom": {
|
|
5363
|
+
"name": "LifecycleMixin",
|
|
5364
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5365
|
+
}
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"kind": "field",
|
|
5369
|
+
"name": "shouldRunConnect",
|
|
5370
|
+
"return": {
|
|
5371
|
+
"type": {
|
|
5372
|
+
"text": ""
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
"readonly": true,
|
|
5376
|
+
"inheritedFrom": {
|
|
5377
|
+
"name": "LifecycleMixin",
|
|
5378
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5379
|
+
}
|
|
5325
5380
|
},
|
|
5326
5381
|
{
|
|
5327
5382
|
"kind": "method",
|
|
5328
|
-
"name": "
|
|
5329
|
-
"privacy": "public",
|
|
5383
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5330
5384
|
"return": {
|
|
5331
5385
|
"type": {
|
|
5332
5386
|
"text": "boolean"
|
|
@@ -5334,19 +5388,16 @@
|
|
|
5334
5388
|
},
|
|
5335
5389
|
"parameters": [
|
|
5336
5390
|
{
|
|
5337
|
-
"name": "
|
|
5391
|
+
"name": "lifecycleType",
|
|
5392
|
+
"type": {
|
|
5393
|
+
"text": "Lifecycletype"
|
|
5394
|
+
}
|
|
5338
5395
|
}
|
|
5339
|
-
]
|
|
5340
|
-
|
|
5341
|
-
|
|
5342
|
-
|
|
5343
|
-
|
|
5344
|
-
"privacy": "public"
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"kind": "field",
|
|
5348
|
-
"name": "dataTestId",
|
|
5349
|
-
"readonly": true
|
|
5396
|
+
],
|
|
5397
|
+
"inheritedFrom": {
|
|
5398
|
+
"name": "LifecycleMixin",
|
|
5399
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5400
|
+
}
|
|
5350
5401
|
},
|
|
5351
5402
|
{
|
|
5352
5403
|
"kind": "field",
|
|
@@ -5460,82 +5511,92 @@
|
|
|
5460
5511
|
}
|
|
5461
5512
|
}
|
|
5462
5513
|
],
|
|
5514
|
+
"mixins": [
|
|
5515
|
+
{
|
|
5516
|
+
"name": "LifecycleMixin",
|
|
5517
|
+
"package": "@genesislcap/foundation-utils"
|
|
5518
|
+
}
|
|
5519
|
+
],
|
|
5463
5520
|
"superclass": {
|
|
5464
5521
|
"name": "FoundationElement",
|
|
5465
5522
|
"package": "@microsoft/fast-foundation"
|
|
5466
5523
|
},
|
|
5467
|
-
"tagName": "
|
|
5524
|
+
"tagName": "grid-pro-column",
|
|
5468
5525
|
"customElement": true
|
|
5469
|
-
},
|
|
5470
|
-
{
|
|
5471
|
-
"kind": "variable",
|
|
5472
|
-
"name": "actionHeightMultiplier",
|
|
5473
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5474
|
-
"privacy": "public"
|
|
5475
|
-
},
|
|
5476
|
-
{
|
|
5477
|
-
"kind": "variable",
|
|
5478
|
-
"name": "agActionRendererStyles",
|
|
5479
|
-
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5480
|
-
"description": "The AG Action Renderer Styles.",
|
|
5481
|
-
"privacy": "public"
|
|
5482
|
-
},
|
|
5483
|
-
{
|
|
5484
|
-
"kind": "variable",
|
|
5485
|
-
"name": "foundationGridProActionRenderer",
|
|
5486
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5487
|
-
"privacy": "public"
|
|
5488
5526
|
}
|
|
5489
5527
|
],
|
|
5490
5528
|
"exports": [
|
|
5491
5529
|
{
|
|
5492
5530
|
"kind": "js",
|
|
5493
|
-
"name": "
|
|
5531
|
+
"name": "GridProColumn",
|
|
5494
5532
|
"declaration": {
|
|
5495
|
-
"name": "
|
|
5496
|
-
"module": "src/
|
|
5533
|
+
"name": "GridProColumn",
|
|
5534
|
+
"module": "src/column/column.ts"
|
|
5497
5535
|
}
|
|
5498
5536
|
},
|
|
5537
|
+
{
|
|
5538
|
+
"kind": "custom-element-definition",
|
|
5539
|
+
"name": "grid-pro-column",
|
|
5540
|
+
"declaration": {
|
|
5541
|
+
"name": "GridProColumn",
|
|
5542
|
+
"module": "src/column/column.ts"
|
|
5543
|
+
}
|
|
5544
|
+
}
|
|
5545
|
+
]
|
|
5546
|
+
},
|
|
5547
|
+
{
|
|
5548
|
+
"kind": "javascript-module",
|
|
5549
|
+
"path": "src/column/index.ts",
|
|
5550
|
+
"declarations": [],
|
|
5551
|
+
"exports": [
|
|
5499
5552
|
{
|
|
5500
5553
|
"kind": "js",
|
|
5501
|
-
"name": "
|
|
5554
|
+
"name": "*",
|
|
5502
5555
|
"declaration": {
|
|
5503
|
-
"name": "
|
|
5504
|
-
"
|
|
5556
|
+
"name": "*",
|
|
5557
|
+
"package": "./column.template"
|
|
5505
5558
|
}
|
|
5506
5559
|
},
|
|
5507
5560
|
{
|
|
5508
5561
|
"kind": "js",
|
|
5509
|
-
"name": "
|
|
5562
|
+
"name": "*",
|
|
5510
5563
|
"declaration": {
|
|
5511
|
-
"name": "
|
|
5512
|
-
"
|
|
5564
|
+
"name": "*",
|
|
5565
|
+
"package": "./column"
|
|
5513
5566
|
}
|
|
5514
5567
|
},
|
|
5515
5568
|
{
|
|
5516
5569
|
"kind": "js",
|
|
5517
|
-
"name": "
|
|
5570
|
+
"name": "*",
|
|
5518
5571
|
"declaration": {
|
|
5519
|
-
"name": "
|
|
5520
|
-
"
|
|
5572
|
+
"name": "*",
|
|
5573
|
+
"package": "./utils"
|
|
5521
5574
|
}
|
|
5522
5575
|
}
|
|
5523
5576
|
]
|
|
5524
5577
|
},
|
|
5525
5578
|
{
|
|
5526
5579
|
"kind": "javascript-module",
|
|
5527
|
-
"path": "src/cell-renderers/
|
|
5580
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5528
5581
|
"declarations": [
|
|
5529
5582
|
{
|
|
5530
5583
|
"kind": "class",
|
|
5531
|
-
"description": "The
|
|
5532
|
-
"name": "
|
|
5584
|
+
"description": "The AG Action Renderer element.",
|
|
5585
|
+
"name": "ActionRenderer",
|
|
5533
5586
|
"members": [
|
|
5534
5587
|
{
|
|
5535
5588
|
"kind": "field",
|
|
5536
5589
|
"name": "params",
|
|
5537
5590
|
"type": {
|
|
5538
|
-
"text": "ICellRendererParams"
|
|
5591
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5592
|
+
},
|
|
5593
|
+
"privacy": "public"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
"kind": "field",
|
|
5597
|
+
"name": "pendingAction",
|
|
5598
|
+
"type": {
|
|
5599
|
+
"text": "boolean"
|
|
5539
5600
|
},
|
|
5540
5601
|
"privacy": "public"
|
|
5541
5602
|
},
|
|
@@ -5547,7 +5608,7 @@
|
|
|
5547
5608
|
{
|
|
5548
5609
|
"name": "params",
|
|
5549
5610
|
"type": {
|
|
5550
|
-
"text": "ICellRendererParams"
|
|
5611
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5551
5612
|
}
|
|
5552
5613
|
}
|
|
5553
5614
|
]
|
|
@@ -5575,6 +5636,31 @@
|
|
|
5575
5636
|
}
|
|
5576
5637
|
]
|
|
5577
5638
|
},
|
|
5639
|
+
{
|
|
5640
|
+
"kind": "method",
|
|
5641
|
+
"name": "isDisabled",
|
|
5642
|
+
"privacy": "public",
|
|
5643
|
+
"return": {
|
|
5644
|
+
"type": {
|
|
5645
|
+
"text": "boolean"
|
|
5646
|
+
}
|
|
5647
|
+
},
|
|
5648
|
+
"parameters": [
|
|
5649
|
+
{
|
|
5650
|
+
"name": "data"
|
|
5651
|
+
}
|
|
5652
|
+
]
|
|
5653
|
+
},
|
|
5654
|
+
{
|
|
5655
|
+
"kind": "method",
|
|
5656
|
+
"name": "clickHandler",
|
|
5657
|
+
"privacy": "public"
|
|
5658
|
+
},
|
|
5659
|
+
{
|
|
5660
|
+
"kind": "field",
|
|
5661
|
+
"name": "dataTestId",
|
|
5662
|
+
"readonly": true
|
|
5663
|
+
},
|
|
5578
5664
|
{
|
|
5579
5665
|
"kind": "field",
|
|
5580
5666
|
"name": "_presentation",
|
|
@@ -5691,26 +5777,253 @@
|
|
|
5691
5777
|
"name": "FoundationElement",
|
|
5692
5778
|
"package": "@microsoft/fast-foundation"
|
|
5693
5779
|
},
|
|
5694
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5780
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5695
5781
|
"customElement": true
|
|
5696
5782
|
},
|
|
5697
5783
|
{
|
|
5698
5784
|
"kind": "variable",
|
|
5699
|
-
"name": "
|
|
5700
|
-
"description": "
|
|
5785
|
+
"name": "actionHeightMultiplier",
|
|
5786
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5701
5787
|
"privacy": "public"
|
|
5702
5788
|
},
|
|
5703
5789
|
{
|
|
5704
|
-
"kind": "
|
|
5705
|
-
"name": "
|
|
5706
|
-
"
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
"
|
|
5712
|
-
|
|
5713
|
-
|
|
5790
|
+
"kind": "variable",
|
|
5791
|
+
"name": "agActionRendererStyles",
|
|
5792
|
+
"default": "css`\n .action-container {\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n }\n .action-renderer {\n align-self: center;\n color: var(--accent-foreground-rest);\n display: flex;\n height: calc(\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) *\n var(--action-height-multiplier)\n );\n }\n`",
|
|
5793
|
+
"description": "The AG Action Renderer Styles.",
|
|
5794
|
+
"privacy": "public"
|
|
5795
|
+
},
|
|
5796
|
+
{
|
|
5797
|
+
"kind": "variable",
|
|
5798
|
+
"name": "foundationGridProActionRenderer",
|
|
5799
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5800
|
+
"privacy": "public"
|
|
5801
|
+
}
|
|
5802
|
+
],
|
|
5803
|
+
"exports": [
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "js",
|
|
5806
|
+
"name": "ActionRenderer",
|
|
5807
|
+
"declaration": {
|
|
5808
|
+
"name": "ActionRenderer",
|
|
5809
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5810
|
+
}
|
|
5811
|
+
},
|
|
5812
|
+
{
|
|
5813
|
+
"kind": "js",
|
|
5814
|
+
"name": "actionHeightMultiplier",
|
|
5815
|
+
"declaration": {
|
|
5816
|
+
"name": "actionHeightMultiplier",
|
|
5817
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5818
|
+
}
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"kind": "js",
|
|
5822
|
+
"name": "agActionRendererStyles",
|
|
5823
|
+
"declaration": {
|
|
5824
|
+
"name": "agActionRendererStyles",
|
|
5825
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5826
|
+
}
|
|
5827
|
+
},
|
|
5828
|
+
{
|
|
5829
|
+
"kind": "js",
|
|
5830
|
+
"name": "foundationGridProActionRenderer",
|
|
5831
|
+
"declaration": {
|
|
5832
|
+
"name": "foundationGridProActionRenderer",
|
|
5833
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
]
|
|
5837
|
+
},
|
|
5838
|
+
{
|
|
5839
|
+
"kind": "javascript-module",
|
|
5840
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5841
|
+
"declarations": [
|
|
5842
|
+
{
|
|
5843
|
+
"kind": "class",
|
|
5844
|
+
"description": "The Actions Menu Renderer element.",
|
|
5845
|
+
"name": "ActionsMenuRenderer",
|
|
5846
|
+
"members": [
|
|
5847
|
+
{
|
|
5848
|
+
"kind": "field",
|
|
5849
|
+
"name": "params",
|
|
5850
|
+
"type": {
|
|
5851
|
+
"text": "ICellRendererParams"
|
|
5852
|
+
},
|
|
5853
|
+
"privacy": "public"
|
|
5854
|
+
},
|
|
5855
|
+
{
|
|
5856
|
+
"kind": "method",
|
|
5857
|
+
"name": "init",
|
|
5858
|
+
"privacy": "public",
|
|
5859
|
+
"parameters": [
|
|
5860
|
+
{
|
|
5861
|
+
"name": "params",
|
|
5862
|
+
"type": {
|
|
5863
|
+
"text": "ICellRendererParams"
|
|
5864
|
+
}
|
|
5865
|
+
}
|
|
5866
|
+
]
|
|
5867
|
+
},
|
|
5868
|
+
{
|
|
5869
|
+
"kind": "method",
|
|
5870
|
+
"name": "getGui",
|
|
5871
|
+
"privacy": "public",
|
|
5872
|
+
"return": {
|
|
5873
|
+
"type": {
|
|
5874
|
+
"text": "HTMLElement"
|
|
5875
|
+
}
|
|
5876
|
+
}
|
|
5877
|
+
},
|
|
5878
|
+
{
|
|
5879
|
+
"kind": "method",
|
|
5880
|
+
"name": "refresh",
|
|
5881
|
+
"privacy": "public",
|
|
5882
|
+
"parameters": [
|
|
5883
|
+
{
|
|
5884
|
+
"name": "params",
|
|
5885
|
+
"type": {
|
|
5886
|
+
"text": "ICellRendererParams"
|
|
5887
|
+
}
|
|
5888
|
+
}
|
|
5889
|
+
]
|
|
5890
|
+
},
|
|
5891
|
+
{
|
|
5892
|
+
"kind": "field",
|
|
5893
|
+
"name": "_presentation",
|
|
5894
|
+
"type": {
|
|
5895
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5896
|
+
},
|
|
5897
|
+
"privacy": "private",
|
|
5898
|
+
"default": "void 0",
|
|
5899
|
+
"inheritedFrom": {
|
|
5900
|
+
"name": "FoundationElement",
|
|
5901
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
{
|
|
5905
|
+
"kind": "field",
|
|
5906
|
+
"name": "$presentation",
|
|
5907
|
+
"type": {
|
|
5908
|
+
"text": "ComponentPresentation | null"
|
|
5909
|
+
},
|
|
5910
|
+
"privacy": "public",
|
|
5911
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5912
|
+
"inheritedFrom": {
|
|
5913
|
+
"name": "FoundationElement",
|
|
5914
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5915
|
+
}
|
|
5916
|
+
},
|
|
5917
|
+
{
|
|
5918
|
+
"kind": "field",
|
|
5919
|
+
"name": "template",
|
|
5920
|
+
"type": {
|
|
5921
|
+
"text": "ElementViewTemplate | void | null"
|
|
5922
|
+
},
|
|
5923
|
+
"privacy": "public",
|
|
5924
|
+
"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.",
|
|
5925
|
+
"inheritedFrom": {
|
|
5926
|
+
"name": "FoundationElement",
|
|
5927
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"kind": "method",
|
|
5932
|
+
"name": "templateChanged",
|
|
5933
|
+
"privacy": "protected",
|
|
5934
|
+
"return": {
|
|
5935
|
+
"type": {
|
|
5936
|
+
"text": "void"
|
|
5937
|
+
}
|
|
5938
|
+
},
|
|
5939
|
+
"inheritedFrom": {
|
|
5940
|
+
"name": "FoundationElement",
|
|
5941
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "field",
|
|
5946
|
+
"name": "styles",
|
|
5947
|
+
"type": {
|
|
5948
|
+
"text": "ElementStyles | void | null"
|
|
5949
|
+
},
|
|
5950
|
+
"privacy": "public",
|
|
5951
|
+
"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.",
|
|
5952
|
+
"inheritedFrom": {
|
|
5953
|
+
"name": "FoundationElement",
|
|
5954
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5955
|
+
}
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "method",
|
|
5959
|
+
"name": "stylesChanged",
|
|
5960
|
+
"privacy": "protected",
|
|
5961
|
+
"return": {
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "void"
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"inheritedFrom": {
|
|
5967
|
+
"name": "FoundationElement",
|
|
5968
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5969
|
+
}
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "method",
|
|
5973
|
+
"name": "compose",
|
|
5974
|
+
"privacy": "public",
|
|
5975
|
+
"static": true,
|
|
5976
|
+
"return": {
|
|
5977
|
+
"type": {
|
|
5978
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5979
|
+
}
|
|
5980
|
+
},
|
|
5981
|
+
"parameters": [
|
|
5982
|
+
{
|
|
5983
|
+
"name": "this",
|
|
5984
|
+
"type": {
|
|
5985
|
+
"text": "K"
|
|
5986
|
+
}
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"name": "elementDefinition",
|
|
5990
|
+
"type": {
|
|
5991
|
+
"text": "T"
|
|
5992
|
+
},
|
|
5993
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5994
|
+
}
|
|
5995
|
+
],
|
|
5996
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5997
|
+
"inheritedFrom": {
|
|
5998
|
+
"name": "FoundationElement",
|
|
5999
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6000
|
+
}
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
6003
|
+
"superclass": {
|
|
6004
|
+
"name": "FoundationElement",
|
|
6005
|
+
"package": "@microsoft/fast-foundation"
|
|
6006
|
+
},
|
|
6007
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
6008
|
+
"customElement": true
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"kind": "variable",
|
|
6012
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
6013
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
6014
|
+
"privacy": "public"
|
|
6015
|
+
},
|
|
6016
|
+
{
|
|
6017
|
+
"kind": "function",
|
|
6018
|
+
"name": "getActionsMenuDef",
|
|
6019
|
+
"return": {
|
|
6020
|
+
"type": {
|
|
6021
|
+
"text": ""
|
|
6022
|
+
}
|
|
6023
|
+
},
|
|
6024
|
+
"parameters": [
|
|
6025
|
+
{
|
|
6026
|
+
"name": "actions",
|
|
5714
6027
|
"type": {
|
|
5715
6028
|
"text": "ActionMenuItem[]"
|
|
5716
6029
|
},
|
|
@@ -7492,374 +7805,54 @@
|
|
|
7492
7805
|
}
|
|
7493
7806
|
],
|
|
7494
7807
|
"inheritedFrom": {
|
|
7495
|
-
"name": "AgTextFieldRenderer",
|
|
7496
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7497
|
-
}
|
|
7498
|
-
},
|
|
7499
|
-
{
|
|
7500
|
-
"kind": "method",
|
|
7501
|
-
"name": "getGui",
|
|
7502
|
-
"privacy": "public",
|
|
7503
|
-
"return": {
|
|
7504
|
-
"type": {
|
|
7505
|
-
"text": "HTMLElement"
|
|
7506
|
-
}
|
|
7507
|
-
},
|
|
7508
|
-
"inheritedFrom": {
|
|
7509
|
-
"name": "AgTextFieldRenderer",
|
|
7510
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7511
|
-
}
|
|
7512
|
-
},
|
|
7513
|
-
{
|
|
7514
|
-
"kind": "method",
|
|
7515
|
-
"name": "destroy",
|
|
7516
|
-
"privacy": "public",
|
|
7517
|
-
"inheritedFrom": {
|
|
7518
|
-
"name": "AgTextFieldRenderer",
|
|
7519
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7520
|
-
}
|
|
7521
|
-
},
|
|
7522
|
-
{
|
|
7523
|
-
"kind": "method",
|
|
7524
|
-
"name": "refresh",
|
|
7525
|
-
"privacy": "public",
|
|
7526
|
-
"parameters": [
|
|
7527
|
-
{
|
|
7528
|
-
"name": "params",
|
|
7529
|
-
"type": {
|
|
7530
|
-
"text": "FuiCellRendererParams"
|
|
7531
|
-
}
|
|
7532
|
-
}
|
|
7533
|
-
],
|
|
7534
|
-
"inheritedFrom": {
|
|
7535
|
-
"name": "AgTextFieldRenderer",
|
|
7536
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7537
|
-
}
|
|
7538
|
-
},
|
|
7539
|
-
{
|
|
7540
|
-
"kind": "method",
|
|
7541
|
-
"name": "isDisabled",
|
|
7542
|
-
"privacy": "public",
|
|
7543
|
-
"return": {
|
|
7544
|
-
"type": {
|
|
7545
|
-
"text": "boolean"
|
|
7546
|
-
}
|
|
7547
|
-
},
|
|
7548
|
-
"parameters": [
|
|
7549
|
-
{
|
|
7550
|
-
"name": "data"
|
|
7551
|
-
}
|
|
7552
|
-
],
|
|
7553
|
-
"inheritedFrom": {
|
|
7554
|
-
"name": "AgTextFieldRenderer",
|
|
7555
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7556
|
-
}
|
|
7557
|
-
},
|
|
7558
|
-
{
|
|
7559
|
-
"kind": "field",
|
|
7560
|
-
"name": "textChanged",
|
|
7561
|
-
"privacy": "public",
|
|
7562
|
-
"description": "On text change handler",
|
|
7563
|
-
"parameters": [
|
|
7564
|
-
{
|
|
7565
|
-
"description": "CustomEvent",
|
|
7566
|
-
"name": "e"
|
|
7567
|
-
}
|
|
7568
|
-
],
|
|
7569
|
-
"inheritedFrom": {
|
|
7570
|
-
"name": "AgTextFieldRenderer",
|
|
7571
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7572
|
-
}
|
|
7573
|
-
},
|
|
7574
|
-
{
|
|
7575
|
-
"kind": "field",
|
|
7576
|
-
"name": "_presentation",
|
|
7577
|
-
"type": {
|
|
7578
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7579
|
-
},
|
|
7580
|
-
"privacy": "private",
|
|
7581
|
-
"default": "void 0",
|
|
7582
|
-
"inheritedFrom": {
|
|
7583
|
-
"name": "FoundationElement",
|
|
7584
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7585
|
-
}
|
|
7586
|
-
},
|
|
7587
|
-
{
|
|
7588
|
-
"kind": "field",
|
|
7589
|
-
"name": "$presentation",
|
|
7590
|
-
"type": {
|
|
7591
|
-
"text": "ComponentPresentation | null"
|
|
7592
|
-
},
|
|
7593
|
-
"privacy": "public",
|
|
7594
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7595
|
-
"inheritedFrom": {
|
|
7596
|
-
"name": "FoundationElement",
|
|
7597
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7598
|
-
}
|
|
7599
|
-
},
|
|
7600
|
-
{
|
|
7601
|
-
"kind": "field",
|
|
7602
|
-
"name": "template",
|
|
7603
|
-
"type": {
|
|
7604
|
-
"text": "ElementViewTemplate | void | null"
|
|
7605
|
-
},
|
|
7606
|
-
"privacy": "public",
|
|
7607
|
-
"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.",
|
|
7608
|
-
"inheritedFrom": {
|
|
7609
|
-
"name": "FoundationElement",
|
|
7610
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7611
|
-
}
|
|
7612
|
-
},
|
|
7613
|
-
{
|
|
7614
|
-
"kind": "method",
|
|
7615
|
-
"name": "templateChanged",
|
|
7616
|
-
"privacy": "protected",
|
|
7617
|
-
"return": {
|
|
7618
|
-
"type": {
|
|
7619
|
-
"text": "void"
|
|
7620
|
-
}
|
|
7621
|
-
},
|
|
7622
|
-
"inheritedFrom": {
|
|
7623
|
-
"name": "FoundationElement",
|
|
7624
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7625
|
-
}
|
|
7626
|
-
},
|
|
7627
|
-
{
|
|
7628
|
-
"kind": "field",
|
|
7629
|
-
"name": "styles",
|
|
7630
|
-
"type": {
|
|
7631
|
-
"text": "ElementStyles | void | null"
|
|
7632
|
-
},
|
|
7633
|
-
"privacy": "public",
|
|
7634
|
-
"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.",
|
|
7635
|
-
"inheritedFrom": {
|
|
7636
|
-
"name": "FoundationElement",
|
|
7637
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7638
|
-
}
|
|
7639
|
-
},
|
|
7640
|
-
{
|
|
7641
|
-
"kind": "method",
|
|
7642
|
-
"name": "stylesChanged",
|
|
7643
|
-
"privacy": "protected",
|
|
7644
|
-
"return": {
|
|
7645
|
-
"type": {
|
|
7646
|
-
"text": "void"
|
|
7647
|
-
}
|
|
7648
|
-
},
|
|
7649
|
-
"inheritedFrom": {
|
|
7650
|
-
"name": "FoundationElement",
|
|
7651
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7652
|
-
}
|
|
7653
|
-
},
|
|
7654
|
-
{
|
|
7655
|
-
"kind": "method",
|
|
7656
|
-
"name": "compose",
|
|
7657
|
-
"privacy": "public",
|
|
7658
|
-
"static": true,
|
|
7659
|
-
"return": {
|
|
7660
|
-
"type": {
|
|
7661
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7662
|
-
}
|
|
7663
|
-
},
|
|
7664
|
-
"parameters": [
|
|
7665
|
-
{
|
|
7666
|
-
"name": "this",
|
|
7667
|
-
"type": {
|
|
7668
|
-
"text": "K"
|
|
7669
|
-
}
|
|
7670
|
-
},
|
|
7671
|
-
{
|
|
7672
|
-
"name": "elementDefinition",
|
|
7673
|
-
"type": {
|
|
7674
|
-
"text": "T"
|
|
7675
|
-
},
|
|
7676
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7677
|
-
}
|
|
7678
|
-
],
|
|
7679
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7680
|
-
"inheritedFrom": {
|
|
7681
|
-
"name": "FoundationElement",
|
|
7682
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7683
|
-
}
|
|
7684
|
-
}
|
|
7685
|
-
]
|
|
7686
|
-
},
|
|
7687
|
-
{
|
|
7688
|
-
"kind": "variable",
|
|
7689
|
-
"name": "textRendererStyles",
|
|
7690
|
-
"default": "textFieldRendererStyles",
|
|
7691
|
-
"privacy": "public",
|
|
7692
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7693
|
-
},
|
|
7694
|
-
{
|
|
7695
|
-
"kind": "variable",
|
|
7696
|
-
"name": "getTextRendererTemplate",
|
|
7697
|
-
"default": "getTextFieldRendererTemplate",
|
|
7698
|
-
"privacy": "public",
|
|
7699
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7700
|
-
},
|
|
7701
|
-
{
|
|
7702
|
-
"kind": "variable",
|
|
7703
|
-
"name": "foundationAgTextRenderer",
|
|
7704
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7705
|
-
"privacy": "public",
|
|
7706
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7707
|
-
}
|
|
7708
|
-
],
|
|
7709
|
-
"exports": [
|
|
7710
|
-
{
|
|
7711
|
-
"kind": "js",
|
|
7712
|
-
"name": "AgTextRenderer",
|
|
7713
|
-
"declaration": {
|
|
7714
|
-
"name": "AgTextRenderer",
|
|
7715
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7716
|
-
}
|
|
7717
|
-
},
|
|
7718
|
-
{
|
|
7719
|
-
"kind": "js",
|
|
7720
|
-
"name": "textRendererStyles",
|
|
7721
|
-
"declaration": {
|
|
7722
|
-
"name": "textRendererStyles",
|
|
7723
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7724
|
-
}
|
|
7725
|
-
},
|
|
7726
|
-
{
|
|
7727
|
-
"kind": "js",
|
|
7728
|
-
"name": "getTextRendererTemplate",
|
|
7729
|
-
"declaration": {
|
|
7730
|
-
"name": "getTextRendererTemplate",
|
|
7731
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7732
|
-
}
|
|
7733
|
-
},
|
|
7734
|
-
{
|
|
7735
|
-
"kind": "js",
|
|
7736
|
-
"name": "foundationAgTextRenderer",
|
|
7737
|
-
"declaration": {
|
|
7738
|
-
"name": "foundationAgTextRenderer",
|
|
7739
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7740
|
-
}
|
|
7741
|
-
}
|
|
7742
|
-
]
|
|
7743
|
-
},
|
|
7744
|
-
{
|
|
7745
|
-
"kind": "javascript-module",
|
|
7746
|
-
"path": "src/column/column.template.ts",
|
|
7747
|
-
"declarations": [
|
|
7748
|
-
{
|
|
7749
|
-
"kind": "variable",
|
|
7750
|
-
"name": "ColumnTemplate",
|
|
7751
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7752
|
-
"description": "The Grid Pro Column Template.",
|
|
7753
|
-
"privacy": "public"
|
|
7754
|
-
}
|
|
7755
|
-
],
|
|
7756
|
-
"exports": [
|
|
7757
|
-
{
|
|
7758
|
-
"kind": "js",
|
|
7759
|
-
"name": "ColumnTemplate",
|
|
7760
|
-
"declaration": {
|
|
7761
|
-
"name": "ColumnTemplate",
|
|
7762
|
-
"module": "src/column/column.template.ts"
|
|
7763
|
-
}
|
|
7764
|
-
}
|
|
7765
|
-
]
|
|
7766
|
-
},
|
|
7767
|
-
{
|
|
7768
|
-
"kind": "javascript-module",
|
|
7769
|
-
"path": "src/column/column.ts",
|
|
7770
|
-
"declarations": [
|
|
7771
|
-
{
|
|
7772
|
-
"kind": "class",
|
|
7773
|
-
"description": "The Grid Pro Column element.",
|
|
7774
|
-
"name": "GridProColumn",
|
|
7775
|
-
"members": [
|
|
7776
|
-
{
|
|
7777
|
-
"kind": "field",
|
|
7778
|
-
"name": "slottedAgCell",
|
|
7779
|
-
"type": {
|
|
7780
|
-
"text": "HTMLElement[]"
|
|
7781
|
-
},
|
|
7782
|
-
"privacy": "public"
|
|
7783
|
-
},
|
|
7784
|
-
{
|
|
7785
|
-
"kind": "field",
|
|
7786
|
-
"name": "definition",
|
|
7787
|
-
"type": {
|
|
7788
|
-
"text": "ColDef"
|
|
7789
|
-
},
|
|
7790
|
-
"default": "{}"
|
|
7791
|
-
},
|
|
7792
|
-
{
|
|
7793
|
-
"kind": "method",
|
|
7794
|
-
"name": "slottedAgCellChanged",
|
|
7795
|
-
"privacy": "public"
|
|
7796
|
-
},
|
|
7797
|
-
{
|
|
7798
|
-
"kind": "method",
|
|
7799
|
-
"name": "deepClone",
|
|
7800
|
-
"return": {
|
|
7801
|
-
"type": {
|
|
7802
|
-
"text": "Node"
|
|
7803
|
-
}
|
|
7804
|
-
},
|
|
7805
|
-
"inheritedFrom": {
|
|
7806
|
-
"name": "LifecycleMixin",
|
|
7807
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7808
|
-
}
|
|
7809
|
-
},
|
|
7810
|
-
{
|
|
7811
|
-
"kind": "method",
|
|
7812
|
-
"name": "cloneNode",
|
|
7813
|
-
"return": {
|
|
7814
|
-
"type": {
|
|
7815
|
-
"text": "Node"
|
|
7816
|
-
}
|
|
7817
|
-
},
|
|
7818
|
-
"parameters": [
|
|
7819
|
-
{
|
|
7820
|
-
"name": "deep",
|
|
7821
|
-
"optional": true,
|
|
7822
|
-
"type": {
|
|
7823
|
-
"text": "boolean"
|
|
7824
|
-
}
|
|
7825
|
-
}
|
|
7826
|
-
],
|
|
7827
|
-
"inheritedFrom": {
|
|
7828
|
-
"name": "LifecycleMixin",
|
|
7829
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7808
|
+
"name": "AgTextFieldRenderer",
|
|
7809
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7830
7810
|
}
|
|
7831
7811
|
},
|
|
7832
7812
|
{
|
|
7833
|
-
"kind": "
|
|
7834
|
-
"name": "
|
|
7813
|
+
"kind": "method",
|
|
7814
|
+
"name": "getGui",
|
|
7815
|
+
"privacy": "public",
|
|
7835
7816
|
"return": {
|
|
7836
7817
|
"type": {
|
|
7837
|
-
"text": ""
|
|
7818
|
+
"text": "HTMLElement"
|
|
7838
7819
|
}
|
|
7839
7820
|
},
|
|
7840
|
-
"readonly": true,
|
|
7841
7821
|
"inheritedFrom": {
|
|
7842
|
-
"name": "
|
|
7843
|
-
"module": "src/
|
|
7822
|
+
"name": "AgTextFieldRenderer",
|
|
7823
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7844
7824
|
}
|
|
7845
7825
|
},
|
|
7846
7826
|
{
|
|
7847
|
-
"kind": "
|
|
7848
|
-
"name": "
|
|
7849
|
-
"
|
|
7850
|
-
|
|
7851
|
-
|
|
7827
|
+
"kind": "method",
|
|
7828
|
+
"name": "destroy",
|
|
7829
|
+
"privacy": "public",
|
|
7830
|
+
"inheritedFrom": {
|
|
7831
|
+
"name": "AgTextFieldRenderer",
|
|
7832
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7833
|
+
}
|
|
7834
|
+
},
|
|
7835
|
+
{
|
|
7836
|
+
"kind": "method",
|
|
7837
|
+
"name": "refresh",
|
|
7838
|
+
"privacy": "public",
|
|
7839
|
+
"parameters": [
|
|
7840
|
+
{
|
|
7841
|
+
"name": "params",
|
|
7842
|
+
"type": {
|
|
7843
|
+
"text": "FuiCellRendererParams"
|
|
7844
|
+
}
|
|
7852
7845
|
}
|
|
7853
|
-
|
|
7854
|
-
"readonly": true,
|
|
7846
|
+
],
|
|
7855
7847
|
"inheritedFrom": {
|
|
7856
|
-
"name": "
|
|
7857
|
-
"module": "src/
|
|
7848
|
+
"name": "AgTextFieldRenderer",
|
|
7849
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7858
7850
|
}
|
|
7859
7851
|
},
|
|
7860
7852
|
{
|
|
7861
7853
|
"kind": "method",
|
|
7862
|
-
"name": "
|
|
7854
|
+
"name": "isDisabled",
|
|
7855
|
+
"privacy": "public",
|
|
7863
7856
|
"return": {
|
|
7864
7857
|
"type": {
|
|
7865
7858
|
"text": "boolean"
|
|
@@ -7867,15 +7860,28 @@
|
|
|
7867
7860
|
},
|
|
7868
7861
|
"parameters": [
|
|
7869
7862
|
{
|
|
7870
|
-
"name": "
|
|
7871
|
-
"type": {
|
|
7872
|
-
"text": "Lifecycletype"
|
|
7873
|
-
}
|
|
7863
|
+
"name": "data"
|
|
7874
7864
|
}
|
|
7875
7865
|
],
|
|
7876
7866
|
"inheritedFrom": {
|
|
7877
|
-
"name": "
|
|
7878
|
-
"module": "src/
|
|
7867
|
+
"name": "AgTextFieldRenderer",
|
|
7868
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7869
|
+
}
|
|
7870
|
+
},
|
|
7871
|
+
{
|
|
7872
|
+
"kind": "field",
|
|
7873
|
+
"name": "textChanged",
|
|
7874
|
+
"privacy": "public",
|
|
7875
|
+
"description": "On text change handler",
|
|
7876
|
+
"parameters": [
|
|
7877
|
+
{
|
|
7878
|
+
"description": "CustomEvent",
|
|
7879
|
+
"name": "e"
|
|
7880
|
+
}
|
|
7881
|
+
],
|
|
7882
|
+
"inheritedFrom": {
|
|
7883
|
+
"name": "AgTextFieldRenderer",
|
|
7884
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7879
7885
|
}
|
|
7880
7886
|
},
|
|
7881
7887
|
{
|
|
@@ -7989,67 +7995,61 @@
|
|
|
7989
7995
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7990
7996
|
}
|
|
7991
7997
|
}
|
|
7992
|
-
]
|
|
7993
|
-
|
|
7994
|
-
|
|
7995
|
-
|
|
7996
|
-
|
|
7997
|
-
|
|
7998
|
-
|
|
7999
|
-
"
|
|
8000
|
-
|
|
8001
|
-
|
|
8002
|
-
|
|
8003
|
-
"
|
|
8004
|
-
"
|
|
7998
|
+
]
|
|
7999
|
+
},
|
|
8000
|
+
{
|
|
8001
|
+
"kind": "variable",
|
|
8002
|
+
"name": "textRendererStyles",
|
|
8003
|
+
"default": "textFieldRendererStyles",
|
|
8004
|
+
"privacy": "public",
|
|
8005
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
8006
|
+
},
|
|
8007
|
+
{
|
|
8008
|
+
"kind": "variable",
|
|
8009
|
+
"name": "getTextRendererTemplate",
|
|
8010
|
+
"default": "getTextFieldRendererTemplate",
|
|
8011
|
+
"privacy": "public",
|
|
8012
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"kind": "variable",
|
|
8016
|
+
"name": "foundationAgTextRenderer",
|
|
8017
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8018
|
+
"privacy": "public",
|
|
8019
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
8005
8020
|
}
|
|
8006
8021
|
],
|
|
8007
8022
|
"exports": [
|
|
8008
8023
|
{
|
|
8009
8024
|
"kind": "js",
|
|
8010
|
-
"name": "
|
|
8025
|
+
"name": "AgTextRenderer",
|
|
8011
8026
|
"declaration": {
|
|
8012
|
-
"name": "
|
|
8013
|
-
"module": "src/
|
|
8027
|
+
"name": "AgTextRenderer",
|
|
8028
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8014
8029
|
}
|
|
8015
8030
|
},
|
|
8016
|
-
{
|
|
8017
|
-
"kind": "custom-element-definition",
|
|
8018
|
-
"name": "grid-pro-column",
|
|
8019
|
-
"declaration": {
|
|
8020
|
-
"name": "GridProColumn",
|
|
8021
|
-
"module": "src/column/column.ts"
|
|
8022
|
-
}
|
|
8023
|
-
}
|
|
8024
|
-
]
|
|
8025
|
-
},
|
|
8026
|
-
{
|
|
8027
|
-
"kind": "javascript-module",
|
|
8028
|
-
"path": "src/column/index.ts",
|
|
8029
|
-
"declarations": [],
|
|
8030
|
-
"exports": [
|
|
8031
8031
|
{
|
|
8032
8032
|
"kind": "js",
|
|
8033
|
-
"name": "
|
|
8033
|
+
"name": "textRendererStyles",
|
|
8034
8034
|
"declaration": {
|
|
8035
|
-
"name": "
|
|
8036
|
-
"
|
|
8035
|
+
"name": "textRendererStyles",
|
|
8036
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8037
8037
|
}
|
|
8038
8038
|
},
|
|
8039
8039
|
{
|
|
8040
8040
|
"kind": "js",
|
|
8041
|
-
"name": "
|
|
8041
|
+
"name": "getTextRendererTemplate",
|
|
8042
8042
|
"declaration": {
|
|
8043
|
-
"name": "
|
|
8044
|
-
"
|
|
8043
|
+
"name": "getTextRendererTemplate",
|
|
8044
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8045
8045
|
}
|
|
8046
8046
|
},
|
|
8047
8047
|
{
|
|
8048
8048
|
"kind": "js",
|
|
8049
|
-
"name": "
|
|
8049
|
+
"name": "foundationAgTextRenderer",
|
|
8050
8050
|
"declaration": {
|
|
8051
|
-
"name": "
|
|
8052
|
-
"
|
|
8051
|
+
"name": "foundationAgTextRenderer",
|
|
8052
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8053
8053
|
}
|
|
8054
8054
|
}
|
|
8055
8055
|
]
|
|
@@ -19903,60 +19903,6 @@
|
|
|
19903
19903
|
}
|
|
19904
19904
|
]
|
|
19905
19905
|
},
|
|
19906
|
-
{
|
|
19907
|
-
"kind": "javascript-module",
|
|
19908
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19909
|
-
"declarations": [
|
|
19910
|
-
{
|
|
19911
|
-
"kind": "function",
|
|
19912
|
-
"name": "setValueWithAccessor",
|
|
19913
|
-
"return": {
|
|
19914
|
-
"type": {
|
|
19915
|
-
"text": "string"
|
|
19916
|
-
}
|
|
19917
|
-
},
|
|
19918
|
-
"parameters": [
|
|
19919
|
-
{
|
|
19920
|
-
"name": "data",
|
|
19921
|
-
"type": {
|
|
19922
|
-
"text": "any"
|
|
19923
|
-
}
|
|
19924
|
-
},
|
|
19925
|
-
{
|
|
19926
|
-
"name": "accessor",
|
|
19927
|
-
"type": {
|
|
19928
|
-
"text": "string"
|
|
19929
|
-
}
|
|
19930
|
-
}
|
|
19931
|
-
]
|
|
19932
|
-
}
|
|
19933
|
-
],
|
|
19934
|
-
"exports": [
|
|
19935
|
-
{
|
|
19936
|
-
"kind": "js",
|
|
19937
|
-
"name": "setValueWithAccessor",
|
|
19938
|
-
"declaration": {
|
|
19939
|
-
"name": "setValueWithAccessor",
|
|
19940
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19941
|
-
}
|
|
19942
|
-
}
|
|
19943
|
-
]
|
|
19944
|
-
},
|
|
19945
|
-
{
|
|
19946
|
-
"kind": "javascript-module",
|
|
19947
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
19948
|
-
"declarations": [],
|
|
19949
|
-
"exports": [
|
|
19950
|
-
{
|
|
19951
|
-
"kind": "js",
|
|
19952
|
-
"name": "*",
|
|
19953
|
-
"declaration": {
|
|
19954
|
-
"name": "*",
|
|
19955
|
-
"package": "./accessor"
|
|
19956
|
-
}
|
|
19957
|
-
}
|
|
19958
|
-
]
|
|
19959
|
-
},
|
|
19960
19906
|
{
|
|
19961
19907
|
"kind": "javascript-module",
|
|
19962
19908
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20050,6 +19996,60 @@
|
|
|
20050
19996
|
}
|
|
20051
19997
|
}
|
|
20052
19998
|
]
|
|
19999
|
+
},
|
|
20000
|
+
{
|
|
20001
|
+
"kind": "javascript-module",
|
|
20002
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20003
|
+
"declarations": [
|
|
20004
|
+
{
|
|
20005
|
+
"kind": "function",
|
|
20006
|
+
"name": "setValueWithAccessor",
|
|
20007
|
+
"return": {
|
|
20008
|
+
"type": {
|
|
20009
|
+
"text": "string"
|
|
20010
|
+
}
|
|
20011
|
+
},
|
|
20012
|
+
"parameters": [
|
|
20013
|
+
{
|
|
20014
|
+
"name": "data",
|
|
20015
|
+
"type": {
|
|
20016
|
+
"text": "any"
|
|
20017
|
+
}
|
|
20018
|
+
},
|
|
20019
|
+
{
|
|
20020
|
+
"name": "accessor",
|
|
20021
|
+
"type": {
|
|
20022
|
+
"text": "string"
|
|
20023
|
+
}
|
|
20024
|
+
}
|
|
20025
|
+
]
|
|
20026
|
+
}
|
|
20027
|
+
],
|
|
20028
|
+
"exports": [
|
|
20029
|
+
{
|
|
20030
|
+
"kind": "js",
|
|
20031
|
+
"name": "setValueWithAccessor",
|
|
20032
|
+
"declaration": {
|
|
20033
|
+
"name": "setValueWithAccessor",
|
|
20034
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20035
|
+
}
|
|
20036
|
+
}
|
|
20037
|
+
]
|
|
20038
|
+
},
|
|
20039
|
+
{
|
|
20040
|
+
"kind": "javascript-module",
|
|
20041
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20042
|
+
"declarations": [],
|
|
20043
|
+
"exports": [
|
|
20044
|
+
{
|
|
20045
|
+
"kind": "js",
|
|
20046
|
+
"name": "*",
|
|
20047
|
+
"declaration": {
|
|
20048
|
+
"name": "*",
|
|
20049
|
+
"package": "./accessor"
|
|
20050
|
+
}
|
|
20051
|
+
}
|
|
20052
|
+
]
|
|
20053
20053
|
}
|
|
20054
20054
|
]
|
|
20055
20055
|
}
|