@genesislcap/grid-pro 14.409.0 → 14.410.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +627 -627
- package/package.json +14 -14
|
@@ -5144,123 +5144,69 @@
|
|
|
5144
5144
|
},
|
|
5145
5145
|
{
|
|
5146
5146
|
"kind": "javascript-module",
|
|
5147
|
-
"path": "src/
|
|
5148
|
-
"declarations": [
|
|
5149
|
-
{
|
|
5150
|
-
"kind": "variable",
|
|
5151
|
-
"name": "ColumnTemplate",
|
|
5152
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5153
|
-
"description": "The Grid Pro Column Template.",
|
|
5154
|
-
"privacy": "public"
|
|
5155
|
-
}
|
|
5156
|
-
],
|
|
5157
|
-
"exports": [
|
|
5158
|
-
{
|
|
5159
|
-
"kind": "js",
|
|
5160
|
-
"name": "ColumnTemplate",
|
|
5161
|
-
"declaration": {
|
|
5162
|
-
"name": "ColumnTemplate",
|
|
5163
|
-
"module": "src/column/column.template.ts"
|
|
5164
|
-
}
|
|
5165
|
-
}
|
|
5166
|
-
]
|
|
5167
|
-
},
|
|
5168
|
-
{
|
|
5169
|
-
"kind": "javascript-module",
|
|
5170
|
-
"path": "src/column/column.ts",
|
|
5147
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5171
5148
|
"declarations": [
|
|
5172
5149
|
{
|
|
5173
5150
|
"kind": "class",
|
|
5174
|
-
"description": "The
|
|
5175
|
-
"name": "
|
|
5151
|
+
"description": "The AG Action Renderer element.",
|
|
5152
|
+
"name": "ActionRenderer",
|
|
5176
5153
|
"members": [
|
|
5177
5154
|
{
|
|
5178
5155
|
"kind": "field",
|
|
5179
|
-
"name": "
|
|
5156
|
+
"name": "params",
|
|
5180
5157
|
"type": {
|
|
5181
|
-
"text": "
|
|
5158
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5182
5159
|
},
|
|
5183
5160
|
"privacy": "public"
|
|
5184
5161
|
},
|
|
5185
5162
|
{
|
|
5186
5163
|
"kind": "field",
|
|
5187
|
-
"name": "
|
|
5164
|
+
"name": "pendingAction",
|
|
5188
5165
|
"type": {
|
|
5189
|
-
"text": "
|
|
5166
|
+
"text": "boolean"
|
|
5190
5167
|
},
|
|
5191
|
-
"default": "{}"
|
|
5192
|
-
},
|
|
5193
|
-
{
|
|
5194
|
-
"kind": "method",
|
|
5195
|
-
"name": "slottedAgCellChanged",
|
|
5196
5168
|
"privacy": "public"
|
|
5197
5169
|
},
|
|
5198
5170
|
{
|
|
5199
5171
|
"kind": "method",
|
|
5200
|
-
"name": "
|
|
5201
|
-
"
|
|
5202
|
-
"type": {
|
|
5203
|
-
"text": "Node"
|
|
5204
|
-
}
|
|
5205
|
-
},
|
|
5206
|
-
"inheritedFrom": {
|
|
5207
|
-
"name": "LifecycleMixin",
|
|
5208
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5209
|
-
}
|
|
5210
|
-
},
|
|
5211
|
-
{
|
|
5212
|
-
"kind": "method",
|
|
5213
|
-
"name": "cloneNode",
|
|
5214
|
-
"return": {
|
|
5215
|
-
"type": {
|
|
5216
|
-
"text": "Node"
|
|
5217
|
-
}
|
|
5218
|
-
},
|
|
5172
|
+
"name": "init",
|
|
5173
|
+
"privacy": "public",
|
|
5219
5174
|
"parameters": [
|
|
5220
5175
|
{
|
|
5221
|
-
"name": "
|
|
5222
|
-
"optional": true,
|
|
5176
|
+
"name": "params",
|
|
5223
5177
|
"type": {
|
|
5224
|
-
"text": "
|
|
5178
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5225
5179
|
}
|
|
5226
5180
|
}
|
|
5227
|
-
]
|
|
5228
|
-
"inheritedFrom": {
|
|
5229
|
-
"name": "LifecycleMixin",
|
|
5230
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5231
|
-
}
|
|
5181
|
+
]
|
|
5232
5182
|
},
|
|
5233
5183
|
{
|
|
5234
|
-
"kind": "
|
|
5235
|
-
"name": "
|
|
5184
|
+
"kind": "method",
|
|
5185
|
+
"name": "getGui",
|
|
5186
|
+
"privacy": "public",
|
|
5236
5187
|
"return": {
|
|
5237
5188
|
"type": {
|
|
5238
|
-
"text": ""
|
|
5189
|
+
"text": "HTMLElement"
|
|
5239
5190
|
}
|
|
5240
|
-
},
|
|
5241
|
-
"readonly": true,
|
|
5242
|
-
"inheritedFrom": {
|
|
5243
|
-
"name": "LifecycleMixin",
|
|
5244
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5245
5191
|
}
|
|
5246
5192
|
},
|
|
5247
5193
|
{
|
|
5248
|
-
"kind": "
|
|
5249
|
-
"name": "
|
|
5250
|
-
"
|
|
5251
|
-
|
|
5252
|
-
|
|
5194
|
+
"kind": "method",
|
|
5195
|
+
"name": "refresh",
|
|
5196
|
+
"privacy": "public",
|
|
5197
|
+
"parameters": [
|
|
5198
|
+
{
|
|
5199
|
+
"name": "params",
|
|
5200
|
+
"type": {
|
|
5201
|
+
"text": "ICellRendererParams"
|
|
5202
|
+
}
|
|
5253
5203
|
}
|
|
5254
|
-
|
|
5255
|
-
"readonly": true,
|
|
5256
|
-
"inheritedFrom": {
|
|
5257
|
-
"name": "LifecycleMixin",
|
|
5258
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5259
|
-
}
|
|
5204
|
+
]
|
|
5260
5205
|
},
|
|
5261
5206
|
{
|
|
5262
5207
|
"kind": "method",
|
|
5263
|
-
"name": "
|
|
5208
|
+
"name": "isDisabled",
|
|
5209
|
+
"privacy": "public",
|
|
5264
5210
|
"return": {
|
|
5265
5211
|
"type": {
|
|
5266
5212
|
"text": "boolean"
|
|
@@ -5268,16 +5214,19 @@
|
|
|
5268
5214
|
},
|
|
5269
5215
|
"parameters": [
|
|
5270
5216
|
{
|
|
5271
|
-
"name": "
|
|
5272
|
-
"type": {
|
|
5273
|
-
"text": "Lifecycletype"
|
|
5274
|
-
}
|
|
5217
|
+
"name": "data"
|
|
5275
5218
|
}
|
|
5276
|
-
]
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5219
|
+
]
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"kind": "method",
|
|
5223
|
+
"name": "clickHandler",
|
|
5224
|
+
"privacy": "public"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"kind": "field",
|
|
5228
|
+
"name": "dataTestId",
|
|
5229
|
+
"readonly": true
|
|
5281
5230
|
},
|
|
5282
5231
|
{
|
|
5283
5232
|
"kind": "field",
|
|
@@ -5391,92 +5340,82 @@
|
|
|
5391
5340
|
}
|
|
5392
5341
|
}
|
|
5393
5342
|
],
|
|
5394
|
-
"mixins": [
|
|
5395
|
-
{
|
|
5396
|
-
"name": "LifecycleMixin",
|
|
5397
|
-
"package": "@genesislcap/foundation-utils"
|
|
5398
|
-
}
|
|
5399
|
-
],
|
|
5400
5343
|
"superclass": {
|
|
5401
5344
|
"name": "FoundationElement",
|
|
5402
5345
|
"package": "@microsoft/fast-foundation"
|
|
5403
5346
|
},
|
|
5404
|
-
"tagName": "grid-pro-
|
|
5347
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5405
5348
|
"customElement": true
|
|
5349
|
+
},
|
|
5350
|
+
{
|
|
5351
|
+
"kind": "variable",
|
|
5352
|
+
"name": "actionHeightMultiplier",
|
|
5353
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5354
|
+
"privacy": "public"
|
|
5355
|
+
},
|
|
5356
|
+
{
|
|
5357
|
+
"kind": "variable",
|
|
5358
|
+
"name": "agActionRendererStyles",
|
|
5359
|
+
"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`",
|
|
5360
|
+
"description": "The AG Action Renderer Styles.",
|
|
5361
|
+
"privacy": "public"
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"kind": "variable",
|
|
5365
|
+
"name": "foundationGridProActionRenderer",
|
|
5366
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5367
|
+
"privacy": "public"
|
|
5406
5368
|
}
|
|
5407
5369
|
],
|
|
5408
5370
|
"exports": [
|
|
5409
5371
|
{
|
|
5410
5372
|
"kind": "js",
|
|
5411
|
-
"name": "
|
|
5373
|
+
"name": "ActionRenderer",
|
|
5412
5374
|
"declaration": {
|
|
5413
|
-
"name": "
|
|
5414
|
-
"module": "src/
|
|
5375
|
+
"name": "ActionRenderer",
|
|
5376
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5415
5377
|
}
|
|
5416
5378
|
},
|
|
5417
|
-
{
|
|
5418
|
-
"kind": "custom-element-definition",
|
|
5419
|
-
"name": "grid-pro-column",
|
|
5420
|
-
"declaration": {
|
|
5421
|
-
"name": "GridProColumn",
|
|
5422
|
-
"module": "src/column/column.ts"
|
|
5423
|
-
}
|
|
5424
|
-
}
|
|
5425
|
-
]
|
|
5426
|
-
},
|
|
5427
|
-
{
|
|
5428
|
-
"kind": "javascript-module",
|
|
5429
|
-
"path": "src/column/index.ts",
|
|
5430
|
-
"declarations": [],
|
|
5431
|
-
"exports": [
|
|
5432
5379
|
{
|
|
5433
5380
|
"kind": "js",
|
|
5434
|
-
"name": "
|
|
5381
|
+
"name": "actionHeightMultiplier",
|
|
5435
5382
|
"declaration": {
|
|
5436
|
-
"name": "
|
|
5437
|
-
"
|
|
5383
|
+
"name": "actionHeightMultiplier",
|
|
5384
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5438
5385
|
}
|
|
5439
5386
|
},
|
|
5440
5387
|
{
|
|
5441
5388
|
"kind": "js",
|
|
5442
|
-
"name": "
|
|
5389
|
+
"name": "agActionRendererStyles",
|
|
5443
5390
|
"declaration": {
|
|
5444
|
-
"name": "
|
|
5445
|
-
"
|
|
5391
|
+
"name": "agActionRendererStyles",
|
|
5392
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5446
5393
|
}
|
|
5447
5394
|
},
|
|
5448
5395
|
{
|
|
5449
5396
|
"kind": "js",
|
|
5450
|
-
"name": "
|
|
5397
|
+
"name": "foundationGridProActionRenderer",
|
|
5451
5398
|
"declaration": {
|
|
5452
|
-
"name": "
|
|
5453
|
-
"
|
|
5399
|
+
"name": "foundationGridProActionRenderer",
|
|
5400
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5454
5401
|
}
|
|
5455
5402
|
}
|
|
5456
5403
|
]
|
|
5457
5404
|
},
|
|
5458
5405
|
{
|
|
5459
5406
|
"kind": "javascript-module",
|
|
5460
|
-
"path": "src/cell-renderers/
|
|
5407
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5461
5408
|
"declarations": [
|
|
5462
5409
|
{
|
|
5463
5410
|
"kind": "class",
|
|
5464
|
-
"description": "The
|
|
5465
|
-
"name": "
|
|
5411
|
+
"description": "The Actions Menu Renderer element.",
|
|
5412
|
+
"name": "ActionsMenuRenderer",
|
|
5466
5413
|
"members": [
|
|
5467
5414
|
{
|
|
5468
5415
|
"kind": "field",
|
|
5469
5416
|
"name": "params",
|
|
5470
5417
|
"type": {
|
|
5471
|
-
"text": "ICellRendererParams
|
|
5472
|
-
},
|
|
5473
|
-
"privacy": "public"
|
|
5474
|
-
},
|
|
5475
|
-
{
|
|
5476
|
-
"kind": "field",
|
|
5477
|
-
"name": "pendingAction",
|
|
5478
|
-
"type": {
|
|
5479
|
-
"text": "boolean"
|
|
5418
|
+
"text": "ICellRendererParams"
|
|
5480
5419
|
},
|
|
5481
5420
|
"privacy": "public"
|
|
5482
5421
|
},
|
|
@@ -5488,7 +5427,7 @@
|
|
|
5488
5427
|
{
|
|
5489
5428
|
"name": "params",
|
|
5490
5429
|
"type": {
|
|
5491
|
-
"text": "ICellRendererParams
|
|
5430
|
+
"text": "ICellRendererParams"
|
|
5492
5431
|
}
|
|
5493
5432
|
}
|
|
5494
5433
|
]
|
|
@@ -5516,31 +5455,6 @@
|
|
|
5516
5455
|
}
|
|
5517
5456
|
]
|
|
5518
5457
|
},
|
|
5519
|
-
{
|
|
5520
|
-
"kind": "method",
|
|
5521
|
-
"name": "isDisabled",
|
|
5522
|
-
"privacy": "public",
|
|
5523
|
-
"return": {
|
|
5524
|
-
"type": {
|
|
5525
|
-
"text": "boolean"
|
|
5526
|
-
}
|
|
5527
|
-
},
|
|
5528
|
-
"parameters": [
|
|
5529
|
-
{
|
|
5530
|
-
"name": "data"
|
|
5531
|
-
}
|
|
5532
|
-
]
|
|
5533
|
-
},
|
|
5534
|
-
{
|
|
5535
|
-
"kind": "method",
|
|
5536
|
-
"name": "clickHandler",
|
|
5537
|
-
"privacy": "public"
|
|
5538
|
-
},
|
|
5539
|
-
{
|
|
5540
|
-
"kind": "field",
|
|
5541
|
-
"name": "dataTestId",
|
|
5542
|
-
"readonly": true
|
|
5543
|
-
},
|
|
5544
5458
|
{
|
|
5545
5459
|
"kind": "field",
|
|
5546
5460
|
"name": "_presentation",
|
|
@@ -5657,240 +5571,13 @@
|
|
|
5657
5571
|
"name": "FoundationElement",
|
|
5658
5572
|
"package": "@microsoft/fast-foundation"
|
|
5659
5573
|
},
|
|
5660
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5574
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5661
5575
|
"customElement": true
|
|
5662
5576
|
},
|
|
5663
5577
|
{
|
|
5664
5578
|
"kind": "variable",
|
|
5665
|
-
"name": "
|
|
5666
|
-
"description": "
|
|
5667
|
-
"privacy": "public"
|
|
5668
|
-
},
|
|
5669
|
-
{
|
|
5670
|
-
"kind": "variable",
|
|
5671
|
-
"name": "agActionRendererStyles",
|
|
5672
|
-
"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`",
|
|
5673
|
-
"description": "The AG Action Renderer Styles.",
|
|
5674
|
-
"privacy": "public"
|
|
5675
|
-
},
|
|
5676
|
-
{
|
|
5677
|
-
"kind": "variable",
|
|
5678
|
-
"name": "foundationGridProActionRenderer",
|
|
5679
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5680
|
-
"privacy": "public"
|
|
5681
|
-
}
|
|
5682
|
-
],
|
|
5683
|
-
"exports": [
|
|
5684
|
-
{
|
|
5685
|
-
"kind": "js",
|
|
5686
|
-
"name": "ActionRenderer",
|
|
5687
|
-
"declaration": {
|
|
5688
|
-
"name": "ActionRenderer",
|
|
5689
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5690
|
-
}
|
|
5691
|
-
},
|
|
5692
|
-
{
|
|
5693
|
-
"kind": "js",
|
|
5694
|
-
"name": "actionHeightMultiplier",
|
|
5695
|
-
"declaration": {
|
|
5696
|
-
"name": "actionHeightMultiplier",
|
|
5697
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5698
|
-
}
|
|
5699
|
-
},
|
|
5700
|
-
{
|
|
5701
|
-
"kind": "js",
|
|
5702
|
-
"name": "agActionRendererStyles",
|
|
5703
|
-
"declaration": {
|
|
5704
|
-
"name": "agActionRendererStyles",
|
|
5705
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5706
|
-
}
|
|
5707
|
-
},
|
|
5708
|
-
{
|
|
5709
|
-
"kind": "js",
|
|
5710
|
-
"name": "foundationGridProActionRenderer",
|
|
5711
|
-
"declaration": {
|
|
5712
|
-
"name": "foundationGridProActionRenderer",
|
|
5713
|
-
"module": "src/cell-renderers/action.renderer.ts"
|
|
5714
|
-
}
|
|
5715
|
-
}
|
|
5716
|
-
]
|
|
5717
|
-
},
|
|
5718
|
-
{
|
|
5719
|
-
"kind": "javascript-module",
|
|
5720
|
-
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5721
|
-
"declarations": [
|
|
5722
|
-
{
|
|
5723
|
-
"kind": "class",
|
|
5724
|
-
"description": "The Actions Menu Renderer element.",
|
|
5725
|
-
"name": "ActionsMenuRenderer",
|
|
5726
|
-
"members": [
|
|
5727
|
-
{
|
|
5728
|
-
"kind": "field",
|
|
5729
|
-
"name": "params",
|
|
5730
|
-
"type": {
|
|
5731
|
-
"text": "ICellRendererParams"
|
|
5732
|
-
},
|
|
5733
|
-
"privacy": "public"
|
|
5734
|
-
},
|
|
5735
|
-
{
|
|
5736
|
-
"kind": "method",
|
|
5737
|
-
"name": "init",
|
|
5738
|
-
"privacy": "public",
|
|
5739
|
-
"parameters": [
|
|
5740
|
-
{
|
|
5741
|
-
"name": "params",
|
|
5742
|
-
"type": {
|
|
5743
|
-
"text": "ICellRendererParams"
|
|
5744
|
-
}
|
|
5745
|
-
}
|
|
5746
|
-
]
|
|
5747
|
-
},
|
|
5748
|
-
{
|
|
5749
|
-
"kind": "method",
|
|
5750
|
-
"name": "getGui",
|
|
5751
|
-
"privacy": "public",
|
|
5752
|
-
"return": {
|
|
5753
|
-
"type": {
|
|
5754
|
-
"text": "HTMLElement"
|
|
5755
|
-
}
|
|
5756
|
-
}
|
|
5757
|
-
},
|
|
5758
|
-
{
|
|
5759
|
-
"kind": "method",
|
|
5760
|
-
"name": "refresh",
|
|
5761
|
-
"privacy": "public",
|
|
5762
|
-
"parameters": [
|
|
5763
|
-
{
|
|
5764
|
-
"name": "params",
|
|
5765
|
-
"type": {
|
|
5766
|
-
"text": "ICellRendererParams"
|
|
5767
|
-
}
|
|
5768
|
-
}
|
|
5769
|
-
]
|
|
5770
|
-
},
|
|
5771
|
-
{
|
|
5772
|
-
"kind": "field",
|
|
5773
|
-
"name": "_presentation",
|
|
5774
|
-
"type": {
|
|
5775
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5776
|
-
},
|
|
5777
|
-
"privacy": "private",
|
|
5778
|
-
"default": "void 0",
|
|
5779
|
-
"inheritedFrom": {
|
|
5780
|
-
"name": "FoundationElement",
|
|
5781
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5782
|
-
}
|
|
5783
|
-
},
|
|
5784
|
-
{
|
|
5785
|
-
"kind": "field",
|
|
5786
|
-
"name": "$presentation",
|
|
5787
|
-
"type": {
|
|
5788
|
-
"text": "ComponentPresentation | null"
|
|
5789
|
-
},
|
|
5790
|
-
"privacy": "public",
|
|
5791
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5792
|
-
"inheritedFrom": {
|
|
5793
|
-
"name": "FoundationElement",
|
|
5794
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5795
|
-
}
|
|
5796
|
-
},
|
|
5797
|
-
{
|
|
5798
|
-
"kind": "field",
|
|
5799
|
-
"name": "template",
|
|
5800
|
-
"type": {
|
|
5801
|
-
"text": "ElementViewTemplate | void | null"
|
|
5802
|
-
},
|
|
5803
|
-
"privacy": "public",
|
|
5804
|
-
"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.",
|
|
5805
|
-
"inheritedFrom": {
|
|
5806
|
-
"name": "FoundationElement",
|
|
5807
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5808
|
-
}
|
|
5809
|
-
},
|
|
5810
|
-
{
|
|
5811
|
-
"kind": "method",
|
|
5812
|
-
"name": "templateChanged",
|
|
5813
|
-
"privacy": "protected",
|
|
5814
|
-
"return": {
|
|
5815
|
-
"type": {
|
|
5816
|
-
"text": "void"
|
|
5817
|
-
}
|
|
5818
|
-
},
|
|
5819
|
-
"inheritedFrom": {
|
|
5820
|
-
"name": "FoundationElement",
|
|
5821
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5822
|
-
}
|
|
5823
|
-
},
|
|
5824
|
-
{
|
|
5825
|
-
"kind": "field",
|
|
5826
|
-
"name": "styles",
|
|
5827
|
-
"type": {
|
|
5828
|
-
"text": "ElementStyles | void | null"
|
|
5829
|
-
},
|
|
5830
|
-
"privacy": "public",
|
|
5831
|
-
"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.",
|
|
5832
|
-
"inheritedFrom": {
|
|
5833
|
-
"name": "FoundationElement",
|
|
5834
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5835
|
-
}
|
|
5836
|
-
},
|
|
5837
|
-
{
|
|
5838
|
-
"kind": "method",
|
|
5839
|
-
"name": "stylesChanged",
|
|
5840
|
-
"privacy": "protected",
|
|
5841
|
-
"return": {
|
|
5842
|
-
"type": {
|
|
5843
|
-
"text": "void"
|
|
5844
|
-
}
|
|
5845
|
-
},
|
|
5846
|
-
"inheritedFrom": {
|
|
5847
|
-
"name": "FoundationElement",
|
|
5848
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5849
|
-
}
|
|
5850
|
-
},
|
|
5851
|
-
{
|
|
5852
|
-
"kind": "method",
|
|
5853
|
-
"name": "compose",
|
|
5854
|
-
"privacy": "public",
|
|
5855
|
-
"static": true,
|
|
5856
|
-
"return": {
|
|
5857
|
-
"type": {
|
|
5858
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5859
|
-
}
|
|
5860
|
-
},
|
|
5861
|
-
"parameters": [
|
|
5862
|
-
{
|
|
5863
|
-
"name": "this",
|
|
5864
|
-
"type": {
|
|
5865
|
-
"text": "K"
|
|
5866
|
-
}
|
|
5867
|
-
},
|
|
5868
|
-
{
|
|
5869
|
-
"name": "elementDefinition",
|
|
5870
|
-
"type": {
|
|
5871
|
-
"text": "T"
|
|
5872
|
-
},
|
|
5873
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5874
|
-
}
|
|
5875
|
-
],
|
|
5876
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5877
|
-
"inheritedFrom": {
|
|
5878
|
-
"name": "FoundationElement",
|
|
5879
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5880
|
-
}
|
|
5881
|
-
}
|
|
5882
|
-
],
|
|
5883
|
-
"superclass": {
|
|
5884
|
-
"name": "FoundationElement",
|
|
5885
|
-
"package": "@microsoft/fast-foundation"
|
|
5886
|
-
},
|
|
5887
|
-
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5888
|
-
"customElement": true
|
|
5889
|
-
},
|
|
5890
|
-
{
|
|
5891
|
-
"kind": "variable",
|
|
5892
|
-
"name": "foundationGridProActionsMenuRenderer",
|
|
5893
|
-
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5579
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5580
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5894
5581
|
"privacy": "public"
|
|
5895
5582
|
},
|
|
5896
5583
|
{
|
|
@@ -7163,15 +6850,277 @@
|
|
|
7163
6850
|
}
|
|
7164
6851
|
]
|
|
7165
6852
|
},
|
|
7166
|
-
{
|
|
7167
|
-
"kind": "method",
|
|
7168
|
-
"name": "destroy",
|
|
7169
|
-
"return": {
|
|
7170
|
-
"type": {
|
|
7171
|
-
"text": "void"
|
|
7172
|
-
}
|
|
7173
|
-
}
|
|
7174
|
-
},
|
|
6853
|
+
{
|
|
6854
|
+
"kind": "method",
|
|
6855
|
+
"name": "destroy",
|
|
6856
|
+
"return": {
|
|
6857
|
+
"type": {
|
|
6858
|
+
"text": "void"
|
|
6859
|
+
}
|
|
6860
|
+
}
|
|
6861
|
+
},
|
|
6862
|
+
{
|
|
6863
|
+
"kind": "field",
|
|
6864
|
+
"name": "_presentation",
|
|
6865
|
+
"type": {
|
|
6866
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6867
|
+
},
|
|
6868
|
+
"privacy": "private",
|
|
6869
|
+
"default": "void 0",
|
|
6870
|
+
"inheritedFrom": {
|
|
6871
|
+
"name": "FoundationElement",
|
|
6872
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6873
|
+
}
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"kind": "field",
|
|
6877
|
+
"name": "$presentation",
|
|
6878
|
+
"type": {
|
|
6879
|
+
"text": "ComponentPresentation | null"
|
|
6880
|
+
},
|
|
6881
|
+
"privacy": "public",
|
|
6882
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6883
|
+
"inheritedFrom": {
|
|
6884
|
+
"name": "FoundationElement",
|
|
6885
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6886
|
+
}
|
|
6887
|
+
},
|
|
6888
|
+
{
|
|
6889
|
+
"kind": "field",
|
|
6890
|
+
"name": "template",
|
|
6891
|
+
"type": {
|
|
6892
|
+
"text": "ElementViewTemplate | void | null"
|
|
6893
|
+
},
|
|
6894
|
+
"privacy": "public",
|
|
6895
|
+
"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.",
|
|
6896
|
+
"inheritedFrom": {
|
|
6897
|
+
"name": "FoundationElement",
|
|
6898
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6899
|
+
}
|
|
6900
|
+
},
|
|
6901
|
+
{
|
|
6902
|
+
"kind": "method",
|
|
6903
|
+
"name": "templateChanged",
|
|
6904
|
+
"privacy": "protected",
|
|
6905
|
+
"return": {
|
|
6906
|
+
"type": {
|
|
6907
|
+
"text": "void"
|
|
6908
|
+
}
|
|
6909
|
+
},
|
|
6910
|
+
"inheritedFrom": {
|
|
6911
|
+
"name": "FoundationElement",
|
|
6912
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6913
|
+
}
|
|
6914
|
+
},
|
|
6915
|
+
{
|
|
6916
|
+
"kind": "field",
|
|
6917
|
+
"name": "styles",
|
|
6918
|
+
"type": {
|
|
6919
|
+
"text": "ElementStyles | void | null"
|
|
6920
|
+
},
|
|
6921
|
+
"privacy": "public",
|
|
6922
|
+
"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.",
|
|
6923
|
+
"inheritedFrom": {
|
|
6924
|
+
"name": "FoundationElement",
|
|
6925
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6926
|
+
}
|
|
6927
|
+
},
|
|
6928
|
+
{
|
|
6929
|
+
"kind": "method",
|
|
6930
|
+
"name": "stylesChanged",
|
|
6931
|
+
"privacy": "protected",
|
|
6932
|
+
"return": {
|
|
6933
|
+
"type": {
|
|
6934
|
+
"text": "void"
|
|
6935
|
+
}
|
|
6936
|
+
},
|
|
6937
|
+
"inheritedFrom": {
|
|
6938
|
+
"name": "FoundationElement",
|
|
6939
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6940
|
+
}
|
|
6941
|
+
},
|
|
6942
|
+
{
|
|
6943
|
+
"kind": "method",
|
|
6944
|
+
"name": "compose",
|
|
6945
|
+
"privacy": "public",
|
|
6946
|
+
"static": true,
|
|
6947
|
+
"return": {
|
|
6948
|
+
"type": {
|
|
6949
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6950
|
+
}
|
|
6951
|
+
},
|
|
6952
|
+
"parameters": [
|
|
6953
|
+
{
|
|
6954
|
+
"name": "this",
|
|
6955
|
+
"type": {
|
|
6956
|
+
"text": "K"
|
|
6957
|
+
}
|
|
6958
|
+
},
|
|
6959
|
+
{
|
|
6960
|
+
"name": "elementDefinition",
|
|
6961
|
+
"type": {
|
|
6962
|
+
"text": "T"
|
|
6963
|
+
},
|
|
6964
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6965
|
+
}
|
|
6966
|
+
],
|
|
6967
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6968
|
+
"inheritedFrom": {
|
|
6969
|
+
"name": "FoundationElement",
|
|
6970
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6971
|
+
}
|
|
6972
|
+
}
|
|
6973
|
+
],
|
|
6974
|
+
"superclass": {
|
|
6975
|
+
"name": "FoundationElement",
|
|
6976
|
+
"package": "@microsoft/fast-foundation"
|
|
6977
|
+
},
|
|
6978
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
6979
|
+
"customElement": true
|
|
6980
|
+
},
|
|
6981
|
+
{
|
|
6982
|
+
"kind": "variable",
|
|
6983
|
+
"name": "foundationStatusPillRenderer",
|
|
6984
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
6985
|
+
"privacy": "public"
|
|
6986
|
+
}
|
|
6987
|
+
],
|
|
6988
|
+
"exports": [
|
|
6989
|
+
{
|
|
6990
|
+
"kind": "js",
|
|
6991
|
+
"name": "agStatusPillRendererStyles",
|
|
6992
|
+
"declaration": {
|
|
6993
|
+
"name": "agStatusPillRendererStyles",
|
|
6994
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6995
|
+
}
|
|
6996
|
+
},
|
|
6997
|
+
{
|
|
6998
|
+
"kind": "js",
|
|
6999
|
+
"name": "getStatusPillRendererTemplate",
|
|
7000
|
+
"declaration": {
|
|
7001
|
+
"name": "getStatusPillRendererTemplate",
|
|
7002
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7003
|
+
}
|
|
7004
|
+
},
|
|
7005
|
+
{
|
|
7006
|
+
"kind": "js",
|
|
7007
|
+
"name": "StatusPillRenderer",
|
|
7008
|
+
"declaration": {
|
|
7009
|
+
"name": "StatusPillRenderer",
|
|
7010
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7011
|
+
}
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"kind": "js",
|
|
7015
|
+
"name": "foundationStatusPillRenderer",
|
|
7016
|
+
"declaration": {
|
|
7017
|
+
"name": "foundationStatusPillRenderer",
|
|
7018
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7019
|
+
}
|
|
7020
|
+
}
|
|
7021
|
+
]
|
|
7022
|
+
},
|
|
7023
|
+
{
|
|
7024
|
+
"kind": "javascript-module",
|
|
7025
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7026
|
+
"declarations": [
|
|
7027
|
+
{
|
|
7028
|
+
"kind": "class",
|
|
7029
|
+
"description": "The AG Text Field Renderer element.",
|
|
7030
|
+
"name": "AgTextFieldRenderer",
|
|
7031
|
+
"members": [
|
|
7032
|
+
{
|
|
7033
|
+
"kind": "field",
|
|
7034
|
+
"name": "textField",
|
|
7035
|
+
"type": {
|
|
7036
|
+
"text": "TextField"
|
|
7037
|
+
},
|
|
7038
|
+
"privacy": "public"
|
|
7039
|
+
},
|
|
7040
|
+
{
|
|
7041
|
+
"kind": "field",
|
|
7042
|
+
"name": "textValue",
|
|
7043
|
+
"type": {
|
|
7044
|
+
"text": "string"
|
|
7045
|
+
},
|
|
7046
|
+
"default": "''"
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"kind": "field",
|
|
7050
|
+
"name": "params",
|
|
7051
|
+
"type": {
|
|
7052
|
+
"text": "FuiCellRendererParams"
|
|
7053
|
+
},
|
|
7054
|
+
"privacy": "public"
|
|
7055
|
+
},
|
|
7056
|
+
{
|
|
7057
|
+
"kind": "method",
|
|
7058
|
+
"name": "init",
|
|
7059
|
+
"privacy": "public",
|
|
7060
|
+
"parameters": [
|
|
7061
|
+
{
|
|
7062
|
+
"name": "params",
|
|
7063
|
+
"type": {
|
|
7064
|
+
"text": "FuiCellRendererParams"
|
|
7065
|
+
}
|
|
7066
|
+
}
|
|
7067
|
+
]
|
|
7068
|
+
},
|
|
7069
|
+
{
|
|
7070
|
+
"kind": "method",
|
|
7071
|
+
"name": "getGui",
|
|
7072
|
+
"privacy": "public",
|
|
7073
|
+
"return": {
|
|
7074
|
+
"type": {
|
|
7075
|
+
"text": "HTMLElement"
|
|
7076
|
+
}
|
|
7077
|
+
}
|
|
7078
|
+
},
|
|
7079
|
+
{
|
|
7080
|
+
"kind": "method",
|
|
7081
|
+
"name": "destroy",
|
|
7082
|
+
"privacy": "public"
|
|
7083
|
+
},
|
|
7084
|
+
{
|
|
7085
|
+
"kind": "method",
|
|
7086
|
+
"name": "refresh",
|
|
7087
|
+
"privacy": "public",
|
|
7088
|
+
"parameters": [
|
|
7089
|
+
{
|
|
7090
|
+
"name": "params",
|
|
7091
|
+
"type": {
|
|
7092
|
+
"text": "FuiCellRendererParams"
|
|
7093
|
+
}
|
|
7094
|
+
}
|
|
7095
|
+
]
|
|
7096
|
+
},
|
|
7097
|
+
{
|
|
7098
|
+
"kind": "method",
|
|
7099
|
+
"name": "isDisabled",
|
|
7100
|
+
"privacy": "public",
|
|
7101
|
+
"return": {
|
|
7102
|
+
"type": {
|
|
7103
|
+
"text": "boolean"
|
|
7104
|
+
}
|
|
7105
|
+
},
|
|
7106
|
+
"parameters": [
|
|
7107
|
+
{
|
|
7108
|
+
"name": "data"
|
|
7109
|
+
}
|
|
7110
|
+
]
|
|
7111
|
+
},
|
|
7112
|
+
{
|
|
7113
|
+
"kind": "field",
|
|
7114
|
+
"name": "textChanged",
|
|
7115
|
+
"privacy": "public",
|
|
7116
|
+
"description": "On text change handler",
|
|
7117
|
+
"parameters": [
|
|
7118
|
+
{
|
|
7119
|
+
"description": "CustomEvent",
|
|
7120
|
+
"name": "e"
|
|
7121
|
+
}
|
|
7122
|
+
]
|
|
7123
|
+
},
|
|
7175
7124
|
{
|
|
7176
7125
|
"kind": "field",
|
|
7177
7126
|
"name": "_presentation",
|
|
@@ -7288,59 +7237,91 @@
|
|
|
7288
7237
|
"name": "FoundationElement",
|
|
7289
7238
|
"package": "@microsoft/fast-foundation"
|
|
7290
7239
|
},
|
|
7291
|
-
"tagName": "%%prefix%%-
|
|
7240
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7292
7241
|
"customElement": true
|
|
7293
7242
|
},
|
|
7294
7243
|
{
|
|
7295
7244
|
"kind": "variable",
|
|
7296
|
-
"name": "
|
|
7297
|
-
"
|
|
7245
|
+
"name": "textFieldRendererStyles",
|
|
7246
|
+
"default": "css`\n :host {\n display: flex;\n width: 100%;\n height: 100%;\n align-items: center;\n }\n .text-renderer {\n width: 100%;\n }\n`",
|
|
7247
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7248
|
+
"privacy": "public"
|
|
7249
|
+
},
|
|
7250
|
+
{
|
|
7251
|
+
"kind": "function",
|
|
7252
|
+
"name": "getTextFieldRendererTemplate",
|
|
7253
|
+
"parameters": [
|
|
7254
|
+
{
|
|
7255
|
+
"name": "designSystem",
|
|
7256
|
+
"default": "'foundation'",
|
|
7257
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7258
|
+
}
|
|
7259
|
+
],
|
|
7260
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7261
|
+
"return": {
|
|
7262
|
+
"type": {
|
|
7263
|
+
"text": ""
|
|
7264
|
+
}
|
|
7265
|
+
},
|
|
7266
|
+
"privacy": "public"
|
|
7267
|
+
},
|
|
7268
|
+
{
|
|
7269
|
+
"kind": "variable",
|
|
7270
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7271
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7298
7272
|
"privacy": "public"
|
|
7299
7273
|
}
|
|
7300
7274
|
],
|
|
7301
7275
|
"exports": [
|
|
7302
7276
|
{
|
|
7303
7277
|
"kind": "js",
|
|
7304
|
-
"name": "
|
|
7278
|
+
"name": "AgTextFieldRenderer",
|
|
7305
7279
|
"declaration": {
|
|
7306
|
-
"name": "
|
|
7307
|
-
"module": "src/cell-renderers/
|
|
7280
|
+
"name": "AgTextFieldRenderer",
|
|
7281
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7308
7282
|
}
|
|
7309
7283
|
},
|
|
7310
7284
|
{
|
|
7311
7285
|
"kind": "js",
|
|
7312
|
-
"name": "
|
|
7286
|
+
"name": "textFieldRendererStyles",
|
|
7313
7287
|
"declaration": {
|
|
7314
|
-
"name": "
|
|
7315
|
-
"module": "src/cell-renderers/
|
|
7288
|
+
"name": "textFieldRendererStyles",
|
|
7289
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7316
7290
|
}
|
|
7317
7291
|
},
|
|
7318
7292
|
{
|
|
7319
7293
|
"kind": "js",
|
|
7320
|
-
"name": "
|
|
7294
|
+
"name": "getTextFieldRendererTemplate",
|
|
7321
7295
|
"declaration": {
|
|
7322
|
-
"name": "
|
|
7323
|
-
"module": "src/cell-renderers/
|
|
7296
|
+
"name": "getTextFieldRendererTemplate",
|
|
7297
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7324
7298
|
}
|
|
7325
7299
|
},
|
|
7326
7300
|
{
|
|
7327
7301
|
"kind": "js",
|
|
7328
|
-
"name": "
|
|
7302
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7329
7303
|
"declaration": {
|
|
7330
|
-
"name": "
|
|
7331
|
-
"module": "src/cell-renderers/
|
|
7304
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7305
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7332
7306
|
}
|
|
7333
7307
|
}
|
|
7334
7308
|
]
|
|
7335
7309
|
},
|
|
7336
7310
|
{
|
|
7337
7311
|
"kind": "javascript-module",
|
|
7338
|
-
"path": "src/cell-renderers/text
|
|
7312
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7339
7313
|
"declarations": [
|
|
7340
7314
|
{
|
|
7341
7315
|
"kind": "class",
|
|
7342
|
-
"description": "
|
|
7343
|
-
"name": "
|
|
7316
|
+
"description": "",
|
|
7317
|
+
"name": "AgTextRenderer",
|
|
7318
|
+
"superclass": {
|
|
7319
|
+
"name": "AgTextFieldRenderer",
|
|
7320
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7321
|
+
},
|
|
7322
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7323
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7324
|
+
"customElement": true,
|
|
7344
7325
|
"members": [
|
|
7345
7326
|
{
|
|
7346
7327
|
"kind": "field",
|
|
@@ -7348,7 +7329,11 @@
|
|
|
7348
7329
|
"type": {
|
|
7349
7330
|
"text": "TextField"
|
|
7350
7331
|
},
|
|
7351
|
-
"privacy": "public"
|
|
7332
|
+
"privacy": "public",
|
|
7333
|
+
"inheritedFrom": {
|
|
7334
|
+
"name": "AgTextFieldRenderer",
|
|
7335
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7336
|
+
}
|
|
7352
7337
|
},
|
|
7353
7338
|
{
|
|
7354
7339
|
"kind": "field",
|
|
@@ -7356,7 +7341,11 @@
|
|
|
7356
7341
|
"type": {
|
|
7357
7342
|
"text": "string"
|
|
7358
7343
|
},
|
|
7359
|
-
"default": "''"
|
|
7344
|
+
"default": "''",
|
|
7345
|
+
"inheritedFrom": {
|
|
7346
|
+
"name": "AgTextFieldRenderer",
|
|
7347
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7348
|
+
}
|
|
7360
7349
|
},
|
|
7361
7350
|
{
|
|
7362
7351
|
"kind": "field",
|
|
@@ -7364,7 +7353,11 @@
|
|
|
7364
7353
|
"type": {
|
|
7365
7354
|
"text": "FuiCellRendererParams"
|
|
7366
7355
|
},
|
|
7367
|
-
"privacy": "public"
|
|
7356
|
+
"privacy": "public",
|
|
7357
|
+
"inheritedFrom": {
|
|
7358
|
+
"name": "AgTextFieldRenderer",
|
|
7359
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7360
|
+
}
|
|
7368
7361
|
},
|
|
7369
7362
|
{
|
|
7370
7363
|
"kind": "method",
|
|
@@ -7377,7 +7370,11 @@
|
|
|
7377
7370
|
"text": "FuiCellRendererParams"
|
|
7378
7371
|
}
|
|
7379
7372
|
}
|
|
7380
|
-
]
|
|
7373
|
+
],
|
|
7374
|
+
"inheritedFrom": {
|
|
7375
|
+
"name": "AgTextFieldRenderer",
|
|
7376
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7377
|
+
}
|
|
7381
7378
|
},
|
|
7382
7379
|
{
|
|
7383
7380
|
"kind": "method",
|
|
@@ -7387,12 +7384,20 @@
|
|
|
7387
7384
|
"type": {
|
|
7388
7385
|
"text": "HTMLElement"
|
|
7389
7386
|
}
|
|
7387
|
+
},
|
|
7388
|
+
"inheritedFrom": {
|
|
7389
|
+
"name": "AgTextFieldRenderer",
|
|
7390
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7390
7391
|
}
|
|
7391
7392
|
},
|
|
7392
7393
|
{
|
|
7393
7394
|
"kind": "method",
|
|
7394
7395
|
"name": "destroy",
|
|
7395
|
-
"privacy": "public"
|
|
7396
|
+
"privacy": "public",
|
|
7397
|
+
"inheritedFrom": {
|
|
7398
|
+
"name": "AgTextFieldRenderer",
|
|
7399
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7400
|
+
}
|
|
7396
7401
|
},
|
|
7397
7402
|
{
|
|
7398
7403
|
"kind": "method",
|
|
@@ -7405,7 +7410,11 @@
|
|
|
7405
7410
|
"text": "FuiCellRendererParams"
|
|
7406
7411
|
}
|
|
7407
7412
|
}
|
|
7408
|
-
]
|
|
7413
|
+
],
|
|
7414
|
+
"inheritedFrom": {
|
|
7415
|
+
"name": "AgTextFieldRenderer",
|
|
7416
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7417
|
+
}
|
|
7409
7418
|
},
|
|
7410
7419
|
{
|
|
7411
7420
|
"kind": "method",
|
|
@@ -7420,7 +7429,11 @@
|
|
|
7420
7429
|
{
|
|
7421
7430
|
"name": "data"
|
|
7422
7431
|
}
|
|
7423
|
-
]
|
|
7432
|
+
],
|
|
7433
|
+
"inheritedFrom": {
|
|
7434
|
+
"name": "AgTextFieldRenderer",
|
|
7435
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7436
|
+
}
|
|
7424
7437
|
},
|
|
7425
7438
|
{
|
|
7426
7439
|
"kind": "field",
|
|
@@ -7432,7 +7445,11 @@
|
|
|
7432
7445
|
"description": "CustomEvent",
|
|
7433
7446
|
"name": "e"
|
|
7434
7447
|
}
|
|
7435
|
-
]
|
|
7448
|
+
],
|
|
7449
|
+
"inheritedFrom": {
|
|
7450
|
+
"name": "AgTextFieldRenderer",
|
|
7451
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7452
|
+
}
|
|
7436
7453
|
},
|
|
7437
7454
|
{
|
|
7438
7455
|
"kind": "field",
|
|
@@ -7545,223 +7562,200 @@
|
|
|
7545
7562
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7546
7563
|
}
|
|
7547
7564
|
}
|
|
7548
|
-
]
|
|
7549
|
-
"superclass": {
|
|
7550
|
-
"name": "FoundationElement",
|
|
7551
|
-
"package": "@microsoft/fast-foundation"
|
|
7552
|
-
},
|
|
7553
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7554
|
-
"customElement": true
|
|
7565
|
+
]
|
|
7555
7566
|
},
|
|
7556
7567
|
{
|
|
7557
7568
|
"kind": "variable",
|
|
7558
|
-
"name": "
|
|
7559
|
-
"default": "
|
|
7560
|
-
"
|
|
7561
|
-
"
|
|
7569
|
+
"name": "textRendererStyles",
|
|
7570
|
+
"default": "textFieldRendererStyles",
|
|
7571
|
+
"privacy": "public",
|
|
7572
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7562
7573
|
},
|
|
7563
7574
|
{
|
|
7564
|
-
"kind": "
|
|
7565
|
-
"name": "
|
|
7566
|
-
"
|
|
7567
|
-
|
|
7568
|
-
|
|
7569
|
-
"default": "'foundation'",
|
|
7570
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7571
|
-
}
|
|
7572
|
-
],
|
|
7573
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7574
|
-
"return": {
|
|
7575
|
-
"type": {
|
|
7576
|
-
"text": ""
|
|
7577
|
-
}
|
|
7578
|
-
},
|
|
7579
|
-
"privacy": "public"
|
|
7575
|
+
"kind": "variable",
|
|
7576
|
+
"name": "getTextRendererTemplate",
|
|
7577
|
+
"default": "getTextFieldRendererTemplate",
|
|
7578
|
+
"privacy": "public",
|
|
7579
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7580
7580
|
},
|
|
7581
7581
|
{
|
|
7582
7582
|
"kind": "variable",
|
|
7583
|
-
"name": "
|
|
7584
|
-
"description": "A function that returns a Foundation Text
|
|
7585
|
-
"privacy": "public"
|
|
7583
|
+
"name": "foundationAgTextRenderer",
|
|
7584
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7585
|
+
"privacy": "public",
|
|
7586
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7586
7587
|
}
|
|
7587
7588
|
],
|
|
7588
7589
|
"exports": [
|
|
7589
7590
|
{
|
|
7590
7591
|
"kind": "js",
|
|
7591
|
-
"name": "
|
|
7592
|
+
"name": "AgTextRenderer",
|
|
7592
7593
|
"declaration": {
|
|
7593
|
-
"name": "
|
|
7594
|
-
"module": "src/cell-renderers/text
|
|
7594
|
+
"name": "AgTextRenderer",
|
|
7595
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7595
7596
|
}
|
|
7596
7597
|
},
|
|
7597
7598
|
{
|
|
7598
7599
|
"kind": "js",
|
|
7599
|
-
"name": "
|
|
7600
|
+
"name": "textRendererStyles",
|
|
7600
7601
|
"declaration": {
|
|
7601
|
-
"name": "
|
|
7602
|
-
"module": "src/cell-renderers/text
|
|
7602
|
+
"name": "textRendererStyles",
|
|
7603
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7603
7604
|
}
|
|
7604
7605
|
},
|
|
7605
7606
|
{
|
|
7606
7607
|
"kind": "js",
|
|
7607
|
-
"name": "
|
|
7608
|
+
"name": "getTextRendererTemplate",
|
|
7608
7609
|
"declaration": {
|
|
7609
|
-
"name": "
|
|
7610
|
-
"module": "src/cell-renderers/text
|
|
7610
|
+
"name": "getTextRendererTemplate",
|
|
7611
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7611
7612
|
}
|
|
7612
7613
|
},
|
|
7613
7614
|
{
|
|
7614
7615
|
"kind": "js",
|
|
7615
|
-
"name": "
|
|
7616
|
+
"name": "foundationAgTextRenderer",
|
|
7616
7617
|
"declaration": {
|
|
7617
|
-
"name": "
|
|
7618
|
-
"module": "src/cell-renderers/text
|
|
7618
|
+
"name": "foundationAgTextRenderer",
|
|
7619
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7619
7620
|
}
|
|
7620
7621
|
}
|
|
7621
7622
|
]
|
|
7622
7623
|
},
|
|
7623
7624
|
{
|
|
7624
7625
|
"kind": "javascript-module",
|
|
7625
|
-
"path": "src/
|
|
7626
|
+
"path": "src/column/column.template.ts",
|
|
7627
|
+
"declarations": [
|
|
7628
|
+
{
|
|
7629
|
+
"kind": "variable",
|
|
7630
|
+
"name": "ColumnTemplate",
|
|
7631
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7632
|
+
"description": "The Grid Pro Column Template.",
|
|
7633
|
+
"privacy": "public"
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"exports": [
|
|
7637
|
+
{
|
|
7638
|
+
"kind": "js",
|
|
7639
|
+
"name": "ColumnTemplate",
|
|
7640
|
+
"declaration": {
|
|
7641
|
+
"name": "ColumnTemplate",
|
|
7642
|
+
"module": "src/column/column.template.ts"
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
]
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"kind": "javascript-module",
|
|
7649
|
+
"path": "src/column/column.ts",
|
|
7626
7650
|
"declarations": [
|
|
7627
7651
|
{
|
|
7628
7652
|
"kind": "class",
|
|
7629
|
-
"description": "",
|
|
7630
|
-
"name": "
|
|
7631
|
-
"superclass": {
|
|
7632
|
-
"name": "AgTextFieldRenderer",
|
|
7633
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7634
|
-
},
|
|
7635
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7636
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7637
|
-
"customElement": true,
|
|
7653
|
+
"description": "The Grid Pro Column element.",
|
|
7654
|
+
"name": "GridProColumn",
|
|
7638
7655
|
"members": [
|
|
7639
7656
|
{
|
|
7640
7657
|
"kind": "field",
|
|
7641
|
-
"name": "
|
|
7642
|
-
"type": {
|
|
7643
|
-
"text": "TextField"
|
|
7644
|
-
},
|
|
7645
|
-
"privacy": "public",
|
|
7646
|
-
"inheritedFrom": {
|
|
7647
|
-
"name": "AgTextFieldRenderer",
|
|
7648
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7649
|
-
}
|
|
7650
|
-
},
|
|
7651
|
-
{
|
|
7652
|
-
"kind": "field",
|
|
7653
|
-
"name": "textValue",
|
|
7658
|
+
"name": "slottedAgCell",
|
|
7654
7659
|
"type": {
|
|
7655
|
-
"text": "
|
|
7660
|
+
"text": "HTMLElement[]"
|
|
7656
7661
|
},
|
|
7657
|
-
"
|
|
7658
|
-
"inheritedFrom": {
|
|
7659
|
-
"name": "AgTextFieldRenderer",
|
|
7660
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7661
|
-
}
|
|
7662
|
+
"privacy": "public"
|
|
7662
7663
|
},
|
|
7663
7664
|
{
|
|
7664
7665
|
"kind": "field",
|
|
7665
|
-
"name": "
|
|
7666
|
+
"name": "definition",
|
|
7666
7667
|
"type": {
|
|
7667
|
-
"text": "
|
|
7668
|
+
"text": "ColDef"
|
|
7668
7669
|
},
|
|
7669
|
-
"
|
|
7670
|
-
"inheritedFrom": {
|
|
7671
|
-
"name": "AgTextFieldRenderer",
|
|
7672
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7673
|
-
}
|
|
7670
|
+
"default": "{}"
|
|
7674
7671
|
},
|
|
7675
7672
|
{
|
|
7676
7673
|
"kind": "method",
|
|
7677
|
-
"name": "
|
|
7678
|
-
"privacy": "public"
|
|
7679
|
-
"parameters": [
|
|
7680
|
-
{
|
|
7681
|
-
"name": "params",
|
|
7682
|
-
"type": {
|
|
7683
|
-
"text": "FuiCellRendererParams"
|
|
7684
|
-
}
|
|
7685
|
-
}
|
|
7686
|
-
],
|
|
7687
|
-
"inheritedFrom": {
|
|
7688
|
-
"name": "AgTextFieldRenderer",
|
|
7689
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7690
|
-
}
|
|
7674
|
+
"name": "slottedAgCellChanged",
|
|
7675
|
+
"privacy": "public"
|
|
7691
7676
|
},
|
|
7692
7677
|
{
|
|
7693
7678
|
"kind": "method",
|
|
7694
|
-
"name": "
|
|
7695
|
-
"privacy": "public",
|
|
7679
|
+
"name": "deepClone",
|
|
7696
7680
|
"return": {
|
|
7697
7681
|
"type": {
|
|
7698
|
-
"text": "
|
|
7682
|
+
"text": "Node"
|
|
7699
7683
|
}
|
|
7700
7684
|
},
|
|
7701
7685
|
"inheritedFrom": {
|
|
7702
|
-
"name": "
|
|
7703
|
-
"module": "src/
|
|
7704
|
-
}
|
|
7705
|
-
},
|
|
7706
|
-
{
|
|
7707
|
-
"kind": "method",
|
|
7708
|
-
"name": "destroy",
|
|
7709
|
-
"privacy": "public",
|
|
7710
|
-
"inheritedFrom": {
|
|
7711
|
-
"name": "AgTextFieldRenderer",
|
|
7712
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7686
|
+
"name": "LifecycleMixin",
|
|
7687
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7713
7688
|
}
|
|
7714
7689
|
},
|
|
7715
7690
|
{
|
|
7716
7691
|
"kind": "method",
|
|
7717
|
-
"name": "
|
|
7718
|
-
"
|
|
7692
|
+
"name": "cloneNode",
|
|
7693
|
+
"return": {
|
|
7694
|
+
"type": {
|
|
7695
|
+
"text": "Node"
|
|
7696
|
+
}
|
|
7697
|
+
},
|
|
7719
7698
|
"parameters": [
|
|
7720
7699
|
{
|
|
7721
|
-
"name": "
|
|
7700
|
+
"name": "deep",
|
|
7701
|
+
"optional": true,
|
|
7722
7702
|
"type": {
|
|
7723
|
-
"text": "
|
|
7703
|
+
"text": "boolean"
|
|
7724
7704
|
}
|
|
7725
7705
|
}
|
|
7726
7706
|
],
|
|
7727
7707
|
"inheritedFrom": {
|
|
7728
|
-
"name": "
|
|
7729
|
-
"module": "src/
|
|
7708
|
+
"name": "LifecycleMixin",
|
|
7709
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7730
7710
|
}
|
|
7731
7711
|
},
|
|
7732
7712
|
{
|
|
7733
|
-
"kind": "
|
|
7734
|
-
"name": "
|
|
7735
|
-
"privacy": "public",
|
|
7713
|
+
"kind": "field",
|
|
7714
|
+
"name": "shouldRunDisconnect",
|
|
7736
7715
|
"return": {
|
|
7737
7716
|
"type": {
|
|
7738
|
-
"text": "
|
|
7717
|
+
"text": ""
|
|
7739
7718
|
}
|
|
7740
7719
|
},
|
|
7741
|
-
"
|
|
7742
|
-
{
|
|
7743
|
-
"name": "data"
|
|
7744
|
-
}
|
|
7745
|
-
],
|
|
7720
|
+
"readonly": true,
|
|
7746
7721
|
"inheritedFrom": {
|
|
7747
|
-
"name": "
|
|
7748
|
-
"module": "src/
|
|
7722
|
+
"name": "LifecycleMixin",
|
|
7723
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7749
7724
|
}
|
|
7750
7725
|
},
|
|
7751
7726
|
{
|
|
7752
7727
|
"kind": "field",
|
|
7753
|
-
"name": "
|
|
7754
|
-
"
|
|
7755
|
-
|
|
7728
|
+
"name": "shouldRunConnect",
|
|
7729
|
+
"return": {
|
|
7730
|
+
"type": {
|
|
7731
|
+
"text": ""
|
|
7732
|
+
}
|
|
7733
|
+
},
|
|
7734
|
+
"readonly": true,
|
|
7735
|
+
"inheritedFrom": {
|
|
7736
|
+
"name": "LifecycleMixin",
|
|
7737
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7738
|
+
}
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"kind": "method",
|
|
7742
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7743
|
+
"return": {
|
|
7744
|
+
"type": {
|
|
7745
|
+
"text": "boolean"
|
|
7746
|
+
}
|
|
7747
|
+
},
|
|
7756
7748
|
"parameters": [
|
|
7757
7749
|
{
|
|
7758
|
-
"
|
|
7759
|
-
"
|
|
7750
|
+
"name": "lifecycleType",
|
|
7751
|
+
"type": {
|
|
7752
|
+
"text": "Lifecycletype"
|
|
7753
|
+
}
|
|
7760
7754
|
}
|
|
7761
7755
|
],
|
|
7762
7756
|
"inheritedFrom": {
|
|
7763
|
-
"name": "
|
|
7764
|
-
"module": "src/
|
|
7757
|
+
"name": "LifecycleMixin",
|
|
7758
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7765
7759
|
}
|
|
7766
7760
|
},
|
|
7767
7761
|
{
|
|
@@ -7875,61 +7869,67 @@
|
|
|
7875
7869
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7876
7870
|
}
|
|
7877
7871
|
}
|
|
7878
|
-
]
|
|
7879
|
-
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
|
|
7884
|
-
|
|
7885
|
-
"
|
|
7886
|
-
|
|
7887
|
-
|
|
7888
|
-
|
|
7889
|
-
"
|
|
7890
|
-
"
|
|
7891
|
-
"privacy": "public",
|
|
7892
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7893
|
-
},
|
|
7894
|
-
{
|
|
7895
|
-
"kind": "variable",
|
|
7896
|
-
"name": "foundationAgTextRenderer",
|
|
7897
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7898
|
-
"privacy": "public",
|
|
7899
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7872
|
+
],
|
|
7873
|
+
"mixins": [
|
|
7874
|
+
{
|
|
7875
|
+
"name": "LifecycleMixin",
|
|
7876
|
+
"package": "@genesislcap/foundation-utils"
|
|
7877
|
+
}
|
|
7878
|
+
],
|
|
7879
|
+
"superclass": {
|
|
7880
|
+
"name": "FoundationElement",
|
|
7881
|
+
"package": "@microsoft/fast-foundation"
|
|
7882
|
+
},
|
|
7883
|
+
"tagName": "grid-pro-column",
|
|
7884
|
+
"customElement": true
|
|
7900
7885
|
}
|
|
7901
7886
|
],
|
|
7902
7887
|
"exports": [
|
|
7903
7888
|
{
|
|
7904
7889
|
"kind": "js",
|
|
7905
|
-
"name": "
|
|
7890
|
+
"name": "GridProColumn",
|
|
7906
7891
|
"declaration": {
|
|
7907
|
-
"name": "
|
|
7908
|
-
"module": "src/
|
|
7892
|
+
"name": "GridProColumn",
|
|
7893
|
+
"module": "src/column/column.ts"
|
|
7909
7894
|
}
|
|
7910
7895
|
},
|
|
7896
|
+
{
|
|
7897
|
+
"kind": "custom-element-definition",
|
|
7898
|
+
"name": "grid-pro-column",
|
|
7899
|
+
"declaration": {
|
|
7900
|
+
"name": "GridProColumn",
|
|
7901
|
+
"module": "src/column/column.ts"
|
|
7902
|
+
}
|
|
7903
|
+
}
|
|
7904
|
+
]
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"kind": "javascript-module",
|
|
7908
|
+
"path": "src/column/index.ts",
|
|
7909
|
+
"declarations": [],
|
|
7910
|
+
"exports": [
|
|
7911
7911
|
{
|
|
7912
7912
|
"kind": "js",
|
|
7913
|
-
"name": "
|
|
7913
|
+
"name": "*",
|
|
7914
7914
|
"declaration": {
|
|
7915
|
-
"name": "
|
|
7916
|
-
"
|
|
7915
|
+
"name": "*",
|
|
7916
|
+
"package": "./column.template"
|
|
7917
7917
|
}
|
|
7918
7918
|
},
|
|
7919
7919
|
{
|
|
7920
7920
|
"kind": "js",
|
|
7921
|
-
"name": "
|
|
7921
|
+
"name": "*",
|
|
7922
7922
|
"declaration": {
|
|
7923
|
-
"name": "
|
|
7924
|
-
"
|
|
7923
|
+
"name": "*",
|
|
7924
|
+
"package": "./column"
|
|
7925
7925
|
}
|
|
7926
7926
|
},
|
|
7927
7927
|
{
|
|
7928
7928
|
"kind": "js",
|
|
7929
|
-
"name": "
|
|
7929
|
+
"name": "*",
|
|
7930
7930
|
"declaration": {
|
|
7931
|
-
"name": "
|
|
7932
|
-
"
|
|
7931
|
+
"name": "*",
|
|
7932
|
+
"package": "./utils"
|
|
7933
7933
|
}
|
|
7934
7934
|
}
|
|
7935
7935
|
]
|
|
@@ -19333,51 +19333,46 @@
|
|
|
19333
19333
|
},
|
|
19334
19334
|
{
|
|
19335
19335
|
"kind": "javascript-module",
|
|
19336
|
-
"path": "src/
|
|
19336
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19337
19337
|
"declarations": [
|
|
19338
19338
|
{
|
|
19339
19339
|
"kind": "function",
|
|
19340
|
-
"name": "
|
|
19340
|
+
"name": "setValueWithAccessor",
|
|
19341
19341
|
"return": {
|
|
19342
19342
|
"type": {
|
|
19343
|
-
"text": "
|
|
19343
|
+
"text": "string"
|
|
19344
19344
|
}
|
|
19345
19345
|
},
|
|
19346
19346
|
"parameters": [
|
|
19347
19347
|
{
|
|
19348
|
-
"name": "
|
|
19348
|
+
"name": "data",
|
|
19349
19349
|
"type": {
|
|
19350
|
-
"text": "
|
|
19351
|
-
}
|
|
19352
|
-
"description": "The array to render"
|
|
19350
|
+
"text": "any"
|
|
19351
|
+
}
|
|
19353
19352
|
},
|
|
19354
19353
|
{
|
|
19355
|
-
"name": "
|
|
19356
|
-
"default": "true",
|
|
19354
|
+
"name": "accessor",
|
|
19357
19355
|
"type": {
|
|
19358
|
-
"text": "
|
|
19359
|
-
}
|
|
19360
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19356
|
+
"text": "string"
|
|
19357
|
+
}
|
|
19361
19358
|
}
|
|
19362
|
-
]
|
|
19363
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19364
|
-
"privacy": "public"
|
|
19359
|
+
]
|
|
19365
19360
|
}
|
|
19366
19361
|
],
|
|
19367
19362
|
"exports": [
|
|
19368
19363
|
{
|
|
19369
19364
|
"kind": "js",
|
|
19370
|
-
"name": "
|
|
19365
|
+
"name": "setValueWithAccessor",
|
|
19371
19366
|
"declaration": {
|
|
19372
|
-
"name": "
|
|
19373
|
-
"module": "src/
|
|
19367
|
+
"name": "setValueWithAccessor",
|
|
19368
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19374
19369
|
}
|
|
19375
19370
|
}
|
|
19376
19371
|
]
|
|
19377
19372
|
},
|
|
19378
19373
|
{
|
|
19379
19374
|
"kind": "javascript-module",
|
|
19380
|
-
"path": "src/
|
|
19375
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19381
19376
|
"declarations": [],
|
|
19382
19377
|
"exports": [
|
|
19383
19378
|
{
|
|
@@ -19385,53 +19380,58 @@
|
|
|
19385
19380
|
"name": "*",
|
|
19386
19381
|
"declaration": {
|
|
19387
19382
|
"name": "*",
|
|
19388
|
-
"package": "./
|
|
19383
|
+
"package": "./accessor"
|
|
19389
19384
|
}
|
|
19390
19385
|
}
|
|
19391
19386
|
]
|
|
19392
19387
|
},
|
|
19393
19388
|
{
|
|
19394
19389
|
"kind": "javascript-module",
|
|
19395
|
-
"path": "src/
|
|
19390
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19396
19391
|
"declarations": [
|
|
19397
19392
|
{
|
|
19398
19393
|
"kind": "function",
|
|
19399
|
-
"name": "
|
|
19394
|
+
"name": "gridProColumns",
|
|
19400
19395
|
"return": {
|
|
19401
19396
|
"type": {
|
|
19402
|
-
"text": "
|
|
19397
|
+
"text": "CaptureType<TSource>"
|
|
19403
19398
|
}
|
|
19404
19399
|
},
|
|
19405
19400
|
"parameters": [
|
|
19406
19401
|
{
|
|
19407
|
-
"name": "
|
|
19402
|
+
"name": "itemsBinding",
|
|
19408
19403
|
"type": {
|
|
19409
|
-
"text": "
|
|
19410
|
-
}
|
|
19404
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19405
|
+
},
|
|
19406
|
+
"description": "The array to render"
|
|
19411
19407
|
},
|
|
19412
19408
|
{
|
|
19413
|
-
"name": "
|
|
19409
|
+
"name": "includeRenderers",
|
|
19410
|
+
"default": "true",
|
|
19414
19411
|
"type": {
|
|
19415
|
-
"text": "
|
|
19416
|
-
}
|
|
19412
|
+
"text": "boolean"
|
|
19413
|
+
},
|
|
19414
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19417
19415
|
}
|
|
19418
|
-
]
|
|
19416
|
+
],
|
|
19417
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19418
|
+
"privacy": "public"
|
|
19419
19419
|
}
|
|
19420
19420
|
],
|
|
19421
19421
|
"exports": [
|
|
19422
19422
|
{
|
|
19423
19423
|
"kind": "js",
|
|
19424
|
-
"name": "
|
|
19424
|
+
"name": "gridProColumns",
|
|
19425
19425
|
"declaration": {
|
|
19426
|
-
"name": "
|
|
19427
|
-
"module": "src/
|
|
19426
|
+
"name": "gridProColumns",
|
|
19427
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19428
19428
|
}
|
|
19429
19429
|
}
|
|
19430
19430
|
]
|
|
19431
19431
|
},
|
|
19432
19432
|
{
|
|
19433
19433
|
"kind": "javascript-module",
|
|
19434
|
-
"path": "src/
|
|
19434
|
+
"path": "src/column/utils/index.ts",
|
|
19435
19435
|
"declarations": [],
|
|
19436
19436
|
"exports": [
|
|
19437
19437
|
{
|
|
@@ -19439,7 +19439,7 @@
|
|
|
19439
19439
|
"name": "*",
|
|
19440
19440
|
"declaration": {
|
|
19441
19441
|
"name": "*",
|
|
19442
|
-
"package": "./
|
|
19442
|
+
"package": "./grid-pro-columns"
|
|
19443
19443
|
}
|
|
19444
19444
|
}
|
|
19445
19445
|
]
|