@genesislcap/grid-pro 14.408.0-icon-renderer.4 → 14.409.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.
|
@@ -5144,69 +5144,123 @@
|
|
|
5144
5144
|
},
|
|
5145
5145
|
{
|
|
5146
5146
|
"kind": "javascript-module",
|
|
5147
|
-
"path": "src/
|
|
5147
|
+
"path": "src/column/column.template.ts",
|
|
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",
|
|
5148
5171
|
"declarations": [
|
|
5149
5172
|
{
|
|
5150
5173
|
"kind": "class",
|
|
5151
|
-
"description": "The
|
|
5152
|
-
"name": "
|
|
5174
|
+
"description": "The Grid Pro Column element.",
|
|
5175
|
+
"name": "GridProColumn",
|
|
5153
5176
|
"members": [
|
|
5154
5177
|
{
|
|
5155
5178
|
"kind": "field",
|
|
5156
|
-
"name": "
|
|
5179
|
+
"name": "slottedAgCell",
|
|
5157
5180
|
"type": {
|
|
5158
|
-
"text": "
|
|
5181
|
+
"text": "HTMLElement[]"
|
|
5159
5182
|
},
|
|
5160
5183
|
"privacy": "public"
|
|
5161
5184
|
},
|
|
5162
5185
|
{
|
|
5163
5186
|
"kind": "field",
|
|
5164
|
-
"name": "
|
|
5187
|
+
"name": "definition",
|
|
5165
5188
|
"type": {
|
|
5166
|
-
"text": "
|
|
5189
|
+
"text": "ColDef"
|
|
5167
5190
|
},
|
|
5168
|
-
"
|
|
5191
|
+
"default": "{}"
|
|
5169
5192
|
},
|
|
5170
5193
|
{
|
|
5171
5194
|
"kind": "method",
|
|
5172
|
-
"name": "
|
|
5173
|
-
"privacy": "public"
|
|
5174
|
-
"parameters": [
|
|
5175
|
-
{
|
|
5176
|
-
"name": "params",
|
|
5177
|
-
"type": {
|
|
5178
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5179
|
-
}
|
|
5180
|
-
}
|
|
5181
|
-
]
|
|
5195
|
+
"name": "slottedAgCellChanged",
|
|
5196
|
+
"privacy": "public"
|
|
5182
5197
|
},
|
|
5183
5198
|
{
|
|
5184
5199
|
"kind": "method",
|
|
5185
|
-
"name": "
|
|
5186
|
-
"privacy": "public",
|
|
5200
|
+
"name": "deepClone",
|
|
5187
5201
|
"return": {
|
|
5188
5202
|
"type": {
|
|
5189
|
-
"text": "
|
|
5203
|
+
"text": "Node"
|
|
5190
5204
|
}
|
|
5205
|
+
},
|
|
5206
|
+
"inheritedFrom": {
|
|
5207
|
+
"name": "LifecycleMixin",
|
|
5208
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5191
5209
|
}
|
|
5192
5210
|
},
|
|
5193
5211
|
{
|
|
5194
5212
|
"kind": "method",
|
|
5195
|
-
"name": "
|
|
5196
|
-
"
|
|
5213
|
+
"name": "cloneNode",
|
|
5214
|
+
"return": {
|
|
5215
|
+
"type": {
|
|
5216
|
+
"text": "Node"
|
|
5217
|
+
}
|
|
5218
|
+
},
|
|
5197
5219
|
"parameters": [
|
|
5198
5220
|
{
|
|
5199
|
-
"name": "
|
|
5221
|
+
"name": "deep",
|
|
5222
|
+
"optional": true,
|
|
5200
5223
|
"type": {
|
|
5201
|
-
"text": "
|
|
5224
|
+
"text": "boolean"
|
|
5202
5225
|
}
|
|
5203
5226
|
}
|
|
5204
|
-
]
|
|
5227
|
+
],
|
|
5228
|
+
"inheritedFrom": {
|
|
5229
|
+
"name": "LifecycleMixin",
|
|
5230
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
{
|
|
5234
|
+
"kind": "field",
|
|
5235
|
+
"name": "shouldRunDisconnect",
|
|
5236
|
+
"return": {
|
|
5237
|
+
"type": {
|
|
5238
|
+
"text": ""
|
|
5239
|
+
}
|
|
5240
|
+
},
|
|
5241
|
+
"readonly": true,
|
|
5242
|
+
"inheritedFrom": {
|
|
5243
|
+
"name": "LifecycleMixin",
|
|
5244
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
{
|
|
5248
|
+
"kind": "field",
|
|
5249
|
+
"name": "shouldRunConnect",
|
|
5250
|
+
"return": {
|
|
5251
|
+
"type": {
|
|
5252
|
+
"text": ""
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
"readonly": true,
|
|
5256
|
+
"inheritedFrom": {
|
|
5257
|
+
"name": "LifecycleMixin",
|
|
5258
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5259
|
+
}
|
|
5205
5260
|
},
|
|
5206
5261
|
{
|
|
5207
5262
|
"kind": "method",
|
|
5208
|
-
"name": "
|
|
5209
|
-
"privacy": "public",
|
|
5263
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5210
5264
|
"return": {
|
|
5211
5265
|
"type": {
|
|
5212
5266
|
"text": "boolean"
|
|
@@ -5214,19 +5268,16 @@
|
|
|
5214
5268
|
},
|
|
5215
5269
|
"parameters": [
|
|
5216
5270
|
{
|
|
5217
|
-
"name": "
|
|
5271
|
+
"name": "lifecycleType",
|
|
5272
|
+
"type": {
|
|
5273
|
+
"text": "Lifecycletype"
|
|
5274
|
+
}
|
|
5218
5275
|
}
|
|
5219
|
-
]
|
|
5220
|
-
|
|
5221
|
-
|
|
5222
|
-
|
|
5223
|
-
|
|
5224
|
-
"privacy": "public"
|
|
5225
|
-
},
|
|
5226
|
-
{
|
|
5227
|
-
"kind": "field",
|
|
5228
|
-
"name": "dataTestId",
|
|
5229
|
-
"readonly": true
|
|
5276
|
+
],
|
|
5277
|
+
"inheritedFrom": {
|
|
5278
|
+
"name": "LifecycleMixin",
|
|
5279
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5280
|
+
}
|
|
5230
5281
|
},
|
|
5231
5282
|
{
|
|
5232
5283
|
"kind": "field",
|
|
@@ -5340,82 +5391,92 @@
|
|
|
5340
5391
|
}
|
|
5341
5392
|
}
|
|
5342
5393
|
],
|
|
5394
|
+
"mixins": [
|
|
5395
|
+
{
|
|
5396
|
+
"name": "LifecycleMixin",
|
|
5397
|
+
"package": "@genesislcap/foundation-utils"
|
|
5398
|
+
}
|
|
5399
|
+
],
|
|
5343
5400
|
"superclass": {
|
|
5344
5401
|
"name": "FoundationElement",
|
|
5345
5402
|
"package": "@microsoft/fast-foundation"
|
|
5346
5403
|
},
|
|
5347
|
-
"tagName": "
|
|
5404
|
+
"tagName": "grid-pro-column",
|
|
5348
5405
|
"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"
|
|
5368
5406
|
}
|
|
5369
5407
|
],
|
|
5370
5408
|
"exports": [
|
|
5371
5409
|
{
|
|
5372
5410
|
"kind": "js",
|
|
5373
|
-
"name": "
|
|
5411
|
+
"name": "GridProColumn",
|
|
5374
5412
|
"declaration": {
|
|
5375
|
-
"name": "
|
|
5376
|
-
"module": "src/
|
|
5413
|
+
"name": "GridProColumn",
|
|
5414
|
+
"module": "src/column/column.ts"
|
|
5377
5415
|
}
|
|
5378
5416
|
},
|
|
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": [
|
|
5379
5432
|
{
|
|
5380
5433
|
"kind": "js",
|
|
5381
|
-
"name": "
|
|
5434
|
+
"name": "*",
|
|
5382
5435
|
"declaration": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"
|
|
5436
|
+
"name": "*",
|
|
5437
|
+
"package": "./column.template"
|
|
5385
5438
|
}
|
|
5386
5439
|
},
|
|
5387
5440
|
{
|
|
5388
5441
|
"kind": "js",
|
|
5389
|
-
"name": "
|
|
5442
|
+
"name": "*",
|
|
5390
5443
|
"declaration": {
|
|
5391
|
-
"name": "
|
|
5392
|
-
"
|
|
5444
|
+
"name": "*",
|
|
5445
|
+
"package": "./column"
|
|
5393
5446
|
}
|
|
5394
5447
|
},
|
|
5395
5448
|
{
|
|
5396
5449
|
"kind": "js",
|
|
5397
|
-
"name": "
|
|
5450
|
+
"name": "*",
|
|
5398
5451
|
"declaration": {
|
|
5399
|
-
"name": "
|
|
5400
|
-
"
|
|
5452
|
+
"name": "*",
|
|
5453
|
+
"package": "./utils"
|
|
5401
5454
|
}
|
|
5402
5455
|
}
|
|
5403
5456
|
]
|
|
5404
5457
|
},
|
|
5405
5458
|
{
|
|
5406
5459
|
"kind": "javascript-module",
|
|
5407
|
-
"path": "src/cell-renderers/
|
|
5460
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5408
5461
|
"declarations": [
|
|
5409
5462
|
{
|
|
5410
5463
|
"kind": "class",
|
|
5411
|
-
"description": "The
|
|
5412
|
-
"name": "
|
|
5464
|
+
"description": "The AG Action Renderer element.",
|
|
5465
|
+
"name": "ActionRenderer",
|
|
5413
5466
|
"members": [
|
|
5414
5467
|
{
|
|
5415
5468
|
"kind": "field",
|
|
5416
5469
|
"name": "params",
|
|
5417
5470
|
"type": {
|
|
5418
|
-
"text": "ICellRendererParams"
|
|
5471
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5472
|
+
},
|
|
5473
|
+
"privacy": "public"
|
|
5474
|
+
},
|
|
5475
|
+
{
|
|
5476
|
+
"kind": "field",
|
|
5477
|
+
"name": "pendingAction",
|
|
5478
|
+
"type": {
|
|
5479
|
+
"text": "boolean"
|
|
5419
5480
|
},
|
|
5420
5481
|
"privacy": "public"
|
|
5421
5482
|
},
|
|
@@ -5427,7 +5488,7 @@
|
|
|
5427
5488
|
{
|
|
5428
5489
|
"name": "params",
|
|
5429
5490
|
"type": {
|
|
5430
|
-
"text": "ICellRendererParams"
|
|
5491
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5431
5492
|
}
|
|
5432
5493
|
}
|
|
5433
5494
|
]
|
|
@@ -5455,6 +5516,31 @@
|
|
|
5455
5516
|
}
|
|
5456
5517
|
]
|
|
5457
5518
|
},
|
|
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
|
+
},
|
|
5458
5544
|
{
|
|
5459
5545
|
"kind": "field",
|
|
5460
5546
|
"name": "_presentation",
|
|
@@ -5571,26 +5657,253 @@
|
|
|
5571
5657
|
"name": "FoundationElement",
|
|
5572
5658
|
"package": "@microsoft/fast-foundation"
|
|
5573
5659
|
},
|
|
5574
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5660
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5575
5661
|
"customElement": true
|
|
5576
5662
|
},
|
|
5577
5663
|
{
|
|
5578
5664
|
"kind": "variable",
|
|
5579
|
-
"name": "
|
|
5580
|
-
"description": "
|
|
5665
|
+
"name": "actionHeightMultiplier",
|
|
5666
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5581
5667
|
"privacy": "public"
|
|
5582
5668
|
},
|
|
5583
5669
|
{
|
|
5584
|
-
"kind": "
|
|
5585
|
-
"name": "
|
|
5586
|
-
"
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
"
|
|
5592
|
-
|
|
5593
|
-
|
|
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.",
|
|
5894
|
+
"privacy": "public"
|
|
5895
|
+
},
|
|
5896
|
+
{
|
|
5897
|
+
"kind": "function",
|
|
5898
|
+
"name": "getActionsMenuDef",
|
|
5899
|
+
"return": {
|
|
5900
|
+
"type": {
|
|
5901
|
+
"text": ""
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
"parameters": [
|
|
5905
|
+
{
|
|
5906
|
+
"name": "actions",
|
|
5594
5907
|
"type": {
|
|
5595
5908
|
"text": "ActionMenuItem[]"
|
|
5596
5909
|
},
|
|
@@ -6845,282 +7158,20 @@
|
|
|
6845
7158
|
"kind": "method",
|
|
6846
7159
|
"name": "refresh",
|
|
6847
7160
|
"parameters": [
|
|
6848
|
-
{
|
|
6849
|
-
"name": "params"
|
|
6850
|
-
}
|
|
6851
|
-
]
|
|
6852
|
-
},
|
|
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"
|
|
7161
|
+
{
|
|
7162
|
+
"name": "params"
|
|
7121
7163
|
}
|
|
7122
7164
|
]
|
|
7123
7165
|
},
|
|
7166
|
+
{
|
|
7167
|
+
"kind": "method",
|
|
7168
|
+
"name": "destroy",
|
|
7169
|
+
"return": {
|
|
7170
|
+
"type": {
|
|
7171
|
+
"text": "void"
|
|
7172
|
+
}
|
|
7173
|
+
}
|
|
7174
|
+
},
|
|
7124
7175
|
{
|
|
7125
7176
|
"kind": "field",
|
|
7126
7177
|
"name": "_presentation",
|
|
@@ -7237,91 +7288,59 @@
|
|
|
7237
7288
|
"name": "FoundationElement",
|
|
7238
7289
|
"package": "@microsoft/fast-foundation"
|
|
7239
7290
|
},
|
|
7240
|
-
"tagName": "%%prefix%%-
|
|
7291
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
7241
7292
|
"customElement": true
|
|
7242
7293
|
},
|
|
7243
7294
|
{
|
|
7244
7295
|
"kind": "variable",
|
|
7245
|
-
"name": "
|
|
7246
|
-
"
|
|
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.",
|
|
7296
|
+
"name": "foundationStatusPillRenderer",
|
|
7297
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7272
7298
|
"privacy": "public"
|
|
7273
7299
|
}
|
|
7274
7300
|
],
|
|
7275
7301
|
"exports": [
|
|
7276
7302
|
{
|
|
7277
7303
|
"kind": "js",
|
|
7278
|
-
"name": "
|
|
7304
|
+
"name": "agStatusPillRendererStyles",
|
|
7279
7305
|
"declaration": {
|
|
7280
|
-
"name": "
|
|
7281
|
-
"module": "src/cell-renderers/
|
|
7306
|
+
"name": "agStatusPillRendererStyles",
|
|
7307
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7282
7308
|
}
|
|
7283
7309
|
},
|
|
7284
7310
|
{
|
|
7285
7311
|
"kind": "js",
|
|
7286
|
-
"name": "
|
|
7312
|
+
"name": "getStatusPillRendererTemplate",
|
|
7287
7313
|
"declaration": {
|
|
7288
|
-
"name": "
|
|
7289
|
-
"module": "src/cell-renderers/
|
|
7314
|
+
"name": "getStatusPillRendererTemplate",
|
|
7315
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7290
7316
|
}
|
|
7291
7317
|
},
|
|
7292
7318
|
{
|
|
7293
7319
|
"kind": "js",
|
|
7294
|
-
"name": "
|
|
7320
|
+
"name": "StatusPillRenderer",
|
|
7295
7321
|
"declaration": {
|
|
7296
|
-
"name": "
|
|
7297
|
-
"module": "src/cell-renderers/
|
|
7322
|
+
"name": "StatusPillRenderer",
|
|
7323
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7298
7324
|
}
|
|
7299
7325
|
},
|
|
7300
7326
|
{
|
|
7301
7327
|
"kind": "js",
|
|
7302
|
-
"name": "
|
|
7328
|
+
"name": "foundationStatusPillRenderer",
|
|
7303
7329
|
"declaration": {
|
|
7304
|
-
"name": "
|
|
7305
|
-
"module": "src/cell-renderers/
|
|
7330
|
+
"name": "foundationStatusPillRenderer",
|
|
7331
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7306
7332
|
}
|
|
7307
7333
|
}
|
|
7308
7334
|
]
|
|
7309
7335
|
},
|
|
7310
7336
|
{
|
|
7311
7337
|
"kind": "javascript-module",
|
|
7312
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7338
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7313
7339
|
"declarations": [
|
|
7314
7340
|
{
|
|
7315
7341
|
"kind": "class",
|
|
7316
|
-
"description": "",
|
|
7317
|
-
"name": "
|
|
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,
|
|
7342
|
+
"description": "The AG Text Field Renderer element.",
|
|
7343
|
+
"name": "AgTextFieldRenderer",
|
|
7325
7344
|
"members": [
|
|
7326
7345
|
{
|
|
7327
7346
|
"kind": "field",
|
|
@@ -7329,11 +7348,7 @@
|
|
|
7329
7348
|
"type": {
|
|
7330
7349
|
"text": "TextField"
|
|
7331
7350
|
},
|
|
7332
|
-
"privacy": "public"
|
|
7333
|
-
"inheritedFrom": {
|
|
7334
|
-
"name": "AgTextFieldRenderer",
|
|
7335
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7336
|
-
}
|
|
7351
|
+
"privacy": "public"
|
|
7337
7352
|
},
|
|
7338
7353
|
{
|
|
7339
7354
|
"kind": "field",
|
|
@@ -7341,11 +7356,7 @@
|
|
|
7341
7356
|
"type": {
|
|
7342
7357
|
"text": "string"
|
|
7343
7358
|
},
|
|
7344
|
-
"default": "''"
|
|
7345
|
-
"inheritedFrom": {
|
|
7346
|
-
"name": "AgTextFieldRenderer",
|
|
7347
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7348
|
-
}
|
|
7359
|
+
"default": "''"
|
|
7349
7360
|
},
|
|
7350
7361
|
{
|
|
7351
7362
|
"kind": "field",
|
|
@@ -7353,11 +7364,7 @@
|
|
|
7353
7364
|
"type": {
|
|
7354
7365
|
"text": "FuiCellRendererParams"
|
|
7355
7366
|
},
|
|
7356
|
-
"privacy": "public"
|
|
7357
|
-
"inheritedFrom": {
|
|
7358
|
-
"name": "AgTextFieldRenderer",
|
|
7359
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7360
|
-
}
|
|
7367
|
+
"privacy": "public"
|
|
7361
7368
|
},
|
|
7362
7369
|
{
|
|
7363
7370
|
"kind": "method",
|
|
@@ -7370,11 +7377,7 @@
|
|
|
7370
7377
|
"text": "FuiCellRendererParams"
|
|
7371
7378
|
}
|
|
7372
7379
|
}
|
|
7373
|
-
]
|
|
7374
|
-
"inheritedFrom": {
|
|
7375
|
-
"name": "AgTextFieldRenderer",
|
|
7376
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7377
|
-
}
|
|
7380
|
+
]
|
|
7378
7381
|
},
|
|
7379
7382
|
{
|
|
7380
7383
|
"kind": "method",
|
|
@@ -7384,20 +7387,12 @@
|
|
|
7384
7387
|
"type": {
|
|
7385
7388
|
"text": "HTMLElement"
|
|
7386
7389
|
}
|
|
7387
|
-
},
|
|
7388
|
-
"inheritedFrom": {
|
|
7389
|
-
"name": "AgTextFieldRenderer",
|
|
7390
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7391
7390
|
}
|
|
7392
7391
|
},
|
|
7393
7392
|
{
|
|
7394
7393
|
"kind": "method",
|
|
7395
7394
|
"name": "destroy",
|
|
7396
|
-
"privacy": "public"
|
|
7397
|
-
"inheritedFrom": {
|
|
7398
|
-
"name": "AgTextFieldRenderer",
|
|
7399
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7400
|
-
}
|
|
7395
|
+
"privacy": "public"
|
|
7401
7396
|
},
|
|
7402
7397
|
{
|
|
7403
7398
|
"kind": "method",
|
|
@@ -7410,11 +7405,7 @@
|
|
|
7410
7405
|
"text": "FuiCellRendererParams"
|
|
7411
7406
|
}
|
|
7412
7407
|
}
|
|
7413
|
-
]
|
|
7414
|
-
"inheritedFrom": {
|
|
7415
|
-
"name": "AgTextFieldRenderer",
|
|
7416
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7417
|
-
}
|
|
7408
|
+
]
|
|
7418
7409
|
},
|
|
7419
7410
|
{
|
|
7420
7411
|
"kind": "method",
|
|
@@ -7429,11 +7420,7 @@
|
|
|
7429
7420
|
{
|
|
7430
7421
|
"name": "data"
|
|
7431
7422
|
}
|
|
7432
|
-
]
|
|
7433
|
-
"inheritedFrom": {
|
|
7434
|
-
"name": "AgTextFieldRenderer",
|
|
7435
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7436
|
-
}
|
|
7423
|
+
]
|
|
7437
7424
|
},
|
|
7438
7425
|
{
|
|
7439
7426
|
"kind": "field",
|
|
@@ -7445,11 +7432,7 @@
|
|
|
7445
7432
|
"description": "CustomEvent",
|
|
7446
7433
|
"name": "e"
|
|
7447
7434
|
}
|
|
7448
|
-
]
|
|
7449
|
-
"inheritedFrom": {
|
|
7450
|
-
"name": "AgTextFieldRenderer",
|
|
7451
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7452
|
-
}
|
|
7435
|
+
]
|
|
7453
7436
|
},
|
|
7454
7437
|
{
|
|
7455
7438
|
"kind": "field",
|
|
@@ -7562,184 +7545,194 @@
|
|
|
7562
7545
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7563
7546
|
}
|
|
7564
7547
|
}
|
|
7565
|
-
]
|
|
7548
|
+
],
|
|
7549
|
+
"superclass": {
|
|
7550
|
+
"name": "FoundationElement",
|
|
7551
|
+
"package": "@microsoft/fast-foundation"
|
|
7552
|
+
},
|
|
7553
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7554
|
+
"customElement": true
|
|
7566
7555
|
},
|
|
7567
7556
|
{
|
|
7568
7557
|
"kind": "variable",
|
|
7569
|
-
"name": "
|
|
7570
|
-
"default": "
|
|
7571
|
-
"
|
|
7572
|
-
"
|
|
7558
|
+
"name": "textFieldRendererStyles",
|
|
7559
|
+
"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`",
|
|
7560
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7561
|
+
"privacy": "public"
|
|
7573
7562
|
},
|
|
7574
7563
|
{
|
|
7575
|
-
"kind": "
|
|
7576
|
-
"name": "
|
|
7577
|
-
"
|
|
7578
|
-
|
|
7579
|
-
|
|
7564
|
+
"kind": "function",
|
|
7565
|
+
"name": "getTextFieldRendererTemplate",
|
|
7566
|
+
"parameters": [
|
|
7567
|
+
{
|
|
7568
|
+
"name": "designSystem",
|
|
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"
|
|
7580
7580
|
},
|
|
7581
7581
|
{
|
|
7582
7582
|
"kind": "variable",
|
|
7583
|
-
"name": "
|
|
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"
|
|
7583
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7584
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7585
|
+
"privacy": "public"
|
|
7587
7586
|
}
|
|
7588
7587
|
],
|
|
7589
7588
|
"exports": [
|
|
7590
7589
|
{
|
|
7591
7590
|
"kind": "js",
|
|
7592
|
-
"name": "
|
|
7591
|
+
"name": "AgTextFieldRenderer",
|
|
7593
7592
|
"declaration": {
|
|
7594
|
-
"name": "
|
|
7595
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7593
|
+
"name": "AgTextFieldRenderer",
|
|
7594
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7596
7595
|
}
|
|
7597
7596
|
},
|
|
7598
7597
|
{
|
|
7599
7598
|
"kind": "js",
|
|
7600
|
-
"name": "
|
|
7599
|
+
"name": "textFieldRendererStyles",
|
|
7601
7600
|
"declaration": {
|
|
7602
|
-
"name": "
|
|
7603
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7601
|
+
"name": "textFieldRendererStyles",
|
|
7602
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7604
7603
|
}
|
|
7605
7604
|
},
|
|
7606
7605
|
{
|
|
7607
7606
|
"kind": "js",
|
|
7608
|
-
"name": "
|
|
7607
|
+
"name": "getTextFieldRendererTemplate",
|
|
7609
7608
|
"declaration": {
|
|
7610
|
-
"name": "
|
|
7611
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7609
|
+
"name": "getTextFieldRendererTemplate",
|
|
7610
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7612
7611
|
}
|
|
7613
7612
|
},
|
|
7614
7613
|
{
|
|
7615
7614
|
"kind": "js",
|
|
7616
|
-
"name": "
|
|
7617
|
-
"declaration": {
|
|
7618
|
-
"name": "foundationAgTextRenderer",
|
|
7619
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7620
|
-
}
|
|
7621
|
-
}
|
|
7622
|
-
]
|
|
7623
|
-
},
|
|
7624
|
-
{
|
|
7625
|
-
"kind": "javascript-module",
|
|
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",
|
|
7615
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7640
7616
|
"declaration": {
|
|
7641
|
-
"name": "
|
|
7642
|
-
"module": "src/
|
|
7617
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7618
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7643
7619
|
}
|
|
7644
7620
|
}
|
|
7645
7621
|
]
|
|
7646
7622
|
},
|
|
7647
7623
|
{
|
|
7648
7624
|
"kind": "javascript-module",
|
|
7649
|
-
"path": "src/
|
|
7625
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7650
7626
|
"declarations": [
|
|
7651
7627
|
{
|
|
7652
7628
|
"kind": "class",
|
|
7653
|
-
"description": "
|
|
7654
|
-
"name": "
|
|
7629
|
+
"description": "",
|
|
7630
|
+
"name": "AgTextRenderer",
|
|
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,
|
|
7655
7638
|
"members": [
|
|
7656
7639
|
{
|
|
7657
7640
|
"kind": "field",
|
|
7658
|
-
"name": "
|
|
7641
|
+
"name": "textField",
|
|
7659
7642
|
"type": {
|
|
7660
|
-
"text": "
|
|
7643
|
+
"text": "TextField"
|
|
7661
7644
|
},
|
|
7662
|
-
"privacy": "public"
|
|
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",
|
|
7654
|
+
"type": {
|
|
7655
|
+
"text": "string"
|
|
7656
|
+
},
|
|
7657
|
+
"default": "''",
|
|
7658
|
+
"inheritedFrom": {
|
|
7659
|
+
"name": "AgTextFieldRenderer",
|
|
7660
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7661
|
+
}
|
|
7663
7662
|
},
|
|
7664
7663
|
{
|
|
7665
7664
|
"kind": "field",
|
|
7666
|
-
"name": "
|
|
7665
|
+
"name": "params",
|
|
7667
7666
|
"type": {
|
|
7668
|
-
"text": "
|
|
7669
|
-
},
|
|
7670
|
-
"default": "{}"
|
|
7671
|
-
},
|
|
7672
|
-
{
|
|
7673
|
-
"kind": "method",
|
|
7674
|
-
"name": "slottedAgCellChanged",
|
|
7675
|
-
"privacy": "public"
|
|
7676
|
-
},
|
|
7677
|
-
{
|
|
7678
|
-
"kind": "method",
|
|
7679
|
-
"name": "deepClone",
|
|
7680
|
-
"return": {
|
|
7681
|
-
"type": {
|
|
7682
|
-
"text": "Node"
|
|
7683
|
-
}
|
|
7667
|
+
"text": "FuiCellRendererParams"
|
|
7684
7668
|
},
|
|
7669
|
+
"privacy": "public",
|
|
7685
7670
|
"inheritedFrom": {
|
|
7686
|
-
"name": "
|
|
7687
|
-
"module": "src/
|
|
7671
|
+
"name": "AgTextFieldRenderer",
|
|
7672
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7688
7673
|
}
|
|
7689
7674
|
},
|
|
7690
7675
|
{
|
|
7691
7676
|
"kind": "method",
|
|
7692
|
-
"name": "
|
|
7693
|
-
"
|
|
7694
|
-
"type": {
|
|
7695
|
-
"text": "Node"
|
|
7696
|
-
}
|
|
7697
|
-
},
|
|
7677
|
+
"name": "init",
|
|
7678
|
+
"privacy": "public",
|
|
7698
7679
|
"parameters": [
|
|
7699
7680
|
{
|
|
7700
|
-
"name": "
|
|
7701
|
-
"optional": true,
|
|
7681
|
+
"name": "params",
|
|
7702
7682
|
"type": {
|
|
7703
|
-
"text": "
|
|
7683
|
+
"text": "FuiCellRendererParams"
|
|
7704
7684
|
}
|
|
7705
7685
|
}
|
|
7706
7686
|
],
|
|
7707
7687
|
"inheritedFrom": {
|
|
7708
|
-
"name": "
|
|
7709
|
-
"module": "src/
|
|
7688
|
+
"name": "AgTextFieldRenderer",
|
|
7689
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7710
7690
|
}
|
|
7711
7691
|
},
|
|
7712
7692
|
{
|
|
7713
|
-
"kind": "
|
|
7714
|
-
"name": "
|
|
7693
|
+
"kind": "method",
|
|
7694
|
+
"name": "getGui",
|
|
7695
|
+
"privacy": "public",
|
|
7715
7696
|
"return": {
|
|
7716
7697
|
"type": {
|
|
7717
|
-
"text": ""
|
|
7698
|
+
"text": "HTMLElement"
|
|
7718
7699
|
}
|
|
7719
7700
|
},
|
|
7720
|
-
"readonly": true,
|
|
7721
7701
|
"inheritedFrom": {
|
|
7722
|
-
"name": "
|
|
7723
|
-
"module": "src/
|
|
7702
|
+
"name": "AgTextFieldRenderer",
|
|
7703
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7724
7704
|
}
|
|
7725
7705
|
},
|
|
7726
7706
|
{
|
|
7727
|
-
"kind": "
|
|
7728
|
-
"name": "
|
|
7729
|
-
"
|
|
7730
|
-
|
|
7731
|
-
|
|
7707
|
+
"kind": "method",
|
|
7708
|
+
"name": "destroy",
|
|
7709
|
+
"privacy": "public",
|
|
7710
|
+
"inheritedFrom": {
|
|
7711
|
+
"name": "AgTextFieldRenderer",
|
|
7712
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7713
|
+
}
|
|
7714
|
+
},
|
|
7715
|
+
{
|
|
7716
|
+
"kind": "method",
|
|
7717
|
+
"name": "refresh",
|
|
7718
|
+
"privacy": "public",
|
|
7719
|
+
"parameters": [
|
|
7720
|
+
{
|
|
7721
|
+
"name": "params",
|
|
7722
|
+
"type": {
|
|
7723
|
+
"text": "FuiCellRendererParams"
|
|
7724
|
+
}
|
|
7732
7725
|
}
|
|
7733
|
-
|
|
7734
|
-
"readonly": true,
|
|
7726
|
+
],
|
|
7735
7727
|
"inheritedFrom": {
|
|
7736
|
-
"name": "
|
|
7737
|
-
"module": "src/
|
|
7728
|
+
"name": "AgTextFieldRenderer",
|
|
7729
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7738
7730
|
}
|
|
7739
7731
|
},
|
|
7740
7732
|
{
|
|
7741
7733
|
"kind": "method",
|
|
7742
|
-
"name": "
|
|
7734
|
+
"name": "isDisabled",
|
|
7735
|
+
"privacy": "public",
|
|
7743
7736
|
"return": {
|
|
7744
7737
|
"type": {
|
|
7745
7738
|
"text": "boolean"
|
|
@@ -7747,15 +7740,28 @@
|
|
|
7747
7740
|
},
|
|
7748
7741
|
"parameters": [
|
|
7749
7742
|
{
|
|
7750
|
-
"name": "
|
|
7751
|
-
"type": {
|
|
7752
|
-
"text": "Lifecycletype"
|
|
7753
|
-
}
|
|
7743
|
+
"name": "data"
|
|
7754
7744
|
}
|
|
7755
7745
|
],
|
|
7756
7746
|
"inheritedFrom": {
|
|
7757
|
-
"name": "
|
|
7758
|
-
"module": "src/
|
|
7747
|
+
"name": "AgTextFieldRenderer",
|
|
7748
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7749
|
+
}
|
|
7750
|
+
},
|
|
7751
|
+
{
|
|
7752
|
+
"kind": "field",
|
|
7753
|
+
"name": "textChanged",
|
|
7754
|
+
"privacy": "public",
|
|
7755
|
+
"description": "On text change handler",
|
|
7756
|
+
"parameters": [
|
|
7757
|
+
{
|
|
7758
|
+
"description": "CustomEvent",
|
|
7759
|
+
"name": "e"
|
|
7760
|
+
}
|
|
7761
|
+
],
|
|
7762
|
+
"inheritedFrom": {
|
|
7763
|
+
"name": "AgTextFieldRenderer",
|
|
7764
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7759
7765
|
}
|
|
7760
7766
|
},
|
|
7761
7767
|
{
|
|
@@ -7869,67 +7875,61 @@
|
|
|
7869
7875
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7870
7876
|
}
|
|
7871
7877
|
}
|
|
7872
|
-
]
|
|
7873
|
-
|
|
7874
|
-
|
|
7875
|
-
|
|
7876
|
-
|
|
7877
|
-
|
|
7878
|
-
|
|
7879
|
-
"
|
|
7880
|
-
|
|
7881
|
-
|
|
7882
|
-
|
|
7883
|
-
"
|
|
7884
|
-
"
|
|
7878
|
+
]
|
|
7879
|
+
},
|
|
7880
|
+
{
|
|
7881
|
+
"kind": "variable",
|
|
7882
|
+
"name": "textRendererStyles",
|
|
7883
|
+
"default": "textFieldRendererStyles",
|
|
7884
|
+
"privacy": "public",
|
|
7885
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7886
|
+
},
|
|
7887
|
+
{
|
|
7888
|
+
"kind": "variable",
|
|
7889
|
+
"name": "getTextRendererTemplate",
|
|
7890
|
+
"default": "getTextFieldRendererTemplate",
|
|
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"
|
|
7885
7900
|
}
|
|
7886
7901
|
],
|
|
7887
7902
|
"exports": [
|
|
7888
7903
|
{
|
|
7889
7904
|
"kind": "js",
|
|
7890
|
-
"name": "
|
|
7905
|
+
"name": "AgTextRenderer",
|
|
7891
7906
|
"declaration": {
|
|
7892
|
-
"name": "
|
|
7893
|
-
"module": "src/
|
|
7907
|
+
"name": "AgTextRenderer",
|
|
7908
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7894
7909
|
}
|
|
7895
7910
|
},
|
|
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": "textRendererStyles",
|
|
7914
7914
|
"declaration": {
|
|
7915
|
-
"name": "
|
|
7916
|
-
"
|
|
7915
|
+
"name": "textRendererStyles",
|
|
7916
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7917
7917
|
}
|
|
7918
7918
|
},
|
|
7919
7919
|
{
|
|
7920
7920
|
"kind": "js",
|
|
7921
|
-
"name": "
|
|
7921
|
+
"name": "getTextRendererTemplate",
|
|
7922
7922
|
"declaration": {
|
|
7923
|
-
"name": "
|
|
7924
|
-
"
|
|
7923
|
+
"name": "getTextRendererTemplate",
|
|
7924
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7925
7925
|
}
|
|
7926
7926
|
},
|
|
7927
7927
|
{
|
|
7928
7928
|
"kind": "js",
|
|
7929
|
-
"name": "
|
|
7929
|
+
"name": "foundationAgTextRenderer",
|
|
7930
7930
|
"declaration": {
|
|
7931
|
-
"name": "
|
|
7932
|
-
"
|
|
7931
|
+
"name": "foundationAgTextRenderer",
|
|
7932
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7933
7933
|
}
|
|
7934
7934
|
}
|
|
7935
7935
|
]
|
|
@@ -19333,46 +19333,51 @@
|
|
|
19333
19333
|
},
|
|
19334
19334
|
{
|
|
19335
19335
|
"kind": "javascript-module",
|
|
19336
|
-
"path": "src/
|
|
19336
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19337
19337
|
"declarations": [
|
|
19338
19338
|
{
|
|
19339
19339
|
"kind": "function",
|
|
19340
|
-
"name": "
|
|
19340
|
+
"name": "gridProColumns",
|
|
19341
19341
|
"return": {
|
|
19342
19342
|
"type": {
|
|
19343
|
-
"text": "
|
|
19343
|
+
"text": "CaptureType<TSource>"
|
|
19344
19344
|
}
|
|
19345
19345
|
},
|
|
19346
19346
|
"parameters": [
|
|
19347
19347
|
{
|
|
19348
|
-
"name": "
|
|
19348
|
+
"name": "itemsBinding",
|
|
19349
19349
|
"type": {
|
|
19350
|
-
"text": "
|
|
19351
|
-
}
|
|
19350
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19351
|
+
},
|
|
19352
|
+
"description": "The array to render"
|
|
19352
19353
|
},
|
|
19353
19354
|
{
|
|
19354
|
-
"name": "
|
|
19355
|
+
"name": "includeRenderers",
|
|
19356
|
+
"default": "true",
|
|
19355
19357
|
"type": {
|
|
19356
|
-
"text": "
|
|
19357
|
-
}
|
|
19358
|
+
"text": "boolean"
|
|
19359
|
+
},
|
|
19360
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19358
19361
|
}
|
|
19359
|
-
]
|
|
19362
|
+
],
|
|
19363
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19364
|
+
"privacy": "public"
|
|
19360
19365
|
}
|
|
19361
19366
|
],
|
|
19362
19367
|
"exports": [
|
|
19363
19368
|
{
|
|
19364
19369
|
"kind": "js",
|
|
19365
|
-
"name": "
|
|
19370
|
+
"name": "gridProColumns",
|
|
19366
19371
|
"declaration": {
|
|
19367
|
-
"name": "
|
|
19368
|
-
"module": "src/
|
|
19372
|
+
"name": "gridProColumns",
|
|
19373
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19369
19374
|
}
|
|
19370
19375
|
}
|
|
19371
19376
|
]
|
|
19372
19377
|
},
|
|
19373
19378
|
{
|
|
19374
19379
|
"kind": "javascript-module",
|
|
19375
|
-
"path": "src/
|
|
19380
|
+
"path": "src/column/utils/index.ts",
|
|
19376
19381
|
"declarations": [],
|
|
19377
19382
|
"exports": [
|
|
19378
19383
|
{
|
|
@@ -19380,58 +19385,53 @@
|
|
|
19380
19385
|
"name": "*",
|
|
19381
19386
|
"declaration": {
|
|
19382
19387
|
"name": "*",
|
|
19383
|
-
"package": "./
|
|
19388
|
+
"package": "./grid-pro-columns"
|
|
19384
19389
|
}
|
|
19385
19390
|
}
|
|
19386
19391
|
]
|
|
19387
19392
|
},
|
|
19388
19393
|
{
|
|
19389
19394
|
"kind": "javascript-module",
|
|
19390
|
-
"path": "src/
|
|
19395
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19391
19396
|
"declarations": [
|
|
19392
19397
|
{
|
|
19393
19398
|
"kind": "function",
|
|
19394
|
-
"name": "
|
|
19399
|
+
"name": "setValueWithAccessor",
|
|
19395
19400
|
"return": {
|
|
19396
19401
|
"type": {
|
|
19397
|
-
"text": "
|
|
19402
|
+
"text": "string"
|
|
19398
19403
|
}
|
|
19399
19404
|
},
|
|
19400
19405
|
"parameters": [
|
|
19401
19406
|
{
|
|
19402
|
-
"name": "
|
|
19407
|
+
"name": "data",
|
|
19403
19408
|
"type": {
|
|
19404
|
-
"text": "
|
|
19405
|
-
}
|
|
19406
|
-
"description": "The array to render"
|
|
19409
|
+
"text": "any"
|
|
19410
|
+
}
|
|
19407
19411
|
},
|
|
19408
19412
|
{
|
|
19409
|
-
"name": "
|
|
19410
|
-
"default": "true",
|
|
19413
|
+
"name": "accessor",
|
|
19411
19414
|
"type": {
|
|
19412
|
-
"text": "
|
|
19413
|
-
}
|
|
19414
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19415
|
+
"text": "string"
|
|
19416
|
+
}
|
|
19415
19417
|
}
|
|
19416
|
-
]
|
|
19417
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19418
|
-
"privacy": "public"
|
|
19418
|
+
]
|
|
19419
19419
|
}
|
|
19420
19420
|
],
|
|
19421
19421
|
"exports": [
|
|
19422
19422
|
{
|
|
19423
19423
|
"kind": "js",
|
|
19424
|
-
"name": "
|
|
19424
|
+
"name": "setValueWithAccessor",
|
|
19425
19425
|
"declaration": {
|
|
19426
|
-
"name": "
|
|
19427
|
-
"module": "src/
|
|
19426
|
+
"name": "setValueWithAccessor",
|
|
19427
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19428
19428
|
}
|
|
19429
19429
|
}
|
|
19430
19430
|
]
|
|
19431
19431
|
},
|
|
19432
19432
|
{
|
|
19433
19433
|
"kind": "javascript-module",
|
|
19434
|
-
"path": "src/
|
|
19434
|
+
"path": "src/cell-renderers/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": "./accessor"
|
|
19443
19443
|
}
|
|
19444
19444
|
}
|
|
19445
19445
|
]
|