@genesislcap/grid-pro 14.406.0-workspaces.2 → 14.406.0-workspaces.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 +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
|
{
|
|
@@ -6910,15 +6597,277 @@
|
|
|
6910
6597
|
}
|
|
6911
6598
|
]
|
|
6912
6599
|
},
|
|
6913
|
-
{
|
|
6914
|
-
"kind": "method",
|
|
6915
|
-
"name": "destroy",
|
|
6916
|
-
"return": {
|
|
6917
|
-
"type": {
|
|
6918
|
-
"text": "void"
|
|
6919
|
-
}
|
|
6920
|
-
}
|
|
6921
|
-
},
|
|
6600
|
+
{
|
|
6601
|
+
"kind": "method",
|
|
6602
|
+
"name": "destroy",
|
|
6603
|
+
"return": {
|
|
6604
|
+
"type": {
|
|
6605
|
+
"text": "void"
|
|
6606
|
+
}
|
|
6607
|
+
}
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"kind": "field",
|
|
6611
|
+
"name": "_presentation",
|
|
6612
|
+
"type": {
|
|
6613
|
+
"text": "ComponentPresentation | null | undefined"
|
|
6614
|
+
},
|
|
6615
|
+
"privacy": "private",
|
|
6616
|
+
"default": "void 0",
|
|
6617
|
+
"inheritedFrom": {
|
|
6618
|
+
"name": "FoundationElement",
|
|
6619
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6620
|
+
}
|
|
6621
|
+
},
|
|
6622
|
+
{
|
|
6623
|
+
"kind": "field",
|
|
6624
|
+
"name": "$presentation",
|
|
6625
|
+
"type": {
|
|
6626
|
+
"text": "ComponentPresentation | null"
|
|
6627
|
+
},
|
|
6628
|
+
"privacy": "public",
|
|
6629
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6630
|
+
"inheritedFrom": {
|
|
6631
|
+
"name": "FoundationElement",
|
|
6632
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6633
|
+
}
|
|
6634
|
+
},
|
|
6635
|
+
{
|
|
6636
|
+
"kind": "field",
|
|
6637
|
+
"name": "template",
|
|
6638
|
+
"type": {
|
|
6639
|
+
"text": "ElementViewTemplate | void | null"
|
|
6640
|
+
},
|
|
6641
|
+
"privacy": "public",
|
|
6642
|
+
"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.",
|
|
6643
|
+
"inheritedFrom": {
|
|
6644
|
+
"name": "FoundationElement",
|
|
6645
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6646
|
+
}
|
|
6647
|
+
},
|
|
6648
|
+
{
|
|
6649
|
+
"kind": "method",
|
|
6650
|
+
"name": "templateChanged",
|
|
6651
|
+
"privacy": "protected",
|
|
6652
|
+
"return": {
|
|
6653
|
+
"type": {
|
|
6654
|
+
"text": "void"
|
|
6655
|
+
}
|
|
6656
|
+
},
|
|
6657
|
+
"inheritedFrom": {
|
|
6658
|
+
"name": "FoundationElement",
|
|
6659
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6660
|
+
}
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"kind": "field",
|
|
6664
|
+
"name": "styles",
|
|
6665
|
+
"type": {
|
|
6666
|
+
"text": "ElementStyles | void | null"
|
|
6667
|
+
},
|
|
6668
|
+
"privacy": "public",
|
|
6669
|
+
"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.",
|
|
6670
|
+
"inheritedFrom": {
|
|
6671
|
+
"name": "FoundationElement",
|
|
6672
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6673
|
+
}
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"kind": "method",
|
|
6677
|
+
"name": "stylesChanged",
|
|
6678
|
+
"privacy": "protected",
|
|
6679
|
+
"return": {
|
|
6680
|
+
"type": {
|
|
6681
|
+
"text": "void"
|
|
6682
|
+
}
|
|
6683
|
+
},
|
|
6684
|
+
"inheritedFrom": {
|
|
6685
|
+
"name": "FoundationElement",
|
|
6686
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6687
|
+
}
|
|
6688
|
+
},
|
|
6689
|
+
{
|
|
6690
|
+
"kind": "method",
|
|
6691
|
+
"name": "compose",
|
|
6692
|
+
"privacy": "public",
|
|
6693
|
+
"static": true,
|
|
6694
|
+
"return": {
|
|
6695
|
+
"type": {
|
|
6696
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6697
|
+
}
|
|
6698
|
+
},
|
|
6699
|
+
"parameters": [
|
|
6700
|
+
{
|
|
6701
|
+
"name": "this",
|
|
6702
|
+
"type": {
|
|
6703
|
+
"text": "K"
|
|
6704
|
+
}
|
|
6705
|
+
},
|
|
6706
|
+
{
|
|
6707
|
+
"name": "elementDefinition",
|
|
6708
|
+
"type": {
|
|
6709
|
+
"text": "T"
|
|
6710
|
+
},
|
|
6711
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
6712
|
+
}
|
|
6713
|
+
],
|
|
6714
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6715
|
+
"inheritedFrom": {
|
|
6716
|
+
"name": "FoundationElement",
|
|
6717
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
6718
|
+
}
|
|
6719
|
+
}
|
|
6720
|
+
],
|
|
6721
|
+
"superclass": {
|
|
6722
|
+
"name": "FoundationElement",
|
|
6723
|
+
"package": "@microsoft/fast-foundation"
|
|
6724
|
+
},
|
|
6725
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
6726
|
+
"customElement": true
|
|
6727
|
+
},
|
|
6728
|
+
{
|
|
6729
|
+
"kind": "variable",
|
|
6730
|
+
"name": "foundationStatusPillRenderer",
|
|
6731
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
6732
|
+
"privacy": "public"
|
|
6733
|
+
}
|
|
6734
|
+
],
|
|
6735
|
+
"exports": [
|
|
6736
|
+
{
|
|
6737
|
+
"kind": "js",
|
|
6738
|
+
"name": "agStatusPillRendererStyles",
|
|
6739
|
+
"declaration": {
|
|
6740
|
+
"name": "agStatusPillRendererStyles",
|
|
6741
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6742
|
+
}
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"kind": "js",
|
|
6746
|
+
"name": "getStatusPillRendererTemplate",
|
|
6747
|
+
"declaration": {
|
|
6748
|
+
"name": "getStatusPillRendererTemplate",
|
|
6749
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6750
|
+
}
|
|
6751
|
+
},
|
|
6752
|
+
{
|
|
6753
|
+
"kind": "js",
|
|
6754
|
+
"name": "StatusPillRenderer",
|
|
6755
|
+
"declaration": {
|
|
6756
|
+
"name": "StatusPillRenderer",
|
|
6757
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6758
|
+
}
|
|
6759
|
+
},
|
|
6760
|
+
{
|
|
6761
|
+
"kind": "js",
|
|
6762
|
+
"name": "foundationStatusPillRenderer",
|
|
6763
|
+
"declaration": {
|
|
6764
|
+
"name": "foundationStatusPillRenderer",
|
|
6765
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6766
|
+
}
|
|
6767
|
+
}
|
|
6768
|
+
]
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"kind": "javascript-module",
|
|
6772
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
6773
|
+
"declarations": [
|
|
6774
|
+
{
|
|
6775
|
+
"kind": "class",
|
|
6776
|
+
"description": "The AG Text Field Renderer element.",
|
|
6777
|
+
"name": "AgTextFieldRenderer",
|
|
6778
|
+
"members": [
|
|
6779
|
+
{
|
|
6780
|
+
"kind": "field",
|
|
6781
|
+
"name": "textField",
|
|
6782
|
+
"type": {
|
|
6783
|
+
"text": "TextField"
|
|
6784
|
+
},
|
|
6785
|
+
"privacy": "public"
|
|
6786
|
+
},
|
|
6787
|
+
{
|
|
6788
|
+
"kind": "field",
|
|
6789
|
+
"name": "textValue",
|
|
6790
|
+
"type": {
|
|
6791
|
+
"text": "string"
|
|
6792
|
+
},
|
|
6793
|
+
"default": "''"
|
|
6794
|
+
},
|
|
6795
|
+
{
|
|
6796
|
+
"kind": "field",
|
|
6797
|
+
"name": "params",
|
|
6798
|
+
"type": {
|
|
6799
|
+
"text": "FuiCellRendererParams"
|
|
6800
|
+
},
|
|
6801
|
+
"privacy": "public"
|
|
6802
|
+
},
|
|
6803
|
+
{
|
|
6804
|
+
"kind": "method",
|
|
6805
|
+
"name": "init",
|
|
6806
|
+
"privacy": "public",
|
|
6807
|
+
"parameters": [
|
|
6808
|
+
{
|
|
6809
|
+
"name": "params",
|
|
6810
|
+
"type": {
|
|
6811
|
+
"text": "FuiCellRendererParams"
|
|
6812
|
+
}
|
|
6813
|
+
}
|
|
6814
|
+
]
|
|
6815
|
+
},
|
|
6816
|
+
{
|
|
6817
|
+
"kind": "method",
|
|
6818
|
+
"name": "getGui",
|
|
6819
|
+
"privacy": "public",
|
|
6820
|
+
"return": {
|
|
6821
|
+
"type": {
|
|
6822
|
+
"text": "HTMLElement"
|
|
6823
|
+
}
|
|
6824
|
+
}
|
|
6825
|
+
},
|
|
6826
|
+
{
|
|
6827
|
+
"kind": "method",
|
|
6828
|
+
"name": "destroy",
|
|
6829
|
+
"privacy": "public"
|
|
6830
|
+
},
|
|
6831
|
+
{
|
|
6832
|
+
"kind": "method",
|
|
6833
|
+
"name": "refresh",
|
|
6834
|
+
"privacy": "public",
|
|
6835
|
+
"parameters": [
|
|
6836
|
+
{
|
|
6837
|
+
"name": "params",
|
|
6838
|
+
"type": {
|
|
6839
|
+
"text": "FuiCellRendererParams"
|
|
6840
|
+
}
|
|
6841
|
+
}
|
|
6842
|
+
]
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"kind": "method",
|
|
6846
|
+
"name": "isDisabled",
|
|
6847
|
+
"privacy": "public",
|
|
6848
|
+
"return": {
|
|
6849
|
+
"type": {
|
|
6850
|
+
"text": "boolean"
|
|
6851
|
+
}
|
|
6852
|
+
},
|
|
6853
|
+
"parameters": [
|
|
6854
|
+
{
|
|
6855
|
+
"name": "data"
|
|
6856
|
+
}
|
|
6857
|
+
]
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"kind": "field",
|
|
6861
|
+
"name": "textChanged",
|
|
6862
|
+
"privacy": "public",
|
|
6863
|
+
"description": "On text change handler",
|
|
6864
|
+
"parameters": [
|
|
6865
|
+
{
|
|
6866
|
+
"description": "CustomEvent",
|
|
6867
|
+
"name": "e"
|
|
6868
|
+
}
|
|
6869
|
+
]
|
|
6870
|
+
},
|
|
6922
6871
|
{
|
|
6923
6872
|
"kind": "field",
|
|
6924
6873
|
"name": "_presentation",
|
|
@@ -7035,59 +6984,91 @@
|
|
|
7035
6984
|
"name": "FoundationElement",
|
|
7036
6985
|
"package": "@microsoft/fast-foundation"
|
|
7037
6986
|
},
|
|
7038
|
-
"tagName": "%%prefix%%-
|
|
6987
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7039
6988
|
"customElement": true
|
|
7040
6989
|
},
|
|
7041
6990
|
{
|
|
7042
6991
|
"kind": "variable",
|
|
7043
|
-
"name": "
|
|
7044
|
-
"
|
|
6992
|
+
"name": "textFieldRendererStyles",
|
|
6993
|
+
"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`",
|
|
6994
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
6995
|
+
"privacy": "public"
|
|
6996
|
+
},
|
|
6997
|
+
{
|
|
6998
|
+
"kind": "function",
|
|
6999
|
+
"name": "getTextFieldRendererTemplate",
|
|
7000
|
+
"parameters": [
|
|
7001
|
+
{
|
|
7002
|
+
"name": "designSystem",
|
|
7003
|
+
"default": "'foundation'",
|
|
7004
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7005
|
+
}
|
|
7006
|
+
],
|
|
7007
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7008
|
+
"return": {
|
|
7009
|
+
"type": {
|
|
7010
|
+
"text": ""
|
|
7011
|
+
}
|
|
7012
|
+
},
|
|
7013
|
+
"privacy": "public"
|
|
7014
|
+
},
|
|
7015
|
+
{
|
|
7016
|
+
"kind": "variable",
|
|
7017
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7018
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7045
7019
|
"privacy": "public"
|
|
7046
7020
|
}
|
|
7047
7021
|
],
|
|
7048
7022
|
"exports": [
|
|
7049
7023
|
{
|
|
7050
7024
|
"kind": "js",
|
|
7051
|
-
"name": "
|
|
7025
|
+
"name": "AgTextFieldRenderer",
|
|
7052
7026
|
"declaration": {
|
|
7053
|
-
"name": "
|
|
7054
|
-
"module": "src/cell-renderers/
|
|
7027
|
+
"name": "AgTextFieldRenderer",
|
|
7028
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7055
7029
|
}
|
|
7056
7030
|
},
|
|
7057
7031
|
{
|
|
7058
7032
|
"kind": "js",
|
|
7059
|
-
"name": "
|
|
7033
|
+
"name": "textFieldRendererStyles",
|
|
7060
7034
|
"declaration": {
|
|
7061
|
-
"name": "
|
|
7062
|
-
"module": "src/cell-renderers/
|
|
7035
|
+
"name": "textFieldRendererStyles",
|
|
7036
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7063
7037
|
}
|
|
7064
7038
|
},
|
|
7065
7039
|
{
|
|
7066
7040
|
"kind": "js",
|
|
7067
|
-
"name": "
|
|
7041
|
+
"name": "getTextFieldRendererTemplate",
|
|
7068
7042
|
"declaration": {
|
|
7069
|
-
"name": "
|
|
7070
|
-
"module": "src/cell-renderers/
|
|
7043
|
+
"name": "getTextFieldRendererTemplate",
|
|
7044
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7071
7045
|
}
|
|
7072
7046
|
},
|
|
7073
7047
|
{
|
|
7074
7048
|
"kind": "js",
|
|
7075
|
-
"name": "
|
|
7049
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7076
7050
|
"declaration": {
|
|
7077
|
-
"name": "
|
|
7078
|
-
"module": "src/cell-renderers/
|
|
7051
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7052
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7079
7053
|
}
|
|
7080
7054
|
}
|
|
7081
7055
|
]
|
|
7082
7056
|
},
|
|
7083
7057
|
{
|
|
7084
7058
|
"kind": "javascript-module",
|
|
7085
|
-
"path": "src/cell-renderers/text
|
|
7059
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7086
7060
|
"declarations": [
|
|
7087
7061
|
{
|
|
7088
7062
|
"kind": "class",
|
|
7089
|
-
"description": "
|
|
7090
|
-
"name": "
|
|
7063
|
+
"description": "",
|
|
7064
|
+
"name": "AgTextRenderer",
|
|
7065
|
+
"superclass": {
|
|
7066
|
+
"name": "AgTextFieldRenderer",
|
|
7067
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7068
|
+
},
|
|
7069
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7070
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7071
|
+
"customElement": true,
|
|
7091
7072
|
"members": [
|
|
7092
7073
|
{
|
|
7093
7074
|
"kind": "field",
|
|
@@ -7095,7 +7076,11 @@
|
|
|
7095
7076
|
"type": {
|
|
7096
7077
|
"text": "TextField"
|
|
7097
7078
|
},
|
|
7098
|
-
"privacy": "public"
|
|
7079
|
+
"privacy": "public",
|
|
7080
|
+
"inheritedFrom": {
|
|
7081
|
+
"name": "AgTextFieldRenderer",
|
|
7082
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7083
|
+
}
|
|
7099
7084
|
},
|
|
7100
7085
|
{
|
|
7101
7086
|
"kind": "field",
|
|
@@ -7103,7 +7088,11 @@
|
|
|
7103
7088
|
"type": {
|
|
7104
7089
|
"text": "string"
|
|
7105
7090
|
},
|
|
7106
|
-
"default": "''"
|
|
7091
|
+
"default": "''",
|
|
7092
|
+
"inheritedFrom": {
|
|
7093
|
+
"name": "AgTextFieldRenderer",
|
|
7094
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7095
|
+
}
|
|
7107
7096
|
},
|
|
7108
7097
|
{
|
|
7109
7098
|
"kind": "field",
|
|
@@ -7111,7 +7100,11 @@
|
|
|
7111
7100
|
"type": {
|
|
7112
7101
|
"text": "FuiCellRendererParams"
|
|
7113
7102
|
},
|
|
7114
|
-
"privacy": "public"
|
|
7103
|
+
"privacy": "public",
|
|
7104
|
+
"inheritedFrom": {
|
|
7105
|
+
"name": "AgTextFieldRenderer",
|
|
7106
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7107
|
+
}
|
|
7115
7108
|
},
|
|
7116
7109
|
{
|
|
7117
7110
|
"kind": "method",
|
|
@@ -7124,7 +7117,11 @@
|
|
|
7124
7117
|
"text": "FuiCellRendererParams"
|
|
7125
7118
|
}
|
|
7126
7119
|
}
|
|
7127
|
-
]
|
|
7120
|
+
],
|
|
7121
|
+
"inheritedFrom": {
|
|
7122
|
+
"name": "AgTextFieldRenderer",
|
|
7123
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7124
|
+
}
|
|
7128
7125
|
},
|
|
7129
7126
|
{
|
|
7130
7127
|
"kind": "method",
|
|
@@ -7134,12 +7131,20 @@
|
|
|
7134
7131
|
"type": {
|
|
7135
7132
|
"text": "HTMLElement"
|
|
7136
7133
|
}
|
|
7134
|
+
},
|
|
7135
|
+
"inheritedFrom": {
|
|
7136
|
+
"name": "AgTextFieldRenderer",
|
|
7137
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7137
7138
|
}
|
|
7138
7139
|
},
|
|
7139
7140
|
{
|
|
7140
7141
|
"kind": "method",
|
|
7141
7142
|
"name": "destroy",
|
|
7142
|
-
"privacy": "public"
|
|
7143
|
+
"privacy": "public",
|
|
7144
|
+
"inheritedFrom": {
|
|
7145
|
+
"name": "AgTextFieldRenderer",
|
|
7146
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7147
|
+
}
|
|
7143
7148
|
},
|
|
7144
7149
|
{
|
|
7145
7150
|
"kind": "method",
|
|
@@ -7152,7 +7157,11 @@
|
|
|
7152
7157
|
"text": "FuiCellRendererParams"
|
|
7153
7158
|
}
|
|
7154
7159
|
}
|
|
7155
|
-
]
|
|
7160
|
+
],
|
|
7161
|
+
"inheritedFrom": {
|
|
7162
|
+
"name": "AgTextFieldRenderer",
|
|
7163
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7164
|
+
}
|
|
7156
7165
|
},
|
|
7157
7166
|
{
|
|
7158
7167
|
"kind": "method",
|
|
@@ -7167,7 +7176,11 @@
|
|
|
7167
7176
|
{
|
|
7168
7177
|
"name": "data"
|
|
7169
7178
|
}
|
|
7170
|
-
]
|
|
7179
|
+
],
|
|
7180
|
+
"inheritedFrom": {
|
|
7181
|
+
"name": "AgTextFieldRenderer",
|
|
7182
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7183
|
+
}
|
|
7171
7184
|
},
|
|
7172
7185
|
{
|
|
7173
7186
|
"kind": "field",
|
|
@@ -7179,7 +7192,11 @@
|
|
|
7179
7192
|
"description": "CustomEvent",
|
|
7180
7193
|
"name": "e"
|
|
7181
7194
|
}
|
|
7182
|
-
]
|
|
7195
|
+
],
|
|
7196
|
+
"inheritedFrom": {
|
|
7197
|
+
"name": "AgTextFieldRenderer",
|
|
7198
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7199
|
+
}
|
|
7183
7200
|
},
|
|
7184
7201
|
{
|
|
7185
7202
|
"kind": "field",
|
|
@@ -7292,223 +7309,200 @@
|
|
|
7292
7309
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7293
7310
|
}
|
|
7294
7311
|
}
|
|
7295
|
-
]
|
|
7296
|
-
"superclass": {
|
|
7297
|
-
"name": "FoundationElement",
|
|
7298
|
-
"package": "@microsoft/fast-foundation"
|
|
7299
|
-
},
|
|
7300
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7301
|
-
"customElement": true
|
|
7312
|
+
]
|
|
7302
7313
|
},
|
|
7303
7314
|
{
|
|
7304
7315
|
"kind": "variable",
|
|
7305
|
-
"name": "
|
|
7306
|
-
"default": "
|
|
7307
|
-
"
|
|
7308
|
-
"
|
|
7316
|
+
"name": "textRendererStyles",
|
|
7317
|
+
"default": "textFieldRendererStyles",
|
|
7318
|
+
"privacy": "public",
|
|
7319
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7309
7320
|
},
|
|
7310
7321
|
{
|
|
7311
|
-
"kind": "
|
|
7312
|
-
"name": "
|
|
7313
|
-
"
|
|
7314
|
-
|
|
7315
|
-
|
|
7316
|
-
"default": "'foundation'",
|
|
7317
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7318
|
-
}
|
|
7319
|
-
],
|
|
7320
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7321
|
-
"return": {
|
|
7322
|
-
"type": {
|
|
7323
|
-
"text": ""
|
|
7324
|
-
}
|
|
7325
|
-
},
|
|
7326
|
-
"privacy": "public"
|
|
7322
|
+
"kind": "variable",
|
|
7323
|
+
"name": "getTextRendererTemplate",
|
|
7324
|
+
"default": "getTextFieldRendererTemplate",
|
|
7325
|
+
"privacy": "public",
|
|
7326
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7327
7327
|
},
|
|
7328
7328
|
{
|
|
7329
7329
|
"kind": "variable",
|
|
7330
|
-
"name": "
|
|
7331
|
-
"description": "A function that returns a Foundation Text
|
|
7332
|
-
"privacy": "public"
|
|
7330
|
+
"name": "foundationAgTextRenderer",
|
|
7331
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7332
|
+
"privacy": "public",
|
|
7333
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7333
7334
|
}
|
|
7334
7335
|
],
|
|
7335
7336
|
"exports": [
|
|
7336
7337
|
{
|
|
7337
7338
|
"kind": "js",
|
|
7338
|
-
"name": "
|
|
7339
|
+
"name": "AgTextRenderer",
|
|
7339
7340
|
"declaration": {
|
|
7340
|
-
"name": "
|
|
7341
|
-
"module": "src/cell-renderers/text
|
|
7341
|
+
"name": "AgTextRenderer",
|
|
7342
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7342
7343
|
}
|
|
7343
7344
|
},
|
|
7344
7345
|
{
|
|
7345
7346
|
"kind": "js",
|
|
7346
|
-
"name": "
|
|
7347
|
+
"name": "textRendererStyles",
|
|
7347
7348
|
"declaration": {
|
|
7348
|
-
"name": "
|
|
7349
|
-
"module": "src/cell-renderers/text
|
|
7349
|
+
"name": "textRendererStyles",
|
|
7350
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7350
7351
|
}
|
|
7351
7352
|
},
|
|
7352
7353
|
{
|
|
7353
7354
|
"kind": "js",
|
|
7354
|
-
"name": "
|
|
7355
|
+
"name": "getTextRendererTemplate",
|
|
7355
7356
|
"declaration": {
|
|
7356
|
-
"name": "
|
|
7357
|
-
"module": "src/cell-renderers/text
|
|
7357
|
+
"name": "getTextRendererTemplate",
|
|
7358
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7358
7359
|
}
|
|
7359
7360
|
},
|
|
7360
7361
|
{
|
|
7361
7362
|
"kind": "js",
|
|
7362
|
-
"name": "
|
|
7363
|
+
"name": "foundationAgTextRenderer",
|
|
7363
7364
|
"declaration": {
|
|
7364
|
-
"name": "
|
|
7365
|
-
"module": "src/cell-renderers/text
|
|
7365
|
+
"name": "foundationAgTextRenderer",
|
|
7366
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7366
7367
|
}
|
|
7367
7368
|
}
|
|
7368
7369
|
]
|
|
7369
7370
|
},
|
|
7370
7371
|
{
|
|
7371
7372
|
"kind": "javascript-module",
|
|
7372
|
-
"path": "src/
|
|
7373
|
+
"path": "src/column/column.template.ts",
|
|
7374
|
+
"declarations": [
|
|
7375
|
+
{
|
|
7376
|
+
"kind": "variable",
|
|
7377
|
+
"name": "ColumnTemplate",
|
|
7378
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7379
|
+
"description": "The Grid Pro Column Template.",
|
|
7380
|
+
"privacy": "public"
|
|
7381
|
+
}
|
|
7382
|
+
],
|
|
7383
|
+
"exports": [
|
|
7384
|
+
{
|
|
7385
|
+
"kind": "js",
|
|
7386
|
+
"name": "ColumnTemplate",
|
|
7387
|
+
"declaration": {
|
|
7388
|
+
"name": "ColumnTemplate",
|
|
7389
|
+
"module": "src/column/column.template.ts"
|
|
7390
|
+
}
|
|
7391
|
+
}
|
|
7392
|
+
]
|
|
7393
|
+
},
|
|
7394
|
+
{
|
|
7395
|
+
"kind": "javascript-module",
|
|
7396
|
+
"path": "src/column/column.ts",
|
|
7373
7397
|
"declarations": [
|
|
7374
7398
|
{
|
|
7375
7399
|
"kind": "class",
|
|
7376
|
-
"description": "",
|
|
7377
|
-
"name": "
|
|
7378
|
-
"superclass": {
|
|
7379
|
-
"name": "AgTextFieldRenderer",
|
|
7380
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7381
|
-
},
|
|
7382
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7383
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7384
|
-
"customElement": true,
|
|
7400
|
+
"description": "The Grid Pro Column element.",
|
|
7401
|
+
"name": "GridProColumn",
|
|
7385
7402
|
"members": [
|
|
7386
7403
|
{
|
|
7387
7404
|
"kind": "field",
|
|
7388
|
-
"name": "
|
|
7389
|
-
"type": {
|
|
7390
|
-
"text": "TextField"
|
|
7391
|
-
},
|
|
7392
|
-
"privacy": "public",
|
|
7393
|
-
"inheritedFrom": {
|
|
7394
|
-
"name": "AgTextFieldRenderer",
|
|
7395
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7396
|
-
}
|
|
7397
|
-
},
|
|
7398
|
-
{
|
|
7399
|
-
"kind": "field",
|
|
7400
|
-
"name": "textValue",
|
|
7405
|
+
"name": "slottedAgCell",
|
|
7401
7406
|
"type": {
|
|
7402
|
-
"text": "
|
|
7407
|
+
"text": "HTMLElement[]"
|
|
7403
7408
|
},
|
|
7404
|
-
"
|
|
7405
|
-
"inheritedFrom": {
|
|
7406
|
-
"name": "AgTextFieldRenderer",
|
|
7407
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7408
|
-
}
|
|
7409
|
+
"privacy": "public"
|
|
7409
7410
|
},
|
|
7410
7411
|
{
|
|
7411
7412
|
"kind": "field",
|
|
7412
|
-
"name": "
|
|
7413
|
+
"name": "definition",
|
|
7413
7414
|
"type": {
|
|
7414
|
-
"text": "
|
|
7415
|
+
"text": "ColDef"
|
|
7415
7416
|
},
|
|
7416
|
-
"
|
|
7417
|
-
"inheritedFrom": {
|
|
7418
|
-
"name": "AgTextFieldRenderer",
|
|
7419
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7420
|
-
}
|
|
7417
|
+
"default": "{}"
|
|
7421
7418
|
},
|
|
7422
7419
|
{
|
|
7423
7420
|
"kind": "method",
|
|
7424
|
-
"name": "
|
|
7425
|
-
"privacy": "public"
|
|
7426
|
-
"parameters": [
|
|
7427
|
-
{
|
|
7428
|
-
"name": "params",
|
|
7429
|
-
"type": {
|
|
7430
|
-
"text": "FuiCellRendererParams"
|
|
7431
|
-
}
|
|
7432
|
-
}
|
|
7433
|
-
],
|
|
7434
|
-
"inheritedFrom": {
|
|
7435
|
-
"name": "AgTextFieldRenderer",
|
|
7436
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7437
|
-
}
|
|
7421
|
+
"name": "slottedAgCellChanged",
|
|
7422
|
+
"privacy": "public"
|
|
7438
7423
|
},
|
|
7439
7424
|
{
|
|
7440
7425
|
"kind": "method",
|
|
7441
|
-
"name": "
|
|
7442
|
-
"privacy": "public",
|
|
7426
|
+
"name": "deepClone",
|
|
7443
7427
|
"return": {
|
|
7444
7428
|
"type": {
|
|
7445
|
-
"text": "
|
|
7429
|
+
"text": "Node"
|
|
7446
7430
|
}
|
|
7447
7431
|
},
|
|
7448
7432
|
"inheritedFrom": {
|
|
7449
|
-
"name": "
|
|
7450
|
-
"module": "src/
|
|
7451
|
-
}
|
|
7452
|
-
},
|
|
7453
|
-
{
|
|
7454
|
-
"kind": "method",
|
|
7455
|
-
"name": "destroy",
|
|
7456
|
-
"privacy": "public",
|
|
7457
|
-
"inheritedFrom": {
|
|
7458
|
-
"name": "AgTextFieldRenderer",
|
|
7459
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7433
|
+
"name": "LifecycleMixin",
|
|
7434
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7460
7435
|
}
|
|
7461
7436
|
},
|
|
7462
7437
|
{
|
|
7463
7438
|
"kind": "method",
|
|
7464
|
-
"name": "
|
|
7465
|
-
"
|
|
7439
|
+
"name": "cloneNode",
|
|
7440
|
+
"return": {
|
|
7441
|
+
"type": {
|
|
7442
|
+
"text": "Node"
|
|
7443
|
+
}
|
|
7444
|
+
},
|
|
7466
7445
|
"parameters": [
|
|
7467
7446
|
{
|
|
7468
|
-
"name": "
|
|
7447
|
+
"name": "deep",
|
|
7448
|
+
"optional": true,
|
|
7469
7449
|
"type": {
|
|
7470
|
-
"text": "
|
|
7450
|
+
"text": "boolean"
|
|
7471
7451
|
}
|
|
7472
7452
|
}
|
|
7473
7453
|
],
|
|
7474
7454
|
"inheritedFrom": {
|
|
7475
|
-
"name": "
|
|
7476
|
-
"module": "src/
|
|
7455
|
+
"name": "LifecycleMixin",
|
|
7456
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7477
7457
|
}
|
|
7478
7458
|
},
|
|
7479
7459
|
{
|
|
7480
|
-
"kind": "
|
|
7481
|
-
"name": "
|
|
7482
|
-
"privacy": "public",
|
|
7460
|
+
"kind": "field",
|
|
7461
|
+
"name": "shouldRunDisconnect",
|
|
7483
7462
|
"return": {
|
|
7484
7463
|
"type": {
|
|
7485
|
-
"text": "
|
|
7464
|
+
"text": ""
|
|
7486
7465
|
}
|
|
7487
7466
|
},
|
|
7488
|
-
"
|
|
7489
|
-
{
|
|
7490
|
-
"name": "data"
|
|
7491
|
-
}
|
|
7492
|
-
],
|
|
7467
|
+
"readonly": true,
|
|
7493
7468
|
"inheritedFrom": {
|
|
7494
|
-
"name": "
|
|
7495
|
-
"module": "src/
|
|
7469
|
+
"name": "LifecycleMixin",
|
|
7470
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7496
7471
|
}
|
|
7497
7472
|
},
|
|
7498
7473
|
{
|
|
7499
7474
|
"kind": "field",
|
|
7500
|
-
"name": "
|
|
7501
|
-
"
|
|
7502
|
-
|
|
7475
|
+
"name": "shouldRunConnect",
|
|
7476
|
+
"return": {
|
|
7477
|
+
"type": {
|
|
7478
|
+
"text": ""
|
|
7479
|
+
}
|
|
7480
|
+
},
|
|
7481
|
+
"readonly": true,
|
|
7482
|
+
"inheritedFrom": {
|
|
7483
|
+
"name": "LifecycleMixin",
|
|
7484
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7485
|
+
}
|
|
7486
|
+
},
|
|
7487
|
+
{
|
|
7488
|
+
"kind": "method",
|
|
7489
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7490
|
+
"return": {
|
|
7491
|
+
"type": {
|
|
7492
|
+
"text": "boolean"
|
|
7493
|
+
}
|
|
7494
|
+
},
|
|
7503
7495
|
"parameters": [
|
|
7504
7496
|
{
|
|
7505
|
-
"
|
|
7506
|
-
"
|
|
7497
|
+
"name": "lifecycleType",
|
|
7498
|
+
"type": {
|
|
7499
|
+
"text": "Lifecycletype"
|
|
7500
|
+
}
|
|
7507
7501
|
}
|
|
7508
7502
|
],
|
|
7509
7503
|
"inheritedFrom": {
|
|
7510
|
-
"name": "
|
|
7511
|
-
"module": "src/
|
|
7504
|
+
"name": "LifecycleMixin",
|
|
7505
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7512
7506
|
}
|
|
7513
7507
|
},
|
|
7514
7508
|
{
|
|
@@ -7622,61 +7616,67 @@
|
|
|
7622
7616
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7623
7617
|
}
|
|
7624
7618
|
}
|
|
7625
|
-
]
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
|
|
7629
|
-
|
|
7630
|
-
|
|
7631
|
-
|
|
7632
|
-
"
|
|
7633
|
-
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
"
|
|
7637
|
-
"
|
|
7638
|
-
"privacy": "public",
|
|
7639
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7640
|
-
},
|
|
7641
|
-
{
|
|
7642
|
-
"kind": "variable",
|
|
7643
|
-
"name": "foundationAgTextRenderer",
|
|
7644
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7645
|
-
"privacy": "public",
|
|
7646
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7619
|
+
],
|
|
7620
|
+
"mixins": [
|
|
7621
|
+
{
|
|
7622
|
+
"name": "LifecycleMixin",
|
|
7623
|
+
"package": "@genesislcap/foundation-utils"
|
|
7624
|
+
}
|
|
7625
|
+
],
|
|
7626
|
+
"superclass": {
|
|
7627
|
+
"name": "FoundationElement",
|
|
7628
|
+
"package": "@microsoft/fast-foundation"
|
|
7629
|
+
},
|
|
7630
|
+
"tagName": "grid-pro-column",
|
|
7631
|
+
"customElement": true
|
|
7647
7632
|
}
|
|
7648
7633
|
],
|
|
7649
7634
|
"exports": [
|
|
7650
7635
|
{
|
|
7651
7636
|
"kind": "js",
|
|
7652
|
-
"name": "
|
|
7637
|
+
"name": "GridProColumn",
|
|
7653
7638
|
"declaration": {
|
|
7654
|
-
"name": "
|
|
7655
|
-
"module": "src/
|
|
7639
|
+
"name": "GridProColumn",
|
|
7640
|
+
"module": "src/column/column.ts"
|
|
7656
7641
|
}
|
|
7657
7642
|
},
|
|
7643
|
+
{
|
|
7644
|
+
"kind": "custom-element-definition",
|
|
7645
|
+
"name": "grid-pro-column",
|
|
7646
|
+
"declaration": {
|
|
7647
|
+
"name": "GridProColumn",
|
|
7648
|
+
"module": "src/column/column.ts"
|
|
7649
|
+
}
|
|
7650
|
+
}
|
|
7651
|
+
]
|
|
7652
|
+
},
|
|
7653
|
+
{
|
|
7654
|
+
"kind": "javascript-module",
|
|
7655
|
+
"path": "src/column/index.ts",
|
|
7656
|
+
"declarations": [],
|
|
7657
|
+
"exports": [
|
|
7658
7658
|
{
|
|
7659
7659
|
"kind": "js",
|
|
7660
|
-
"name": "
|
|
7660
|
+
"name": "*",
|
|
7661
7661
|
"declaration": {
|
|
7662
|
-
"name": "
|
|
7663
|
-
"
|
|
7662
|
+
"name": "*",
|
|
7663
|
+
"package": "./column.template"
|
|
7664
7664
|
}
|
|
7665
7665
|
},
|
|
7666
7666
|
{
|
|
7667
7667
|
"kind": "js",
|
|
7668
|
-
"name": "
|
|
7668
|
+
"name": "*",
|
|
7669
7669
|
"declaration": {
|
|
7670
|
-
"name": "
|
|
7671
|
-
"
|
|
7670
|
+
"name": "*",
|
|
7671
|
+
"package": "./column"
|
|
7672
7672
|
}
|
|
7673
7673
|
},
|
|
7674
7674
|
{
|
|
7675
7675
|
"kind": "js",
|
|
7676
|
-
"name": "
|
|
7676
|
+
"name": "*",
|
|
7677
7677
|
"declaration": {
|
|
7678
|
-
"name": "
|
|
7679
|
-
"
|
|
7678
|
+
"name": "*",
|
|
7679
|
+
"package": "./utils"
|
|
7680
7680
|
}
|
|
7681
7681
|
}
|
|
7682
7682
|
]
|
|
@@ -19080,51 +19080,46 @@
|
|
|
19080
19080
|
},
|
|
19081
19081
|
{
|
|
19082
19082
|
"kind": "javascript-module",
|
|
19083
|
-
"path": "src/
|
|
19083
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19084
19084
|
"declarations": [
|
|
19085
19085
|
{
|
|
19086
19086
|
"kind": "function",
|
|
19087
|
-
"name": "
|
|
19087
|
+
"name": "setValueWithAccessor",
|
|
19088
19088
|
"return": {
|
|
19089
19089
|
"type": {
|
|
19090
|
-
"text": "
|
|
19090
|
+
"text": "string"
|
|
19091
19091
|
}
|
|
19092
19092
|
},
|
|
19093
19093
|
"parameters": [
|
|
19094
19094
|
{
|
|
19095
|
-
"name": "
|
|
19095
|
+
"name": "data",
|
|
19096
19096
|
"type": {
|
|
19097
|
-
"text": "
|
|
19098
|
-
}
|
|
19099
|
-
"description": "The array to render"
|
|
19097
|
+
"text": "any"
|
|
19098
|
+
}
|
|
19100
19099
|
},
|
|
19101
19100
|
{
|
|
19102
|
-
"name": "
|
|
19103
|
-
"default": "true",
|
|
19101
|
+
"name": "accessor",
|
|
19104
19102
|
"type": {
|
|
19105
|
-
"text": "
|
|
19106
|
-
}
|
|
19107
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19103
|
+
"text": "string"
|
|
19104
|
+
}
|
|
19108
19105
|
}
|
|
19109
|
-
]
|
|
19110
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19111
|
-
"privacy": "public"
|
|
19106
|
+
]
|
|
19112
19107
|
}
|
|
19113
19108
|
],
|
|
19114
19109
|
"exports": [
|
|
19115
19110
|
{
|
|
19116
19111
|
"kind": "js",
|
|
19117
|
-
"name": "
|
|
19112
|
+
"name": "setValueWithAccessor",
|
|
19118
19113
|
"declaration": {
|
|
19119
|
-
"name": "
|
|
19120
|
-
"module": "src/
|
|
19114
|
+
"name": "setValueWithAccessor",
|
|
19115
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19121
19116
|
}
|
|
19122
19117
|
}
|
|
19123
19118
|
]
|
|
19124
19119
|
},
|
|
19125
19120
|
{
|
|
19126
19121
|
"kind": "javascript-module",
|
|
19127
|
-
"path": "src/
|
|
19122
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19128
19123
|
"declarations": [],
|
|
19129
19124
|
"exports": [
|
|
19130
19125
|
{
|
|
@@ -19132,53 +19127,58 @@
|
|
|
19132
19127
|
"name": "*",
|
|
19133
19128
|
"declaration": {
|
|
19134
19129
|
"name": "*",
|
|
19135
|
-
"package": "./
|
|
19130
|
+
"package": "./accessor"
|
|
19136
19131
|
}
|
|
19137
19132
|
}
|
|
19138
19133
|
]
|
|
19139
19134
|
},
|
|
19140
19135
|
{
|
|
19141
19136
|
"kind": "javascript-module",
|
|
19142
|
-
"path": "src/
|
|
19137
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19143
19138
|
"declarations": [
|
|
19144
19139
|
{
|
|
19145
19140
|
"kind": "function",
|
|
19146
|
-
"name": "
|
|
19141
|
+
"name": "gridProColumns",
|
|
19147
19142
|
"return": {
|
|
19148
19143
|
"type": {
|
|
19149
|
-
"text": "
|
|
19144
|
+
"text": "CaptureType<TSource>"
|
|
19150
19145
|
}
|
|
19151
19146
|
},
|
|
19152
19147
|
"parameters": [
|
|
19153
19148
|
{
|
|
19154
|
-
"name": "
|
|
19149
|
+
"name": "itemsBinding",
|
|
19155
19150
|
"type": {
|
|
19156
|
-
"text": "
|
|
19157
|
-
}
|
|
19151
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19152
|
+
},
|
|
19153
|
+
"description": "The array to render"
|
|
19158
19154
|
},
|
|
19159
19155
|
{
|
|
19160
|
-
"name": "
|
|
19156
|
+
"name": "includeRenderers",
|
|
19157
|
+
"default": "true",
|
|
19161
19158
|
"type": {
|
|
19162
|
-
"text": "
|
|
19163
|
-
}
|
|
19159
|
+
"text": "boolean"
|
|
19160
|
+
},
|
|
19161
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19164
19162
|
}
|
|
19165
|
-
]
|
|
19163
|
+
],
|
|
19164
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19165
|
+
"privacy": "public"
|
|
19166
19166
|
}
|
|
19167
19167
|
],
|
|
19168
19168
|
"exports": [
|
|
19169
19169
|
{
|
|
19170
19170
|
"kind": "js",
|
|
19171
|
-
"name": "
|
|
19171
|
+
"name": "gridProColumns",
|
|
19172
19172
|
"declaration": {
|
|
19173
|
-
"name": "
|
|
19174
|
-
"module": "src/
|
|
19173
|
+
"name": "gridProColumns",
|
|
19174
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19175
19175
|
}
|
|
19176
19176
|
}
|
|
19177
19177
|
]
|
|
19178
19178
|
},
|
|
19179
19179
|
{
|
|
19180
19180
|
"kind": "javascript-module",
|
|
19181
|
-
"path": "src/
|
|
19181
|
+
"path": "src/column/utils/index.ts",
|
|
19182
19182
|
"declarations": [],
|
|
19183
19183
|
"exports": [
|
|
19184
19184
|
{
|
|
@@ -19186,7 +19186,7 @@
|
|
|
19186
19186
|
"name": "*",
|
|
19187
19187
|
"declaration": {
|
|
19188
19188
|
"name": "*",
|
|
19189
|
-
"package": "./
|
|
19189
|
+
"package": "./grid-pro-columns"
|
|
19190
19190
|
}
|
|
19191
19191
|
}
|
|
19192
19192
|
]
|