@genesislcap/grid-pro 15.3.2 → 15.3.3
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
|
@@ -5249,69 +5249,123 @@
|
|
|
5249
5249
|
},
|
|
5250
5250
|
{
|
|
5251
5251
|
"kind": "javascript-module",
|
|
5252
|
-
"path": "src/
|
|
5252
|
+
"path": "src/column/column.template.ts",
|
|
5253
|
+
"declarations": [
|
|
5254
|
+
{
|
|
5255
|
+
"kind": "variable",
|
|
5256
|
+
"name": "ColumnTemplate",
|
|
5257
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5258
|
+
"description": "The Grid Pro Column Template.",
|
|
5259
|
+
"privacy": "public"
|
|
5260
|
+
}
|
|
5261
|
+
],
|
|
5262
|
+
"exports": [
|
|
5263
|
+
{
|
|
5264
|
+
"kind": "js",
|
|
5265
|
+
"name": "ColumnTemplate",
|
|
5266
|
+
"declaration": {
|
|
5267
|
+
"name": "ColumnTemplate",
|
|
5268
|
+
"module": "src/column/column.template.ts"
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
5271
|
+
]
|
|
5272
|
+
},
|
|
5273
|
+
{
|
|
5274
|
+
"kind": "javascript-module",
|
|
5275
|
+
"path": "src/column/column.ts",
|
|
5253
5276
|
"declarations": [
|
|
5254
5277
|
{
|
|
5255
5278
|
"kind": "class",
|
|
5256
|
-
"description": "The
|
|
5257
|
-
"name": "
|
|
5279
|
+
"description": "The Grid Pro Column element.",
|
|
5280
|
+
"name": "GridProColumn",
|
|
5258
5281
|
"members": [
|
|
5259
5282
|
{
|
|
5260
5283
|
"kind": "field",
|
|
5261
|
-
"name": "
|
|
5284
|
+
"name": "slottedAgCell",
|
|
5262
5285
|
"type": {
|
|
5263
|
-
"text": "
|
|
5286
|
+
"text": "HTMLElement[]"
|
|
5264
5287
|
},
|
|
5265
5288
|
"privacy": "public"
|
|
5266
5289
|
},
|
|
5267
5290
|
{
|
|
5268
5291
|
"kind": "field",
|
|
5269
|
-
"name": "
|
|
5292
|
+
"name": "definition",
|
|
5270
5293
|
"type": {
|
|
5271
|
-
"text": "
|
|
5294
|
+
"text": "ColDef"
|
|
5272
5295
|
},
|
|
5273
|
-
"
|
|
5296
|
+
"default": "{}"
|
|
5274
5297
|
},
|
|
5275
5298
|
{
|
|
5276
5299
|
"kind": "method",
|
|
5277
|
-
"name": "
|
|
5278
|
-
"privacy": "public"
|
|
5279
|
-
"parameters": [
|
|
5280
|
-
{
|
|
5281
|
-
"name": "params",
|
|
5282
|
-
"type": {
|
|
5283
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5284
|
-
}
|
|
5285
|
-
}
|
|
5286
|
-
]
|
|
5300
|
+
"name": "slottedAgCellChanged",
|
|
5301
|
+
"privacy": "public"
|
|
5287
5302
|
},
|
|
5288
5303
|
{
|
|
5289
5304
|
"kind": "method",
|
|
5290
|
-
"name": "
|
|
5291
|
-
"privacy": "public",
|
|
5305
|
+
"name": "deepClone",
|
|
5292
5306
|
"return": {
|
|
5293
5307
|
"type": {
|
|
5294
|
-
"text": "
|
|
5308
|
+
"text": "Node"
|
|
5295
5309
|
}
|
|
5310
|
+
},
|
|
5311
|
+
"inheritedFrom": {
|
|
5312
|
+
"name": "LifecycleMixin",
|
|
5313
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5296
5314
|
}
|
|
5297
5315
|
},
|
|
5298
5316
|
{
|
|
5299
5317
|
"kind": "method",
|
|
5300
|
-
"name": "
|
|
5301
|
-
"
|
|
5318
|
+
"name": "cloneNode",
|
|
5319
|
+
"return": {
|
|
5320
|
+
"type": {
|
|
5321
|
+
"text": "Node"
|
|
5322
|
+
}
|
|
5323
|
+
},
|
|
5302
5324
|
"parameters": [
|
|
5303
5325
|
{
|
|
5304
|
-
"name": "
|
|
5326
|
+
"name": "deep",
|
|
5327
|
+
"optional": true,
|
|
5305
5328
|
"type": {
|
|
5306
|
-
"text": "
|
|
5329
|
+
"text": "boolean"
|
|
5307
5330
|
}
|
|
5308
5331
|
}
|
|
5309
|
-
]
|
|
5332
|
+
],
|
|
5333
|
+
"inheritedFrom": {
|
|
5334
|
+
"name": "LifecycleMixin",
|
|
5335
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5336
|
+
}
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"kind": "field",
|
|
5340
|
+
"name": "shouldRunDisconnect",
|
|
5341
|
+
"return": {
|
|
5342
|
+
"type": {
|
|
5343
|
+
"text": ""
|
|
5344
|
+
}
|
|
5345
|
+
},
|
|
5346
|
+
"readonly": true,
|
|
5347
|
+
"inheritedFrom": {
|
|
5348
|
+
"name": "LifecycleMixin",
|
|
5349
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5350
|
+
}
|
|
5351
|
+
},
|
|
5352
|
+
{
|
|
5353
|
+
"kind": "field",
|
|
5354
|
+
"name": "shouldRunConnect",
|
|
5355
|
+
"return": {
|
|
5356
|
+
"type": {
|
|
5357
|
+
"text": ""
|
|
5358
|
+
}
|
|
5359
|
+
},
|
|
5360
|
+
"readonly": true,
|
|
5361
|
+
"inheritedFrom": {
|
|
5362
|
+
"name": "LifecycleMixin",
|
|
5363
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5364
|
+
}
|
|
5310
5365
|
},
|
|
5311
5366
|
{
|
|
5312
5367
|
"kind": "method",
|
|
5313
|
-
"name": "
|
|
5314
|
-
"privacy": "public",
|
|
5368
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5315
5369
|
"return": {
|
|
5316
5370
|
"type": {
|
|
5317
5371
|
"text": "boolean"
|
|
@@ -5319,19 +5373,16 @@
|
|
|
5319
5373
|
},
|
|
5320
5374
|
"parameters": [
|
|
5321
5375
|
{
|
|
5322
|
-
"name": "
|
|
5376
|
+
"name": "lifecycleType",
|
|
5377
|
+
"type": {
|
|
5378
|
+
"text": "Lifecycletype"
|
|
5379
|
+
}
|
|
5323
5380
|
}
|
|
5324
|
-
]
|
|
5325
|
-
|
|
5326
|
-
|
|
5327
|
-
|
|
5328
|
-
|
|
5329
|
-
"privacy": "public"
|
|
5330
|
-
},
|
|
5331
|
-
{
|
|
5332
|
-
"kind": "field",
|
|
5333
|
-
"name": "dataTestId",
|
|
5334
|
-
"readonly": true
|
|
5381
|
+
],
|
|
5382
|
+
"inheritedFrom": {
|
|
5383
|
+
"name": "LifecycleMixin",
|
|
5384
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
+
}
|
|
5335
5386
|
},
|
|
5336
5387
|
{
|
|
5337
5388
|
"kind": "field",
|
|
@@ -5445,82 +5496,92 @@
|
|
|
5445
5496
|
}
|
|
5446
5497
|
}
|
|
5447
5498
|
],
|
|
5499
|
+
"mixins": [
|
|
5500
|
+
{
|
|
5501
|
+
"name": "LifecycleMixin",
|
|
5502
|
+
"package": "@genesislcap/foundation-utils"
|
|
5503
|
+
}
|
|
5504
|
+
],
|
|
5448
5505
|
"superclass": {
|
|
5449
5506
|
"name": "FoundationElement",
|
|
5450
5507
|
"package": "@microsoft/fast-foundation"
|
|
5451
5508
|
},
|
|
5452
|
-
"tagName": "
|
|
5509
|
+
"tagName": "grid-pro-column",
|
|
5453
5510
|
"customElement": true
|
|
5454
|
-
},
|
|
5455
|
-
{
|
|
5456
|
-
"kind": "variable",
|
|
5457
|
-
"name": "actionHeightMultiplier",
|
|
5458
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5459
|
-
"privacy": "public"
|
|
5460
|
-
},
|
|
5461
|
-
{
|
|
5462
|
-
"kind": "variable",
|
|
5463
|
-
"name": "agActionRendererStyles",
|
|
5464
|
-
"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`",
|
|
5465
|
-
"description": "The AG Action Renderer Styles.",
|
|
5466
|
-
"privacy": "public"
|
|
5467
|
-
},
|
|
5468
|
-
{
|
|
5469
|
-
"kind": "variable",
|
|
5470
|
-
"name": "foundationGridProActionRenderer",
|
|
5471
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5472
|
-
"privacy": "public"
|
|
5473
5511
|
}
|
|
5474
5512
|
],
|
|
5475
5513
|
"exports": [
|
|
5476
5514
|
{
|
|
5477
5515
|
"kind": "js",
|
|
5478
|
-
"name": "
|
|
5516
|
+
"name": "GridProColumn",
|
|
5479
5517
|
"declaration": {
|
|
5480
|
-
"name": "
|
|
5481
|
-
"module": "src/
|
|
5518
|
+
"name": "GridProColumn",
|
|
5519
|
+
"module": "src/column/column.ts"
|
|
5482
5520
|
}
|
|
5483
5521
|
},
|
|
5522
|
+
{
|
|
5523
|
+
"kind": "custom-element-definition",
|
|
5524
|
+
"name": "grid-pro-column",
|
|
5525
|
+
"declaration": {
|
|
5526
|
+
"name": "GridProColumn",
|
|
5527
|
+
"module": "src/column/column.ts"
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
]
|
|
5531
|
+
},
|
|
5532
|
+
{
|
|
5533
|
+
"kind": "javascript-module",
|
|
5534
|
+
"path": "src/column/index.ts",
|
|
5535
|
+
"declarations": [],
|
|
5536
|
+
"exports": [
|
|
5484
5537
|
{
|
|
5485
5538
|
"kind": "js",
|
|
5486
|
-
"name": "
|
|
5539
|
+
"name": "*",
|
|
5487
5540
|
"declaration": {
|
|
5488
|
-
"name": "
|
|
5489
|
-
"
|
|
5541
|
+
"name": "*",
|
|
5542
|
+
"package": "./column.template"
|
|
5490
5543
|
}
|
|
5491
5544
|
},
|
|
5492
5545
|
{
|
|
5493
5546
|
"kind": "js",
|
|
5494
|
-
"name": "
|
|
5547
|
+
"name": "*",
|
|
5495
5548
|
"declaration": {
|
|
5496
|
-
"name": "
|
|
5497
|
-
"
|
|
5549
|
+
"name": "*",
|
|
5550
|
+
"package": "./column"
|
|
5498
5551
|
}
|
|
5499
5552
|
},
|
|
5500
5553
|
{
|
|
5501
5554
|
"kind": "js",
|
|
5502
|
-
"name": "
|
|
5555
|
+
"name": "*",
|
|
5503
5556
|
"declaration": {
|
|
5504
|
-
"name": "
|
|
5505
|
-
"
|
|
5557
|
+
"name": "*",
|
|
5558
|
+
"package": "./utils"
|
|
5506
5559
|
}
|
|
5507
5560
|
}
|
|
5508
5561
|
]
|
|
5509
5562
|
},
|
|
5510
5563
|
{
|
|
5511
5564
|
"kind": "javascript-module",
|
|
5512
|
-
"path": "src/cell-renderers/
|
|
5565
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5513
5566
|
"declarations": [
|
|
5514
5567
|
{
|
|
5515
5568
|
"kind": "class",
|
|
5516
|
-
"description": "The
|
|
5517
|
-
"name": "
|
|
5569
|
+
"description": "The AG Action Renderer element.",
|
|
5570
|
+
"name": "ActionRenderer",
|
|
5518
5571
|
"members": [
|
|
5519
5572
|
{
|
|
5520
5573
|
"kind": "field",
|
|
5521
5574
|
"name": "params",
|
|
5522
5575
|
"type": {
|
|
5523
|
-
"text": "ICellRendererParams"
|
|
5576
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5577
|
+
},
|
|
5578
|
+
"privacy": "public"
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "field",
|
|
5582
|
+
"name": "pendingAction",
|
|
5583
|
+
"type": {
|
|
5584
|
+
"text": "boolean"
|
|
5524
5585
|
},
|
|
5525
5586
|
"privacy": "public"
|
|
5526
5587
|
},
|
|
@@ -5532,7 +5593,7 @@
|
|
|
5532
5593
|
{
|
|
5533
5594
|
"name": "params",
|
|
5534
5595
|
"type": {
|
|
5535
|
-
"text": "ICellRendererParams"
|
|
5596
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5536
5597
|
}
|
|
5537
5598
|
}
|
|
5538
5599
|
]
|
|
@@ -5560,6 +5621,31 @@
|
|
|
5560
5621
|
}
|
|
5561
5622
|
]
|
|
5562
5623
|
},
|
|
5624
|
+
{
|
|
5625
|
+
"kind": "method",
|
|
5626
|
+
"name": "isDisabled",
|
|
5627
|
+
"privacy": "public",
|
|
5628
|
+
"return": {
|
|
5629
|
+
"type": {
|
|
5630
|
+
"text": "boolean"
|
|
5631
|
+
}
|
|
5632
|
+
},
|
|
5633
|
+
"parameters": [
|
|
5634
|
+
{
|
|
5635
|
+
"name": "data"
|
|
5636
|
+
}
|
|
5637
|
+
]
|
|
5638
|
+
},
|
|
5639
|
+
{
|
|
5640
|
+
"kind": "method",
|
|
5641
|
+
"name": "clickHandler",
|
|
5642
|
+
"privacy": "public"
|
|
5643
|
+
},
|
|
5644
|
+
{
|
|
5645
|
+
"kind": "field",
|
|
5646
|
+
"name": "dataTestId",
|
|
5647
|
+
"readonly": true
|
|
5648
|
+
},
|
|
5563
5649
|
{
|
|
5564
5650
|
"kind": "field",
|
|
5565
5651
|
"name": "_presentation",
|
|
@@ -5676,26 +5762,253 @@
|
|
|
5676
5762
|
"name": "FoundationElement",
|
|
5677
5763
|
"package": "@microsoft/fast-foundation"
|
|
5678
5764
|
},
|
|
5679
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5765
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5680
5766
|
"customElement": true
|
|
5681
5767
|
},
|
|
5682
5768
|
{
|
|
5683
5769
|
"kind": "variable",
|
|
5684
|
-
"name": "
|
|
5685
|
-
"description": "
|
|
5770
|
+
"name": "actionHeightMultiplier",
|
|
5771
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5686
5772
|
"privacy": "public"
|
|
5687
5773
|
},
|
|
5688
5774
|
{
|
|
5689
|
-
"kind": "
|
|
5690
|
-
"name": "
|
|
5691
|
-
"
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
"
|
|
5697
|
-
|
|
5698
|
-
|
|
5775
|
+
"kind": "variable",
|
|
5776
|
+
"name": "agActionRendererStyles",
|
|
5777
|
+
"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`",
|
|
5778
|
+
"description": "The AG Action Renderer Styles.",
|
|
5779
|
+
"privacy": "public"
|
|
5780
|
+
},
|
|
5781
|
+
{
|
|
5782
|
+
"kind": "variable",
|
|
5783
|
+
"name": "foundationGridProActionRenderer",
|
|
5784
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5785
|
+
"privacy": "public"
|
|
5786
|
+
}
|
|
5787
|
+
],
|
|
5788
|
+
"exports": [
|
|
5789
|
+
{
|
|
5790
|
+
"kind": "js",
|
|
5791
|
+
"name": "ActionRenderer",
|
|
5792
|
+
"declaration": {
|
|
5793
|
+
"name": "ActionRenderer",
|
|
5794
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5795
|
+
}
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
"kind": "js",
|
|
5799
|
+
"name": "actionHeightMultiplier",
|
|
5800
|
+
"declaration": {
|
|
5801
|
+
"name": "actionHeightMultiplier",
|
|
5802
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5803
|
+
}
|
|
5804
|
+
},
|
|
5805
|
+
{
|
|
5806
|
+
"kind": "js",
|
|
5807
|
+
"name": "agActionRendererStyles",
|
|
5808
|
+
"declaration": {
|
|
5809
|
+
"name": "agActionRendererStyles",
|
|
5810
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5811
|
+
}
|
|
5812
|
+
},
|
|
5813
|
+
{
|
|
5814
|
+
"kind": "js",
|
|
5815
|
+
"name": "foundationGridProActionRenderer",
|
|
5816
|
+
"declaration": {
|
|
5817
|
+
"name": "foundationGridProActionRenderer",
|
|
5818
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5819
|
+
}
|
|
5820
|
+
}
|
|
5821
|
+
]
|
|
5822
|
+
},
|
|
5823
|
+
{
|
|
5824
|
+
"kind": "javascript-module",
|
|
5825
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5826
|
+
"declarations": [
|
|
5827
|
+
{
|
|
5828
|
+
"kind": "class",
|
|
5829
|
+
"description": "The Actions Menu Renderer element.",
|
|
5830
|
+
"name": "ActionsMenuRenderer",
|
|
5831
|
+
"members": [
|
|
5832
|
+
{
|
|
5833
|
+
"kind": "field",
|
|
5834
|
+
"name": "params",
|
|
5835
|
+
"type": {
|
|
5836
|
+
"text": "ICellRendererParams"
|
|
5837
|
+
},
|
|
5838
|
+
"privacy": "public"
|
|
5839
|
+
},
|
|
5840
|
+
{
|
|
5841
|
+
"kind": "method",
|
|
5842
|
+
"name": "init",
|
|
5843
|
+
"privacy": "public",
|
|
5844
|
+
"parameters": [
|
|
5845
|
+
{
|
|
5846
|
+
"name": "params",
|
|
5847
|
+
"type": {
|
|
5848
|
+
"text": "ICellRendererParams"
|
|
5849
|
+
}
|
|
5850
|
+
}
|
|
5851
|
+
]
|
|
5852
|
+
},
|
|
5853
|
+
{
|
|
5854
|
+
"kind": "method",
|
|
5855
|
+
"name": "getGui",
|
|
5856
|
+
"privacy": "public",
|
|
5857
|
+
"return": {
|
|
5858
|
+
"type": {
|
|
5859
|
+
"text": "HTMLElement"
|
|
5860
|
+
}
|
|
5861
|
+
}
|
|
5862
|
+
},
|
|
5863
|
+
{
|
|
5864
|
+
"kind": "method",
|
|
5865
|
+
"name": "refresh",
|
|
5866
|
+
"privacy": "public",
|
|
5867
|
+
"parameters": [
|
|
5868
|
+
{
|
|
5869
|
+
"name": "params",
|
|
5870
|
+
"type": {
|
|
5871
|
+
"text": "ICellRendererParams"
|
|
5872
|
+
}
|
|
5873
|
+
}
|
|
5874
|
+
]
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"kind": "field",
|
|
5878
|
+
"name": "_presentation",
|
|
5879
|
+
"type": {
|
|
5880
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5881
|
+
},
|
|
5882
|
+
"privacy": "private",
|
|
5883
|
+
"default": "void 0",
|
|
5884
|
+
"inheritedFrom": {
|
|
5885
|
+
"name": "FoundationElement",
|
|
5886
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5887
|
+
}
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "field",
|
|
5891
|
+
"name": "$presentation",
|
|
5892
|
+
"type": {
|
|
5893
|
+
"text": "ComponentPresentation | null"
|
|
5894
|
+
},
|
|
5895
|
+
"privacy": "public",
|
|
5896
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5897
|
+
"inheritedFrom": {
|
|
5898
|
+
"name": "FoundationElement",
|
|
5899
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5900
|
+
}
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"kind": "field",
|
|
5904
|
+
"name": "template",
|
|
5905
|
+
"type": {
|
|
5906
|
+
"text": "ElementViewTemplate | void | null"
|
|
5907
|
+
},
|
|
5908
|
+
"privacy": "public",
|
|
5909
|
+
"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.",
|
|
5910
|
+
"inheritedFrom": {
|
|
5911
|
+
"name": "FoundationElement",
|
|
5912
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5913
|
+
}
|
|
5914
|
+
},
|
|
5915
|
+
{
|
|
5916
|
+
"kind": "method",
|
|
5917
|
+
"name": "templateChanged",
|
|
5918
|
+
"privacy": "protected",
|
|
5919
|
+
"return": {
|
|
5920
|
+
"type": {
|
|
5921
|
+
"text": "void"
|
|
5922
|
+
}
|
|
5923
|
+
},
|
|
5924
|
+
"inheritedFrom": {
|
|
5925
|
+
"name": "FoundationElement",
|
|
5926
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5927
|
+
}
|
|
5928
|
+
},
|
|
5929
|
+
{
|
|
5930
|
+
"kind": "field",
|
|
5931
|
+
"name": "styles",
|
|
5932
|
+
"type": {
|
|
5933
|
+
"text": "ElementStyles | void | null"
|
|
5934
|
+
},
|
|
5935
|
+
"privacy": "public",
|
|
5936
|
+
"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.",
|
|
5937
|
+
"inheritedFrom": {
|
|
5938
|
+
"name": "FoundationElement",
|
|
5939
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5940
|
+
}
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"kind": "method",
|
|
5944
|
+
"name": "stylesChanged",
|
|
5945
|
+
"privacy": "protected",
|
|
5946
|
+
"return": {
|
|
5947
|
+
"type": {
|
|
5948
|
+
"text": "void"
|
|
5949
|
+
}
|
|
5950
|
+
},
|
|
5951
|
+
"inheritedFrom": {
|
|
5952
|
+
"name": "FoundationElement",
|
|
5953
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5954
|
+
}
|
|
5955
|
+
},
|
|
5956
|
+
{
|
|
5957
|
+
"kind": "method",
|
|
5958
|
+
"name": "compose",
|
|
5959
|
+
"privacy": "public",
|
|
5960
|
+
"static": true,
|
|
5961
|
+
"return": {
|
|
5962
|
+
"type": {
|
|
5963
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5964
|
+
}
|
|
5965
|
+
},
|
|
5966
|
+
"parameters": [
|
|
5967
|
+
{
|
|
5968
|
+
"name": "this",
|
|
5969
|
+
"type": {
|
|
5970
|
+
"text": "K"
|
|
5971
|
+
}
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "elementDefinition",
|
|
5975
|
+
"type": {
|
|
5976
|
+
"text": "T"
|
|
5977
|
+
},
|
|
5978
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5979
|
+
}
|
|
5980
|
+
],
|
|
5981
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5982
|
+
"inheritedFrom": {
|
|
5983
|
+
"name": "FoundationElement",
|
|
5984
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
],
|
|
5988
|
+
"superclass": {
|
|
5989
|
+
"name": "FoundationElement",
|
|
5990
|
+
"package": "@microsoft/fast-foundation"
|
|
5991
|
+
},
|
|
5992
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5993
|
+
"customElement": true
|
|
5994
|
+
},
|
|
5995
|
+
{
|
|
5996
|
+
"kind": "variable",
|
|
5997
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5998
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5999
|
+
"privacy": "public"
|
|
6000
|
+
},
|
|
6001
|
+
{
|
|
6002
|
+
"kind": "function",
|
|
6003
|
+
"name": "getActionsMenuDef",
|
|
6004
|
+
"return": {
|
|
6005
|
+
"type": {
|
|
6006
|
+
"text": ""
|
|
6007
|
+
}
|
|
6008
|
+
},
|
|
6009
|
+
"parameters": [
|
|
6010
|
+
{
|
|
6011
|
+
"name": "actions",
|
|
5699
6012
|
"type": {
|
|
5700
6013
|
"text": "ActionMenuItem[]"
|
|
5701
6014
|
},
|
|
@@ -7477,374 +7790,54 @@
|
|
|
7477
7790
|
}
|
|
7478
7791
|
],
|
|
7479
7792
|
"inheritedFrom": {
|
|
7480
|
-
"name": "AgTextFieldRenderer",
|
|
7481
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7482
|
-
}
|
|
7483
|
-
},
|
|
7484
|
-
{
|
|
7485
|
-
"kind": "method",
|
|
7486
|
-
"name": "getGui",
|
|
7487
|
-
"privacy": "public",
|
|
7488
|
-
"return": {
|
|
7489
|
-
"type": {
|
|
7490
|
-
"text": "HTMLElement"
|
|
7491
|
-
}
|
|
7492
|
-
},
|
|
7493
|
-
"inheritedFrom": {
|
|
7494
|
-
"name": "AgTextFieldRenderer",
|
|
7495
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7496
|
-
}
|
|
7497
|
-
},
|
|
7498
|
-
{
|
|
7499
|
-
"kind": "method",
|
|
7500
|
-
"name": "destroy",
|
|
7501
|
-
"privacy": "public",
|
|
7502
|
-
"inheritedFrom": {
|
|
7503
|
-
"name": "AgTextFieldRenderer",
|
|
7504
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7505
|
-
}
|
|
7506
|
-
},
|
|
7507
|
-
{
|
|
7508
|
-
"kind": "method",
|
|
7509
|
-
"name": "refresh",
|
|
7510
|
-
"privacy": "public",
|
|
7511
|
-
"parameters": [
|
|
7512
|
-
{
|
|
7513
|
-
"name": "params",
|
|
7514
|
-
"type": {
|
|
7515
|
-
"text": "FuiCellRendererParams"
|
|
7516
|
-
}
|
|
7517
|
-
}
|
|
7518
|
-
],
|
|
7519
|
-
"inheritedFrom": {
|
|
7520
|
-
"name": "AgTextFieldRenderer",
|
|
7521
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7522
|
-
}
|
|
7523
|
-
},
|
|
7524
|
-
{
|
|
7525
|
-
"kind": "method",
|
|
7526
|
-
"name": "isDisabled",
|
|
7527
|
-
"privacy": "public",
|
|
7528
|
-
"return": {
|
|
7529
|
-
"type": {
|
|
7530
|
-
"text": "boolean"
|
|
7531
|
-
}
|
|
7532
|
-
},
|
|
7533
|
-
"parameters": [
|
|
7534
|
-
{
|
|
7535
|
-
"name": "data"
|
|
7536
|
-
}
|
|
7537
|
-
],
|
|
7538
|
-
"inheritedFrom": {
|
|
7539
|
-
"name": "AgTextFieldRenderer",
|
|
7540
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7541
|
-
}
|
|
7542
|
-
},
|
|
7543
|
-
{
|
|
7544
|
-
"kind": "field",
|
|
7545
|
-
"name": "textChanged",
|
|
7546
|
-
"privacy": "public",
|
|
7547
|
-
"description": "On text change handler",
|
|
7548
|
-
"parameters": [
|
|
7549
|
-
{
|
|
7550
|
-
"description": "CustomEvent",
|
|
7551
|
-
"name": "e"
|
|
7552
|
-
}
|
|
7553
|
-
],
|
|
7554
|
-
"inheritedFrom": {
|
|
7555
|
-
"name": "AgTextFieldRenderer",
|
|
7556
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7557
|
-
}
|
|
7558
|
-
},
|
|
7559
|
-
{
|
|
7560
|
-
"kind": "field",
|
|
7561
|
-
"name": "_presentation",
|
|
7562
|
-
"type": {
|
|
7563
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7564
|
-
},
|
|
7565
|
-
"privacy": "private",
|
|
7566
|
-
"default": "void 0",
|
|
7567
|
-
"inheritedFrom": {
|
|
7568
|
-
"name": "FoundationElement",
|
|
7569
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7570
|
-
}
|
|
7571
|
-
},
|
|
7572
|
-
{
|
|
7573
|
-
"kind": "field",
|
|
7574
|
-
"name": "$presentation",
|
|
7575
|
-
"type": {
|
|
7576
|
-
"text": "ComponentPresentation | null"
|
|
7577
|
-
},
|
|
7578
|
-
"privacy": "public",
|
|
7579
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7580
|
-
"inheritedFrom": {
|
|
7581
|
-
"name": "FoundationElement",
|
|
7582
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7583
|
-
}
|
|
7584
|
-
},
|
|
7585
|
-
{
|
|
7586
|
-
"kind": "field",
|
|
7587
|
-
"name": "template",
|
|
7588
|
-
"type": {
|
|
7589
|
-
"text": "ElementViewTemplate | void | null"
|
|
7590
|
-
},
|
|
7591
|
-
"privacy": "public",
|
|
7592
|
-
"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.",
|
|
7593
|
-
"inheritedFrom": {
|
|
7594
|
-
"name": "FoundationElement",
|
|
7595
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7596
|
-
}
|
|
7597
|
-
},
|
|
7598
|
-
{
|
|
7599
|
-
"kind": "method",
|
|
7600
|
-
"name": "templateChanged",
|
|
7601
|
-
"privacy": "protected",
|
|
7602
|
-
"return": {
|
|
7603
|
-
"type": {
|
|
7604
|
-
"text": "void"
|
|
7605
|
-
}
|
|
7606
|
-
},
|
|
7607
|
-
"inheritedFrom": {
|
|
7608
|
-
"name": "FoundationElement",
|
|
7609
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7610
|
-
}
|
|
7611
|
-
},
|
|
7612
|
-
{
|
|
7613
|
-
"kind": "field",
|
|
7614
|
-
"name": "styles",
|
|
7615
|
-
"type": {
|
|
7616
|
-
"text": "ElementStyles | void | null"
|
|
7617
|
-
},
|
|
7618
|
-
"privacy": "public",
|
|
7619
|
-
"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.",
|
|
7620
|
-
"inheritedFrom": {
|
|
7621
|
-
"name": "FoundationElement",
|
|
7622
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7623
|
-
}
|
|
7624
|
-
},
|
|
7625
|
-
{
|
|
7626
|
-
"kind": "method",
|
|
7627
|
-
"name": "stylesChanged",
|
|
7628
|
-
"privacy": "protected",
|
|
7629
|
-
"return": {
|
|
7630
|
-
"type": {
|
|
7631
|
-
"text": "void"
|
|
7632
|
-
}
|
|
7633
|
-
},
|
|
7634
|
-
"inheritedFrom": {
|
|
7635
|
-
"name": "FoundationElement",
|
|
7636
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7637
|
-
}
|
|
7638
|
-
},
|
|
7639
|
-
{
|
|
7640
|
-
"kind": "method",
|
|
7641
|
-
"name": "compose",
|
|
7642
|
-
"privacy": "public",
|
|
7643
|
-
"static": true,
|
|
7644
|
-
"return": {
|
|
7645
|
-
"type": {
|
|
7646
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7647
|
-
}
|
|
7648
|
-
},
|
|
7649
|
-
"parameters": [
|
|
7650
|
-
{
|
|
7651
|
-
"name": "this",
|
|
7652
|
-
"type": {
|
|
7653
|
-
"text": "K"
|
|
7654
|
-
}
|
|
7655
|
-
},
|
|
7656
|
-
{
|
|
7657
|
-
"name": "elementDefinition",
|
|
7658
|
-
"type": {
|
|
7659
|
-
"text": "T"
|
|
7660
|
-
},
|
|
7661
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7662
|
-
}
|
|
7663
|
-
],
|
|
7664
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7665
|
-
"inheritedFrom": {
|
|
7666
|
-
"name": "FoundationElement",
|
|
7667
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7668
|
-
}
|
|
7669
|
-
}
|
|
7670
|
-
]
|
|
7671
|
-
},
|
|
7672
|
-
{
|
|
7673
|
-
"kind": "variable",
|
|
7674
|
-
"name": "textRendererStyles",
|
|
7675
|
-
"default": "textFieldRendererStyles",
|
|
7676
|
-
"privacy": "public",
|
|
7677
|
-
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7678
|
-
},
|
|
7679
|
-
{
|
|
7680
|
-
"kind": "variable",
|
|
7681
|
-
"name": "getTextRendererTemplate",
|
|
7682
|
-
"default": "getTextFieldRendererTemplate",
|
|
7683
|
-
"privacy": "public",
|
|
7684
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7685
|
-
},
|
|
7686
|
-
{
|
|
7687
|
-
"kind": "variable",
|
|
7688
|
-
"name": "foundationAgTextRenderer",
|
|
7689
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7690
|
-
"privacy": "public",
|
|
7691
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7692
|
-
}
|
|
7693
|
-
],
|
|
7694
|
-
"exports": [
|
|
7695
|
-
{
|
|
7696
|
-
"kind": "js",
|
|
7697
|
-
"name": "AgTextRenderer",
|
|
7698
|
-
"declaration": {
|
|
7699
|
-
"name": "AgTextRenderer",
|
|
7700
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7701
|
-
}
|
|
7702
|
-
},
|
|
7703
|
-
{
|
|
7704
|
-
"kind": "js",
|
|
7705
|
-
"name": "textRendererStyles",
|
|
7706
|
-
"declaration": {
|
|
7707
|
-
"name": "textRendererStyles",
|
|
7708
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7709
|
-
}
|
|
7710
|
-
},
|
|
7711
|
-
{
|
|
7712
|
-
"kind": "js",
|
|
7713
|
-
"name": "getTextRendererTemplate",
|
|
7714
|
-
"declaration": {
|
|
7715
|
-
"name": "getTextRendererTemplate",
|
|
7716
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7717
|
-
}
|
|
7718
|
-
},
|
|
7719
|
-
{
|
|
7720
|
-
"kind": "js",
|
|
7721
|
-
"name": "foundationAgTextRenderer",
|
|
7722
|
-
"declaration": {
|
|
7723
|
-
"name": "foundationAgTextRenderer",
|
|
7724
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7725
|
-
}
|
|
7726
|
-
}
|
|
7727
|
-
]
|
|
7728
|
-
},
|
|
7729
|
-
{
|
|
7730
|
-
"kind": "javascript-module",
|
|
7731
|
-
"path": "src/column/column.template.ts",
|
|
7732
|
-
"declarations": [
|
|
7733
|
-
{
|
|
7734
|
-
"kind": "variable",
|
|
7735
|
-
"name": "ColumnTemplate",
|
|
7736
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7737
|
-
"description": "The Grid Pro Column Template.",
|
|
7738
|
-
"privacy": "public"
|
|
7739
|
-
}
|
|
7740
|
-
],
|
|
7741
|
-
"exports": [
|
|
7742
|
-
{
|
|
7743
|
-
"kind": "js",
|
|
7744
|
-
"name": "ColumnTemplate",
|
|
7745
|
-
"declaration": {
|
|
7746
|
-
"name": "ColumnTemplate",
|
|
7747
|
-
"module": "src/column/column.template.ts"
|
|
7748
|
-
}
|
|
7749
|
-
}
|
|
7750
|
-
]
|
|
7751
|
-
},
|
|
7752
|
-
{
|
|
7753
|
-
"kind": "javascript-module",
|
|
7754
|
-
"path": "src/column/column.ts",
|
|
7755
|
-
"declarations": [
|
|
7756
|
-
{
|
|
7757
|
-
"kind": "class",
|
|
7758
|
-
"description": "The Grid Pro Column element.",
|
|
7759
|
-
"name": "GridProColumn",
|
|
7760
|
-
"members": [
|
|
7761
|
-
{
|
|
7762
|
-
"kind": "field",
|
|
7763
|
-
"name": "slottedAgCell",
|
|
7764
|
-
"type": {
|
|
7765
|
-
"text": "HTMLElement[]"
|
|
7766
|
-
},
|
|
7767
|
-
"privacy": "public"
|
|
7768
|
-
},
|
|
7769
|
-
{
|
|
7770
|
-
"kind": "field",
|
|
7771
|
-
"name": "definition",
|
|
7772
|
-
"type": {
|
|
7773
|
-
"text": "ColDef"
|
|
7774
|
-
},
|
|
7775
|
-
"default": "{}"
|
|
7776
|
-
},
|
|
7777
|
-
{
|
|
7778
|
-
"kind": "method",
|
|
7779
|
-
"name": "slottedAgCellChanged",
|
|
7780
|
-
"privacy": "public"
|
|
7781
|
-
},
|
|
7782
|
-
{
|
|
7783
|
-
"kind": "method",
|
|
7784
|
-
"name": "deepClone",
|
|
7785
|
-
"return": {
|
|
7786
|
-
"type": {
|
|
7787
|
-
"text": "Node"
|
|
7788
|
-
}
|
|
7789
|
-
},
|
|
7790
|
-
"inheritedFrom": {
|
|
7791
|
-
"name": "LifecycleMixin",
|
|
7792
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7793
|
-
}
|
|
7794
|
-
},
|
|
7795
|
-
{
|
|
7796
|
-
"kind": "method",
|
|
7797
|
-
"name": "cloneNode",
|
|
7798
|
-
"return": {
|
|
7799
|
-
"type": {
|
|
7800
|
-
"text": "Node"
|
|
7801
|
-
}
|
|
7802
|
-
},
|
|
7803
|
-
"parameters": [
|
|
7804
|
-
{
|
|
7805
|
-
"name": "deep",
|
|
7806
|
-
"optional": true,
|
|
7807
|
-
"type": {
|
|
7808
|
-
"text": "boolean"
|
|
7809
|
-
}
|
|
7810
|
-
}
|
|
7811
|
-
],
|
|
7812
|
-
"inheritedFrom": {
|
|
7813
|
-
"name": "LifecycleMixin",
|
|
7814
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7793
|
+
"name": "AgTextFieldRenderer",
|
|
7794
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7815
7795
|
}
|
|
7816
7796
|
},
|
|
7817
7797
|
{
|
|
7818
|
-
"kind": "
|
|
7819
|
-
"name": "
|
|
7798
|
+
"kind": "method",
|
|
7799
|
+
"name": "getGui",
|
|
7800
|
+
"privacy": "public",
|
|
7820
7801
|
"return": {
|
|
7821
7802
|
"type": {
|
|
7822
|
-
"text": ""
|
|
7803
|
+
"text": "HTMLElement"
|
|
7823
7804
|
}
|
|
7824
7805
|
},
|
|
7825
|
-
"readonly": true,
|
|
7826
7806
|
"inheritedFrom": {
|
|
7827
|
-
"name": "
|
|
7828
|
-
"module": "src/
|
|
7807
|
+
"name": "AgTextFieldRenderer",
|
|
7808
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7829
7809
|
}
|
|
7830
7810
|
},
|
|
7831
7811
|
{
|
|
7832
|
-
"kind": "
|
|
7833
|
-
"name": "
|
|
7834
|
-
"
|
|
7835
|
-
|
|
7836
|
-
|
|
7812
|
+
"kind": "method",
|
|
7813
|
+
"name": "destroy",
|
|
7814
|
+
"privacy": "public",
|
|
7815
|
+
"inheritedFrom": {
|
|
7816
|
+
"name": "AgTextFieldRenderer",
|
|
7817
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7818
|
+
}
|
|
7819
|
+
},
|
|
7820
|
+
{
|
|
7821
|
+
"kind": "method",
|
|
7822
|
+
"name": "refresh",
|
|
7823
|
+
"privacy": "public",
|
|
7824
|
+
"parameters": [
|
|
7825
|
+
{
|
|
7826
|
+
"name": "params",
|
|
7827
|
+
"type": {
|
|
7828
|
+
"text": "FuiCellRendererParams"
|
|
7829
|
+
}
|
|
7837
7830
|
}
|
|
7838
|
-
|
|
7839
|
-
"readonly": true,
|
|
7831
|
+
],
|
|
7840
7832
|
"inheritedFrom": {
|
|
7841
|
-
"name": "
|
|
7842
|
-
"module": "src/
|
|
7833
|
+
"name": "AgTextFieldRenderer",
|
|
7834
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7843
7835
|
}
|
|
7844
7836
|
},
|
|
7845
7837
|
{
|
|
7846
7838
|
"kind": "method",
|
|
7847
|
-
"name": "
|
|
7839
|
+
"name": "isDisabled",
|
|
7840
|
+
"privacy": "public",
|
|
7848
7841
|
"return": {
|
|
7849
7842
|
"type": {
|
|
7850
7843
|
"text": "boolean"
|
|
@@ -7852,15 +7845,28 @@
|
|
|
7852
7845
|
},
|
|
7853
7846
|
"parameters": [
|
|
7854
7847
|
{
|
|
7855
|
-
"name": "
|
|
7856
|
-
"type": {
|
|
7857
|
-
"text": "Lifecycletype"
|
|
7858
|
-
}
|
|
7848
|
+
"name": "data"
|
|
7859
7849
|
}
|
|
7860
7850
|
],
|
|
7861
7851
|
"inheritedFrom": {
|
|
7862
|
-
"name": "
|
|
7863
|
-
"module": "src/
|
|
7852
|
+
"name": "AgTextFieldRenderer",
|
|
7853
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7854
|
+
}
|
|
7855
|
+
},
|
|
7856
|
+
{
|
|
7857
|
+
"kind": "field",
|
|
7858
|
+
"name": "textChanged",
|
|
7859
|
+
"privacy": "public",
|
|
7860
|
+
"description": "On text change handler",
|
|
7861
|
+
"parameters": [
|
|
7862
|
+
{
|
|
7863
|
+
"description": "CustomEvent",
|
|
7864
|
+
"name": "e"
|
|
7865
|
+
}
|
|
7866
|
+
],
|
|
7867
|
+
"inheritedFrom": {
|
|
7868
|
+
"name": "AgTextFieldRenderer",
|
|
7869
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7864
7870
|
}
|
|
7865
7871
|
},
|
|
7866
7872
|
{
|
|
@@ -7974,67 +7980,61 @@
|
|
|
7974
7980
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7975
7981
|
}
|
|
7976
7982
|
}
|
|
7977
|
-
]
|
|
7978
|
-
|
|
7979
|
-
|
|
7980
|
-
|
|
7981
|
-
|
|
7982
|
-
|
|
7983
|
-
|
|
7984
|
-
"
|
|
7985
|
-
|
|
7986
|
-
|
|
7987
|
-
|
|
7988
|
-
"
|
|
7989
|
-
"
|
|
7983
|
+
]
|
|
7984
|
+
},
|
|
7985
|
+
{
|
|
7986
|
+
"kind": "variable",
|
|
7987
|
+
"name": "textRendererStyles",
|
|
7988
|
+
"default": "textFieldRendererStyles",
|
|
7989
|
+
"privacy": "public",
|
|
7990
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7991
|
+
},
|
|
7992
|
+
{
|
|
7993
|
+
"kind": "variable",
|
|
7994
|
+
"name": "getTextRendererTemplate",
|
|
7995
|
+
"default": "getTextFieldRendererTemplate",
|
|
7996
|
+
"privacy": "public",
|
|
7997
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7998
|
+
},
|
|
7999
|
+
{
|
|
8000
|
+
"kind": "variable",
|
|
8001
|
+
"name": "foundationAgTextRenderer",
|
|
8002
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8003
|
+
"privacy": "public",
|
|
8004
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7990
8005
|
}
|
|
7991
8006
|
],
|
|
7992
8007
|
"exports": [
|
|
7993
8008
|
{
|
|
7994
8009
|
"kind": "js",
|
|
7995
|
-
"name": "
|
|
8010
|
+
"name": "AgTextRenderer",
|
|
7996
8011
|
"declaration": {
|
|
7997
|
-
"name": "
|
|
7998
|
-
"module": "src/
|
|
8012
|
+
"name": "AgTextRenderer",
|
|
8013
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7999
8014
|
}
|
|
8000
8015
|
},
|
|
8001
|
-
{
|
|
8002
|
-
"kind": "custom-element-definition",
|
|
8003
|
-
"name": "grid-pro-column",
|
|
8004
|
-
"declaration": {
|
|
8005
|
-
"name": "GridProColumn",
|
|
8006
|
-
"module": "src/column/column.ts"
|
|
8007
|
-
}
|
|
8008
|
-
}
|
|
8009
|
-
]
|
|
8010
|
-
},
|
|
8011
|
-
{
|
|
8012
|
-
"kind": "javascript-module",
|
|
8013
|
-
"path": "src/column/index.ts",
|
|
8014
|
-
"declarations": [],
|
|
8015
|
-
"exports": [
|
|
8016
8016
|
{
|
|
8017
8017
|
"kind": "js",
|
|
8018
|
-
"name": "
|
|
8018
|
+
"name": "textRendererStyles",
|
|
8019
8019
|
"declaration": {
|
|
8020
|
-
"name": "
|
|
8021
|
-
"
|
|
8020
|
+
"name": "textRendererStyles",
|
|
8021
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8022
8022
|
}
|
|
8023
8023
|
},
|
|
8024
8024
|
{
|
|
8025
8025
|
"kind": "js",
|
|
8026
|
-
"name": "
|
|
8026
|
+
"name": "getTextRendererTemplate",
|
|
8027
8027
|
"declaration": {
|
|
8028
|
-
"name": "
|
|
8029
|
-
"
|
|
8028
|
+
"name": "getTextRendererTemplate",
|
|
8029
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8030
8030
|
}
|
|
8031
8031
|
},
|
|
8032
8032
|
{
|
|
8033
8033
|
"kind": "js",
|
|
8034
|
-
"name": "
|
|
8034
|
+
"name": "foundationAgTextRenderer",
|
|
8035
8035
|
"declaration": {
|
|
8036
|
-
"name": "
|
|
8037
|
-
"
|
|
8036
|
+
"name": "foundationAgTextRenderer",
|
|
8037
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
8038
8038
|
}
|
|
8039
8039
|
}
|
|
8040
8040
|
]
|
|
@@ -20173,60 +20173,6 @@
|
|
|
20173
20173
|
}
|
|
20174
20174
|
]
|
|
20175
20175
|
},
|
|
20176
|
-
{
|
|
20177
|
-
"kind": "javascript-module",
|
|
20178
|
-
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20179
|
-
"declarations": [
|
|
20180
|
-
{
|
|
20181
|
-
"kind": "function",
|
|
20182
|
-
"name": "setValueWithAccessor",
|
|
20183
|
-
"return": {
|
|
20184
|
-
"type": {
|
|
20185
|
-
"text": "string"
|
|
20186
|
-
}
|
|
20187
|
-
},
|
|
20188
|
-
"parameters": [
|
|
20189
|
-
{
|
|
20190
|
-
"name": "data",
|
|
20191
|
-
"type": {
|
|
20192
|
-
"text": "any"
|
|
20193
|
-
}
|
|
20194
|
-
},
|
|
20195
|
-
{
|
|
20196
|
-
"name": "accessor",
|
|
20197
|
-
"type": {
|
|
20198
|
-
"text": "string"
|
|
20199
|
-
}
|
|
20200
|
-
}
|
|
20201
|
-
]
|
|
20202
|
-
}
|
|
20203
|
-
],
|
|
20204
|
-
"exports": [
|
|
20205
|
-
{
|
|
20206
|
-
"kind": "js",
|
|
20207
|
-
"name": "setValueWithAccessor",
|
|
20208
|
-
"declaration": {
|
|
20209
|
-
"name": "setValueWithAccessor",
|
|
20210
|
-
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20211
|
-
}
|
|
20212
|
-
}
|
|
20213
|
-
]
|
|
20214
|
-
},
|
|
20215
|
-
{
|
|
20216
|
-
"kind": "javascript-module",
|
|
20217
|
-
"path": "src/cell-renderers/utils/index.ts",
|
|
20218
|
-
"declarations": [],
|
|
20219
|
-
"exports": [
|
|
20220
|
-
{
|
|
20221
|
-
"kind": "js",
|
|
20222
|
-
"name": "*",
|
|
20223
|
-
"declaration": {
|
|
20224
|
-
"name": "*",
|
|
20225
|
-
"package": "./accessor"
|
|
20226
|
-
}
|
|
20227
|
-
}
|
|
20228
|
-
]
|
|
20229
|
-
},
|
|
20230
20176
|
{
|
|
20231
20177
|
"kind": "javascript-module",
|
|
20232
20178
|
"path": "src/column/utils/grid-pro-columns.ts",
|
|
@@ -20320,6 +20266,60 @@
|
|
|
20320
20266
|
}
|
|
20321
20267
|
}
|
|
20322
20268
|
]
|
|
20269
|
+
},
|
|
20270
|
+
{
|
|
20271
|
+
"kind": "javascript-module",
|
|
20272
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
20273
|
+
"declarations": [
|
|
20274
|
+
{
|
|
20275
|
+
"kind": "function",
|
|
20276
|
+
"name": "setValueWithAccessor",
|
|
20277
|
+
"return": {
|
|
20278
|
+
"type": {
|
|
20279
|
+
"text": "string"
|
|
20280
|
+
}
|
|
20281
|
+
},
|
|
20282
|
+
"parameters": [
|
|
20283
|
+
{
|
|
20284
|
+
"name": "data",
|
|
20285
|
+
"type": {
|
|
20286
|
+
"text": "any"
|
|
20287
|
+
}
|
|
20288
|
+
},
|
|
20289
|
+
{
|
|
20290
|
+
"name": "accessor",
|
|
20291
|
+
"type": {
|
|
20292
|
+
"text": "string"
|
|
20293
|
+
}
|
|
20294
|
+
}
|
|
20295
|
+
]
|
|
20296
|
+
}
|
|
20297
|
+
],
|
|
20298
|
+
"exports": [
|
|
20299
|
+
{
|
|
20300
|
+
"kind": "js",
|
|
20301
|
+
"name": "setValueWithAccessor",
|
|
20302
|
+
"declaration": {
|
|
20303
|
+
"name": "setValueWithAccessor",
|
|
20304
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
20305
|
+
}
|
|
20306
|
+
}
|
|
20307
|
+
]
|
|
20308
|
+
},
|
|
20309
|
+
{
|
|
20310
|
+
"kind": "javascript-module",
|
|
20311
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
20312
|
+
"declarations": [],
|
|
20313
|
+
"exports": [
|
|
20314
|
+
{
|
|
20315
|
+
"kind": "js",
|
|
20316
|
+
"name": "*",
|
|
20317
|
+
"declaration": {
|
|
20318
|
+
"name": "*",
|
|
20319
|
+
"package": "./accessor"
|
|
20320
|
+
}
|
|
20321
|
+
}
|
|
20322
|
+
]
|
|
20323
20323
|
}
|
|
20324
20324
|
]
|
|
20325
20325
|
}
|