@genesislcap/grid-pro 14.396.4 → 14.397.1-alpha-87a7828.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +639 -639
- package/package.json +13 -13
|
@@ -5136,69 +5136,123 @@
|
|
|
5136
5136
|
},
|
|
5137
5137
|
{
|
|
5138
5138
|
"kind": "javascript-module",
|
|
5139
|
-
"path": "src/
|
|
5139
|
+
"path": "src/column/column.template.ts",
|
|
5140
|
+
"declarations": [
|
|
5141
|
+
{
|
|
5142
|
+
"kind": "variable",
|
|
5143
|
+
"name": "ColumnTemplate",
|
|
5144
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5145
|
+
"description": "The Grid Pro Column Template.",
|
|
5146
|
+
"privacy": "public"
|
|
5147
|
+
}
|
|
5148
|
+
],
|
|
5149
|
+
"exports": [
|
|
5150
|
+
{
|
|
5151
|
+
"kind": "js",
|
|
5152
|
+
"name": "ColumnTemplate",
|
|
5153
|
+
"declaration": {
|
|
5154
|
+
"name": "ColumnTemplate",
|
|
5155
|
+
"module": "src/column/column.template.ts"
|
|
5156
|
+
}
|
|
5157
|
+
}
|
|
5158
|
+
]
|
|
5159
|
+
},
|
|
5160
|
+
{
|
|
5161
|
+
"kind": "javascript-module",
|
|
5162
|
+
"path": "src/column/column.ts",
|
|
5140
5163
|
"declarations": [
|
|
5141
5164
|
{
|
|
5142
5165
|
"kind": "class",
|
|
5143
|
-
"description": "The
|
|
5144
|
-
"name": "
|
|
5166
|
+
"description": "The Grid Pro Column element.",
|
|
5167
|
+
"name": "GridProColumn",
|
|
5145
5168
|
"members": [
|
|
5146
5169
|
{
|
|
5147
5170
|
"kind": "field",
|
|
5148
|
-
"name": "
|
|
5171
|
+
"name": "slottedAgCell",
|
|
5149
5172
|
"type": {
|
|
5150
|
-
"text": "
|
|
5173
|
+
"text": "HTMLElement[]"
|
|
5151
5174
|
},
|
|
5152
5175
|
"privacy": "public"
|
|
5153
5176
|
},
|
|
5154
5177
|
{
|
|
5155
5178
|
"kind": "field",
|
|
5156
|
-
"name": "
|
|
5179
|
+
"name": "definition",
|
|
5157
5180
|
"type": {
|
|
5158
|
-
"text": "
|
|
5181
|
+
"text": "ColDef"
|
|
5159
5182
|
},
|
|
5160
|
-
"
|
|
5183
|
+
"default": "{}"
|
|
5161
5184
|
},
|
|
5162
5185
|
{
|
|
5163
5186
|
"kind": "method",
|
|
5164
|
-
"name": "
|
|
5165
|
-
"privacy": "public"
|
|
5166
|
-
"parameters": [
|
|
5167
|
-
{
|
|
5168
|
-
"name": "params",
|
|
5169
|
-
"type": {
|
|
5170
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5171
|
-
}
|
|
5172
|
-
}
|
|
5173
|
-
]
|
|
5187
|
+
"name": "slottedAgCellChanged",
|
|
5188
|
+
"privacy": "public"
|
|
5174
5189
|
},
|
|
5175
5190
|
{
|
|
5176
5191
|
"kind": "method",
|
|
5177
|
-
"name": "
|
|
5178
|
-
"privacy": "public",
|
|
5192
|
+
"name": "deepClone",
|
|
5179
5193
|
"return": {
|
|
5180
5194
|
"type": {
|
|
5181
|
-
"text": "
|
|
5195
|
+
"text": "Node"
|
|
5182
5196
|
}
|
|
5197
|
+
},
|
|
5198
|
+
"inheritedFrom": {
|
|
5199
|
+
"name": "LifecycleMixin",
|
|
5200
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5183
5201
|
}
|
|
5184
5202
|
},
|
|
5185
5203
|
{
|
|
5186
5204
|
"kind": "method",
|
|
5187
|
-
"name": "
|
|
5188
|
-
"
|
|
5205
|
+
"name": "cloneNode",
|
|
5206
|
+
"return": {
|
|
5207
|
+
"type": {
|
|
5208
|
+
"text": "Node"
|
|
5209
|
+
}
|
|
5210
|
+
},
|
|
5189
5211
|
"parameters": [
|
|
5190
5212
|
{
|
|
5191
|
-
"name": "
|
|
5213
|
+
"name": "deep",
|
|
5214
|
+
"optional": true,
|
|
5192
5215
|
"type": {
|
|
5193
|
-
"text": "
|
|
5216
|
+
"text": "boolean"
|
|
5194
5217
|
}
|
|
5195
5218
|
}
|
|
5196
|
-
]
|
|
5219
|
+
],
|
|
5220
|
+
"inheritedFrom": {
|
|
5221
|
+
"name": "LifecycleMixin",
|
|
5222
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5223
|
+
}
|
|
5224
|
+
},
|
|
5225
|
+
{
|
|
5226
|
+
"kind": "field",
|
|
5227
|
+
"name": "shouldRunDisconnect",
|
|
5228
|
+
"return": {
|
|
5229
|
+
"type": {
|
|
5230
|
+
"text": ""
|
|
5231
|
+
}
|
|
5232
|
+
},
|
|
5233
|
+
"readonly": true,
|
|
5234
|
+
"inheritedFrom": {
|
|
5235
|
+
"name": "LifecycleMixin",
|
|
5236
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5237
|
+
}
|
|
5238
|
+
},
|
|
5239
|
+
{
|
|
5240
|
+
"kind": "field",
|
|
5241
|
+
"name": "shouldRunConnect",
|
|
5242
|
+
"return": {
|
|
5243
|
+
"type": {
|
|
5244
|
+
"text": ""
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
"readonly": true,
|
|
5248
|
+
"inheritedFrom": {
|
|
5249
|
+
"name": "LifecycleMixin",
|
|
5250
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5251
|
+
}
|
|
5197
5252
|
},
|
|
5198
5253
|
{
|
|
5199
5254
|
"kind": "method",
|
|
5200
|
-
"name": "
|
|
5201
|
-
"privacy": "public",
|
|
5255
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
5202
5256
|
"return": {
|
|
5203
5257
|
"type": {
|
|
5204
5258
|
"text": "boolean"
|
|
@@ -5206,19 +5260,16 @@
|
|
|
5206
5260
|
},
|
|
5207
5261
|
"parameters": [
|
|
5208
5262
|
{
|
|
5209
|
-
"name": "
|
|
5263
|
+
"name": "lifecycleType",
|
|
5264
|
+
"type": {
|
|
5265
|
+
"text": "Lifecycletype"
|
|
5266
|
+
}
|
|
5210
5267
|
}
|
|
5211
|
-
]
|
|
5212
|
-
|
|
5213
|
-
|
|
5214
|
-
|
|
5215
|
-
|
|
5216
|
-
"privacy": "public"
|
|
5217
|
-
},
|
|
5218
|
-
{
|
|
5219
|
-
"kind": "field",
|
|
5220
|
-
"name": "dataTestId",
|
|
5221
|
-
"readonly": true
|
|
5268
|
+
],
|
|
5269
|
+
"inheritedFrom": {
|
|
5270
|
+
"name": "LifecycleMixin",
|
|
5271
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5272
|
+
}
|
|
5222
5273
|
},
|
|
5223
5274
|
{
|
|
5224
5275
|
"kind": "field",
|
|
@@ -5332,82 +5383,92 @@
|
|
|
5332
5383
|
}
|
|
5333
5384
|
}
|
|
5334
5385
|
],
|
|
5386
|
+
"mixins": [
|
|
5387
|
+
{
|
|
5388
|
+
"name": "LifecycleMixin",
|
|
5389
|
+
"package": "@genesislcap/foundation-utils"
|
|
5390
|
+
}
|
|
5391
|
+
],
|
|
5335
5392
|
"superclass": {
|
|
5336
5393
|
"name": "FoundationElement",
|
|
5337
5394
|
"package": "@microsoft/fast-foundation"
|
|
5338
5395
|
},
|
|
5339
|
-
"tagName": "
|
|
5396
|
+
"tagName": "grid-pro-column",
|
|
5340
5397
|
"customElement": true
|
|
5341
|
-
},
|
|
5342
|
-
{
|
|
5343
|
-
"kind": "variable",
|
|
5344
|
-
"name": "actionHeightMultiplier",
|
|
5345
|
-
"description": "The base height multiplier for the action renderer.",
|
|
5346
|
-
"privacy": "public"
|
|
5347
|
-
},
|
|
5348
|
-
{
|
|
5349
|
-
"kind": "variable",
|
|
5350
|
-
"name": "agActionRendererStyles",
|
|
5351
|
-
"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`",
|
|
5352
|
-
"description": "The AG Action Renderer Styles.",
|
|
5353
|
-
"privacy": "public"
|
|
5354
|
-
},
|
|
5355
|
-
{
|
|
5356
|
-
"kind": "variable",
|
|
5357
|
-
"name": "foundationGridProActionRenderer",
|
|
5358
|
-
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5359
|
-
"privacy": "public"
|
|
5360
5398
|
}
|
|
5361
5399
|
],
|
|
5362
5400
|
"exports": [
|
|
5363
5401
|
{
|
|
5364
5402
|
"kind": "js",
|
|
5365
|
-
"name": "
|
|
5403
|
+
"name": "GridProColumn",
|
|
5366
5404
|
"declaration": {
|
|
5367
|
-
"name": "
|
|
5368
|
-
"module": "src/
|
|
5405
|
+
"name": "GridProColumn",
|
|
5406
|
+
"module": "src/column/column.ts"
|
|
5369
5407
|
}
|
|
5370
5408
|
},
|
|
5409
|
+
{
|
|
5410
|
+
"kind": "custom-element-definition",
|
|
5411
|
+
"name": "grid-pro-column",
|
|
5412
|
+
"declaration": {
|
|
5413
|
+
"name": "GridProColumn",
|
|
5414
|
+
"module": "src/column/column.ts"
|
|
5415
|
+
}
|
|
5416
|
+
}
|
|
5417
|
+
]
|
|
5418
|
+
},
|
|
5419
|
+
{
|
|
5420
|
+
"kind": "javascript-module",
|
|
5421
|
+
"path": "src/column/index.ts",
|
|
5422
|
+
"declarations": [],
|
|
5423
|
+
"exports": [
|
|
5371
5424
|
{
|
|
5372
5425
|
"kind": "js",
|
|
5373
|
-
"name": "
|
|
5426
|
+
"name": "*",
|
|
5374
5427
|
"declaration": {
|
|
5375
|
-
"name": "
|
|
5376
|
-
"
|
|
5428
|
+
"name": "*",
|
|
5429
|
+
"package": "./column.template"
|
|
5377
5430
|
}
|
|
5378
5431
|
},
|
|
5379
5432
|
{
|
|
5380
5433
|
"kind": "js",
|
|
5381
|
-
"name": "
|
|
5434
|
+
"name": "*",
|
|
5382
5435
|
"declaration": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"
|
|
5436
|
+
"name": "*",
|
|
5437
|
+
"package": "./column"
|
|
5385
5438
|
}
|
|
5386
5439
|
},
|
|
5387
5440
|
{
|
|
5388
5441
|
"kind": "js",
|
|
5389
|
-
"name": "
|
|
5442
|
+
"name": "*",
|
|
5390
5443
|
"declaration": {
|
|
5391
|
-
"name": "
|
|
5392
|
-
"
|
|
5444
|
+
"name": "*",
|
|
5445
|
+
"package": "./utils"
|
|
5393
5446
|
}
|
|
5394
5447
|
}
|
|
5395
5448
|
]
|
|
5396
5449
|
},
|
|
5397
5450
|
{
|
|
5398
5451
|
"kind": "javascript-module",
|
|
5399
|
-
"path": "src/cell-renderers/
|
|
5452
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5400
5453
|
"declarations": [
|
|
5401
5454
|
{
|
|
5402
5455
|
"kind": "class",
|
|
5403
|
-
"description": "The
|
|
5404
|
-
"name": "
|
|
5456
|
+
"description": "The AG Action Renderer element.",
|
|
5457
|
+
"name": "ActionRenderer",
|
|
5405
5458
|
"members": [
|
|
5406
5459
|
{
|
|
5407
5460
|
"kind": "field",
|
|
5408
5461
|
"name": "params",
|
|
5409
5462
|
"type": {
|
|
5410
|
-
"text": "ICellRendererParams"
|
|
5463
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5464
|
+
},
|
|
5465
|
+
"privacy": "public"
|
|
5466
|
+
},
|
|
5467
|
+
{
|
|
5468
|
+
"kind": "field",
|
|
5469
|
+
"name": "pendingAction",
|
|
5470
|
+
"type": {
|
|
5471
|
+
"text": "boolean"
|
|
5411
5472
|
},
|
|
5412
5473
|
"privacy": "public"
|
|
5413
5474
|
},
|
|
@@ -5419,7 +5480,7 @@
|
|
|
5419
5480
|
{
|
|
5420
5481
|
"name": "params",
|
|
5421
5482
|
"type": {
|
|
5422
|
-
"text": "ICellRendererParams"
|
|
5483
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5423
5484
|
}
|
|
5424
5485
|
}
|
|
5425
5486
|
]
|
|
@@ -5447,6 +5508,31 @@
|
|
|
5447
5508
|
}
|
|
5448
5509
|
]
|
|
5449
5510
|
},
|
|
5511
|
+
{
|
|
5512
|
+
"kind": "method",
|
|
5513
|
+
"name": "isDisabled",
|
|
5514
|
+
"privacy": "public",
|
|
5515
|
+
"return": {
|
|
5516
|
+
"type": {
|
|
5517
|
+
"text": "boolean"
|
|
5518
|
+
}
|
|
5519
|
+
},
|
|
5520
|
+
"parameters": [
|
|
5521
|
+
{
|
|
5522
|
+
"name": "data"
|
|
5523
|
+
}
|
|
5524
|
+
]
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"kind": "method",
|
|
5528
|
+
"name": "clickHandler",
|
|
5529
|
+
"privacy": "public"
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"kind": "field",
|
|
5533
|
+
"name": "dataTestId",
|
|
5534
|
+
"readonly": true
|
|
5535
|
+
},
|
|
5450
5536
|
{
|
|
5451
5537
|
"kind": "field",
|
|
5452
5538
|
"name": "_presentation",
|
|
@@ -5563,26 +5649,253 @@
|
|
|
5563
5649
|
"name": "FoundationElement",
|
|
5564
5650
|
"package": "@microsoft/fast-foundation"
|
|
5565
5651
|
},
|
|
5566
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5652
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5567
5653
|
"customElement": true
|
|
5568
5654
|
},
|
|
5569
5655
|
{
|
|
5570
5656
|
"kind": "variable",
|
|
5571
|
-
"name": "
|
|
5572
|
-
"description": "
|
|
5657
|
+
"name": "actionHeightMultiplier",
|
|
5658
|
+
"description": "The base height multiplier for the action renderer.",
|
|
5573
5659
|
"privacy": "public"
|
|
5574
5660
|
},
|
|
5575
5661
|
{
|
|
5576
|
-
"kind": "
|
|
5577
|
-
"name": "
|
|
5578
|
-
"
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
"
|
|
5584
|
-
|
|
5585
|
-
|
|
5662
|
+
"kind": "variable",
|
|
5663
|
+
"name": "agActionRendererStyles",
|
|
5664
|
+
"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`",
|
|
5665
|
+
"description": "The AG Action Renderer Styles.",
|
|
5666
|
+
"privacy": "public"
|
|
5667
|
+
},
|
|
5668
|
+
{
|
|
5669
|
+
"kind": "variable",
|
|
5670
|
+
"name": "foundationGridProActionRenderer",
|
|
5671
|
+
"description": "A function that returns a Foundation Action Renderer for configuring the component with a DesignSystem.",
|
|
5672
|
+
"privacy": "public"
|
|
5673
|
+
}
|
|
5674
|
+
],
|
|
5675
|
+
"exports": [
|
|
5676
|
+
{
|
|
5677
|
+
"kind": "js",
|
|
5678
|
+
"name": "ActionRenderer",
|
|
5679
|
+
"declaration": {
|
|
5680
|
+
"name": "ActionRenderer",
|
|
5681
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5682
|
+
}
|
|
5683
|
+
},
|
|
5684
|
+
{
|
|
5685
|
+
"kind": "js",
|
|
5686
|
+
"name": "actionHeightMultiplier",
|
|
5687
|
+
"declaration": {
|
|
5688
|
+
"name": "actionHeightMultiplier",
|
|
5689
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5690
|
+
}
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"kind": "js",
|
|
5694
|
+
"name": "agActionRendererStyles",
|
|
5695
|
+
"declaration": {
|
|
5696
|
+
"name": "agActionRendererStyles",
|
|
5697
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5698
|
+
}
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"kind": "js",
|
|
5702
|
+
"name": "foundationGridProActionRenderer",
|
|
5703
|
+
"declaration": {
|
|
5704
|
+
"name": "foundationGridProActionRenderer",
|
|
5705
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5706
|
+
}
|
|
5707
|
+
}
|
|
5708
|
+
]
|
|
5709
|
+
},
|
|
5710
|
+
{
|
|
5711
|
+
"kind": "javascript-module",
|
|
5712
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5713
|
+
"declarations": [
|
|
5714
|
+
{
|
|
5715
|
+
"kind": "class",
|
|
5716
|
+
"description": "The Actions Menu Renderer element.",
|
|
5717
|
+
"name": "ActionsMenuRenderer",
|
|
5718
|
+
"members": [
|
|
5719
|
+
{
|
|
5720
|
+
"kind": "field",
|
|
5721
|
+
"name": "params",
|
|
5722
|
+
"type": {
|
|
5723
|
+
"text": "ICellRendererParams"
|
|
5724
|
+
},
|
|
5725
|
+
"privacy": "public"
|
|
5726
|
+
},
|
|
5727
|
+
{
|
|
5728
|
+
"kind": "method",
|
|
5729
|
+
"name": "init",
|
|
5730
|
+
"privacy": "public",
|
|
5731
|
+
"parameters": [
|
|
5732
|
+
{
|
|
5733
|
+
"name": "params",
|
|
5734
|
+
"type": {
|
|
5735
|
+
"text": "ICellRendererParams"
|
|
5736
|
+
}
|
|
5737
|
+
}
|
|
5738
|
+
]
|
|
5739
|
+
},
|
|
5740
|
+
{
|
|
5741
|
+
"kind": "method",
|
|
5742
|
+
"name": "getGui",
|
|
5743
|
+
"privacy": "public",
|
|
5744
|
+
"return": {
|
|
5745
|
+
"type": {
|
|
5746
|
+
"text": "HTMLElement"
|
|
5747
|
+
}
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5750
|
+
{
|
|
5751
|
+
"kind": "method",
|
|
5752
|
+
"name": "refresh",
|
|
5753
|
+
"privacy": "public",
|
|
5754
|
+
"parameters": [
|
|
5755
|
+
{
|
|
5756
|
+
"name": "params",
|
|
5757
|
+
"type": {
|
|
5758
|
+
"text": "ICellRendererParams"
|
|
5759
|
+
}
|
|
5760
|
+
}
|
|
5761
|
+
]
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"kind": "field",
|
|
5765
|
+
"name": "_presentation",
|
|
5766
|
+
"type": {
|
|
5767
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5768
|
+
},
|
|
5769
|
+
"privacy": "private",
|
|
5770
|
+
"default": "void 0",
|
|
5771
|
+
"inheritedFrom": {
|
|
5772
|
+
"name": "FoundationElement",
|
|
5773
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5774
|
+
}
|
|
5775
|
+
},
|
|
5776
|
+
{
|
|
5777
|
+
"kind": "field",
|
|
5778
|
+
"name": "$presentation",
|
|
5779
|
+
"type": {
|
|
5780
|
+
"text": "ComponentPresentation | null"
|
|
5781
|
+
},
|
|
5782
|
+
"privacy": "public",
|
|
5783
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5784
|
+
"inheritedFrom": {
|
|
5785
|
+
"name": "FoundationElement",
|
|
5786
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5787
|
+
}
|
|
5788
|
+
},
|
|
5789
|
+
{
|
|
5790
|
+
"kind": "field",
|
|
5791
|
+
"name": "template",
|
|
5792
|
+
"type": {
|
|
5793
|
+
"text": "ElementViewTemplate | void | null"
|
|
5794
|
+
},
|
|
5795
|
+
"privacy": "public",
|
|
5796
|
+
"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.",
|
|
5797
|
+
"inheritedFrom": {
|
|
5798
|
+
"name": "FoundationElement",
|
|
5799
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5800
|
+
}
|
|
5801
|
+
},
|
|
5802
|
+
{
|
|
5803
|
+
"kind": "method",
|
|
5804
|
+
"name": "templateChanged",
|
|
5805
|
+
"privacy": "protected",
|
|
5806
|
+
"return": {
|
|
5807
|
+
"type": {
|
|
5808
|
+
"text": "void"
|
|
5809
|
+
}
|
|
5810
|
+
},
|
|
5811
|
+
"inheritedFrom": {
|
|
5812
|
+
"name": "FoundationElement",
|
|
5813
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5814
|
+
}
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"kind": "field",
|
|
5818
|
+
"name": "styles",
|
|
5819
|
+
"type": {
|
|
5820
|
+
"text": "ElementStyles | void | null"
|
|
5821
|
+
},
|
|
5822
|
+
"privacy": "public",
|
|
5823
|
+
"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.",
|
|
5824
|
+
"inheritedFrom": {
|
|
5825
|
+
"name": "FoundationElement",
|
|
5826
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5827
|
+
}
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"kind": "method",
|
|
5831
|
+
"name": "stylesChanged",
|
|
5832
|
+
"privacy": "protected",
|
|
5833
|
+
"return": {
|
|
5834
|
+
"type": {
|
|
5835
|
+
"text": "void"
|
|
5836
|
+
}
|
|
5837
|
+
},
|
|
5838
|
+
"inheritedFrom": {
|
|
5839
|
+
"name": "FoundationElement",
|
|
5840
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5841
|
+
}
|
|
5842
|
+
},
|
|
5843
|
+
{
|
|
5844
|
+
"kind": "method",
|
|
5845
|
+
"name": "compose",
|
|
5846
|
+
"privacy": "public",
|
|
5847
|
+
"static": true,
|
|
5848
|
+
"return": {
|
|
5849
|
+
"type": {
|
|
5850
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5851
|
+
}
|
|
5852
|
+
},
|
|
5853
|
+
"parameters": [
|
|
5854
|
+
{
|
|
5855
|
+
"name": "this",
|
|
5856
|
+
"type": {
|
|
5857
|
+
"text": "K"
|
|
5858
|
+
}
|
|
5859
|
+
},
|
|
5860
|
+
{
|
|
5861
|
+
"name": "elementDefinition",
|
|
5862
|
+
"type": {
|
|
5863
|
+
"text": "T"
|
|
5864
|
+
},
|
|
5865
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5866
|
+
}
|
|
5867
|
+
],
|
|
5868
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5869
|
+
"inheritedFrom": {
|
|
5870
|
+
"name": "FoundationElement",
|
|
5871
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5872
|
+
}
|
|
5873
|
+
}
|
|
5874
|
+
],
|
|
5875
|
+
"superclass": {
|
|
5876
|
+
"name": "FoundationElement",
|
|
5877
|
+
"package": "@microsoft/fast-foundation"
|
|
5878
|
+
},
|
|
5879
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5880
|
+
"customElement": true
|
|
5881
|
+
},
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "variable",
|
|
5884
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5885
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5886
|
+
"privacy": "public"
|
|
5887
|
+
},
|
|
5888
|
+
{
|
|
5889
|
+
"kind": "function",
|
|
5890
|
+
"name": "getActionsMenuDef",
|
|
5891
|
+
"return": {
|
|
5892
|
+
"type": {
|
|
5893
|
+
"text": ""
|
|
5894
|
+
}
|
|
5895
|
+
},
|
|
5896
|
+
"parameters": [
|
|
5897
|
+
{
|
|
5898
|
+
"name": "actions",
|
|
5586
5899
|
"type": {
|
|
5587
5900
|
"text": "ActionMenuItem[]"
|
|
5588
5901
|
},
|
|
@@ -6584,282 +6897,20 @@
|
|
|
6584
6897
|
"kind": "method",
|
|
6585
6898
|
"name": "refresh",
|
|
6586
6899
|
"parameters": [
|
|
6587
|
-
{
|
|
6588
|
-
"name": "params"
|
|
6589
|
-
}
|
|
6590
|
-
]
|
|
6591
|
-
},
|
|
6592
|
-
{
|
|
6593
|
-
"kind": "method",
|
|
6594
|
-
"name": "destroy",
|
|
6595
|
-
"return": {
|
|
6596
|
-
"type": {
|
|
6597
|
-
"text": "void"
|
|
6598
|
-
}
|
|
6599
|
-
}
|
|
6600
|
-
},
|
|
6601
|
-
{
|
|
6602
|
-
"kind": "field",
|
|
6603
|
-
"name": "_presentation",
|
|
6604
|
-
"type": {
|
|
6605
|
-
"text": "ComponentPresentation | null | undefined"
|
|
6606
|
-
},
|
|
6607
|
-
"privacy": "private",
|
|
6608
|
-
"default": "void 0",
|
|
6609
|
-
"inheritedFrom": {
|
|
6610
|
-
"name": "FoundationElement",
|
|
6611
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6612
|
-
}
|
|
6613
|
-
},
|
|
6614
|
-
{
|
|
6615
|
-
"kind": "field",
|
|
6616
|
-
"name": "$presentation",
|
|
6617
|
-
"type": {
|
|
6618
|
-
"text": "ComponentPresentation | null"
|
|
6619
|
-
},
|
|
6620
|
-
"privacy": "public",
|
|
6621
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6622
|
-
"inheritedFrom": {
|
|
6623
|
-
"name": "FoundationElement",
|
|
6624
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6625
|
-
}
|
|
6626
|
-
},
|
|
6627
|
-
{
|
|
6628
|
-
"kind": "field",
|
|
6629
|
-
"name": "template",
|
|
6630
|
-
"type": {
|
|
6631
|
-
"text": "ElementViewTemplate | void | null"
|
|
6632
|
-
},
|
|
6633
|
-
"privacy": "public",
|
|
6634
|
-
"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.",
|
|
6635
|
-
"inheritedFrom": {
|
|
6636
|
-
"name": "FoundationElement",
|
|
6637
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6638
|
-
}
|
|
6639
|
-
},
|
|
6640
|
-
{
|
|
6641
|
-
"kind": "method",
|
|
6642
|
-
"name": "templateChanged",
|
|
6643
|
-
"privacy": "protected",
|
|
6644
|
-
"return": {
|
|
6645
|
-
"type": {
|
|
6646
|
-
"text": "void"
|
|
6647
|
-
}
|
|
6648
|
-
},
|
|
6649
|
-
"inheritedFrom": {
|
|
6650
|
-
"name": "FoundationElement",
|
|
6651
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6652
|
-
}
|
|
6653
|
-
},
|
|
6654
|
-
{
|
|
6655
|
-
"kind": "field",
|
|
6656
|
-
"name": "styles",
|
|
6657
|
-
"type": {
|
|
6658
|
-
"text": "ElementStyles | void | null"
|
|
6659
|
-
},
|
|
6660
|
-
"privacy": "public",
|
|
6661
|
-
"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.",
|
|
6662
|
-
"inheritedFrom": {
|
|
6663
|
-
"name": "FoundationElement",
|
|
6664
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
|
-
{
|
|
6668
|
-
"kind": "method",
|
|
6669
|
-
"name": "stylesChanged",
|
|
6670
|
-
"privacy": "protected",
|
|
6671
|
-
"return": {
|
|
6672
|
-
"type": {
|
|
6673
|
-
"text": "void"
|
|
6674
|
-
}
|
|
6675
|
-
},
|
|
6676
|
-
"inheritedFrom": {
|
|
6677
|
-
"name": "FoundationElement",
|
|
6678
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6679
|
-
}
|
|
6680
|
-
},
|
|
6681
|
-
{
|
|
6682
|
-
"kind": "method",
|
|
6683
|
-
"name": "compose",
|
|
6684
|
-
"privacy": "public",
|
|
6685
|
-
"static": true,
|
|
6686
|
-
"return": {
|
|
6687
|
-
"type": {
|
|
6688
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6689
|
-
}
|
|
6690
|
-
},
|
|
6691
|
-
"parameters": [
|
|
6692
|
-
{
|
|
6693
|
-
"name": "this",
|
|
6694
|
-
"type": {
|
|
6695
|
-
"text": "K"
|
|
6696
|
-
}
|
|
6697
|
-
},
|
|
6698
|
-
{
|
|
6699
|
-
"name": "elementDefinition",
|
|
6700
|
-
"type": {
|
|
6701
|
-
"text": "T"
|
|
6702
|
-
},
|
|
6703
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6704
|
-
}
|
|
6705
|
-
],
|
|
6706
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6707
|
-
"inheritedFrom": {
|
|
6708
|
-
"name": "FoundationElement",
|
|
6709
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6710
|
-
}
|
|
6711
|
-
}
|
|
6712
|
-
],
|
|
6713
|
-
"superclass": {
|
|
6714
|
-
"name": "FoundationElement",
|
|
6715
|
-
"package": "@microsoft/fast-foundation"
|
|
6716
|
-
},
|
|
6717
|
-
"tagName": "%%prefix%%-status-pill-renderer",
|
|
6718
|
-
"customElement": true
|
|
6719
|
-
},
|
|
6720
|
-
{
|
|
6721
|
-
"kind": "variable",
|
|
6722
|
-
"name": "foundationStatusPillRenderer",
|
|
6723
|
-
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
6724
|
-
"privacy": "public"
|
|
6725
|
-
}
|
|
6726
|
-
],
|
|
6727
|
-
"exports": [
|
|
6728
|
-
{
|
|
6729
|
-
"kind": "js",
|
|
6730
|
-
"name": "agStatusPillRendererStyles",
|
|
6731
|
-
"declaration": {
|
|
6732
|
-
"name": "agStatusPillRendererStyles",
|
|
6733
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6734
|
-
}
|
|
6735
|
-
},
|
|
6736
|
-
{
|
|
6737
|
-
"kind": "js",
|
|
6738
|
-
"name": "getStatusPillRendererTemplate",
|
|
6739
|
-
"declaration": {
|
|
6740
|
-
"name": "getStatusPillRendererTemplate",
|
|
6741
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6742
|
-
}
|
|
6743
|
-
},
|
|
6744
|
-
{
|
|
6745
|
-
"kind": "js",
|
|
6746
|
-
"name": "StatusPillRenderer",
|
|
6747
|
-
"declaration": {
|
|
6748
|
-
"name": "StatusPillRenderer",
|
|
6749
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6750
|
-
}
|
|
6751
|
-
},
|
|
6752
|
-
{
|
|
6753
|
-
"kind": "js",
|
|
6754
|
-
"name": "foundationStatusPillRenderer",
|
|
6755
|
-
"declaration": {
|
|
6756
|
-
"name": "foundationStatusPillRenderer",
|
|
6757
|
-
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
6758
|
-
}
|
|
6759
|
-
}
|
|
6760
|
-
]
|
|
6761
|
-
},
|
|
6762
|
-
{
|
|
6763
|
-
"kind": "javascript-module",
|
|
6764
|
-
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
6765
|
-
"declarations": [
|
|
6766
|
-
{
|
|
6767
|
-
"kind": "class",
|
|
6768
|
-
"description": "The AG Text Field Renderer element.",
|
|
6769
|
-
"name": "AgTextFieldRenderer",
|
|
6770
|
-
"members": [
|
|
6771
|
-
{
|
|
6772
|
-
"kind": "field",
|
|
6773
|
-
"name": "textField",
|
|
6774
|
-
"type": {
|
|
6775
|
-
"text": "TextField"
|
|
6776
|
-
},
|
|
6777
|
-
"privacy": "public"
|
|
6778
|
-
},
|
|
6779
|
-
{
|
|
6780
|
-
"kind": "field",
|
|
6781
|
-
"name": "textValue",
|
|
6782
|
-
"type": {
|
|
6783
|
-
"text": "string"
|
|
6784
|
-
},
|
|
6785
|
-
"default": "''"
|
|
6786
|
-
},
|
|
6787
|
-
{
|
|
6788
|
-
"kind": "field",
|
|
6789
|
-
"name": "params",
|
|
6790
|
-
"type": {
|
|
6791
|
-
"text": "FuiCellRendererParams"
|
|
6792
|
-
},
|
|
6793
|
-
"privacy": "public"
|
|
6794
|
-
},
|
|
6795
|
-
{
|
|
6796
|
-
"kind": "method",
|
|
6797
|
-
"name": "init",
|
|
6798
|
-
"privacy": "public",
|
|
6799
|
-
"parameters": [
|
|
6800
|
-
{
|
|
6801
|
-
"name": "params",
|
|
6802
|
-
"type": {
|
|
6803
|
-
"text": "FuiCellRendererParams"
|
|
6804
|
-
}
|
|
6805
|
-
}
|
|
6806
|
-
]
|
|
6807
|
-
},
|
|
6808
|
-
{
|
|
6809
|
-
"kind": "method",
|
|
6810
|
-
"name": "getGui",
|
|
6811
|
-
"privacy": "public",
|
|
6812
|
-
"return": {
|
|
6813
|
-
"type": {
|
|
6814
|
-
"text": "HTMLElement"
|
|
6815
|
-
}
|
|
6816
|
-
}
|
|
6817
|
-
},
|
|
6818
|
-
{
|
|
6819
|
-
"kind": "method",
|
|
6820
|
-
"name": "destroy",
|
|
6821
|
-
"privacy": "public"
|
|
6822
|
-
},
|
|
6823
|
-
{
|
|
6824
|
-
"kind": "method",
|
|
6825
|
-
"name": "refresh",
|
|
6826
|
-
"privacy": "public",
|
|
6827
|
-
"parameters": [
|
|
6828
|
-
{
|
|
6829
|
-
"name": "params",
|
|
6830
|
-
"type": {
|
|
6831
|
-
"text": "FuiCellRendererParams"
|
|
6832
|
-
}
|
|
6833
|
-
}
|
|
6834
|
-
]
|
|
6835
|
-
},
|
|
6836
|
-
{
|
|
6837
|
-
"kind": "method",
|
|
6838
|
-
"name": "isDisabled",
|
|
6839
|
-
"privacy": "public",
|
|
6840
|
-
"return": {
|
|
6841
|
-
"type": {
|
|
6842
|
-
"text": "boolean"
|
|
6843
|
-
}
|
|
6844
|
-
},
|
|
6845
|
-
"parameters": [
|
|
6846
|
-
{
|
|
6847
|
-
"name": "data"
|
|
6848
|
-
}
|
|
6849
|
-
]
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"kind": "field",
|
|
6853
|
-
"name": "textChanged",
|
|
6854
|
-
"privacy": "public",
|
|
6855
|
-
"description": "On text change handler",
|
|
6856
|
-
"parameters": [
|
|
6857
|
-
{
|
|
6858
|
-
"description": "CustomEvent",
|
|
6859
|
-
"name": "e"
|
|
6900
|
+
{
|
|
6901
|
+
"name": "params"
|
|
6860
6902
|
}
|
|
6861
6903
|
]
|
|
6862
6904
|
},
|
|
6905
|
+
{
|
|
6906
|
+
"kind": "method",
|
|
6907
|
+
"name": "destroy",
|
|
6908
|
+
"return": {
|
|
6909
|
+
"type": {
|
|
6910
|
+
"text": "void"
|
|
6911
|
+
}
|
|
6912
|
+
}
|
|
6913
|
+
},
|
|
6863
6914
|
{
|
|
6864
6915
|
"kind": "field",
|
|
6865
6916
|
"name": "_presentation",
|
|
@@ -6976,91 +7027,59 @@
|
|
|
6976
7027
|
"name": "FoundationElement",
|
|
6977
7028
|
"package": "@microsoft/fast-foundation"
|
|
6978
7029
|
},
|
|
6979
|
-
"tagName": "%%prefix%%-
|
|
7030
|
+
"tagName": "%%prefix%%-status-pill-renderer",
|
|
6980
7031
|
"customElement": true
|
|
6981
7032
|
},
|
|
6982
7033
|
{
|
|
6983
7034
|
"kind": "variable",
|
|
6984
|
-
"name": "
|
|
6985
|
-
"
|
|
6986
|
-
"description": "The AG Text Field Renderer Styles.",
|
|
6987
|
-
"privacy": "public"
|
|
6988
|
-
},
|
|
6989
|
-
{
|
|
6990
|
-
"kind": "function",
|
|
6991
|
-
"name": "getTextFieldRendererTemplate",
|
|
6992
|
-
"parameters": [
|
|
6993
|
-
{
|
|
6994
|
-
"name": "designSystem",
|
|
6995
|
-
"default": "'foundation'",
|
|
6996
|
-
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
6997
|
-
}
|
|
6998
|
-
],
|
|
6999
|
-
"description": "Get a Design System prefixed Text Field template.",
|
|
7000
|
-
"return": {
|
|
7001
|
-
"type": {
|
|
7002
|
-
"text": ""
|
|
7003
|
-
}
|
|
7004
|
-
},
|
|
7005
|
-
"privacy": "public"
|
|
7006
|
-
},
|
|
7007
|
-
{
|
|
7008
|
-
"kind": "variable",
|
|
7009
|
-
"name": "foundationAgTextFieldRenderer",
|
|
7010
|
-
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7035
|
+
"name": "foundationStatusPillRenderer",
|
|
7036
|
+
"description": "A function that returns a Foundation Status Pill Renderer registration for configuring the component with a DesignSystem.",
|
|
7011
7037
|
"privacy": "public"
|
|
7012
7038
|
}
|
|
7013
7039
|
],
|
|
7014
7040
|
"exports": [
|
|
7015
7041
|
{
|
|
7016
7042
|
"kind": "js",
|
|
7017
|
-
"name": "
|
|
7043
|
+
"name": "agStatusPillRendererStyles",
|
|
7018
7044
|
"declaration": {
|
|
7019
|
-
"name": "
|
|
7020
|
-
"module": "src/cell-renderers/
|
|
7045
|
+
"name": "agStatusPillRendererStyles",
|
|
7046
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7021
7047
|
}
|
|
7022
7048
|
},
|
|
7023
7049
|
{
|
|
7024
7050
|
"kind": "js",
|
|
7025
|
-
"name": "
|
|
7051
|
+
"name": "getStatusPillRendererTemplate",
|
|
7026
7052
|
"declaration": {
|
|
7027
|
-
"name": "
|
|
7028
|
-
"module": "src/cell-renderers/
|
|
7053
|
+
"name": "getStatusPillRendererTemplate",
|
|
7054
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7029
7055
|
}
|
|
7030
7056
|
},
|
|
7031
7057
|
{
|
|
7032
7058
|
"kind": "js",
|
|
7033
|
-
"name": "
|
|
7059
|
+
"name": "StatusPillRenderer",
|
|
7034
7060
|
"declaration": {
|
|
7035
|
-
"name": "
|
|
7036
|
-
"module": "src/cell-renderers/
|
|
7061
|
+
"name": "StatusPillRenderer",
|
|
7062
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7037
7063
|
}
|
|
7038
7064
|
},
|
|
7039
7065
|
{
|
|
7040
7066
|
"kind": "js",
|
|
7041
|
-
"name": "
|
|
7067
|
+
"name": "foundationStatusPillRenderer",
|
|
7042
7068
|
"declaration": {
|
|
7043
|
-
"name": "
|
|
7044
|
-
"module": "src/cell-renderers/
|
|
7069
|
+
"name": "foundationStatusPillRenderer",
|
|
7070
|
+
"module": "src/cell-renderers/status-pill.renderer.ts"
|
|
7045
7071
|
}
|
|
7046
7072
|
}
|
|
7047
7073
|
]
|
|
7048
7074
|
},
|
|
7049
7075
|
{
|
|
7050
7076
|
"kind": "javascript-module",
|
|
7051
|
-
"path": "src/cell-renderers/text.renderer.ts",
|
|
7077
|
+
"path": "src/cell-renderers/text-field.renderer.ts",
|
|
7052
7078
|
"declarations": [
|
|
7053
7079
|
{
|
|
7054
7080
|
"kind": "class",
|
|
7055
|
-
"description": "",
|
|
7056
|
-
"name": "
|
|
7057
|
-
"superclass": {
|
|
7058
|
-
"name": "AgTextFieldRenderer",
|
|
7059
|
-
"module": "/src/cell-renderers/text-field.renderer"
|
|
7060
|
-
},
|
|
7061
|
-
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7062
|
-
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7063
|
-
"customElement": true,
|
|
7081
|
+
"description": "The AG Text Field Renderer element.",
|
|
7082
|
+
"name": "AgTextFieldRenderer",
|
|
7064
7083
|
"members": [
|
|
7065
7084
|
{
|
|
7066
7085
|
"kind": "field",
|
|
@@ -7068,11 +7087,7 @@
|
|
|
7068
7087
|
"type": {
|
|
7069
7088
|
"text": "TextField"
|
|
7070
7089
|
},
|
|
7071
|
-
"privacy": "public"
|
|
7072
|
-
"inheritedFrom": {
|
|
7073
|
-
"name": "AgTextFieldRenderer",
|
|
7074
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7075
|
-
}
|
|
7090
|
+
"privacy": "public"
|
|
7076
7091
|
},
|
|
7077
7092
|
{
|
|
7078
7093
|
"kind": "field",
|
|
@@ -7080,11 +7095,7 @@
|
|
|
7080
7095
|
"type": {
|
|
7081
7096
|
"text": "string"
|
|
7082
7097
|
},
|
|
7083
|
-
"default": "''"
|
|
7084
|
-
"inheritedFrom": {
|
|
7085
|
-
"name": "AgTextFieldRenderer",
|
|
7086
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7087
|
-
}
|
|
7098
|
+
"default": "''"
|
|
7088
7099
|
},
|
|
7089
7100
|
{
|
|
7090
7101
|
"kind": "field",
|
|
@@ -7092,11 +7103,7 @@
|
|
|
7092
7103
|
"type": {
|
|
7093
7104
|
"text": "FuiCellRendererParams"
|
|
7094
7105
|
},
|
|
7095
|
-
"privacy": "public"
|
|
7096
|
-
"inheritedFrom": {
|
|
7097
|
-
"name": "AgTextFieldRenderer",
|
|
7098
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7099
|
-
}
|
|
7106
|
+
"privacy": "public"
|
|
7100
7107
|
},
|
|
7101
7108
|
{
|
|
7102
7109
|
"kind": "method",
|
|
@@ -7109,11 +7116,7 @@
|
|
|
7109
7116
|
"text": "FuiCellRendererParams"
|
|
7110
7117
|
}
|
|
7111
7118
|
}
|
|
7112
|
-
]
|
|
7113
|
-
"inheritedFrom": {
|
|
7114
|
-
"name": "AgTextFieldRenderer",
|
|
7115
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7116
|
-
}
|
|
7119
|
+
]
|
|
7117
7120
|
},
|
|
7118
7121
|
{
|
|
7119
7122
|
"kind": "method",
|
|
@@ -7123,20 +7126,12 @@
|
|
|
7123
7126
|
"type": {
|
|
7124
7127
|
"text": "HTMLElement"
|
|
7125
7128
|
}
|
|
7126
|
-
},
|
|
7127
|
-
"inheritedFrom": {
|
|
7128
|
-
"name": "AgTextFieldRenderer",
|
|
7129
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7130
7129
|
}
|
|
7131
7130
|
},
|
|
7132
7131
|
{
|
|
7133
7132
|
"kind": "method",
|
|
7134
7133
|
"name": "destroy",
|
|
7135
|
-
"privacy": "public"
|
|
7136
|
-
"inheritedFrom": {
|
|
7137
|
-
"name": "AgTextFieldRenderer",
|
|
7138
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7139
|
-
}
|
|
7134
|
+
"privacy": "public"
|
|
7140
7135
|
},
|
|
7141
7136
|
{
|
|
7142
7137
|
"kind": "method",
|
|
@@ -7149,11 +7144,7 @@
|
|
|
7149
7144
|
"text": "FuiCellRendererParams"
|
|
7150
7145
|
}
|
|
7151
7146
|
}
|
|
7152
|
-
]
|
|
7153
|
-
"inheritedFrom": {
|
|
7154
|
-
"name": "AgTextFieldRenderer",
|
|
7155
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7156
|
-
}
|
|
7147
|
+
]
|
|
7157
7148
|
},
|
|
7158
7149
|
{
|
|
7159
7150
|
"kind": "method",
|
|
@@ -7168,11 +7159,7 @@
|
|
|
7168
7159
|
{
|
|
7169
7160
|
"name": "data"
|
|
7170
7161
|
}
|
|
7171
|
-
]
|
|
7172
|
-
"inheritedFrom": {
|
|
7173
|
-
"name": "AgTextFieldRenderer",
|
|
7174
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7175
|
-
}
|
|
7162
|
+
]
|
|
7176
7163
|
},
|
|
7177
7164
|
{
|
|
7178
7165
|
"kind": "field",
|
|
@@ -7184,11 +7171,7 @@
|
|
|
7184
7171
|
"description": "CustomEvent",
|
|
7185
7172
|
"name": "e"
|
|
7186
7173
|
}
|
|
7187
|
-
]
|
|
7188
|
-
"inheritedFrom": {
|
|
7189
|
-
"name": "AgTextFieldRenderer",
|
|
7190
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7191
|
-
}
|
|
7174
|
+
]
|
|
7192
7175
|
},
|
|
7193
7176
|
{
|
|
7194
7177
|
"kind": "field",
|
|
@@ -7301,184 +7284,194 @@
|
|
|
7301
7284
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7302
7285
|
}
|
|
7303
7286
|
}
|
|
7304
|
-
]
|
|
7287
|
+
],
|
|
7288
|
+
"superclass": {
|
|
7289
|
+
"name": "FoundationElement",
|
|
7290
|
+
"package": "@microsoft/fast-foundation"
|
|
7291
|
+
},
|
|
7292
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7293
|
+
"customElement": true
|
|
7305
7294
|
},
|
|
7306
7295
|
{
|
|
7307
7296
|
"kind": "variable",
|
|
7308
|
-
"name": "
|
|
7309
|
-
"default": "
|
|
7310
|
-
"
|
|
7311
|
-
"
|
|
7297
|
+
"name": "textFieldRendererStyles",
|
|
7298
|
+
"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`",
|
|
7299
|
+
"description": "The AG Text Field Renderer Styles.",
|
|
7300
|
+
"privacy": "public"
|
|
7312
7301
|
},
|
|
7313
7302
|
{
|
|
7314
|
-
"kind": "
|
|
7315
|
-
"name": "
|
|
7316
|
-
"
|
|
7317
|
-
|
|
7318
|
-
|
|
7303
|
+
"kind": "function",
|
|
7304
|
+
"name": "getTextFieldRendererTemplate",
|
|
7305
|
+
"parameters": [
|
|
7306
|
+
{
|
|
7307
|
+
"name": "designSystem",
|
|
7308
|
+
"default": "'foundation'",
|
|
7309
|
+
"description": "The design system prefix to use. Defaults to 'foundation'."
|
|
7310
|
+
}
|
|
7311
|
+
],
|
|
7312
|
+
"description": "Get a Design System prefixed Text Field template.",
|
|
7313
|
+
"return": {
|
|
7314
|
+
"type": {
|
|
7315
|
+
"text": ""
|
|
7316
|
+
}
|
|
7317
|
+
},
|
|
7318
|
+
"privacy": "public"
|
|
7319
7319
|
},
|
|
7320
7320
|
{
|
|
7321
7321
|
"kind": "variable",
|
|
7322
|
-
"name": "
|
|
7323
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7324
|
-
"privacy": "public"
|
|
7325
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7322
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7323
|
+
"description": "A function that returns a Foundation Text Field Renderer registration for configuring the component with a DesignSystem.",
|
|
7324
|
+
"privacy": "public"
|
|
7326
7325
|
}
|
|
7327
7326
|
],
|
|
7328
7327
|
"exports": [
|
|
7329
7328
|
{
|
|
7330
7329
|
"kind": "js",
|
|
7331
|
-
"name": "
|
|
7330
|
+
"name": "AgTextFieldRenderer",
|
|
7332
7331
|
"declaration": {
|
|
7333
|
-
"name": "
|
|
7334
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7332
|
+
"name": "AgTextFieldRenderer",
|
|
7333
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7335
7334
|
}
|
|
7336
7335
|
},
|
|
7337
7336
|
{
|
|
7338
7337
|
"kind": "js",
|
|
7339
|
-
"name": "
|
|
7338
|
+
"name": "textFieldRendererStyles",
|
|
7340
7339
|
"declaration": {
|
|
7341
|
-
"name": "
|
|
7342
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7340
|
+
"name": "textFieldRendererStyles",
|
|
7341
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7343
7342
|
}
|
|
7344
7343
|
},
|
|
7345
7344
|
{
|
|
7346
7345
|
"kind": "js",
|
|
7347
|
-
"name": "
|
|
7346
|
+
"name": "getTextFieldRendererTemplate",
|
|
7348
7347
|
"declaration": {
|
|
7349
|
-
"name": "
|
|
7350
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7348
|
+
"name": "getTextFieldRendererTemplate",
|
|
7349
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7351
7350
|
}
|
|
7352
7351
|
},
|
|
7353
7352
|
{
|
|
7354
7353
|
"kind": "js",
|
|
7355
|
-
"name": "
|
|
7356
|
-
"declaration": {
|
|
7357
|
-
"name": "foundationAgTextRenderer",
|
|
7358
|
-
"module": "src/cell-renderers/text.renderer.ts"
|
|
7359
|
-
}
|
|
7360
|
-
}
|
|
7361
|
-
]
|
|
7362
|
-
},
|
|
7363
|
-
{
|
|
7364
|
-
"kind": "javascript-module",
|
|
7365
|
-
"path": "src/column/column.template.ts",
|
|
7366
|
-
"declarations": [
|
|
7367
|
-
{
|
|
7368
|
-
"kind": "variable",
|
|
7369
|
-
"name": "ColumnTemplate",
|
|
7370
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7371
|
-
"description": "The Grid Pro Column Template.",
|
|
7372
|
-
"privacy": "public"
|
|
7373
|
-
}
|
|
7374
|
-
],
|
|
7375
|
-
"exports": [
|
|
7376
|
-
{
|
|
7377
|
-
"kind": "js",
|
|
7378
|
-
"name": "ColumnTemplate",
|
|
7354
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7379
7355
|
"declaration": {
|
|
7380
|
-
"name": "
|
|
7381
|
-
"module": "src/
|
|
7356
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7357
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7382
7358
|
}
|
|
7383
7359
|
}
|
|
7384
7360
|
]
|
|
7385
7361
|
},
|
|
7386
7362
|
{
|
|
7387
7363
|
"kind": "javascript-module",
|
|
7388
|
-
"path": "src/
|
|
7364
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7389
7365
|
"declarations": [
|
|
7390
7366
|
{
|
|
7391
7367
|
"kind": "class",
|
|
7392
|
-
"description": "
|
|
7393
|
-
"name": "
|
|
7368
|
+
"description": "",
|
|
7369
|
+
"name": "AgTextRenderer",
|
|
7370
|
+
"superclass": {
|
|
7371
|
+
"name": "AgTextFieldRenderer",
|
|
7372
|
+
"module": "/src/cell-renderers/text-field.renderer"
|
|
7373
|
+
},
|
|
7374
|
+
"deprecated": "- Use AgTextFieldRenderer instead",
|
|
7375
|
+
"tagName": "%%prefix%%-grid-text-renderer",
|
|
7376
|
+
"customElement": true,
|
|
7394
7377
|
"members": [
|
|
7395
7378
|
{
|
|
7396
7379
|
"kind": "field",
|
|
7397
|
-
"name": "
|
|
7380
|
+
"name": "textField",
|
|
7398
7381
|
"type": {
|
|
7399
|
-
"text": "
|
|
7382
|
+
"text": "TextField"
|
|
7400
7383
|
},
|
|
7401
|
-
"privacy": "public"
|
|
7384
|
+
"privacy": "public",
|
|
7385
|
+
"inheritedFrom": {
|
|
7386
|
+
"name": "AgTextFieldRenderer",
|
|
7387
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7388
|
+
}
|
|
7389
|
+
},
|
|
7390
|
+
{
|
|
7391
|
+
"kind": "field",
|
|
7392
|
+
"name": "textValue",
|
|
7393
|
+
"type": {
|
|
7394
|
+
"text": "string"
|
|
7395
|
+
},
|
|
7396
|
+
"default": "''",
|
|
7397
|
+
"inheritedFrom": {
|
|
7398
|
+
"name": "AgTextFieldRenderer",
|
|
7399
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7400
|
+
}
|
|
7402
7401
|
},
|
|
7403
7402
|
{
|
|
7404
7403
|
"kind": "field",
|
|
7405
|
-
"name": "
|
|
7404
|
+
"name": "params",
|
|
7406
7405
|
"type": {
|
|
7407
|
-
"text": "
|
|
7408
|
-
},
|
|
7409
|
-
"default": "{}"
|
|
7410
|
-
},
|
|
7411
|
-
{
|
|
7412
|
-
"kind": "method",
|
|
7413
|
-
"name": "slottedAgCellChanged",
|
|
7414
|
-
"privacy": "public"
|
|
7415
|
-
},
|
|
7416
|
-
{
|
|
7417
|
-
"kind": "method",
|
|
7418
|
-
"name": "deepClone",
|
|
7419
|
-
"return": {
|
|
7420
|
-
"type": {
|
|
7421
|
-
"text": "Node"
|
|
7422
|
-
}
|
|
7406
|
+
"text": "FuiCellRendererParams"
|
|
7423
7407
|
},
|
|
7408
|
+
"privacy": "public",
|
|
7424
7409
|
"inheritedFrom": {
|
|
7425
|
-
"name": "
|
|
7426
|
-
"module": "src/
|
|
7410
|
+
"name": "AgTextFieldRenderer",
|
|
7411
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7427
7412
|
}
|
|
7428
7413
|
},
|
|
7429
7414
|
{
|
|
7430
7415
|
"kind": "method",
|
|
7431
|
-
"name": "
|
|
7432
|
-
"
|
|
7433
|
-
"type": {
|
|
7434
|
-
"text": "Node"
|
|
7435
|
-
}
|
|
7436
|
-
},
|
|
7416
|
+
"name": "init",
|
|
7417
|
+
"privacy": "public",
|
|
7437
7418
|
"parameters": [
|
|
7438
7419
|
{
|
|
7439
|
-
"name": "
|
|
7440
|
-
"optional": true,
|
|
7420
|
+
"name": "params",
|
|
7441
7421
|
"type": {
|
|
7442
|
-
"text": "
|
|
7422
|
+
"text": "FuiCellRendererParams"
|
|
7443
7423
|
}
|
|
7444
7424
|
}
|
|
7445
7425
|
],
|
|
7446
7426
|
"inheritedFrom": {
|
|
7447
|
-
"name": "
|
|
7448
|
-
"module": "src/
|
|
7427
|
+
"name": "AgTextFieldRenderer",
|
|
7428
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7449
7429
|
}
|
|
7450
7430
|
},
|
|
7451
7431
|
{
|
|
7452
|
-
"kind": "
|
|
7453
|
-
"name": "
|
|
7432
|
+
"kind": "method",
|
|
7433
|
+
"name": "getGui",
|
|
7434
|
+
"privacy": "public",
|
|
7454
7435
|
"return": {
|
|
7455
7436
|
"type": {
|
|
7456
|
-
"text": ""
|
|
7437
|
+
"text": "HTMLElement"
|
|
7457
7438
|
}
|
|
7458
7439
|
},
|
|
7459
|
-
"readonly": true,
|
|
7460
7440
|
"inheritedFrom": {
|
|
7461
|
-
"name": "
|
|
7462
|
-
"module": "src/
|
|
7441
|
+
"name": "AgTextFieldRenderer",
|
|
7442
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7463
7443
|
}
|
|
7464
7444
|
},
|
|
7465
7445
|
{
|
|
7466
|
-
"kind": "
|
|
7467
|
-
"name": "
|
|
7468
|
-
"
|
|
7469
|
-
|
|
7470
|
-
|
|
7446
|
+
"kind": "method",
|
|
7447
|
+
"name": "destroy",
|
|
7448
|
+
"privacy": "public",
|
|
7449
|
+
"inheritedFrom": {
|
|
7450
|
+
"name": "AgTextFieldRenderer",
|
|
7451
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7452
|
+
}
|
|
7453
|
+
},
|
|
7454
|
+
{
|
|
7455
|
+
"kind": "method",
|
|
7456
|
+
"name": "refresh",
|
|
7457
|
+
"privacy": "public",
|
|
7458
|
+
"parameters": [
|
|
7459
|
+
{
|
|
7460
|
+
"name": "params",
|
|
7461
|
+
"type": {
|
|
7462
|
+
"text": "FuiCellRendererParams"
|
|
7463
|
+
}
|
|
7471
7464
|
}
|
|
7472
|
-
|
|
7473
|
-
"readonly": true,
|
|
7465
|
+
],
|
|
7474
7466
|
"inheritedFrom": {
|
|
7475
|
-
"name": "
|
|
7476
|
-
"module": "src/
|
|
7467
|
+
"name": "AgTextFieldRenderer",
|
|
7468
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7477
7469
|
}
|
|
7478
7470
|
},
|
|
7479
7471
|
{
|
|
7480
7472
|
"kind": "method",
|
|
7481
|
-
"name": "
|
|
7473
|
+
"name": "isDisabled",
|
|
7474
|
+
"privacy": "public",
|
|
7482
7475
|
"return": {
|
|
7483
7476
|
"type": {
|
|
7484
7477
|
"text": "boolean"
|
|
@@ -7486,15 +7479,28 @@
|
|
|
7486
7479
|
},
|
|
7487
7480
|
"parameters": [
|
|
7488
7481
|
{
|
|
7489
|
-
"name": "
|
|
7490
|
-
"type": {
|
|
7491
|
-
"text": "Lifecycletype"
|
|
7492
|
-
}
|
|
7482
|
+
"name": "data"
|
|
7493
7483
|
}
|
|
7494
7484
|
],
|
|
7495
7485
|
"inheritedFrom": {
|
|
7496
|
-
"name": "
|
|
7497
|
-
"module": "src/
|
|
7486
|
+
"name": "AgTextFieldRenderer",
|
|
7487
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7488
|
+
}
|
|
7489
|
+
},
|
|
7490
|
+
{
|
|
7491
|
+
"kind": "field",
|
|
7492
|
+
"name": "textChanged",
|
|
7493
|
+
"privacy": "public",
|
|
7494
|
+
"description": "On text change handler",
|
|
7495
|
+
"parameters": [
|
|
7496
|
+
{
|
|
7497
|
+
"description": "CustomEvent",
|
|
7498
|
+
"name": "e"
|
|
7499
|
+
}
|
|
7500
|
+
],
|
|
7501
|
+
"inheritedFrom": {
|
|
7502
|
+
"name": "AgTextFieldRenderer",
|
|
7503
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7498
7504
|
}
|
|
7499
7505
|
},
|
|
7500
7506
|
{
|
|
@@ -7608,67 +7614,61 @@
|
|
|
7608
7614
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7609
7615
|
}
|
|
7610
7616
|
}
|
|
7611
|
-
]
|
|
7612
|
-
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
-
|
|
7616
|
-
|
|
7617
|
-
|
|
7618
|
-
"
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
"
|
|
7623
|
-
"
|
|
7617
|
+
]
|
|
7618
|
+
},
|
|
7619
|
+
{
|
|
7620
|
+
"kind": "variable",
|
|
7621
|
+
"name": "textRendererStyles",
|
|
7622
|
+
"default": "textFieldRendererStyles",
|
|
7623
|
+
"privacy": "public",
|
|
7624
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7625
|
+
},
|
|
7626
|
+
{
|
|
7627
|
+
"kind": "variable",
|
|
7628
|
+
"name": "getTextRendererTemplate",
|
|
7629
|
+
"default": "getTextFieldRendererTemplate",
|
|
7630
|
+
"privacy": "public",
|
|
7631
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7632
|
+
},
|
|
7633
|
+
{
|
|
7634
|
+
"kind": "variable",
|
|
7635
|
+
"name": "foundationAgTextRenderer",
|
|
7636
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7637
|
+
"privacy": "public",
|
|
7638
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7624
7639
|
}
|
|
7625
7640
|
],
|
|
7626
7641
|
"exports": [
|
|
7627
7642
|
{
|
|
7628
7643
|
"kind": "js",
|
|
7629
|
-
"name": "
|
|
7644
|
+
"name": "AgTextRenderer",
|
|
7630
7645
|
"declaration": {
|
|
7631
|
-
"name": "
|
|
7632
|
-
"module": "src/
|
|
7646
|
+
"name": "AgTextRenderer",
|
|
7647
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7633
7648
|
}
|
|
7634
7649
|
},
|
|
7635
|
-
{
|
|
7636
|
-
"kind": "custom-element-definition",
|
|
7637
|
-
"name": "grid-pro-column",
|
|
7638
|
-
"declaration": {
|
|
7639
|
-
"name": "GridProColumn",
|
|
7640
|
-
"module": "src/column/column.ts"
|
|
7641
|
-
}
|
|
7642
|
-
}
|
|
7643
|
-
]
|
|
7644
|
-
},
|
|
7645
|
-
{
|
|
7646
|
-
"kind": "javascript-module",
|
|
7647
|
-
"path": "src/column/index.ts",
|
|
7648
|
-
"declarations": [],
|
|
7649
|
-
"exports": [
|
|
7650
7650
|
{
|
|
7651
7651
|
"kind": "js",
|
|
7652
|
-
"name": "
|
|
7652
|
+
"name": "textRendererStyles",
|
|
7653
7653
|
"declaration": {
|
|
7654
|
-
"name": "
|
|
7655
|
-
"
|
|
7654
|
+
"name": "textRendererStyles",
|
|
7655
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7656
7656
|
}
|
|
7657
7657
|
},
|
|
7658
7658
|
{
|
|
7659
7659
|
"kind": "js",
|
|
7660
|
-
"name": "
|
|
7660
|
+
"name": "getTextRendererTemplate",
|
|
7661
7661
|
"declaration": {
|
|
7662
|
-
"name": "
|
|
7663
|
-
"
|
|
7662
|
+
"name": "getTextRendererTemplate",
|
|
7663
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7664
7664
|
}
|
|
7665
7665
|
},
|
|
7666
7666
|
{
|
|
7667
7667
|
"kind": "js",
|
|
7668
|
-
"name": "
|
|
7668
|
+
"name": "foundationAgTextRenderer",
|
|
7669
7669
|
"declaration": {
|
|
7670
|
-
"name": "
|
|
7671
|
-
"
|
|
7670
|
+
"name": "foundationAgTextRenderer",
|
|
7671
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7672
7672
|
}
|
|
7673
7673
|
}
|
|
7674
7674
|
]
|
|
@@ -18263,46 +18263,51 @@
|
|
|
18263
18263
|
},
|
|
18264
18264
|
{
|
|
18265
18265
|
"kind": "javascript-module",
|
|
18266
|
-
"path": "src/
|
|
18266
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
18267
18267
|
"declarations": [
|
|
18268
18268
|
{
|
|
18269
18269
|
"kind": "function",
|
|
18270
|
-
"name": "
|
|
18270
|
+
"name": "gridProColumns",
|
|
18271
18271
|
"return": {
|
|
18272
18272
|
"type": {
|
|
18273
|
-
"text": "
|
|
18273
|
+
"text": "CaptureType<TSource>"
|
|
18274
18274
|
}
|
|
18275
18275
|
},
|
|
18276
18276
|
"parameters": [
|
|
18277
18277
|
{
|
|
18278
|
-
"name": "
|
|
18278
|
+
"name": "itemsBinding",
|
|
18279
18279
|
"type": {
|
|
18280
|
-
"text": "
|
|
18281
|
-
}
|
|
18280
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
18281
|
+
},
|
|
18282
|
+
"description": "The array to render"
|
|
18282
18283
|
},
|
|
18283
18284
|
{
|
|
18284
|
-
"name": "
|
|
18285
|
+
"name": "includeRenderers",
|
|
18286
|
+
"default": "true",
|
|
18285
18287
|
"type": {
|
|
18286
|
-
"text": "
|
|
18287
|
-
}
|
|
18288
|
+
"text": "boolean"
|
|
18289
|
+
},
|
|
18290
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18288
18291
|
}
|
|
18289
|
-
]
|
|
18292
|
+
],
|
|
18293
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18294
|
+
"privacy": "public"
|
|
18290
18295
|
}
|
|
18291
18296
|
],
|
|
18292
18297
|
"exports": [
|
|
18293
18298
|
{
|
|
18294
18299
|
"kind": "js",
|
|
18295
|
-
"name": "
|
|
18300
|
+
"name": "gridProColumns",
|
|
18296
18301
|
"declaration": {
|
|
18297
|
-
"name": "
|
|
18298
|
-
"module": "src/
|
|
18302
|
+
"name": "gridProColumns",
|
|
18303
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
18299
18304
|
}
|
|
18300
18305
|
}
|
|
18301
18306
|
]
|
|
18302
18307
|
},
|
|
18303
18308
|
{
|
|
18304
18309
|
"kind": "javascript-module",
|
|
18305
|
-
"path": "src/
|
|
18310
|
+
"path": "src/column/utils/index.ts",
|
|
18306
18311
|
"declarations": [],
|
|
18307
18312
|
"exports": [
|
|
18308
18313
|
{
|
|
@@ -18310,58 +18315,53 @@
|
|
|
18310
18315
|
"name": "*",
|
|
18311
18316
|
"declaration": {
|
|
18312
18317
|
"name": "*",
|
|
18313
|
-
"package": "./
|
|
18318
|
+
"package": "./grid-pro-columns"
|
|
18314
18319
|
}
|
|
18315
18320
|
}
|
|
18316
18321
|
]
|
|
18317
18322
|
},
|
|
18318
18323
|
{
|
|
18319
18324
|
"kind": "javascript-module",
|
|
18320
|
-
"path": "src/
|
|
18325
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
18321
18326
|
"declarations": [
|
|
18322
18327
|
{
|
|
18323
18328
|
"kind": "function",
|
|
18324
|
-
"name": "
|
|
18329
|
+
"name": "setValueWithAccessor",
|
|
18325
18330
|
"return": {
|
|
18326
18331
|
"type": {
|
|
18327
|
-
"text": "
|
|
18332
|
+
"text": "string"
|
|
18328
18333
|
}
|
|
18329
18334
|
},
|
|
18330
18335
|
"parameters": [
|
|
18331
18336
|
{
|
|
18332
|
-
"name": "
|
|
18337
|
+
"name": "data",
|
|
18333
18338
|
"type": {
|
|
18334
|
-
"text": "
|
|
18335
|
-
}
|
|
18336
|
-
"description": "The array to render"
|
|
18339
|
+
"text": "any"
|
|
18340
|
+
}
|
|
18337
18341
|
},
|
|
18338
18342
|
{
|
|
18339
|
-
"name": "
|
|
18340
|
-
"default": "true",
|
|
18343
|
+
"name": "accessor",
|
|
18341
18344
|
"type": {
|
|
18342
|
-
"text": "
|
|
18343
|
-
}
|
|
18344
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18345
|
+
"text": "string"
|
|
18346
|
+
}
|
|
18345
18347
|
}
|
|
18346
|
-
]
|
|
18347
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18348
|
-
"privacy": "public"
|
|
18348
|
+
]
|
|
18349
18349
|
}
|
|
18350
18350
|
],
|
|
18351
18351
|
"exports": [
|
|
18352
18352
|
{
|
|
18353
18353
|
"kind": "js",
|
|
18354
|
-
"name": "
|
|
18354
|
+
"name": "setValueWithAccessor",
|
|
18355
18355
|
"declaration": {
|
|
18356
|
-
"name": "
|
|
18357
|
-
"module": "src/
|
|
18356
|
+
"name": "setValueWithAccessor",
|
|
18357
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
18358
18358
|
}
|
|
18359
18359
|
}
|
|
18360
18360
|
]
|
|
18361
18361
|
},
|
|
18362
18362
|
{
|
|
18363
18363
|
"kind": "javascript-module",
|
|
18364
|
-
"path": "src/
|
|
18364
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
18365
18365
|
"declarations": [],
|
|
18366
18366
|
"exports": [
|
|
18367
18367
|
{
|
|
@@ -18369,7 +18369,7 @@
|
|
|
18369
18369
|
"name": "*",
|
|
18370
18370
|
"declaration": {
|
|
18371
18371
|
"name": "*",
|
|
18372
|
-
"package": "./
|
|
18372
|
+
"package": "./accessor"
|
|
18373
18373
|
}
|
|
18374
18374
|
}
|
|
18375
18375
|
]
|