@genesislcap/grid-pro 14.349.0 → 14.350.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/custom-elements.json +2293 -1443
  2. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  3. package/dist/dts/datasource/base.datasource.d.ts +20 -15
  4. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  5. package/dist/dts/datasource/index.d.ts +1 -0
  6. package/dist/dts/datasource/index.d.ts.map +1 -1
  7. package/dist/dts/datasource/server-side.datasource.d.ts +9 -9
  8. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  9. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +101 -0
  10. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -0
  11. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +24 -9
  12. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  13. package/dist/dts/grid-pro-v34.d.ts +862 -0
  14. package/dist/dts/grid-pro-v34.d.ts.map +1 -0
  15. package/dist/dts/grid-pro.d.ts +88 -1
  16. package/dist/dts/grid-pro.d.ts.map +1 -1
  17. package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
  18. package/dist/dts/index.d.ts +1 -0
  19. package/dist/dts/index.d.ts.map +1 -1
  20. package/dist/dts/status-bar-components/label-value.status-bar.d.ts +1 -1
  21. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  22. package/dist/dts/status-bar-components/load-more.status-bar.d.ts +1 -1
  23. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  24. package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
  25. package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
  26. package/dist/dts/status-bar-components/reload.status-bar.d.ts +1 -1
  27. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  28. package/dist/esm/cell-renderers/boolean.renderer.js +6 -7
  29. package/dist/esm/datasource/base.datasource.js +68 -95
  30. package/dist/esm/datasource/index.js +1 -0
  31. package/dist/esm/datasource/server-side.datasource.js +127 -149
  32. package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +33 -0
  33. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +83 -78
  34. package/dist/esm/grid-pro-v34.js +1034 -0
  35. package/dist/esm/grid-pro.definitions.js +1 -1
  36. package/dist/esm/grid-pro.js +283 -8
  37. package/dist/esm/grid-pro.template.js +1 -1
  38. package/dist/esm/index.js +1 -0
  39. package/dist/esm/status-bar-components/pagination.status-bar.js +18 -11
  40. package/dist/grid-pro.api.json +3188 -698
  41. package/dist/grid-pro.d.ts +1171 -118
  42. package/docs/api/grid-pro.errorhandlerdialogstyles.md +11 -0
  43. package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -21
  44. package/docs/api/grid-pro.geterrorhandlerdialogtemplate.md +64 -0
  45. package/docs/api/grid-pro.gridpro.md +17 -0
  46. package/docs/api/grid-pro.gridpro.thememode.md +11 -0
  47. package/docs/api/{grid-pro.gridprobasedatasource.applyallagtransactions.md → grid-pro.gridprobasedatasource.applyalltransactions.md} +3 -3
  48. package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +3 -3
  49. package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +15 -1
  50. package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +1 -1
  51. package/docs/api/{grid-pro.gridprobasedatasource.agtransaction.md → grid-pro.gridprobasedatasource.keepcoldefsonclearrowdata.md} +3 -3
  52. package/docs/api/grid-pro.gridprobasedatasource.md +17 -55
  53. package/docs/api/grid-pro.gridprobasedatasource.pagination.md +1 -1
  54. package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +1 -1
  55. package/docs/api/{grid-pro.gridprobasedatasource.applyfuncname.md → grid-pro.gridprobasedatasource.transactiondata.md} +3 -3
  56. package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +4 -4
  57. package/docs/api/grid-pro.gridprogenesisdatasource.init.md +4 -20
  58. package/docs/api/grid-pro.gridprogenesisdatasource.md +7 -34
  59. package/docs/api/{grid-pro.gridprogenesisdatasource.applyfuncname.md → grid-pro.gridprogenesisdatasource.transactiondata.md} +3 -3
  60. package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +4 -4
  61. package/docs/api/grid-pro.gridproserversidedatasource.md +1 -74
  62. package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +2 -2
  63. package/docs/api/{grid-pro.gridproserversidedatasource.rowmodel.md → grid-pro.gridprov34._constructor_.md} +5 -3
  64. package/docs/api/grid-pro.gridprov34.addeventlistener.md +89 -0
  65. package/docs/api/{grid-pro.gridproserversidedatasource.applyfuncname.md → grid-pro.gridprov34.aggrid.md} +3 -3
  66. package/docs/api/{grid-pro.gridproserversidedatasource.applyasyncfuncname.md → grid-pro.gridprov34.aggridoptions.md} +3 -3
  67. package/docs/api/grid-pro.gridprov34.autocellrendererbytype.md +14 -0
  68. package/docs/api/grid-pro.gridprov34.cachefilterconfig.md +18 -0
  69. package/docs/api/grid-pro.gridprov34.classnames.md +14 -0
  70. package/docs/api/grid-pro.gridprov34.clearlocalgridoptions.md +17 -0
  71. package/docs/api/grid-pro.gridprov34.columncomponentname.md +14 -0
  72. package/docs/api/grid-pro.gridprov34.combineallgridcomponents.md +53 -0
  73. package/docs/api/grid-pro.gridprov34.connectedcallback.md +18 -0
  74. package/docs/api/grid-pro.gridprov34.customerrorhandlertemplate.md +21 -0
  75. package/docs/api/grid-pro.gridprov34.disconnectedcallback.md +18 -0
  76. package/docs/api/grid-pro.gridprov34.enablecellflashing.md +21 -0
  77. package/docs/api/grid-pro.gridprov34.enablerowflashing.md +16 -0
  78. package/docs/api/grid-pro.gridprov34.eventsandcallbacks.md +14 -0
  79. package/docs/api/grid-pro.gridprov34.getfiltermodel.md +20 -0
  80. package/docs/api/grid-pro.gridprov34.getsavedcolumnstate.md +21 -0
  81. package/docs/api/grid-pro.gridprov34.getselectedrows.md +19 -0
  82. package/docs/api/{grid-pro.gridproserversidedatasource.applytransactionasync.md → grid-pro.gridprov34.globaleventlistener.md} +7 -9
  83. package/docs/api/grid-pro.gridprov34.gridapi.md +14 -0
  84. package/docs/api/grid-pro.gridprov34.gridautosizingenabled.md +16 -0
  85. package/docs/api/grid-pro.gridprov34.gridcomponents.md +16 -0
  86. package/docs/api/grid-pro.gridprov34.griderroritems.md +14 -0
  87. package/docs/api/grid-pro.gridprov34.gridoptions.md +14 -0
  88. package/docs/api/grid-pro.gridprov34.gridoptionsconfig.md +28 -0
  89. package/docs/api/grid-pro.gridprov34.gridparams.md +12 -0
  90. package/docs/api/grid-pro.gridprov34.gridprodatasource.md +18 -0
  91. package/docs/api/grid-pro.gridprov34.gridslot.md +14 -0
  92. package/docs/api/grid-pro.gridprov34.hasselectedrows.md +19 -0
  93. package/docs/api/grid-pro.gridprov34.headercasetype.md +18 -0
  94. package/docs/api/grid-pro.gridprov34.headerheight.md +14 -0
  95. package/docs/api/grid-pro.gridprov34.hidedatasourceerror.md +18 -0
  96. package/docs/api/grid-pro.gridprov34.initialised.md +14 -0
  97. package/docs/api/grid-pro.gridprov34.isserverside.md +12 -0
  98. package/docs/api/grid-pro.gridprov34.md +1008 -0
  99. package/docs/api/grid-pro.gridprov34.mergeallcolumndefsandstates.md +230 -0
  100. package/docs/api/grid-pro.gridprov34.onlytemplatecoldefs.md +14 -0
  101. package/docs/api/grid-pro.gridprov34.pagination.md +21 -0
  102. package/docs/api/grid-pro.gridprov34.paginationpagesize.md +25 -0
  103. package/docs/api/grid-pro.gridprov34.persistcolumnstatekey.md +16 -0
  104. package/docs/api/grid-pro.gridprov34.persistfiltermodelkey.md +16 -0
  105. package/docs/api/grid-pro.gridprov34.provider.md +14 -0
  106. package/docs/api/grid-pro.gridprov34.restorecachedfilterconfig.md +18 -0
  107. package/docs/api/grid-pro.gridprov34.rowdata.md +18 -0
  108. package/docs/api/grid-pro.gridprov34.rowdatachanged.md +67 -0
  109. package/docs/api/grid-pro.gridprov34.rowheight.md +14 -0
  110. package/docs/api/grid-pro.gridprov34.setfiltermodel.md +55 -0
  111. package/docs/api/grid-pro.gridprov34.setuppaginationandstatusbar.md +53 -0
  112. package/docs/api/grid-pro.gridprov34.statepersistanceenabled.md +18 -0
  113. package/docs/api/grid-pro.gridprov34.statepersistence.md +14 -0
  114. package/docs/api/grid-pro.gridprov34.statusbarconfig.md +21 -0
  115. package/docs/api/grid-pro.gridprov34.thememode.md +14 -0
  116. package/docs/api/grid-pro.gridprov34.withstatusbar.md +21 -0
  117. package/docs/api/grid-pro.md +29 -1
  118. package/docs/api-report.md.api.md +377 -41
  119. package/package.json +16 -14
  120. package/docs/api/grid-pro.genesisgriddatasourceelement.aggrid.md +0 -11
  121. package/docs/api/grid-pro.gridprobasedatasource.applyasyncfuncname.md +0 -11
  122. package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +0 -66
  123. package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +0 -11
  124. package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +0 -66
@@ -4811,6 +4811,34 @@
4811
4811
  "endIndex": 0
4812
4812
  }
4813
4813
  },
4814
+ {
4815
+ "kind": "Variable",
4816
+ "canonicalReference": "@genesislcap/grid-pro!errorHandlerDialogStyles:var",
4817
+ "docComment": "",
4818
+ "excerptTokens": [
4819
+ {
4820
+ "kind": "Content",
4821
+ "text": "errorHandlerDialogStyles: "
4822
+ },
4823
+ {
4824
+ "kind": "Content",
4825
+ "text": "import(\"@microsoft/fast-element\")."
4826
+ },
4827
+ {
4828
+ "kind": "Reference",
4829
+ "text": "ElementStyles",
4830
+ "canonicalReference": "@microsoft/fast-element!ElementStyles:class"
4831
+ }
4832
+ ],
4833
+ "fileUrlPath": "src/datasource/error-handler.dialog.ts",
4834
+ "isReadonly": true,
4835
+ "releaseTag": "Public",
4836
+ "name": "errorHandlerDialogStyles",
4837
+ "variableTypeTokenRange": {
4838
+ "startIndex": 1,
4839
+ "endIndex": 3
4840
+ }
4841
+ },
4814
4842
  {
4815
4843
  "kind": "Function",
4816
4844
  "canonicalReference": "@genesislcap/grid-pro!extractErrorMessage:function(1)",
@@ -7673,41 +7701,6 @@
7673
7701
  "name": "GenesisGridDatasourceElement",
7674
7702
  "preserveMemberOrder": false,
7675
7703
  "members": [
7676
- {
7677
- "kind": "Property",
7678
- "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#agGrid:member",
7679
- "docComment": "",
7680
- "excerptTokens": [
7681
- {
7682
- "kind": "Content",
7683
- "text": "protected get agGrid(): "
7684
- },
7685
- {
7686
- "kind": "Reference",
7687
- "text": "GridPro",
7688
- "canonicalReference": "@genesislcap/grid-pro!GridPro:class"
7689
- },
7690
- {
7691
- "kind": "Content",
7692
- "text": " | null"
7693
- },
7694
- {
7695
- "kind": "Content",
7696
- "text": ";"
7697
- }
7698
- ],
7699
- "isReadonly": true,
7700
- "isOptional": false,
7701
- "releaseTag": "Public",
7702
- "name": "agGrid",
7703
- "propertyTypeTokenRange": {
7704
- "startIndex": 1,
7705
- "endIndex": 3
7706
- },
7707
- "isStatic": false,
7708
- "isProtected": true,
7709
- "isAbstract": false
7710
- },
7711
7704
  {
7712
7705
  "kind": "Method",
7713
7706
  "canonicalReference": "@genesislcap/grid-pro!GenesisGridDatasourceElement#clearErrors:member(1)",
@@ -9297,6 +9290,81 @@
9297
9290
  ],
9298
9291
  "name": "getDateEditorTemplate"
9299
9292
  },
9293
+ {
9294
+ "kind": "Function",
9295
+ "canonicalReference": "@genesislcap/grid-pro!getErrorHandlerDialogTemplate:function(1)",
9296
+ "docComment": "",
9297
+ "excerptTokens": [
9298
+ {
9299
+ "kind": "Content",
9300
+ "text": "export declare function getErrorHandlerDialogTemplate(prefix: "
9301
+ },
9302
+ {
9303
+ "kind": "Content",
9304
+ "text": "string"
9305
+ },
9306
+ {
9307
+ "kind": "Content",
9308
+ "text": ", gridErrorItems: "
9309
+ },
9310
+ {
9311
+ "kind": "Reference",
9312
+ "text": "GridProErrorItem",
9313
+ "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
9314
+ },
9315
+ {
9316
+ "kind": "Content",
9317
+ "text": "<any>[]"
9318
+ },
9319
+ {
9320
+ "kind": "Content",
9321
+ "text": "): "
9322
+ },
9323
+ {
9324
+ "kind": "Content",
9325
+ "text": "import(\"@microsoft/fast-element\")."
9326
+ },
9327
+ {
9328
+ "kind": "Reference",
9329
+ "text": "ViewTemplate",
9330
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
9331
+ },
9332
+ {
9333
+ "kind": "Content",
9334
+ "text": "<any, any>"
9335
+ },
9336
+ {
9337
+ "kind": "Content",
9338
+ "text": ";"
9339
+ }
9340
+ ],
9341
+ "fileUrlPath": "src/datasource/error-handler.dialog.ts",
9342
+ "returnTypeTokenRange": {
9343
+ "startIndex": 6,
9344
+ "endIndex": 9
9345
+ },
9346
+ "releaseTag": "Public",
9347
+ "overloadIndex": 1,
9348
+ "parameters": [
9349
+ {
9350
+ "parameterName": "prefix",
9351
+ "parameterTypeTokenRange": {
9352
+ "startIndex": 1,
9353
+ "endIndex": 2
9354
+ },
9355
+ "isOptional": false
9356
+ },
9357
+ {
9358
+ "parameterName": "gridErrorItems",
9359
+ "parameterTypeTokenRange": {
9360
+ "startIndex": 3,
9361
+ "endIndex": 5
9362
+ },
9363
+ "isOptional": false
9364
+ }
9365
+ ],
9366
+ "name": "getErrorHandlerDialogTemplate"
9367
+ },
9300
9368
  {
9301
9369
  "kind": "Function",
9302
9370
  "canonicalReference": "@genesislcap/grid-pro!getFilterByFieldType:function(1)",
@@ -12483,6 +12551,36 @@
12483
12551
  "isAbstract": false,
12484
12552
  "name": "themeChanged"
12485
12553
  },
12554
+ {
12555
+ "kind": "Property",
12556
+ "canonicalReference": "@genesislcap/grid-pro!GridPro#themeMode:member",
12557
+ "docComment": "",
12558
+ "excerptTokens": [
12559
+ {
12560
+ "kind": "Content",
12561
+ "text": "themeMode: "
12562
+ },
12563
+ {
12564
+ "kind": "Content",
12565
+ "text": "'light' | 'dark'"
12566
+ },
12567
+ {
12568
+ "kind": "Content",
12569
+ "text": ";"
12570
+ }
12571
+ ],
12572
+ "isReadonly": false,
12573
+ "isOptional": false,
12574
+ "releaseTag": "Public",
12575
+ "name": "themeMode",
12576
+ "propertyTypeTokenRange": {
12577
+ "startIndex": 1,
12578
+ "endIndex": 2
12579
+ },
12580
+ "isStatic": false,
12581
+ "isProtected": false,
12582
+ "isAbstract": false
12583
+ },
12486
12584
  {
12487
12585
  "kind": "Property",
12488
12586
  "canonicalReference": "@genesislcap/grid-pro!GridPro#withStatusBar:member",
@@ -12523,7 +12621,7 @@
12523
12621
  {
12524
12622
  "kind": "Class",
12525
12623
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource:class",
12526
- "docComment": "/**\n * @public\n */\n",
12624
+ "docComment": "",
12527
12625
  "excerptTokens": [
12528
12626
  {
12529
12627
  "kind": "Content",
@@ -12546,57 +12644,56 @@
12546
12644
  "preserveMemberOrder": false,
12547
12645
  "members": [
12548
12646
  {
12549
- "kind": "Property",
12550
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#agTransaction:member",
12647
+ "kind": "Method",
12648
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyAllTransactions:member(1)",
12551
12649
  "docComment": "",
12552
12650
  "excerptTokens": [
12553
12651
  {
12554
12652
  "kind": "Content",
12555
- "text": "protected agTransaction: "
12556
- },
12557
- {
12558
- "kind": "Reference",
12559
- "text": "RowDataTransaction",
12560
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
12653
+ "text": "protected applyAllTransactions(): "
12561
12654
  },
12562
12655
  {
12563
12656
  "kind": "Content",
12564
- "text": " | "
12565
- },
12566
- {
12567
- "kind": "Reference",
12568
- "text": "ServerSideTransaction",
12569
- "canonicalReference": "@ag-grid-community/core!ServerSideTransaction:interface"
12657
+ "text": "void"
12570
12658
  },
12571
12659
  {
12572
12660
  "kind": "Content",
12573
12661
  "text": ";"
12574
12662
  }
12575
12663
  ],
12576
- "isReadonly": false,
12577
- "isOptional": false,
12578
- "releaseTag": "Public",
12579
- "name": "agTransaction",
12580
- "propertyTypeTokenRange": {
12664
+ "isStatic": false,
12665
+ "returnTypeTokenRange": {
12581
12666
  "startIndex": 1,
12582
- "endIndex": 4
12667
+ "endIndex": 2
12583
12668
  },
12584
- "isStatic": false,
12669
+ "releaseTag": "Public",
12585
12670
  "isProtected": true,
12586
- "isAbstract": false
12671
+ "overloadIndex": 1,
12672
+ "parameters": [],
12673
+ "isOptional": false,
12674
+ "isAbstract": false,
12675
+ "name": "applyAllTransactions"
12587
12676
  },
12588
12677
  {
12589
12678
  "kind": "Method",
12590
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyAllAgTransactions:member(1)",
12679
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyTransaction:member(1)",
12591
12680
  "docComment": "",
12592
12681
  "excerptTokens": [
12593
12682
  {
12594
12683
  "kind": "Content",
12595
- "text": "protected applyAllAgTransactions(): "
12684
+ "text": "protected applyTransaction(transaction: "
12596
12685
  },
12597
12686
  {
12598
12687
  "kind": "Content",
12599
- "text": "void"
12688
+ "text": "any"
12689
+ },
12690
+ {
12691
+ "kind": "Content",
12692
+ "text": "): "
12693
+ },
12694
+ {
12695
+ "kind": "Content",
12696
+ "text": "any"
12600
12697
  },
12601
12698
  {
12602
12699
  "kind": "Content",
@@ -12605,29 +12702,43 @@
12605
12702
  ],
12606
12703
  "isStatic": false,
12607
12704
  "returnTypeTokenRange": {
12608
- "startIndex": 1,
12609
- "endIndex": 2
12705
+ "startIndex": 3,
12706
+ "endIndex": 4
12610
12707
  },
12611
12708
  "releaseTag": "Public",
12612
12709
  "isProtected": true,
12613
12710
  "overloadIndex": 1,
12614
- "parameters": [],
12711
+ "parameters": [
12712
+ {
12713
+ "parameterName": "transaction",
12714
+ "parameterTypeTokenRange": {
12715
+ "startIndex": 1,
12716
+ "endIndex": 2
12717
+ },
12718
+ "isOptional": false
12719
+ }
12720
+ ],
12615
12721
  "isOptional": false,
12616
12722
  "isAbstract": false,
12617
- "name": "applyAllAgTransactions"
12723
+ "name": "applyTransaction"
12618
12724
  },
12619
12725
  {
12620
12726
  "kind": "Property",
12621
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyAsyncFuncName:member",
12727
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectionSub:member",
12622
12728
  "docComment": "",
12623
12729
  "excerptTokens": [
12624
12730
  {
12625
12731
  "kind": "Content",
12626
- "text": "protected applyAsyncFuncName: "
12732
+ "text": "protected connectionSub: "
12733
+ },
12734
+ {
12735
+ "kind": "Reference",
12736
+ "text": "Subscription",
12737
+ "canonicalReference": "rxjs!Subscription:class"
12627
12738
  },
12628
12739
  {
12629
12740
  "kind": "Content",
12630
- "text": "string"
12741
+ "text": " | undefined"
12631
12742
  },
12632
12743
  {
12633
12744
  "kind": "Content",
@@ -12637,10 +12748,10 @@
12637
12748
  "isReadonly": false,
12638
12749
  "isOptional": false,
12639
12750
  "releaseTag": "Public",
12640
- "name": "applyAsyncFuncName",
12751
+ "name": "connectionSub",
12641
12752
  "propertyTypeTokenRange": {
12642
12753
  "startIndex": 1,
12643
- "endIndex": 2
12754
+ "endIndex": 3
12644
12755
  },
12645
12756
  "isStatic": false,
12646
12757
  "isProtected": true,
@@ -12648,16 +12759,16 @@
12648
12759
  },
12649
12760
  {
12650
12761
  "kind": "Property",
12651
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyFuncName:member",
12762
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#dataSubWasLoggedOff:member",
12652
12763
  "docComment": "",
12653
12764
  "excerptTokens": [
12654
12765
  {
12655
12766
  "kind": "Content",
12656
- "text": "protected applyFuncName: "
12767
+ "text": "protected dataSubWasLoggedOff: "
12657
12768
  },
12658
12769
  {
12659
12770
  "kind": "Content",
12660
- "text": "string"
12771
+ "text": "boolean"
12661
12772
  },
12662
12773
  {
12663
12774
  "kind": "Content",
@@ -12667,7 +12778,7 @@
12667
12778
  "isReadonly": false,
12668
12779
  "isOptional": false,
12669
12780
  "releaseTag": "Public",
12670
- "name": "applyFuncName",
12781
+ "name": "dataSubWasLoggedOff",
12671
12782
  "propertyTypeTokenRange": {
12672
12783
  "startIndex": 1,
12673
12784
  "endIndex": 2
@@ -12678,25 +12789,16 @@
12678
12789
  },
12679
12790
  {
12680
12791
  "kind": "Method",
12681
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyTransaction:member(1)",
12792
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#destroy:member(1)",
12682
12793
  "docComment": "",
12683
12794
  "excerptTokens": [
12684
12795
  {
12685
12796
  "kind": "Content",
12686
- "text": "protected applyTransaction(agTransaction: "
12687
- },
12688
- {
12689
- "kind": "Reference",
12690
- "text": "RowDataTransaction",
12691
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
12692
- },
12693
- {
12694
- "kind": "Content",
12695
- "text": "): "
12797
+ "text": "destroy(): "
12696
12798
  },
12697
12799
  {
12698
12800
  "kind": "Content",
12699
- "text": "any"
12801
+ "text": "void"
12700
12802
  },
12701
12803
  {
12702
12804
  "kind": "Content",
@@ -12705,217 +12807,47 @@
12705
12807
  ],
12706
12808
  "isStatic": false,
12707
12809
  "returnTypeTokenRange": {
12708
- "startIndex": 3,
12709
- "endIndex": 4
12810
+ "startIndex": 1,
12811
+ "endIndex": 2
12710
12812
  },
12711
12813
  "releaseTag": "Public",
12712
- "isProtected": true,
12814
+ "isProtected": false,
12713
12815
  "overloadIndex": 1,
12714
- "parameters": [
12715
- {
12716
- "parameterName": "agTransaction",
12717
- "parameterTypeTokenRange": {
12718
- "startIndex": 1,
12719
- "endIndex": 2
12720
- },
12721
- "isOptional": false
12722
- }
12723
- ],
12816
+ "parameters": [],
12724
12817
  "isOptional": false,
12725
12818
  "isAbstract": false,
12726
- "name": "applyTransaction"
12819
+ "name": "destroy"
12727
12820
  },
12728
12821
  {
12729
12822
  "kind": "Method",
12730
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyTransactionAsync:member(1)",
12823
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#generateColumnDefsFromMetadata:member(1)",
12731
12824
  "docComment": "",
12732
12825
  "excerptTokens": [
12733
12826
  {
12734
12827
  "kind": "Content",
12735
- "text": "protected applyTransactionAsync(agTransaction: "
12828
+ "text": "protected generateColumnDefsFromMetadata(fieldsMetadata: "
12736
12829
  },
12737
12830
  {
12738
12831
  "kind": "Reference",
12739
- "text": "RowDataTransaction",
12740
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
12832
+ "text": "FieldMetadata",
12833
+ "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
12741
12834
  },
12742
12835
  {
12743
12836
  "kind": "Content",
12744
- "text": ", callback?: "
12837
+ "text": "[]"
12745
12838
  },
12746
12839
  {
12747
12840
  "kind": "Content",
12748
- "text": "(res: any) => void"
12841
+ "text": ", getFilterParamsByFieldType: "
12749
12842
  },
12750
12843
  {
12751
- "kind": "Content",
12752
- "text": "): "
12844
+ "kind": "Reference",
12845
+ "text": "Function",
12846
+ "canonicalReference": "!Function:interface"
12753
12847
  },
12754
12848
  {
12755
12849
  "kind": "Content",
12756
- "text": "void"
12757
- },
12758
- {
12759
- "kind": "Content",
12760
- "text": ";"
12761
- }
12762
- ],
12763
- "isStatic": false,
12764
- "returnTypeTokenRange": {
12765
- "startIndex": 5,
12766
- "endIndex": 6
12767
- },
12768
- "releaseTag": "Public",
12769
- "isProtected": true,
12770
- "overloadIndex": 1,
12771
- "parameters": [
12772
- {
12773
- "parameterName": "agTransaction",
12774
- "parameterTypeTokenRange": {
12775
- "startIndex": 1,
12776
- "endIndex": 2
12777
- },
12778
- "isOptional": false
12779
- },
12780
- {
12781
- "parameterName": "callback",
12782
- "parameterTypeTokenRange": {
12783
- "startIndex": 3,
12784
- "endIndex": 4
12785
- },
12786
- "isOptional": true
12787
- }
12788
- ],
12789
- "isOptional": false,
12790
- "isAbstract": false,
12791
- "name": "applyTransactionAsync"
12792
- },
12793
- {
12794
- "kind": "Property",
12795
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectionSub:member",
12796
- "docComment": "",
12797
- "excerptTokens": [
12798
- {
12799
- "kind": "Content",
12800
- "text": "protected connectionSub: "
12801
- },
12802
- {
12803
- "kind": "Reference",
12804
- "text": "Subscription",
12805
- "canonicalReference": "rxjs!Subscription:class"
12806
- },
12807
- {
12808
- "kind": "Content",
12809
- "text": " | undefined"
12810
- },
12811
- {
12812
- "kind": "Content",
12813
- "text": ";"
12814
- }
12815
- ],
12816
- "isReadonly": false,
12817
- "isOptional": false,
12818
- "releaseTag": "Public",
12819
- "name": "connectionSub",
12820
- "propertyTypeTokenRange": {
12821
- "startIndex": 1,
12822
- "endIndex": 3
12823
- },
12824
- "isStatic": false,
12825
- "isProtected": true,
12826
- "isAbstract": false
12827
- },
12828
- {
12829
- "kind": "Property",
12830
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#dataSubWasLoggedOff:member",
12831
- "docComment": "",
12832
- "excerptTokens": [
12833
- {
12834
- "kind": "Content",
12835
- "text": "protected dataSubWasLoggedOff: "
12836
- },
12837
- {
12838
- "kind": "Content",
12839
- "text": "boolean"
12840
- },
12841
- {
12842
- "kind": "Content",
12843
- "text": ";"
12844
- }
12845
- ],
12846
- "isReadonly": false,
12847
- "isOptional": false,
12848
- "releaseTag": "Public",
12849
- "name": "dataSubWasLoggedOff",
12850
- "propertyTypeTokenRange": {
12851
- "startIndex": 1,
12852
- "endIndex": 2
12853
- },
12854
- "isStatic": false,
12855
- "isProtected": true,
12856
- "isAbstract": false
12857
- },
12858
- {
12859
- "kind": "Method",
12860
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#destroy:member(1)",
12861
- "docComment": "",
12862
- "excerptTokens": [
12863
- {
12864
- "kind": "Content",
12865
- "text": "destroy(): "
12866
- },
12867
- {
12868
- "kind": "Content",
12869
- "text": "void"
12870
- },
12871
- {
12872
- "kind": "Content",
12873
- "text": ";"
12874
- }
12875
- ],
12876
- "isStatic": false,
12877
- "returnTypeTokenRange": {
12878
- "startIndex": 1,
12879
- "endIndex": 2
12880
- },
12881
- "releaseTag": "Public",
12882
- "isProtected": false,
12883
- "overloadIndex": 1,
12884
- "parameters": [],
12885
- "isOptional": false,
12886
- "isAbstract": false,
12887
- "name": "destroy"
12888
- },
12889
- {
12890
- "kind": "Method",
12891
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#generateColumnDefsFromMetadata:member(1)",
12892
- "docComment": "",
12893
- "excerptTokens": [
12894
- {
12895
- "kind": "Content",
12896
- "text": "protected generateColumnDefsFromMetadata(fieldsMetadata: "
12897
- },
12898
- {
12899
- "kind": "Reference",
12900
- "text": "FieldMetadata",
12901
- "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
12902
- },
12903
- {
12904
- "kind": "Content",
12905
- "text": "[]"
12906
- },
12907
- {
12908
- "kind": "Content",
12909
- "text": ", getFilterParamsByFieldType: "
12910
- },
12911
- {
12912
- "kind": "Reference",
12913
- "text": "Function",
12914
- "canonicalReference": "!Function:interface"
12915
- },
12916
- {
12917
- "kind": "Content",
12918
- "text": "): "
12850
+ "text": "): "
12919
12851
  },
12920
12852
  {
12921
12853
  "kind": "Reference",
@@ -12974,6 +12906,14 @@
12974
12906
  "kind": "Content",
12975
12907
  "text": "boolean"
12976
12908
  },
12909
+ {
12910
+ "kind": "Content",
12911
+ "text": ", statusBarConfig: "
12912
+ },
12913
+ {
12914
+ "kind": "Content",
12915
+ "text": "any"
12916
+ },
12977
12917
  {
12978
12918
  "kind": "Content",
12979
12919
  "text": "): "
@@ -12989,8 +12929,8 @@
12989
12929
  ],
12990
12930
  "isStatic": false,
12991
12931
  "returnTypeTokenRange": {
12992
- "startIndex": 3,
12993
- "endIndex": 4
12932
+ "startIndex": 5,
12933
+ "endIndex": 6
12994
12934
  },
12995
12935
  "releaseTag": "Public",
12996
12936
  "isProtected": false,
@@ -13003,6 +12943,14 @@
13003
12943
  "endIndex": 2
13004
12944
  },
13005
12945
  "isOptional": false
12946
+ },
12947
+ {
12948
+ "parameterName": "statusBarConfig",
12949
+ "parameterTypeTokenRange": {
12950
+ "startIndex": 3,
12951
+ "endIndex": 4
12952
+ },
12953
+ "isOptional": false
13006
12954
  }
13007
12955
  ],
13008
12956
  "isOptional": false,
@@ -13172,7 +13120,7 @@
13172
13120
  {
13173
13121
  "kind": "Method",
13174
13122
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#isDisconnected:member(1)",
13175
- "docComment": "/**\n * Returns true if the grid has the ds-disconnected attribute.\n */\n",
13123
+ "docComment": "/**\n * Returns true if the datasource is disconnected.\n */\n",
13176
13124
  "excerptTokens": [
13177
13125
  {
13178
13126
  "kind": "Content",
@@ -13200,6 +13148,36 @@
13200
13148
  "isAbstract": false,
13201
13149
  "name": "isDisconnected"
13202
13150
  },
13151
+ {
13152
+ "kind": "Property",
13153
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#keepColDefsOnClearRowData:member",
13154
+ "docComment": "",
13155
+ "excerptTokens": [
13156
+ {
13157
+ "kind": "Content",
13158
+ "text": "keepColDefsOnClearRowData: "
13159
+ },
13160
+ {
13161
+ "kind": "Content",
13162
+ "text": "boolean"
13163
+ },
13164
+ {
13165
+ "kind": "Content",
13166
+ "text": ";"
13167
+ }
13168
+ ],
13169
+ "isReadonly": false,
13170
+ "isOptional": false,
13171
+ "releaseTag": "Public",
13172
+ "name": "keepColDefsOnClearRowData",
13173
+ "propertyTypeTokenRange": {
13174
+ "startIndex": 1,
13175
+ "endIndex": 2
13176
+ },
13177
+ "isStatic": false,
13178
+ "isProtected": false,
13179
+ "isAbstract": false
13180
+ },
13203
13181
  {
13204
13182
  "kind": "Method",
13205
13183
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#loadMore:member(1)",
@@ -13238,7 +13216,7 @@
13238
13216
  "excerptTokens": [
13239
13217
  {
13240
13218
  "kind": "Content",
13241
- "text": "protected get pagination(): "
13219
+ "text": "protected pagination: "
13242
13220
  },
13243
13221
  {
13244
13222
  "kind": "Content",
@@ -13249,7 +13227,7 @@
13249
13227
  "text": ";"
13250
13228
  }
13251
13229
  ],
13252
- "isReadonly": true,
13230
+ "isReadonly": false,
13253
13231
  "isOptional": false,
13254
13232
  "releaseTag": "Public",
13255
13233
  "name": "pagination",
@@ -13361,7 +13339,7 @@
13361
13339
  {
13362
13340
  "kind": "Method",
13363
13341
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#setDisconnected:member(1)",
13364
- "docComment": "/**\n * Sets or removes the ds-disconnected attribute on the grid element.\n *\n * @param disconnected - true to set, false to remove\n */\n",
13342
+ "docComment": "/**\n * Sets the disconnected state and emits appropriate events.\n *\n * @param disconnected - true to set, false to remove\n */\n",
13365
13343
  "excerptTokens": [
13366
13344
  {
13367
13345
  "kind": "Content",
@@ -13437,6 +13415,37 @@
13437
13415
  "isAbstract": false,
13438
13416
  "name": "subscribeToConnection"
13439
13417
  },
13418
+ {
13419
+ "kind": "Property",
13420
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#transactionData:member",
13421
+ "docComment": "",
13422
+ "excerptTokens": [
13423
+ {
13424
+ "kind": "Content",
13425
+ "text": "protected transactionData: "
13426
+ },
13427
+ {
13428
+ "kind": "Reference",
13429
+ "text": "TransactionData",
13430
+ "canonicalReference": "@genesislcap/grid-pro!~TransactionData:interface"
13431
+ },
13432
+ {
13433
+ "kind": "Content",
13434
+ "text": ";"
13435
+ }
13436
+ ],
13437
+ "isReadonly": false,
13438
+ "isOptional": false,
13439
+ "releaseTag": "Public",
13440
+ "name": "transactionData",
13441
+ "propertyTypeTokenRange": {
13442
+ "startIndex": 1,
13443
+ "endIndex": 2
13444
+ },
13445
+ "isStatic": false,
13446
+ "isProtected": true,
13447
+ "isAbstract": false
13448
+ },
13440
13449
  {
13441
13450
  "kind": "Method",
13442
13451
  "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#unsubscribeFromConnection:member(1)",
@@ -14657,91 +14666,25 @@
14657
14666
  "preserveMemberOrder": false,
14658
14667
  "members": [
14659
14668
  {
14660
- "kind": "Property",
14661
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyAsyncFuncName:member",
14669
+ "kind": "Method",
14670
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyTransaction:member(1)",
14662
14671
  "docComment": "",
14663
14672
  "excerptTokens": [
14664
14673
  {
14665
14674
  "kind": "Content",
14666
- "text": "applyAsyncFuncName: "
14675
+ "text": "applyTransaction(transaction: "
14667
14676
  },
14668
14677
  {
14669
14678
  "kind": "Content",
14670
- "text": "string"
14671
- },
14672
- {
14673
- "kind": "Content",
14674
- "text": ";"
14675
- }
14676
- ],
14677
- "isReadonly": false,
14678
- "isOptional": false,
14679
- "releaseTag": "Public",
14680
- "name": "applyAsyncFuncName",
14681
- "propertyTypeTokenRange": {
14682
- "startIndex": 1,
14683
- "endIndex": 2
14684
- },
14685
- "isStatic": false,
14686
- "isProtected": false,
14687
- "isAbstract": false
14688
- },
14689
- {
14690
- "kind": "Property",
14691
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyFuncName:member",
14692
- "docComment": "",
14693
- "excerptTokens": [
14694
- {
14695
- "kind": "Content",
14696
- "text": "applyFuncName: "
14697
- },
14698
- {
14699
- "kind": "Content",
14700
- "text": "string"
14701
- },
14702
- {
14703
- "kind": "Content",
14704
- "text": ";"
14705
- }
14706
- ],
14707
- "isReadonly": false,
14708
- "isOptional": false,
14709
- "releaseTag": "Public",
14710
- "name": "applyFuncName",
14711
- "propertyTypeTokenRange": {
14712
- "startIndex": 1,
14713
- "endIndex": 2
14714
- },
14715
- "isStatic": false,
14716
- "isProtected": false,
14717
- "isAbstract": false
14718
- },
14719
- {
14720
- "kind": "Method",
14721
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyTransaction:member(1)",
14722
- "docComment": "",
14723
- "excerptTokens": [
14724
- {
14725
- "kind": "Content",
14726
- "text": "applyTransaction(agTransaction: "
14727
- },
14728
- {
14729
- "kind": "Reference",
14730
- "text": "RowDataTransaction",
14731
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
14732
- },
14733
- {
14734
- "kind": "Content",
14735
- "text": "): "
14736
- },
14737
- {
14738
- "kind": "Reference",
14739
- "text": "RowNodeTransaction",
14740
- "canonicalReference": "@ag-grid-community/core!RowNodeTransaction:interface"
14741
- },
14742
- {
14743
- "kind": "Content",
14744
- "text": " | null | undefined"
14679
+ "text": "any"
14680
+ },
14681
+ {
14682
+ "kind": "Content",
14683
+ "text": "): "
14684
+ },
14685
+ {
14686
+ "kind": "Content",
14687
+ "text": "void"
14745
14688
  },
14746
14689
  {
14747
14690
  "kind": "Content",
@@ -14751,14 +14694,14 @@
14751
14694
  "isStatic": false,
14752
14695
  "returnTypeTokenRange": {
14753
14696
  "startIndex": 3,
14754
- "endIndex": 5
14697
+ "endIndex": 4
14755
14698
  },
14756
14699
  "releaseTag": "Public",
14757
14700
  "isProtected": false,
14758
14701
  "overloadIndex": 1,
14759
14702
  "parameters": [
14760
14703
  {
14761
- "parameterName": "agTransaction",
14704
+ "parameterName": "transaction",
14762
14705
  "parameterTypeTokenRange": {
14763
14706
  "startIndex": 1,
14764
14707
  "endIndex": 2
@@ -14770,80 +14713,6 @@
14770
14713
  "isAbstract": false,
14771
14714
  "name": "applyTransaction"
14772
14715
  },
14773
- {
14774
- "kind": "Method",
14775
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyTransactionAsync:member(1)",
14776
- "docComment": "",
14777
- "excerptTokens": [
14778
- {
14779
- "kind": "Content",
14780
- "text": "applyTransactionAsync(agTransaction: "
14781
- },
14782
- {
14783
- "kind": "Reference",
14784
- "text": "RowDataTransaction",
14785
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
14786
- },
14787
- {
14788
- "kind": "Content",
14789
- "text": ", callback?: "
14790
- },
14791
- {
14792
- "kind": "Content",
14793
- "text": "(res: "
14794
- },
14795
- {
14796
- "kind": "Reference",
14797
- "text": "RowNodeTransaction",
14798
- "canonicalReference": "@ag-grid-community/core!RowNodeTransaction:interface"
14799
- },
14800
- {
14801
- "kind": "Content",
14802
- "text": ") => void"
14803
- },
14804
- {
14805
- "kind": "Content",
14806
- "text": "): "
14807
- },
14808
- {
14809
- "kind": "Content",
14810
- "text": "void"
14811
- },
14812
- {
14813
- "kind": "Content",
14814
- "text": ";"
14815
- }
14816
- ],
14817
- "isStatic": false,
14818
- "returnTypeTokenRange": {
14819
- "startIndex": 7,
14820
- "endIndex": 8
14821
- },
14822
- "releaseTag": "Public",
14823
- "isProtected": false,
14824
- "overloadIndex": 1,
14825
- "parameters": [
14826
- {
14827
- "parameterName": "agTransaction",
14828
- "parameterTypeTokenRange": {
14829
- "startIndex": 1,
14830
- "endIndex": 2
14831
- },
14832
- "isOptional": false
14833
- },
14834
- {
14835
- "parameterName": "callback",
14836
- "parameterTypeTokenRange": {
14837
- "startIndex": 3,
14838
- "endIndex": 6
14839
- },
14840
- "isOptional": true
14841
- }
14842
- ],
14843
- "isOptional": false,
14844
- "isAbstract": false,
14845
- "name": "applyTransactionAsync"
14846
- },
14847
14716
  {
14848
14717
  "kind": "Method",
14849
14718
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connectedCallback:member(1)",
@@ -15220,29 +15089,11 @@
15220
15089
  "excerptTokens": [
15221
15090
  {
15222
15091
  "kind": "Content",
15223
- "text": "init(columnDefinitions?: "
15224
- },
15225
- {
15226
- "kind": "Reference",
15227
- "text": "ColDef",
15228
- "canonicalReference": "@ag-grid-community/core!ColDef:interface"
15229
- },
15230
- {
15231
- "kind": "Content",
15232
- "text": "[]"
15233
- },
15234
- {
15235
- "kind": "Content",
15236
- "text": ", columnStates?: "
15237
- },
15238
- {
15239
- "kind": "Reference",
15240
- "text": "ColumnState",
15241
- "canonicalReference": "@ag-grid-community/core!ColumnState:interface"
15092
+ "text": "init(keepColDefsOnClearRowData?: "
15242
15093
  },
15243
15094
  {
15244
15095
  "kind": "Content",
15245
- "text": "[]"
15096
+ "text": "boolean"
15246
15097
  },
15247
15098
  {
15248
15099
  "kind": "Content",
@@ -15264,26 +15115,18 @@
15264
15115
  ],
15265
15116
  "isStatic": false,
15266
15117
  "returnTypeTokenRange": {
15267
- "startIndex": 7,
15268
- "endIndex": 9
15118
+ "startIndex": 3,
15119
+ "endIndex": 5
15269
15120
  },
15270
15121
  "releaseTag": "Public",
15271
15122
  "isProtected": false,
15272
15123
  "overloadIndex": 1,
15273
15124
  "parameters": [
15274
15125
  {
15275
- "parameterName": "columnDefinitions",
15126
+ "parameterName": "keepColDefsOnClearRowData",
15276
15127
  "parameterTypeTokenRange": {
15277
15128
  "startIndex": 1,
15278
- "endIndex": 3
15279
- },
15280
- "isOptional": true
15281
- },
15282
- {
15283
- "parameterName": "columnStates",
15284
- "parameterTypeTokenRange": {
15285
- "startIndex": 4,
15286
- "endIndex": 6
15129
+ "endIndex": 2
15287
15130
  },
15288
15131
  "isOptional": true
15289
15132
  }
@@ -15726,6 +15569,37 @@
15726
15569
  "isOptional": false,
15727
15570
  "isAbstract": false,
15728
15571
  "name": "setFilter"
15572
+ },
15573
+ {
15574
+ "kind": "Property",
15575
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#transactionData:member",
15576
+ "docComment": "",
15577
+ "excerptTokens": [
15578
+ {
15579
+ "kind": "Content",
15580
+ "text": "protected transactionData: "
15581
+ },
15582
+ {
15583
+ "kind": "Reference",
15584
+ "text": "TransactionData",
15585
+ "canonicalReference": "@genesislcap/grid-pro!~TransactionData_2:interface"
15586
+ },
15587
+ {
15588
+ "kind": "Content",
15589
+ "text": ";"
15590
+ }
15591
+ ],
15592
+ "isReadonly": false,
15593
+ "isOptional": false,
15594
+ "releaseTag": "Public",
15595
+ "name": "transactionData",
15596
+ "propertyTypeTokenRange": {
15597
+ "startIndex": 1,
15598
+ "endIndex": 2
15599
+ },
15600
+ "isStatic": false,
15601
+ "isProtected": true,
15602
+ "isAbstract": false
15729
15603
  }
15730
15604
  ],
15731
15605
  "extendsTokenRange": {
@@ -16118,248 +15992,112 @@
16118
15992
  "preserveMemberOrder": false,
16119
15993
  "members": [
16120
15994
  {
16121
- "kind": "Property",
16122
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyAsyncFuncName:member",
15995
+ "kind": "Method",
15996
+ "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransaction:member(1)",
16123
15997
  "docComment": "",
16124
15998
  "excerptTokens": [
16125
15999
  {
16126
16000
  "kind": "Content",
16127
- "text": "applyAsyncFuncName: "
16001
+ "text": "applyTransaction(transaction: "
16128
16002
  },
16129
16003
  {
16130
16004
  "kind": "Content",
16131
- "text": "string"
16005
+ "text": "any"
16006
+ },
16007
+ {
16008
+ "kind": "Content",
16009
+ "text": "): "
16010
+ },
16011
+ {
16012
+ "kind": "Content",
16013
+ "text": "any"
16132
16014
  },
16133
16015
  {
16134
16016
  "kind": "Content",
16135
16017
  "text": ";"
16136
16018
  }
16137
16019
  ],
16138
- "isReadonly": false,
16139
- "isOptional": false,
16140
- "releaseTag": "Beta",
16141
- "name": "applyAsyncFuncName",
16142
- "propertyTypeTokenRange": {
16143
- "startIndex": 1,
16144
- "endIndex": 2
16145
- },
16146
16020
  "isStatic": false,
16021
+ "returnTypeTokenRange": {
16022
+ "startIndex": 3,
16023
+ "endIndex": 4
16024
+ },
16025
+ "releaseTag": "Beta",
16147
16026
  "isProtected": false,
16148
- "isAbstract": false
16027
+ "overloadIndex": 1,
16028
+ "parameters": [
16029
+ {
16030
+ "parameterName": "transaction",
16031
+ "parameterTypeTokenRange": {
16032
+ "startIndex": 1,
16033
+ "endIndex": 2
16034
+ },
16035
+ "isOptional": false
16036
+ }
16037
+ ],
16038
+ "isOptional": false,
16039
+ "isAbstract": false,
16040
+ "name": "applyTransaction"
16149
16041
  },
16150
16042
  {
16151
- "kind": "Property",
16152
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyFuncName:member",
16043
+ "kind": "Method",
16044
+ "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#connectedCallback:member(1)",
16153
16045
  "docComment": "",
16154
16046
  "excerptTokens": [
16155
16047
  {
16156
16048
  "kind": "Content",
16157
- "text": "applyFuncName: "
16049
+ "text": "connectedCallback(): "
16158
16050
  },
16159
16051
  {
16160
16052
  "kind": "Content",
16161
- "text": "string"
16053
+ "text": "void"
16162
16054
  },
16163
16055
  {
16164
16056
  "kind": "Content",
16165
16057
  "text": ";"
16166
16058
  }
16167
16059
  ],
16168
- "isReadonly": false,
16169
- "isOptional": false,
16170
- "releaseTag": "Beta",
16171
- "name": "applyFuncName",
16172
- "propertyTypeTokenRange": {
16060
+ "isStatic": false,
16061
+ "returnTypeTokenRange": {
16173
16062
  "startIndex": 1,
16174
16063
  "endIndex": 2
16175
16064
  },
16176
- "isStatic": false,
16065
+ "releaseTag": "Beta",
16177
16066
  "isProtected": false,
16178
- "isAbstract": false
16067
+ "overloadIndex": 1,
16068
+ "parameters": [],
16069
+ "isOptional": false,
16070
+ "isAbstract": false,
16071
+ "name": "connectedCallback"
16179
16072
  },
16180
16073
  {
16181
16074
  "kind": "Method",
16182
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransaction:member(1)",
16075
+ "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#criteriaChanged:member(1)",
16183
16076
  "docComment": "",
16184
16077
  "excerptTokens": [
16185
16078
  {
16186
16079
  "kind": "Content",
16187
- "text": "applyTransaction(agTransaction: "
16080
+ "text": "criteriaChanged(oldCriteria: "
16081
+ },
16082
+ {
16083
+ "kind": "Content",
16084
+ "text": "string"
16188
16085
  },
16189
16086
  {
16190
- "kind": "Reference",
16191
- "text": "RowDataTransaction",
16192
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
16087
+ "kind": "Content",
16088
+ "text": ", newCriteria: "
16089
+ },
16090
+ {
16091
+ "kind": "Content",
16092
+ "text": "string"
16193
16093
  },
16194
16094
  {
16195
16095
  "kind": "Content",
16196
16096
  "text": "): "
16197
16097
  },
16198
16098
  {
16199
- "kind": "Reference",
16200
- "text": "ServerSideTransactionResult",
16201
- "canonicalReference": "@ag-grid-community/core!ServerSideTransactionResult:interface"
16202
- },
16203
- {
16204
- "kind": "Content",
16205
- "text": ";"
16206
- }
16207
- ],
16208
- "isStatic": false,
16209
- "returnTypeTokenRange": {
16210
- "startIndex": 3,
16211
- "endIndex": 4
16212
- },
16213
- "releaseTag": "Beta",
16214
- "isProtected": false,
16215
- "overloadIndex": 1,
16216
- "parameters": [
16217
- {
16218
- "parameterName": "agTransaction",
16219
- "parameterTypeTokenRange": {
16220
- "startIndex": 1,
16221
- "endIndex": 2
16222
- },
16223
- "isOptional": false
16224
- }
16225
- ],
16226
- "isOptional": false,
16227
- "isAbstract": false,
16228
- "name": "applyTransaction"
16229
- },
16230
- {
16231
- "kind": "Method",
16232
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransactionAsync:member(1)",
16233
- "docComment": "",
16234
- "excerptTokens": [
16235
- {
16236
- "kind": "Content",
16237
- "text": "applyTransactionAsync(agTransaction: "
16238
- },
16239
- {
16240
- "kind": "Reference",
16241
- "text": "RowDataTransaction",
16242
- "canonicalReference": "@ag-grid-community/core!RowDataTransaction:interface"
16243
- },
16244
- {
16245
- "kind": "Content",
16246
- "text": ", callback?: "
16247
- },
16248
- {
16249
- "kind": "Content",
16250
- "text": "(res: "
16251
- },
16252
- {
16253
- "kind": "Reference",
16254
- "text": "ServerSideTransactionResult",
16255
- "canonicalReference": "@ag-grid-community/core!ServerSideTransactionResult:interface"
16256
- },
16257
- {
16258
- "kind": "Content",
16259
- "text": ") => void"
16260
- },
16261
- {
16262
- "kind": "Content",
16263
- "text": "): "
16264
- },
16265
- {
16266
- "kind": "Content",
16267
- "text": "void"
16268
- },
16269
- {
16270
- "kind": "Content",
16271
- "text": ";"
16272
- }
16273
- ],
16274
- "isStatic": false,
16275
- "returnTypeTokenRange": {
16276
- "startIndex": 7,
16277
- "endIndex": 8
16278
- },
16279
- "releaseTag": "Beta",
16280
- "isProtected": false,
16281
- "overloadIndex": 1,
16282
- "parameters": [
16283
- {
16284
- "parameterName": "agTransaction",
16285
- "parameterTypeTokenRange": {
16286
- "startIndex": 1,
16287
- "endIndex": 2
16288
- },
16289
- "isOptional": false
16290
- },
16291
- {
16292
- "parameterName": "callback",
16293
- "parameterTypeTokenRange": {
16294
- "startIndex": 3,
16295
- "endIndex": 6
16296
- },
16297
- "isOptional": true
16298
- }
16299
- ],
16300
- "isOptional": false,
16301
- "isAbstract": false,
16302
- "name": "applyTransactionAsync"
16303
- },
16304
- {
16305
- "kind": "Method",
16306
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#connectedCallback:member(1)",
16307
- "docComment": "",
16308
- "excerptTokens": [
16309
- {
16310
- "kind": "Content",
16311
- "text": "connectedCallback(): "
16312
- },
16313
- {
16314
- "kind": "Content",
16315
- "text": "void"
16316
- },
16317
- {
16318
- "kind": "Content",
16319
- "text": ";"
16320
- }
16321
- ],
16322
- "isStatic": false,
16323
- "returnTypeTokenRange": {
16324
- "startIndex": 1,
16325
- "endIndex": 2
16326
- },
16327
- "releaseTag": "Beta",
16328
- "isProtected": false,
16329
- "overloadIndex": 1,
16330
- "parameters": [],
16331
- "isOptional": false,
16332
- "isAbstract": false,
16333
- "name": "connectedCallback"
16334
- },
16335
- {
16336
- "kind": "Method",
16337
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#criteriaChanged:member(1)",
16338
- "docComment": "",
16339
- "excerptTokens": [
16340
- {
16341
- "kind": "Content",
16342
- "text": "criteriaChanged(oldCriteria: "
16343
- },
16344
- {
16345
- "kind": "Content",
16346
- "text": "string"
16347
- },
16348
- {
16349
- "kind": "Content",
16350
- "text": ", newCriteria: "
16351
- },
16352
- {
16353
- "kind": "Content",
16354
- "text": "string"
16355
- },
16356
- {
16357
- "kind": "Content",
16358
- "text": "): "
16359
- },
16360
- {
16361
- "kind": "Content",
16362
- "text": "void"
16099
+ "kind": "Content",
16100
+ "text": "void"
16363
16101
  },
16364
16102
  {
16365
16103
  "kind": "Content",
@@ -16602,9 +16340,8 @@
16602
16340
  "text": "onPaginationChanged(event: "
16603
16341
  },
16604
16342
  {
16605
- "kind": "Reference",
16606
- "text": "PaginationChangedEvent",
16607
- "canonicalReference": "@ag-grid-community/core!PaginationChangedEvent:interface"
16343
+ "kind": "Content",
16344
+ "text": "any"
16608
16345
  },
16609
16346
  {
16610
16347
  "kind": "Content",
@@ -16860,37 +16597,6 @@
16860
16597
  "isAbstract": false,
16861
16598
  "name": "restart"
16862
16599
  },
16863
- {
16864
- "kind": "Property",
16865
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#rowModel:member",
16866
- "docComment": "",
16867
- "excerptTokens": [
16868
- {
16869
- "kind": "Content",
16870
- "text": "get rowModel(): "
16871
- },
16872
- {
16873
- "kind": "Reference",
16874
- "text": "IServerSideRowModel",
16875
- "canonicalReference": "@ag-grid-community/core!IServerSideRowModel:interface"
16876
- },
16877
- {
16878
- "kind": "Content",
16879
- "text": ";"
16880
- }
16881
- ],
16882
- "isReadonly": true,
16883
- "isOptional": false,
16884
- "releaseTag": "Beta",
16885
- "name": "rowModel",
16886
- "propertyTypeTokenRange": {
16887
- "startIndex": 1,
16888
- "endIndex": 2
16889
- },
16890
- "isStatic": false,
16891
- "isProtected": false,
16892
- "isAbstract": false
16893
- },
16894
16600
  {
16895
16601
  "kind": "Property",
16896
16602
  "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#zeroBasedViewNumber:member",
@@ -17414,6 +17120,2790 @@
17414
17120
  "endIndex": 2
17415
17121
  }
17416
17122
  },
17123
+ {
17124
+ "kind": "Class",
17125
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34:class",
17126
+ "docComment": "/**\n * The Grid Pro element (AG Grid v34 compatible).\n *\n * @remarks\n *\n * Grid Pro is a Web Component wrapper around the AG Grid Community library.\n *\n * @tagname\n *\n * %%prefix%%-grid-pro\n *\n * @beta\n */\n",
17127
+ "excerptTokens": [
17128
+ {
17129
+ "kind": "Content",
17130
+ "text": "export declare class GridProV34 extends "
17131
+ },
17132
+ {
17133
+ "kind": "Reference",
17134
+ "text": "GridProV34_base",
17135
+ "canonicalReference": "@genesislcap/grid-pro!~GridProV34_base"
17136
+ },
17137
+ {
17138
+ "kind": "Content",
17139
+ "text": " "
17140
+ }
17141
+ ],
17142
+ "fileUrlPath": "src/grid-pro-v34.ts",
17143
+ "releaseTag": "Beta",
17144
+ "isAbstract": false,
17145
+ "name": "GridProV34",
17146
+ "preserveMemberOrder": false,
17147
+ "members": [
17148
+ {
17149
+ "kind": "Constructor",
17150
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34:constructor(1)",
17151
+ "docComment": "/**\n * Constructs a new instance of the `GridProV34` class\n */\n",
17152
+ "excerptTokens": [
17153
+ {
17154
+ "kind": "Content",
17155
+ "text": "constructor();"
17156
+ }
17157
+ ],
17158
+ "releaseTag": "Beta",
17159
+ "isProtected": false,
17160
+ "overloadIndex": 1,
17161
+ "parameters": []
17162
+ },
17163
+ {
17164
+ "kind": "Method",
17165
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#addEventListener:member(1)",
17166
+ "docComment": "/**\n * Adds an event listener to the grid element.\n *\n * @param eventType - The event type to listen for. Recommened to use the `Events` from AG Grid.\n *\n * @param listener - The event listener to call when the event is fired.\n *\n * @param options - An options object that specifies characteristics about the event listener.\n */\n",
17167
+ "excerptTokens": [
17168
+ {
17169
+ "kind": "Content",
17170
+ "text": "addEventListener(eventType: "
17171
+ },
17172
+ {
17173
+ "kind": "Content",
17174
+ "text": "string"
17175
+ },
17176
+ {
17177
+ "kind": "Content",
17178
+ "text": ", listener: "
17179
+ },
17180
+ {
17181
+ "kind": "Content",
17182
+ "text": "any"
17183
+ },
17184
+ {
17185
+ "kind": "Content",
17186
+ "text": ", options?: "
17187
+ },
17188
+ {
17189
+ "kind": "Content",
17190
+ "text": "boolean | "
17191
+ },
17192
+ {
17193
+ "kind": "Reference",
17194
+ "text": "AddEventListenerOptions",
17195
+ "canonicalReference": "!AddEventListenerOptions:interface"
17196
+ },
17197
+ {
17198
+ "kind": "Content",
17199
+ "text": "): "
17200
+ },
17201
+ {
17202
+ "kind": "Content",
17203
+ "text": "void"
17204
+ },
17205
+ {
17206
+ "kind": "Content",
17207
+ "text": ";"
17208
+ }
17209
+ ],
17210
+ "isStatic": false,
17211
+ "returnTypeTokenRange": {
17212
+ "startIndex": 8,
17213
+ "endIndex": 9
17214
+ },
17215
+ "releaseTag": "Beta",
17216
+ "isProtected": false,
17217
+ "overloadIndex": 1,
17218
+ "parameters": [
17219
+ {
17220
+ "parameterName": "eventType",
17221
+ "parameterTypeTokenRange": {
17222
+ "startIndex": 1,
17223
+ "endIndex": 2
17224
+ },
17225
+ "isOptional": false
17226
+ },
17227
+ {
17228
+ "parameterName": "listener",
17229
+ "parameterTypeTokenRange": {
17230
+ "startIndex": 3,
17231
+ "endIndex": 4
17232
+ },
17233
+ "isOptional": false
17234
+ },
17235
+ {
17236
+ "parameterName": "options",
17237
+ "parameterTypeTokenRange": {
17238
+ "startIndex": 5,
17239
+ "endIndex": 7
17240
+ },
17241
+ "isOptional": true
17242
+ }
17243
+ ],
17244
+ "isOptional": false,
17245
+ "isAbstract": false,
17246
+ "name": "addEventListener"
17247
+ },
17248
+ {
17249
+ "kind": "Property",
17250
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#agGrid:member",
17251
+ "docComment": "",
17252
+ "excerptTokens": [
17253
+ {
17254
+ "kind": "Content",
17255
+ "text": "agGrid: "
17256
+ },
17257
+ {
17258
+ "kind": "Reference",
17259
+ "text": "GridApi",
17260
+ "canonicalReference": "ag-grid-community!GridApi:interface"
17261
+ },
17262
+ {
17263
+ "kind": "Content",
17264
+ "text": ";"
17265
+ }
17266
+ ],
17267
+ "isReadonly": false,
17268
+ "isOptional": false,
17269
+ "releaseTag": "Beta",
17270
+ "name": "agGrid",
17271
+ "propertyTypeTokenRange": {
17272
+ "startIndex": 1,
17273
+ "endIndex": 2
17274
+ },
17275
+ "isStatic": false,
17276
+ "isProtected": false,
17277
+ "isAbstract": false
17278
+ },
17279
+ {
17280
+ "kind": "Property",
17281
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#agGridOptions:member",
17282
+ "docComment": "",
17283
+ "excerptTokens": [
17284
+ {
17285
+ "kind": "Content",
17286
+ "text": "protected agGridOptions: "
17287
+ },
17288
+ {
17289
+ "kind": "Reference",
17290
+ "text": "GridOptions",
17291
+ "canonicalReference": "ag-grid-community!GridOptions:interface"
17292
+ },
17293
+ {
17294
+ "kind": "Content",
17295
+ "text": ";"
17296
+ }
17297
+ ],
17298
+ "isReadonly": false,
17299
+ "isOptional": false,
17300
+ "releaseTag": "Beta",
17301
+ "name": "agGridOptions",
17302
+ "propertyTypeTokenRange": {
17303
+ "startIndex": 1,
17304
+ "endIndex": 2
17305
+ },
17306
+ "isStatic": false,
17307
+ "isProtected": true,
17308
+ "isAbstract": false
17309
+ },
17310
+ {
17311
+ "kind": "Property",
17312
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#autoCellRendererByType:member",
17313
+ "docComment": "",
17314
+ "excerptTokens": [
17315
+ {
17316
+ "kind": "Content",
17317
+ "text": "autoCellRendererByType: "
17318
+ },
17319
+ {
17320
+ "kind": "Content",
17321
+ "text": "boolean"
17322
+ },
17323
+ {
17324
+ "kind": "Content",
17325
+ "text": ";"
17326
+ }
17327
+ ],
17328
+ "isReadonly": false,
17329
+ "isOptional": false,
17330
+ "releaseTag": "Beta",
17331
+ "name": "autoCellRendererByType",
17332
+ "propertyTypeTokenRange": {
17333
+ "startIndex": 1,
17334
+ "endIndex": 2
17335
+ },
17336
+ "isStatic": false,
17337
+ "isProtected": false,
17338
+ "isAbstract": false
17339
+ },
17340
+ {
17341
+ "kind": "Method",
17342
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#cacheFilterConfig:member(1)",
17343
+ "docComment": "",
17344
+ "excerptTokens": [
17345
+ {
17346
+ "kind": "Content",
17347
+ "text": "cacheFilterConfig(): "
17348
+ },
17349
+ {
17350
+ "kind": "Content",
17351
+ "text": "void"
17352
+ },
17353
+ {
17354
+ "kind": "Content",
17355
+ "text": ";"
17356
+ }
17357
+ ],
17358
+ "isStatic": false,
17359
+ "returnTypeTokenRange": {
17360
+ "startIndex": 1,
17361
+ "endIndex": 2
17362
+ },
17363
+ "releaseTag": "Beta",
17364
+ "isProtected": false,
17365
+ "overloadIndex": 1,
17366
+ "parameters": [],
17367
+ "isOptional": false,
17368
+ "isAbstract": false,
17369
+ "name": "cacheFilterConfig"
17370
+ },
17371
+ {
17372
+ "kind": "Property",
17373
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#classNames:member",
17374
+ "docComment": "",
17375
+ "excerptTokens": [
17376
+ {
17377
+ "kind": "Content",
17378
+ "text": "classNames: "
17379
+ },
17380
+ {
17381
+ "kind": "Content",
17382
+ "text": "string"
17383
+ },
17384
+ {
17385
+ "kind": "Content",
17386
+ "text": ";"
17387
+ }
17388
+ ],
17389
+ "isReadonly": false,
17390
+ "isOptional": false,
17391
+ "releaseTag": "Beta",
17392
+ "name": "classNames",
17393
+ "propertyTypeTokenRange": {
17394
+ "startIndex": 1,
17395
+ "endIndex": 2
17396
+ },
17397
+ "isStatic": false,
17398
+ "isProtected": false,
17399
+ "isAbstract": false
17400
+ },
17401
+ {
17402
+ "kind": "Method",
17403
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#clearLocalGridOptions:member(1)",
17404
+ "docComment": "/**\n * Clears the local grid options, this is used to clear the grid options when the grid is restarted.\n *\n * @public\n */\n",
17405
+ "excerptTokens": [
17406
+ {
17407
+ "kind": "Content",
17408
+ "text": "clearLocalGridOptions(): "
17409
+ },
17410
+ {
17411
+ "kind": "Content",
17412
+ "text": "void"
17413
+ },
17414
+ {
17415
+ "kind": "Content",
17416
+ "text": ";"
17417
+ }
17418
+ ],
17419
+ "isStatic": false,
17420
+ "returnTypeTokenRange": {
17421
+ "startIndex": 1,
17422
+ "endIndex": 2
17423
+ },
17424
+ "releaseTag": "Public",
17425
+ "isProtected": false,
17426
+ "overloadIndex": 1,
17427
+ "parameters": [],
17428
+ "isOptional": false,
17429
+ "isAbstract": false,
17430
+ "name": "clearLocalGridOptions"
17431
+ },
17432
+ {
17433
+ "kind": "Property",
17434
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#columnComponentName:member",
17435
+ "docComment": "",
17436
+ "excerptTokens": [
17437
+ {
17438
+ "kind": "Content",
17439
+ "text": "columnComponentName: "
17440
+ },
17441
+ {
17442
+ "kind": "Content",
17443
+ "text": "string"
17444
+ },
17445
+ {
17446
+ "kind": "Content",
17447
+ "text": ";"
17448
+ }
17449
+ ],
17450
+ "isReadonly": false,
17451
+ "isOptional": false,
17452
+ "releaseTag": "Beta",
17453
+ "name": "columnComponentName",
17454
+ "propertyTypeTokenRange": {
17455
+ "startIndex": 1,
17456
+ "endIndex": 2
17457
+ },
17458
+ "isStatic": false,
17459
+ "isProtected": false,
17460
+ "isAbstract": false
17461
+ },
17462
+ {
17463
+ "kind": "Method",
17464
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#combineAllGridComponents:member(1)",
17465
+ "docComment": "",
17466
+ "excerptTokens": [
17467
+ {
17468
+ "kind": "Content",
17469
+ "text": "combineAllGridComponents(gridOptionsComponents: "
17470
+ },
17471
+ {
17472
+ "kind": "Reference",
17473
+ "text": "GridComponents",
17474
+ "canonicalReference": "@genesislcap/grid-pro!GridComponents:type"
17475
+ },
17476
+ {
17477
+ "kind": "Content",
17478
+ "text": "): "
17479
+ },
17480
+ {
17481
+ "kind": "Reference",
17482
+ "text": "GridComponents",
17483
+ "canonicalReference": "@genesislcap/grid-pro!GridComponents:type"
17484
+ },
17485
+ {
17486
+ "kind": "Content",
17487
+ "text": ";"
17488
+ }
17489
+ ],
17490
+ "isStatic": false,
17491
+ "returnTypeTokenRange": {
17492
+ "startIndex": 3,
17493
+ "endIndex": 4
17494
+ },
17495
+ "releaseTag": "Beta",
17496
+ "isProtected": false,
17497
+ "overloadIndex": 1,
17498
+ "parameters": [
17499
+ {
17500
+ "parameterName": "gridOptionsComponents",
17501
+ "parameterTypeTokenRange": {
17502
+ "startIndex": 1,
17503
+ "endIndex": 2
17504
+ },
17505
+ "isOptional": false
17506
+ }
17507
+ ],
17508
+ "isOptional": false,
17509
+ "isAbstract": false,
17510
+ "name": "combineAllGridComponents"
17511
+ },
17512
+ {
17513
+ "kind": "Method",
17514
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#connectedCallback:member(1)",
17515
+ "docComment": "",
17516
+ "excerptTokens": [
17517
+ {
17518
+ "kind": "Content",
17519
+ "text": "connectedCallback(): "
17520
+ },
17521
+ {
17522
+ "kind": "Content",
17523
+ "text": "void"
17524
+ },
17525
+ {
17526
+ "kind": "Content",
17527
+ "text": ";"
17528
+ }
17529
+ ],
17530
+ "isStatic": false,
17531
+ "returnTypeTokenRange": {
17532
+ "startIndex": 1,
17533
+ "endIndex": 2
17534
+ },
17535
+ "releaseTag": "Beta",
17536
+ "isProtected": false,
17537
+ "overloadIndex": 1,
17538
+ "parameters": [],
17539
+ "isOptional": false,
17540
+ "isAbstract": false,
17541
+ "name": "connectedCallback"
17542
+ },
17543
+ {
17544
+ "kind": "Property",
17545
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#customErrorHandlerTemplate:member",
17546
+ "docComment": "/**\n * Custom error handler dialog template function.\n *\n * @remarks\n *\n * When provided, this function will be used to render custom error dialogs instead of the default error handler. The function should accept a prefix string and an array of grid error items and return a ViewTemplate. If not provided, the default error handler dialog template will be used.\n */\n",
17547
+ "excerptTokens": [
17548
+ {
17549
+ "kind": "Content",
17550
+ "text": "customErrorHandlerTemplate?: "
17551
+ },
17552
+ {
17553
+ "kind": "Content",
17554
+ "text": "(prefix: string, gridErrorItems: "
17555
+ },
17556
+ {
17557
+ "kind": "Reference",
17558
+ "text": "GridProErrorItem",
17559
+ "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
17560
+ },
17561
+ {
17562
+ "kind": "Content",
17563
+ "text": "<any>[]) => "
17564
+ },
17565
+ {
17566
+ "kind": "Reference",
17567
+ "text": "ViewTemplate",
17568
+ "canonicalReference": "@microsoft/fast-element!ViewTemplate:class"
17569
+ },
17570
+ {
17571
+ "kind": "Content",
17572
+ "text": ";"
17573
+ }
17574
+ ],
17575
+ "isReadonly": false,
17576
+ "isOptional": true,
17577
+ "releaseTag": "Beta",
17578
+ "name": "customErrorHandlerTemplate",
17579
+ "propertyTypeTokenRange": {
17580
+ "startIndex": 1,
17581
+ "endIndex": 5
17582
+ },
17583
+ "isStatic": false,
17584
+ "isProtected": false,
17585
+ "isAbstract": false
17586
+ },
17587
+ {
17588
+ "kind": "Method",
17589
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#disconnectedCallback:member(1)",
17590
+ "docComment": "",
17591
+ "excerptTokens": [
17592
+ {
17593
+ "kind": "Content",
17594
+ "text": "disconnectedCallback(): "
17595
+ },
17596
+ {
17597
+ "kind": "Content",
17598
+ "text": "void"
17599
+ },
17600
+ {
17601
+ "kind": "Content",
17602
+ "text": ";"
17603
+ }
17604
+ ],
17605
+ "isStatic": false,
17606
+ "returnTypeTokenRange": {
17607
+ "startIndex": 1,
17608
+ "endIndex": 2
17609
+ },
17610
+ "releaseTag": "Beta",
17611
+ "isProtected": false,
17612
+ "overloadIndex": 1,
17613
+ "parameters": [],
17614
+ "isOptional": false,
17615
+ "isAbstract": false,
17616
+ "name": "disconnectedCallback"
17617
+ },
17618
+ {
17619
+ "kind": "Property",
17620
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#enableCellFlashing:member",
17621
+ "docComment": "/**\n * If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef\n *\n * @remarks\n *\n * Defaults to true\n */\n",
17622
+ "excerptTokens": [
17623
+ {
17624
+ "kind": "Content",
17625
+ "text": "enableCellFlashing: "
17626
+ },
17627
+ {
17628
+ "kind": "Content",
17629
+ "text": "boolean"
17630
+ },
17631
+ {
17632
+ "kind": "Content",
17633
+ "text": ";"
17634
+ }
17635
+ ],
17636
+ "isReadonly": false,
17637
+ "isOptional": false,
17638
+ "releaseTag": "Beta",
17639
+ "name": "enableCellFlashing",
17640
+ "propertyTypeTokenRange": {
17641
+ "startIndex": 1,
17642
+ "endIndex": 2
17643
+ },
17644
+ "isStatic": false,
17645
+ "isProtected": false,
17646
+ "isAbstract": false
17647
+ },
17648
+ {
17649
+ "kind": "Property",
17650
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#enableRowFlashing:member",
17651
+ "docComment": "/**\n * If true, will enable row flashing for all rows for `add` async transactions\n */\n",
17652
+ "excerptTokens": [
17653
+ {
17654
+ "kind": "Content",
17655
+ "text": "enableRowFlashing: "
17656
+ },
17657
+ {
17658
+ "kind": "Content",
17659
+ "text": "boolean"
17660
+ },
17661
+ {
17662
+ "kind": "Content",
17663
+ "text": ";"
17664
+ }
17665
+ ],
17666
+ "isReadonly": false,
17667
+ "isOptional": false,
17668
+ "releaseTag": "Beta",
17669
+ "name": "enableRowFlashing",
17670
+ "propertyTypeTokenRange": {
17671
+ "startIndex": 1,
17672
+ "endIndex": 2
17673
+ },
17674
+ "isStatic": false,
17675
+ "isProtected": false,
17676
+ "isAbstract": false
17677
+ },
17678
+ {
17679
+ "kind": "Property",
17680
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#eventsAndCallbacks:member",
17681
+ "docComment": "",
17682
+ "excerptTokens": [
17683
+ {
17684
+ "kind": "Content",
17685
+ "text": "eventsAndCallbacks: "
17686
+ },
17687
+ {
17688
+ "kind": "Reference",
17689
+ "text": "GridProEventsAndCallbacks",
17690
+ "canonicalReference": "@genesislcap/grid-pro!GridProEventsAndCallbacks:type"
17691
+ },
17692
+ {
17693
+ "kind": "Content",
17694
+ "text": ";"
17695
+ }
17696
+ ],
17697
+ "isReadonly": false,
17698
+ "isOptional": false,
17699
+ "releaseTag": "Beta",
17700
+ "name": "eventsAndCallbacks",
17701
+ "propertyTypeTokenRange": {
17702
+ "startIndex": 1,
17703
+ "endIndex": 2
17704
+ },
17705
+ "isStatic": false,
17706
+ "isProtected": false,
17707
+ "isAbstract": false
17708
+ },
17709
+ {
17710
+ "kind": "Method",
17711
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#getfilterModel:member(1)",
17712
+ "docComment": "",
17713
+ "excerptTokens": [
17714
+ {
17715
+ "kind": "Content",
17716
+ "text": "getfilterModel(): "
17717
+ },
17718
+ {
17719
+ "kind": "Reference",
17720
+ "text": "Promise",
17721
+ "canonicalReference": "!Promise:interface"
17722
+ },
17723
+ {
17724
+ "kind": "Content",
17725
+ "text": "<{\n [key: string]: any;\n }>"
17726
+ },
17727
+ {
17728
+ "kind": "Content",
17729
+ "text": ";"
17730
+ }
17731
+ ],
17732
+ "isStatic": false,
17733
+ "returnTypeTokenRange": {
17734
+ "startIndex": 1,
17735
+ "endIndex": 3
17736
+ },
17737
+ "releaseTag": "Beta",
17738
+ "isProtected": false,
17739
+ "overloadIndex": 1,
17740
+ "parameters": [],
17741
+ "isOptional": false,
17742
+ "isAbstract": false,
17743
+ "name": "getfilterModel"
17744
+ },
17745
+ {
17746
+ "kind": "Method",
17747
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#getSavedColumnState:member(1)",
17748
+ "docComment": "/**\n * Gets the saved grid ColumnState[] from storage\n *\n * @remarks\n *\n * This is used to restore the grid state when the grid is rehydrated\n *\n * @public\n */\n",
17749
+ "excerptTokens": [
17750
+ {
17751
+ "kind": "Content",
17752
+ "text": "getSavedColumnState(): "
17753
+ },
17754
+ {
17755
+ "kind": "Reference",
17756
+ "text": "Promise",
17757
+ "canonicalReference": "!Promise:interface"
17758
+ },
17759
+ {
17760
+ "kind": "Content",
17761
+ "text": "<"
17762
+ },
17763
+ {
17764
+ "kind": "Reference",
17765
+ "text": "ColumnState",
17766
+ "canonicalReference": "ag-grid-community!ColumnState:interface"
17767
+ },
17768
+ {
17769
+ "kind": "Content",
17770
+ "text": "[]>"
17771
+ },
17772
+ {
17773
+ "kind": "Content",
17774
+ "text": ";"
17775
+ }
17776
+ ],
17777
+ "isStatic": false,
17778
+ "returnTypeTokenRange": {
17779
+ "startIndex": 1,
17780
+ "endIndex": 5
17781
+ },
17782
+ "releaseTag": "Public",
17783
+ "isProtected": false,
17784
+ "overloadIndex": 1,
17785
+ "parameters": [],
17786
+ "isOptional": false,
17787
+ "isAbstract": false,
17788
+ "name": "getSavedColumnState"
17789
+ },
17790
+ {
17791
+ "kind": "Method",
17792
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#getSelectedRows:member(1)",
17793
+ "docComment": "/**\n * Gets the currently selected rows from the grid\n *\n * @returns Array of selected row data\n *\n * @public\n */\n",
17794
+ "excerptTokens": [
17795
+ {
17796
+ "kind": "Content",
17797
+ "text": "getSelectedRows(): "
17798
+ },
17799
+ {
17800
+ "kind": "Content",
17801
+ "text": "any[]"
17802
+ },
17803
+ {
17804
+ "kind": "Content",
17805
+ "text": ";"
17806
+ }
17807
+ ],
17808
+ "isStatic": false,
17809
+ "returnTypeTokenRange": {
17810
+ "startIndex": 1,
17811
+ "endIndex": 2
17812
+ },
17813
+ "releaseTag": "Public",
17814
+ "isProtected": false,
17815
+ "overloadIndex": 1,
17816
+ "parameters": [],
17817
+ "isOptional": false,
17818
+ "isAbstract": false,
17819
+ "name": "getSelectedRows"
17820
+ },
17821
+ {
17822
+ "kind": "Method",
17823
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#globalEventListener:member(1)",
17824
+ "docComment": "",
17825
+ "excerptTokens": [
17826
+ {
17827
+ "kind": "Content",
17828
+ "text": "globalEventListener(eventType: "
17829
+ },
17830
+ {
17831
+ "kind": "Content",
17832
+ "text": "any"
17833
+ },
17834
+ {
17835
+ "kind": "Content",
17836
+ "text": ", event: "
17837
+ },
17838
+ {
17839
+ "kind": "Content",
17840
+ "text": "any"
17841
+ },
17842
+ {
17843
+ "kind": "Content",
17844
+ "text": "): "
17845
+ },
17846
+ {
17847
+ "kind": "Content",
17848
+ "text": "void"
17849
+ },
17850
+ {
17851
+ "kind": "Content",
17852
+ "text": ";"
17853
+ }
17854
+ ],
17855
+ "isStatic": false,
17856
+ "returnTypeTokenRange": {
17857
+ "startIndex": 5,
17858
+ "endIndex": 6
17859
+ },
17860
+ "releaseTag": "Beta",
17861
+ "isProtected": false,
17862
+ "overloadIndex": 1,
17863
+ "parameters": [
17864
+ {
17865
+ "parameterName": "eventType",
17866
+ "parameterTypeTokenRange": {
17867
+ "startIndex": 1,
17868
+ "endIndex": 2
17869
+ },
17870
+ "isOptional": false
17871
+ },
17872
+ {
17873
+ "parameterName": "event",
17874
+ "parameterTypeTokenRange": {
17875
+ "startIndex": 3,
17876
+ "endIndex": 4
17877
+ },
17878
+ "isOptional": false
17879
+ }
17880
+ ],
17881
+ "isOptional": false,
17882
+ "isAbstract": false,
17883
+ "name": "globalEventListener"
17884
+ },
17885
+ {
17886
+ "kind": "Property",
17887
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridApi:member",
17888
+ "docComment": "",
17889
+ "excerptTokens": [
17890
+ {
17891
+ "kind": "Content",
17892
+ "text": "gridApi: "
17893
+ },
17894
+ {
17895
+ "kind": "Reference",
17896
+ "text": "GridApi",
17897
+ "canonicalReference": "ag-grid-community!GridApi:interface"
17898
+ },
17899
+ {
17900
+ "kind": "Content",
17901
+ "text": ";"
17902
+ }
17903
+ ],
17904
+ "isReadonly": false,
17905
+ "isOptional": false,
17906
+ "releaseTag": "Beta",
17907
+ "name": "gridApi",
17908
+ "propertyTypeTokenRange": {
17909
+ "startIndex": 1,
17910
+ "endIndex": 2
17911
+ },
17912
+ "isStatic": false,
17913
+ "isProtected": false,
17914
+ "isAbstract": false
17915
+ },
17916
+ {
17917
+ "kind": "Property",
17918
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridAutosizingEnabled:member",
17919
+ "docComment": "/**\n * Boolean attribute to control whether the grid autosizes the columns upon interaction. This will disable the column widths from being manually set, and doesn't save the widths in local storage if you are using `persist-column-state-key`.\n */\n",
17920
+ "excerptTokens": [
17921
+ {
17922
+ "kind": "Content",
17923
+ "text": "gridAutosizingEnabled: "
17924
+ },
17925
+ {
17926
+ "kind": "Content",
17927
+ "text": "boolean"
17928
+ },
17929
+ {
17930
+ "kind": "Content",
17931
+ "text": ";"
17932
+ }
17933
+ ],
17934
+ "isReadonly": false,
17935
+ "isOptional": false,
17936
+ "releaseTag": "Beta",
17937
+ "name": "gridAutosizingEnabled",
17938
+ "propertyTypeTokenRange": {
17939
+ "startIndex": 1,
17940
+ "endIndex": 2
17941
+ },
17942
+ "isStatic": false,
17943
+ "isProtected": false,
17944
+ "isAbstract": false
17945
+ },
17946
+ {
17947
+ "kind": "Property",
17948
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridComponents:member",
17949
+ "docComment": "",
17950
+ "excerptTokens": [
17951
+ {
17952
+ "kind": "Content",
17953
+ "text": "gridComponents: "
17954
+ },
17955
+ {
17956
+ "kind": "Content",
17957
+ "text": "{\n [componentName: string]: any;\n }"
17958
+ },
17959
+ {
17960
+ "kind": "Content",
17961
+ "text": ";"
17962
+ }
17963
+ ],
17964
+ "isReadonly": false,
17965
+ "isOptional": false,
17966
+ "releaseTag": "Beta",
17967
+ "name": "gridComponents",
17968
+ "propertyTypeTokenRange": {
17969
+ "startIndex": 1,
17970
+ "endIndex": 2
17971
+ },
17972
+ "isStatic": false,
17973
+ "isProtected": false,
17974
+ "isAbstract": false
17975
+ },
17976
+ {
17977
+ "kind": "Property",
17978
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridErrorItems:member",
17979
+ "docComment": "",
17980
+ "excerptTokens": [
17981
+ {
17982
+ "kind": "Content",
17983
+ "text": "gridErrorItems: "
17984
+ },
17985
+ {
17986
+ "kind": "Reference",
17987
+ "text": "GridProErrorItem",
17988
+ "canonicalReference": "@genesislcap/grid-pro!GridProErrorItem:interface"
17989
+ },
17990
+ {
17991
+ "kind": "Content",
17992
+ "text": "<"
17993
+ },
17994
+ {
17995
+ "kind": "Reference",
17996
+ "text": "GridProErrorEvent",
17997
+ "canonicalReference": "@genesislcap/grid-pro!GridProErrorEvent:type"
17998
+ },
17999
+ {
18000
+ "kind": "Content",
18001
+ "text": "['detail']>[]"
18002
+ },
18003
+ {
18004
+ "kind": "Content",
18005
+ "text": ";"
18006
+ }
18007
+ ],
18008
+ "isReadonly": false,
18009
+ "isOptional": false,
18010
+ "releaseTag": "Beta",
18011
+ "name": "gridErrorItems",
18012
+ "propertyTypeTokenRange": {
18013
+ "startIndex": 1,
18014
+ "endIndex": 5
18015
+ },
18016
+ "isStatic": false,
18017
+ "isProtected": false,
18018
+ "isAbstract": false
18019
+ },
18020
+ {
18021
+ "kind": "Property",
18022
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridOptions:member",
18023
+ "docComment": "/**\n * @public\n */\n",
18024
+ "excerptTokens": [
18025
+ {
18026
+ "kind": "Content",
18027
+ "text": "get gridOptions(): "
18028
+ },
18029
+ {
18030
+ "kind": "Reference",
18031
+ "text": "GridOptions",
18032
+ "canonicalReference": "ag-grid-community!GridOptions:interface"
18033
+ },
18034
+ {
18035
+ "kind": "Content",
18036
+ "text": ";\n\nset gridOptions(options: "
18037
+ },
18038
+ {
18039
+ "kind": "Reference",
18040
+ "text": "GridOptions",
18041
+ "canonicalReference": "ag-grid-community!GridOptions:interface"
18042
+ },
18043
+ {
18044
+ "kind": "Content",
18045
+ "text": ");"
18046
+ }
18047
+ ],
18048
+ "isReadonly": false,
18049
+ "isOptional": false,
18050
+ "releaseTag": "Public",
18051
+ "name": "gridOptions",
18052
+ "propertyTypeTokenRange": {
18053
+ "startIndex": 1,
18054
+ "endIndex": 2
18055
+ },
18056
+ "isStatic": false,
18057
+ "isProtected": false,
18058
+ "isAbstract": false
18059
+ },
18060
+ {
18061
+ "kind": "Property",
18062
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridOptionsConfig:member",
18063
+ "docComment": "/**\n * Injectable config that allows to change grid options on an app level basis To modify options, register instance of the config in DOM container that is above the grid or on the top level of the application, so it applies to all grids.\n *\n * @example\n * ```\n * DI.getOrCreateDOMContainer().register([\n * Registration.instance<GridOptionsConfig>(GridOptionsConfig, {\n * headerHeight: 50,\n * }),\n * ]);\n * ```\n *\n */\n",
18064
+ "excerptTokens": [
18065
+ {
18066
+ "kind": "Content",
18067
+ "text": "gridOptionsConfig: "
18068
+ },
18069
+ {
18070
+ "kind": "Reference",
18071
+ "text": "GridOptionsConfig",
18072
+ "canonicalReference": "@genesislcap/grid-pro!GridOptionsConfig:interface"
18073
+ },
18074
+ {
18075
+ "kind": "Content",
18076
+ "text": ";"
18077
+ }
18078
+ ],
18079
+ "isReadonly": false,
18080
+ "isOptional": false,
18081
+ "releaseTag": "Beta",
18082
+ "name": "gridOptionsConfig",
18083
+ "propertyTypeTokenRange": {
18084
+ "startIndex": 1,
18085
+ "endIndex": 2
18086
+ },
18087
+ "isStatic": false,
18088
+ "isProtected": false,
18089
+ "isAbstract": false
18090
+ },
18091
+ {
18092
+ "kind": "Property",
18093
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridParams:member",
18094
+ "docComment": "/**\n * @public\n */\n",
18095
+ "excerptTokens": [
18096
+ {
18097
+ "kind": "Content",
18098
+ "text": "get gridParams(): "
18099
+ },
18100
+ {
18101
+ "kind": "Reference",
18102
+ "text": "GridParams",
18103
+ "canonicalReference": "ag-grid-community!GridParams:interface"
18104
+ },
18105
+ {
18106
+ "kind": "Content",
18107
+ "text": ";"
18108
+ }
18109
+ ],
18110
+ "isReadonly": true,
18111
+ "isOptional": false,
18112
+ "releaseTag": "Public",
18113
+ "name": "gridParams",
18114
+ "propertyTypeTokenRange": {
18115
+ "startIndex": 1,
18116
+ "endIndex": 2
18117
+ },
18118
+ "isStatic": false,
18119
+ "isProtected": false,
18120
+ "isAbstract": false
18121
+ },
18122
+ {
18123
+ "kind": "Property",
18124
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridProDatasource:member",
18125
+ "docComment": "/**\n * Get the datasource element.\n *\n * @remarks\n *\n * This will return the first datasource element found in the light DOM, wrapping all concrete datasource implementations.\n *\n * @public\n */\n",
18126
+ "excerptTokens": [
18127
+ {
18128
+ "kind": "Content",
18129
+ "text": "get gridProDatasource(): "
18130
+ },
18131
+ {
18132
+ "kind": "Reference",
18133
+ "text": "GridProBaseDatasource",
18134
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource:class"
18135
+ },
18136
+ {
18137
+ "kind": "Content",
18138
+ "text": ";"
18139
+ }
18140
+ ],
18141
+ "isReadonly": true,
18142
+ "isOptional": false,
18143
+ "releaseTag": "Public",
18144
+ "name": "gridProDatasource",
18145
+ "propertyTypeTokenRange": {
18146
+ "startIndex": 1,
18147
+ "endIndex": 2
18148
+ },
18149
+ "isStatic": false,
18150
+ "isProtected": false,
18151
+ "isAbstract": false
18152
+ },
18153
+ {
18154
+ "kind": "Property",
18155
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#gridSlot:member",
18156
+ "docComment": "",
18157
+ "excerptTokens": [
18158
+ {
18159
+ "kind": "Content",
18160
+ "text": "gridSlot: "
18161
+ },
18162
+ {
18163
+ "kind": "Reference",
18164
+ "text": "HTMLSlotElement",
18165
+ "canonicalReference": "!HTMLSlotElement:interface"
18166
+ },
18167
+ {
18168
+ "kind": "Content",
18169
+ "text": ";"
18170
+ }
18171
+ ],
18172
+ "isReadonly": false,
18173
+ "isOptional": false,
18174
+ "releaseTag": "Beta",
18175
+ "name": "gridSlot",
18176
+ "propertyTypeTokenRange": {
18177
+ "startIndex": 1,
18178
+ "endIndex": 2
18179
+ },
18180
+ "isStatic": false,
18181
+ "isProtected": false,
18182
+ "isAbstract": false
18183
+ },
18184
+ {
18185
+ "kind": "Method",
18186
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#hasSelectedRows:member(1)",
18187
+ "docComment": "/**\n * Checks if any rows are currently selected\n *\n * @returns True if rows are selected, false otherwise\n *\n * @public\n */\n",
18188
+ "excerptTokens": [
18189
+ {
18190
+ "kind": "Content",
18191
+ "text": "hasSelectedRows(): "
18192
+ },
18193
+ {
18194
+ "kind": "Content",
18195
+ "text": "boolean"
18196
+ },
18197
+ {
18198
+ "kind": "Content",
18199
+ "text": ";"
18200
+ }
18201
+ ],
18202
+ "isStatic": false,
18203
+ "returnTypeTokenRange": {
18204
+ "startIndex": 1,
18205
+ "endIndex": 2
18206
+ },
18207
+ "releaseTag": "Public",
18208
+ "isProtected": false,
18209
+ "overloadIndex": 1,
18210
+ "parameters": [],
18211
+ "isOptional": false,
18212
+ "isAbstract": false,
18213
+ "name": "hasSelectedRows"
18214
+ },
18215
+ {
18216
+ "kind": "Property",
18217
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#headerCaseType:member",
18218
+ "docComment": "/**\n * The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.\n *\n * @remarks\n *\n * Can be one of the following: camelCase, capitalCase, dotCase, headerCase, noCase, paramCase, pascalCase, pathCase, sentenceCase, snakeCase.\n *\n * @public\n */\n",
18219
+ "excerptTokens": [
18220
+ {
18221
+ "kind": "Content",
18222
+ "text": "headerCaseType: "
18223
+ },
18224
+ {
18225
+ "kind": "Reference",
18226
+ "text": "GridProCaseType",
18227
+ "canonicalReference": "@genesislcap/grid-pro!GridProCaseType:enum"
18228
+ },
18229
+ {
18230
+ "kind": "Content",
18231
+ "text": ";"
18232
+ }
18233
+ ],
18234
+ "isReadonly": false,
18235
+ "isOptional": false,
18236
+ "releaseTag": "Public",
18237
+ "name": "headerCaseType",
18238
+ "propertyTypeTokenRange": {
18239
+ "startIndex": 1,
18240
+ "endIndex": 2
18241
+ },
18242
+ "isStatic": false,
18243
+ "isProtected": false,
18244
+ "isAbstract": false
18245
+ },
18246
+ {
18247
+ "kind": "Property",
18248
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#headerHeight:member",
18249
+ "docComment": "",
18250
+ "excerptTokens": [
18251
+ {
18252
+ "kind": "Content",
18253
+ "text": "headerHeight: "
18254
+ },
18255
+ {
18256
+ "kind": "Content",
18257
+ "text": "number"
18258
+ },
18259
+ {
18260
+ "kind": "Content",
18261
+ "text": ";"
18262
+ }
18263
+ ],
18264
+ "isReadonly": false,
18265
+ "isOptional": false,
18266
+ "releaseTag": "Beta",
18267
+ "name": "headerHeight",
18268
+ "propertyTypeTokenRange": {
18269
+ "startIndex": 1,
18270
+ "endIndex": 2
18271
+ },
18272
+ "isStatic": false,
18273
+ "isProtected": false,
18274
+ "isAbstract": false
18275
+ },
18276
+ {
18277
+ "kind": "Method",
18278
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#hideDatasourceError:member(1)",
18279
+ "docComment": "",
18280
+ "excerptTokens": [
18281
+ {
18282
+ "kind": "Content",
18283
+ "text": "hideDatasourceError(): "
18284
+ },
18285
+ {
18286
+ "kind": "Content",
18287
+ "text": "void"
18288
+ },
18289
+ {
18290
+ "kind": "Content",
18291
+ "text": ";"
18292
+ }
18293
+ ],
18294
+ "isStatic": false,
18295
+ "returnTypeTokenRange": {
18296
+ "startIndex": 1,
18297
+ "endIndex": 2
18298
+ },
18299
+ "releaseTag": "Beta",
18300
+ "isProtected": false,
18301
+ "overloadIndex": 1,
18302
+ "parameters": [],
18303
+ "isOptional": false,
18304
+ "isAbstract": false,
18305
+ "name": "hideDatasourceError"
18306
+ },
18307
+ {
18308
+ "kind": "Property",
18309
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#initialised:member",
18310
+ "docComment": "",
18311
+ "excerptTokens": [
18312
+ {
18313
+ "kind": "Content",
18314
+ "text": "protected initialised: "
18315
+ },
18316
+ {
18317
+ "kind": "Content",
18318
+ "text": "boolean"
18319
+ },
18320
+ {
18321
+ "kind": "Content",
18322
+ "text": ";"
18323
+ }
18324
+ ],
18325
+ "isReadonly": false,
18326
+ "isOptional": false,
18327
+ "releaseTag": "Beta",
18328
+ "name": "initialised",
18329
+ "propertyTypeTokenRange": {
18330
+ "startIndex": 1,
18331
+ "endIndex": 2
18332
+ },
18333
+ "isStatic": false,
18334
+ "isProtected": true,
18335
+ "isAbstract": false
18336
+ },
18337
+ {
18338
+ "kind": "Property",
18339
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#isServerSide:member",
18340
+ "docComment": "/**\n * @public\n */\n",
18341
+ "excerptTokens": [
18342
+ {
18343
+ "kind": "Content",
18344
+ "text": "get isServerSide(): "
18345
+ },
18346
+ {
18347
+ "kind": "Content",
18348
+ "text": "boolean"
18349
+ },
18350
+ {
18351
+ "kind": "Content",
18352
+ "text": ";"
18353
+ }
18354
+ ],
18355
+ "isReadonly": true,
18356
+ "isOptional": false,
18357
+ "releaseTag": "Public",
18358
+ "name": "isServerSide",
18359
+ "propertyTypeTokenRange": {
18360
+ "startIndex": 1,
18361
+ "endIndex": 2
18362
+ },
18363
+ "isStatic": false,
18364
+ "isProtected": false,
18365
+ "isAbstract": false
18366
+ },
18367
+ {
18368
+ "kind": "Method",
18369
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#mergeAllColumnDefsAndStates:member(1)",
18370
+ "docComment": "/**\n * Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.\n *\n * @remarks\n *\n * This will favor the column state from the browser's local storage over the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element.\n *\n * @param columnDefs - The column definitions to apply to the grid.\n *\n * @param deferredColumnDefsOrState - If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property on the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true.\n *\n * @returns The merged column definitions.\n *\n * @public\n */\n",
18371
+ "excerptTokens": [
18372
+ {
18373
+ "kind": "Content",
18374
+ "text": "mergeAllColumnDefsAndStates(columnDefs: "
18375
+ },
18376
+ {
18377
+ "kind": "Reference",
18378
+ "text": "ColDef",
18379
+ "canonicalReference": "ag-grid-community!ColDef:interface"
18380
+ },
18381
+ {
18382
+ "kind": "Content",
18383
+ "text": "[]"
18384
+ },
18385
+ {
18386
+ "kind": "Content",
18387
+ "text": ", deferredColumnDefsOrState?: "
18388
+ },
18389
+ {
18390
+ "kind": "Content",
18391
+ "text": "boolean"
18392
+ },
18393
+ {
18394
+ "kind": "Content",
18395
+ "text": "): "
18396
+ },
18397
+ {
18398
+ "kind": "Reference",
18399
+ "text": "Promise",
18400
+ "canonicalReference": "!Promise:interface"
18401
+ },
18402
+ {
18403
+ "kind": "Content",
18404
+ "text": "<import(\"@ag-grid-community/core\")."
18405
+ },
18406
+ {
18407
+ "kind": "Reference",
18408
+ "text": "ColDef",
18409
+ "canonicalReference": "@ag-grid-community/core!ColDef:interface"
18410
+ },
18411
+ {
18412
+ "kind": "Content",
18413
+ "text": "<any>[] | ("
18414
+ },
18415
+ {
18416
+ "kind": "Reference",
18417
+ "text": "ColDef",
18418
+ "canonicalReference": "ag-grid-community!ColDef:interface"
18419
+ },
18420
+ {
18421
+ "kind": "Content",
18422
+ "text": "<any, any> | {\n colId?: string;\n field?: string;\n type?: string | string[];\n valueGetter?: string | import(\"@ag-grid-community/core\")."
18423
+ },
18424
+ {
18425
+ "kind": "Reference",
18426
+ "text": "ValueGetterFunc",
18427
+ "canonicalReference": "@ag-grid-community/core!ValueGetterFunc:interface"
18428
+ },
18429
+ {
18430
+ "kind": "Content",
18431
+ "text": "<any> | import(\"ag-grid-community\")."
18432
+ },
18433
+ {
18434
+ "kind": "Reference",
18435
+ "text": "ValueGetterFunc",
18436
+ "canonicalReference": "ag-grid-community!ValueGetterFunc:interface"
18437
+ },
18438
+ {
18439
+ "kind": "Content",
18440
+ "text": "<any, any, any>;\n valueFormatter?: string | import(\"@ag-grid-community/core\")."
18441
+ },
18442
+ {
18443
+ "kind": "Reference",
18444
+ "text": "ValueFormatterFunc",
18445
+ "canonicalReference": "@ag-grid-community/core!ValueFormatterFunc:interface"
18446
+ },
18447
+ {
18448
+ "kind": "Content",
18449
+ "text": "<any> | import(\"ag-grid-community\")."
18450
+ },
18451
+ {
18452
+ "kind": "Reference",
18453
+ "text": "ValueFormatterFunc",
18454
+ "canonicalReference": "ag-grid-community!ValueFormatterFunc:interface"
18455
+ },
18456
+ {
18457
+ "kind": "Content",
18458
+ "text": "<any, any, any>;\n refData?: {\n [key: string]: string;\n };\n keyCreator?: ((params: import(\"@ag-grid-community/core\")."
18459
+ },
18460
+ {
18461
+ "kind": "Reference",
18462
+ "text": "KeyCreatorParams",
18463
+ "canonicalReference": "@ag-grid-community/core!KeyCreatorParams:interface"
18464
+ },
18465
+ {
18466
+ "kind": "Content",
18467
+ "text": "<any, any>) => string) | ((params: import(\"ag-grid-community\")."
18468
+ },
18469
+ {
18470
+ "kind": "Reference",
18471
+ "text": "KeyCreatorParams",
18472
+ "canonicalReference": "ag-grid-community!KeyCreatorParams:interface"
18473
+ },
18474
+ {
18475
+ "kind": "Content",
18476
+ "text": "<any, any, any>) => string);\n equals?: (valueA: any, valueB: any) => boolean;\n tooltipField?: string;\n tooltipValueGetter?: ((params: import(\"@ag-grid-community/core\")."
18477
+ },
18478
+ {
18479
+ "kind": "Reference",
18480
+ "text": "ITooltipParams",
18481
+ "canonicalReference": "@ag-grid-community/core!ITooltipParams:interface"
18482
+ },
18483
+ {
18484
+ "kind": "Content",
18485
+ "text": "<any, any, any>) => string | any) | ((params: import(\"ag-grid-community\")."
18486
+ },
18487
+ {
18488
+ "kind": "Reference",
18489
+ "text": "ITooltipParams",
18490
+ "canonicalReference": "ag-grid-community!ITooltipParams:interface"
18491
+ },
18492
+ {
18493
+ "kind": "Content",
18494
+ "text": "<any, any, any>) => string | any);\n checkboxSelection?: boolean | import(\"@ag-grid-community/core\")."
18495
+ },
18496
+ {
18497
+ "kind": "Reference",
18498
+ "text": "CheckboxSelectionCallback",
18499
+ "canonicalReference": "@ag-grid-community/core!CheckboxSelectionCallback:interface"
18500
+ },
18501
+ {
18502
+ "kind": "Content",
18503
+ "text": "<any> | import(\"ag-grid-community\")."
18504
+ },
18505
+ {
18506
+ "kind": "Reference",
18507
+ "text": "CheckboxSelectionCallback",
18508
+ "canonicalReference": "ag-grid-community!CheckboxSelectionCallback:interface"
18509
+ },
18510
+ {
18511
+ "kind": "Content",
18512
+ "text": "<any, any, any>;\n showDisabledCheckboxes?: boolean;\n icons?: {\n [key: string]: string | "
18513
+ },
18514
+ {
18515
+ "kind": "Reference",
18516
+ "text": "Function",
18517
+ "canonicalReference": "!Function:interface"
18518
+ },
18519
+ {
18520
+ "kind": "Content",
18521
+ "text": ";\n };\n suppressNavigable?: boolean | import(\"@ag-grid-community/core\")."
18522
+ },
18523
+ {
18524
+ "kind": "Reference",
18525
+ "text": "SuppressNavigableCallback",
18526
+ "canonicalReference": "@ag-grid-community/core!SuppressNavigableCallback:interface"
18527
+ },
18528
+ {
18529
+ "kind": "Content",
18530
+ "text": "<any> | import(\"ag-grid-community\")."
18531
+ },
18532
+ {
18533
+ "kind": "Reference",
18534
+ "text": "SuppressNavigableCallback",
18535
+ "canonicalReference": "ag-grid-community!SuppressNavigableCallback:interface"
18536
+ },
18537
+ {
18538
+ "kind": "Content",
18539
+ "text": "<any, any, any>;\n suppressKeyboardEvent?: ((params: import(\"@ag-grid-community/core\")."
18540
+ },
18541
+ {
18542
+ "kind": "Reference",
18543
+ "text": "SuppressKeyboardEventParams",
18544
+ "canonicalReference": "@ag-grid-community/core!SuppressKeyboardEventParams:interface"
18545
+ },
18546
+ {
18547
+ "kind": "Content",
18548
+ "text": "<any>) => boolean) | ((params: import(\"ag-grid-community\")."
18549
+ },
18550
+ {
18551
+ "kind": "Reference",
18552
+ "text": "SuppressKeyboardEventParams",
18553
+ "canonicalReference": "ag-grid-community!SuppressKeyboardEventParams:interface"
18554
+ },
18555
+ {
18556
+ "kind": "Content",
18557
+ "text": "<any, any, any>) => boolean);\n suppressPaste?: boolean | import(\"@ag-grid-community/core\")."
18558
+ },
18559
+ {
18560
+ "kind": "Reference",
18561
+ "text": "SuppressPasteCallback",
18562
+ "canonicalReference": "@ag-grid-community/core!SuppressPasteCallback:interface"
18563
+ },
18564
+ {
18565
+ "kind": "Content",
18566
+ "text": "<any> | import(\"ag-grid-community\")."
18567
+ },
18568
+ {
18569
+ "kind": "Reference",
18570
+ "text": "SuppressPasteCallback",
18571
+ "canonicalReference": "ag-grid-community!SuppressPasteCallback:interface"
18572
+ },
18573
+ {
18574
+ "kind": "Content",
18575
+ "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\")."
18576
+ },
18577
+ {
18578
+ "kind": "Reference",
18579
+ "text": "EditableCallback",
18580
+ "canonicalReference": "@ag-grid-community/core!EditableCallback:interface"
18581
+ },
18582
+ {
18583
+ "kind": "Content",
18584
+ "text": "<any> | import(\"ag-grid-community\")."
18585
+ },
18586
+ {
18587
+ "kind": "Reference",
18588
+ "text": "EditableCallback",
18589
+ "canonicalReference": "ag-grid-community!EditableCallback:interface"
18590
+ },
18591
+ {
18592
+ "kind": "Content",
18593
+ "text": "<any, any, any>;\n valueSetter?: string | import(\"@ag-grid-community/core\")."
18594
+ },
18595
+ {
18596
+ "kind": "Reference",
18597
+ "text": "ValueSetterFunc",
18598
+ "canonicalReference": "@ag-grid-community/core!ValueSetterFunc:interface"
18599
+ },
18600
+ {
18601
+ "kind": "Content",
18602
+ "text": "<any> | import(\"ag-grid-community\")."
18603
+ },
18604
+ {
18605
+ "kind": "Reference",
18606
+ "text": "ValueSetterFunc",
18607
+ "canonicalReference": "ag-grid-community!ValueSetterFunc:interface"
18608
+ },
18609
+ {
18610
+ "kind": "Content",
18611
+ "text": "<any, any, any>;\n valueParser?: string | import(\"@ag-grid-community/core\")."
18612
+ },
18613
+ {
18614
+ "kind": "Reference",
18615
+ "text": "ValueParserFunc",
18616
+ "canonicalReference": "@ag-grid-community/core!ValueParserFunc:interface"
18617
+ },
18618
+ {
18619
+ "kind": "Content",
18620
+ "text": "<any, any> | import(\"ag-grid-community\")."
18621
+ },
18622
+ {
18623
+ "kind": "Reference",
18624
+ "text": "ValueParserFunc",
18625
+ "canonicalReference": "ag-grid-community!ValueParserFunc:interface"
18626
+ },
18627
+ {
18628
+ "kind": "Content",
18629
+ "text": "<any, any, any>;\n cellEditor?: any;\n cellEditorFramework?: any;\n cellEditorParams?: any;\n cellEditorSelector?: import(\"@ag-grid-community/core\")."
18630
+ },
18631
+ {
18632
+ "kind": "Reference",
18633
+ "text": "CellEditorSelectorFunc",
18634
+ "canonicalReference": "@ag-grid-community/core!CellEditorSelectorFunc:interface"
18635
+ },
18636
+ {
18637
+ "kind": "Content",
18638
+ "text": "<any> | import(\"ag-grid-community\")."
18639
+ },
18640
+ {
18641
+ "kind": "Reference",
18642
+ "text": "CellEditorSelectorFunc",
18643
+ "canonicalReference": "ag-grid-community!CellEditorSelectorFunc:interface"
18644
+ },
18645
+ {
18646
+ "kind": "Content",
18647
+ "text": "<any, any, any>;\n singleClickEdit?: boolean;\n cellEditorPopup?: boolean;\n cellEditorPopupPosition?: \"over\" | \"under\";\n onCellValueChanged?: ((event: import(\"@ag-grid-community/core\")."
18648
+ },
18649
+ {
18650
+ "kind": "Reference",
18651
+ "text": "NewValueParams",
18652
+ "canonicalReference": "@ag-grid-community/core!NewValueParams:interface"
18653
+ },
18654
+ {
18655
+ "kind": "Content",
18656
+ "text": "<any>) => void) | ((event: import(\"ag-grid-community\")."
18657
+ },
18658
+ {
18659
+ "kind": "Reference",
18660
+ "text": "NewValueParams",
18661
+ "canonicalReference": "ag-grid-community!NewValueParams:interface"
18662
+ },
18663
+ {
18664
+ "kind": "Content",
18665
+ "text": "<any, any, any>) => void);\n onCellClicked?: ((event: import(\"@ag-grid-community/core\")."
18666
+ },
18667
+ {
18668
+ "kind": "Reference",
18669
+ "text": "CellClickedEvent",
18670
+ "canonicalReference": "@ag-grid-community/core!CellClickedEvent:interface"
18671
+ },
18672
+ {
18673
+ "kind": "Content",
18674
+ "text": "<any, any>) => void) | ((event: import(\"ag-grid-community\")."
18675
+ },
18676
+ {
18677
+ "kind": "Reference",
18678
+ "text": "CellClickedEvent",
18679
+ "canonicalReference": "ag-grid-community!CellClickedEvent:interface"
18680
+ },
18681
+ {
18682
+ "kind": "Content",
18683
+ "text": "<any, any, any>) => void);\n onCellDoubleClicked?: ((event: import(\"@ag-grid-community/core\")."
18684
+ },
18685
+ {
18686
+ "kind": "Reference",
18687
+ "text": "CellDoubleClickedEvent",
18688
+ "canonicalReference": "@ag-grid-community/core!CellDoubleClickedEvent:interface"
18689
+ },
18690
+ {
18691
+ "kind": "Content",
18692
+ "text": "<any, any>) => void) | ((event: import(\"ag-grid-community\")."
18693
+ },
18694
+ {
18695
+ "kind": "Reference",
18696
+ "text": "CellDoubleClickedEvent",
18697
+ "canonicalReference": "ag-grid-community!CellDoubleClickedEvent:interface"
18698
+ },
18699
+ {
18700
+ "kind": "Content",
18701
+ "text": "<any, any, any>) => void);\n onCellContextMenu?: ((event: import(\"@ag-grid-community/core\")."
18702
+ },
18703
+ {
18704
+ "kind": "Reference",
18705
+ "text": "CellContextMenuEvent",
18706
+ "canonicalReference": "@ag-grid-community/core!CellContextMenuEvent:interface"
18707
+ },
18708
+ {
18709
+ "kind": "Content",
18710
+ "text": "<any, any>) => void) | ((event: import(\"ag-grid-community\")."
18711
+ },
18712
+ {
18713
+ "kind": "Reference",
18714
+ "text": "CellContextMenuEvent",
18715
+ "canonicalReference": "ag-grid-community!CellContextMenuEvent:interface"
18716
+ },
18717
+ {
18718
+ "kind": "Content",
18719
+ "text": "<any, any, any>) => void);\n getQuickFilterText?: ((params: import(\"@ag-grid-community/core\")."
18720
+ },
18721
+ {
18722
+ "kind": "Reference",
18723
+ "text": "GetQuickFilterTextParams",
18724
+ "canonicalReference": "@ag-grid-community/core!GetQuickFilterTextParams:interface"
18725
+ },
18726
+ {
18727
+ "kind": "Content",
18728
+ "text": "<any, any>) => string) | ((params: import(\"ag-grid-community\")."
18729
+ },
18730
+ {
18731
+ "kind": "Reference",
18732
+ "text": "GetQuickFilterTextParams",
18733
+ "canonicalReference": "ag-grid-community!GetQuickFilterTextParams:interface"
18734
+ },
18735
+ {
18736
+ "kind": "Content",
18737
+ "text": "<any, any, any>) => string);\n filterValueGetter?: string | import(\"@ag-grid-community/core\")."
18738
+ },
18739
+ {
18740
+ "kind": "Reference",
18741
+ "text": "ValueGetterFunc",
18742
+ "canonicalReference": "@ag-grid-community/core!ValueGetterFunc:interface"
18743
+ },
18744
+ {
18745
+ "kind": "Content",
18746
+ "text": "<any> | import(\"ag-grid-community\")."
18747
+ },
18748
+ {
18749
+ "kind": "Reference",
18750
+ "text": "ValueGetterFunc",
18751
+ "canonicalReference": "ag-grid-community!ValueGetterFunc:interface"
18752
+ },
18753
+ {
18754
+ "kind": "Content",
18755
+ "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\")."
18756
+ },
18757
+ {
18758
+ "kind": "Reference",
18759
+ "text": "ColumnMenuTab",
18760
+ "canonicalReference": "@ag-grid-community/core!ColumnMenuTab:type"
18761
+ },
18762
+ {
18763
+ "kind": "Content",
18764
+ "text": "[];\n columnsMenuParams?: import(\"@ag-grid-community/core\")."
18765
+ },
18766
+ {
18767
+ "kind": "Reference",
18768
+ "text": "ColumnsMenuParams",
18769
+ "canonicalReference": "@ag-grid-community/core!ColumnsMenuParams:interface"
18770
+ },
18771
+ {
18772
+ "kind": "Content",
18773
+ "text": ";\n suppressMenu?: boolean;\n headerCheckboxSelection?: boolean | import(\"@ag-grid-community/core\")."
18774
+ },
18775
+ {
18776
+ "kind": "Reference",
18777
+ "text": "HeaderCheckboxSelectionCallback",
18778
+ "canonicalReference": "@ag-grid-community/core!HeaderCheckboxSelectionCallback:interface"
18779
+ },
18780
+ {
18781
+ "kind": "Content",
18782
+ "text": "<any> | import(\"ag-grid-community\")."
18783
+ },
18784
+ {
18785
+ "kind": "Reference",
18786
+ "text": "HeaderCheckboxSelectionCallback",
18787
+ "canonicalReference": "ag-grid-community!HeaderCheckboxSelectionCallback:interface"
18788
+ },
18789
+ {
18790
+ "kind": "Content",
18791
+ "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\")."
18792
+ },
18793
+ {
18794
+ "kind": "Reference",
18795
+ "text": "CellStyle",
18796
+ "canonicalReference": "@ag-grid-community/core!CellStyle:interface"
18797
+ },
18798
+ {
18799
+ "kind": "Content",
18800
+ "text": " | import(\"@ag-grid-community/core\")."
18801
+ },
18802
+ {
18803
+ "kind": "Reference",
18804
+ "text": "CellStyleFunc",
18805
+ "canonicalReference": "@ag-grid-community/core!CellStyleFunc:interface"
18806
+ },
18807
+ {
18808
+ "kind": "Content",
18809
+ "text": "<any> | import(\"ag-grid-community\")."
18810
+ },
18811
+ {
18812
+ "kind": "Reference",
18813
+ "text": "CellStyleFunc",
18814
+ "canonicalReference": "ag-grid-community!CellStyleFunc:interface"
18815
+ },
18816
+ {
18817
+ "kind": "Content",
18818
+ "text": "<any, any, any>;\n cellClass?: string | string[] | import(\"@ag-grid-community/core\")."
18819
+ },
18820
+ {
18821
+ "kind": "Reference",
18822
+ "text": "CellClassFunc",
18823
+ "canonicalReference": "@ag-grid-community/core!CellClassFunc:interface"
18824
+ },
18825
+ {
18826
+ "kind": "Content",
18827
+ "text": "<any> | import(\"ag-grid-community\")."
18828
+ },
18829
+ {
18830
+ "kind": "Reference",
18831
+ "text": "CellClassFunc",
18832
+ "canonicalReference": "ag-grid-community!CellClassFunc:interface"
18833
+ },
18834
+ {
18835
+ "kind": "Content",
18836
+ "text": "<any, any, any>;\n cellClassRules?: import(\"@ag-grid-community/core\")."
18837
+ },
18838
+ {
18839
+ "kind": "Reference",
18840
+ "text": "CellClassRules",
18841
+ "canonicalReference": "@ag-grid-community/core!CellClassRules:interface"
18842
+ },
18843
+ {
18844
+ "kind": "Content",
18845
+ "text": "<any> | import(\"ag-grid-community\")."
18846
+ },
18847
+ {
18848
+ "kind": "Reference",
18849
+ "text": "CellClassRules",
18850
+ "canonicalReference": "ag-grid-community!CellClassRules:interface"
18851
+ },
18852
+ {
18853
+ "kind": "Content",
18854
+ "text": "<any, any, any>;\n cellRenderer?: any;\n cellRendererFramework?: any;\n cellRendererParams?: any;\n cellRendererSelector?: import(\"@ag-grid-community/core\")."
18855
+ },
18856
+ {
18857
+ "kind": "Reference",
18858
+ "text": "CellRendererSelectorFunc",
18859
+ "canonicalReference": "@ag-grid-community/core!CellRendererSelectorFunc:interface"
18860
+ },
18861
+ {
18862
+ "kind": "Content",
18863
+ "text": "<any> | import(\"ag-grid-community\")."
18864
+ },
18865
+ {
18866
+ "kind": "Reference",
18867
+ "text": "CellRendererSelectorFunc",
18868
+ "canonicalReference": "ag-grid-community!CellRendererSelectorFunc:interface"
18869
+ },
18870
+ {
18871
+ "kind": "Content",
18872
+ "text": "<any, any, any>;\n autoHeight?: boolean;\n wrapText?: boolean;\n enableCellChangeFlash?: boolean;\n suppressCellFlash?: boolean;\n rowDrag?: boolean | import(\"@ag-grid-community/core\")."
18873
+ },
18874
+ {
18875
+ "kind": "Reference",
18876
+ "text": "RowDragCallback",
18877
+ "canonicalReference": "@ag-grid-community/core!RowDragCallback:interface"
18878
+ },
18879
+ {
18880
+ "kind": "Content",
18881
+ "text": "<any> | import(\"ag-grid-community\")."
18882
+ },
18883
+ {
18884
+ "kind": "Reference",
18885
+ "text": "RowDragCallback",
18886
+ "canonicalReference": "ag-grid-community!RowDragCallback:interface"
18887
+ },
18888
+ {
18889
+ "kind": "Content",
18890
+ "text": "<any, any, any>;\n rowDragText?: ((params: import(\"@ag-grid-community/core\")."
18891
+ },
18892
+ {
18893
+ "kind": "Reference",
18894
+ "text": "IRowDragItem",
18895
+ "canonicalReference": "@ag-grid-community/core!IRowDragItem:interface"
18896
+ },
18897
+ {
18898
+ "kind": "Content",
18899
+ "text": ", dragItemCount: number) => string) | ((params: import(\"ag-grid-community\")."
18900
+ },
18901
+ {
18902
+ "kind": "Reference",
18903
+ "text": "IRowDragItem",
18904
+ "canonicalReference": "ag-grid-community!IRowDragItem:interface"
18905
+ },
18906
+ {
18907
+ "kind": "Content",
18908
+ "text": ", dragItemCount: number) => string);\n dndSource?: boolean | import(\"@ag-grid-community/core\")."
18909
+ },
18910
+ {
18911
+ "kind": "Reference",
18912
+ "text": "DndSourceCallback",
18913
+ "canonicalReference": "@ag-grid-community/core!DndSourceCallback:interface"
18914
+ },
18915
+ {
18916
+ "kind": "Content",
18917
+ "text": "<any> | import(\"ag-grid-community\")."
18918
+ },
18919
+ {
18920
+ "kind": "Reference",
18921
+ "text": "DndSourceCallback",
18922
+ "canonicalReference": "ag-grid-community!DndSourceCallback:interface"
18923
+ },
18924
+ {
18925
+ "kind": "Content",
18926
+ "text": "<any, any, any>;\n dndSourceOnRowDrag?: ((params: import(\"@ag-grid-community/core\")."
18927
+ },
18928
+ {
18929
+ "kind": "Reference",
18930
+ "text": "DndSourceOnRowDragParams",
18931
+ "canonicalReference": "@ag-grid-community/core!DndSourceOnRowDragParams:interface"
18932
+ },
18933
+ {
18934
+ "kind": "Content",
18935
+ "text": "<any>) => void) | ((params: import(\"ag-grid-community\")."
18936
+ },
18937
+ {
18938
+ "kind": "Reference",
18939
+ "text": "DndSourceOnRowDragParams",
18940
+ "canonicalReference": "ag-grid-community!DndSourceOnRowDragParams:interface"
18941
+ },
18942
+ {
18943
+ "kind": "Content",
18944
+ "text": "<any, 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\")."
18945
+ },
18946
+ {
18947
+ "kind": "Reference",
18948
+ "text": "IAggFunc",
18949
+ "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
18950
+ },
18951
+ {
18952
+ "kind": "Content",
18953
+ "text": "<any, any> | import(\"ag-grid-community\")."
18954
+ },
18955
+ {
18956
+ "kind": "Reference",
18957
+ "text": "IAggFunc",
18958
+ "canonicalReference": "ag-grid-community!IAggFunc:interface"
18959
+ },
18960
+ {
18961
+ "kind": "Content",
18962
+ "text": "<any, any, any>;\n initialAggFunc?: string | import(\"@ag-grid-community/core\")."
18963
+ },
18964
+ {
18965
+ "kind": "Reference",
18966
+ "text": "IAggFunc",
18967
+ "canonicalReference": "@ag-grid-community/core!IAggFunc:interface"
18968
+ },
18969
+ {
18970
+ "kind": "Content",
18971
+ "text": "<any, any> | import(\"ag-grid-community\")."
18972
+ },
18973
+ {
18974
+ "kind": "Reference",
18975
+ "text": "IAggFunc",
18976
+ "canonicalReference": "ag-grid-community!IAggFunc:interface"
18977
+ },
18978
+ {
18979
+ "kind": "Content",
18980
+ "text": "<any, any, any>;\n defaultAggFunc?: string;\n allowedAggFuncs?: string[];\n showRowGroup?: string | boolean;\n sortable?: boolean;\n sort?: \"asc\" | \"desc\";\n initialSort?: \"asc\" | \"desc\";\n sortIndex?: number | null;\n initialSortIndex?: number;\n sortingOrder?: import(\"@ag-grid-community/core\")."
18981
+ },
18982
+ {
18983
+ "kind": "Reference",
18984
+ "text": "SortDirection",
18985
+ "canonicalReference": "@ag-grid-community/core!SortDirection:type"
18986
+ },
18987
+ {
18988
+ "kind": "Content",
18989
+ "text": "[];\n comparator?: ((valueA: any, valueB: any, nodeA: import(\"@ag-grid-community/core\")."
18990
+ },
18991
+ {
18992
+ "kind": "Reference",
18993
+ "text": "IRowNode",
18994
+ "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
18995
+ },
18996
+ {
18997
+ "kind": "Content",
18998
+ "text": "<any>, nodeB: import(\"@ag-grid-community/core\")."
18999
+ },
19000
+ {
19001
+ "kind": "Reference",
19002
+ "text": "IRowNode",
19003
+ "canonicalReference": "@ag-grid-community/core!IRowNode:interface"
19004
+ },
19005
+ {
19006
+ "kind": "Content",
19007
+ "text": "<any>, isDescending: boolean) => number) | ((valueA: any, valueB: any, nodeA: import(\"ag-grid-community\")."
19008
+ },
19009
+ {
19010
+ "kind": "Reference",
19011
+ "text": "IRowNode",
19012
+ "canonicalReference": "ag-grid-community!IRowNode:interface"
19013
+ },
19014
+ {
19015
+ "kind": "Content",
19016
+ "text": "<any>, nodeB: import(\"ag-grid-community\")."
19017
+ },
19018
+ {
19019
+ "kind": "Reference",
19020
+ "text": "IRowNode",
19021
+ "canonicalReference": "ag-grid-community!IRowNode:interface"
19022
+ },
19023
+ {
19024
+ "kind": "Content",
19025
+ "text": "<any>, isDescending: boolean) => number);\n unSortIcon?: boolean;\n colSpan?: ((params: import(\"@ag-grid-community/core\")."
19026
+ },
19027
+ {
19028
+ "kind": "Reference",
19029
+ "text": "ColSpanParams",
19030
+ "canonicalReference": "@ag-grid-community/core!ColSpanParams:interface"
19031
+ },
19032
+ {
19033
+ "kind": "Content",
19034
+ "text": "<any>) => number) | ((params: import(\"ag-grid-community\")."
19035
+ },
19036
+ {
19037
+ "kind": "Reference",
19038
+ "text": "ColSpanParams",
19039
+ "canonicalReference": "ag-grid-community!ColSpanParams:interface"
19040
+ },
19041
+ {
19042
+ "kind": "Content",
19043
+ "text": "<any, any, any>) => number);\n rowSpan?: ((params: import(\"@ag-grid-community/core\")."
19044
+ },
19045
+ {
19046
+ "kind": "Reference",
19047
+ "text": "RowSpanParams",
19048
+ "canonicalReference": "@ag-grid-community/core!RowSpanParams:interface"
19049
+ },
19050
+ {
19051
+ "kind": "Content",
19052
+ "text": "<any>) => number) | ((params: import(\"ag-grid-community\")."
19053
+ },
19054
+ {
19055
+ "kind": "Reference",
19056
+ "text": "RowSpanParams",
19057
+ "canonicalReference": "ag-grid-community!RowSpanParams:interface"
19058
+ },
19059
+ {
19060
+ "kind": "Content",
19061
+ "text": "<any, any, any>) => number);\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\")."
19062
+ },
19063
+ {
19064
+ "kind": "Reference",
19065
+ "text": "Column",
19066
+ "canonicalReference": "@ag-grid-community/core!Column:class"
19067
+ },
19068
+ {
19069
+ "kind": "Content",
19070
+ "text": " | import(\"ag-grid-community\")."
19071
+ },
19072
+ {
19073
+ "kind": "Reference",
19074
+ "text": "Column",
19075
+ "canonicalReference": "ag-grid-community!Column:interface"
19076
+ },
19077
+ {
19078
+ "kind": "Content",
19079
+ "text": "<any>;\n pivotTotalColumnIds?: string[];\n spanHeaderHeight?: boolean;\n headerName?: string;\n headerValueGetter?: string | import(\"@ag-grid-community/core\")."
19080
+ },
19081
+ {
19082
+ "kind": "Reference",
19083
+ "text": "HeaderValueGetterFunc",
19084
+ "canonicalReference": "@ag-grid-community/core!HeaderValueGetterFunc:interface"
19085
+ },
19086
+ {
19087
+ "kind": "Content",
19088
+ "text": "<any> | import(\"ag-grid-community\")."
19089
+ },
19090
+ {
19091
+ "kind": "Reference",
19092
+ "text": "HeaderValueGetterFunc",
19093
+ "canonicalReference": "ag-grid-community!HeaderValueGetterFunc:interface"
19094
+ },
19095
+ {
19096
+ "kind": "Content",
19097
+ "text": "<any, any, any>;\n headerTooltip?: string;\n headerClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
19098
+ },
19099
+ {
19100
+ "kind": "Reference",
19101
+ "text": "HeaderClassParams",
19102
+ "canonicalReference": "@ag-grid-community/core!HeaderClassParams:interface"
19103
+ },
19104
+ {
19105
+ "kind": "Content",
19106
+ "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
19107
+ },
19108
+ {
19109
+ "kind": "Reference",
19110
+ "text": "HeaderClassParams",
19111
+ "canonicalReference": "ag-grid-community!HeaderClassParams:interface"
19112
+ },
19113
+ {
19114
+ "kind": "Content",
19115
+ "text": "<any, any, any>) => string | string[] | undefined);\n suppressHeaderKeyboardEvent?: ((params: import(\"@ag-grid-community/core\")."
19116
+ },
19117
+ {
19118
+ "kind": "Reference",
19119
+ "text": "SuppressHeaderKeyboardEventParams",
19120
+ "canonicalReference": "@ag-grid-community/core!SuppressHeaderKeyboardEventParams:interface"
19121
+ },
19122
+ {
19123
+ "kind": "Content",
19124
+ "text": "<any>) => boolean) | ((params: import(\"ag-grid-community\")."
19125
+ },
19126
+ {
19127
+ "kind": "Reference",
19128
+ "text": "SuppressHeaderKeyboardEventParams",
19129
+ "canonicalReference": "ag-grid-community!SuppressHeaderKeyboardEventParams:interface"
19130
+ },
19131
+ {
19132
+ "kind": "Content",
19133
+ "text": "<any, any, any>) => boolean);\n columnGroupShow?: \"open\" | \"closed\";\n toolPanelClass?: string | string[] | ((params: import(\"@ag-grid-community/core\")."
19134
+ },
19135
+ {
19136
+ "kind": "Reference",
19137
+ "text": "ToolPanelClassParams",
19138
+ "canonicalReference": "@ag-grid-community/core!ToolPanelClassParams:interface"
19139
+ },
19140
+ {
19141
+ "kind": "Content",
19142
+ "text": "<any>) => string | string[] | undefined) | ((params: import(\"ag-grid-community\")."
19143
+ },
19144
+ {
19145
+ "kind": "Reference",
19146
+ "text": "ToolPanelClassParams",
19147
+ "canonicalReference": "ag-grid-community!ToolPanelClassParams:interface"
19148
+ },
19149
+ {
19150
+ "kind": "Content",
19151
+ "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 useValueFormatterForExport?: boolean;\n useValueParserForImport?: boolean;\n suppressFloatingFilterButton?: boolean;\n dateComponent?: any;\n dateComponentParams?: any;\n getFindText?: import(\"ag-grid-community\")."
19152
+ },
19153
+ {
19154
+ "kind": "Reference",
19155
+ "text": "GetFindTextFunc",
19156
+ "canonicalReference": "ag-grid-community!GetFindTextFunc:interface"
19157
+ },
19158
+ {
19159
+ "kind": "Content",
19160
+ "text": "<any, any, any>;\n columnChooserParams?: import(\"ag-grid-community\")."
19161
+ },
19162
+ {
19163
+ "kind": "Reference",
19164
+ "text": "ColumnChooserParams",
19165
+ "canonicalReference": "ag-grid-community!ColumnChooserParams:interface"
19166
+ },
19167
+ {
19168
+ "kind": "Content",
19169
+ "text": ";\n suppressHeaderMenuButton?: boolean;\n suppressHeaderFilterButton?: boolean;\n mainMenuItems?: import(\"ag-grid-community\")."
19170
+ },
19171
+ {
19172
+ "kind": "Reference",
19173
+ "text": "GetMainMenuItems",
19174
+ "canonicalReference": "ag-grid-community!GetMainMenuItems:interface"
19175
+ },
19176
+ {
19177
+ "kind": "Content",
19178
+ "text": "<any, any> | (import(\"ag-grid-community\")."
19179
+ },
19180
+ {
19181
+ "kind": "Reference",
19182
+ "text": "MenuItemDef",
19183
+ "canonicalReference": "ag-grid-community!MenuItemDef:interface"
19184
+ },
19185
+ {
19186
+ "kind": "Content",
19187
+ "text": "<any, any> | import(\"ag-grid-community\")."
19188
+ },
19189
+ {
19190
+ "kind": "Reference",
19191
+ "text": "DefaultMenuItem",
19192
+ "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
19193
+ },
19194
+ {
19195
+ "kind": "Content",
19196
+ "text": ")[];\n contextMenuItems?: import(\"ag-grid-community\")."
19197
+ },
19198
+ {
19199
+ "kind": "Reference",
19200
+ "text": "GetContextMenuItems",
19201
+ "canonicalReference": "ag-grid-community!GetContextMenuItems:interface"
19202
+ },
19203
+ {
19204
+ "kind": "Content",
19205
+ "text": "<any, any> | (import(\"ag-grid-community\")."
19206
+ },
19207
+ {
19208
+ "kind": "Reference",
19209
+ "text": "MenuItemDef",
19210
+ "canonicalReference": "ag-grid-community!MenuItemDef:interface"
19211
+ },
19212
+ {
19213
+ "kind": "Content",
19214
+ "text": "<any, any> | import(\"ag-grid-community\")."
19215
+ },
19216
+ {
19217
+ "kind": "Reference",
19218
+ "text": "DefaultMenuItem",
19219
+ "canonicalReference": "ag-grid-community!DefaultMenuItem:type"
19220
+ },
19221
+ {
19222
+ "kind": "Content",
19223
+ "text": ")[];\n loadingCellRenderer?: any;\n loadingCellRendererParams?: any;\n loadingCellRendererSelector?: import(\"ag-grid-community\")."
19224
+ },
19225
+ {
19226
+ "kind": "Reference",
19227
+ "text": "ILoadingCellRendererSelectorFunc",
19228
+ "canonicalReference": "ag-grid-community!ILoadingCellRendererSelectorFunc:interface"
19229
+ },
19230
+ {
19231
+ "kind": "Content",
19232
+ "text": "<any, any, any>;\n rowGroupingHierarchy?: (string | "
19233
+ },
19234
+ {
19235
+ "kind": "Reference",
19236
+ "text": "ColDef",
19237
+ "canonicalReference": "ag-grid-community!ColDef:interface"
19238
+ },
19239
+ {
19240
+ "kind": "Content",
19241
+ "text": "<any, any>)[];\n spanRows?: boolean | ((params: import(\"ag-grid-community\")."
19242
+ },
19243
+ {
19244
+ "kind": "Reference",
19245
+ "text": "SpanRowsParams",
19246
+ "canonicalReference": "ag-grid-community!SpanRowsParams:interface"
19247
+ },
19248
+ {
19249
+ "kind": "Content",
19250
+ "text": "<any, any, any>) => boolean);\n suppressSpanHeaderHeight?: boolean;\n headerStyle?: import(\"ag-grid-community\")."
19251
+ },
19252
+ {
19253
+ "kind": "Reference",
19254
+ "text": "HeaderStyle",
19255
+ "canonicalReference": "ag-grid-community!HeaderStyle:interface"
19256
+ },
19257
+ {
19258
+ "kind": "Content",
19259
+ "text": " | import(\"ag-grid-community\")."
19260
+ },
19261
+ {
19262
+ "kind": "Reference",
19263
+ "text": "HeaderStyleFunc",
19264
+ "canonicalReference": "ag-grid-community!HeaderStyleFunc:interface"
19265
+ },
19266
+ {
19267
+ "kind": "Content",
19268
+ "text": "<any, any, any>;\n cellAriaRole?: string;\n context?: any;\n suppressHeaderContextMenu?: boolean;\n })[]>"
19269
+ },
19270
+ {
19271
+ "kind": "Content",
19272
+ "text": ";"
19273
+ }
19274
+ ],
19275
+ "isStatic": false,
19276
+ "returnTypeTokenRange": {
19277
+ "startIndex": 6,
19278
+ "endIndex": 200
19279
+ },
19280
+ "releaseTag": "Public",
19281
+ "isProtected": false,
19282
+ "overloadIndex": 1,
19283
+ "parameters": [
19284
+ {
19285
+ "parameterName": "columnDefs",
19286
+ "parameterTypeTokenRange": {
19287
+ "startIndex": 1,
19288
+ "endIndex": 3
19289
+ },
19290
+ "isOptional": false
19291
+ },
19292
+ {
19293
+ "parameterName": "deferredColumnDefsOrState",
19294
+ "parameterTypeTokenRange": {
19295
+ "startIndex": 4,
19296
+ "endIndex": 5
19297
+ },
19298
+ "isOptional": true
19299
+ }
19300
+ ],
19301
+ "isOptional": false,
19302
+ "isAbstract": false,
19303
+ "name": "mergeAllColumnDefsAndStates"
19304
+ },
19305
+ {
19306
+ "kind": "Property",
19307
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#onlyTemplateColDefs:member",
19308
+ "docComment": "",
19309
+ "excerptTokens": [
19310
+ {
19311
+ "kind": "Content",
19312
+ "text": "onlyTemplateColDefs: "
19313
+ },
19314
+ {
19315
+ "kind": "Content",
19316
+ "text": "boolean"
19317
+ },
19318
+ {
19319
+ "kind": "Content",
19320
+ "text": ";"
19321
+ }
19322
+ ],
19323
+ "isReadonly": false,
19324
+ "isOptional": false,
19325
+ "releaseTag": "Beta",
19326
+ "name": "onlyTemplateColDefs",
19327
+ "propertyTypeTokenRange": {
19328
+ "startIndex": 1,
19329
+ "endIndex": 2
19330
+ },
19331
+ "isStatic": false,
19332
+ "isProtected": false,
19333
+ "isAbstract": false
19334
+ },
19335
+ {
19336
+ "kind": "Property",
19337
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#pagination:member",
19338
+ "docComment": "/**\n * Enable pagination for the grid.\n *\n * @remarks\n *\n * When enabled, the grid will automatically configure pagination settings. Note that AG Grid's full pagination functionality requires the Enterprise module. While basic pagination will work in Community edition, advanced features like custom pagination components require Enterprise.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/row-pagination/\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/server-side-model-pagination/\n */\n",
19339
+ "excerptTokens": [
19340
+ {
19341
+ "kind": "Content",
19342
+ "text": "pagination: "
19343
+ },
19344
+ {
19345
+ "kind": "Content",
19346
+ "text": "boolean"
19347
+ },
19348
+ {
19349
+ "kind": "Content",
19350
+ "text": ";"
19351
+ }
19352
+ ],
19353
+ "isReadonly": false,
19354
+ "isOptional": false,
19355
+ "releaseTag": "Beta",
19356
+ "name": "pagination",
19357
+ "propertyTypeTokenRange": {
19358
+ "startIndex": 1,
19359
+ "endIndex": 2
19360
+ },
19361
+ "isStatic": false,
19362
+ "isProtected": false,
19363
+ "isAbstract": false
19364
+ },
19365
+ {
19366
+ "kind": "Property",
19367
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#paginationPageSize:member",
19368
+ "docComment": "/**\n * Number of rows per page when pagination is enabled.\n *\n * @remarks\n *\n * **Default Value:** `DatasourceDefaults.DEFAULT_PAGINATION_PAGE_SIZE (25)` (default MAX_ROWS divided by 10)\n *\n * **Only used when pagination is enabled on client-side, server-side pagination page size is fixed to MAX_ROWS.**\n *\n * Note that AG Grid's full pagination functionality requires the Enterprise module.\n */\n",
19369
+ "excerptTokens": [
19370
+ {
19371
+ "kind": "Content",
19372
+ "text": "paginationPageSize: "
19373
+ },
19374
+ {
19375
+ "kind": "Content",
19376
+ "text": "number"
19377
+ },
19378
+ {
19379
+ "kind": "Content",
19380
+ "text": ";"
19381
+ }
19382
+ ],
19383
+ "isReadonly": false,
19384
+ "isOptional": false,
19385
+ "releaseTag": "Beta",
19386
+ "name": "paginationPageSize",
19387
+ "propertyTypeTokenRange": {
19388
+ "startIndex": 1,
19389
+ "endIndex": 2
19390
+ },
19391
+ "isStatic": false,
19392
+ "isProtected": false,
19393
+ "isAbstract": false
19394
+ },
19395
+ {
19396
+ "kind": "Property",
19397
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#persistColumnStateKey:member",
19398
+ "docComment": "/**\n * The key to use for persisting the column state in local browser or KV storage.\n */\n",
19399
+ "excerptTokens": [
19400
+ {
19401
+ "kind": "Content",
19402
+ "text": "persistColumnStateKey: "
19403
+ },
19404
+ {
19405
+ "kind": "Content",
19406
+ "text": "string"
19407
+ },
19408
+ {
19409
+ "kind": "Content",
19410
+ "text": ";"
19411
+ }
19412
+ ],
19413
+ "isReadonly": false,
19414
+ "isOptional": false,
19415
+ "releaseTag": "Beta",
19416
+ "name": "persistColumnStateKey",
19417
+ "propertyTypeTokenRange": {
19418
+ "startIndex": 1,
19419
+ "endIndex": 2
19420
+ },
19421
+ "isStatic": false,
19422
+ "isProtected": false,
19423
+ "isAbstract": false
19424
+ },
19425
+ {
19426
+ "kind": "Property",
19427
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#persistFilterModelKey:member",
19428
+ "docComment": "/**\n * The key to use for persisting the filter model in local browser or KV storage.\n */\n",
19429
+ "excerptTokens": [
19430
+ {
19431
+ "kind": "Content",
19432
+ "text": "persistFilterModelKey: "
19433
+ },
19434
+ {
19435
+ "kind": "Content",
19436
+ "text": "string"
19437
+ },
19438
+ {
19439
+ "kind": "Content",
19440
+ "text": ";"
19441
+ }
19442
+ ],
19443
+ "isReadonly": false,
19444
+ "isOptional": false,
19445
+ "releaseTag": "Beta",
19446
+ "name": "persistFilterModelKey",
19447
+ "propertyTypeTokenRange": {
19448
+ "startIndex": 1,
19449
+ "endIndex": 2
19450
+ },
19451
+ "isStatic": false,
19452
+ "isProtected": false,
19453
+ "isAbstract": false
19454
+ },
19455
+ {
19456
+ "kind": "Property",
19457
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#provider:member",
19458
+ "docComment": "",
19459
+ "excerptTokens": [
19460
+ {
19461
+ "kind": "Content",
19462
+ "text": "provider: "
19463
+ },
19464
+ {
19465
+ "kind": "Content",
19466
+ "text": "any"
19467
+ },
19468
+ {
19469
+ "kind": "Content",
19470
+ "text": ";"
19471
+ }
19472
+ ],
19473
+ "isReadonly": false,
19474
+ "isOptional": false,
19475
+ "releaseTag": "Beta",
19476
+ "name": "provider",
19477
+ "propertyTypeTokenRange": {
19478
+ "startIndex": 1,
19479
+ "endIndex": 2
19480
+ },
19481
+ "isStatic": false,
19482
+ "isProtected": false,
19483
+ "isAbstract": false
19484
+ },
19485
+ {
19486
+ "kind": "Method",
19487
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#restoreCachedFilterConfig:member(1)",
19488
+ "docComment": "",
19489
+ "excerptTokens": [
19490
+ {
19491
+ "kind": "Content",
19492
+ "text": "restoreCachedFilterConfig(): "
19493
+ },
19494
+ {
19495
+ "kind": "Reference",
19496
+ "text": "Promise",
19497
+ "canonicalReference": "!Promise:interface"
19498
+ },
19499
+ {
19500
+ "kind": "Content",
19501
+ "text": "<void>"
19502
+ },
19503
+ {
19504
+ "kind": "Content",
19505
+ "text": ";"
19506
+ }
19507
+ ],
19508
+ "isStatic": false,
19509
+ "returnTypeTokenRange": {
19510
+ "startIndex": 1,
19511
+ "endIndex": 3
19512
+ },
19513
+ "releaseTag": "Beta",
19514
+ "isProtected": false,
19515
+ "overloadIndex": 1,
19516
+ "parameters": [],
19517
+ "isOptional": false,
19518
+ "isAbstract": false,
19519
+ "name": "restoreCachedFilterConfig"
19520
+ },
19521
+ {
19522
+ "kind": "Property",
19523
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#rowData:member",
19524
+ "docComment": "/**\n * The row data to display in the grid.\n *\n * @remarks\n *\n * For scenarios where you want to set data manually, without relying on `<grid-pro-client-side-datasource>`.\n *\n * @public\n */\n",
19525
+ "excerptTokens": [
19526
+ {
19527
+ "kind": "Content",
19528
+ "text": "rowData: "
19529
+ },
19530
+ {
19531
+ "kind": "Content",
19532
+ "text": "any[]"
19533
+ },
19534
+ {
19535
+ "kind": "Content",
19536
+ "text": ";"
19537
+ }
19538
+ ],
19539
+ "isReadonly": false,
19540
+ "isOptional": false,
19541
+ "releaseTag": "Public",
19542
+ "name": "rowData",
19543
+ "propertyTypeTokenRange": {
19544
+ "startIndex": 1,
19545
+ "endIndex": 2
19546
+ },
19547
+ "isStatic": false,
19548
+ "isProtected": false,
19549
+ "isAbstract": false
19550
+ },
19551
+ {
19552
+ "kind": "Method",
19553
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#rowDataChanged:member(1)",
19554
+ "docComment": "",
19555
+ "excerptTokens": [
19556
+ {
19557
+ "kind": "Content",
19558
+ "text": "rowDataChanged(_: "
19559
+ },
19560
+ {
19561
+ "kind": "Content",
19562
+ "text": "any"
19563
+ },
19564
+ {
19565
+ "kind": "Content",
19566
+ "text": ", rowData: "
19567
+ },
19568
+ {
19569
+ "kind": "Content",
19570
+ "text": "any"
19571
+ },
19572
+ {
19573
+ "kind": "Content",
19574
+ "text": "): "
19575
+ },
19576
+ {
19577
+ "kind": "Content",
19578
+ "text": "void"
19579
+ },
19580
+ {
19581
+ "kind": "Content",
19582
+ "text": ";"
19583
+ }
19584
+ ],
19585
+ "isStatic": false,
19586
+ "returnTypeTokenRange": {
19587
+ "startIndex": 5,
19588
+ "endIndex": 6
19589
+ },
19590
+ "releaseTag": "Beta",
19591
+ "isProtected": false,
19592
+ "overloadIndex": 1,
19593
+ "parameters": [
19594
+ {
19595
+ "parameterName": "_",
19596
+ "parameterTypeTokenRange": {
19597
+ "startIndex": 1,
19598
+ "endIndex": 2
19599
+ },
19600
+ "isOptional": false
19601
+ },
19602
+ {
19603
+ "parameterName": "rowData",
19604
+ "parameterTypeTokenRange": {
19605
+ "startIndex": 3,
19606
+ "endIndex": 4
19607
+ },
19608
+ "isOptional": false
19609
+ }
19610
+ ],
19611
+ "isOptional": false,
19612
+ "isAbstract": false,
19613
+ "name": "rowDataChanged"
19614
+ },
19615
+ {
19616
+ "kind": "Property",
19617
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#rowHeight:member",
19618
+ "docComment": "",
19619
+ "excerptTokens": [
19620
+ {
19621
+ "kind": "Content",
19622
+ "text": "rowHeight: "
19623
+ },
19624
+ {
19625
+ "kind": "Content",
19626
+ "text": "number"
19627
+ },
19628
+ {
19629
+ "kind": "Content",
19630
+ "text": ";"
19631
+ }
19632
+ ],
19633
+ "isReadonly": false,
19634
+ "isOptional": false,
19635
+ "releaseTag": "Beta",
19636
+ "name": "rowHeight",
19637
+ "propertyTypeTokenRange": {
19638
+ "startIndex": 1,
19639
+ "endIndex": 2
19640
+ },
19641
+ "isStatic": false,
19642
+ "isProtected": false,
19643
+ "isAbstract": false
19644
+ },
19645
+ {
19646
+ "kind": "Method",
19647
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#setFilterModel:member(1)",
19648
+ "docComment": "",
19649
+ "excerptTokens": [
19650
+ {
19651
+ "kind": "Content",
19652
+ "text": "setFilterModel(value: "
19653
+ },
19654
+ {
19655
+ "kind": "Content",
19656
+ "text": "{\n [key: string]: any;\n }"
19657
+ },
19658
+ {
19659
+ "kind": "Content",
19660
+ "text": "): "
19661
+ },
19662
+ {
19663
+ "kind": "Reference",
19664
+ "text": "Promise",
19665
+ "canonicalReference": "!Promise:interface"
19666
+ },
19667
+ {
19668
+ "kind": "Content",
19669
+ "text": "<void>"
19670
+ },
19671
+ {
19672
+ "kind": "Content",
19673
+ "text": ";"
19674
+ }
19675
+ ],
19676
+ "isStatic": false,
19677
+ "returnTypeTokenRange": {
19678
+ "startIndex": 3,
19679
+ "endIndex": 5
19680
+ },
19681
+ "releaseTag": "Beta",
19682
+ "isProtected": false,
19683
+ "overloadIndex": 1,
19684
+ "parameters": [
19685
+ {
19686
+ "parameterName": "value",
19687
+ "parameterTypeTokenRange": {
19688
+ "startIndex": 1,
19689
+ "endIndex": 2
19690
+ },
19691
+ "isOptional": false
19692
+ }
19693
+ ],
19694
+ "isOptional": false,
19695
+ "isAbstract": false,
19696
+ "name": "setFilterModel"
19697
+ },
19698
+ {
19699
+ "kind": "Method",
19700
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#setupPaginationAndStatusBar:member(1)",
19701
+ "docComment": "",
19702
+ "excerptTokens": [
19703
+ {
19704
+ "kind": "Content",
19705
+ "text": "protected setupPaginationAndStatusBar(gridOptions: "
19706
+ },
19707
+ {
19708
+ "kind": "Reference",
19709
+ "text": "GridOptions",
19710
+ "canonicalReference": "ag-grid-community!GridOptions:interface"
19711
+ },
19712
+ {
19713
+ "kind": "Content",
19714
+ "text": "): "
19715
+ },
19716
+ {
19717
+ "kind": "Content",
19718
+ "text": "void"
19719
+ },
19720
+ {
19721
+ "kind": "Content",
19722
+ "text": ";"
19723
+ }
19724
+ ],
19725
+ "isStatic": false,
19726
+ "returnTypeTokenRange": {
19727
+ "startIndex": 3,
19728
+ "endIndex": 4
19729
+ },
19730
+ "releaseTag": "Beta",
19731
+ "isProtected": true,
19732
+ "overloadIndex": 1,
19733
+ "parameters": [
19734
+ {
19735
+ "parameterName": "gridOptions",
19736
+ "parameterTypeTokenRange": {
19737
+ "startIndex": 1,
19738
+ "endIndex": 2
19739
+ },
19740
+ "isOptional": false
19741
+ }
19742
+ ],
19743
+ "isOptional": false,
19744
+ "isAbstract": false,
19745
+ "name": "setupPaginationAndStatusBar"
19746
+ },
19747
+ {
19748
+ "kind": "Method",
19749
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#statePersistanceEnabled:member(1)",
19750
+ "docComment": "",
19751
+ "excerptTokens": [
19752
+ {
19753
+ "kind": "Content",
19754
+ "text": "statePersistanceEnabled(): "
19755
+ },
19756
+ {
19757
+ "kind": "Content",
19758
+ "text": "boolean"
19759
+ },
19760
+ {
19761
+ "kind": "Content",
19762
+ "text": ";"
19763
+ }
19764
+ ],
19765
+ "isStatic": false,
19766
+ "returnTypeTokenRange": {
19767
+ "startIndex": 1,
19768
+ "endIndex": 2
19769
+ },
19770
+ "releaseTag": "Beta",
19771
+ "isProtected": false,
19772
+ "overloadIndex": 1,
19773
+ "parameters": [],
19774
+ "isOptional": false,
19775
+ "isAbstract": false,
19776
+ "name": "statePersistanceEnabled"
19777
+ },
19778
+ {
19779
+ "kind": "Property",
19780
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#statePersistence:member",
19781
+ "docComment": "",
19782
+ "excerptTokens": [
19783
+ {
19784
+ "kind": "Content",
19785
+ "text": "statePersistence: "
19786
+ },
19787
+ {
19788
+ "kind": "Reference",
19789
+ "text": "StatePersistence",
19790
+ "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface"
19791
+ },
19792
+ {
19793
+ "kind": "Content",
19794
+ "text": ";"
19795
+ }
19796
+ ],
19797
+ "isReadonly": false,
19798
+ "isOptional": false,
19799
+ "releaseTag": "Beta",
19800
+ "name": "statePersistence",
19801
+ "propertyTypeTokenRange": {
19802
+ "startIndex": 1,
19803
+ "endIndex": 2
19804
+ },
19805
+ "isStatic": false,
19806
+ "isProtected": false,
19807
+ "isAbstract": false
19808
+ },
19809
+ {
19810
+ "kind": "Property",
19811
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#statusBarConfig:member",
19812
+ "docComment": "/**\n * Configuration for the grid status bar components.\n *\n * @remarks\n *\n * This requires AG Grid Enterprise module to be enabled. The status bar will only be displayed if the Enterprise module is available.\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/component-status-bar/\n */\n",
19813
+ "excerptTokens": [
19814
+ {
19815
+ "kind": "Content",
19816
+ "text": "statusBarConfig: "
19817
+ },
19818
+ {
19819
+ "kind": "Reference",
19820
+ "text": "GridProStatusBarConfig",
19821
+ "canonicalReference": "@genesislcap/grid-pro!GridProStatusBarConfig:interface"
19822
+ },
19823
+ {
19824
+ "kind": "Content",
19825
+ "text": ";"
19826
+ }
19827
+ ],
19828
+ "isReadonly": false,
19829
+ "isOptional": false,
19830
+ "releaseTag": "Beta",
19831
+ "name": "statusBarConfig",
19832
+ "propertyTypeTokenRange": {
19833
+ "startIndex": 1,
19834
+ "endIndex": 2
19835
+ },
19836
+ "isStatic": false,
19837
+ "isProtected": false,
19838
+ "isAbstract": false
19839
+ },
19840
+ {
19841
+ "kind": "Property",
19842
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#themeMode:member",
19843
+ "docComment": "",
19844
+ "excerptTokens": [
19845
+ {
19846
+ "kind": "Content",
19847
+ "text": "themeMode: "
19848
+ },
19849
+ {
19850
+ "kind": "Content",
19851
+ "text": "'light' | 'dark'"
19852
+ },
19853
+ {
19854
+ "kind": "Content",
19855
+ "text": ";"
19856
+ }
19857
+ ],
19858
+ "isReadonly": false,
19859
+ "isOptional": false,
19860
+ "releaseTag": "Beta",
19861
+ "name": "themeMode",
19862
+ "propertyTypeTokenRange": {
19863
+ "startIndex": 1,
19864
+ "endIndex": 2
19865
+ },
19866
+ "isStatic": false,
19867
+ "isProtected": false,
19868
+ "isAbstract": false
19869
+ },
19870
+ {
19871
+ "kind": "Property",
19872
+ "canonicalReference": "@genesislcap/grid-pro!GridProV34#withStatusBar:member",
19873
+ "docComment": "/**\n * Enables or disables the grid status bar.\n *\n * @remarks\n *\n * Default is false. When disabled, no status bar will be displayed regardless of statusBarConfig. This requires AG Grid Enterprise module to be available for the status bar to be displayed when enabled.\n */\n",
19874
+ "excerptTokens": [
19875
+ {
19876
+ "kind": "Content",
19877
+ "text": "withStatusBar: "
19878
+ },
19879
+ {
19880
+ "kind": "Content",
19881
+ "text": "boolean"
19882
+ },
19883
+ {
19884
+ "kind": "Content",
19885
+ "text": ";"
19886
+ }
19887
+ ],
19888
+ "isReadonly": false,
19889
+ "isOptional": false,
19890
+ "releaseTag": "Beta",
19891
+ "name": "withStatusBar",
19892
+ "propertyTypeTokenRange": {
19893
+ "startIndex": 1,
19894
+ "endIndex": 2
19895
+ },
19896
+ "isStatic": false,
19897
+ "isProtected": false,
19898
+ "isAbstract": false
19899
+ }
19900
+ ],
19901
+ "extendsTokenRange": {
19902
+ "startIndex": 1,
19903
+ "endIndex": 2
19904
+ },
19905
+ "implementsTokenRanges": []
19906
+ },
17417
19907
  {
17418
19908
  "kind": "TypeAlias",
17419
19909
  "canonicalReference": "@genesislcap/grid-pro!GrigProGenesisDatasourceSizeChangedEvent:type",
@@ -17898,7 +20388,7 @@
17898
20388
  {
17899
20389
  "kind": "Reference",
17900
20390
  "text": "IStatusPanelComp",
17901
- "canonicalReference": "@ag-grid-community/core!IStatusPanelComp:interface"
20391
+ "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
17902
20392
  },
17903
20393
  {
17904
20394
  "kind": "Content",
@@ -17986,7 +20476,7 @@
17986
20476
  {
17987
20477
  "kind": "Reference",
17988
20478
  "text": "IStatusPanelParams",
17989
- "canonicalReference": "@ag-grid-community/core!IStatusPanelParams:interface"
20479
+ "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
17990
20480
  },
17991
20481
  {
17992
20482
  "kind": "Content",
@@ -18131,7 +20621,7 @@
18131
20621
  {
18132
20622
  "kind": "Reference",
18133
20623
  "text": "IStatusPanelComp",
18134
- "canonicalReference": "@ag-grid-community/core!IStatusPanelComp:interface"
20624
+ "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
18135
20625
  },
18136
20626
  {
18137
20627
  "kind": "Content",
@@ -18219,7 +20709,7 @@
18219
20709
  {
18220
20710
  "kind": "Reference",
18221
20711
  "text": "IStatusPanelParams",
18222
- "canonicalReference": "@ag-grid-community/core!IStatusPanelParams:interface"
20712
+ "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
18223
20713
  },
18224
20714
  {
18225
20715
  "kind": "Content",
@@ -20176,7 +22666,7 @@
20176
22666
  {
20177
22667
  "kind": "Reference",
20178
22668
  "text": "IStatusPanelComp",
20179
- "canonicalReference": "@ag-grid-community/core!IStatusPanelComp:interface"
22669
+ "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
20180
22670
  },
20181
22671
  {
20182
22672
  "kind": "Content",
@@ -20264,7 +22754,7 @@
20264
22754
  {
20265
22755
  "kind": "Reference",
20266
22756
  "text": "IStatusPanelParams",
20267
- "canonicalReference": "@ag-grid-community/core!IStatusPanelParams:interface"
22757
+ "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
20268
22758
  },
20269
22759
  {
20270
22760
  "kind": "Content",
@@ -20347,7 +22837,7 @@
20347
22837
  {
20348
22838
  "kind": "Reference",
20349
22839
  "text": "IStatusPanelComp",
20350
- "canonicalReference": "@ag-grid-community/core!IStatusPanelComp:interface"
22840
+ "canonicalReference": "ag-grid-community!IStatusPanelComp:interface"
20351
22841
  },
20352
22842
  {
20353
22843
  "kind": "Content",
@@ -20435,7 +22925,7 @@
20435
22925
  {
20436
22926
  "kind": "Reference",
20437
22927
  "text": "IStatusPanelParams",
20438
- "canonicalReference": "@ag-grid-community/core!IStatusPanelParams:interface"
22928
+ "canonicalReference": "ag-grid-community!IStatusPanelParams:interface"
20439
22929
  },
20440
22930
  {
20441
22931
  "kind": "Content",