@genesislcap/grid-pro 15.21.1 → 15.22.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/.cursor/rules/ag-embedded-components.mdc +83 -0
- package/dist/custom-elements.json +794 -0
- package/dist/dts/column-filters/enum-column.filter.d.ts +204 -0
- package/dist/dts/column-filters/enum-column.filter.d.ts.map +1 -0
- package/dist/dts/column-filters/enum-column.floating-filter.d.ts +23 -0
- package/dist/dts/column-filters/enum-column.floating-filter.d.ts.map +1 -0
- package/dist/dts/column-filters/index.d.ts +3 -0
- package/dist/dts/column-filters/index.d.ts.map +1 -0
- package/dist/dts/datasource/filter.utils.d.ts.map +1 -1
- package/dist/dts/grid-pro-beta.d.ts +16 -21
- package/dist/dts/grid-pro-beta.d.ts.map +1 -1
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/index.d.ts.map +1 -1
- package/dist/esm/column-filters/enum-column.filter.js +525 -0
- package/dist/esm/column-filters/enum-column.floating-filter.js +109 -0
- package/dist/esm/column-filters/index.js +2 -0
- package/dist/esm/datasource/filter.utils.js +29 -6
- package/dist/esm/grid-pro-beta.js +68 -29
- package/dist/esm/index.js +1 -0
- package/dist/grid-pro.api.json +1577 -105
- package/dist/grid-pro.d.ts +253 -21
- package/package.json +13 -13
package/dist/grid-pro.api.json
CHANGED
|
@@ -4137,6 +4137,96 @@
|
|
|
4137
4137
|
],
|
|
4138
4138
|
"name": "convertToKebabCase"
|
|
4139
4139
|
},
|
|
4140
|
+
{
|
|
4141
|
+
"kind": "Function",
|
|
4142
|
+
"canonicalReference": "@genesislcap/grid-pro!createEnumValueLabelFormatter:function(1)",
|
|
4143
|
+
"docComment": "/**\n * Builds the value-to-label formatter for an enum filter, honouring `valueFormatter` from the filter params and labelling `null` (blanks) consistently.\n *\n * @remarks\n *\n * Shared by {@link EnumColumnFilter} and the floating filter so both render the same labels from `ColDef.filterParams` alone.\n *\n * @public\n */\n",
|
|
4144
|
+
"excerptTokens": [
|
|
4145
|
+
{
|
|
4146
|
+
"kind": "Content",
|
|
4147
|
+
"text": "export declare function createEnumValueLabelFormatter(params: "
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"kind": "Content",
|
|
4151
|
+
"text": "("
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "Reference",
|
|
4155
|
+
"text": "Pick",
|
|
4156
|
+
"canonicalReference": "!Pick:type"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"kind": "Content",
|
|
4160
|
+
"text": "<"
|
|
4161
|
+
},
|
|
4162
|
+
{
|
|
4163
|
+
"kind": "Reference",
|
|
4164
|
+
"text": "EnumColumnFilterParams",
|
|
4165
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams:interface"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"kind": "Content",
|
|
4169
|
+
"text": ", 'valueFormatter'> & "
|
|
4170
|
+
},
|
|
4171
|
+
{
|
|
4172
|
+
"kind": "Reference",
|
|
4173
|
+
"text": "Partial",
|
|
4174
|
+
"canonicalReference": "!Partial:type"
|
|
4175
|
+
},
|
|
4176
|
+
{
|
|
4177
|
+
"kind": "Content",
|
|
4178
|
+
"text": "<"
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "Reference",
|
|
4182
|
+
"text": "Pick",
|
|
4183
|
+
"canonicalReference": "!Pick:type"
|
|
4184
|
+
},
|
|
4185
|
+
{
|
|
4186
|
+
"kind": "Content",
|
|
4187
|
+
"text": "<"
|
|
4188
|
+
},
|
|
4189
|
+
{
|
|
4190
|
+
"kind": "Reference",
|
|
4191
|
+
"text": "EnumColumnFilterValueFormatterParams",
|
|
4192
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams:interface"
|
|
4193
|
+
},
|
|
4194
|
+
{
|
|
4195
|
+
"kind": "Content",
|
|
4196
|
+
"text": ", 'api' | 'colDef' | 'column' | 'context'>>) | undefined"
|
|
4197
|
+
},
|
|
4198
|
+
{
|
|
4199
|
+
"kind": "Content",
|
|
4200
|
+
"text": "): "
|
|
4201
|
+
},
|
|
4202
|
+
{
|
|
4203
|
+
"kind": "Content",
|
|
4204
|
+
"text": "(value: string | null) => string"
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"kind": "Content",
|
|
4208
|
+
"text": ";"
|
|
4209
|
+
}
|
|
4210
|
+
],
|
|
4211
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
4212
|
+
"returnTypeTokenRange": {
|
|
4213
|
+
"startIndex": 13,
|
|
4214
|
+
"endIndex": 14
|
|
4215
|
+
},
|
|
4216
|
+
"releaseTag": "Public",
|
|
4217
|
+
"overloadIndex": 1,
|
|
4218
|
+
"parameters": [
|
|
4219
|
+
{
|
|
4220
|
+
"parameterName": "params",
|
|
4221
|
+
"parameterTypeTokenRange": {
|
|
4222
|
+
"startIndex": 1,
|
|
4223
|
+
"endIndex": 12
|
|
4224
|
+
},
|
|
4225
|
+
"isOptional": false
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"name": "createEnumValueLabelFormatter"
|
|
4229
|
+
},
|
|
4140
4230
|
{
|
|
4141
4231
|
"kind": "Function",
|
|
4142
4232
|
"canonicalReference": "@genesislcap/grid-pro!createRowAlert:function(1)",
|
|
@@ -6121,56 +6211,1370 @@
|
|
|
6121
6211
|
"text": "\"--dropdown-width\""
|
|
6122
6212
|
}
|
|
6123
6213
|
],
|
|
6124
|
-
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
6125
|
-
"initializerTokenRange": {
|
|
6126
|
-
"startIndex": 1,
|
|
6127
|
-
"endIndex": 2
|
|
6128
|
-
},
|
|
6129
|
-
"isReadonly": true,
|
|
6130
|
-
"releaseTag": "Public",
|
|
6131
|
-
"name": "dropdownWidthVar",
|
|
6132
|
-
"variableTypeTokenRange": {
|
|
6133
|
-
"startIndex": 0,
|
|
6134
|
-
"endIndex": 0
|
|
6135
|
-
}
|
|
6214
|
+
"fileUrlPath": "src/multicolumn-dropdown/multicolumn-dropdown.styles.ts",
|
|
6215
|
+
"initializerTokenRange": {
|
|
6216
|
+
"startIndex": 1,
|
|
6217
|
+
"endIndex": 2
|
|
6218
|
+
},
|
|
6219
|
+
"isReadonly": true,
|
|
6220
|
+
"releaseTag": "Public",
|
|
6221
|
+
"name": "dropdownWidthVar",
|
|
6222
|
+
"variableTypeTokenRange": {
|
|
6223
|
+
"startIndex": 0,
|
|
6224
|
+
"endIndex": 0
|
|
6225
|
+
}
|
|
6226
|
+
},
|
|
6227
|
+
{
|
|
6228
|
+
"kind": "Class",
|
|
6229
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer:class",
|
|
6230
|
+
"docComment": "/**\n * The AG Editable Renderer element.\n *\n * @tagname\n *\n * %%prefix%%-editable-renderer\n *\n * @public\n */\n",
|
|
6231
|
+
"excerptTokens": [
|
|
6232
|
+
{
|
|
6233
|
+
"kind": "Content",
|
|
6234
|
+
"text": "export declare class EditableRenderer extends "
|
|
6235
|
+
},
|
|
6236
|
+
{
|
|
6237
|
+
"kind": "Reference",
|
|
6238
|
+
"text": "FoundationElement",
|
|
6239
|
+
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
6240
|
+
},
|
|
6241
|
+
{
|
|
6242
|
+
"kind": "Content",
|
|
6243
|
+
"text": " implements "
|
|
6244
|
+
},
|
|
6245
|
+
{
|
|
6246
|
+
"kind": "Reference",
|
|
6247
|
+
"text": "ICellRendererComp",
|
|
6248
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererComp:interface"
|
|
6249
|
+
},
|
|
6250
|
+
{
|
|
6251
|
+
"kind": "Content",
|
|
6252
|
+
"text": " "
|
|
6253
|
+
}
|
|
6254
|
+
],
|
|
6255
|
+
"fileUrlPath": "src/cell-renderers/editable.renderer.ts",
|
|
6256
|
+
"releaseTag": "Public",
|
|
6257
|
+
"isAbstract": false,
|
|
6258
|
+
"name": "EditableRenderer",
|
|
6259
|
+
"preserveMemberOrder": false,
|
|
6260
|
+
"members": [
|
|
6261
|
+
{
|
|
6262
|
+
"kind": "Method",
|
|
6263
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#getGui:member(1)",
|
|
6264
|
+
"docComment": "",
|
|
6265
|
+
"excerptTokens": [
|
|
6266
|
+
{
|
|
6267
|
+
"kind": "Content",
|
|
6268
|
+
"text": "getGui(): "
|
|
6269
|
+
},
|
|
6270
|
+
{
|
|
6271
|
+
"kind": "Reference",
|
|
6272
|
+
"text": "HTMLElement",
|
|
6273
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
6274
|
+
},
|
|
6275
|
+
{
|
|
6276
|
+
"kind": "Content",
|
|
6277
|
+
"text": ";"
|
|
6278
|
+
}
|
|
6279
|
+
],
|
|
6280
|
+
"isStatic": false,
|
|
6281
|
+
"returnTypeTokenRange": {
|
|
6282
|
+
"startIndex": 1,
|
|
6283
|
+
"endIndex": 2
|
|
6284
|
+
},
|
|
6285
|
+
"releaseTag": "Public",
|
|
6286
|
+
"isProtected": false,
|
|
6287
|
+
"overloadIndex": 1,
|
|
6288
|
+
"parameters": [],
|
|
6289
|
+
"isOptional": false,
|
|
6290
|
+
"isAbstract": false,
|
|
6291
|
+
"name": "getGui"
|
|
6292
|
+
},
|
|
6293
|
+
{
|
|
6294
|
+
"kind": "Method",
|
|
6295
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#init:member(1)",
|
|
6296
|
+
"docComment": "",
|
|
6297
|
+
"excerptTokens": [
|
|
6298
|
+
{
|
|
6299
|
+
"kind": "Content",
|
|
6300
|
+
"text": "init(params: "
|
|
6301
|
+
},
|
|
6302
|
+
{
|
|
6303
|
+
"kind": "Reference",
|
|
6304
|
+
"text": "ICellRendererParams",
|
|
6305
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
"kind": "Content",
|
|
6309
|
+
"text": "): "
|
|
6310
|
+
},
|
|
6311
|
+
{
|
|
6312
|
+
"kind": "Content",
|
|
6313
|
+
"text": "void"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
"kind": "Content",
|
|
6317
|
+
"text": ";"
|
|
6318
|
+
}
|
|
6319
|
+
],
|
|
6320
|
+
"isStatic": false,
|
|
6321
|
+
"returnTypeTokenRange": {
|
|
6322
|
+
"startIndex": 3,
|
|
6323
|
+
"endIndex": 4
|
|
6324
|
+
},
|
|
6325
|
+
"releaseTag": "Public",
|
|
6326
|
+
"isProtected": false,
|
|
6327
|
+
"overloadIndex": 1,
|
|
6328
|
+
"parameters": [
|
|
6329
|
+
{
|
|
6330
|
+
"parameterName": "params",
|
|
6331
|
+
"parameterTypeTokenRange": {
|
|
6332
|
+
"startIndex": 1,
|
|
6333
|
+
"endIndex": 2
|
|
6334
|
+
},
|
|
6335
|
+
"isOptional": false
|
|
6336
|
+
}
|
|
6337
|
+
],
|
|
6338
|
+
"isOptional": false,
|
|
6339
|
+
"isAbstract": false,
|
|
6340
|
+
"name": "init"
|
|
6341
|
+
},
|
|
6342
|
+
{
|
|
6343
|
+
"kind": "Method",
|
|
6344
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#refresh:member(1)",
|
|
6345
|
+
"docComment": "",
|
|
6346
|
+
"excerptTokens": [
|
|
6347
|
+
{
|
|
6348
|
+
"kind": "Content",
|
|
6349
|
+
"text": "refresh(params: "
|
|
6350
|
+
},
|
|
6351
|
+
{
|
|
6352
|
+
"kind": "Reference",
|
|
6353
|
+
"text": "ICellRendererParams",
|
|
6354
|
+
"canonicalReference": "@ag-grid-community/core!ICellRendererParams:interface"
|
|
6355
|
+
},
|
|
6356
|
+
{
|
|
6357
|
+
"kind": "Content",
|
|
6358
|
+
"text": "): "
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"kind": "Content",
|
|
6362
|
+
"text": "boolean"
|
|
6363
|
+
},
|
|
6364
|
+
{
|
|
6365
|
+
"kind": "Content",
|
|
6366
|
+
"text": ";"
|
|
6367
|
+
}
|
|
6368
|
+
],
|
|
6369
|
+
"isStatic": false,
|
|
6370
|
+
"returnTypeTokenRange": {
|
|
6371
|
+
"startIndex": 3,
|
|
6372
|
+
"endIndex": 4
|
|
6373
|
+
},
|
|
6374
|
+
"releaseTag": "Public",
|
|
6375
|
+
"isProtected": false,
|
|
6376
|
+
"overloadIndex": 1,
|
|
6377
|
+
"parameters": [
|
|
6378
|
+
{
|
|
6379
|
+
"parameterName": "params",
|
|
6380
|
+
"parameterTypeTokenRange": {
|
|
6381
|
+
"startIndex": 1,
|
|
6382
|
+
"endIndex": 2
|
|
6383
|
+
},
|
|
6384
|
+
"isOptional": false
|
|
6385
|
+
}
|
|
6386
|
+
],
|
|
6387
|
+
"isOptional": false,
|
|
6388
|
+
"isAbstract": false,
|
|
6389
|
+
"name": "refresh"
|
|
6390
|
+
},
|
|
6391
|
+
{
|
|
6392
|
+
"kind": "Property",
|
|
6393
|
+
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#valueFormatted:member",
|
|
6394
|
+
"docComment": "",
|
|
6395
|
+
"excerptTokens": [
|
|
6396
|
+
{
|
|
6397
|
+
"kind": "Content",
|
|
6398
|
+
"text": "valueFormatted: "
|
|
6399
|
+
},
|
|
6400
|
+
{
|
|
6401
|
+
"kind": "Content",
|
|
6402
|
+
"text": "string"
|
|
6403
|
+
},
|
|
6404
|
+
{
|
|
6405
|
+
"kind": "Content",
|
|
6406
|
+
"text": ";"
|
|
6407
|
+
}
|
|
6408
|
+
],
|
|
6409
|
+
"isReadonly": false,
|
|
6410
|
+
"isOptional": false,
|
|
6411
|
+
"releaseTag": "Public",
|
|
6412
|
+
"name": "valueFormatted",
|
|
6413
|
+
"propertyTypeTokenRange": {
|
|
6414
|
+
"startIndex": 1,
|
|
6415
|
+
"endIndex": 2
|
|
6416
|
+
},
|
|
6417
|
+
"isStatic": false,
|
|
6418
|
+
"isProtected": false,
|
|
6419
|
+
"isAbstract": false
|
|
6420
|
+
}
|
|
6421
|
+
],
|
|
6422
|
+
"extendsTokenRange": {
|
|
6423
|
+
"startIndex": 1,
|
|
6424
|
+
"endIndex": 2
|
|
6425
|
+
},
|
|
6426
|
+
"implementsTokenRanges": [
|
|
6427
|
+
{
|
|
6428
|
+
"startIndex": 3,
|
|
6429
|
+
"endIndex": 4
|
|
6430
|
+
}
|
|
6431
|
+
]
|
|
6432
|
+
},
|
|
6433
|
+
{
|
|
6434
|
+
"kind": "Variable",
|
|
6435
|
+
"canonicalReference": "@genesislcap/grid-pro!EDITED_COLUMN_FIELD:var",
|
|
6436
|
+
"docComment": "/**\n * Key used to store currently edited column when it being synced with server side data\n *\n * @public\n */\n",
|
|
6437
|
+
"excerptTokens": [
|
|
6438
|
+
{
|
|
6439
|
+
"kind": "Content",
|
|
6440
|
+
"text": "EDITED_COLUMN_FIELD = "
|
|
6441
|
+
},
|
|
6442
|
+
{
|
|
6443
|
+
"kind": "Content",
|
|
6444
|
+
"text": "\"__editedColumn\""
|
|
6445
|
+
}
|
|
6446
|
+
],
|
|
6447
|
+
"fileUrlPath": "src/grid-pro.types.ts",
|
|
6448
|
+
"initializerTokenRange": {
|
|
6449
|
+
"startIndex": 1,
|
|
6450
|
+
"endIndex": 2
|
|
6451
|
+
},
|
|
6452
|
+
"isReadonly": true,
|
|
6453
|
+
"releaseTag": "Public",
|
|
6454
|
+
"name": "EDITED_COLUMN_FIELD",
|
|
6455
|
+
"variableTypeTokenRange": {
|
|
6456
|
+
"startIndex": 0,
|
|
6457
|
+
"endIndex": 0
|
|
6458
|
+
}
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"kind": "Class",
|
|
6462
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter:class",
|
|
6463
|
+
"docComment": "/**\n * An Excel AutoFilter-inspired set filter for enum columns, built on AG Grid Community only.\n *\n * @remarks\n *\n * Renders a searchable checkbox list of the column's enum options (from `filterParams.values`, fed by the resource field metadata or a values getter — the option list is defined by the enum, never scanned from row data) with a tri-state \"(Select All)\" toggle scoped to the search results, a `(Blanks)` entry shown by default, human-readable labels, and arrow-key navigation — applying on every change. Emits the same `{ filterType: 'set', values }` model as the enterprise `agSetColumnFilter`, so it is a drop-in replacement for filter-model persistence and the Genesis server-side criteria building — without requiring the enterprise `SetFilterModule`.\n *\n * @public\n */\n",
|
|
6464
|
+
"excerptTokens": [
|
|
6465
|
+
{
|
|
6466
|
+
"kind": "Content",
|
|
6467
|
+
"text": "export declare class EnumColumnFilter implements "
|
|
6468
|
+
},
|
|
6469
|
+
{
|
|
6470
|
+
"kind": "Reference",
|
|
6471
|
+
"text": "IFilterComp",
|
|
6472
|
+
"canonicalReference": "ag-grid-community!IFilterComp:interface"
|
|
6473
|
+
},
|
|
6474
|
+
{
|
|
6475
|
+
"kind": "Content",
|
|
6476
|
+
"text": " "
|
|
6477
|
+
}
|
|
6478
|
+
],
|
|
6479
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
6480
|
+
"releaseTag": "Public",
|
|
6481
|
+
"isAbstract": false,
|
|
6482
|
+
"name": "EnumColumnFilter",
|
|
6483
|
+
"preserveMemberOrder": false,
|
|
6484
|
+
"members": [
|
|
6485
|
+
{
|
|
6486
|
+
"kind": "Method",
|
|
6487
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#afterGuiAttached:member(1)",
|
|
6488
|
+
"docComment": "",
|
|
6489
|
+
"excerptTokens": [
|
|
6490
|
+
{
|
|
6491
|
+
"kind": "Content",
|
|
6492
|
+
"text": "afterGuiAttached(params?: "
|
|
6493
|
+
},
|
|
6494
|
+
{
|
|
6495
|
+
"kind": "Content",
|
|
6496
|
+
"text": "{\n suppressFocus?: boolean;\n }"
|
|
6497
|
+
},
|
|
6498
|
+
{
|
|
6499
|
+
"kind": "Content",
|
|
6500
|
+
"text": "): "
|
|
6501
|
+
},
|
|
6502
|
+
{
|
|
6503
|
+
"kind": "Content",
|
|
6504
|
+
"text": "void"
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"kind": "Content",
|
|
6508
|
+
"text": ";"
|
|
6509
|
+
}
|
|
6510
|
+
],
|
|
6511
|
+
"isStatic": false,
|
|
6512
|
+
"returnTypeTokenRange": {
|
|
6513
|
+
"startIndex": 3,
|
|
6514
|
+
"endIndex": 4
|
|
6515
|
+
},
|
|
6516
|
+
"releaseTag": "Public",
|
|
6517
|
+
"isProtected": false,
|
|
6518
|
+
"overloadIndex": 1,
|
|
6519
|
+
"parameters": [
|
|
6520
|
+
{
|
|
6521
|
+
"parameterName": "params",
|
|
6522
|
+
"parameterTypeTokenRange": {
|
|
6523
|
+
"startIndex": 1,
|
|
6524
|
+
"endIndex": 2
|
|
6525
|
+
},
|
|
6526
|
+
"isOptional": true
|
|
6527
|
+
}
|
|
6528
|
+
],
|
|
6529
|
+
"isOptional": false,
|
|
6530
|
+
"isAbstract": false,
|
|
6531
|
+
"name": "afterGuiAttached"
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"kind": "Method",
|
|
6535
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#clear:member(1)",
|
|
6536
|
+
"docComment": "/**\n * Clears the filter back to inactive and notifies the grid; used by the floating filter.\n */\n",
|
|
6537
|
+
"excerptTokens": [
|
|
6538
|
+
{
|
|
6539
|
+
"kind": "Content",
|
|
6540
|
+
"text": "clear(): "
|
|
6541
|
+
},
|
|
6542
|
+
{
|
|
6543
|
+
"kind": "Content",
|
|
6544
|
+
"text": "void"
|
|
6545
|
+
},
|
|
6546
|
+
{
|
|
6547
|
+
"kind": "Content",
|
|
6548
|
+
"text": ";"
|
|
6549
|
+
}
|
|
6550
|
+
],
|
|
6551
|
+
"isStatic": false,
|
|
6552
|
+
"returnTypeTokenRange": {
|
|
6553
|
+
"startIndex": 1,
|
|
6554
|
+
"endIndex": 2
|
|
6555
|
+
},
|
|
6556
|
+
"releaseTag": "Public",
|
|
6557
|
+
"isProtected": false,
|
|
6558
|
+
"overloadIndex": 1,
|
|
6559
|
+
"parameters": [],
|
|
6560
|
+
"isOptional": false,
|
|
6561
|
+
"isAbstract": false,
|
|
6562
|
+
"name": "clear"
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"kind": "Method",
|
|
6566
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#destroy:member(1)",
|
|
6567
|
+
"docComment": "",
|
|
6568
|
+
"excerptTokens": [
|
|
6569
|
+
{
|
|
6570
|
+
"kind": "Content",
|
|
6571
|
+
"text": "destroy(): "
|
|
6572
|
+
},
|
|
6573
|
+
{
|
|
6574
|
+
"kind": "Content",
|
|
6575
|
+
"text": "void"
|
|
6576
|
+
},
|
|
6577
|
+
{
|
|
6578
|
+
"kind": "Content",
|
|
6579
|
+
"text": ";"
|
|
6580
|
+
}
|
|
6581
|
+
],
|
|
6582
|
+
"isStatic": false,
|
|
6583
|
+
"returnTypeTokenRange": {
|
|
6584
|
+
"startIndex": 1,
|
|
6585
|
+
"endIndex": 2
|
|
6586
|
+
},
|
|
6587
|
+
"releaseTag": "Public",
|
|
6588
|
+
"isProtected": false,
|
|
6589
|
+
"overloadIndex": 1,
|
|
6590
|
+
"parameters": [],
|
|
6591
|
+
"isOptional": false,
|
|
6592
|
+
"isAbstract": false,
|
|
6593
|
+
"name": "destroy"
|
|
6594
|
+
},
|
|
6595
|
+
{
|
|
6596
|
+
"kind": "Method",
|
|
6597
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#doesFilterPass:member(1)",
|
|
6598
|
+
"docComment": "",
|
|
6599
|
+
"excerptTokens": [
|
|
6600
|
+
{
|
|
6601
|
+
"kind": "Content",
|
|
6602
|
+
"text": "doesFilterPass(params: "
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"kind": "Reference",
|
|
6606
|
+
"text": "IDoesFilterPassParams",
|
|
6607
|
+
"canonicalReference": "ag-grid-community!IDoesFilterPassParams:interface"
|
|
6608
|
+
},
|
|
6609
|
+
{
|
|
6610
|
+
"kind": "Content",
|
|
6611
|
+
"text": "): "
|
|
6612
|
+
},
|
|
6613
|
+
{
|
|
6614
|
+
"kind": "Content",
|
|
6615
|
+
"text": "boolean"
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"kind": "Content",
|
|
6619
|
+
"text": ";"
|
|
6620
|
+
}
|
|
6621
|
+
],
|
|
6622
|
+
"isStatic": false,
|
|
6623
|
+
"returnTypeTokenRange": {
|
|
6624
|
+
"startIndex": 3,
|
|
6625
|
+
"endIndex": 4
|
|
6626
|
+
},
|
|
6627
|
+
"releaseTag": "Public",
|
|
6628
|
+
"isProtected": false,
|
|
6629
|
+
"overloadIndex": 1,
|
|
6630
|
+
"parameters": [
|
|
6631
|
+
{
|
|
6632
|
+
"parameterName": "params",
|
|
6633
|
+
"parameterTypeTokenRange": {
|
|
6634
|
+
"startIndex": 1,
|
|
6635
|
+
"endIndex": 2
|
|
6636
|
+
},
|
|
6637
|
+
"isOptional": false
|
|
6638
|
+
}
|
|
6639
|
+
],
|
|
6640
|
+
"isOptional": false,
|
|
6641
|
+
"isAbstract": false,
|
|
6642
|
+
"name": "doesFilterPass"
|
|
6643
|
+
},
|
|
6644
|
+
{
|
|
6645
|
+
"kind": "Method",
|
|
6646
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#getGui:member(1)",
|
|
6647
|
+
"docComment": "",
|
|
6648
|
+
"excerptTokens": [
|
|
6649
|
+
{
|
|
6650
|
+
"kind": "Content",
|
|
6651
|
+
"text": "getGui(): "
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"kind": "Reference",
|
|
6655
|
+
"text": "HTMLElement",
|
|
6656
|
+
"canonicalReference": "!HTMLElement:interface"
|
|
6657
|
+
},
|
|
6658
|
+
{
|
|
6659
|
+
"kind": "Content",
|
|
6660
|
+
"text": ";"
|
|
6661
|
+
}
|
|
6662
|
+
],
|
|
6663
|
+
"isStatic": false,
|
|
6664
|
+
"returnTypeTokenRange": {
|
|
6665
|
+
"startIndex": 1,
|
|
6666
|
+
"endIndex": 2
|
|
6667
|
+
},
|
|
6668
|
+
"releaseTag": "Public",
|
|
6669
|
+
"isProtected": false,
|
|
6670
|
+
"overloadIndex": 1,
|
|
6671
|
+
"parameters": [],
|
|
6672
|
+
"isOptional": false,
|
|
6673
|
+
"isAbstract": false,
|
|
6674
|
+
"name": "getGui"
|
|
6675
|
+
},
|
|
6676
|
+
{
|
|
6677
|
+
"kind": "Method",
|
|
6678
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#getModel:member(1)",
|
|
6679
|
+
"docComment": "",
|
|
6680
|
+
"excerptTokens": [
|
|
6681
|
+
{
|
|
6682
|
+
"kind": "Content",
|
|
6683
|
+
"text": "getModel(): "
|
|
6684
|
+
},
|
|
6685
|
+
{
|
|
6686
|
+
"kind": "Reference",
|
|
6687
|
+
"text": "EnumColumnFilterModel",
|
|
6688
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel:interface"
|
|
6689
|
+
},
|
|
6690
|
+
{
|
|
6691
|
+
"kind": "Content",
|
|
6692
|
+
"text": " | null"
|
|
6693
|
+
},
|
|
6694
|
+
{
|
|
6695
|
+
"kind": "Content",
|
|
6696
|
+
"text": ";"
|
|
6697
|
+
}
|
|
6698
|
+
],
|
|
6699
|
+
"isStatic": false,
|
|
6700
|
+
"returnTypeTokenRange": {
|
|
6701
|
+
"startIndex": 1,
|
|
6702
|
+
"endIndex": 3
|
|
6703
|
+
},
|
|
6704
|
+
"releaseTag": "Public",
|
|
6705
|
+
"isProtected": false,
|
|
6706
|
+
"overloadIndex": 1,
|
|
6707
|
+
"parameters": [],
|
|
6708
|
+
"isOptional": false,
|
|
6709
|
+
"isAbstract": false,
|
|
6710
|
+
"name": "getModel"
|
|
6711
|
+
},
|
|
6712
|
+
{
|
|
6713
|
+
"kind": "Method",
|
|
6714
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#getModelAsString:member(1)",
|
|
6715
|
+
"docComment": "",
|
|
6716
|
+
"excerptTokens": [
|
|
6717
|
+
{
|
|
6718
|
+
"kind": "Content",
|
|
6719
|
+
"text": "getModelAsString(model: "
|
|
6720
|
+
},
|
|
6721
|
+
{
|
|
6722
|
+
"kind": "Reference",
|
|
6723
|
+
"text": "EnumColumnFilterModel",
|
|
6724
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel:interface"
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
"kind": "Content",
|
|
6728
|
+
"text": " | null"
|
|
6729
|
+
},
|
|
6730
|
+
{
|
|
6731
|
+
"kind": "Content",
|
|
6732
|
+
"text": "): "
|
|
6733
|
+
},
|
|
6734
|
+
{
|
|
6735
|
+
"kind": "Content",
|
|
6736
|
+
"text": "string"
|
|
6737
|
+
},
|
|
6738
|
+
{
|
|
6739
|
+
"kind": "Content",
|
|
6740
|
+
"text": ";"
|
|
6741
|
+
}
|
|
6742
|
+
],
|
|
6743
|
+
"isStatic": false,
|
|
6744
|
+
"returnTypeTokenRange": {
|
|
6745
|
+
"startIndex": 4,
|
|
6746
|
+
"endIndex": 5
|
|
6747
|
+
},
|
|
6748
|
+
"releaseTag": "Public",
|
|
6749
|
+
"isProtected": false,
|
|
6750
|
+
"overloadIndex": 1,
|
|
6751
|
+
"parameters": [
|
|
6752
|
+
{
|
|
6753
|
+
"parameterName": "model",
|
|
6754
|
+
"parameterTypeTokenRange": {
|
|
6755
|
+
"startIndex": 1,
|
|
6756
|
+
"endIndex": 3
|
|
6757
|
+
},
|
|
6758
|
+
"isOptional": false
|
|
6759
|
+
}
|
|
6760
|
+
],
|
|
6761
|
+
"isOptional": false,
|
|
6762
|
+
"isAbstract": false,
|
|
6763
|
+
"name": "getModelAsString"
|
|
6764
|
+
},
|
|
6765
|
+
{
|
|
6766
|
+
"kind": "Method",
|
|
6767
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#init:member(1)",
|
|
6768
|
+
"docComment": "",
|
|
6769
|
+
"excerptTokens": [
|
|
6770
|
+
{
|
|
6771
|
+
"kind": "Content",
|
|
6772
|
+
"text": "init(params: "
|
|
6773
|
+
},
|
|
6774
|
+
{
|
|
6775
|
+
"kind": "Reference",
|
|
6776
|
+
"text": "IFilterParams",
|
|
6777
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
6778
|
+
},
|
|
6779
|
+
{
|
|
6780
|
+
"kind": "Content",
|
|
6781
|
+
"text": " & "
|
|
6782
|
+
},
|
|
6783
|
+
{
|
|
6784
|
+
"kind": "Reference",
|
|
6785
|
+
"text": "EnumColumnFilterParams",
|
|
6786
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams:interface"
|
|
6787
|
+
},
|
|
6788
|
+
{
|
|
6789
|
+
"kind": "Content",
|
|
6790
|
+
"text": "): "
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"kind": "Content",
|
|
6794
|
+
"text": "void"
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"kind": "Content",
|
|
6798
|
+
"text": ";"
|
|
6799
|
+
}
|
|
6800
|
+
],
|
|
6801
|
+
"isStatic": false,
|
|
6802
|
+
"returnTypeTokenRange": {
|
|
6803
|
+
"startIndex": 5,
|
|
6804
|
+
"endIndex": 6
|
|
6805
|
+
},
|
|
6806
|
+
"releaseTag": "Public",
|
|
6807
|
+
"isProtected": false,
|
|
6808
|
+
"overloadIndex": 1,
|
|
6809
|
+
"parameters": [
|
|
6810
|
+
{
|
|
6811
|
+
"parameterName": "params",
|
|
6812
|
+
"parameterTypeTokenRange": {
|
|
6813
|
+
"startIndex": 1,
|
|
6814
|
+
"endIndex": 4
|
|
6815
|
+
},
|
|
6816
|
+
"isOptional": false
|
|
6817
|
+
}
|
|
6818
|
+
],
|
|
6819
|
+
"isOptional": false,
|
|
6820
|
+
"isAbstract": false,
|
|
6821
|
+
"name": "init"
|
|
6822
|
+
},
|
|
6823
|
+
{
|
|
6824
|
+
"kind": "Method",
|
|
6825
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#isFilterActive:member(1)",
|
|
6826
|
+
"docComment": "",
|
|
6827
|
+
"excerptTokens": [
|
|
6828
|
+
{
|
|
6829
|
+
"kind": "Content",
|
|
6830
|
+
"text": "isFilterActive(): "
|
|
6831
|
+
},
|
|
6832
|
+
{
|
|
6833
|
+
"kind": "Content",
|
|
6834
|
+
"text": "boolean"
|
|
6835
|
+
},
|
|
6836
|
+
{
|
|
6837
|
+
"kind": "Content",
|
|
6838
|
+
"text": ";"
|
|
6839
|
+
}
|
|
6840
|
+
],
|
|
6841
|
+
"isStatic": false,
|
|
6842
|
+
"returnTypeTokenRange": {
|
|
6843
|
+
"startIndex": 1,
|
|
6844
|
+
"endIndex": 2
|
|
6845
|
+
},
|
|
6846
|
+
"releaseTag": "Public",
|
|
6847
|
+
"isProtected": false,
|
|
6848
|
+
"overloadIndex": 1,
|
|
6849
|
+
"parameters": [],
|
|
6850
|
+
"isOptional": false,
|
|
6851
|
+
"isAbstract": false,
|
|
6852
|
+
"name": "isFilterActive"
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"kind": "Property",
|
|
6856
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#params:member",
|
|
6857
|
+
"docComment": "",
|
|
6858
|
+
"excerptTokens": [
|
|
6859
|
+
{
|
|
6860
|
+
"kind": "Content",
|
|
6861
|
+
"text": "protected params: "
|
|
6862
|
+
},
|
|
6863
|
+
{
|
|
6864
|
+
"kind": "Reference",
|
|
6865
|
+
"text": "IFilterParams",
|
|
6866
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
6867
|
+
},
|
|
6868
|
+
{
|
|
6869
|
+
"kind": "Content",
|
|
6870
|
+
"text": " & "
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"kind": "Reference",
|
|
6874
|
+
"text": "EnumColumnFilterParams",
|
|
6875
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams:interface"
|
|
6876
|
+
},
|
|
6877
|
+
{
|
|
6878
|
+
"kind": "Content",
|
|
6879
|
+
"text": ";"
|
|
6880
|
+
}
|
|
6881
|
+
],
|
|
6882
|
+
"isReadonly": false,
|
|
6883
|
+
"isOptional": false,
|
|
6884
|
+
"releaseTag": "Public",
|
|
6885
|
+
"name": "params",
|
|
6886
|
+
"propertyTypeTokenRange": {
|
|
6887
|
+
"startIndex": 1,
|
|
6888
|
+
"endIndex": 4
|
|
6889
|
+
},
|
|
6890
|
+
"isStatic": false,
|
|
6891
|
+
"isProtected": true,
|
|
6892
|
+
"isAbstract": false
|
|
6893
|
+
},
|
|
6894
|
+
{
|
|
6895
|
+
"kind": "Method",
|
|
6896
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#refresh:member(1)",
|
|
6897
|
+
"docComment": "",
|
|
6898
|
+
"excerptTokens": [
|
|
6899
|
+
{
|
|
6900
|
+
"kind": "Content",
|
|
6901
|
+
"text": "refresh(params: "
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
"kind": "Reference",
|
|
6905
|
+
"text": "IFilterParams",
|
|
6906
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
6907
|
+
},
|
|
6908
|
+
{
|
|
6909
|
+
"kind": "Content",
|
|
6910
|
+
"text": " & "
|
|
6911
|
+
},
|
|
6912
|
+
{
|
|
6913
|
+
"kind": "Reference",
|
|
6914
|
+
"text": "EnumColumnFilterParams",
|
|
6915
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams:interface"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"kind": "Content",
|
|
6919
|
+
"text": "): "
|
|
6920
|
+
},
|
|
6921
|
+
{
|
|
6922
|
+
"kind": "Content",
|
|
6923
|
+
"text": "boolean"
|
|
6924
|
+
},
|
|
6925
|
+
{
|
|
6926
|
+
"kind": "Content",
|
|
6927
|
+
"text": ";"
|
|
6928
|
+
}
|
|
6929
|
+
],
|
|
6930
|
+
"isStatic": false,
|
|
6931
|
+
"returnTypeTokenRange": {
|
|
6932
|
+
"startIndex": 5,
|
|
6933
|
+
"endIndex": 6
|
|
6934
|
+
},
|
|
6935
|
+
"releaseTag": "Public",
|
|
6936
|
+
"isProtected": false,
|
|
6937
|
+
"overloadIndex": 1,
|
|
6938
|
+
"parameters": [
|
|
6939
|
+
{
|
|
6940
|
+
"parameterName": "params",
|
|
6941
|
+
"parameterTypeTokenRange": {
|
|
6942
|
+
"startIndex": 1,
|
|
6943
|
+
"endIndex": 4
|
|
6944
|
+
},
|
|
6945
|
+
"isOptional": false
|
|
6946
|
+
}
|
|
6947
|
+
],
|
|
6948
|
+
"isOptional": false,
|
|
6949
|
+
"isAbstract": false,
|
|
6950
|
+
"name": "refresh"
|
|
6951
|
+
},
|
|
6952
|
+
{
|
|
6953
|
+
"kind": "Method",
|
|
6954
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilter#setModel:member(1)",
|
|
6955
|
+
"docComment": "",
|
|
6956
|
+
"excerptTokens": [
|
|
6957
|
+
{
|
|
6958
|
+
"kind": "Content",
|
|
6959
|
+
"text": "setModel(model: "
|
|
6960
|
+
},
|
|
6961
|
+
{
|
|
6962
|
+
"kind": "Reference",
|
|
6963
|
+
"text": "EnumColumnFilterModel",
|
|
6964
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel:interface"
|
|
6965
|
+
},
|
|
6966
|
+
{
|
|
6967
|
+
"kind": "Content",
|
|
6968
|
+
"text": " | null"
|
|
6969
|
+
},
|
|
6970
|
+
{
|
|
6971
|
+
"kind": "Content",
|
|
6972
|
+
"text": "): "
|
|
6973
|
+
},
|
|
6974
|
+
{
|
|
6975
|
+
"kind": "Content",
|
|
6976
|
+
"text": "void"
|
|
6977
|
+
},
|
|
6978
|
+
{
|
|
6979
|
+
"kind": "Content",
|
|
6980
|
+
"text": ";"
|
|
6981
|
+
}
|
|
6982
|
+
],
|
|
6983
|
+
"isStatic": false,
|
|
6984
|
+
"returnTypeTokenRange": {
|
|
6985
|
+
"startIndex": 4,
|
|
6986
|
+
"endIndex": 5
|
|
6987
|
+
},
|
|
6988
|
+
"releaseTag": "Public",
|
|
6989
|
+
"isProtected": false,
|
|
6990
|
+
"overloadIndex": 1,
|
|
6991
|
+
"parameters": [
|
|
6992
|
+
{
|
|
6993
|
+
"parameterName": "model",
|
|
6994
|
+
"parameterTypeTokenRange": {
|
|
6995
|
+
"startIndex": 1,
|
|
6996
|
+
"endIndex": 3
|
|
6997
|
+
},
|
|
6998
|
+
"isOptional": false
|
|
6999
|
+
}
|
|
7000
|
+
],
|
|
7001
|
+
"isOptional": false,
|
|
7002
|
+
"isAbstract": false,
|
|
7003
|
+
"name": "setModel"
|
|
7004
|
+
}
|
|
7005
|
+
],
|
|
7006
|
+
"implementsTokenRanges": [
|
|
7007
|
+
{
|
|
7008
|
+
"startIndex": 1,
|
|
7009
|
+
"endIndex": 2
|
|
7010
|
+
}
|
|
7011
|
+
]
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"kind": "Interface",
|
|
7015
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel:interface",
|
|
7016
|
+
"docComment": "/**\n * The filter model produced by {@link EnumColumnFilter}.\n *\n * @remarks\n *\n * Shape-compatible with AG Grid's `agSetColumnFilter` model — including `null` standing for blanks — so persisted filter models and the datasource `CRITERIA_MATCH` translation treat both filters identically.\n *\n * @public\n */\n",
|
|
7017
|
+
"excerptTokens": [
|
|
7018
|
+
{
|
|
7019
|
+
"kind": "Content",
|
|
7020
|
+
"text": "export interface EnumColumnFilterModel "
|
|
7021
|
+
}
|
|
7022
|
+
],
|
|
7023
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
7024
|
+
"releaseTag": "Public",
|
|
7025
|
+
"name": "EnumColumnFilterModel",
|
|
7026
|
+
"preserveMemberOrder": false,
|
|
7027
|
+
"members": [
|
|
7028
|
+
{
|
|
7029
|
+
"kind": "PropertySignature",
|
|
7030
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel#filterType:member",
|
|
7031
|
+
"docComment": "",
|
|
7032
|
+
"excerptTokens": [
|
|
7033
|
+
{
|
|
7034
|
+
"kind": "Content",
|
|
7035
|
+
"text": "filterType: "
|
|
7036
|
+
},
|
|
7037
|
+
{
|
|
7038
|
+
"kind": "Content",
|
|
7039
|
+
"text": "'set'"
|
|
7040
|
+
},
|
|
7041
|
+
{
|
|
7042
|
+
"kind": "Content",
|
|
7043
|
+
"text": ";"
|
|
7044
|
+
}
|
|
7045
|
+
],
|
|
7046
|
+
"isReadonly": false,
|
|
7047
|
+
"isOptional": false,
|
|
7048
|
+
"releaseTag": "Public",
|
|
7049
|
+
"name": "filterType",
|
|
7050
|
+
"propertyTypeTokenRange": {
|
|
7051
|
+
"startIndex": 1,
|
|
7052
|
+
"endIndex": 2
|
|
7053
|
+
}
|
|
7054
|
+
},
|
|
7055
|
+
{
|
|
7056
|
+
"kind": "PropertySignature",
|
|
7057
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel#values:member",
|
|
7058
|
+
"docComment": "",
|
|
7059
|
+
"excerptTokens": [
|
|
7060
|
+
{
|
|
7061
|
+
"kind": "Content",
|
|
7062
|
+
"text": "values: "
|
|
7063
|
+
},
|
|
7064
|
+
{
|
|
7065
|
+
"kind": "Content",
|
|
7066
|
+
"text": "(string | null)[]"
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"kind": "Content",
|
|
7070
|
+
"text": ";"
|
|
7071
|
+
}
|
|
7072
|
+
],
|
|
7073
|
+
"isReadonly": false,
|
|
7074
|
+
"isOptional": false,
|
|
7075
|
+
"releaseTag": "Public",
|
|
7076
|
+
"name": "values",
|
|
7077
|
+
"propertyTypeTokenRange": {
|
|
7078
|
+
"startIndex": 1,
|
|
7079
|
+
"endIndex": 2
|
|
7080
|
+
}
|
|
7081
|
+
}
|
|
7082
|
+
],
|
|
7083
|
+
"extendsTokenRanges": []
|
|
7084
|
+
},
|
|
7085
|
+
{
|
|
7086
|
+
"kind": "Interface",
|
|
7087
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams:interface",
|
|
7088
|
+
"docComment": "/**\n * Parameters used to configure {@link EnumColumnFilter}.\n *\n * @remarks\n *\n * Provided via `ColDef.filterParams`. The option list is defined by the enum — the field metadata's `enumOptions`, a plain array, or a getter — never derived from row data; omitting `values` logs a warning and offers only the `(Blanks)` entry.\n *\n * @public\n */\n",
|
|
7089
|
+
"excerptTokens": [
|
|
7090
|
+
{
|
|
7091
|
+
"kind": "Content",
|
|
7092
|
+
"text": "export interface EnumColumnFilterParams "
|
|
7093
|
+
}
|
|
7094
|
+
],
|
|
7095
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
7096
|
+
"releaseTag": "Public",
|
|
7097
|
+
"name": "EnumColumnFilterParams",
|
|
7098
|
+
"preserveMemberOrder": false,
|
|
7099
|
+
"members": [
|
|
7100
|
+
{
|
|
7101
|
+
"kind": "PropertySignature",
|
|
7102
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams#blanks:member",
|
|
7103
|
+
"docComment": "/**\n * Whether to show the `(Blanks)` entry, which matches rows with a `null`/empty cell value. Shown by default, so a nullable enum column's blank rows are always filterable; set `false` to hide it (e.g. on a field that can never be blank).\n */\n",
|
|
7104
|
+
"excerptTokens": [
|
|
7105
|
+
{
|
|
7106
|
+
"kind": "Content",
|
|
7107
|
+
"text": "blanks?: "
|
|
7108
|
+
},
|
|
7109
|
+
{
|
|
7110
|
+
"kind": "Content",
|
|
7111
|
+
"text": "boolean"
|
|
7112
|
+
},
|
|
7113
|
+
{
|
|
7114
|
+
"kind": "Content",
|
|
7115
|
+
"text": ";"
|
|
7116
|
+
}
|
|
7117
|
+
],
|
|
7118
|
+
"isReadonly": false,
|
|
7119
|
+
"isOptional": true,
|
|
7120
|
+
"releaseTag": "Public",
|
|
7121
|
+
"name": "blanks",
|
|
7122
|
+
"propertyTypeTokenRange": {
|
|
7123
|
+
"startIndex": 1,
|
|
7124
|
+
"endIndex": 2
|
|
7125
|
+
}
|
|
7126
|
+
},
|
|
7127
|
+
{
|
|
7128
|
+
"kind": "PropertySignature",
|
|
7129
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams#valueFormatter:member",
|
|
7130
|
+
"docComment": "/**\n * Formats a raw value into the label shown in the list, the floating filter, and the filter summary. Receives `value` plus `api`/`colDef`/`column`/`context`, so an `agSetColumnFilter` formatter that reads those keeps working when the column is downgraded — but never `node` or `data`, since these labels are not row-bound. Defaults to capital case (`PENDING_APPROVAL` becomes `Pending Approval`).\n */\n",
|
|
7131
|
+
"excerptTokens": [
|
|
7132
|
+
{
|
|
7133
|
+
"kind": "Content",
|
|
7134
|
+
"text": "valueFormatter?: "
|
|
7135
|
+
},
|
|
7136
|
+
{
|
|
7137
|
+
"kind": "Content",
|
|
7138
|
+
"text": "(params: "
|
|
7139
|
+
},
|
|
7140
|
+
{
|
|
7141
|
+
"kind": "Reference",
|
|
7142
|
+
"text": "EnumColumnFilterValueFormatterParams",
|
|
7143
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams:interface"
|
|
7144
|
+
},
|
|
7145
|
+
{
|
|
7146
|
+
"kind": "Content",
|
|
7147
|
+
"text": ") => string"
|
|
7148
|
+
},
|
|
7149
|
+
{
|
|
7150
|
+
"kind": "Content",
|
|
7151
|
+
"text": ";"
|
|
7152
|
+
}
|
|
7153
|
+
],
|
|
7154
|
+
"isReadonly": false,
|
|
7155
|
+
"isOptional": true,
|
|
7156
|
+
"releaseTag": "Public",
|
|
7157
|
+
"name": "valueFormatter",
|
|
7158
|
+
"propertyTypeTokenRange": {
|
|
7159
|
+
"startIndex": 1,
|
|
7160
|
+
"endIndex": 4
|
|
7161
|
+
}
|
|
7162
|
+
},
|
|
7163
|
+
{
|
|
7164
|
+
"kind": "PropertySignature",
|
|
7165
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterParams#values:member",
|
|
7166
|
+
"docComment": "/**\n * The selectable values — typically the `enumOptions` from the field metadata — or a function resolving them at runtime (see {@link EnumColumnFilterValuesGetter}).\n */\n",
|
|
7167
|
+
"excerptTokens": [
|
|
7168
|
+
{
|
|
7169
|
+
"kind": "Content",
|
|
7170
|
+
"text": "values?: "
|
|
7171
|
+
},
|
|
7172
|
+
{
|
|
7173
|
+
"kind": "Content",
|
|
7174
|
+
"text": "string[] | "
|
|
7175
|
+
},
|
|
7176
|
+
{
|
|
7177
|
+
"kind": "Reference",
|
|
7178
|
+
"text": "EnumColumnFilterValuesGetter",
|
|
7179
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetter:type"
|
|
7180
|
+
},
|
|
7181
|
+
{
|
|
7182
|
+
"kind": "Content",
|
|
7183
|
+
"text": ";"
|
|
7184
|
+
}
|
|
7185
|
+
],
|
|
7186
|
+
"isReadonly": false,
|
|
7187
|
+
"isOptional": true,
|
|
7188
|
+
"releaseTag": "Public",
|
|
7189
|
+
"name": "values",
|
|
7190
|
+
"propertyTypeTokenRange": {
|
|
7191
|
+
"startIndex": 1,
|
|
7192
|
+
"endIndex": 3
|
|
7193
|
+
}
|
|
7194
|
+
}
|
|
7195
|
+
],
|
|
7196
|
+
"extendsTokenRanges": []
|
|
7197
|
+
},
|
|
7198
|
+
{
|
|
7199
|
+
"kind": "Interface",
|
|
7200
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams:interface",
|
|
7201
|
+
"docComment": "/**\n * Parameters passed to {@link EnumColumnFilterParams.valueFormatter} — the subset of AG's `ValueFormatterParams` that is available in every context the formatter runs in (the filter list, the floating filter summary, and the header tooltip). Row-specific fields (`node`, `data`) are never provided, since these labels are not tied to a row.\n *\n * @public\n */\n",
|
|
7202
|
+
"excerptTokens": [
|
|
7203
|
+
{
|
|
7204
|
+
"kind": "Content",
|
|
7205
|
+
"text": "export interface EnumColumnFilterValueFormatterParams "
|
|
7206
|
+
}
|
|
7207
|
+
],
|
|
7208
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
7209
|
+
"releaseTag": "Public",
|
|
7210
|
+
"name": "EnumColumnFilterValueFormatterParams",
|
|
7211
|
+
"preserveMemberOrder": false,
|
|
7212
|
+
"members": [
|
|
7213
|
+
{
|
|
7214
|
+
"kind": "PropertySignature",
|
|
7215
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams#api:member",
|
|
7216
|
+
"docComment": "",
|
|
7217
|
+
"excerptTokens": [
|
|
7218
|
+
{
|
|
7219
|
+
"kind": "Content",
|
|
7220
|
+
"text": "api?: "
|
|
7221
|
+
},
|
|
7222
|
+
{
|
|
7223
|
+
"kind": "Reference",
|
|
7224
|
+
"text": "IFilterParams",
|
|
7225
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
7226
|
+
},
|
|
7227
|
+
{
|
|
7228
|
+
"kind": "Content",
|
|
7229
|
+
"text": "['api']"
|
|
7230
|
+
},
|
|
7231
|
+
{
|
|
7232
|
+
"kind": "Content",
|
|
7233
|
+
"text": ";"
|
|
7234
|
+
}
|
|
7235
|
+
],
|
|
7236
|
+
"isReadonly": false,
|
|
7237
|
+
"isOptional": true,
|
|
7238
|
+
"releaseTag": "Public",
|
|
7239
|
+
"name": "api",
|
|
7240
|
+
"propertyTypeTokenRange": {
|
|
7241
|
+
"startIndex": 1,
|
|
7242
|
+
"endIndex": 3
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
7245
|
+
{
|
|
7246
|
+
"kind": "PropertySignature",
|
|
7247
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams#colDef:member",
|
|
7248
|
+
"docComment": "",
|
|
7249
|
+
"excerptTokens": [
|
|
7250
|
+
{
|
|
7251
|
+
"kind": "Content",
|
|
7252
|
+
"text": "colDef?: "
|
|
7253
|
+
},
|
|
7254
|
+
{
|
|
7255
|
+
"kind": "Reference",
|
|
7256
|
+
"text": "IFilterParams",
|
|
7257
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
7258
|
+
},
|
|
7259
|
+
{
|
|
7260
|
+
"kind": "Content",
|
|
7261
|
+
"text": "['colDef']"
|
|
7262
|
+
},
|
|
7263
|
+
{
|
|
7264
|
+
"kind": "Content",
|
|
7265
|
+
"text": ";"
|
|
7266
|
+
}
|
|
7267
|
+
],
|
|
7268
|
+
"isReadonly": false,
|
|
7269
|
+
"isOptional": true,
|
|
7270
|
+
"releaseTag": "Public",
|
|
7271
|
+
"name": "colDef",
|
|
7272
|
+
"propertyTypeTokenRange": {
|
|
7273
|
+
"startIndex": 1,
|
|
7274
|
+
"endIndex": 3
|
|
7275
|
+
}
|
|
7276
|
+
},
|
|
7277
|
+
{
|
|
7278
|
+
"kind": "PropertySignature",
|
|
7279
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams#column:member",
|
|
7280
|
+
"docComment": "",
|
|
7281
|
+
"excerptTokens": [
|
|
7282
|
+
{
|
|
7283
|
+
"kind": "Content",
|
|
7284
|
+
"text": "column?: "
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"kind": "Reference",
|
|
7288
|
+
"text": "IFilterParams",
|
|
7289
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
7290
|
+
},
|
|
7291
|
+
{
|
|
7292
|
+
"kind": "Content",
|
|
7293
|
+
"text": "['column']"
|
|
7294
|
+
},
|
|
7295
|
+
{
|
|
7296
|
+
"kind": "Content",
|
|
7297
|
+
"text": ";"
|
|
7298
|
+
}
|
|
7299
|
+
],
|
|
7300
|
+
"isReadonly": false,
|
|
7301
|
+
"isOptional": true,
|
|
7302
|
+
"releaseTag": "Public",
|
|
7303
|
+
"name": "column",
|
|
7304
|
+
"propertyTypeTokenRange": {
|
|
7305
|
+
"startIndex": 1,
|
|
7306
|
+
"endIndex": 3
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
7309
|
+
{
|
|
7310
|
+
"kind": "PropertySignature",
|
|
7311
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams#context:member",
|
|
7312
|
+
"docComment": "",
|
|
7313
|
+
"excerptTokens": [
|
|
7314
|
+
{
|
|
7315
|
+
"kind": "Content",
|
|
7316
|
+
"text": "context?: "
|
|
7317
|
+
},
|
|
7318
|
+
{
|
|
7319
|
+
"kind": "Content",
|
|
7320
|
+
"text": "unknown"
|
|
7321
|
+
},
|
|
7322
|
+
{
|
|
7323
|
+
"kind": "Content",
|
|
7324
|
+
"text": ";"
|
|
7325
|
+
}
|
|
7326
|
+
],
|
|
7327
|
+
"isReadonly": false,
|
|
7328
|
+
"isOptional": true,
|
|
7329
|
+
"releaseTag": "Public",
|
|
7330
|
+
"name": "context",
|
|
7331
|
+
"propertyTypeTokenRange": {
|
|
7332
|
+
"startIndex": 1,
|
|
7333
|
+
"endIndex": 2
|
|
7334
|
+
}
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
"kind": "PropertySignature",
|
|
7338
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValueFormatterParams#value:member",
|
|
7339
|
+
"docComment": "",
|
|
7340
|
+
"excerptTokens": [
|
|
7341
|
+
{
|
|
7342
|
+
"kind": "Content",
|
|
7343
|
+
"text": "value: "
|
|
7344
|
+
},
|
|
7345
|
+
{
|
|
7346
|
+
"kind": "Content",
|
|
7347
|
+
"text": "string"
|
|
7348
|
+
},
|
|
7349
|
+
{
|
|
7350
|
+
"kind": "Content",
|
|
7351
|
+
"text": ";"
|
|
7352
|
+
}
|
|
7353
|
+
],
|
|
7354
|
+
"isReadonly": false,
|
|
7355
|
+
"isOptional": false,
|
|
7356
|
+
"releaseTag": "Public",
|
|
7357
|
+
"name": "value",
|
|
7358
|
+
"propertyTypeTokenRange": {
|
|
7359
|
+
"startIndex": 1,
|
|
7360
|
+
"endIndex": 2
|
|
7361
|
+
}
|
|
7362
|
+
}
|
|
7363
|
+
],
|
|
7364
|
+
"extendsTokenRanges": []
|
|
7365
|
+
},
|
|
7366
|
+
{
|
|
7367
|
+
"kind": "TypeAlias",
|
|
7368
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetter:type",
|
|
7369
|
+
"docComment": "/**\n * Resolves the selectable values at runtime, e.g. from a request-reply resource: return them (directly or as a promise), or call `params.success` with them, AG set-filter style.\n *\n * @public\n */\n",
|
|
7370
|
+
"excerptTokens": [
|
|
7371
|
+
{
|
|
7372
|
+
"kind": "Content",
|
|
7373
|
+
"text": "export type EnumColumnFilterValuesGetter = "
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"kind": "Content",
|
|
7377
|
+
"text": "(params: "
|
|
7378
|
+
},
|
|
7379
|
+
{
|
|
7380
|
+
"kind": "Reference",
|
|
7381
|
+
"text": "EnumColumnFilterValuesGetterParams",
|
|
7382
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetterParams:interface"
|
|
7383
|
+
},
|
|
7384
|
+
{
|
|
7385
|
+
"kind": "Content",
|
|
7386
|
+
"text": ") => string[] | "
|
|
7387
|
+
},
|
|
7388
|
+
{
|
|
7389
|
+
"kind": "Reference",
|
|
7390
|
+
"text": "Promise",
|
|
7391
|
+
"canonicalReference": "!Promise:interface"
|
|
7392
|
+
},
|
|
7393
|
+
{
|
|
7394
|
+
"kind": "Content",
|
|
7395
|
+
"text": "<string[]> | void"
|
|
7396
|
+
},
|
|
7397
|
+
{
|
|
7398
|
+
"kind": "Content",
|
|
7399
|
+
"text": ";"
|
|
7400
|
+
}
|
|
7401
|
+
],
|
|
7402
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
7403
|
+
"releaseTag": "Public",
|
|
7404
|
+
"name": "EnumColumnFilterValuesGetter",
|
|
7405
|
+
"typeTokenRange": {
|
|
7406
|
+
"startIndex": 1,
|
|
7407
|
+
"endIndex": 6
|
|
7408
|
+
}
|
|
7409
|
+
},
|
|
7410
|
+
{
|
|
7411
|
+
"kind": "Interface",
|
|
7412
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetterParams:interface",
|
|
7413
|
+
"docComment": "/**\n * Parameters handed to an {@link EnumColumnFilterValuesGetter}.\n *\n * @public\n */\n",
|
|
7414
|
+
"excerptTokens": [
|
|
7415
|
+
{
|
|
7416
|
+
"kind": "Content",
|
|
7417
|
+
"text": "export interface EnumColumnFilterValuesGetterParams "
|
|
7418
|
+
}
|
|
7419
|
+
],
|
|
7420
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
7421
|
+
"releaseTag": "Public",
|
|
7422
|
+
"name": "EnumColumnFilterValuesGetterParams",
|
|
7423
|
+
"preserveMemberOrder": false,
|
|
7424
|
+
"members": [
|
|
7425
|
+
{
|
|
7426
|
+
"kind": "PropertySignature",
|
|
7427
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetterParams#api:member",
|
|
7428
|
+
"docComment": "",
|
|
7429
|
+
"excerptTokens": [
|
|
7430
|
+
{
|
|
7431
|
+
"kind": "Content",
|
|
7432
|
+
"text": "api: "
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"kind": "Reference",
|
|
7436
|
+
"text": "IFilterParams",
|
|
7437
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"kind": "Content",
|
|
7441
|
+
"text": "['api']"
|
|
7442
|
+
},
|
|
7443
|
+
{
|
|
7444
|
+
"kind": "Content",
|
|
7445
|
+
"text": ";"
|
|
7446
|
+
}
|
|
7447
|
+
],
|
|
7448
|
+
"isReadonly": false,
|
|
7449
|
+
"isOptional": false,
|
|
7450
|
+
"releaseTag": "Public",
|
|
7451
|
+
"name": "api",
|
|
7452
|
+
"propertyTypeTokenRange": {
|
|
7453
|
+
"startIndex": 1,
|
|
7454
|
+
"endIndex": 3
|
|
7455
|
+
}
|
|
7456
|
+
},
|
|
7457
|
+
{
|
|
7458
|
+
"kind": "PropertySignature",
|
|
7459
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetterParams#colDef:member",
|
|
7460
|
+
"docComment": "",
|
|
7461
|
+
"excerptTokens": [
|
|
7462
|
+
{
|
|
7463
|
+
"kind": "Content",
|
|
7464
|
+
"text": "colDef: "
|
|
7465
|
+
},
|
|
7466
|
+
{
|
|
7467
|
+
"kind": "Reference",
|
|
7468
|
+
"text": "IFilterParams",
|
|
7469
|
+
"canonicalReference": "ag-grid-community!IFilterParams:interface"
|
|
7470
|
+
},
|
|
7471
|
+
{
|
|
7472
|
+
"kind": "Content",
|
|
7473
|
+
"text": "['colDef']"
|
|
7474
|
+
},
|
|
7475
|
+
{
|
|
7476
|
+
"kind": "Content",
|
|
7477
|
+
"text": ";"
|
|
7478
|
+
}
|
|
7479
|
+
],
|
|
7480
|
+
"isReadonly": false,
|
|
7481
|
+
"isOptional": false,
|
|
7482
|
+
"releaseTag": "Public",
|
|
7483
|
+
"name": "colDef",
|
|
7484
|
+
"propertyTypeTokenRange": {
|
|
7485
|
+
"startIndex": 1,
|
|
7486
|
+
"endIndex": 3
|
|
7487
|
+
}
|
|
7488
|
+
},
|
|
7489
|
+
{
|
|
7490
|
+
"kind": "PropertySignature",
|
|
7491
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterValuesGetterParams#success:member",
|
|
7492
|
+
"docComment": "/**\n * Resolves the values via callback instead of a return value — the contract of AG Grid's `SetFilterValuesFunc`, so an `agSetColumnFilter` values function keeps working when the column is downgraded to this filter.\n */\n",
|
|
7493
|
+
"excerptTokens": [
|
|
7494
|
+
{
|
|
7495
|
+
"kind": "Content",
|
|
7496
|
+
"text": "success: "
|
|
7497
|
+
},
|
|
7498
|
+
{
|
|
7499
|
+
"kind": "Content",
|
|
7500
|
+
"text": "(values: string[]) => void"
|
|
7501
|
+
},
|
|
7502
|
+
{
|
|
7503
|
+
"kind": "Content",
|
|
7504
|
+
"text": ";"
|
|
7505
|
+
}
|
|
7506
|
+
],
|
|
7507
|
+
"isReadonly": false,
|
|
7508
|
+
"isOptional": false,
|
|
7509
|
+
"releaseTag": "Public",
|
|
7510
|
+
"name": "success",
|
|
7511
|
+
"propertyTypeTokenRange": {
|
|
7512
|
+
"startIndex": 1,
|
|
7513
|
+
"endIndex": 2
|
|
7514
|
+
}
|
|
7515
|
+
}
|
|
7516
|
+
],
|
|
7517
|
+
"extendsTokenRanges": []
|
|
6136
7518
|
},
|
|
6137
7519
|
{
|
|
6138
7520
|
"kind": "Class",
|
|
6139
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
6140
|
-
"docComment": "/**\n *
|
|
7521
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFloatingFilter:class",
|
|
7522
|
+
"docComment": "/**\n * Floating filter companion for {@link EnumColumnFilter}: shows the current selection as a compact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a one-click clear. Set via `ColDef.floatingFilterComponent` (see {@link GridProFilterTypes.enumFloatingFilter}); shown when the column enables `floatingFilter`.\n *\n * @public\n */\n",
|
|
6141
7523
|
"excerptTokens": [
|
|
6142
7524
|
{
|
|
6143
7525
|
"kind": "Content",
|
|
6144
|
-
"text": "export declare class
|
|
6145
|
-
},
|
|
6146
|
-
{
|
|
6147
|
-
"kind": "Reference",
|
|
6148
|
-
"text": "FoundationElement",
|
|
6149
|
-
"canonicalReference": "@microsoft/fast-foundation!FoundationElement:class"
|
|
6150
|
-
},
|
|
6151
|
-
{
|
|
6152
|
-
"kind": "Content",
|
|
6153
|
-
"text": " implements "
|
|
7526
|
+
"text": "export declare class EnumColumnFloatingFilter implements "
|
|
6154
7527
|
},
|
|
6155
7528
|
{
|
|
6156
7529
|
"kind": "Reference",
|
|
6157
|
-
"text": "
|
|
6158
|
-
"canonicalReference": "
|
|
7530
|
+
"text": "IFloatingFilterComp",
|
|
7531
|
+
"canonicalReference": "ag-grid-community!IFloatingFilterComp:interface"
|
|
6159
7532
|
},
|
|
6160
7533
|
{
|
|
6161
7534
|
"kind": "Content",
|
|
6162
7535
|
"text": " "
|
|
6163
7536
|
}
|
|
6164
7537
|
],
|
|
6165
|
-
"fileUrlPath": "src/
|
|
7538
|
+
"fileUrlPath": "src/column-filters/enum-column.floating-filter.ts",
|
|
6166
7539
|
"releaseTag": "Public",
|
|
6167
7540
|
"isAbstract": false,
|
|
6168
|
-
"name": "
|
|
7541
|
+
"name": "EnumColumnFloatingFilter",
|
|
6169
7542
|
"preserveMemberOrder": false,
|
|
6170
7543
|
"members": [
|
|
6171
7544
|
{
|
|
6172
7545
|
"kind": "Method",
|
|
6173
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
7546
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFloatingFilter#destroy:member(1)",
|
|
7547
|
+
"docComment": "",
|
|
7548
|
+
"excerptTokens": [
|
|
7549
|
+
{
|
|
7550
|
+
"kind": "Content",
|
|
7551
|
+
"text": "destroy(): "
|
|
7552
|
+
},
|
|
7553
|
+
{
|
|
7554
|
+
"kind": "Content",
|
|
7555
|
+
"text": "void"
|
|
7556
|
+
},
|
|
7557
|
+
{
|
|
7558
|
+
"kind": "Content",
|
|
7559
|
+
"text": ";"
|
|
7560
|
+
}
|
|
7561
|
+
],
|
|
7562
|
+
"isStatic": false,
|
|
7563
|
+
"returnTypeTokenRange": {
|
|
7564
|
+
"startIndex": 1,
|
|
7565
|
+
"endIndex": 2
|
|
7566
|
+
},
|
|
7567
|
+
"releaseTag": "Public",
|
|
7568
|
+
"isProtected": false,
|
|
7569
|
+
"overloadIndex": 1,
|
|
7570
|
+
"parameters": [],
|
|
7571
|
+
"isOptional": false,
|
|
7572
|
+
"isAbstract": false,
|
|
7573
|
+
"name": "destroy"
|
|
7574
|
+
},
|
|
7575
|
+
{
|
|
7576
|
+
"kind": "Method",
|
|
7577
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFloatingFilter#getGui:member(1)",
|
|
6174
7578
|
"docComment": "",
|
|
6175
7579
|
"excerptTokens": [
|
|
6176
7580
|
{
|
|
@@ -6202,7 +7606,7 @@
|
|
|
6202
7606
|
},
|
|
6203
7607
|
{
|
|
6204
7608
|
"kind": "Method",
|
|
6205
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
7609
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFloatingFilter#init:member(1)",
|
|
6206
7610
|
"docComment": "",
|
|
6207
7611
|
"excerptTokens": [
|
|
6208
7612
|
{
|
|
@@ -6211,8 +7615,8 @@
|
|
|
6211
7615
|
},
|
|
6212
7616
|
{
|
|
6213
7617
|
"kind": "Reference",
|
|
6214
|
-
"text": "
|
|
6215
|
-
"canonicalReference": "
|
|
7618
|
+
"text": "IFloatingFilterParams",
|
|
7619
|
+
"canonicalReference": "ag-grid-community!IFloatingFilterParams:interface"
|
|
6216
7620
|
},
|
|
6217
7621
|
{
|
|
6218
7622
|
"kind": "Content",
|
|
@@ -6251,17 +7655,21 @@
|
|
|
6251
7655
|
},
|
|
6252
7656
|
{
|
|
6253
7657
|
"kind": "Method",
|
|
6254
|
-
"canonicalReference": "@genesislcap/grid-pro!
|
|
7658
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFloatingFilter#onParentModelChanged:member(1)",
|
|
6255
7659
|
"docComment": "",
|
|
6256
7660
|
"excerptTokens": [
|
|
6257
7661
|
{
|
|
6258
7662
|
"kind": "Content",
|
|
6259
|
-
"text": "
|
|
7663
|
+
"text": "onParentModelChanged(model: "
|
|
6260
7664
|
},
|
|
6261
7665
|
{
|
|
6262
7666
|
"kind": "Reference",
|
|
6263
|
-
"text": "
|
|
6264
|
-
"canonicalReference": "@
|
|
7667
|
+
"text": "EnumColumnFilterModel",
|
|
7668
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel:interface"
|
|
7669
|
+
},
|
|
7670
|
+
{
|
|
7671
|
+
"kind": "Content",
|
|
7672
|
+
"text": " | null"
|
|
6265
7673
|
},
|
|
6266
7674
|
{
|
|
6267
7675
|
"kind": "Content",
|
|
@@ -6269,7 +7677,7 @@
|
|
|
6269
7677
|
},
|
|
6270
7678
|
{
|
|
6271
7679
|
"kind": "Content",
|
|
6272
|
-
"text": "
|
|
7680
|
+
"text": "void"
|
|
6273
7681
|
},
|
|
6274
7682
|
{
|
|
6275
7683
|
"kind": "Content",
|
|
@@ -6278,95 +7686,34 @@
|
|
|
6278
7686
|
],
|
|
6279
7687
|
"isStatic": false,
|
|
6280
7688
|
"returnTypeTokenRange": {
|
|
6281
|
-
"startIndex":
|
|
6282
|
-
"endIndex":
|
|
7689
|
+
"startIndex": 4,
|
|
7690
|
+
"endIndex": 5
|
|
6283
7691
|
},
|
|
6284
7692
|
"releaseTag": "Public",
|
|
6285
7693
|
"isProtected": false,
|
|
6286
7694
|
"overloadIndex": 1,
|
|
6287
7695
|
"parameters": [
|
|
6288
7696
|
{
|
|
6289
|
-
"parameterName": "
|
|
7697
|
+
"parameterName": "model",
|
|
6290
7698
|
"parameterTypeTokenRange": {
|
|
6291
7699
|
"startIndex": 1,
|
|
6292
|
-
"endIndex":
|
|
7700
|
+
"endIndex": 3
|
|
6293
7701
|
},
|
|
6294
7702
|
"isOptional": false
|
|
6295
7703
|
}
|
|
6296
7704
|
],
|
|
6297
7705
|
"isOptional": false,
|
|
6298
7706
|
"isAbstract": false,
|
|
6299
|
-
"name": "
|
|
6300
|
-
},
|
|
6301
|
-
{
|
|
6302
|
-
"kind": "Property",
|
|
6303
|
-
"canonicalReference": "@genesislcap/grid-pro!EditableRenderer#valueFormatted:member",
|
|
6304
|
-
"docComment": "",
|
|
6305
|
-
"excerptTokens": [
|
|
6306
|
-
{
|
|
6307
|
-
"kind": "Content",
|
|
6308
|
-
"text": "valueFormatted: "
|
|
6309
|
-
},
|
|
6310
|
-
{
|
|
6311
|
-
"kind": "Content",
|
|
6312
|
-
"text": "string"
|
|
6313
|
-
},
|
|
6314
|
-
{
|
|
6315
|
-
"kind": "Content",
|
|
6316
|
-
"text": ";"
|
|
6317
|
-
}
|
|
6318
|
-
],
|
|
6319
|
-
"isReadonly": false,
|
|
6320
|
-
"isOptional": false,
|
|
6321
|
-
"releaseTag": "Public",
|
|
6322
|
-
"name": "valueFormatted",
|
|
6323
|
-
"propertyTypeTokenRange": {
|
|
6324
|
-
"startIndex": 1,
|
|
6325
|
-
"endIndex": 2
|
|
6326
|
-
},
|
|
6327
|
-
"isStatic": false,
|
|
6328
|
-
"isProtected": false,
|
|
6329
|
-
"isAbstract": false
|
|
7707
|
+
"name": "onParentModelChanged"
|
|
6330
7708
|
}
|
|
6331
7709
|
],
|
|
6332
|
-
"extendsTokenRange": {
|
|
6333
|
-
"startIndex": 1,
|
|
6334
|
-
"endIndex": 2
|
|
6335
|
-
},
|
|
6336
7710
|
"implementsTokenRanges": [
|
|
6337
7711
|
{
|
|
6338
|
-
"startIndex":
|
|
6339
|
-
"endIndex":
|
|
7712
|
+
"startIndex": 1,
|
|
7713
|
+
"endIndex": 2
|
|
6340
7714
|
}
|
|
6341
7715
|
]
|
|
6342
7716
|
},
|
|
6343
|
-
{
|
|
6344
|
-
"kind": "Variable",
|
|
6345
|
-
"canonicalReference": "@genesislcap/grid-pro!EDITED_COLUMN_FIELD:var",
|
|
6346
|
-
"docComment": "/**\n * Key used to store currently edited column when it being synced with server side data\n *\n * @public\n */\n",
|
|
6347
|
-
"excerptTokens": [
|
|
6348
|
-
{
|
|
6349
|
-
"kind": "Content",
|
|
6350
|
-
"text": "EDITED_COLUMN_FIELD = "
|
|
6351
|
-
},
|
|
6352
|
-
{
|
|
6353
|
-
"kind": "Content",
|
|
6354
|
-
"text": "\"__editedColumn\""
|
|
6355
|
-
}
|
|
6356
|
-
],
|
|
6357
|
-
"fileUrlPath": "src/grid-pro.types.ts",
|
|
6358
|
-
"initializerTokenRange": {
|
|
6359
|
-
"startIndex": 1,
|
|
6360
|
-
"endIndex": 2
|
|
6361
|
-
},
|
|
6362
|
-
"isReadonly": true,
|
|
6363
|
-
"releaseTag": "Public",
|
|
6364
|
-
"name": "EDITED_COLUMN_FIELD",
|
|
6365
|
-
"variableTypeTokenRange": {
|
|
6366
|
-
"startIndex": 0,
|
|
6367
|
-
"endIndex": 0
|
|
6368
|
-
}
|
|
6369
|
-
},
|
|
6370
7717
|
{
|
|
6371
7718
|
"kind": "Variable",
|
|
6372
7719
|
"canonicalReference": "@genesislcap/grid-pro!ERROR_COLUMN_FIELD:var",
|
|
@@ -6508,6 +7855,72 @@
|
|
|
6508
7855
|
],
|
|
6509
7856
|
"name": "formatDateExtra"
|
|
6510
7857
|
},
|
|
7858
|
+
{
|
|
7859
|
+
"kind": "Function",
|
|
7860
|
+
"canonicalReference": "@genesislcap/grid-pro!formatEnumFilterModelAsString:function(1)",
|
|
7861
|
+
"docComment": "/**\n * Renders an enum filter model as a short summary, e.g. `(2) Active, Pending`.\n *\n * @public\n */\n",
|
|
7862
|
+
"excerptTokens": [
|
|
7863
|
+
{
|
|
7864
|
+
"kind": "Content",
|
|
7865
|
+
"text": "export declare function formatEnumFilterModelAsString(model: "
|
|
7866
|
+
},
|
|
7867
|
+
{
|
|
7868
|
+
"kind": "Reference",
|
|
7869
|
+
"text": "EnumColumnFilterModel",
|
|
7870
|
+
"canonicalReference": "@genesislcap/grid-pro!EnumColumnFilterModel:interface"
|
|
7871
|
+
},
|
|
7872
|
+
{
|
|
7873
|
+
"kind": "Content",
|
|
7874
|
+
"text": " | null"
|
|
7875
|
+
},
|
|
7876
|
+
{
|
|
7877
|
+
"kind": "Content",
|
|
7878
|
+
"text": ", formatLabel: "
|
|
7879
|
+
},
|
|
7880
|
+
{
|
|
7881
|
+
"kind": "Content",
|
|
7882
|
+
"text": "(value: string | null) => string"
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"kind": "Content",
|
|
7886
|
+
"text": "): "
|
|
7887
|
+
},
|
|
7888
|
+
{
|
|
7889
|
+
"kind": "Content",
|
|
7890
|
+
"text": "string"
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"kind": "Content",
|
|
7894
|
+
"text": ";"
|
|
7895
|
+
}
|
|
7896
|
+
],
|
|
7897
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
7898
|
+
"returnTypeTokenRange": {
|
|
7899
|
+
"startIndex": 6,
|
|
7900
|
+
"endIndex": 7
|
|
7901
|
+
},
|
|
7902
|
+
"releaseTag": "Public",
|
|
7903
|
+
"overloadIndex": 1,
|
|
7904
|
+
"parameters": [
|
|
7905
|
+
{
|
|
7906
|
+
"parameterName": "model",
|
|
7907
|
+
"parameterTypeTokenRange": {
|
|
7908
|
+
"startIndex": 1,
|
|
7909
|
+
"endIndex": 3
|
|
7910
|
+
},
|
|
7911
|
+
"isOptional": false
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
"parameterName": "formatLabel",
|
|
7915
|
+
"parameterTypeTokenRange": {
|
|
7916
|
+
"startIndex": 4,
|
|
7917
|
+
"endIndex": 5
|
|
7918
|
+
},
|
|
7919
|
+
"isOptional": false
|
|
7920
|
+
}
|
|
7921
|
+
],
|
|
7922
|
+
"name": "formatEnumFilterModelAsString"
|
|
7923
|
+
},
|
|
6511
7924
|
{
|
|
6512
7925
|
"kind": "Function",
|
|
6513
7926
|
"canonicalReference": "@genesislcap/grid-pro!foundationAgBooleanRenderer:function(1)",
|
|
@@ -20302,6 +21715,65 @@
|
|
|
20302
21715
|
"endIndex": 7
|
|
20303
21716
|
}
|
|
20304
21717
|
},
|
|
21718
|
+
{
|
|
21719
|
+
"kind": "Enum",
|
|
21720
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProFilterTypes:enum",
|
|
21721
|
+
"docComment": "/**\n * The available Grid Pro column filter component names.\n *\n * @remarks\n *\n * Register-able via the grid `components` map; `enumFilter` is usable as a `ColDef.filter` value and `enumFloatingFilter` as a `ColDef.floatingFilterComponent`.\n *\n * @public\n */\n",
|
|
21722
|
+
"excerptTokens": [
|
|
21723
|
+
{
|
|
21724
|
+
"kind": "Content",
|
|
21725
|
+
"text": "export declare enum GridProFilterTypes "
|
|
21726
|
+
}
|
|
21727
|
+
],
|
|
21728
|
+
"fileUrlPath": "src/column-filters/enum-column.filter.ts",
|
|
21729
|
+
"releaseTag": "Public",
|
|
21730
|
+
"name": "GridProFilterTypes",
|
|
21731
|
+
"preserveMemberOrder": false,
|
|
21732
|
+
"members": [
|
|
21733
|
+
{
|
|
21734
|
+
"kind": "EnumMember",
|
|
21735
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProFilterTypes.enumFilter:member",
|
|
21736
|
+
"docComment": "",
|
|
21737
|
+
"excerptTokens": [
|
|
21738
|
+
{
|
|
21739
|
+
"kind": "Content",
|
|
21740
|
+
"text": "enumFilter = "
|
|
21741
|
+
},
|
|
21742
|
+
{
|
|
21743
|
+
"kind": "Content",
|
|
21744
|
+
"text": "\"enumColumnFilter\""
|
|
21745
|
+
}
|
|
21746
|
+
],
|
|
21747
|
+
"initializerTokenRange": {
|
|
21748
|
+
"startIndex": 1,
|
|
21749
|
+
"endIndex": 2
|
|
21750
|
+
},
|
|
21751
|
+
"releaseTag": "Public",
|
|
21752
|
+
"name": "enumFilter"
|
|
21753
|
+
},
|
|
21754
|
+
{
|
|
21755
|
+
"kind": "EnumMember",
|
|
21756
|
+
"canonicalReference": "@genesislcap/grid-pro!GridProFilterTypes.enumFloatingFilter:member",
|
|
21757
|
+
"docComment": "",
|
|
21758
|
+
"excerptTokens": [
|
|
21759
|
+
{
|
|
21760
|
+
"kind": "Content",
|
|
21761
|
+
"text": "enumFloatingFilter = "
|
|
21762
|
+
},
|
|
21763
|
+
{
|
|
21764
|
+
"kind": "Content",
|
|
21765
|
+
"text": "\"enumColumnFloatingFilter\""
|
|
21766
|
+
}
|
|
21767
|
+
],
|
|
21768
|
+
"initializerTokenRange": {
|
|
21769
|
+
"startIndex": 1,
|
|
21770
|
+
"endIndex": 2
|
|
21771
|
+
},
|
|
21772
|
+
"releaseTag": "Public",
|
|
21773
|
+
"name": "enumFloatingFilter"
|
|
21774
|
+
}
|
|
21775
|
+
]
|
|
21776
|
+
},
|
|
20305
21777
|
{
|
|
20306
21778
|
"kind": "Class",
|
|
20307
21779
|
"canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource:class",
|