@genesislcap/grid-pro 14.402.0 → 14.402.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +627 -627
- package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +1 -1
- package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
- package/dist/esm/datasource/server-side.resource-reqrep.js +3 -7
- package/dist/esm/status-bar-components/pagination.status-bar.js +14 -18
- package/package.json +13 -13
|
@@ -5136,123 +5136,69 @@
|
|
|
5136
5136
|
},
|
|
5137
5137
|
{
|
|
5138
5138
|
"kind": "javascript-module",
|
|
5139
|
-
"path": "src/
|
|
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",
|
|
5139
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5163
5140
|
"declarations": [
|
|
5164
5141
|
{
|
|
5165
5142
|
"kind": "class",
|
|
5166
|
-
"description": "The
|
|
5167
|
-
"name": "
|
|
5143
|
+
"description": "The AG Action Renderer element.",
|
|
5144
|
+
"name": "ActionRenderer",
|
|
5168
5145
|
"members": [
|
|
5169
5146
|
{
|
|
5170
5147
|
"kind": "field",
|
|
5171
|
-
"name": "
|
|
5148
|
+
"name": "params",
|
|
5172
5149
|
"type": {
|
|
5173
|
-
"text": "
|
|
5150
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5174
5151
|
},
|
|
5175
5152
|
"privacy": "public"
|
|
5176
5153
|
},
|
|
5177
5154
|
{
|
|
5178
5155
|
"kind": "field",
|
|
5179
|
-
"name": "
|
|
5156
|
+
"name": "pendingAction",
|
|
5180
5157
|
"type": {
|
|
5181
|
-
"text": "
|
|
5158
|
+
"text": "boolean"
|
|
5182
5159
|
},
|
|
5183
|
-
"default": "{}"
|
|
5184
|
-
},
|
|
5185
|
-
{
|
|
5186
|
-
"kind": "method",
|
|
5187
|
-
"name": "slottedAgCellChanged",
|
|
5188
5160
|
"privacy": "public"
|
|
5189
5161
|
},
|
|
5190
5162
|
{
|
|
5191
5163
|
"kind": "method",
|
|
5192
|
-
"name": "
|
|
5193
|
-
"
|
|
5194
|
-
"type": {
|
|
5195
|
-
"text": "Node"
|
|
5196
|
-
}
|
|
5197
|
-
},
|
|
5198
|
-
"inheritedFrom": {
|
|
5199
|
-
"name": "LifecycleMixin",
|
|
5200
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5201
|
-
}
|
|
5202
|
-
},
|
|
5203
|
-
{
|
|
5204
|
-
"kind": "method",
|
|
5205
|
-
"name": "cloneNode",
|
|
5206
|
-
"return": {
|
|
5207
|
-
"type": {
|
|
5208
|
-
"text": "Node"
|
|
5209
|
-
}
|
|
5210
|
-
},
|
|
5164
|
+
"name": "init",
|
|
5165
|
+
"privacy": "public",
|
|
5211
5166
|
"parameters": [
|
|
5212
5167
|
{
|
|
5213
|
-
"name": "
|
|
5214
|
-
"optional": true,
|
|
5168
|
+
"name": "params",
|
|
5215
5169
|
"type": {
|
|
5216
|
-
"text": "
|
|
5170
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5217
5171
|
}
|
|
5218
5172
|
}
|
|
5219
|
-
]
|
|
5220
|
-
"inheritedFrom": {
|
|
5221
|
-
"name": "LifecycleMixin",
|
|
5222
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5223
|
-
}
|
|
5173
|
+
]
|
|
5224
5174
|
},
|
|
5225
5175
|
{
|
|
5226
|
-
"kind": "
|
|
5227
|
-
"name": "
|
|
5176
|
+
"kind": "method",
|
|
5177
|
+
"name": "getGui",
|
|
5178
|
+
"privacy": "public",
|
|
5228
5179
|
"return": {
|
|
5229
5180
|
"type": {
|
|
5230
|
-
"text": ""
|
|
5181
|
+
"text": "HTMLElement"
|
|
5231
5182
|
}
|
|
5232
|
-
},
|
|
5233
|
-
"readonly": true,
|
|
5234
|
-
"inheritedFrom": {
|
|
5235
|
-
"name": "LifecycleMixin",
|
|
5236
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5237
5183
|
}
|
|
5238
5184
|
},
|
|
5239
5185
|
{
|
|
5240
|
-
"kind": "
|
|
5241
|
-
"name": "
|
|
5242
|
-
"
|
|
5243
|
-
|
|
5244
|
-
|
|
5186
|
+
"kind": "method",
|
|
5187
|
+
"name": "refresh",
|
|
5188
|
+
"privacy": "public",
|
|
5189
|
+
"parameters": [
|
|
5190
|
+
{
|
|
5191
|
+
"name": "params",
|
|
5192
|
+
"type": {
|
|
5193
|
+
"text": "ICellRendererParams"
|
|
5194
|
+
}
|
|
5245
5195
|
}
|
|
5246
|
-
|
|
5247
|
-
"readonly": true,
|
|
5248
|
-
"inheritedFrom": {
|
|
5249
|
-
"name": "LifecycleMixin",
|
|
5250
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5251
|
-
}
|
|
5196
|
+
]
|
|
5252
5197
|
},
|
|
5253
5198
|
{
|
|
5254
5199
|
"kind": "method",
|
|
5255
|
-
"name": "
|
|
5200
|
+
"name": "isDisabled",
|
|
5201
|
+
"privacy": "public",
|
|
5256
5202
|
"return": {
|
|
5257
5203
|
"type": {
|
|
5258
5204
|
"text": "boolean"
|
|
@@ -5260,16 +5206,19 @@
|
|
|
5260
5206
|
},
|
|
5261
5207
|
"parameters": [
|
|
5262
5208
|
{
|
|
5263
|
-
"name": "
|
|
5264
|
-
"type": {
|
|
5265
|
-
"text": "Lifecycletype"
|
|
5266
|
-
}
|
|
5209
|
+
"name": "data"
|
|
5267
5210
|
}
|
|
5268
|
-
]
|
|
5269
|
-
|
|
5270
|
-
|
|
5271
|
-
|
|
5272
|
-
|
|
5211
|
+
]
|
|
5212
|
+
},
|
|
5213
|
+
{
|
|
5214
|
+
"kind": "method",
|
|
5215
|
+
"name": "clickHandler",
|
|
5216
|
+
"privacy": "public"
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
"kind": "field",
|
|
5220
|
+
"name": "dataTestId",
|
|
5221
|
+
"readonly": true
|
|
5273
5222
|
},
|
|
5274
5223
|
{
|
|
5275
5224
|
"kind": "field",
|
|
@@ -5383,92 +5332,82 @@
|
|
|
5383
5332
|
}
|
|
5384
5333
|
}
|
|
5385
5334
|
],
|
|
5386
|
-
"mixins": [
|
|
5387
|
-
{
|
|
5388
|
-
"name": "LifecycleMixin",
|
|
5389
|
-
"package": "@genesislcap/foundation-utils"
|
|
5390
|
-
}
|
|
5391
|
-
],
|
|
5392
5335
|
"superclass": {
|
|
5393
5336
|
"name": "FoundationElement",
|
|
5394
5337
|
"package": "@microsoft/fast-foundation"
|
|
5395
5338
|
},
|
|
5396
|
-
"tagName": "grid-pro-
|
|
5339
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5397
5340
|
"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"
|
|
5398
5360
|
}
|
|
5399
5361
|
],
|
|
5400
5362
|
"exports": [
|
|
5401
5363
|
{
|
|
5402
5364
|
"kind": "js",
|
|
5403
|
-
"name": "
|
|
5365
|
+
"name": "ActionRenderer",
|
|
5404
5366
|
"declaration": {
|
|
5405
|
-
"name": "
|
|
5406
|
-
"module": "src/
|
|
5367
|
+
"name": "ActionRenderer",
|
|
5368
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5407
5369
|
}
|
|
5408
5370
|
},
|
|
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": [
|
|
5424
5371
|
{
|
|
5425
5372
|
"kind": "js",
|
|
5426
|
-
"name": "
|
|
5373
|
+
"name": "actionHeightMultiplier",
|
|
5427
5374
|
"declaration": {
|
|
5428
|
-
"name": "
|
|
5429
|
-
"
|
|
5375
|
+
"name": "actionHeightMultiplier",
|
|
5376
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5430
5377
|
}
|
|
5431
5378
|
},
|
|
5432
5379
|
{
|
|
5433
5380
|
"kind": "js",
|
|
5434
|
-
"name": "
|
|
5381
|
+
"name": "agActionRendererStyles",
|
|
5435
5382
|
"declaration": {
|
|
5436
|
-
"name": "
|
|
5437
|
-
"
|
|
5383
|
+
"name": "agActionRendererStyles",
|
|
5384
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5438
5385
|
}
|
|
5439
5386
|
},
|
|
5440
5387
|
{
|
|
5441
5388
|
"kind": "js",
|
|
5442
|
-
"name": "
|
|
5389
|
+
"name": "foundationGridProActionRenderer",
|
|
5443
5390
|
"declaration": {
|
|
5444
|
-
"name": "
|
|
5445
|
-
"
|
|
5391
|
+
"name": "foundationGridProActionRenderer",
|
|
5392
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
5446
5393
|
}
|
|
5447
5394
|
}
|
|
5448
5395
|
]
|
|
5449
5396
|
},
|
|
5450
5397
|
{
|
|
5451
5398
|
"kind": "javascript-module",
|
|
5452
|
-
"path": "src/cell-renderers/
|
|
5399
|
+
"path": "src/cell-renderers/actions-menu.renderer.ts",
|
|
5453
5400
|
"declarations": [
|
|
5454
5401
|
{
|
|
5455
5402
|
"kind": "class",
|
|
5456
|
-
"description": "The
|
|
5457
|
-
"name": "
|
|
5403
|
+
"description": "The Actions Menu Renderer element.",
|
|
5404
|
+
"name": "ActionsMenuRenderer",
|
|
5458
5405
|
"members": [
|
|
5459
5406
|
{
|
|
5460
5407
|
"kind": "field",
|
|
5461
5408
|
"name": "params",
|
|
5462
5409
|
"type": {
|
|
5463
|
-
"text": "ICellRendererParams
|
|
5464
|
-
},
|
|
5465
|
-
"privacy": "public"
|
|
5466
|
-
},
|
|
5467
|
-
{
|
|
5468
|
-
"kind": "field",
|
|
5469
|
-
"name": "pendingAction",
|
|
5470
|
-
"type": {
|
|
5471
|
-
"text": "boolean"
|
|
5410
|
+
"text": "ICellRendererParams"
|
|
5472
5411
|
},
|
|
5473
5412
|
"privacy": "public"
|
|
5474
5413
|
},
|
|
@@ -5480,7 +5419,7 @@
|
|
|
5480
5419
|
{
|
|
5481
5420
|
"name": "params",
|
|
5482
5421
|
"type": {
|
|
5483
|
-
"text": "ICellRendererParams
|
|
5422
|
+
"text": "ICellRendererParams"
|
|
5484
5423
|
}
|
|
5485
5424
|
}
|
|
5486
5425
|
]
|
|
@@ -5508,31 +5447,6 @@
|
|
|
5508
5447
|
}
|
|
5509
5448
|
]
|
|
5510
5449
|
},
|
|
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
|
-
},
|
|
5536
5450
|
{
|
|
5537
5451
|
"kind": "field",
|
|
5538
5452
|
"name": "_presentation",
|
|
@@ -5649,240 +5563,13 @@
|
|
|
5649
5563
|
"name": "FoundationElement",
|
|
5650
5564
|
"package": "@microsoft/fast-foundation"
|
|
5651
5565
|
},
|
|
5652
|
-
"tagName": "%%prefix%%-grid-pro-
|
|
5566
|
+
"tagName": "%%prefix%%-grid-pro-actions-menu-renderer",
|
|
5653
5567
|
"customElement": true
|
|
5654
5568
|
},
|
|
5655
5569
|
{
|
|
5656
5570
|
"kind": "variable",
|
|
5657
|
-
"name": "
|
|
5658
|
-
"description": "
|
|
5659
|
-
"privacy": "public"
|
|
5660
|
-
},
|
|
5661
|
-
{
|
|
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.",
|
|
5571
|
+
"name": "foundationGridProActionsMenuRenderer",
|
|
5572
|
+
"description": "A function that returns a Foundation Actions Menu for configuring the component with a DesignSystem.",
|
|
5886
5573
|
"privacy": "public"
|
|
5887
5574
|
},
|
|
5888
5575
|
{
|
|
@@ -6902,15 +6589,277 @@
|
|
|
6902
6589
|
}
|
|
6903
6590
|
]
|
|
6904
6591
|
},
|
|
6905
|
-
{
|
|
6906
|
-
"kind": "method",
|
|
6907
|
-
"name": "destroy",
|
|
6908
|
-
"return": {
|
|
6909
|
-
"type": {
|
|
6910
|
-
"text": "void"
|
|
6911
|
-
}
|
|
6912
|
-
}
|
|
6913
|
-
},
|
|
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"
|
|
6860
|
+
}
|
|
6861
|
+
]
|
|
6862
|
+
},
|
|
6914
6863
|
{
|
|
6915
6864
|
"kind": "field",
|
|
6916
6865
|
"name": "_presentation",
|
|
@@ -7027,59 +6976,91 @@
|
|
|
7027
6976
|
"name": "FoundationElement",
|
|
7028
6977
|
"package": "@microsoft/fast-foundation"
|
|
7029
6978
|
},
|
|
7030
|
-
"tagName": "%%prefix%%-
|
|
6979
|
+
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7031
6980
|
"customElement": true
|
|
7032
6981
|
},
|
|
7033
6982
|
{
|
|
7034
6983
|
"kind": "variable",
|
|
7035
|
-
"name": "
|
|
7036
|
-
"
|
|
6984
|
+
"name": "textFieldRendererStyles",
|
|
6985
|
+
"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`",
|
|
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.",
|
|
7037
7011
|
"privacy": "public"
|
|
7038
7012
|
}
|
|
7039
7013
|
],
|
|
7040
7014
|
"exports": [
|
|
7041
7015
|
{
|
|
7042
7016
|
"kind": "js",
|
|
7043
|
-
"name": "
|
|
7017
|
+
"name": "AgTextFieldRenderer",
|
|
7044
7018
|
"declaration": {
|
|
7045
|
-
"name": "
|
|
7046
|
-
"module": "src/cell-renderers/
|
|
7019
|
+
"name": "AgTextFieldRenderer",
|
|
7020
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7047
7021
|
}
|
|
7048
7022
|
},
|
|
7049
7023
|
{
|
|
7050
7024
|
"kind": "js",
|
|
7051
|
-
"name": "
|
|
7025
|
+
"name": "textFieldRendererStyles",
|
|
7052
7026
|
"declaration": {
|
|
7053
|
-
"name": "
|
|
7054
|
-
"module": "src/cell-renderers/
|
|
7027
|
+
"name": "textFieldRendererStyles",
|
|
7028
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7055
7029
|
}
|
|
7056
7030
|
},
|
|
7057
7031
|
{
|
|
7058
7032
|
"kind": "js",
|
|
7059
|
-
"name": "
|
|
7033
|
+
"name": "getTextFieldRendererTemplate",
|
|
7060
7034
|
"declaration": {
|
|
7061
|
-
"name": "
|
|
7062
|
-
"module": "src/cell-renderers/
|
|
7035
|
+
"name": "getTextFieldRendererTemplate",
|
|
7036
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7063
7037
|
}
|
|
7064
7038
|
},
|
|
7065
7039
|
{
|
|
7066
7040
|
"kind": "js",
|
|
7067
|
-
"name": "
|
|
7041
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7068
7042
|
"declaration": {
|
|
7069
|
-
"name": "
|
|
7070
|
-
"module": "src/cell-renderers/
|
|
7043
|
+
"name": "foundationAgTextFieldRenderer",
|
|
7044
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7071
7045
|
}
|
|
7072
7046
|
}
|
|
7073
7047
|
]
|
|
7074
7048
|
},
|
|
7075
7049
|
{
|
|
7076
7050
|
"kind": "javascript-module",
|
|
7077
|
-
"path": "src/cell-renderers/text
|
|
7051
|
+
"path": "src/cell-renderers/text.renderer.ts",
|
|
7078
7052
|
"declarations": [
|
|
7079
7053
|
{
|
|
7080
7054
|
"kind": "class",
|
|
7081
|
-
"description": "
|
|
7082
|
-
"name": "
|
|
7055
|
+
"description": "",
|
|
7056
|
+
"name": "AgTextRenderer",
|
|
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,
|
|
7083
7064
|
"members": [
|
|
7084
7065
|
{
|
|
7085
7066
|
"kind": "field",
|
|
@@ -7087,7 +7068,11 @@
|
|
|
7087
7068
|
"type": {
|
|
7088
7069
|
"text": "TextField"
|
|
7089
7070
|
},
|
|
7090
|
-
"privacy": "public"
|
|
7071
|
+
"privacy": "public",
|
|
7072
|
+
"inheritedFrom": {
|
|
7073
|
+
"name": "AgTextFieldRenderer",
|
|
7074
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7075
|
+
}
|
|
7091
7076
|
},
|
|
7092
7077
|
{
|
|
7093
7078
|
"kind": "field",
|
|
@@ -7095,7 +7080,11 @@
|
|
|
7095
7080
|
"type": {
|
|
7096
7081
|
"text": "string"
|
|
7097
7082
|
},
|
|
7098
|
-
"default": "''"
|
|
7083
|
+
"default": "''",
|
|
7084
|
+
"inheritedFrom": {
|
|
7085
|
+
"name": "AgTextFieldRenderer",
|
|
7086
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7087
|
+
}
|
|
7099
7088
|
},
|
|
7100
7089
|
{
|
|
7101
7090
|
"kind": "field",
|
|
@@ -7103,7 +7092,11 @@
|
|
|
7103
7092
|
"type": {
|
|
7104
7093
|
"text": "FuiCellRendererParams"
|
|
7105
7094
|
},
|
|
7106
|
-
"privacy": "public"
|
|
7095
|
+
"privacy": "public",
|
|
7096
|
+
"inheritedFrom": {
|
|
7097
|
+
"name": "AgTextFieldRenderer",
|
|
7098
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7099
|
+
}
|
|
7107
7100
|
},
|
|
7108
7101
|
{
|
|
7109
7102
|
"kind": "method",
|
|
@@ -7116,7 +7109,11 @@
|
|
|
7116
7109
|
"text": "FuiCellRendererParams"
|
|
7117
7110
|
}
|
|
7118
7111
|
}
|
|
7119
|
-
]
|
|
7112
|
+
],
|
|
7113
|
+
"inheritedFrom": {
|
|
7114
|
+
"name": "AgTextFieldRenderer",
|
|
7115
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7116
|
+
}
|
|
7120
7117
|
},
|
|
7121
7118
|
{
|
|
7122
7119
|
"kind": "method",
|
|
@@ -7126,12 +7123,20 @@
|
|
|
7126
7123
|
"type": {
|
|
7127
7124
|
"text": "HTMLElement"
|
|
7128
7125
|
}
|
|
7126
|
+
},
|
|
7127
|
+
"inheritedFrom": {
|
|
7128
|
+
"name": "AgTextFieldRenderer",
|
|
7129
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7129
7130
|
}
|
|
7130
7131
|
},
|
|
7131
7132
|
{
|
|
7132
7133
|
"kind": "method",
|
|
7133
7134
|
"name": "destroy",
|
|
7134
|
-
"privacy": "public"
|
|
7135
|
+
"privacy": "public",
|
|
7136
|
+
"inheritedFrom": {
|
|
7137
|
+
"name": "AgTextFieldRenderer",
|
|
7138
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7139
|
+
}
|
|
7135
7140
|
},
|
|
7136
7141
|
{
|
|
7137
7142
|
"kind": "method",
|
|
@@ -7144,7 +7149,11 @@
|
|
|
7144
7149
|
"text": "FuiCellRendererParams"
|
|
7145
7150
|
}
|
|
7146
7151
|
}
|
|
7147
|
-
]
|
|
7152
|
+
],
|
|
7153
|
+
"inheritedFrom": {
|
|
7154
|
+
"name": "AgTextFieldRenderer",
|
|
7155
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7156
|
+
}
|
|
7148
7157
|
},
|
|
7149
7158
|
{
|
|
7150
7159
|
"kind": "method",
|
|
@@ -7159,7 +7168,11 @@
|
|
|
7159
7168
|
{
|
|
7160
7169
|
"name": "data"
|
|
7161
7170
|
}
|
|
7162
|
-
]
|
|
7171
|
+
],
|
|
7172
|
+
"inheritedFrom": {
|
|
7173
|
+
"name": "AgTextFieldRenderer",
|
|
7174
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7175
|
+
}
|
|
7163
7176
|
},
|
|
7164
7177
|
{
|
|
7165
7178
|
"kind": "field",
|
|
@@ -7171,7 +7184,11 @@
|
|
|
7171
7184
|
"description": "CustomEvent",
|
|
7172
7185
|
"name": "e"
|
|
7173
7186
|
}
|
|
7174
|
-
]
|
|
7187
|
+
],
|
|
7188
|
+
"inheritedFrom": {
|
|
7189
|
+
"name": "AgTextFieldRenderer",
|
|
7190
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7191
|
+
}
|
|
7175
7192
|
},
|
|
7176
7193
|
{
|
|
7177
7194
|
"kind": "field",
|
|
@@ -7284,223 +7301,200 @@
|
|
|
7284
7301
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7285
7302
|
}
|
|
7286
7303
|
}
|
|
7287
|
-
]
|
|
7288
|
-
"superclass": {
|
|
7289
|
-
"name": "FoundationElement",
|
|
7290
|
-
"package": "@microsoft/fast-foundation"
|
|
7291
|
-
},
|
|
7292
|
-
"tagName": "%%prefix%%-grid-text-field-renderer",
|
|
7293
|
-
"customElement": true
|
|
7304
|
+
]
|
|
7294
7305
|
},
|
|
7295
7306
|
{
|
|
7296
7307
|
"kind": "variable",
|
|
7297
|
-
"name": "
|
|
7298
|
-
"default": "
|
|
7299
|
-
"
|
|
7300
|
-
"
|
|
7308
|
+
"name": "textRendererStyles",
|
|
7309
|
+
"default": "textFieldRendererStyles",
|
|
7310
|
+
"privacy": "public",
|
|
7311
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7301
7312
|
},
|
|
7302
7313
|
{
|
|
7303
|
-
"kind": "
|
|
7304
|
-
"name": "
|
|
7305
|
-
"
|
|
7306
|
-
|
|
7307
|
-
|
|
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"
|
|
7314
|
+
"kind": "variable",
|
|
7315
|
+
"name": "getTextRendererTemplate",
|
|
7316
|
+
"default": "getTextFieldRendererTemplate",
|
|
7317
|
+
"privacy": "public",
|
|
7318
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7319
7319
|
},
|
|
7320
7320
|
{
|
|
7321
7321
|
"kind": "variable",
|
|
7322
|
-
"name": "
|
|
7323
|
-
"description": "A function that returns a Foundation Text
|
|
7324
|
-
"privacy": "public"
|
|
7322
|
+
"name": "foundationAgTextRenderer",
|
|
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"
|
|
7325
7326
|
}
|
|
7326
7327
|
],
|
|
7327
7328
|
"exports": [
|
|
7328
7329
|
{
|
|
7329
7330
|
"kind": "js",
|
|
7330
|
-
"name": "
|
|
7331
|
+
"name": "AgTextRenderer",
|
|
7331
7332
|
"declaration": {
|
|
7332
|
-
"name": "
|
|
7333
|
-
"module": "src/cell-renderers/text
|
|
7333
|
+
"name": "AgTextRenderer",
|
|
7334
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7334
7335
|
}
|
|
7335
7336
|
},
|
|
7336
7337
|
{
|
|
7337
7338
|
"kind": "js",
|
|
7338
|
-
"name": "
|
|
7339
|
+
"name": "textRendererStyles",
|
|
7339
7340
|
"declaration": {
|
|
7340
|
-
"name": "
|
|
7341
|
-
"module": "src/cell-renderers/text
|
|
7341
|
+
"name": "textRendererStyles",
|
|
7342
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7342
7343
|
}
|
|
7343
7344
|
},
|
|
7344
7345
|
{
|
|
7345
7346
|
"kind": "js",
|
|
7346
|
-
"name": "
|
|
7347
|
+
"name": "getTextRendererTemplate",
|
|
7347
7348
|
"declaration": {
|
|
7348
|
-
"name": "
|
|
7349
|
-
"module": "src/cell-renderers/text
|
|
7349
|
+
"name": "getTextRendererTemplate",
|
|
7350
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7350
7351
|
}
|
|
7351
7352
|
},
|
|
7352
7353
|
{
|
|
7353
7354
|
"kind": "js",
|
|
7354
|
-
"name": "
|
|
7355
|
+
"name": "foundationAgTextRenderer",
|
|
7355
7356
|
"declaration": {
|
|
7356
|
-
"name": "
|
|
7357
|
-
"module": "src/cell-renderers/text
|
|
7357
|
+
"name": "foundationAgTextRenderer",
|
|
7358
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7358
7359
|
}
|
|
7359
7360
|
}
|
|
7360
7361
|
]
|
|
7361
7362
|
},
|
|
7362
7363
|
{
|
|
7363
7364
|
"kind": "javascript-module",
|
|
7364
|
-
"path": "src/
|
|
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",
|
|
7379
|
+
"declaration": {
|
|
7380
|
+
"name": "ColumnTemplate",
|
|
7381
|
+
"module": "src/column/column.template.ts"
|
|
7382
|
+
}
|
|
7383
|
+
}
|
|
7384
|
+
]
|
|
7385
|
+
},
|
|
7386
|
+
{
|
|
7387
|
+
"kind": "javascript-module",
|
|
7388
|
+
"path": "src/column/column.ts",
|
|
7365
7389
|
"declarations": [
|
|
7366
7390
|
{
|
|
7367
7391
|
"kind": "class",
|
|
7368
|
-
"description": "",
|
|
7369
|
-
"name": "
|
|
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,
|
|
7392
|
+
"description": "The Grid Pro Column element.",
|
|
7393
|
+
"name": "GridProColumn",
|
|
7377
7394
|
"members": [
|
|
7378
7395
|
{
|
|
7379
7396
|
"kind": "field",
|
|
7380
|
-
"name": "
|
|
7381
|
-
"type": {
|
|
7382
|
-
"text": "TextField"
|
|
7383
|
-
},
|
|
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",
|
|
7397
|
+
"name": "slottedAgCell",
|
|
7393
7398
|
"type": {
|
|
7394
|
-
"text": "
|
|
7399
|
+
"text": "HTMLElement[]"
|
|
7395
7400
|
},
|
|
7396
|
-
"
|
|
7397
|
-
"inheritedFrom": {
|
|
7398
|
-
"name": "AgTextFieldRenderer",
|
|
7399
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7400
|
-
}
|
|
7401
|
+
"privacy": "public"
|
|
7401
7402
|
},
|
|
7402
7403
|
{
|
|
7403
7404
|
"kind": "field",
|
|
7404
|
-
"name": "
|
|
7405
|
+
"name": "definition",
|
|
7405
7406
|
"type": {
|
|
7406
|
-
"text": "
|
|
7407
|
+
"text": "ColDef"
|
|
7407
7408
|
},
|
|
7408
|
-
"
|
|
7409
|
-
"inheritedFrom": {
|
|
7410
|
-
"name": "AgTextFieldRenderer",
|
|
7411
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7412
|
-
}
|
|
7409
|
+
"default": "{}"
|
|
7413
7410
|
},
|
|
7414
7411
|
{
|
|
7415
7412
|
"kind": "method",
|
|
7416
|
-
"name": "
|
|
7417
|
-
"privacy": "public"
|
|
7418
|
-
"parameters": [
|
|
7419
|
-
{
|
|
7420
|
-
"name": "params",
|
|
7421
|
-
"type": {
|
|
7422
|
-
"text": "FuiCellRendererParams"
|
|
7423
|
-
}
|
|
7424
|
-
}
|
|
7425
|
-
],
|
|
7426
|
-
"inheritedFrom": {
|
|
7427
|
-
"name": "AgTextFieldRenderer",
|
|
7428
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7429
|
-
}
|
|
7413
|
+
"name": "slottedAgCellChanged",
|
|
7414
|
+
"privacy": "public"
|
|
7430
7415
|
},
|
|
7431
7416
|
{
|
|
7432
7417
|
"kind": "method",
|
|
7433
|
-
"name": "
|
|
7434
|
-
"privacy": "public",
|
|
7418
|
+
"name": "deepClone",
|
|
7435
7419
|
"return": {
|
|
7436
7420
|
"type": {
|
|
7437
|
-
"text": "
|
|
7421
|
+
"text": "Node"
|
|
7438
7422
|
}
|
|
7439
7423
|
},
|
|
7440
7424
|
"inheritedFrom": {
|
|
7441
|
-
"name": "
|
|
7442
|
-
"module": "src/
|
|
7443
|
-
}
|
|
7444
|
-
},
|
|
7445
|
-
{
|
|
7446
|
-
"kind": "method",
|
|
7447
|
-
"name": "destroy",
|
|
7448
|
-
"privacy": "public",
|
|
7449
|
-
"inheritedFrom": {
|
|
7450
|
-
"name": "AgTextFieldRenderer",
|
|
7451
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7425
|
+
"name": "LifecycleMixin",
|
|
7426
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7452
7427
|
}
|
|
7453
7428
|
},
|
|
7454
7429
|
{
|
|
7455
7430
|
"kind": "method",
|
|
7456
|
-
"name": "
|
|
7457
|
-
"
|
|
7431
|
+
"name": "cloneNode",
|
|
7432
|
+
"return": {
|
|
7433
|
+
"type": {
|
|
7434
|
+
"text": "Node"
|
|
7435
|
+
}
|
|
7436
|
+
},
|
|
7458
7437
|
"parameters": [
|
|
7459
7438
|
{
|
|
7460
|
-
"name": "
|
|
7439
|
+
"name": "deep",
|
|
7440
|
+
"optional": true,
|
|
7461
7441
|
"type": {
|
|
7462
|
-
"text": "
|
|
7442
|
+
"text": "boolean"
|
|
7463
7443
|
}
|
|
7464
7444
|
}
|
|
7465
7445
|
],
|
|
7466
7446
|
"inheritedFrom": {
|
|
7467
|
-
"name": "
|
|
7468
|
-
"module": "src/
|
|
7447
|
+
"name": "LifecycleMixin",
|
|
7448
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7469
7449
|
}
|
|
7470
7450
|
},
|
|
7471
7451
|
{
|
|
7472
|
-
"kind": "
|
|
7473
|
-
"name": "
|
|
7474
|
-
"privacy": "public",
|
|
7452
|
+
"kind": "field",
|
|
7453
|
+
"name": "shouldRunDisconnect",
|
|
7475
7454
|
"return": {
|
|
7476
7455
|
"type": {
|
|
7477
|
-
"text": "
|
|
7456
|
+
"text": ""
|
|
7478
7457
|
}
|
|
7479
7458
|
},
|
|
7480
|
-
"
|
|
7481
|
-
{
|
|
7482
|
-
"name": "data"
|
|
7483
|
-
}
|
|
7484
|
-
],
|
|
7459
|
+
"readonly": true,
|
|
7485
7460
|
"inheritedFrom": {
|
|
7486
|
-
"name": "
|
|
7487
|
-
"module": "src/
|
|
7461
|
+
"name": "LifecycleMixin",
|
|
7462
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7488
7463
|
}
|
|
7489
7464
|
},
|
|
7490
7465
|
{
|
|
7491
7466
|
"kind": "field",
|
|
7492
|
-
"name": "
|
|
7493
|
-
"
|
|
7494
|
-
|
|
7467
|
+
"name": "shouldRunConnect",
|
|
7468
|
+
"return": {
|
|
7469
|
+
"type": {
|
|
7470
|
+
"text": ""
|
|
7471
|
+
}
|
|
7472
|
+
},
|
|
7473
|
+
"readonly": true,
|
|
7474
|
+
"inheritedFrom": {
|
|
7475
|
+
"name": "LifecycleMixin",
|
|
7476
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7477
|
+
}
|
|
7478
|
+
},
|
|
7479
|
+
{
|
|
7480
|
+
"kind": "method",
|
|
7481
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7482
|
+
"return": {
|
|
7483
|
+
"type": {
|
|
7484
|
+
"text": "boolean"
|
|
7485
|
+
}
|
|
7486
|
+
},
|
|
7495
7487
|
"parameters": [
|
|
7496
7488
|
{
|
|
7497
|
-
"
|
|
7498
|
-
"
|
|
7489
|
+
"name": "lifecycleType",
|
|
7490
|
+
"type": {
|
|
7491
|
+
"text": "Lifecycletype"
|
|
7492
|
+
}
|
|
7499
7493
|
}
|
|
7500
7494
|
],
|
|
7501
7495
|
"inheritedFrom": {
|
|
7502
|
-
"name": "
|
|
7503
|
-
"module": "src/
|
|
7496
|
+
"name": "LifecycleMixin",
|
|
7497
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7504
7498
|
}
|
|
7505
7499
|
},
|
|
7506
7500
|
{
|
|
@@ -7614,61 +7608,67 @@
|
|
|
7614
7608
|
"module": "src/foundation-element/foundation-element.ts"
|
|
7615
7609
|
}
|
|
7616
7610
|
}
|
|
7617
|
-
]
|
|
7618
|
-
|
|
7619
|
-
|
|
7620
|
-
|
|
7621
|
-
|
|
7622
|
-
|
|
7623
|
-
|
|
7624
|
-
"
|
|
7625
|
-
|
|
7626
|
-
|
|
7627
|
-
|
|
7628
|
-
"
|
|
7629
|
-
"
|
|
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"
|
|
7611
|
+
],
|
|
7612
|
+
"mixins": [
|
|
7613
|
+
{
|
|
7614
|
+
"name": "LifecycleMixin",
|
|
7615
|
+
"package": "@genesislcap/foundation-utils"
|
|
7616
|
+
}
|
|
7617
|
+
],
|
|
7618
|
+
"superclass": {
|
|
7619
|
+
"name": "FoundationElement",
|
|
7620
|
+
"package": "@microsoft/fast-foundation"
|
|
7621
|
+
},
|
|
7622
|
+
"tagName": "grid-pro-column",
|
|
7623
|
+
"customElement": true
|
|
7639
7624
|
}
|
|
7640
7625
|
],
|
|
7641
7626
|
"exports": [
|
|
7642
7627
|
{
|
|
7643
7628
|
"kind": "js",
|
|
7644
|
-
"name": "
|
|
7629
|
+
"name": "GridProColumn",
|
|
7645
7630
|
"declaration": {
|
|
7646
|
-
"name": "
|
|
7647
|
-
"module": "src/
|
|
7631
|
+
"name": "GridProColumn",
|
|
7632
|
+
"module": "src/column/column.ts"
|
|
7648
7633
|
}
|
|
7649
7634
|
},
|
|
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": "*",
|
|
7653
7653
|
"declaration": {
|
|
7654
|
-
"name": "
|
|
7655
|
-
"
|
|
7654
|
+
"name": "*",
|
|
7655
|
+
"package": "./column.template"
|
|
7656
7656
|
}
|
|
7657
7657
|
},
|
|
7658
7658
|
{
|
|
7659
7659
|
"kind": "js",
|
|
7660
|
-
"name": "
|
|
7660
|
+
"name": "*",
|
|
7661
7661
|
"declaration": {
|
|
7662
|
-
"name": "
|
|
7663
|
-
"
|
|
7662
|
+
"name": "*",
|
|
7663
|
+
"package": "./column"
|
|
7664
7664
|
}
|
|
7665
7665
|
},
|
|
7666
7666
|
{
|
|
7667
7667
|
"kind": "js",
|
|
7668
|
-
"name": "
|
|
7668
|
+
"name": "*",
|
|
7669
7669
|
"declaration": {
|
|
7670
|
-
"name": "
|
|
7671
|
-
"
|
|
7670
|
+
"name": "*",
|
|
7671
|
+
"package": "./utils"
|
|
7672
7672
|
}
|
|
7673
7673
|
}
|
|
7674
7674
|
]
|
|
@@ -18263,51 +18263,46 @@
|
|
|
18263
18263
|
},
|
|
18264
18264
|
{
|
|
18265
18265
|
"kind": "javascript-module",
|
|
18266
|
-
"path": "src/
|
|
18266
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
18267
18267
|
"declarations": [
|
|
18268
18268
|
{
|
|
18269
18269
|
"kind": "function",
|
|
18270
|
-
"name": "
|
|
18270
|
+
"name": "setValueWithAccessor",
|
|
18271
18271
|
"return": {
|
|
18272
18272
|
"type": {
|
|
18273
|
-
"text": "
|
|
18273
|
+
"text": "string"
|
|
18274
18274
|
}
|
|
18275
18275
|
},
|
|
18276
18276
|
"parameters": [
|
|
18277
18277
|
{
|
|
18278
|
-
"name": "
|
|
18278
|
+
"name": "data",
|
|
18279
18279
|
"type": {
|
|
18280
|
-
"text": "
|
|
18281
|
-
}
|
|
18282
|
-
"description": "The array to render"
|
|
18280
|
+
"text": "any"
|
|
18281
|
+
}
|
|
18283
18282
|
},
|
|
18284
18283
|
{
|
|
18285
|
-
"name": "
|
|
18286
|
-
"default": "true",
|
|
18284
|
+
"name": "accessor",
|
|
18287
18285
|
"type": {
|
|
18288
|
-
"text": "
|
|
18289
|
-
}
|
|
18290
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18286
|
+
"text": "string"
|
|
18287
|
+
}
|
|
18291
18288
|
}
|
|
18292
|
-
]
|
|
18293
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18294
|
-
"privacy": "public"
|
|
18289
|
+
]
|
|
18295
18290
|
}
|
|
18296
18291
|
],
|
|
18297
18292
|
"exports": [
|
|
18298
18293
|
{
|
|
18299
18294
|
"kind": "js",
|
|
18300
|
-
"name": "
|
|
18295
|
+
"name": "setValueWithAccessor",
|
|
18301
18296
|
"declaration": {
|
|
18302
|
-
"name": "
|
|
18303
|
-
"module": "src/
|
|
18297
|
+
"name": "setValueWithAccessor",
|
|
18298
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
18304
18299
|
}
|
|
18305
18300
|
}
|
|
18306
18301
|
]
|
|
18307
18302
|
},
|
|
18308
18303
|
{
|
|
18309
18304
|
"kind": "javascript-module",
|
|
18310
|
-
"path": "src/
|
|
18305
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
18311
18306
|
"declarations": [],
|
|
18312
18307
|
"exports": [
|
|
18313
18308
|
{
|
|
@@ -18315,53 +18310,58 @@
|
|
|
18315
18310
|
"name": "*",
|
|
18316
18311
|
"declaration": {
|
|
18317
18312
|
"name": "*",
|
|
18318
|
-
"package": "./
|
|
18313
|
+
"package": "./accessor"
|
|
18319
18314
|
}
|
|
18320
18315
|
}
|
|
18321
18316
|
]
|
|
18322
18317
|
},
|
|
18323
18318
|
{
|
|
18324
18319
|
"kind": "javascript-module",
|
|
18325
|
-
"path": "src/
|
|
18320
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
18326
18321
|
"declarations": [
|
|
18327
18322
|
{
|
|
18328
18323
|
"kind": "function",
|
|
18329
|
-
"name": "
|
|
18324
|
+
"name": "gridProColumns",
|
|
18330
18325
|
"return": {
|
|
18331
18326
|
"type": {
|
|
18332
|
-
"text": "
|
|
18327
|
+
"text": "CaptureType<TSource>"
|
|
18333
18328
|
}
|
|
18334
18329
|
},
|
|
18335
18330
|
"parameters": [
|
|
18336
18331
|
{
|
|
18337
|
-
"name": "
|
|
18332
|
+
"name": "itemsBinding",
|
|
18338
18333
|
"type": {
|
|
18339
|
-
"text": "
|
|
18340
|
-
}
|
|
18334
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
18335
|
+
},
|
|
18336
|
+
"description": "The array to render"
|
|
18341
18337
|
},
|
|
18342
18338
|
{
|
|
18343
|
-
"name": "
|
|
18339
|
+
"name": "includeRenderers",
|
|
18340
|
+
"default": "true",
|
|
18344
18341
|
"type": {
|
|
18345
|
-
"text": "
|
|
18346
|
-
}
|
|
18342
|
+
"text": "boolean"
|
|
18343
|
+
},
|
|
18344
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
18347
18345
|
}
|
|
18348
|
-
]
|
|
18346
|
+
],
|
|
18347
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
18348
|
+
"privacy": "public"
|
|
18349
18349
|
}
|
|
18350
18350
|
],
|
|
18351
18351
|
"exports": [
|
|
18352
18352
|
{
|
|
18353
18353
|
"kind": "js",
|
|
18354
|
-
"name": "
|
|
18354
|
+
"name": "gridProColumns",
|
|
18355
18355
|
"declaration": {
|
|
18356
|
-
"name": "
|
|
18357
|
-
"module": "src/
|
|
18356
|
+
"name": "gridProColumns",
|
|
18357
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
18358
18358
|
}
|
|
18359
18359
|
}
|
|
18360
18360
|
]
|
|
18361
18361
|
},
|
|
18362
18362
|
{
|
|
18363
18363
|
"kind": "javascript-module",
|
|
18364
|
-
"path": "src/
|
|
18364
|
+
"path": "src/column/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": "./grid-pro-columns"
|
|
18373
18373
|
}
|
|
18374
18374
|
}
|
|
18375
18375
|
]
|