@genesislcap/grid-pro 15.6.2 → 15.7.0-ts7.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.
Files changed (69) hide show
  1. package/dist/dts/cell/cell.d.ts.map +1 -1
  2. package/dist/dts/cell-editors/date.editor.d.ts.map +1 -1
  3. package/dist/dts/cell-editors/multiselect.editor.d.ts.map +1 -1
  4. package/dist/dts/cell-editors/number.editor.d.ts.map +1 -1
  5. package/dist/dts/cell-editors/select.editor.d.ts.map +1 -1
  6. package/dist/dts/cell-editors/string.editor.d.ts.map +1 -1
  7. package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -1
  8. package/dist/dts/cell-renderers/actions-menu.renderer.d.ts.map +1 -1
  9. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  10. package/dist/dts/cell-renderers/editable.renderer.d.ts.map +1 -1
  11. package/dist/dts/cell-renderers/icon.renderer.d.ts.map +1 -1
  12. package/dist/dts/cell-renderers/select.renderer.d.ts.map +1 -1
  13. package/dist/dts/cell-renderers/status-pill.renderer.d.ts.map +1 -1
  14. package/dist/dts/cell-renderers/text-field.renderer.d.ts.map +1 -1
  15. package/dist/dts/cell-renderers/text.renderer.d.ts +2 -2
  16. package/dist/dts/cell-renderers/text.renderer.d.ts.map +1 -1
  17. package/dist/dts/cell-renderers/utils/accessor.d.ts.map +1 -1
  18. package/dist/dts/column/column.d.ts +1 -367
  19. package/dist/dts/column/column.d.ts.map +1 -1
  20. package/dist/dts/datasource/base.datasource.d.ts +1 -361
  21. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  22. package/dist/dts/datasource/base.types.d.ts +2 -2
  23. package/dist/dts/datasource/base.types.d.ts.map +1 -1
  24. package/dist/dts/datasource/server-side.datasource.d.ts +1 -367
  25. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  26. package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
  27. package/dist/dts/datasource/server-side.resource-dataserver.d.ts.map +1 -1
  28. package/dist/dts/datasource/server-side.resource-reqrep.d.ts.map +1 -1
  29. package/dist/dts/grid-pro-beta.d.ts +81 -447
  30. package/dist/dts/grid-pro-beta.d.ts.map +1 -1
  31. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +20 -20
  32. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -1
  33. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts +4 -4
  34. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.d.ts.map +1 -1
  35. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +1 -367
  36. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  37. package/dist/dts/grid-pro.d.ts +1 -367
  38. package/dist/dts/grid-pro.d.ts.map +1 -1
  39. package/dist/dts/grid-pro.definitions.d.ts +4 -4
  40. package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
  41. package/dist/dts/grid-pro.template.d.ts.map +1 -1
  42. package/dist/dts/grid-pro.types.d.ts.map +1 -1
  43. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +1 -367
  44. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -1
  45. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -1
  46. package/dist/dts/state-persistence/kv-state.d.ts.map +1 -1
  47. package/dist/dts/state-persistence/local-state.d.ts.map +1 -1
  48. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  49. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  50. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  51. package/dist/dts/status-bar-components/row-count.status-bar.d.ts.map +1 -1
  52. package/dist/dts/style/tokens.d.ts.map +1 -1
  53. package/dist/dts/tooltips/error-tooltip.d.ts.map +1 -1
  54. package/dist/dts/utils/error.d.ts.map +1 -1
  55. package/dist/dts/utils/string.d.ts.map +1 -1
  56. package/dist/esm/cell-renderers/action.renderer.js +2 -1
  57. package/dist/esm/cell-renderers/icon.renderer.js +3 -6
  58. package/dist/esm/datasource/server-side.datasource.js +8 -4
  59. package/dist/esm/datasource/server-side.resource-base.js +4 -3
  60. package/dist/esm/datasource/server-side.resource-dataserver.js +4 -2
  61. package/dist/esm/datasource/server-side.resource-reqrep.js +7 -5
  62. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +2 -1
  63. package/dist/esm/grid-pro.js +1 -4
  64. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +6 -9
  65. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +1 -4
  66. package/dist/esm/status-bar-components/row-count.status-bar.js +2 -1
  67. package/dist/grid-pro.api.json +398 -384
  68. package/dist/grid-pro.d.ts +185 -2724
  69. package/package.json +14 -14
@@ -3136,7 +3136,7 @@
3136
3136
  },
3137
3137
  {
3138
3138
  "kind": "Content",
3139
- "text": "{\n readonly error: \"base-datasource-error\";\n readonly connected: \"base-datasource-connected\";\n}"
3139
+ "text": "{\n readonly error: 'base-datasource-error';\n readonly connected: 'base-datasource-connected';\n}"
3140
3140
  }
3141
3141
  ],
3142
3142
  "fileUrlPath": "src/datasource/base.types.ts",
@@ -4307,7 +4307,7 @@
4307
4307
  },
4308
4308
  {
4309
4309
  "kind": "Content",
4310
- "text": "{\n readonly initialize: \"datasource-initialize\";\n readonly ready: \"datasource-ready\";\n readonly dataLoaded: \"datasource-data-loaded\";\n readonly dataChanged: \"datasource-data-changed\";\n readonly dataCleared: \"datasource-data-cleared\";\n readonly schemaUpdated: \"datasource-schema-updated\";\n readonly loadingStarted: \"datasource-loading-started\";\n readonly loadingFinished: \"datasource-loading-finished\";\n readonly noDataAvailable: \"datasource-no-data-available\";\n readonly moreDataAvailable: \"datasource-more-data-available\";\n readonly filtersRestored: \"datasource-filters-restored\";\n readonly error: \"datasource-error\";\n readonly destroy: \"datasource-destroy\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly cacheFilterConfig: \"cache-filter-config\";\n readonly refreshServerSide: \"refresh-server-side\";\n readonly setServerSideDatasource: \"set-server-side-datasource\";\n readonly addGridCssClass: \"add-grid-css-class\";\n readonly removeGridCssClass: \"remove-grid-css-class\";\n readonly applyServerSideTransaction: \"apply-server-side-transaction\";\n}"
4310
+ "text": "{\n readonly initialize: 'datasource-initialize';\n readonly ready: 'datasource-ready';\n readonly dataLoaded: 'datasource-data-loaded';\n readonly dataChanged: 'datasource-data-changed';\n readonly dataCleared: 'datasource-data-cleared';\n readonly schemaUpdated: 'datasource-schema-updated';\n readonly loadingStarted: 'datasource-loading-started';\n readonly loadingFinished: 'datasource-loading-finished';\n readonly noDataAvailable: 'datasource-no-data-available';\n readonly moreDataAvailable: 'datasource-more-data-available';\n readonly filtersRestored: 'datasource-filters-restored';\n readonly error: 'datasource-error';\n readonly destroy: 'datasource-destroy';\n readonly sizeChanged: 'datasource-size-changed';\n readonly cacheFilterConfig: 'cache-filter-config';\n readonly refreshServerSide: 'refresh-server-side';\n readonly setServerSideDatasource: 'set-server-side-datasource';\n readonly addGridCssClass: 'add-grid-css-class';\n readonly removeGridCssClass: 'remove-grid-css-class';\n readonly applyServerSideTransaction: 'apply-server-side-transaction';\n}"
4311
4311
  }
4312
4312
  ],
4313
4313
  "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
@@ -11263,63 +11263,32 @@
11263
11263
  "name": "getTextFieldRendererTemplate"
11264
11264
  },
11265
11265
  {
11266
- "kind": "Function",
11267
- "canonicalReference": "@genesislcap/grid-pro!getTextRendererTemplate:function(1)",
11266
+ "kind": "Variable",
11267
+ "canonicalReference": "@genesislcap/grid-pro!getTextRendererTemplate:var",
11268
11268
  "docComment": "/**\n * @deprecated\n *\n * - Use getTextFieldRendererTemplate instead\n *\n * @public\n */\n",
11269
11269
  "excerptTokens": [
11270
11270
  {
11271
11271
  "kind": "Content",
11272
- "text": "getTextRendererTemplate: (designSystem?: "
11273
- },
11274
- {
11275
- "kind": "Content",
11276
- "text": "string"
11277
- },
11278
- {
11279
- "kind": "Content",
11280
- "text": ") => "
11281
- },
11282
- {
11283
- "kind": "Content",
11284
- "text": "import(\"@microsoft/fast-element\")."
11285
- },
11286
- {
11287
- "kind": "Reference",
11288
- "text": "ViewTemplate",
11289
- "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
11272
+ "text": "getTextRendererTemplate: "
11290
11273
  },
11291
11274
  {
11292
11275
  "kind": "Content",
11293
- "text": "<"
11276
+ "text": "typeof "
11294
11277
  },
11295
11278
  {
11296
11279
  "kind": "Reference",
11297
- "text": "AgTextFieldRenderer",
11298
- "canonicalReference": "@genesislcap/grid-pro!AgTextFieldRenderer:class"
11299
- },
11300
- {
11301
- "kind": "Content",
11302
- "text": ", any>"
11280
+ "text": "getTextFieldRendererTemplate",
11281
+ "canonicalReference": "@genesislcap/grid-pro!getTextFieldRendererTemplate:var"
11303
11282
  }
11304
11283
  ],
11305
11284
  "fileUrlPath": "src/cell-renderers/text.renderer.ts",
11306
- "returnTypeTokenRange": {
11307
- "startIndex": 3,
11308
- "endIndex": 8
11309
- },
11285
+ "isReadonly": true,
11310
11286
  "releaseTag": "Public",
11311
- "overloadIndex": 1,
11312
- "parameters": [
11313
- {
11314
- "parameterName": "designSystem",
11315
- "parameterTypeTokenRange": {
11316
- "startIndex": 1,
11317
- "endIndex": 2
11318
- },
11319
- "isOptional": true
11320
- }
11321
- ],
11322
- "name": "getTextRendererTemplate"
11287
+ "name": "getTextRendererTemplate",
11288
+ "variableTypeTokenRange": {
11289
+ "startIndex": 1,
11290
+ "endIndex": 3
11291
+ }
11323
11292
  },
11324
11293
  {
11325
11294
  "kind": "Variable",
@@ -16461,7 +16430,124 @@
16461
16430
  },
16462
16431
  {
16463
16432
  "kind": "Content",
16464
- "text": "<any, any> | {\n colId?: string;\n field?: string;\n type?: string | string[];\n valueGetter?: string | import(\"@ag-grid-community/core\")."
16433
+ "text": "<any, any> | {\n filterFramework?: any;\n floatingFilterComponentFramework?: any;\n tooltipComponentFramework?: any;\n cellEditorFramework?: any;\n headerComponentFramework?: any;\n columnsMenuParams?: import(\"@ag-grid-community/core\")."
16434
+ },
16435
+ {
16436
+ "kind": "Reference",
16437
+ "text": "ColumnsMenuParams",
16438
+ "canonicalReference": "@ag-grid-community/core!ColumnsMenuParams:interface"
16439
+ },
16440
+ {
16441
+ "kind": "Content",
16442
+ "text": ";\n suppressMenu?: boolean;\n cellRendererFramework?: any;\n suppressCellFlash?: boolean;\n spanHeaderHeight?: boolean;\n filter?: any;\n filterParams?: any;\n floatingFilterComponent?: any;\n floatingFilterComponentParams?: any;\n headerName?: string;\n headerValueGetter?: string | import(\"@ag-grid-community/core\")."
16443
+ },
16444
+ {
16445
+ "kind": "Reference",
16446
+ "text": "HeaderValueGetterFunc",
16447
+ "canonicalReference": "@ag-grid-community/core!HeaderValueGetterFunc:interface"
16448
+ },
16449
+ {
16450
+ "kind": "Content",
16451
+ "text": "<any> | import(\"ag-grid-community\")."
16452
+ },
16453
+ {
16454
+ "kind": "Reference",
16455
+ "text": "HeaderValueGetterFunc",
16456
+ "canonicalReference": "ag-grid-community!HeaderValueGetterFunc:type"
16457
+ },
16458
+ {
16459
+ "kind": "Content",
16460
+ "text": "<any, any, any>;\n headerTooltip?: string;\n headerTooltipValueGetter?: import(\"ag-grid-community\")."
16461
+ },
16462
+ {
16463
+ "kind": "Reference",
16464
+ "text": "HeaderTooltipValueGetterFunc",
16465
+ "canonicalReference": "ag-grid-community!HeaderTooltipValueGetterFunc:type"
16466
+ },
16467
+ {
16468
+ "kind": "Content",
16469
+ "text": "<any, any, any>;\n headerStyle?: import(\"ag-grid-community\")."
16470
+ },
16471
+ {
16472
+ "kind": "Reference",
16473
+ "text": "HeaderStyle",
16474
+ "canonicalReference": "ag-grid-community!HeaderStyle:interface"
16475
+ },
16476
+ {
16477
+ "kind": "Content",
16478
+ "text": " | import(\"ag-grid-community\")."
16479
+ },
16480
+ {
16481
+ "kind": "Reference",
16482
+ "text": "HeaderStyleFunc",
16483
+ "canonicalReference": "ag-grid-community!HeaderStyleFunc:type"
16484
+ },
16485
+ {
16486
+ "kind": "Content",
16487
+ "text": "<any, any, any>;\n headerClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
16488
+ },
16489
+ {
16490
+ "kind": "Reference",
16491
+ "text": "HeaderClassParams",
16492
+ "canonicalReference": "@ag-grid-community/core!HeaderClassParams:interface"
16493
+ },
16494
+ {
16495
+ "kind": "Content",
16496
+ "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
16497
+ },
16498
+ {
16499
+ "kind": "Reference",
16500
+ "text": "HeaderClassParams",
16501
+ "canonicalReference": "ag-grid-community!HeaderClassParams:interface"
16502
+ },
16503
+ {
16504
+ "kind": "Content",
16505
+ "text": "<any, any, any>) => string | string[] | undefined);\n suppressHeaderKeyboardEvent?: import(\"ag-grid-community\")."
16506
+ },
16507
+ {
16508
+ "kind": "Reference",
16509
+ "text": "SuppressHeaderKeyboardEventFunc",
16510
+ "canonicalReference": "ag-grid-community!SuppressHeaderKeyboardEventFunc:type"
16511
+ },
16512
+ {
16513
+ "kind": "Content",
16514
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
16515
+ },
16516
+ {
16517
+ "kind": "Reference",
16518
+ "text": "SuppressHeaderKeyboardEventParams",
16519
+ "canonicalReference": "@ag-grid-community/core!SuppressHeaderKeyboardEventParams:interface"
16520
+ },
16521
+ {
16522
+ "kind": "Content",
16523
+ "text": "<any>) => boolean);\n columnGroupShow?: import(\"ag-grid-community\")."
16524
+ },
16525
+ {
16526
+ "kind": "Reference",
16527
+ "text": "ColumnGroupShowType",
16528
+ "canonicalReference": "ag-grid-community!ColumnGroupShowType:type"
16529
+ },
16530
+ {
16531
+ "kind": "Content",
16532
+ "text": ";\n toolPanelClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
16533
+ },
16534
+ {
16535
+ "kind": "Reference",
16536
+ "text": "ToolPanelClassParams",
16537
+ "canonicalReference": "@ag-grid-community/core!ToolPanelClassParams:interface"
16538
+ },
16539
+ {
16540
+ "kind": "Content",
16541
+ "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
16542
+ },
16543
+ {
16544
+ "kind": "Reference",
16545
+ "text": "ToolPanelClassParams",
16546
+ "canonicalReference": "ag-grid-community!ToolPanelClassParams:interface"
16547
+ },
16548
+ {
16549
+ "kind": "Content",
16550
+ "text": "<any, any, any>) => string | string[] | undefined);\n suppressColumnsToolPanel?: boolean;\n suppressFiltersToolPanel?: boolean;\n tooltipComponent?: any;\n tooltipComponentParams?: any;\n pivotKeys?: string[];\n cellAriaRole?: string;\n context?: any;\n wrapHeaderText?: boolean;\n autoHeaderHeight?: boolean;\n suppressHeaderContextMenu?: boolean;\n colId?: string;\n field?: string;\n type?: string | string[];\n cellDataType?: boolean | string;\n allowFormula?: boolean;\n calculatedExpression?: string;\n valueGetter?: string | import(\"@ag-grid-community/core\")."
16465
16551
  },
16466
16552
  {
16467
16553
  "kind": "Reference",
@@ -16506,7 +16592,16 @@
16506
16592
  },
16507
16593
  {
16508
16594
  "kind": "Content",
16509
- "text": ";\n keyCreator?: ((params: import(\"@ag-grid-community/core\")."
16595
+ "text": ";\n keyCreator?: import(\"ag-grid-community\")."
16596
+ },
16597
+ {
16598
+ "kind": "Reference",
16599
+ "text": "KeyCreatorFunc",
16600
+ "canonicalReference": "ag-grid-community!KeyCreatorFunc:type"
16601
+ },
16602
+ {
16603
+ "kind": "Content",
16604
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
16510
16605
  },
16511
16606
  {
16512
16607
  "kind": "Reference",
@@ -16515,16 +16610,25 @@
16515
16610
  },
16516
16611
  {
16517
16612
  "kind": "Content",
16518
- "text": "<any, any>) => string) | import(\"ag-grid-community\")."
16613
+ "text": "<any, any>) => string);\n equals?: import(\"ag-grid-community\")."
16519
16614
  },
16520
16615
  {
16521
16616
  "kind": "Reference",
16522
- "text": "KeyCreatorFunc",
16523
- "canonicalReference": "ag-grid-community!KeyCreatorFunc:type"
16617
+ "text": "EqualsFunc",
16618
+ "canonicalReference": "ag-grid-community!EqualsFunc:type"
16619
+ },
16620
+ {
16621
+ "kind": "Content",
16622
+ "text": "<any>;\n tooltipField?: string;\n tooltipValueGetter?: import(\"ag-grid-community\")."
16623
+ },
16624
+ {
16625
+ "kind": "Reference",
16626
+ "text": "TooltipValueGetterFunc",
16627
+ "canonicalReference": "ag-grid-community!TooltipValueGetterFunc:type"
16524
16628
  },
16525
16629
  {
16526
16630
  "kind": "Content",
16527
- "text": "<any, any, any>;\n equals?: (valueA: any, valueB: any) => boolean;\n tooltipField?: string;\n tooltipValueGetter?: ((params: import(\"@ag-grid-community/core\")."
16631
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
16528
16632
  },
16529
16633
  {
16530
16634
  "kind": "Reference",
@@ -16533,16 +16637,25 @@
16533
16637
  },
16534
16638
  {
16535
16639
  "kind": "Content",
16536
- "text": "<any, any, any>) => string | any) | import(\"ag-grid-community\")."
16640
+ "text": "<any, any, any>) => string | any);\n tooltipComponentSelector?: import(\"ag-grid-community\")."
16537
16641
  },
16538
16642
  {
16539
16643
  "kind": "Reference",
16540
- "text": "TooltipValueGetterFunc",
16541
- "canonicalReference": "ag-grid-community!TooltipValueGetterFunc:type"
16644
+ "text": "CellEditorSelectorFunc",
16645
+ "canonicalReference": "ag-grid-community!CellEditorSelectorFunc:type"
16646
+ },
16647
+ {
16648
+ "kind": "Content",
16649
+ "text": " | import(\"ag-grid-community\")."
16650
+ },
16651
+ {
16652
+ "kind": "Reference",
16653
+ "text": "CellRendererSelectorFunc",
16654
+ "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:type"
16542
16655
  },
16543
16656
  {
16544
16657
  "kind": "Content",
16545
- "text": "<any, any, any>;\n checkboxSelection?: boolean | import(\"@ag-grid-community/core\")."
16658
+ "text": ";\n checkboxSelection?: boolean | import(\"@ag-grid-community/core\")."
16546
16659
  },
16547
16660
  {
16548
16661
  "kind": "Reference",
@@ -16587,16 +16700,16 @@
16587
16700
  },
16588
16701
  {
16589
16702
  "kind": "Content",
16590
- "text": "<any, any, any>;\n suppressKeyboardEvent?: ((params: import(\"@ag-grid-community/core\")."
16703
+ "text": "<any, any, any>;\n suppressNoteActions?: boolean | import(\"ag-grid-community\")."
16591
16704
  },
16592
16705
  {
16593
16706
  "kind": "Reference",
16594
- "text": "SuppressKeyboardEventParams",
16595
- "canonicalReference": "@ag-grid-community/core!SuppressKeyboardEventParams:interface"
16707
+ "text": "SuppressNoteActionsCallback",
16708
+ "canonicalReference": "ag-grid-community!SuppressNoteActionsCallback:type"
16596
16709
  },
16597
16710
  {
16598
16711
  "kind": "Content",
16599
- "text": "<any>) => boolean) | import(\"ag-grid-community\")."
16712
+ "text": "<any, any, any>;\n suppressKeyboardEvent?: import(\"ag-grid-community\")."
16600
16713
  },
16601
16714
  {
16602
16715
  "kind": "Reference",
@@ -16605,7 +16718,16 @@
16605
16718
  },
16606
16719
  {
16607
16720
  "kind": "Content",
16608
- "text": "<any, any, any>;\n suppressPaste?: boolean | import(\"@ag-grid-community/core\")."
16721
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
16722
+ },
16723
+ {
16724
+ "kind": "Reference",
16725
+ "text": "SuppressKeyboardEventParams",
16726
+ "canonicalReference": "@ag-grid-community/core!SuppressKeyboardEventParams:interface"
16727
+ },
16728
+ {
16729
+ "kind": "Content",
16730
+ "text": "<any>) => boolean);\n suppressPaste?: boolean | import(\"@ag-grid-community/core\")."
16609
16731
  },
16610
16732
  {
16611
16733
  "kind": "Reference",
@@ -16623,7 +16745,7 @@
16623
16745
  },
16624
16746
  {
16625
16747
  "kind": "Content",
16626
- "text": "<any, any, any>;\n suppressFillHandle?: boolean;\n hide?: boolean | null;\n initialHide?: boolean;\n lockVisible?: boolean;\n lockPosition?: boolean | \"left\" | \"right\";\n suppressMovable?: boolean;\n editable?: boolean | import(\"@ag-grid-community/core\")."
16748
+ "text": "<any, any, any>;\n suppressFillHandle?: boolean;\n hide?: boolean | null;\n initialHide?: boolean;\n lockVisible?: boolean;\n lockPosition?: boolean | 'left' | 'right';\n suppressMovable?: boolean;\n useValueFormatterForExport?: boolean;\n editable?: boolean | import(\"@ag-grid-community/core\")."
16627
16749
  },
16628
16750
  {
16629
16751
  "kind": "Reference",
@@ -16639,6 +16761,33 @@
16639
16761
  "text": "EditableCallback",
16640
16762
  "canonicalReference": "ag-grid-community!EditableCallback:type"
16641
16763
  },
16764
+ {
16765
+ "kind": "Content",
16766
+ "text": "<any, any, any>;\n groupRowEditable?: boolean | import(\"ag-grid-community\")."
16767
+ },
16768
+ {
16769
+ "kind": "Reference",
16770
+ "text": "GroupRowEditableCallback",
16771
+ "canonicalReference": "ag-grid-community!GroupRowEditableCallback:type"
16772
+ },
16773
+ {
16774
+ "kind": "Content",
16775
+ "text": "<any, any>;\n groupRowValueSetter?: boolean | import(\"ag-grid-community\")."
16776
+ },
16777
+ {
16778
+ "kind": "Reference",
16779
+ "text": "GroupRowValueSetterFunc",
16780
+ "canonicalReference": "ag-grid-community!GroupRowValueSetterFunc:type"
16781
+ },
16782
+ {
16783
+ "kind": "Content",
16784
+ "text": "<any, any> | import(\"ag-grid-community\")."
16785
+ },
16786
+ {
16787
+ "kind": "Reference",
16788
+ "text": "GroupRowValueSetterOptions",
16789
+ "canonicalReference": "ag-grid-community!GroupRowValueSetterOptions:interface"
16790
+ },
16642
16791
  {
16643
16792
  "kind": "Content",
16644
16793
  "text": "<any, any, any>;\n valueSetter?: string | import(\"@ag-grid-community/core\")."
@@ -16677,7 +16826,7 @@
16677
16826
  },
16678
16827
  {
16679
16828
  "kind": "Content",
16680
- "text": "<any, any, any>;\n cellEditor?: any;\n cellEditorFramework?: any;\n cellEditorParams?: any;\n cellEditorSelector?: import(\"@ag-grid-community/core\")."
16829
+ "text": "<any, any, any>;\n cellEditor?: any;\n cellEditorParams?: any;\n cellEditorSelector?: import(\"@ag-grid-community/core\")."
16681
16830
  },
16682
16831
  {
16683
16832
  "kind": "Reference",
@@ -16695,7 +16844,7 @@
16695
16844
  },
16696
16845
  {
16697
16846
  "kind": "Content",
16698
- "text": "<any, any, any>;\n singleClickEdit?: boolean;\n cellEditorPopup?: boolean;\n cellEditorPopupPosition?: \"over\" | \"under\";\n onCellValueChanged?: ((event: import(\"@ag-grid-community/core\")."
16847
+ "text": "<any, any, any>;\n singleClickEdit?: boolean;\n cellEditorPopup?: boolean;\n cellEditorPopupPosition?: 'over' | 'under';\n useValueParserForImport?: boolean;\n onCellValueChanged?: ((event: import(\"@ag-grid-community/core\")."
16699
16848
  },
16700
16849
  {
16701
16850
  "kind": "Reference",
@@ -16767,25 +16916,25 @@
16767
16916
  },
16768
16917
  {
16769
16918
  "kind": "Content",
16770
- "text": "<any, any, any>) => void);\n getQuickFilterText?: ((params: import(\"@ag-grid-community/core\")."
16919
+ "text": "<any, any, any>) => void);\n getQuickFilterText?: import(\"ag-grid-community\")."
16771
16920
  },
16772
16921
  {
16773
16922
  "kind": "Reference",
16774
- "text": "GetQuickFilterTextParams",
16775
- "canonicalReference": "@ag-grid-community/core!GetQuickFilterTextParams:interface"
16923
+ "text": "GetQuickFilterText",
16924
+ "canonicalReference": "ag-grid-community!GetQuickFilterText:type"
16776
16925
  },
16777
16926
  {
16778
16927
  "kind": "Content",
16779
- "text": "<any, any>) => string) | import(\"ag-grid-community\")."
16928
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
16780
16929
  },
16781
16930
  {
16782
16931
  "kind": "Reference",
16783
- "text": "GetQuickFilterText",
16784
- "canonicalReference": "ag-grid-community!GetQuickFilterText:type"
16932
+ "text": "GetQuickFilterTextParams",
16933
+ "canonicalReference": "@ag-grid-community/core!GetQuickFilterTextParams:interface"
16785
16934
  },
16786
16935
  {
16787
16936
  "kind": "Content",
16788
- "text": "<any, any, any>;\n filterValueGetter?: string | import(\"@ag-grid-community/core\")."
16937
+ "text": "<any, any>) => string);\n filterValueGetter?: string | import(\"@ag-grid-community/core\")."
16789
16938
  },
16790
16939
  {
16791
16940
  "kind": "Reference",
@@ -16803,93 +16952,93 @@
16803
16952
  },
16804
16953
  {
16805
16954
  "kind": "Content",
16806
- "text": "<any, any, any>;\n floatingFilter?: boolean;\n wrapHeaderText?: boolean;\n autoHeaderHeight?: boolean;\n headerComponent?: any;\n headerComponentFramework?: any;\n headerComponentParams?: any;\n menuTabs?: import(\"@ag-grid-community/core\")."
16955
+ "text": "<any, any, any>;\n floatingFilter?: boolean;\n suppressFloatingFilterButton?: boolean;\n dateComponent?: any;\n dateComponentParams?: any;\n getFindText?: import(\"ag-grid-community\")."
16807
16956
  },
16808
16957
  {
16809
16958
  "kind": "Reference",
16810
- "text": "ColumnMenuTab",
16811
- "canonicalReference": "@ag-grid-community/core!ColumnMenuTab:type"
16959
+ "text": "GetFindTextFunc",
16960
+ "canonicalReference": "ag-grid-community!GetFindTextFunc:type"
16812
16961
  },
16813
16962
  {
16814
16963
  "kind": "Content",
16815
- "text": "[];\n columnsMenuParams?: import(\"@ag-grid-community/core\")."
16964
+ "text": "<any, any, any>;\n headerComponent?: any;\n headerComponentParams?: any;\n menuTabs?: import(\"@ag-grid-community/core\")."
16816
16965
  },
16817
16966
  {
16818
16967
  "kind": "Reference",
16819
- "text": "ColumnsMenuParams",
16820
- "canonicalReference": "@ag-grid-community/core!ColumnsMenuParams:interface"
16968
+ "text": "ColumnMenuTab",
16969
+ "canonicalReference": "@ag-grid-community/core!ColumnMenuTab:type"
16821
16970
  },
16822
16971
  {
16823
16972
  "kind": "Content",
16824
- "text": ";\n suppressMenu?: boolean;\n headerCheckboxSelection?: boolean | import(\"@ag-grid-community/core\")."
16973
+ "text": "[];\n columnChooserParams?: import(\"ag-grid-community\")."
16825
16974
  },
16826
16975
  {
16827
16976
  "kind": "Reference",
16828
- "text": "HeaderCheckboxSelectionCallback",
16829
- "canonicalReference": "@ag-grid-community/core!HeaderCheckboxSelectionCallback:interface"
16977
+ "text": "ColumnChooserParams",
16978
+ "canonicalReference": "ag-grid-community!ColumnChooserParams:interface"
16830
16979
  },
16831
16980
  {
16832
16981
  "kind": "Content",
16833
- "text": "<any> | import(\"ag-grid-community\")."
16982
+ "text": ";\n suppressHeaderMenuButton?: boolean;\n suppressHeaderFilterButton?: boolean;\n mainMenuItems?: (import(\"ag-grid-community\")."
16834
16983
  },
16835
16984
  {
16836
16985
  "kind": "Reference",
16837
- "text": "HeaderCheckboxSelectionCallback",
16838
- "canonicalReference": "ag-grid-community!HeaderCheckboxSelectionCallback:type"
16986
+ "text": "MenuItemDef",
16987
+ "canonicalReference": "ag-grid-community!MenuItemDef:interface"
16839
16988
  },
16840
16989
  {
16841
16990
  "kind": "Content",
16842
- "text": "<any, any, any>;\n headerCheckboxSelectionFilteredOnly?: boolean;\n headerCheckboxSelectionCurrentPageOnly?: boolean;\n chartDataType?: \"category\" | \"series\" | \"time\" | \"excluded\";\n pinned?: boolean | \"left\" | \"right\" | null;\n initialPinned?: boolean | \"left\" | \"right\";\n lockPinned?: boolean;\n pivot?: boolean | null;\n initialPivot?: boolean;\n pivotIndex?: number | null;\n initialPivotIndex?: number;\n pivotComparator?: (valueA: string, valueB: string) => number;\n enablePivot?: boolean;\n cellStyle?: import(\"@ag-grid-community/core\")."
16991
+ "text": "<any, any> | import(\"ag-grid-community\")."
16843
16992
  },
16844
16993
  {
16845
16994
  "kind": "Reference",
16846
- "text": "CellStyle",
16847
- "canonicalReference": "@ag-grid-community/core!CellStyle:interface"
16995
+ "text": "DefaultMenuItem",
16996
+ "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
16848
16997
  },
16849
16998
  {
16850
16999
  "kind": "Content",
16851
- "text": " | import(\"@ag-grid-community/core\")."
17000
+ "text": ")[] | import(\"ag-grid-community\")."
16852
17001
  },
16853
17002
  {
16854
17003
  "kind": "Reference",
16855
- "text": "CellStyleFunc",
16856
- "canonicalReference": "@ag-grid-community/core!CellStyleFunc:interface"
17004
+ "text": "GetMainMenuItems",
17005
+ "canonicalReference": "ag-grid-community!GetMainMenuItems:type"
16857
17006
  },
16858
17007
  {
16859
17008
  "kind": "Content",
16860
- "text": "<any> | import(\"ag-grid-community\")."
17009
+ "text": "<any>;\n contextMenuItems?: (import(\"ag-grid-community\")."
16861
17010
  },
16862
17011
  {
16863
17012
  "kind": "Reference",
16864
- "text": "CellStyleFunc",
16865
- "canonicalReference": "ag-grid-community!CellStyleFunc:type"
17013
+ "text": "MenuItemDef",
17014
+ "canonicalReference": "ag-grid-community!MenuItemDef:interface"
16866
17015
  },
16867
17016
  {
16868
17017
  "kind": "Content",
16869
- "text": "<any, any, any>;\n cellClass?: string | string[] | import(\"@ag-grid-community/core\")."
17018
+ "text": "<any, any> | import(\"ag-grid-community\")."
16870
17019
  },
16871
17020
  {
16872
17021
  "kind": "Reference",
16873
- "text": "CellClassFunc",
16874
- "canonicalReference": "@ag-grid-community/core!CellClassFunc:interface"
17022
+ "text": "DefaultMenuItem",
17023
+ "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
16875
17024
  },
16876
17025
  {
16877
17026
  "kind": "Content",
16878
- "text": "<any> | import(\"ag-grid-community\")."
17027
+ "text": ")[] | import(\"ag-grid-community\")."
16879
17028
  },
16880
17029
  {
16881
17030
  "kind": "Reference",
16882
- "text": "CellClassFunc",
16883
- "canonicalReference": "ag-grid-community!CellClassFunc:type"
17031
+ "text": "GetContextMenuItems",
17032
+ "canonicalReference": "ag-grid-community!GetContextMenuItems:type"
16884
17033
  },
16885
17034
  {
16886
17035
  "kind": "Content",
16887
- "text": "<any, any, any>;\n cellClassRules?: import(\"@ag-grid-community/core\")."
17036
+ "text": "<any>;\n headerCheckboxSelection?: boolean | import(\"@ag-grid-community/core\")."
16888
17037
  },
16889
17038
  {
16890
17039
  "kind": "Reference",
16891
- "text": "CellClassRules",
16892
- "canonicalReference": "@ag-grid-community/core!CellClassRules:interface"
17040
+ "text": "HeaderCheckboxSelectionCallback",
17041
+ "canonicalReference": "@ag-grid-community/core!HeaderCheckboxSelectionCallback:interface"
16893
17042
  },
16894
17043
  {
16895
17044
  "kind": "Content",
@@ -16897,35 +17046,35 @@
16897
17046
  },
16898
17047
  {
16899
17048
  "kind": "Reference",
16900
- "text": "CellClassRules",
16901
- "canonicalReference": "ag-grid-community!CellClassRules:interface"
17049
+ "text": "HeaderCheckboxSelectionCallback",
17050
+ "canonicalReference": "ag-grid-community!HeaderCheckboxSelectionCallback:type"
16902
17051
  },
16903
17052
  {
16904
17053
  "kind": "Content",
16905
- "text": "<any, any, any>;\n cellRenderer?: any;\n cellRendererFramework?: any;\n cellRendererParams?: any;\n cellRendererSelector?: import(\"@ag-grid-community/core\")."
17054
+ "text": "<any, any, any>;\n headerCheckboxSelectionFilteredOnly?: boolean;\n headerCheckboxSelectionCurrentPageOnly?: boolean;\n chartDataType?: 'category' | 'series' | 'time' | 'excluded';\n pinned?: boolean | 'left' | 'right' | null;\n initialPinned?: boolean | 'left' | 'right';\n lockPinned?: boolean;\n pivot?: boolean | null;\n initialPivot?: boolean;\n pivotIndex?: number | null;\n initialPivotIndex?: number;\n pivotComparator?: import(\"ag-grid-community\")."
16906
17055
  },
16907
17056
  {
16908
17057
  "kind": "Reference",
16909
- "text": "CellRendererSelectorFunc",
16910
- "canonicalReference": "@ag-grid-community/core!CellRendererSelectorFunc:interface"
17058
+ "text": "PivotComparatorFunc",
17059
+ "canonicalReference": "ag-grid-community!PivotComparatorFunc:type"
16911
17060
  },
16912
17061
  {
16913
17062
  "kind": "Content",
16914
- "text": "<any> | import(\"ag-grid-community\")."
17063
+ "text": ";\n enablePivot?: boolean;\n cellStyle?: import(\"@ag-grid-community/core\")."
16915
17064
  },
16916
17065
  {
16917
17066
  "kind": "Reference",
16918
- "text": "CellRendererSelectorFunc",
16919
- "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:type"
17067
+ "text": "CellStyle",
17068
+ "canonicalReference": "@ag-grid-community/core!CellStyle:interface"
16920
17069
  },
16921
17070
  {
16922
17071
  "kind": "Content",
16923
- "text": "<any, any, any>;\n autoHeight?: boolean;\n wrapText?: boolean;\n enableCellChangeFlash?: boolean;\n suppressCellFlash?: boolean;\n rowDrag?: boolean | import(\"@ag-grid-community/core\")."
17072
+ "text": " | import(\"@ag-grid-community/core\")."
16924
17073
  },
16925
17074
  {
16926
17075
  "kind": "Reference",
16927
- "text": "RowDragCallback",
16928
- "canonicalReference": "@ag-grid-community/core!RowDragCallback:interface"
17076
+ "text": "CellStyleFunc",
17077
+ "canonicalReference": "@ag-grid-community/core!CellStyleFunc:interface"
16929
17078
  },
16930
17079
  {
16931
17080
  "kind": "Content",
@@ -16933,35 +17082,17 @@
16933
17082
  },
16934
17083
  {
16935
17084
  "kind": "Reference",
16936
- "text": "RowDragCallback",
16937
- "canonicalReference": "ag-grid-community!RowDragCallback:type"
16938
- },
16939
- {
16940
- "kind": "Content",
16941
- "text": "<any, any, any>;\n rowDragText?: import(\"ag-grid-community\")."
16942
- },
16943
- {
16944
- "kind": "Reference",
16945
- "text": "RowDragTextFunc",
16946
- "canonicalReference": "ag-grid-community!RowDragTextFunc:type"
16947
- },
16948
- {
16949
- "kind": "Content",
16950
- "text": " | ((params: import(\"@ag-grid-community/core\")."
16951
- },
16952
- {
16953
- "kind": "Reference",
16954
- "text": "IRowDragItem",
16955
- "canonicalReference": "@ag-grid-community/core!IRowDragItem:interface"
17085
+ "text": "CellStyleFunc",
17086
+ "canonicalReference": "ag-grid-community!CellStyleFunc:type"
16956
17087
  },
16957
17088
  {
16958
17089
  "kind": "Content",
16959
- "text": ", dragItemCount: number) => string);\n dndSource?: boolean | import(\"@ag-grid-community/core\")."
17090
+ "text": "<any, any, any>;\n cellClass?: string | string[] | import(\"@ag-grid-community/core\")."
16960
17091
  },
16961
17092
  {
16962
17093
  "kind": "Reference",
16963
- "text": "DndSourceCallback",
16964
- "canonicalReference": "@ag-grid-community/core!DndSourceCallback:interface"
17094
+ "text": "CellClassFunc",
17095
+ "canonicalReference": "@ag-grid-community/core!CellClassFunc:interface"
16965
17096
  },
16966
17097
  {
16967
17098
  "kind": "Content",
@@ -16969,206 +17100,170 @@
16969
17100
  },
16970
17101
  {
16971
17102
  "kind": "Reference",
16972
- "text": "DndSourceCallback",
16973
- "canonicalReference": "ag-grid-community!DndSourceCallback:type"
16974
- },
16975
- {
16976
- "kind": "Content",
16977
- "text": "<any, any, any>;\n dndSourceOnRowDrag?: ((params: import(\"@ag-grid-community/core\")."
16978
- },
16979
- {
16980
- "kind": "Reference",
16981
- "text": "DndSourceOnRowDragParams",
16982
- "canonicalReference": "@ag-grid-community/core!DndSourceOnRowDragParams:interface"
16983
- },
16984
- {
16985
- "kind": "Content",
16986
- "text": "<any>) => void) | import(\"ag-grid-community\")."
16987
- },
16988
- {
16989
- "kind": "Reference",
16990
- "text": "DndSourceOnRowDragFunc",
16991
- "canonicalReference": "ag-grid-community!DndSourceOnRowDragFunc:type"
16992
- },
16993
- {
16994
- "kind": "Content",
16995
- "text": "<any, any>;\n rowGroup?: boolean | null;\n initialRowGroup?: boolean;\n rowGroupIndex?: number | null;\n initialRowGroupIndex?: number;\n enableRowGroup?: boolean;\n enableValue?: boolean;\n aggFunc?: string | import(\"@ag-grid-community/core\")."
16996
- },
16997
- {
16998
- "kind": "Reference",
16999
- "text": "IAggFunc",
17000
- "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
17001
- },
17002
- {
17003
- "kind": "Content",
17004
- "text": "<any, any> | import(\"ag-grid-community\")."
17005
- },
17006
- {
17007
- "kind": "Reference",
17008
- "text": "IAggFunc",
17009
- "canonicalReference": "ag-grid-community!IAggFunc:type"
17103
+ "text": "CellClassFunc",
17104
+ "canonicalReference": "ag-grid-community!CellClassFunc:type"
17010
17105
  },
17011
17106
  {
17012
17107
  "kind": "Content",
17013
- "text": "<any, any, any>;\n initialAggFunc?: string | import(\"@ag-grid-community/core\")."
17108
+ "text": "<any, any, any>;\n cellClassRules?: import(\"@ag-grid-community/core\")."
17014
17109
  },
17015
17110
  {
17016
17111
  "kind": "Reference",
17017
- "text": "IAggFunc",
17018
- "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
17112
+ "text": "CellClassRules",
17113
+ "canonicalReference": "@ag-grid-community/core!CellClassRules:interface"
17019
17114
  },
17020
17115
  {
17021
17116
  "kind": "Content",
17022
- "text": "<any, any> | import(\"ag-grid-community\")."
17117
+ "text": "<any> | import(\"ag-grid-community\")."
17023
17118
  },
17024
17119
  {
17025
17120
  "kind": "Reference",
17026
- "text": "IAggFunc",
17027
- "canonicalReference": "ag-grid-community!IAggFunc:type"
17121
+ "text": "CellClassRules",
17122
+ "canonicalReference": "ag-grid-community!CellClassRules:interface"
17028
17123
  },
17029
17124
  {
17030
17125
  "kind": "Content",
17031
- "text": "<any, any, any>;\n defaultAggFunc?: string;\n allowedAggFuncs?: string[];\n showRowGroup?: string | boolean;\n sortable?: boolean;\n sort?: \"asc\" | \"desc\" | import(\"ag-grid-community\")."
17126
+ "text": "<any, any, any>;\n cellRenderer?: any;\n cellRendererParams?: any;\n cellRendererSelector?: import(\"@ag-grid-community/core\")."
17032
17127
  },
17033
17128
  {
17034
17129
  "kind": "Reference",
17035
- "text": "SortDef",
17036
- "canonicalReference": "ag-grid-community!SortDef:type"
17130
+ "text": "CellRendererSelectorFunc",
17131
+ "canonicalReference": "@ag-grid-community/core!CellRendererSelectorFunc:interface"
17037
17132
  },
17038
17133
  {
17039
17134
  "kind": "Content",
17040
- "text": ";\n initialSort?: \"asc\" | \"desc\" | import(\"ag-grid-community\")."
17135
+ "text": "<any> | import(\"ag-grid-community\")."
17041
17136
  },
17042
17137
  {
17043
17138
  "kind": "Reference",
17044
- "text": "SortDef",
17045
- "canonicalReference": "ag-grid-community!SortDef:type"
17139
+ "text": "CellRendererSelectorFunc",
17140
+ "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:type"
17046
17141
  },
17047
17142
  {
17048
17143
  "kind": "Content",
17049
- "text": ";\n sortIndex?: number | null;\n initialSortIndex?: number;\n sortingOrder?: (import(\"ag-grid-community\")."
17144
+ "text": "<any, any, any>;\n loadingCellRenderer?: any;\n loadingCellRendererParams?: any;\n loadingCellRendererSelector?: import(\"ag-grid-community\")."
17050
17145
  },
17051
17146
  {
17052
17147
  "kind": "Reference",
17053
- "text": "SortDirection",
17054
- "canonicalReference": "ag-grid-community!SortDirection:type"
17148
+ "text": "ILoadingCellRendererSelectorFunc",
17149
+ "canonicalReference": "ag-grid-community!ILoadingCellRendererSelectorFunc:type"
17055
17150
  },
17056
17151
  {
17057
17152
  "kind": "Content",
17058
- "text": " | import(\"ag-grid-community\")."
17153
+ "text": "<any, any, any>;\n autoHeight?: boolean;\n wrapText?: boolean;\n enableCellChangeFlash?: boolean;\n rowDrag?: boolean | import(\"@ag-grid-community/core\")."
17059
17154
  },
17060
17155
  {
17061
17156
  "kind": "Reference",
17062
- "text": "SortDef",
17063
- "canonicalReference": "ag-grid-community!SortDef:type"
17157
+ "text": "RowDragCallback",
17158
+ "canonicalReference": "@ag-grid-community/core!RowDragCallback:interface"
17064
17159
  },
17065
17160
  {
17066
17161
  "kind": "Content",
17067
- "text": ")[];\n comparator?: ((valueA: any, valueB: any, nodeA: import(\"@ag-grid-community/core\")."
17162
+ "text": "<any> | import(\"ag-grid-community\")."
17068
17163
  },
17069
17164
  {
17070
17165
  "kind": "Reference",
17071
- "text": "IRowNode",
17072
- "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
17166
+ "text": "RowDragCallback",
17167
+ "canonicalReference": "ag-grid-community!RowDragCallback:type"
17073
17168
  },
17074
17169
  {
17075
17170
  "kind": "Content",
17076
- "text": "<any>, nodeB: import(\"@ag-grid-community/core\")."
17171
+ "text": "<any, any, any>;\n rowDragText?: import(\"ag-grid-community\")."
17077
17172
  },
17078
17173
  {
17079
17174
  "kind": "Reference",
17080
- "text": "IRowNode",
17081
- "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
17175
+ "text": "RowDragTextFunc",
17176
+ "canonicalReference": "ag-grid-community!RowDragTextFunc:type"
17082
17177
  },
17083
17178
  {
17084
17179
  "kind": "Content",
17085
- "text": "<any>, isDescending: boolean) => number) | import(\"ag-grid-community\")."
17180
+ "text": " | ((params: import(\"@ag-grid-community/core\")."
17086
17181
  },
17087
17182
  {
17088
17183
  "kind": "Reference",
17089
- "text": "SortComparatorFn",
17090
- "canonicalReference": "ag-grid-community!SortComparatorFn:type"
17184
+ "text": "IRowDragItem",
17185
+ "canonicalReference": "@ag-grid-community/core!IRowDragItem:interface"
17091
17186
  },
17092
17187
  {
17093
17188
  "kind": "Content",
17094
- "text": "<any, any> | "
17189
+ "text": ", dragItemCount: number) => string);\n dndSource?: boolean | import(\"@ag-grid-community/core\")."
17095
17190
  },
17096
17191
  {
17097
17192
  "kind": "Reference",
17098
- "text": "Partial",
17099
- "canonicalReference": "!Partial:type"
17193
+ "text": "DndSourceCallback",
17194
+ "canonicalReference": "@ag-grid-community/core!DndSourceCallback:interface"
17100
17195
  },
17101
17196
  {
17102
17197
  "kind": "Content",
17103
- "text": "<"
17198
+ "text": "<any> | import(\"ag-grid-community\")."
17104
17199
  },
17105
17200
  {
17106
17201
  "kind": "Reference",
17107
- "text": "Record",
17108
- "canonicalReference": "!Record:type"
17202
+ "text": "DndSourceCallback",
17203
+ "canonicalReference": "ag-grid-community!DndSourceCallback:type"
17109
17204
  },
17110
17205
  {
17111
17206
  "kind": "Content",
17112
- "text": "<import(\"ag-grid-community\")."
17207
+ "text": "<any, any, any>;\n dndSourceOnRowDrag?: import(\"ag-grid-community\")."
17113
17208
  },
17114
17209
  {
17115
17210
  "kind": "Reference",
17116
- "text": "SortType",
17117
- "canonicalReference": "ag-grid-community!SortType:type"
17211
+ "text": "DndSourceOnRowDragFunc",
17212
+ "canonicalReference": "ag-grid-community!DndSourceOnRowDragFunc:type"
17118
17213
  },
17119
17214
  {
17120
17215
  "kind": "Content",
17121
- "text": ", import(\"ag-grid-community\")."
17216
+ "text": "<any, any> | ((params: import(\"@ag-grid-community/core\")."
17122
17217
  },
17123
17218
  {
17124
17219
  "kind": "Reference",
17125
- "text": "SortComparatorFn",
17126
- "canonicalReference": "ag-grid-community!SortComparatorFn:type"
17220
+ "text": "DndSourceOnRowDragParams",
17221
+ "canonicalReference": "@ag-grid-community/core!DndSourceOnRowDragParams:interface"
17127
17222
  },
17128
17223
  {
17129
17224
  "kind": "Content",
17130
- "text": "<any, any>>>;\n unSortIcon?: boolean;\n colSpan?: ((params: import(\"@ag-grid-community/core\")."
17225
+ "text": "<any>) => void);\n rowGroup?: boolean | null;\n initialRowGroup?: boolean;\n rowGroupIndex?: number | null;\n initialRowGroupIndex?: number;\n enableRowGroup?: boolean;\n enableValue?: boolean;\n aggFunc?: string | import(\"@ag-grid-community/core\")."
17131
17226
  },
17132
17227
  {
17133
17228
  "kind": "Reference",
17134
- "text": "ColSpanParams",
17135
- "canonicalReference": "@ag-grid-community/core!ColSpanParams:interface"
17229
+ "text": "IAggFunc",
17230
+ "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
17136
17231
  },
17137
17232
  {
17138
17233
  "kind": "Content",
17139
- "text": "<any>) => number) | import(\"ag-grid-community\")."
17234
+ "text": "<any, any> | import(\"ag-grid-community\")."
17140
17235
  },
17141
17236
  {
17142
17237
  "kind": "Reference",
17143
- "text": "ColSpanFunc",
17144
- "canonicalReference": "ag-grid-community!ColSpanFunc:type"
17238
+ "text": "IAggFunc",
17239
+ "canonicalReference": "ag-grid-community!IAggFunc:type"
17145
17240
  },
17146
17241
  {
17147
17242
  "kind": "Content",
17148
- "text": "<any, any, any>;\n rowSpan?: ((params: import(\"@ag-grid-community/core\")."
17243
+ "text": "<any, any, any>;\n initialAggFunc?: string | import(\"@ag-grid-community/core\")."
17149
17244
  },
17150
17245
  {
17151
17246
  "kind": "Reference",
17152
- "text": "RowSpanParams",
17153
- "canonicalReference": "@ag-grid-community/core!RowSpanParams:interface"
17247
+ "text": "IAggFunc",
17248
+ "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
17154
17249
  },
17155
17250
  {
17156
17251
  "kind": "Content",
17157
- "text": "<any>) => number) | import(\"ag-grid-community\")."
17252
+ "text": "<any, any> | import(\"ag-grid-community\")."
17158
17253
  },
17159
17254
  {
17160
17255
  "kind": "Reference",
17161
- "text": "RowSpanFunc",
17162
- "canonicalReference": "ag-grid-community!RowSpanFunc:type"
17256
+ "text": "IAggFunc",
17257
+ "canonicalReference": "ag-grid-community!IAggFunc:type"
17163
17258
  },
17164
17259
  {
17165
17260
  "kind": "Content",
17166
- "text": "<any, any, any>;\n width?: number;\n initialWidth?: number;\n minWidth?: number;\n maxWidth?: number;\n flex?: number | null;\n initialFlex?: number;\n resizable?: boolean;\n suppressSizeToFit?: boolean;\n suppressAutoSize?: boolean;\n pivotValueColumn?: import(\"@ag-grid-community/core\")."
17261
+ "text": "<any, any, any>;\n valueIndex?: number;\n initialValueIndex?: number;\n defaultAggFunc?: string;\n allowedAggFuncs?: string[];\n showValuesAs?: import(\"ag-grid-community\")."
17167
17262
  },
17168
17263
  {
17169
17264
  "kind": "Reference",
17170
- "text": "Column",
17171
- "canonicalReference": "@ag-grid-community/core!Column:class"
17265
+ "text": "ShowValuesAsType",
17266
+ "canonicalReference": "ag-grid-community!ShowValuesAsType:type"
17172
17267
  },
17173
17268
  {
17174
17269
  "kind": "Content",
@@ -17176,89 +17271,17 @@
17176
17271
  },
17177
17272
  {
17178
17273
  "kind": "Reference",
17179
- "text": "Column",
17180
- "canonicalReference": "ag-grid-community!Column:interface"
17181
- },
17182
- {
17183
- "kind": "Content",
17184
- "text": "<any>;\n pivotTotalColumnIds?: string[];\n spanHeaderHeight?: boolean;\n headerName?: string;\n headerValueGetter?: string | import(\"@ag-grid-community/core\")."
17185
- },
17186
- {
17187
- "kind": "Reference",
17188
- "text": "HeaderValueGetterFunc",
17189
- "canonicalReference": "@ag-grid-community/core!HeaderValueGetterFunc:interface"
17190
- },
17191
- {
17192
- "kind": "Content",
17193
- "text": "<any> | import(\"ag-grid-community\")."
17194
- },
17195
- {
17196
- "kind": "Reference",
17197
- "text": "HeaderValueGetterFunc",
17198
- "canonicalReference": "ag-grid-community!HeaderValueGetterFunc:type"
17199
- },
17200
- {
17201
- "kind": "Content",
17202
- "text": "<any, any, any>;\n headerTooltip?: string;\n headerClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
17203
- },
17204
- {
17205
- "kind": "Reference",
17206
- "text": "HeaderClassParams",
17207
- "canonicalReference": "@ag-grid-community/core!HeaderClassParams:interface"
17208
- },
17209
- {
17210
- "kind": "Content",
17211
- "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
17212
- },
17213
- {
17214
- "kind": "Reference",
17215
- "text": "HeaderClassParams",
17216
- "canonicalReference": "ag-grid-community!HeaderClassParams:interface"
17217
- },
17218
- {
17219
- "kind": "Content",
17220
- "text": "<any, any, any>) => string | string[] | undefined);\n suppressHeaderKeyboardEvent?: ((params: import(\"@ag-grid-community/core\")."
17221
- },
17222
- {
17223
- "kind": "Reference",
17224
- "text": "SuppressHeaderKeyboardEventParams",
17225
- "canonicalReference": "@ag-grid-community/core!SuppressHeaderKeyboardEventParams:interface"
17226
- },
17227
- {
17228
- "kind": "Content",
17229
- "text": "<any>) => boolean) | import(\"ag-grid-community\")."
17230
- },
17231
- {
17232
- "kind": "Reference",
17233
- "text": "SuppressHeaderKeyboardEventFunc",
17234
- "canonicalReference": "ag-grid-community!SuppressHeaderKeyboardEventFunc:type"
17235
- },
17236
- {
17237
- "kind": "Content",
17238
- "text": "<any, any, any>;\n columnGroupShow?: \"open\" | \"closed\";\n toolPanelClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
17239
- },
17240
- {
17241
- "kind": "Reference",
17242
- "text": "ToolPanelClassParams",
17243
- "canonicalReference": "@ag-grid-community/core!ToolPanelClassParams:interface"
17244
- },
17245
- {
17246
- "kind": "Content",
17247
- "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
17248
- },
17249
- {
17250
- "kind": "Reference",
17251
- "text": "ToolPanelClassParams",
17252
- "canonicalReference": "ag-grid-community!ToolPanelClassParams:interface"
17274
+ "text": "ShowValuesAs",
17275
+ "canonicalReference": "ag-grid-community!ShowValuesAs:type"
17253
17276
  },
17254
17277
  {
17255
17278
  "kind": "Content",
17256
- "text": "<any, any, any>) => string | string[] | undefined);\n suppressColumnsToolPanel?: boolean;\n suppressFiltersToolPanel?: boolean;\n tooltipComponent?: any;\n tooltipComponentFramework?: any;\n tooltipComponentParams?: any;\n pivotKeys?: string[];\n filter?: any;\n filterFramework?: any;\n filterParams?: any;\n floatingFilterComponent?: any;\n floatingFilterComponentFramework?: any;\n floatingFilterComponentParams?: any;\n cellDataType?: boolean | string;\n allowFormula?: boolean;\n calculatedExpression?: string;\n tooltipComponentSelector?: import(\"ag-grid-community\")."
17279
+ "text": " | null;\n initialShowValuesAs?: import(\"ag-grid-community\")."
17257
17280
  },
17258
17281
  {
17259
17282
  "kind": "Reference",
17260
- "text": "CellEditorSelectorFunc",
17261
- "canonicalReference": "ag-grid-community!CellEditorSelectorFunc:type"
17283
+ "text": "ShowValuesAsType",
17284
+ "canonicalReference": "ag-grid-community!ShowValuesAsType:type"
17262
17285
  },
17263
17286
  {
17264
17287
  "kind": "Content",
@@ -17266,192 +17289,192 @@
17266
17289
  },
17267
17290
  {
17268
17291
  "kind": "Reference",
17269
- "text": "CellRendererSelectorFunc",
17270
- "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:type"
17292
+ "text": "ShowValuesAs",
17293
+ "canonicalReference": "ag-grid-community!ShowValuesAs:type"
17271
17294
  },
17272
17295
  {
17273
17296
  "kind": "Content",
17274
- "text": ";\n suppressNoteActions?: boolean | import(\"ag-grid-community\")."
17297
+ "text": ";\n showValuesAsDef?: import(\"ag-grid-community\")."
17275
17298
  },
17276
17299
  {
17277
17300
  "kind": "Reference",
17278
- "text": "SuppressNoteActionsCallback",
17279
- "canonicalReference": "ag-grid-community!SuppressNoteActionsCallback:type"
17301
+ "text": "ShowValuesAsDef",
17302
+ "canonicalReference": "ag-grid-community!ShowValuesAsDef:interface"
17280
17303
  },
17281
17304
  {
17282
17305
  "kind": "Content",
17283
- "text": "<any, any, any>;\n useValueFormatterForExport?: boolean;\n groupRowEditable?: boolean | import(\"ag-grid-community\")."
17306
+ "text": "<any, any>;\n enableShowValuesAs?: boolean;\n rowGroupingHierarchy?: (string | "
17284
17307
  },
17285
17308
  {
17286
17309
  "kind": "Reference",
17287
- "text": "GroupRowEditableCallback",
17288
- "canonicalReference": "ag-grid-community!GroupRowEditableCallback:type"
17310
+ "text": "ColDef",
17311
+ "canonicalReference": "ag-grid-community!ColDef:interface"
17289
17312
  },
17290
17313
  {
17291
17314
  "kind": "Content",
17292
- "text": "<any, any>;\n groupRowValueSetter?: boolean | import(\"ag-grid-community\")."
17315
+ "text": "<any, any>)[];\n groupHierarchy?: (string | "
17293
17316
  },
17294
17317
  {
17295
17318
  "kind": "Reference",
17296
- "text": "GroupRowValueSetterFunc",
17297
- "canonicalReference": "ag-grid-community!GroupRowValueSetterFunc:type"
17319
+ "text": "ColDef",
17320
+ "canonicalReference": "ag-grid-community!ColDef:interface"
17298
17321
  },
17299
17322
  {
17300
17323
  "kind": "Content",
17301
- "text": "<any, any> | import(\"ag-grid-community\")."
17324
+ "text": "<any, any>)[];\n showRowGroup?: string | boolean;\n sortable?: boolean;\n sort?: import(\"ag-grid-community\")."
17302
17325
  },
17303
17326
  {
17304
17327
  "kind": "Reference",
17305
- "text": "GroupRowValueSetterOptions",
17306
- "canonicalReference": "ag-grid-community!GroupRowValueSetterOptions:interface"
17328
+ "text": "SortDirection",
17329
+ "canonicalReference": "ag-grid-community!SortDirection:type"
17307
17330
  },
17308
17331
  {
17309
17332
  "kind": "Content",
17310
- "text": "<any, any, any>;\n useValueParserForImport?: boolean;\n suppressFloatingFilterButton?: boolean;\n dateComponent?: any;\n dateComponentParams?: any;\n getFindText?: import(\"ag-grid-community\")."
17333
+ "text": " | import(\"ag-grid-community\")."
17311
17334
  },
17312
17335
  {
17313
17336
  "kind": "Reference",
17314
- "text": "GetFindTextFunc",
17315
- "canonicalReference": "ag-grid-community!GetFindTextFunc:type"
17337
+ "text": "SortDef",
17338
+ "canonicalReference": "ag-grid-community!SortDef:type"
17316
17339
  },
17317
17340
  {
17318
17341
  "kind": "Content",
17319
- "text": "<any, any, any>;\n columnChooserParams?: import(\"ag-grid-community\")."
17342
+ "text": ";\n initialSort?: import(\"ag-grid-community\")."
17320
17343
  },
17321
17344
  {
17322
17345
  "kind": "Reference",
17323
- "text": "ColumnChooserParams",
17324
- "canonicalReference": "ag-grid-community!ColumnChooserParams:interface"
17346
+ "text": "SortDirection",
17347
+ "canonicalReference": "ag-grid-community!SortDirection:type"
17325
17348
  },
17326
17349
  {
17327
17350
  "kind": "Content",
17328
- "text": ";\n suppressHeaderMenuButton?: boolean;\n suppressHeaderFilterButton?: boolean;\n mainMenuItems?: (import(\"ag-grid-community\")."
17351
+ "text": " | import(\"ag-grid-community\")."
17329
17352
  },
17330
17353
  {
17331
17354
  "kind": "Reference",
17332
- "text": "MenuItemDef",
17333
- "canonicalReference": "ag-grid-community!MenuItemDef:interface"
17355
+ "text": "SortDef",
17356
+ "canonicalReference": "ag-grid-community!SortDef:type"
17334
17357
  },
17335
17358
  {
17336
17359
  "kind": "Content",
17337
- "text": "<any, any> | import(\"ag-grid-community\")."
17360
+ "text": ";\n sortIndex?: number | null;\n initialSortIndex?: number;\n sortingOrder?: (import(\"ag-grid-community\")."
17338
17361
  },
17339
17362
  {
17340
17363
  "kind": "Reference",
17341
- "text": "DefaultMenuItem",
17342
- "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
17364
+ "text": "SortDirection",
17365
+ "canonicalReference": "ag-grid-community!SortDirection:type"
17343
17366
  },
17344
17367
  {
17345
17368
  "kind": "Content",
17346
- "text": ")[] | import(\"ag-grid-community\")."
17369
+ "text": " | import(\"ag-grid-community\")."
17347
17370
  },
17348
17371
  {
17349
17372
  "kind": "Reference",
17350
- "text": "GetMainMenuItems",
17351
- "canonicalReference": "ag-grid-community!GetMainMenuItems:type"
17373
+ "text": "SortDef",
17374
+ "canonicalReference": "ag-grid-community!SortDef:type"
17352
17375
  },
17353
17376
  {
17354
17377
  "kind": "Content",
17355
- "text": "<any>;\n contextMenuItems?: (import(\"ag-grid-community\")."
17378
+ "text": ")[];\n comparator?: "
17356
17379
  },
17357
17380
  {
17358
17381
  "kind": "Reference",
17359
- "text": "MenuItemDef",
17360
- "canonicalReference": "ag-grid-community!MenuItemDef:interface"
17382
+ "text": "Partial",
17383
+ "canonicalReference": "!Partial:type"
17361
17384
  },
17362
17385
  {
17363
17386
  "kind": "Content",
17364
- "text": "<any, any> | import(\"ag-grid-community\")."
17387
+ "text": "<"
17365
17388
  },
17366
17389
  {
17367
17390
  "kind": "Reference",
17368
- "text": "DefaultMenuItem",
17369
- "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
17391
+ "text": "Record",
17392
+ "canonicalReference": "!Record:type"
17370
17393
  },
17371
17394
  {
17372
17395
  "kind": "Content",
17373
- "text": ")[] | import(\"ag-grid-community\")."
17396
+ "text": "<import(\"ag-grid-community\")."
17374
17397
  },
17375
17398
  {
17376
17399
  "kind": "Reference",
17377
- "text": "GetContextMenuItems",
17378
- "canonicalReference": "ag-grid-community!GetContextMenuItems:type"
17400
+ "text": "SortType",
17401
+ "canonicalReference": "ag-grid-community!SortType:type"
17379
17402
  },
17380
17403
  {
17381
17404
  "kind": "Content",
17382
- "text": "<any>;\n loadingCellRenderer?: any;\n loadingCellRendererParams?: any;\n loadingCellRendererSelector?: import(\"ag-grid-community\")."
17405
+ "text": ", import(\"ag-grid-community\")."
17383
17406
  },
17384
17407
  {
17385
17408
  "kind": "Reference",
17386
- "text": "ILoadingCellRendererSelectorFunc",
17387
- "canonicalReference": "ag-grid-community!ILoadingCellRendererSelectorFunc:type"
17409
+ "text": "SortComparatorFn",
17410
+ "canonicalReference": "ag-grid-community!SortComparatorFn:type"
17388
17411
  },
17389
17412
  {
17390
17413
  "kind": "Content",
17391
- "text": "<any, any, any>;\n valueIndex?: number;\n initialValueIndex?: number;\n showValuesAs?: import(\"ag-grid-community\")."
17414
+ "text": "<any, any>>> | import(\"ag-grid-community\")."
17392
17415
  },
17393
17416
  {
17394
17417
  "kind": "Reference",
17395
- "text": "ShowValuesAsType",
17396
- "canonicalReference": "ag-grid-community!ShowValuesAsType:type"
17418
+ "text": "SortComparatorFn",
17419
+ "canonicalReference": "ag-grid-community!SortComparatorFn:type"
17397
17420
  },
17398
17421
  {
17399
17422
  "kind": "Content",
17400
- "text": " | import(\"ag-grid-community\")."
17423
+ "text": "<any, any> | ((valueA: any, valueB: any, nodeA: import(\"@ag-grid-community/core\")."
17401
17424
  },
17402
17425
  {
17403
17426
  "kind": "Reference",
17404
- "text": "ShowValuesAs",
17405
- "canonicalReference": "ag-grid-community!ShowValuesAs:type"
17427
+ "text": "IRowNode",
17428
+ "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
17406
17429
  },
17407
17430
  {
17408
17431
  "kind": "Content",
17409
- "text": " | null;\n initialShowValuesAs?: import(\"ag-grid-community\")."
17432
+ "text": "<any>, nodeB: import(\"@ag-grid-community/core\")."
17410
17433
  },
17411
17434
  {
17412
17435
  "kind": "Reference",
17413
- "text": "ShowValuesAsType",
17414
- "canonicalReference": "ag-grid-community!ShowValuesAsType:type"
17436
+ "text": "IRowNode",
17437
+ "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
17415
17438
  },
17416
17439
  {
17417
17440
  "kind": "Content",
17418
- "text": " | import(\"ag-grid-community\")."
17441
+ "text": "<any>, isDescending: boolean) => number);\n unSortIcon?: boolean;\n colSpan?: import(\"ag-grid-community\")."
17419
17442
  },
17420
17443
  {
17421
17444
  "kind": "Reference",
17422
- "text": "ShowValuesAs",
17423
- "canonicalReference": "ag-grid-community!ShowValuesAs:type"
17445
+ "text": "ColSpanFunc",
17446
+ "canonicalReference": "ag-grid-community!ColSpanFunc:type"
17424
17447
  },
17425
17448
  {
17426
17449
  "kind": "Content",
17427
- "text": ";\n showValuesAsDef?: import(\"ag-grid-community\")."
17450
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
17428
17451
  },
17429
17452
  {
17430
17453
  "kind": "Reference",
17431
- "text": "ShowValuesAsDef",
17432
- "canonicalReference": "ag-grid-community!ShowValuesAsDef:interface"
17454
+ "text": "ColSpanParams",
17455
+ "canonicalReference": "@ag-grid-community/core!ColSpanParams:interface"
17433
17456
  },
17434
17457
  {
17435
17458
  "kind": "Content",
17436
- "text": "<any, any>;\n enableShowValuesAs?: boolean;\n rowGroupingHierarchy?: (string | "
17459
+ "text": "<any>) => number);\n rowSpan?: import(\"ag-grid-community\")."
17437
17460
  },
17438
17461
  {
17439
17462
  "kind": "Reference",
17440
- "text": "ColDef",
17441
- "canonicalReference": "ag-grid-community!ColDef:interface"
17463
+ "text": "RowSpanFunc",
17464
+ "canonicalReference": "ag-grid-community!RowSpanFunc:type"
17442
17465
  },
17443
17466
  {
17444
17467
  "kind": "Content",
17445
- "text": "<any, any>)[];\n groupHierarchy?: (string | "
17468
+ "text": "<any, any, any> | ((params: import(\"@ag-grid-community/core\")."
17446
17469
  },
17447
17470
  {
17448
17471
  "kind": "Reference",
17449
- "text": "ColDef",
17450
- "canonicalReference": "ag-grid-community!ColDef:interface"
17472
+ "text": "RowSpanParams",
17473
+ "canonicalReference": "@ag-grid-community/core!RowSpanParams:interface"
17451
17474
  },
17452
17475
  {
17453
17476
  "kind": "Content",
17454
- "text": "<any, any>)[];\n spanRows?: boolean | import(\"ag-grid-community\")."
17477
+ "text": "<any>) => number);\n spanRows?: boolean | import(\"ag-grid-community\")."
17455
17478
  },
17456
17479
  {
17457
17480
  "kind": "Reference",
@@ -17460,21 +17483,12 @@
17460
17483
  },
17461
17484
  {
17462
17485
  "kind": "Content",
17463
- "text": "<any, any, any>;\n suppressSpanHeaderHeight?: boolean;\n headerTooltipValueGetter?: import(\"ag-grid-community\")."
17464
- },
17465
- {
17466
- "kind": "Reference",
17467
- "text": "HeaderTooltipValueGetterFunc",
17468
- "canonicalReference": "ag-grid-community!HeaderTooltipValueGetterFunc:type"
17469
- },
17470
- {
17471
- "kind": "Content",
17472
- "text": "<any, any, any>;\n headerStyle?: import(\"ag-grid-community\")."
17486
+ "text": "<any, any, any>;\n width?: number;\n initialWidth?: number;\n minWidth?: number;\n maxWidth?: number;\n flex?: number | null;\n initialFlex?: number;\n resizable?: boolean;\n suppressSizeToFit?: boolean;\n suppressAutoSize?: boolean;\n pivotValueColumn?: import(\"@ag-grid-community/core\")."
17473
17487
  },
17474
17488
  {
17475
17489
  "kind": "Reference",
17476
- "text": "HeaderStyle",
17477
- "canonicalReference": "ag-grid-community!HeaderStyle:interface"
17490
+ "text": "Column",
17491
+ "canonicalReference": "@ag-grid-community/core!Column:class"
17478
17492
  },
17479
17493
  {
17480
17494
  "kind": "Content",
@@ -17482,12 +17496,12 @@
17482
17496
  },
17483
17497
  {
17484
17498
  "kind": "Reference",
17485
- "text": "HeaderStyleFunc",
17486
- "canonicalReference": "ag-grid-community!HeaderStyleFunc:type"
17499
+ "text": "Column",
17500
+ "canonicalReference": "ag-grid-community!Column:interface"
17487
17501
  },
17488
17502
  {
17489
17503
  "kind": "Content",
17490
- "text": "<any, any, any>;\n cellAriaRole?: string;\n context?: any;\n suppressHeaderContextMenu?: boolean;\n })[]>"
17504
+ "text": "<any>;\n pivotTotalColumnIds?: string[];\n suppressSpanHeaderHeight?: boolean;\n })[]>"
17491
17505
  },
17492
17506
  {
17493
17507
  "kind": "Content",
@@ -17497,7 +17511,7 @@
17497
17511
  "isStatic": false,
17498
17512
  "returnTypeTokenRange": {
17499
17513
  "startIndex": 6,
17500
- "endIndex": 242
17514
+ "endIndex": 252
17501
17515
  },
17502
17516
  "releaseTag": "Public",
17503
17517
  "isProtected": false,
@@ -19186,7 +19200,7 @@
19186
19200
  },
19187
19201
  {
19188
19202
  "kind": "Content",
19189
- "text": "{\n readonly datasource: \"datasource\";\n readonly unknown: \"unknown\";\n}"
19203
+ "text": "{\n readonly datasource: 'datasource';\n readonly unknown: 'unknown';\n}"
19190
19204
  }
19191
19205
  ],
19192
19206
  "fileUrlPath": "src/grid-pro.definitions.ts",
@@ -20424,7 +20438,7 @@
20424
20438
  },
20425
20439
  {
20426
20440
  "kind": "Content",
20427
- "text": "{\n readonly error: \"datasource-error\";\n readonly dataInit: \"datasource-init\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly moreRowsChanged: \"more-rows-changed\";\n}"
20441
+ "text": "{\n readonly error: 'datasource-error';\n readonly dataInit: 'datasource-init';\n readonly sizeChanged: 'datasource-size-changed';\n readonly moreRowsChanged: 'more-rows-changed';\n}"
20428
20442
  }
20429
20443
  ],
20430
20444
  "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",