@genesislcap/grid-pro 14.418.1-alpha-228b283.0 → 14.418.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 +482 -608
- package/dist/dts/datasource/base.datasource.d.ts +8 -8
- package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
- package/dist/dts/grid-pro-beta.d.ts +1 -16
- package/dist/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/dts/grid-pro.d.ts +0 -11
- package/dist/dts/grid-pro.d.ts.map +1 -1
- package/dist/esm/grid-pro-beta.js +46 -137
- package/dist/esm/grid-pro.js +23 -84
- package/dist/grid-pro.d.ts +9 -35
- package/package.json +14 -14
|
@@ -59,27 +59,6 @@
|
|
|
59
59
|
"text": "StatePersistence"
|
|
60
60
|
}
|
|
61
61
|
},
|
|
62
|
-
{
|
|
63
|
-
"kind": "field",
|
|
64
|
-
"name": "disposed",
|
|
65
|
-
"type": {
|
|
66
|
-
"text": "boolean"
|
|
67
|
-
},
|
|
68
|
-
"privacy": "private",
|
|
69
|
-
"default": "false"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"kind": "field",
|
|
73
|
-
"name": "debouncedSaveColumnState",
|
|
74
|
-
"privacy": "private",
|
|
75
|
-
"readonly": true
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"kind": "field",
|
|
79
|
-
"name": "debouncedSaveFilterModel",
|
|
80
|
-
"privacy": "private",
|
|
81
|
-
"readonly": true
|
|
82
|
-
},
|
|
83
62
|
{
|
|
84
63
|
"kind": "field",
|
|
85
64
|
"name": "autoCellRendererByType",
|
|
@@ -336,15 +315,6 @@
|
|
|
336
315
|
"privacy": "private",
|
|
337
316
|
"default": "[]"
|
|
338
317
|
},
|
|
339
|
-
{
|
|
340
|
-
"kind": "field",
|
|
341
|
-
"name": "datasourceEventHandlers",
|
|
342
|
-
"type": {
|
|
343
|
-
"text": "Array<[string, EventListener]>"
|
|
344
|
-
},
|
|
345
|
-
"privacy": "private",
|
|
346
|
-
"default": "[\n [datasourceEventNames.initialize, this.handleInitialize.bind(this) as EventListener],\n [datasourceEventNames.dataLoaded, this.handleDataLoaded.bind(this) as EventListener],\n [datasourceEventNames.dataChanged, this.handleDataChanged.bind(this) as EventListener],\n [datasourceEventNames.schemaUpdated, this.handleSchemaUpdated.bind(this) as EventListener],\n [datasourceEventNames.dataCleared, this.handleDataCleared.bind(this) as EventListener],\n [datasourceEventNames.loadingStarted, this.handleLoadingStarted.bind(this) as EventListener],\n [\n datasourceEventNames.loadingFinished,\n this.handleLoadingFinished.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.noDataAvailable,\n this.handleNoDataAvailable.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.filtersRestored,\n this.handleFiltersRestored.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.moreDataAvailable,\n this.handleMoreDataAvailable.bind(this) as EventListener,\n ],\n [datasourceEventNames.error, this.handleDatasourceError.bind(this) as EventListener],\n [datasourceEventNames.destroy, this.handleDatasourceDestroy.bind(this) as EventListener],\n [datasourceEventNames.cacheFilterConfig, this.cacheFilterConfig.bind(this) as EventListener],\n [\n datasourceEventNames.refreshServerSide,\n this.handleRefreshServerSide.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.setServerSideDatasource,\n this.handleSetServerSideDatasource.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.addGridCssClass,\n this.handleAddGridCssClass.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.removeGridCssClass,\n this.handleRemoveGridCssClass.bind(this) as EventListener,\n ],\n [\n datasourceEventNames.applyServerSideTransaction,\n this.handleApplyServerSideTransaction.bind(this) as EventListener,\n ],\n ]"
|
|
347
|
-
},
|
|
348
318
|
{
|
|
349
319
|
"kind": "field",
|
|
350
320
|
"name": "gridEventsQueue",
|
|
@@ -363,12 +333,6 @@
|
|
|
363
333
|
"privacy": "private",
|
|
364
334
|
"default": "new Set()"
|
|
365
335
|
},
|
|
366
|
-
{
|
|
367
|
-
"kind": "field",
|
|
368
|
-
"name": "gridEventListeners",
|
|
369
|
-
"privacy": "private",
|
|
370
|
-
"default": "new Map<string, (event: unknown) => void>()"
|
|
371
|
-
},
|
|
372
336
|
{
|
|
373
337
|
"kind": "field",
|
|
374
338
|
"name": "luminanceSubscription",
|
|
@@ -385,12 +349,6 @@
|
|
|
385
349
|
},
|
|
386
350
|
"privacy": "private"
|
|
387
351
|
},
|
|
388
|
-
{
|
|
389
|
-
"kind": "field",
|
|
390
|
-
"name": "boundGlobalEventListener",
|
|
391
|
-
"privacy": "private",
|
|
392
|
-
"readonly": true
|
|
393
|
-
},
|
|
394
352
|
{
|
|
395
353
|
"kind": "field",
|
|
396
354
|
"name": "_filterConfig",
|
|
@@ -521,36 +479,6 @@
|
|
|
521
479
|
"name": "handleLuminanceChange",
|
|
522
480
|
"privacy": "private"
|
|
523
481
|
},
|
|
524
|
-
{
|
|
525
|
-
"kind": "field",
|
|
526
|
-
"name": "luminanceObserver",
|
|
527
|
-
"type": {
|
|
528
|
-
"text": "object"
|
|
529
|
-
},
|
|
530
|
-
"privacy": "private",
|
|
531
|
-
"readonly": true,
|
|
532
|
-
"default": "{\n handleChange: (record: any) => this.handleLuminanceChange(record),\n }"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"kind": "method",
|
|
536
|
-
"name": "performDisconnectCleanup",
|
|
537
|
-
"privacy": "private",
|
|
538
|
-
"return": {
|
|
539
|
-
"type": {
|
|
540
|
-
"text": "void"
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"kind": "method",
|
|
546
|
-
"name": "destroyGridInstance",
|
|
547
|
-
"privacy": "private",
|
|
548
|
-
"return": {
|
|
549
|
-
"type": {
|
|
550
|
-
"text": "void"
|
|
551
|
-
}
|
|
552
|
-
}
|
|
553
|
-
},
|
|
554
482
|
{
|
|
555
483
|
"kind": "method",
|
|
556
484
|
"name": "flashAddedCells",
|
|
@@ -1586,27 +1514,6 @@
|
|
|
1586
1514
|
"text": "StatePersistence"
|
|
1587
1515
|
}
|
|
1588
1516
|
},
|
|
1589
|
-
{
|
|
1590
|
-
"kind": "field",
|
|
1591
|
-
"name": "disposed",
|
|
1592
|
-
"type": {
|
|
1593
|
-
"text": "boolean"
|
|
1594
|
-
},
|
|
1595
|
-
"privacy": "private",
|
|
1596
|
-
"default": "false"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"kind": "field",
|
|
1600
|
-
"name": "debouncedSaveColumnState",
|
|
1601
|
-
"privacy": "private",
|
|
1602
|
-
"readonly": true
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
"kind": "field",
|
|
1606
|
-
"name": "debouncedSaveFilterModel",
|
|
1607
|
-
"privacy": "private",
|
|
1608
|
-
"readonly": true
|
|
1609
|
-
},
|
|
1610
1517
|
{
|
|
1611
1518
|
"kind": "field",
|
|
1612
1519
|
"name": "autoCellRendererByType",
|
|
@@ -1985,12 +1892,6 @@
|
|
|
1985
1892
|
"privacy": "private",
|
|
1986
1893
|
"default": "new Set()"
|
|
1987
1894
|
},
|
|
1988
|
-
{
|
|
1989
|
-
"kind": "field",
|
|
1990
|
-
"name": "gridEventListeners",
|
|
1991
|
-
"privacy": "private",
|
|
1992
|
-
"default": "new Map<string, (event: unknown) => void>()"
|
|
1993
|
-
},
|
|
1994
1895
|
{
|
|
1995
1896
|
"kind": "field",
|
|
1996
1897
|
"name": "visibilityObserverCleanup",
|
|
@@ -1999,12 +1900,6 @@
|
|
|
1999
1900
|
},
|
|
2000
1901
|
"privacy": "private"
|
|
2001
1902
|
},
|
|
2002
|
-
{
|
|
2003
|
-
"kind": "field",
|
|
2004
|
-
"name": "boundGlobalEventListener",
|
|
2005
|
-
"privacy": "private",
|
|
2006
|
-
"readonly": true
|
|
2007
|
-
},
|
|
2008
1903
|
{
|
|
2009
1904
|
"kind": "field",
|
|
2010
1905
|
"name": "_filterConfig",
|
|
@@ -2123,27 +2018,6 @@
|
|
|
2123
2018
|
"kind": "method",
|
|
2124
2019
|
"name": "hideDatasourceError"
|
|
2125
2020
|
},
|
|
2126
|
-
{
|
|
2127
|
-
"kind": "method",
|
|
2128
|
-
"name": "performDisconnectCleanup",
|
|
2129
|
-
"privacy": "private",
|
|
2130
|
-
"return": {
|
|
2131
|
-
"type": {
|
|
2132
|
-
"text": "void"
|
|
2133
|
-
}
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"kind": "method",
|
|
2138
|
-
"name": "destroyGridInstance",
|
|
2139
|
-
"privacy": "private",
|
|
2140
|
-
"return": {
|
|
2141
|
-
"type": {
|
|
2142
|
-
"text": "void"
|
|
2143
|
-
}
|
|
2144
|
-
},
|
|
2145
|
-
"description": "Tear down the AG Grid instance. Prefer GridApi#destroy; if `gridApi` is not set yet\n(e.g. disconnect before `grid-ready`), fall back to Grid#destroy on the vanilla wrapper."
|
|
2146
|
-
},
|
|
2147
2021
|
{
|
|
2148
2022
|
"kind": "method",
|
|
2149
2023
|
"name": "flashAddedCells",
|
|
@@ -5270,123 +5144,69 @@
|
|
|
5270
5144
|
},
|
|
5271
5145
|
{
|
|
5272
5146
|
"kind": "javascript-module",
|
|
5273
|
-
"path": "src/
|
|
5274
|
-
"declarations": [
|
|
5275
|
-
{
|
|
5276
|
-
"kind": "variable",
|
|
5277
|
-
"name": "ColumnTemplate",
|
|
5278
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
5279
|
-
"description": "The Grid Pro Column Template.",
|
|
5280
|
-
"privacy": "public"
|
|
5281
|
-
}
|
|
5282
|
-
],
|
|
5283
|
-
"exports": [
|
|
5284
|
-
{
|
|
5285
|
-
"kind": "js",
|
|
5286
|
-
"name": "ColumnTemplate",
|
|
5287
|
-
"declaration": {
|
|
5288
|
-
"name": "ColumnTemplate",
|
|
5289
|
-
"module": "src/column/column.template.ts"
|
|
5290
|
-
}
|
|
5291
|
-
}
|
|
5292
|
-
]
|
|
5293
|
-
},
|
|
5294
|
-
{
|
|
5295
|
-
"kind": "javascript-module",
|
|
5296
|
-
"path": "src/column/column.ts",
|
|
5147
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
5297
5148
|
"declarations": [
|
|
5298
5149
|
{
|
|
5299
5150
|
"kind": "class",
|
|
5300
|
-
"description": "The
|
|
5301
|
-
"name": "
|
|
5151
|
+
"description": "The AG Action Renderer element.",
|
|
5152
|
+
"name": "ActionRenderer",
|
|
5302
5153
|
"members": [
|
|
5303
5154
|
{
|
|
5304
5155
|
"kind": "field",
|
|
5305
|
-
"name": "
|
|
5156
|
+
"name": "params",
|
|
5306
5157
|
"type": {
|
|
5307
|
-
"text": "
|
|
5158
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5308
5159
|
},
|
|
5309
5160
|
"privacy": "public"
|
|
5310
5161
|
},
|
|
5311
5162
|
{
|
|
5312
5163
|
"kind": "field",
|
|
5313
|
-
"name": "
|
|
5164
|
+
"name": "pendingAction",
|
|
5314
5165
|
"type": {
|
|
5315
|
-
"text": "
|
|
5166
|
+
"text": "boolean"
|
|
5316
5167
|
},
|
|
5317
|
-
"default": "{}"
|
|
5318
|
-
},
|
|
5319
|
-
{
|
|
5320
|
-
"kind": "method",
|
|
5321
|
-
"name": "slottedAgCellChanged",
|
|
5322
5168
|
"privacy": "public"
|
|
5323
5169
|
},
|
|
5324
5170
|
{
|
|
5325
5171
|
"kind": "method",
|
|
5326
|
-
"name": "
|
|
5327
|
-
"
|
|
5328
|
-
"type": {
|
|
5329
|
-
"text": "Node"
|
|
5330
|
-
}
|
|
5331
|
-
},
|
|
5332
|
-
"inheritedFrom": {
|
|
5333
|
-
"name": "LifecycleMixin",
|
|
5334
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5335
|
-
}
|
|
5336
|
-
},
|
|
5337
|
-
{
|
|
5338
|
-
"kind": "method",
|
|
5339
|
-
"name": "cloneNode",
|
|
5340
|
-
"return": {
|
|
5341
|
-
"type": {
|
|
5342
|
-
"text": "Node"
|
|
5343
|
-
}
|
|
5344
|
-
},
|
|
5172
|
+
"name": "init",
|
|
5173
|
+
"privacy": "public",
|
|
5345
5174
|
"parameters": [
|
|
5346
5175
|
{
|
|
5347
|
-
"name": "
|
|
5348
|
-
"optional": true,
|
|
5176
|
+
"name": "params",
|
|
5349
5177
|
"type": {
|
|
5350
|
-
"text": "
|
|
5178
|
+
"text": "ICellRendererParams & ActionRendererParams"
|
|
5351
5179
|
}
|
|
5352
5180
|
}
|
|
5353
|
-
]
|
|
5354
|
-
"inheritedFrom": {
|
|
5355
|
-
"name": "LifecycleMixin",
|
|
5356
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5357
|
-
}
|
|
5181
|
+
]
|
|
5358
5182
|
},
|
|
5359
5183
|
{
|
|
5360
|
-
"kind": "
|
|
5361
|
-
"name": "
|
|
5184
|
+
"kind": "method",
|
|
5185
|
+
"name": "getGui",
|
|
5186
|
+
"privacy": "public",
|
|
5362
5187
|
"return": {
|
|
5363
5188
|
"type": {
|
|
5364
|
-
"text": ""
|
|
5189
|
+
"text": "HTMLElement"
|
|
5365
5190
|
}
|
|
5366
|
-
},
|
|
5367
|
-
"readonly": true,
|
|
5368
|
-
"inheritedFrom": {
|
|
5369
|
-
"name": "LifecycleMixin",
|
|
5370
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5371
5191
|
}
|
|
5372
5192
|
},
|
|
5373
5193
|
{
|
|
5374
|
-
"kind": "
|
|
5375
|
-
"name": "
|
|
5376
|
-
"
|
|
5377
|
-
|
|
5378
|
-
|
|
5194
|
+
"kind": "method",
|
|
5195
|
+
"name": "refresh",
|
|
5196
|
+
"privacy": "public",
|
|
5197
|
+
"parameters": [
|
|
5198
|
+
{
|
|
5199
|
+
"name": "params",
|
|
5200
|
+
"type": {
|
|
5201
|
+
"text": "ICellRendererParams"
|
|
5202
|
+
}
|
|
5379
5203
|
}
|
|
5380
|
-
|
|
5381
|
-
"readonly": true,
|
|
5382
|
-
"inheritedFrom": {
|
|
5383
|
-
"name": "LifecycleMixin",
|
|
5384
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
5385
|
-
}
|
|
5204
|
+
]
|
|
5386
5205
|
},
|
|
5387
5206
|
{
|
|
5388
5207
|
"kind": "method",
|
|
5389
|
-
"name": "
|
|
5208
|
+
"name": "isDisabled",
|
|
5209
|
+
"privacy": "public",
|
|
5390
5210
|
"return": {
|
|
5391
5211
|
"type": {
|
|
5392
5212
|
"text": "boolean"
|
|
@@ -5394,16 +5214,19 @@
|
|
|
5394
5214
|
},
|
|
5395
5215
|
"parameters": [
|
|
5396
5216
|
{
|
|
5397
|
-
"name": "
|
|
5398
|
-
"type": {
|
|
5399
|
-
"text": "Lifecycletype"
|
|
5400
|
-
}
|
|
5217
|
+
"name": "data"
|
|
5401
5218
|
}
|
|
5402
|
-
]
|
|
5403
|
-
|
|
5404
|
-
|
|
5405
|
-
|
|
5406
|
-
|
|
5219
|
+
]
|
|
5220
|
+
},
|
|
5221
|
+
{
|
|
5222
|
+
"kind": "method",
|
|
5223
|
+
"name": "clickHandler",
|
|
5224
|
+
"privacy": "public"
|
|
5225
|
+
},
|
|
5226
|
+
{
|
|
5227
|
+
"kind": "field",
|
|
5228
|
+
"name": "dataTestId",
|
|
5229
|
+
"readonly": true
|
|
5407
5230
|
},
|
|
5408
5231
|
{
|
|
5409
5232
|
"kind": "field",
|
|
@@ -5517,273 +5340,11 @@
|
|
|
5517
5340
|
}
|
|
5518
5341
|
}
|
|
5519
5342
|
],
|
|
5520
|
-
"mixins": [
|
|
5521
|
-
{
|
|
5522
|
-
"name": "LifecycleMixin",
|
|
5523
|
-
"package": "@genesislcap/foundation-utils"
|
|
5524
|
-
}
|
|
5525
|
-
],
|
|
5526
5343
|
"superclass": {
|
|
5527
5344
|
"name": "FoundationElement",
|
|
5528
5345
|
"package": "@microsoft/fast-foundation"
|
|
5529
5346
|
},
|
|
5530
|
-
"tagName": "grid-pro-
|
|
5531
|
-
"customElement": true
|
|
5532
|
-
}
|
|
5533
|
-
],
|
|
5534
|
-
"exports": [
|
|
5535
|
-
{
|
|
5536
|
-
"kind": "js",
|
|
5537
|
-
"name": "GridProColumn",
|
|
5538
|
-
"declaration": {
|
|
5539
|
-
"name": "GridProColumn",
|
|
5540
|
-
"module": "src/column/column.ts"
|
|
5541
|
-
}
|
|
5542
|
-
},
|
|
5543
|
-
{
|
|
5544
|
-
"kind": "custom-element-definition",
|
|
5545
|
-
"name": "grid-pro-column",
|
|
5546
|
-
"declaration": {
|
|
5547
|
-
"name": "GridProColumn",
|
|
5548
|
-
"module": "src/column/column.ts"
|
|
5549
|
-
}
|
|
5550
|
-
}
|
|
5551
|
-
]
|
|
5552
|
-
},
|
|
5553
|
-
{
|
|
5554
|
-
"kind": "javascript-module",
|
|
5555
|
-
"path": "src/column/index.ts",
|
|
5556
|
-
"declarations": [],
|
|
5557
|
-
"exports": [
|
|
5558
|
-
{
|
|
5559
|
-
"kind": "js",
|
|
5560
|
-
"name": "*",
|
|
5561
|
-
"declaration": {
|
|
5562
|
-
"name": "*",
|
|
5563
|
-
"package": "./column.template"
|
|
5564
|
-
}
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"kind": "js",
|
|
5568
|
-
"name": "*",
|
|
5569
|
-
"declaration": {
|
|
5570
|
-
"name": "*",
|
|
5571
|
-
"package": "./column"
|
|
5572
|
-
}
|
|
5573
|
-
},
|
|
5574
|
-
{
|
|
5575
|
-
"kind": "js",
|
|
5576
|
-
"name": "*",
|
|
5577
|
-
"declaration": {
|
|
5578
|
-
"name": "*",
|
|
5579
|
-
"package": "./utils"
|
|
5580
|
-
}
|
|
5581
|
-
}
|
|
5582
|
-
]
|
|
5583
|
-
},
|
|
5584
|
-
{
|
|
5585
|
-
"kind": "javascript-module",
|
|
5586
|
-
"path": "src/cell-renderers/action.renderer.ts",
|
|
5587
|
-
"declarations": [
|
|
5588
|
-
{
|
|
5589
|
-
"kind": "class",
|
|
5590
|
-
"description": "The AG Action Renderer element.",
|
|
5591
|
-
"name": "ActionRenderer",
|
|
5592
|
-
"members": [
|
|
5593
|
-
{
|
|
5594
|
-
"kind": "field",
|
|
5595
|
-
"name": "params",
|
|
5596
|
-
"type": {
|
|
5597
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5598
|
-
},
|
|
5599
|
-
"privacy": "public"
|
|
5600
|
-
},
|
|
5601
|
-
{
|
|
5602
|
-
"kind": "field",
|
|
5603
|
-
"name": "pendingAction",
|
|
5604
|
-
"type": {
|
|
5605
|
-
"text": "boolean"
|
|
5606
|
-
},
|
|
5607
|
-
"privacy": "public"
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"kind": "method",
|
|
5611
|
-
"name": "init",
|
|
5612
|
-
"privacy": "public",
|
|
5613
|
-
"parameters": [
|
|
5614
|
-
{
|
|
5615
|
-
"name": "params",
|
|
5616
|
-
"type": {
|
|
5617
|
-
"text": "ICellRendererParams & ActionRendererParams"
|
|
5618
|
-
}
|
|
5619
|
-
}
|
|
5620
|
-
]
|
|
5621
|
-
},
|
|
5622
|
-
{
|
|
5623
|
-
"kind": "method",
|
|
5624
|
-
"name": "getGui",
|
|
5625
|
-
"privacy": "public",
|
|
5626
|
-
"return": {
|
|
5627
|
-
"type": {
|
|
5628
|
-
"text": "HTMLElement"
|
|
5629
|
-
}
|
|
5630
|
-
}
|
|
5631
|
-
},
|
|
5632
|
-
{
|
|
5633
|
-
"kind": "method",
|
|
5634
|
-
"name": "refresh",
|
|
5635
|
-
"privacy": "public",
|
|
5636
|
-
"parameters": [
|
|
5637
|
-
{
|
|
5638
|
-
"name": "params",
|
|
5639
|
-
"type": {
|
|
5640
|
-
"text": "ICellRendererParams"
|
|
5641
|
-
}
|
|
5642
|
-
}
|
|
5643
|
-
]
|
|
5644
|
-
},
|
|
5645
|
-
{
|
|
5646
|
-
"kind": "method",
|
|
5647
|
-
"name": "isDisabled",
|
|
5648
|
-
"privacy": "public",
|
|
5649
|
-
"return": {
|
|
5650
|
-
"type": {
|
|
5651
|
-
"text": "boolean"
|
|
5652
|
-
}
|
|
5653
|
-
},
|
|
5654
|
-
"parameters": [
|
|
5655
|
-
{
|
|
5656
|
-
"name": "data"
|
|
5657
|
-
}
|
|
5658
|
-
]
|
|
5659
|
-
},
|
|
5660
|
-
{
|
|
5661
|
-
"kind": "method",
|
|
5662
|
-
"name": "clickHandler",
|
|
5663
|
-
"privacy": "public"
|
|
5664
|
-
},
|
|
5665
|
-
{
|
|
5666
|
-
"kind": "field",
|
|
5667
|
-
"name": "dataTestId",
|
|
5668
|
-
"readonly": true
|
|
5669
|
-
},
|
|
5670
|
-
{
|
|
5671
|
-
"kind": "field",
|
|
5672
|
-
"name": "_presentation",
|
|
5673
|
-
"type": {
|
|
5674
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5675
|
-
},
|
|
5676
|
-
"privacy": "private",
|
|
5677
|
-
"default": "void 0",
|
|
5678
|
-
"inheritedFrom": {
|
|
5679
|
-
"name": "FoundationElement",
|
|
5680
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5681
|
-
}
|
|
5682
|
-
},
|
|
5683
|
-
{
|
|
5684
|
-
"kind": "field",
|
|
5685
|
-
"name": "$presentation",
|
|
5686
|
-
"type": {
|
|
5687
|
-
"text": "ComponentPresentation | null"
|
|
5688
|
-
},
|
|
5689
|
-
"privacy": "public",
|
|
5690
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5691
|
-
"inheritedFrom": {
|
|
5692
|
-
"name": "FoundationElement",
|
|
5693
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5694
|
-
}
|
|
5695
|
-
},
|
|
5696
|
-
{
|
|
5697
|
-
"kind": "field",
|
|
5698
|
-
"name": "template",
|
|
5699
|
-
"type": {
|
|
5700
|
-
"text": "ElementViewTemplate | void | null"
|
|
5701
|
-
},
|
|
5702
|
-
"privacy": "public",
|
|
5703
|
-
"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.",
|
|
5704
|
-
"inheritedFrom": {
|
|
5705
|
-
"name": "FoundationElement",
|
|
5706
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5707
|
-
}
|
|
5708
|
-
},
|
|
5709
|
-
{
|
|
5710
|
-
"kind": "method",
|
|
5711
|
-
"name": "templateChanged",
|
|
5712
|
-
"privacy": "protected",
|
|
5713
|
-
"return": {
|
|
5714
|
-
"type": {
|
|
5715
|
-
"text": "void"
|
|
5716
|
-
}
|
|
5717
|
-
},
|
|
5718
|
-
"inheritedFrom": {
|
|
5719
|
-
"name": "FoundationElement",
|
|
5720
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5721
|
-
}
|
|
5722
|
-
},
|
|
5723
|
-
{
|
|
5724
|
-
"kind": "field",
|
|
5725
|
-
"name": "styles",
|
|
5726
|
-
"type": {
|
|
5727
|
-
"text": "ElementStyles | void | null"
|
|
5728
|
-
},
|
|
5729
|
-
"privacy": "public",
|
|
5730
|
-
"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.",
|
|
5731
|
-
"inheritedFrom": {
|
|
5732
|
-
"name": "FoundationElement",
|
|
5733
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5734
|
-
}
|
|
5735
|
-
},
|
|
5736
|
-
{
|
|
5737
|
-
"kind": "method",
|
|
5738
|
-
"name": "stylesChanged",
|
|
5739
|
-
"privacy": "protected",
|
|
5740
|
-
"return": {
|
|
5741
|
-
"type": {
|
|
5742
|
-
"text": "void"
|
|
5743
|
-
}
|
|
5744
|
-
},
|
|
5745
|
-
"inheritedFrom": {
|
|
5746
|
-
"name": "FoundationElement",
|
|
5747
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5748
|
-
}
|
|
5749
|
-
},
|
|
5750
|
-
{
|
|
5751
|
-
"kind": "method",
|
|
5752
|
-
"name": "compose",
|
|
5753
|
-
"privacy": "public",
|
|
5754
|
-
"static": true,
|
|
5755
|
-
"return": {
|
|
5756
|
-
"type": {
|
|
5757
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5758
|
-
}
|
|
5759
|
-
},
|
|
5760
|
-
"parameters": [
|
|
5761
|
-
{
|
|
5762
|
-
"name": "this",
|
|
5763
|
-
"type": {
|
|
5764
|
-
"text": "K"
|
|
5765
|
-
}
|
|
5766
|
-
},
|
|
5767
|
-
{
|
|
5768
|
-
"name": "elementDefinition",
|
|
5769
|
-
"type": {
|
|
5770
|
-
"text": "T"
|
|
5771
|
-
},
|
|
5772
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
5773
|
-
}
|
|
5774
|
-
],
|
|
5775
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5776
|
-
"inheritedFrom": {
|
|
5777
|
-
"name": "FoundationElement",
|
|
5778
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5779
|
-
}
|
|
5780
|
-
}
|
|
5781
|
-
],
|
|
5782
|
-
"superclass": {
|
|
5783
|
-
"name": "FoundationElement",
|
|
5784
|
-
"package": "@microsoft/fast-foundation"
|
|
5785
|
-
},
|
|
5786
|
-
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5347
|
+
"tagName": "%%prefix%%-grid-pro-action-renderer",
|
|
5787
5348
|
"customElement": true
|
|
5788
5349
|
},
|
|
5789
5350
|
{
|
|
@@ -7788,106 +7349,413 @@
|
|
|
7788
7349
|
},
|
|
7789
7350
|
{
|
|
7790
7351
|
"kind": "field",
|
|
7791
|
-
"name": "params",
|
|
7352
|
+
"name": "params",
|
|
7353
|
+
"type": {
|
|
7354
|
+
"text": "FuiCellRendererParams"
|
|
7355
|
+
},
|
|
7356
|
+
"privacy": "public",
|
|
7357
|
+
"inheritedFrom": {
|
|
7358
|
+
"name": "AgTextFieldRenderer",
|
|
7359
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7360
|
+
}
|
|
7361
|
+
},
|
|
7362
|
+
{
|
|
7363
|
+
"kind": "method",
|
|
7364
|
+
"name": "init",
|
|
7365
|
+
"privacy": "public",
|
|
7366
|
+
"parameters": [
|
|
7367
|
+
{
|
|
7368
|
+
"name": "params",
|
|
7369
|
+
"type": {
|
|
7370
|
+
"text": "FuiCellRendererParams"
|
|
7371
|
+
}
|
|
7372
|
+
}
|
|
7373
|
+
],
|
|
7374
|
+
"inheritedFrom": {
|
|
7375
|
+
"name": "AgTextFieldRenderer",
|
|
7376
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7377
|
+
}
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"kind": "method",
|
|
7381
|
+
"name": "getGui",
|
|
7382
|
+
"privacy": "public",
|
|
7383
|
+
"return": {
|
|
7384
|
+
"type": {
|
|
7385
|
+
"text": "HTMLElement"
|
|
7386
|
+
}
|
|
7387
|
+
},
|
|
7388
|
+
"inheritedFrom": {
|
|
7389
|
+
"name": "AgTextFieldRenderer",
|
|
7390
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7391
|
+
}
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"kind": "method",
|
|
7395
|
+
"name": "destroy",
|
|
7396
|
+
"privacy": "public",
|
|
7397
|
+
"inheritedFrom": {
|
|
7398
|
+
"name": "AgTextFieldRenderer",
|
|
7399
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7400
|
+
}
|
|
7401
|
+
},
|
|
7402
|
+
{
|
|
7403
|
+
"kind": "method",
|
|
7404
|
+
"name": "refresh",
|
|
7405
|
+
"privacy": "public",
|
|
7406
|
+
"parameters": [
|
|
7407
|
+
{
|
|
7408
|
+
"name": "params",
|
|
7409
|
+
"type": {
|
|
7410
|
+
"text": "FuiCellRendererParams"
|
|
7411
|
+
}
|
|
7412
|
+
}
|
|
7413
|
+
],
|
|
7414
|
+
"inheritedFrom": {
|
|
7415
|
+
"name": "AgTextFieldRenderer",
|
|
7416
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7417
|
+
}
|
|
7418
|
+
},
|
|
7419
|
+
{
|
|
7420
|
+
"kind": "method",
|
|
7421
|
+
"name": "isDisabled",
|
|
7422
|
+
"privacy": "public",
|
|
7423
|
+
"return": {
|
|
7424
|
+
"type": {
|
|
7425
|
+
"text": "boolean"
|
|
7426
|
+
}
|
|
7427
|
+
},
|
|
7428
|
+
"parameters": [
|
|
7429
|
+
{
|
|
7430
|
+
"name": "data"
|
|
7431
|
+
}
|
|
7432
|
+
],
|
|
7433
|
+
"inheritedFrom": {
|
|
7434
|
+
"name": "AgTextFieldRenderer",
|
|
7435
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7436
|
+
}
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"kind": "field",
|
|
7440
|
+
"name": "textChanged",
|
|
7441
|
+
"privacy": "public",
|
|
7442
|
+
"description": "On text change handler",
|
|
7443
|
+
"parameters": [
|
|
7444
|
+
{
|
|
7445
|
+
"description": "CustomEvent",
|
|
7446
|
+
"name": "e"
|
|
7447
|
+
}
|
|
7448
|
+
],
|
|
7449
|
+
"inheritedFrom": {
|
|
7450
|
+
"name": "AgTextFieldRenderer",
|
|
7451
|
+
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7452
|
+
}
|
|
7453
|
+
},
|
|
7454
|
+
{
|
|
7455
|
+
"kind": "field",
|
|
7456
|
+
"name": "_presentation",
|
|
7457
|
+
"type": {
|
|
7458
|
+
"text": "ComponentPresentation | null | undefined"
|
|
7459
|
+
},
|
|
7460
|
+
"privacy": "private",
|
|
7461
|
+
"default": "void 0",
|
|
7462
|
+
"inheritedFrom": {
|
|
7463
|
+
"name": "FoundationElement",
|
|
7464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7465
|
+
}
|
|
7466
|
+
},
|
|
7467
|
+
{
|
|
7468
|
+
"kind": "field",
|
|
7469
|
+
"name": "$presentation",
|
|
7470
|
+
"type": {
|
|
7471
|
+
"text": "ComponentPresentation | null"
|
|
7472
|
+
},
|
|
7473
|
+
"privacy": "public",
|
|
7474
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7475
|
+
"inheritedFrom": {
|
|
7476
|
+
"name": "FoundationElement",
|
|
7477
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7478
|
+
}
|
|
7479
|
+
},
|
|
7480
|
+
{
|
|
7481
|
+
"kind": "field",
|
|
7482
|
+
"name": "template",
|
|
7483
|
+
"type": {
|
|
7484
|
+
"text": "ElementViewTemplate | void | null"
|
|
7485
|
+
},
|
|
7486
|
+
"privacy": "public",
|
|
7487
|
+
"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.",
|
|
7488
|
+
"inheritedFrom": {
|
|
7489
|
+
"name": "FoundationElement",
|
|
7490
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7491
|
+
}
|
|
7492
|
+
},
|
|
7493
|
+
{
|
|
7494
|
+
"kind": "method",
|
|
7495
|
+
"name": "templateChanged",
|
|
7496
|
+
"privacy": "protected",
|
|
7497
|
+
"return": {
|
|
7498
|
+
"type": {
|
|
7499
|
+
"text": "void"
|
|
7500
|
+
}
|
|
7501
|
+
},
|
|
7502
|
+
"inheritedFrom": {
|
|
7503
|
+
"name": "FoundationElement",
|
|
7504
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7505
|
+
}
|
|
7506
|
+
},
|
|
7507
|
+
{
|
|
7508
|
+
"kind": "field",
|
|
7509
|
+
"name": "styles",
|
|
7510
|
+
"type": {
|
|
7511
|
+
"text": "ElementStyles | void | null"
|
|
7512
|
+
},
|
|
7513
|
+
"privacy": "public",
|
|
7514
|
+
"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.",
|
|
7515
|
+
"inheritedFrom": {
|
|
7516
|
+
"name": "FoundationElement",
|
|
7517
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7518
|
+
}
|
|
7519
|
+
},
|
|
7520
|
+
{
|
|
7521
|
+
"kind": "method",
|
|
7522
|
+
"name": "stylesChanged",
|
|
7523
|
+
"privacy": "protected",
|
|
7524
|
+
"return": {
|
|
7525
|
+
"type": {
|
|
7526
|
+
"text": "void"
|
|
7527
|
+
}
|
|
7528
|
+
},
|
|
7529
|
+
"inheritedFrom": {
|
|
7530
|
+
"name": "FoundationElement",
|
|
7531
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7532
|
+
}
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"kind": "method",
|
|
7536
|
+
"name": "compose",
|
|
7537
|
+
"privacy": "public",
|
|
7538
|
+
"static": true,
|
|
7539
|
+
"return": {
|
|
7540
|
+
"type": {
|
|
7541
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7542
|
+
}
|
|
7543
|
+
},
|
|
7544
|
+
"parameters": [
|
|
7545
|
+
{
|
|
7546
|
+
"name": "this",
|
|
7547
|
+
"type": {
|
|
7548
|
+
"text": "K"
|
|
7549
|
+
}
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"name": "elementDefinition",
|
|
7553
|
+
"type": {
|
|
7554
|
+
"text": "T"
|
|
7555
|
+
},
|
|
7556
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
7557
|
+
}
|
|
7558
|
+
],
|
|
7559
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7560
|
+
"inheritedFrom": {
|
|
7561
|
+
"name": "FoundationElement",
|
|
7562
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7563
|
+
}
|
|
7564
|
+
}
|
|
7565
|
+
]
|
|
7566
|
+
},
|
|
7567
|
+
{
|
|
7568
|
+
"kind": "variable",
|
|
7569
|
+
"name": "textRendererStyles",
|
|
7570
|
+
"default": "textFieldRendererStyles",
|
|
7571
|
+
"privacy": "public",
|
|
7572
|
+
"deprecated": "- Use textFieldRendererStyles instead"
|
|
7573
|
+
},
|
|
7574
|
+
{
|
|
7575
|
+
"kind": "variable",
|
|
7576
|
+
"name": "getTextRendererTemplate",
|
|
7577
|
+
"default": "getTextFieldRendererTemplate",
|
|
7578
|
+
"privacy": "public",
|
|
7579
|
+
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
7580
|
+
},
|
|
7581
|
+
{
|
|
7582
|
+
"kind": "variable",
|
|
7583
|
+
"name": "foundationAgTextRenderer",
|
|
7584
|
+
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
7585
|
+
"privacy": "public",
|
|
7586
|
+
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7587
|
+
}
|
|
7588
|
+
],
|
|
7589
|
+
"exports": [
|
|
7590
|
+
{
|
|
7591
|
+
"kind": "js",
|
|
7592
|
+
"name": "AgTextRenderer",
|
|
7593
|
+
"declaration": {
|
|
7594
|
+
"name": "AgTextRenderer",
|
|
7595
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7596
|
+
}
|
|
7597
|
+
},
|
|
7598
|
+
{
|
|
7599
|
+
"kind": "js",
|
|
7600
|
+
"name": "textRendererStyles",
|
|
7601
|
+
"declaration": {
|
|
7602
|
+
"name": "textRendererStyles",
|
|
7603
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7604
|
+
}
|
|
7605
|
+
},
|
|
7606
|
+
{
|
|
7607
|
+
"kind": "js",
|
|
7608
|
+
"name": "getTextRendererTemplate",
|
|
7609
|
+
"declaration": {
|
|
7610
|
+
"name": "getTextRendererTemplate",
|
|
7611
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7612
|
+
}
|
|
7613
|
+
},
|
|
7614
|
+
{
|
|
7615
|
+
"kind": "js",
|
|
7616
|
+
"name": "foundationAgTextRenderer",
|
|
7617
|
+
"declaration": {
|
|
7618
|
+
"name": "foundationAgTextRenderer",
|
|
7619
|
+
"module": "src/cell-renderers/text.renderer.ts"
|
|
7620
|
+
}
|
|
7621
|
+
}
|
|
7622
|
+
]
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
"kind": "javascript-module",
|
|
7626
|
+
"path": "src/column/column.template.ts",
|
|
7627
|
+
"declarations": [
|
|
7628
|
+
{
|
|
7629
|
+
"kind": "variable",
|
|
7630
|
+
"name": "ColumnTemplate",
|
|
7631
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7632
|
+
"description": "The Grid Pro Column Template.",
|
|
7633
|
+
"privacy": "public"
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"exports": [
|
|
7637
|
+
{
|
|
7638
|
+
"kind": "js",
|
|
7639
|
+
"name": "ColumnTemplate",
|
|
7640
|
+
"declaration": {
|
|
7641
|
+
"name": "ColumnTemplate",
|
|
7642
|
+
"module": "src/column/column.template.ts"
|
|
7643
|
+
}
|
|
7644
|
+
}
|
|
7645
|
+
]
|
|
7646
|
+
},
|
|
7647
|
+
{
|
|
7648
|
+
"kind": "javascript-module",
|
|
7649
|
+
"path": "src/column/column.ts",
|
|
7650
|
+
"declarations": [
|
|
7651
|
+
{
|
|
7652
|
+
"kind": "class",
|
|
7653
|
+
"description": "The Grid Pro Column element.",
|
|
7654
|
+
"name": "GridProColumn",
|
|
7655
|
+
"members": [
|
|
7656
|
+
{
|
|
7657
|
+
"kind": "field",
|
|
7658
|
+
"name": "slottedAgCell",
|
|
7659
|
+
"type": {
|
|
7660
|
+
"text": "HTMLElement[]"
|
|
7661
|
+
},
|
|
7662
|
+
"privacy": "public"
|
|
7663
|
+
},
|
|
7664
|
+
{
|
|
7665
|
+
"kind": "field",
|
|
7666
|
+
"name": "definition",
|
|
7792
7667
|
"type": {
|
|
7793
|
-
"text": "
|
|
7668
|
+
"text": "ColDef"
|
|
7794
7669
|
},
|
|
7795
|
-
"
|
|
7796
|
-
"inheritedFrom": {
|
|
7797
|
-
"name": "AgTextFieldRenderer",
|
|
7798
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7799
|
-
}
|
|
7670
|
+
"default": "{}"
|
|
7800
7671
|
},
|
|
7801
7672
|
{
|
|
7802
7673
|
"kind": "method",
|
|
7803
|
-
"name": "
|
|
7804
|
-
"privacy": "public"
|
|
7805
|
-
"parameters": [
|
|
7806
|
-
{
|
|
7807
|
-
"name": "params",
|
|
7808
|
-
"type": {
|
|
7809
|
-
"text": "FuiCellRendererParams"
|
|
7810
|
-
}
|
|
7811
|
-
}
|
|
7812
|
-
],
|
|
7813
|
-
"inheritedFrom": {
|
|
7814
|
-
"name": "AgTextFieldRenderer",
|
|
7815
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7816
|
-
}
|
|
7674
|
+
"name": "slottedAgCellChanged",
|
|
7675
|
+
"privacy": "public"
|
|
7817
7676
|
},
|
|
7818
7677
|
{
|
|
7819
7678
|
"kind": "method",
|
|
7820
|
-
"name": "
|
|
7821
|
-
"privacy": "public",
|
|
7679
|
+
"name": "deepClone",
|
|
7822
7680
|
"return": {
|
|
7823
7681
|
"type": {
|
|
7824
|
-
"text": "
|
|
7682
|
+
"text": "Node"
|
|
7825
7683
|
}
|
|
7826
7684
|
},
|
|
7827
7685
|
"inheritedFrom": {
|
|
7828
|
-
"name": "
|
|
7829
|
-
"module": "src/
|
|
7830
|
-
}
|
|
7831
|
-
},
|
|
7832
|
-
{
|
|
7833
|
-
"kind": "method",
|
|
7834
|
-
"name": "destroy",
|
|
7835
|
-
"privacy": "public",
|
|
7836
|
-
"inheritedFrom": {
|
|
7837
|
-
"name": "AgTextFieldRenderer",
|
|
7838
|
-
"module": "src/cell-renderers/text-field.renderer.ts"
|
|
7686
|
+
"name": "LifecycleMixin",
|
|
7687
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7839
7688
|
}
|
|
7840
7689
|
},
|
|
7841
7690
|
{
|
|
7842
7691
|
"kind": "method",
|
|
7843
|
-
"name": "
|
|
7844
|
-
"
|
|
7692
|
+
"name": "cloneNode",
|
|
7693
|
+
"return": {
|
|
7694
|
+
"type": {
|
|
7695
|
+
"text": "Node"
|
|
7696
|
+
}
|
|
7697
|
+
},
|
|
7845
7698
|
"parameters": [
|
|
7846
7699
|
{
|
|
7847
|
-
"name": "
|
|
7700
|
+
"name": "deep",
|
|
7701
|
+
"optional": true,
|
|
7848
7702
|
"type": {
|
|
7849
|
-
"text": "
|
|
7703
|
+
"text": "boolean"
|
|
7850
7704
|
}
|
|
7851
7705
|
}
|
|
7852
7706
|
],
|
|
7853
7707
|
"inheritedFrom": {
|
|
7854
|
-
"name": "
|
|
7855
|
-
"module": "src/
|
|
7708
|
+
"name": "LifecycleMixin",
|
|
7709
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7856
7710
|
}
|
|
7857
7711
|
},
|
|
7858
7712
|
{
|
|
7859
|
-
"kind": "
|
|
7860
|
-
"name": "
|
|
7861
|
-
"privacy": "public",
|
|
7713
|
+
"kind": "field",
|
|
7714
|
+
"name": "shouldRunDisconnect",
|
|
7862
7715
|
"return": {
|
|
7863
7716
|
"type": {
|
|
7864
|
-
"text": "
|
|
7717
|
+
"text": ""
|
|
7865
7718
|
}
|
|
7866
7719
|
},
|
|
7867
|
-
"
|
|
7868
|
-
{
|
|
7869
|
-
"name": "data"
|
|
7870
|
-
}
|
|
7871
|
-
],
|
|
7720
|
+
"readonly": true,
|
|
7872
7721
|
"inheritedFrom": {
|
|
7873
|
-
"name": "
|
|
7874
|
-
"module": "src/
|
|
7722
|
+
"name": "LifecycleMixin",
|
|
7723
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7875
7724
|
}
|
|
7876
7725
|
},
|
|
7877
7726
|
{
|
|
7878
7727
|
"kind": "field",
|
|
7879
|
-
"name": "
|
|
7880
|
-
"
|
|
7881
|
-
|
|
7728
|
+
"name": "shouldRunConnect",
|
|
7729
|
+
"return": {
|
|
7730
|
+
"type": {
|
|
7731
|
+
"text": ""
|
|
7732
|
+
}
|
|
7733
|
+
},
|
|
7734
|
+
"readonly": true,
|
|
7735
|
+
"inheritedFrom": {
|
|
7736
|
+
"name": "LifecycleMixin",
|
|
7737
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7738
|
+
}
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"kind": "method",
|
|
7742
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
7743
|
+
"return": {
|
|
7744
|
+
"type": {
|
|
7745
|
+
"text": "boolean"
|
|
7746
|
+
}
|
|
7747
|
+
},
|
|
7882
7748
|
"parameters": [
|
|
7883
7749
|
{
|
|
7884
|
-
"
|
|
7885
|
-
"
|
|
7750
|
+
"name": "lifecycleType",
|
|
7751
|
+
"type": {
|
|
7752
|
+
"text": "Lifecycletype"
|
|
7753
|
+
}
|
|
7886
7754
|
}
|
|
7887
7755
|
],
|
|
7888
7756
|
"inheritedFrom": {
|
|
7889
|
-
"name": "
|
|
7890
|
-
"module": "src/
|
|
7757
|
+
"name": "LifecycleMixin",
|
|
7758
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7891
7759
|
}
|
|
7892
7760
|
},
|
|
7893
7761
|
{
|
|
@@ -8001,61 +7869,67 @@
|
|
|
8001
7869
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8002
7870
|
}
|
|
8003
7871
|
}
|
|
8004
|
-
]
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
|
|
8010
|
-
|
|
8011
|
-
"
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
"
|
|
8016
|
-
"
|
|
8017
|
-
"privacy": "public",
|
|
8018
|
-
"deprecated": "- Use getTextFieldRendererTemplate instead"
|
|
8019
|
-
},
|
|
8020
|
-
{
|
|
8021
|
-
"kind": "variable",
|
|
8022
|
-
"name": "foundationAgTextRenderer",
|
|
8023
|
-
"description": "A function that returns a Foundation Text Renderer registration for configuring the component with a DesignSystem.",
|
|
8024
|
-
"privacy": "public",
|
|
8025
|
-
"deprecated": "- Use foundationAgTextFieldRenderer instead"
|
|
7872
|
+
],
|
|
7873
|
+
"mixins": [
|
|
7874
|
+
{
|
|
7875
|
+
"name": "LifecycleMixin",
|
|
7876
|
+
"package": "@genesislcap/foundation-utils"
|
|
7877
|
+
}
|
|
7878
|
+
],
|
|
7879
|
+
"superclass": {
|
|
7880
|
+
"name": "FoundationElement",
|
|
7881
|
+
"package": "@microsoft/fast-foundation"
|
|
7882
|
+
},
|
|
7883
|
+
"tagName": "grid-pro-column",
|
|
7884
|
+
"customElement": true
|
|
8026
7885
|
}
|
|
8027
7886
|
],
|
|
8028
7887
|
"exports": [
|
|
8029
7888
|
{
|
|
8030
7889
|
"kind": "js",
|
|
8031
|
-
"name": "
|
|
7890
|
+
"name": "GridProColumn",
|
|
8032
7891
|
"declaration": {
|
|
8033
|
-
"name": "
|
|
8034
|
-
"module": "src/
|
|
7892
|
+
"name": "GridProColumn",
|
|
7893
|
+
"module": "src/column/column.ts"
|
|
8035
7894
|
}
|
|
8036
7895
|
},
|
|
7896
|
+
{
|
|
7897
|
+
"kind": "custom-element-definition",
|
|
7898
|
+
"name": "grid-pro-column",
|
|
7899
|
+
"declaration": {
|
|
7900
|
+
"name": "GridProColumn",
|
|
7901
|
+
"module": "src/column/column.ts"
|
|
7902
|
+
}
|
|
7903
|
+
}
|
|
7904
|
+
]
|
|
7905
|
+
},
|
|
7906
|
+
{
|
|
7907
|
+
"kind": "javascript-module",
|
|
7908
|
+
"path": "src/column/index.ts",
|
|
7909
|
+
"declarations": [],
|
|
7910
|
+
"exports": [
|
|
8037
7911
|
{
|
|
8038
7912
|
"kind": "js",
|
|
8039
|
-
"name": "
|
|
7913
|
+
"name": "*",
|
|
8040
7914
|
"declaration": {
|
|
8041
|
-
"name": "
|
|
8042
|
-
"
|
|
7915
|
+
"name": "*",
|
|
7916
|
+
"package": "./column.template"
|
|
8043
7917
|
}
|
|
8044
7918
|
},
|
|
8045
7919
|
{
|
|
8046
7920
|
"kind": "js",
|
|
8047
|
-
"name": "
|
|
7921
|
+
"name": "*",
|
|
8048
7922
|
"declaration": {
|
|
8049
|
-
"name": "
|
|
8050
|
-
"
|
|
7923
|
+
"name": "*",
|
|
7924
|
+
"package": "./column"
|
|
8051
7925
|
}
|
|
8052
7926
|
},
|
|
8053
7927
|
{
|
|
8054
7928
|
"kind": "js",
|
|
8055
|
-
"name": "
|
|
7929
|
+
"name": "*",
|
|
8056
7930
|
"declaration": {
|
|
8057
|
-
"name": "
|
|
8058
|
-
"
|
|
7931
|
+
"name": "*",
|
|
7932
|
+
"package": "./utils"
|
|
8059
7933
|
}
|
|
8060
7934
|
}
|
|
8061
7935
|
]
|
|
@@ -19459,51 +19333,46 @@
|
|
|
19459
19333
|
},
|
|
19460
19334
|
{
|
|
19461
19335
|
"kind": "javascript-module",
|
|
19462
|
-
"path": "src/
|
|
19336
|
+
"path": "src/cell-renderers/utils/accessor.ts",
|
|
19463
19337
|
"declarations": [
|
|
19464
19338
|
{
|
|
19465
19339
|
"kind": "function",
|
|
19466
|
-
"name": "
|
|
19340
|
+
"name": "setValueWithAccessor",
|
|
19467
19341
|
"return": {
|
|
19468
19342
|
"type": {
|
|
19469
|
-
"text": "
|
|
19343
|
+
"text": "string"
|
|
19470
19344
|
}
|
|
19471
19345
|
},
|
|
19472
19346
|
"parameters": [
|
|
19473
19347
|
{
|
|
19474
|
-
"name": "
|
|
19348
|
+
"name": "data",
|
|
19475
19349
|
"type": {
|
|
19476
|
-
"text": "
|
|
19477
|
-
}
|
|
19478
|
-
"description": "The array to render"
|
|
19350
|
+
"text": "any"
|
|
19351
|
+
}
|
|
19479
19352
|
},
|
|
19480
19353
|
{
|
|
19481
|
-
"name": "
|
|
19482
|
-
"default": "true",
|
|
19354
|
+
"name": "accessor",
|
|
19483
19355
|
"type": {
|
|
19484
|
-
"text": "
|
|
19485
|
-
}
|
|
19486
|
-
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19356
|
+
"text": "string"
|
|
19357
|
+
}
|
|
19487
19358
|
}
|
|
19488
|
-
]
|
|
19489
|
-
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19490
|
-
"privacy": "public"
|
|
19359
|
+
]
|
|
19491
19360
|
}
|
|
19492
19361
|
],
|
|
19493
19362
|
"exports": [
|
|
19494
19363
|
{
|
|
19495
19364
|
"kind": "js",
|
|
19496
|
-
"name": "
|
|
19365
|
+
"name": "setValueWithAccessor",
|
|
19497
19366
|
"declaration": {
|
|
19498
|
-
"name": "
|
|
19499
|
-
"module": "src/
|
|
19367
|
+
"name": "setValueWithAccessor",
|
|
19368
|
+
"module": "src/cell-renderers/utils/accessor.ts"
|
|
19500
19369
|
}
|
|
19501
19370
|
}
|
|
19502
19371
|
]
|
|
19503
19372
|
},
|
|
19504
19373
|
{
|
|
19505
19374
|
"kind": "javascript-module",
|
|
19506
|
-
"path": "src/
|
|
19375
|
+
"path": "src/cell-renderers/utils/index.ts",
|
|
19507
19376
|
"declarations": [],
|
|
19508
19377
|
"exports": [
|
|
19509
19378
|
{
|
|
@@ -19511,53 +19380,58 @@
|
|
|
19511
19380
|
"name": "*",
|
|
19512
19381
|
"declaration": {
|
|
19513
19382
|
"name": "*",
|
|
19514
|
-
"package": "./
|
|
19383
|
+
"package": "./accessor"
|
|
19515
19384
|
}
|
|
19516
19385
|
}
|
|
19517
19386
|
]
|
|
19518
19387
|
},
|
|
19519
19388
|
{
|
|
19520
19389
|
"kind": "javascript-module",
|
|
19521
|
-
"path": "src/
|
|
19390
|
+
"path": "src/column/utils/grid-pro-columns.ts",
|
|
19522
19391
|
"declarations": [
|
|
19523
19392
|
{
|
|
19524
19393
|
"kind": "function",
|
|
19525
|
-
"name": "
|
|
19394
|
+
"name": "gridProColumns",
|
|
19526
19395
|
"return": {
|
|
19527
19396
|
"type": {
|
|
19528
|
-
"text": "
|
|
19397
|
+
"text": "CaptureType<TSource>"
|
|
19529
19398
|
}
|
|
19530
19399
|
},
|
|
19531
19400
|
"parameters": [
|
|
19532
19401
|
{
|
|
19533
|
-
"name": "
|
|
19402
|
+
"name": "itemsBinding",
|
|
19534
19403
|
"type": {
|
|
19535
|
-
"text": "
|
|
19536
|
-
}
|
|
19404
|
+
"text": "Binding<TSource, readonly ColDef[]> | readonly ColDef[]"
|
|
19405
|
+
},
|
|
19406
|
+
"description": "The array to render"
|
|
19537
19407
|
},
|
|
19538
19408
|
{
|
|
19539
|
-
"name": "
|
|
19409
|
+
"name": "includeRenderers",
|
|
19410
|
+
"default": "true",
|
|
19540
19411
|
"type": {
|
|
19541
|
-
"text": "
|
|
19542
|
-
}
|
|
19412
|
+
"text": "boolean"
|
|
19413
|
+
},
|
|
19414
|
+
"description": "Optionally tells whether to include cell renderers, if available"
|
|
19543
19415
|
}
|
|
19544
|
-
]
|
|
19416
|
+
],
|
|
19417
|
+
"description": "A directive that renders a set of grid-pro-column elements from a given input binding",
|
|
19418
|
+
"privacy": "public"
|
|
19545
19419
|
}
|
|
19546
19420
|
],
|
|
19547
19421
|
"exports": [
|
|
19548
19422
|
{
|
|
19549
19423
|
"kind": "js",
|
|
19550
|
-
"name": "
|
|
19424
|
+
"name": "gridProColumns",
|
|
19551
19425
|
"declaration": {
|
|
19552
|
-
"name": "
|
|
19553
|
-
"module": "src/
|
|
19426
|
+
"name": "gridProColumns",
|
|
19427
|
+
"module": "src/column/utils/grid-pro-columns.ts"
|
|
19554
19428
|
}
|
|
19555
19429
|
}
|
|
19556
19430
|
]
|
|
19557
19431
|
},
|
|
19558
19432
|
{
|
|
19559
19433
|
"kind": "javascript-module",
|
|
19560
|
-
"path": "src/
|
|
19434
|
+
"path": "src/column/utils/index.ts",
|
|
19561
19435
|
"declarations": [],
|
|
19562
19436
|
"exports": [
|
|
19563
19437
|
{
|
|
@@ -19565,7 +19439,7 @@
|
|
|
19565
19439
|
"name": "*",
|
|
19566
19440
|
"declaration": {
|
|
19567
19441
|
"name": "*",
|
|
19568
|
-
"package": "./
|
|
19442
|
+
"package": "./grid-pro-columns"
|
|
19569
19443
|
}
|
|
19570
19444
|
}
|
|
19571
19445
|
]
|