@genesislcap/grid-pro 15.20.2 → 15.21.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/dist/custom-elements.json +2161 -163
  2. package/dist/dts/datasource/base.datasource.d.ts +17 -3
  3. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  4. package/dist/dts/datasource/base.types.d.ts +1 -1
  5. package/dist/dts/datasource/base.types.d.ts.map +1 -1
  6. package/dist/dts/datasource/datasource.types.d.ts +5 -2
  7. package/dist/dts/datasource/datasource.types.d.ts.map +1 -1
  8. package/dist/dts/datasource/filter.utils.d.ts +40 -0
  9. package/dist/dts/datasource/filter.utils.d.ts.map +1 -0
  10. package/dist/dts/datasource/index.d.ts +2 -0
  11. package/dist/dts/datasource/index.d.ts.map +1 -1
  12. package/dist/dts/datasource/infinite.datasource.d.ts +464 -0
  13. package/dist/dts/datasource/infinite.datasource.d.ts.map +1 -0
  14. package/dist/dts/datasource/infinite.resource.d.ts +231 -0
  15. package/dist/dts/datasource/infinite.resource.d.ts.map +1 -0
  16. package/dist/dts/datasource/server-side.datasource.d.ts +0 -2
  17. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  18. package/dist/dts/datasource/server-side.resource-base.d.ts +1 -1
  19. package/dist/dts/datasource/server-side.resource-base.d.ts.map +1 -1
  20. package/dist/dts/grid-pro-beta.d.ts +37 -2
  21. package/dist/dts/grid-pro-beta.d.ts.map +1 -1
  22. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +20 -1
  23. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -1
  24. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +0 -1
  25. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  26. package/dist/dts/grid-pro.d.ts +6 -0
  27. package/dist/dts/grid-pro.d.ts.map +1 -1
  28. package/dist/dts/react.d.ts +25 -1
  29. package/dist/dts/utils/map.d.ts +2 -2
  30. package/dist/dts/utils/map.d.ts.map +1 -1
  31. package/dist/esm/datasource/base.datasource.js +39 -2
  32. package/dist/esm/datasource/filter.utils.js +241 -0
  33. package/dist/esm/datasource/index.js +2 -0
  34. package/dist/esm/datasource/infinite.datasource.js +373 -0
  35. package/dist/esm/datasource/infinite.resource.js +581 -0
  36. package/dist/esm/datasource/server-side.datasource.js +0 -38
  37. package/dist/esm/datasource/server-side.grid-definitions.js +1 -1
  38. package/dist/esm/datasource/server-side.resource-base.js +7 -105
  39. package/dist/esm/grid-pro-beta.js +73 -6
  40. package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +3 -0
  41. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +0 -3
  42. package/dist/esm/grid-pro.js +12 -1
  43. package/dist/grid-pro.api.json +1355 -477
  44. package/dist/grid-pro.d.ts +962 -165
  45. package/dist/react.cjs +84 -0
  46. package/dist/react.mjs +83 -0
  47. package/package.json +13 -13
@@ -3771,92 +3771,114 @@
3771
3771
  },
3772
3772
  {
3773
3773
  "kind": "Function",
3774
- "canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:function(1)",
3775
- "docComment": "/**\n * Convert string values from 'camelCase' to 'kebab-case'\n *\n * @param value - The value to convert to Kebab case.\n *\n * @returns The Kebab case result.\n *\n * @public\n */\n",
3774
+ "canonicalReference": "@genesislcap/grid-pro!convertDateFilterToCriteria:function(1)",
3775
+ "docComment": "/**\n * Converts date filters to Genesis criteria strings.\n *\n * @param filterModel - The AG Grid filter model\n *\n * @param fieldName - The field name being filtered\n *\n * @returns Genesis criteria string or null\n */\n",
3776
3776
  "excerptTokens": [
3777
3777
  {
3778
3778
  "kind": "Content",
3779
- "text": "convertToKebabCase: (value: "
3779
+ "text": "export declare function convertDateFilterToCriteria(filterModel: "
3780
3780
  },
3781
3781
  {
3782
3782
  "kind": "Content",
3783
- "text": "string"
3783
+ "text": "any"
3784
3784
  },
3785
3785
  {
3786
3786
  "kind": "Content",
3787
- "text": ") => "
3787
+ "text": ", fieldName: "
3788
3788
  },
3789
3789
  {
3790
3790
  "kind": "Content",
3791
3791
  "text": "string"
3792
+ },
3793
+ {
3794
+ "kind": "Content",
3795
+ "text": "): "
3796
+ },
3797
+ {
3798
+ "kind": "Content",
3799
+ "text": "string | null"
3800
+ },
3801
+ {
3802
+ "kind": "Content",
3803
+ "text": ";"
3792
3804
  }
3793
3805
  ],
3794
- "fileUrlPath": "src/utils/string.ts",
3806
+ "fileUrlPath": "src/datasource/filter.utils.ts",
3795
3807
  "returnTypeTokenRange": {
3796
- "startIndex": 3,
3797
- "endIndex": 4
3808
+ "startIndex": 5,
3809
+ "endIndex": 6
3798
3810
  },
3799
3811
  "releaseTag": "Public",
3800
3812
  "overloadIndex": 1,
3801
3813
  "parameters": [
3802
3814
  {
3803
- "parameterName": "value",
3815
+ "parameterName": "filterModel",
3804
3816
  "parameterTypeTokenRange": {
3805
3817
  "startIndex": 1,
3806
3818
  "endIndex": 2
3807
3819
  },
3808
3820
  "isOptional": false
3821
+ },
3822
+ {
3823
+ "parameterName": "fieldName",
3824
+ "parameterTypeTokenRange": {
3825
+ "startIndex": 3,
3826
+ "endIndex": 4
3827
+ },
3828
+ "isOptional": false
3809
3829
  }
3810
3830
  ],
3811
- "name": "convertToKebabCase"
3831
+ "name": "convertDateFilterToCriteria"
3812
3832
  },
3813
3833
  {
3814
3834
  "kind": "Function",
3815
- "canonicalReference": "@genesislcap/grid-pro!createRowAlert:function(1)",
3816
- "docComment": "/**\n * Builds the class rules that flash rows matching `criteria`, together with the context menu that lets a user recolor, retime, or narrow that flash to a single cell.\n *\n * The rules are created once and never replaced, because a grid backed by a Genesis datasource keeps the options it was created with — handing it new rules later would change nothing. Each rule instead asks, as it runs, whether its scope is the one currently selected, so switching target only needs the rows redrawn.\n * ```ts\n * const alert = createRowAlert(criteria, { persistPreferencesKey: 'orders.row-alert' });\n * gridOptions = {\n * rowClassRules: alert.rowClassRules,\n * defaultColDef: alert.defaultColDef,\n * getContextMenuItems: alert.getContextMenuItems,\n * };\n * ```\n *\n * Alerts sharing a `persistPreferencesKey` share their preferences, so a page of grids that each watch for something different still answers to one setting.\n *\n * Pairs with {@link DatasourceRowMatchTracker}: give both the same criteria and a tab can say there is work to do while the grid shows which rows it meant.\n *\n * @public\n */\n",
3835
+ "canonicalReference": "@genesislcap/grid-pro!convertFilterModelToCriteria:function(1)",
3836
+ "docComment": "/**\n * Converts AG Grid filter model to Genesis criteria string. This is the main entry point for converting filters. Handles both simple filters and multi-filters (filterType: \"multi\" with filterModels array).\n *\n * @param filterModel - The AG Grid filter model\n *\n * @param colDefs - Column definitions for metadata (optional but recommended)\n *\n * @returns Genesis criteria string\n */\n",
3817
3837
  "excerptTokens": [
3818
3838
  {
3819
3839
  "kind": "Content",
3820
- "text": "export declare function createRowAlert(criteria: "
3840
+ "text": "export declare function convertFilterModelToCriteria(filterModel: "
3821
3841
  },
3822
3842
  {
3823
- "kind": "Reference",
3824
- "text": "RowMatchCriteria",
3825
- "canonicalReference": "@genesislcap/grid-pro!RowMatchCriteria:interface"
3843
+ "kind": "Content",
3844
+ "text": "any"
3826
3845
  },
3827
3846
  {
3828
3847
  "kind": "Content",
3829
- "text": ", options?: "
3848
+ "text": ", colDefs?: "
3830
3849
  },
3831
3850
  {
3832
3851
  "kind": "Reference",
3833
- "text": "RowAlertOptions",
3834
- "canonicalReference": "@genesislcap/grid-pro!RowAlertOptions:interface"
3852
+ "text": "MetadataDetail",
3853
+ "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
3854
+ },
3855
+ {
3856
+ "kind": "Content",
3857
+ "text": "[]"
3835
3858
  },
3836
3859
  {
3837
3860
  "kind": "Content",
3838
3861
  "text": "): "
3839
3862
  },
3840
3863
  {
3841
- "kind": "Reference",
3842
- "text": "RowAlert",
3843
- "canonicalReference": "@genesislcap/grid-pro!RowAlert:interface"
3864
+ "kind": "Content",
3865
+ "text": "string"
3844
3866
  },
3845
3867
  {
3846
3868
  "kind": "Content",
3847
3869
  "text": ";"
3848
3870
  }
3849
3871
  ],
3850
- "fileUrlPath": "src/row-alert/row-alert.ts",
3872
+ "fileUrlPath": "src/datasource/filter.utils.ts",
3851
3873
  "returnTypeTokenRange": {
3852
- "startIndex": 5,
3853
- "endIndex": 6
3874
+ "startIndex": 6,
3875
+ "endIndex": 7
3854
3876
  },
3855
3877
  "releaseTag": "Public",
3856
3878
  "overloadIndex": 1,
3857
3879
  "parameters": [
3858
3880
  {
3859
- "parameterName": "criteria",
3881
+ "parameterName": "filterModel",
3860
3882
  "parameterTypeTokenRange": {
3861
3883
  "startIndex": 1,
3862
3884
  "endIndex": 2
@@ -3864,189 +3886,494 @@
3864
3886
  "isOptional": false
3865
3887
  },
3866
3888
  {
3867
- "parameterName": "options",
3889
+ "parameterName": "colDefs",
3868
3890
  "parameterTypeTokenRange": {
3869
3891
  "startIndex": 3,
3870
- "endIndex": 4
3892
+ "endIndex": 5
3871
3893
  },
3872
3894
  "isOptional": true
3873
3895
  }
3874
3896
  ],
3875
- "name": "createRowAlert"
3897
+ "name": "convertFilterModelToCriteria"
3876
3898
  },
3877
3899
  {
3878
3900
  "kind": "Function",
3879
- "canonicalReference": "@genesislcap/grid-pro!createRowMatchCellClassRules:function(1)",
3880
- "docComment": "/**\n * Cell class rules that flag only the `flashField` cell of a matching row, for spreading into `gridOptions.defaultColDef.cellClassRules`.\n *\n * They belong on `defaultColDef` rather than a single column because AG Grid has no grid-level `cellClassRules`, and the rule itself checks which column it is running against.\n *\n * @public\n */\n",
3901
+ "canonicalReference": "@genesislcap/grid-pro!convertNumberFilterToCriteria:function(1)",
3902
+ "docComment": "/**\n * Converts number filters to Genesis criteria strings.\n *\n * @param filterModel - The AG Grid filter model\n *\n * @param fieldName - The field name being filtered\n *\n * @returns Genesis criteria string or null\n */\n",
3881
3903
  "excerptTokens": [
3882
3904
  {
3883
3905
  "kind": "Content",
3884
- "text": "export declare function createRowMatchCellClassRules(criteria: "
3906
+ "text": "export declare function convertNumberFilterToCriteria(filterModel: "
3885
3907
  },
3886
3908
  {
3887
- "kind": "Reference",
3888
- "text": "RowMatchCriteria",
3889
- "canonicalReference": "@genesislcap/grid-pro!RowMatchCriteria:interface"
3909
+ "kind": "Content",
3910
+ "text": "any"
3890
3911
  },
3891
3912
  {
3892
3913
  "kind": "Content",
3893
- "text": "): "
3914
+ "text": ", fieldName: "
3894
3915
  },
3895
3916
  {
3896
- "kind": "Reference",
3897
- "text": "Record",
3898
- "canonicalReference": "!Record:type"
3917
+ "kind": "Content",
3918
+ "text": "string"
3899
3919
  },
3900
3920
  {
3901
3921
  "kind": "Content",
3902
- "text": "<string, (params: {\n data?: unknown;\n colDef: {\n field?: string;\n };\n}) => boolean>"
3922
+ "text": "): "
3923
+ },
3924
+ {
3925
+ "kind": "Content",
3926
+ "text": "string | null"
3903
3927
  },
3904
3928
  {
3905
3929
  "kind": "Content",
3906
3930
  "text": ";"
3907
3931
  }
3908
3932
  ],
3909
- "fileUrlPath": "src/datasource/row-match.classes.ts",
3933
+ "fileUrlPath": "src/datasource/filter.utils.ts",
3910
3934
  "returnTypeTokenRange": {
3911
- "startIndex": 3,
3912
- "endIndex": 5
3935
+ "startIndex": 5,
3936
+ "endIndex": 6
3913
3937
  },
3914
3938
  "releaseTag": "Public",
3915
3939
  "overloadIndex": 1,
3916
3940
  "parameters": [
3917
3941
  {
3918
- "parameterName": "criteria",
3942
+ "parameterName": "filterModel",
3919
3943
  "parameterTypeTokenRange": {
3920
3944
  "startIndex": 1,
3921
3945
  "endIndex": 2
3922
3946
  },
3923
3947
  "isOptional": false
3948
+ },
3949
+ {
3950
+ "parameterName": "fieldName",
3951
+ "parameterTypeTokenRange": {
3952
+ "startIndex": 3,
3953
+ "endIndex": 4
3954
+ },
3955
+ "isOptional": false
3924
3956
  }
3925
3957
  ],
3926
- "name": "createRowMatchCellClassRules"
3958
+ "name": "convertNumberFilterToCriteria"
3927
3959
  },
3928
3960
  {
3929
3961
  "kind": "Function",
3930
- "canonicalReference": "@genesislcap/grid-pro!createRowMatchClassRules:function(1)",
3931
- "docComment": "/**\n * Row class rules that flag rows meeting {@link RowMatchCriteria}, for spreading into `gridOptions.rowClassRules`.\n *\n * Pairs with {@link DatasourceRowMatchTracker}: the tracker decides whether a tab should flash, these decide which rows made it flash. Both take the same criteria, so the two cannot disagree.\n * ```ts\n * gridOptions = { rowClassRules: createRowMatchClassRules(criteria) };\n * ```\n *\n * @public\n */\n",
3962
+ "canonicalReference": "@genesislcap/grid-pro!convertSetFilterToCriteria:function(1)",
3963
+ "docComment": "/**\n * Converts set filters (for enum fields) to Genesis criteria strings.\n *\n * @param filterModel - The AG Grid filter model\n *\n * @param fieldName - The field name being filtered\n *\n * @param colMeta - Column metadata for detecting all values\n *\n * @returns Genesis criteria string or null\n */\n",
3932
3964
  "excerptTokens": [
3933
3965
  {
3934
3966
  "kind": "Content",
3935
- "text": "export declare function createRowMatchClassRules(criteria: "
3967
+ "text": "export declare function convertSetFilterToCriteria(filterModel: "
3936
3968
  },
3937
3969
  {
3938
- "kind": "Reference",
3939
- "text": "RowMatchCriteria",
3940
- "canonicalReference": "@genesislcap/grid-pro!RowMatchCriteria:interface"
3970
+ "kind": "Content",
3971
+ "text": "any"
3941
3972
  },
3942
3973
  {
3943
3974
  "kind": "Content",
3944
- "text": "): "
3975
+ "text": ", fieldName: "
3976
+ },
3977
+ {
3978
+ "kind": "Content",
3979
+ "text": "string"
3980
+ },
3981
+ {
3982
+ "kind": "Content",
3983
+ "text": ", colMeta?: "
3945
3984
  },
3946
3985
  {
3947
3986
  "kind": "Reference",
3948
- "text": "Record",
3949
- "canonicalReference": "!Record:type"
3987
+ "text": "MetadataDetail",
3988
+ "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
3950
3989
  },
3951
3990
  {
3952
3991
  "kind": "Content",
3953
- "text": "<string, (params: {\n data?: unknown;\n}) => boolean>"
3992
+ "text": "): "
3993
+ },
3994
+ {
3995
+ "kind": "Content",
3996
+ "text": "string | null"
3954
3997
  },
3955
3998
  {
3956
3999
  "kind": "Content",
3957
4000
  "text": ";"
3958
4001
  }
3959
4002
  ],
3960
- "fileUrlPath": "src/datasource/row-match.classes.ts",
4003
+ "fileUrlPath": "src/datasource/filter.utils.ts",
3961
4004
  "returnTypeTokenRange": {
3962
- "startIndex": 3,
3963
- "endIndex": 5
4005
+ "startIndex": 7,
4006
+ "endIndex": 8
3964
4007
  },
3965
4008
  "releaseTag": "Public",
3966
4009
  "overloadIndex": 1,
3967
4010
  "parameters": [
3968
4011
  {
3969
- "parameterName": "criteria",
4012
+ "parameterName": "filterModel",
3970
4013
  "parameterTypeTokenRange": {
3971
4014
  "startIndex": 1,
3972
4015
  "endIndex": 2
3973
4016
  },
3974
4017
  "isOptional": false
4018
+ },
4019
+ {
4020
+ "parameterName": "fieldName",
4021
+ "parameterTypeTokenRange": {
4022
+ "startIndex": 3,
4023
+ "endIndex": 4
4024
+ },
4025
+ "isOptional": false
4026
+ },
4027
+ {
4028
+ "parameterName": "colMeta",
4029
+ "parameterTypeTokenRange": {
4030
+ "startIndex": 5,
4031
+ "endIndex": 6
4032
+ },
4033
+ "isOptional": true
3975
4034
  }
3976
4035
  ],
3977
- "name": "createRowMatchClassRules"
4036
+ "name": "convertSetFilterToCriteria"
3978
4037
  },
3979
4038
  {
3980
- "kind": "Variable",
3981
- "canonicalReference": "@genesislcap/grid-pro!criteriaDelimiter:var",
3982
- "docComment": "/**\n * The delimiter for the criteria string.\n *\n * @public\n */\n",
4039
+ "kind": "Function",
4040
+ "canonicalReference": "@genesislcap/grid-pro!convertTextFilterToCriteria:function(1)",
4041
+ "docComment": "/**\n * Converts text filters to Genesis criteria strings.\n *\n * @param filterModel - The AG Grid filter model\n *\n * @param fieldName - The field name being filtered\n *\n * @returns Genesis criteria string or null\n */\n",
3983
4042
  "excerptTokens": [
3984
4043
  {
3985
4044
  "kind": "Content",
3986
- "text": "criteriaDelimiter = "
4045
+ "text": "export declare function convertTextFilterToCriteria(filterModel: "
3987
4046
  },
3988
4047
  {
3989
4048
  "kind": "Content",
3990
- "text": "\";\""
4049
+ "text": "any"
4050
+ },
4051
+ {
4052
+ "kind": "Content",
4053
+ "text": ", fieldName: "
4054
+ },
4055
+ {
4056
+ "kind": "Content",
4057
+ "text": "string"
4058
+ },
4059
+ {
4060
+ "kind": "Content",
4061
+ "text": "): "
4062
+ },
4063
+ {
4064
+ "kind": "Content",
4065
+ "text": "string | null"
4066
+ },
4067
+ {
4068
+ "kind": "Content",
4069
+ "text": ";"
3991
4070
  }
3992
4071
  ],
3993
- "fileUrlPath": "src/datasource/base.datasource.ts",
3994
- "initializerTokenRange": {
3995
- "startIndex": 1,
3996
- "endIndex": 2
4072
+ "fileUrlPath": "src/datasource/filter.utils.ts",
4073
+ "returnTypeTokenRange": {
4074
+ "startIndex": 5,
4075
+ "endIndex": 6
3997
4076
  },
3998
- "isReadonly": true,
3999
4077
  "releaseTag": "Public",
4000
- "name": "criteriaDelimiter",
4001
- "variableTypeTokenRange": {
4002
- "startIndex": 0,
4003
- "endIndex": 0
4004
- }
4078
+ "overloadIndex": 1,
4079
+ "parameters": [
4080
+ {
4081
+ "parameterName": "filterModel",
4082
+ "parameterTypeTokenRange": {
4083
+ "startIndex": 1,
4084
+ "endIndex": 2
4085
+ },
4086
+ "isOptional": false
4087
+ },
4088
+ {
4089
+ "parameterName": "fieldName",
4090
+ "parameterTypeTokenRange": {
4091
+ "startIndex": 3,
4092
+ "endIndex": 4
4093
+ },
4094
+ "isOptional": false
4095
+ }
4096
+ ],
4097
+ "name": "convertTextFilterToCriteria"
4005
4098
  },
4006
4099
  {
4007
- "kind": "Variable",
4008
- "canonicalReference": "@genesislcap/grid-pro!criteriaJoin:var",
4009
- "docComment": "/**\n * The join for the criteria string.\n *\n * @public\n */\n",
4100
+ "kind": "Function",
4101
+ "canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:function(1)",
4102
+ "docComment": "/**\n * Convert string values from 'camelCase' to 'kebab-case'\n *\n * @param value - The value to convert to Kebab case.\n *\n * @returns The Kebab case result.\n *\n * @public\n */\n",
4010
4103
  "excerptTokens": [
4011
4104
  {
4012
4105
  "kind": "Content",
4013
- "text": "criteriaJoin = "
4106
+ "text": "convertToKebabCase: (value: "
4014
4107
  },
4015
4108
  {
4016
4109
  "kind": "Content",
4017
- "text": "\" && \""
4110
+ "text": "string"
4111
+ },
4112
+ {
4113
+ "kind": "Content",
4114
+ "text": ") => "
4115
+ },
4116
+ {
4117
+ "kind": "Content",
4118
+ "text": "string"
4018
4119
  }
4019
4120
  ],
4020
- "fileUrlPath": "src/datasource/base.datasource.ts",
4021
- "initializerTokenRange": {
4022
- "startIndex": 1,
4023
- "endIndex": 2
4121
+ "fileUrlPath": "src/utils/string.ts",
4122
+ "returnTypeTokenRange": {
4123
+ "startIndex": 3,
4124
+ "endIndex": 4
4024
4125
  },
4025
- "isReadonly": true,
4026
4126
  "releaseTag": "Public",
4027
- "name": "criteriaJoin",
4028
- "variableTypeTokenRange": {
4029
- "startIndex": 0,
4030
- "endIndex": 0
4031
- }
4127
+ "overloadIndex": 1,
4128
+ "parameters": [
4129
+ {
4130
+ "parameterName": "value",
4131
+ "parameterTypeTokenRange": {
4132
+ "startIndex": 1,
4133
+ "endIndex": 2
4134
+ },
4135
+ "isOptional": false
4136
+ }
4137
+ ],
4138
+ "name": "convertToKebabCase"
4032
4139
  },
4033
4140
  {
4034
- "kind": "Variable",
4035
- "canonicalReference": "@genesislcap/grid-pro!csvExportParams:var",
4036
- "docComment": "/**\n * Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection\n *\n * @public\n */\n",
4141
+ "kind": "Function",
4142
+ "canonicalReference": "@genesislcap/grid-pro!createRowAlert:function(1)",
4143
+ "docComment": "/**\n * Builds the class rules that flash rows matching `criteria`, together with the context menu that lets a user recolor, retime, or narrow that flash to a single cell.\n *\n * The rules are created once and never replaced, because a grid backed by a Genesis datasource keeps the options it was created with — handing it new rules later would change nothing. Each rule instead asks, as it runs, whether its scope is the one currently selected, so switching target only needs the rows redrawn.\n * ```ts\n * const alert = createRowAlert(criteria, { persistPreferencesKey: 'orders.row-alert' });\n * gridOptions = {\n * rowClassRules: alert.rowClassRules,\n * defaultColDef: alert.defaultColDef,\n * getContextMenuItems: alert.getContextMenuItems,\n * };\n * ```\n *\n * Alerts sharing a `persistPreferencesKey` share their preferences, so a page of grids that each watch for something different still answers to one setting.\n *\n * Pairs with {@link DatasourceRowMatchTracker}: give both the same criteria and a tab can say there is work to do while the grid shows which rows it meant.\n *\n * @public\n */\n",
4037
4144
  "excerptTokens": [
4038
4145
  {
4039
4146
  "kind": "Content",
4040
- "text": "csvExportParams: "
4147
+ "text": "export declare function createRowAlert(criteria: "
4041
4148
  },
4042
4149
  {
4043
4150
  "kind": "Reference",
4044
- "text": "CsvExportParams",
4045
- "canonicalReference": "@ag-grid-community/core!CsvExportParams:interface"
4046
- }
4047
- ],
4048
- "fileUrlPath": "src/utils/sanitasations.ts",
4049
- "isReadonly": true,
4151
+ "text": "RowMatchCriteria",
4152
+ "canonicalReference": "@genesislcap/grid-pro!RowMatchCriteria:interface"
4153
+ },
4154
+ {
4155
+ "kind": "Content",
4156
+ "text": ", options?: "
4157
+ },
4158
+ {
4159
+ "kind": "Reference",
4160
+ "text": "RowAlertOptions",
4161
+ "canonicalReference": "@genesislcap/grid-pro!RowAlertOptions:interface"
4162
+ },
4163
+ {
4164
+ "kind": "Content",
4165
+ "text": "): "
4166
+ },
4167
+ {
4168
+ "kind": "Reference",
4169
+ "text": "RowAlert",
4170
+ "canonicalReference": "@genesislcap/grid-pro!RowAlert:interface"
4171
+ },
4172
+ {
4173
+ "kind": "Content",
4174
+ "text": ";"
4175
+ }
4176
+ ],
4177
+ "fileUrlPath": "src/row-alert/row-alert.ts",
4178
+ "returnTypeTokenRange": {
4179
+ "startIndex": 5,
4180
+ "endIndex": 6
4181
+ },
4182
+ "releaseTag": "Public",
4183
+ "overloadIndex": 1,
4184
+ "parameters": [
4185
+ {
4186
+ "parameterName": "criteria",
4187
+ "parameterTypeTokenRange": {
4188
+ "startIndex": 1,
4189
+ "endIndex": 2
4190
+ },
4191
+ "isOptional": false
4192
+ },
4193
+ {
4194
+ "parameterName": "options",
4195
+ "parameterTypeTokenRange": {
4196
+ "startIndex": 3,
4197
+ "endIndex": 4
4198
+ },
4199
+ "isOptional": true
4200
+ }
4201
+ ],
4202
+ "name": "createRowAlert"
4203
+ },
4204
+ {
4205
+ "kind": "Function",
4206
+ "canonicalReference": "@genesislcap/grid-pro!createRowMatchCellClassRules:function(1)",
4207
+ "docComment": "/**\n * Cell class rules that flag only the `flashField` cell of a matching row, for spreading into `gridOptions.defaultColDef.cellClassRules`.\n *\n * They belong on `defaultColDef` rather than a single column because AG Grid has no grid-level `cellClassRules`, and the rule itself checks which column it is running against.\n *\n * @public\n */\n",
4208
+ "excerptTokens": [
4209
+ {
4210
+ "kind": "Content",
4211
+ "text": "export declare function createRowMatchCellClassRules(criteria: "
4212
+ },
4213
+ {
4214
+ "kind": "Reference",
4215
+ "text": "RowMatchCriteria",
4216
+ "canonicalReference": "@genesislcap/grid-pro!RowMatchCriteria:interface"
4217
+ },
4218
+ {
4219
+ "kind": "Content",
4220
+ "text": "): "
4221
+ },
4222
+ {
4223
+ "kind": "Reference",
4224
+ "text": "Record",
4225
+ "canonicalReference": "!Record:type"
4226
+ },
4227
+ {
4228
+ "kind": "Content",
4229
+ "text": "<string, (params: {\n data?: unknown;\n colDef: {\n field?: string;\n };\n}) => boolean>"
4230
+ },
4231
+ {
4232
+ "kind": "Content",
4233
+ "text": ";"
4234
+ }
4235
+ ],
4236
+ "fileUrlPath": "src/datasource/row-match.classes.ts",
4237
+ "returnTypeTokenRange": {
4238
+ "startIndex": 3,
4239
+ "endIndex": 5
4240
+ },
4241
+ "releaseTag": "Public",
4242
+ "overloadIndex": 1,
4243
+ "parameters": [
4244
+ {
4245
+ "parameterName": "criteria",
4246
+ "parameterTypeTokenRange": {
4247
+ "startIndex": 1,
4248
+ "endIndex": 2
4249
+ },
4250
+ "isOptional": false
4251
+ }
4252
+ ],
4253
+ "name": "createRowMatchCellClassRules"
4254
+ },
4255
+ {
4256
+ "kind": "Function",
4257
+ "canonicalReference": "@genesislcap/grid-pro!createRowMatchClassRules:function(1)",
4258
+ "docComment": "/**\n * Row class rules that flag rows meeting {@link RowMatchCriteria}, for spreading into `gridOptions.rowClassRules`.\n *\n * Pairs with {@link DatasourceRowMatchTracker}: the tracker decides whether a tab should flash, these decide which rows made it flash. Both take the same criteria, so the two cannot disagree.\n * ```ts\n * gridOptions = { rowClassRules: createRowMatchClassRules(criteria) };\n * ```\n *\n * @public\n */\n",
4259
+ "excerptTokens": [
4260
+ {
4261
+ "kind": "Content",
4262
+ "text": "export declare function createRowMatchClassRules(criteria: "
4263
+ },
4264
+ {
4265
+ "kind": "Reference",
4266
+ "text": "RowMatchCriteria",
4267
+ "canonicalReference": "@genesislcap/grid-pro!RowMatchCriteria:interface"
4268
+ },
4269
+ {
4270
+ "kind": "Content",
4271
+ "text": "): "
4272
+ },
4273
+ {
4274
+ "kind": "Reference",
4275
+ "text": "Record",
4276
+ "canonicalReference": "!Record:type"
4277
+ },
4278
+ {
4279
+ "kind": "Content",
4280
+ "text": "<string, (params: {\n data?: unknown;\n}) => boolean>"
4281
+ },
4282
+ {
4283
+ "kind": "Content",
4284
+ "text": ";"
4285
+ }
4286
+ ],
4287
+ "fileUrlPath": "src/datasource/row-match.classes.ts",
4288
+ "returnTypeTokenRange": {
4289
+ "startIndex": 3,
4290
+ "endIndex": 5
4291
+ },
4292
+ "releaseTag": "Public",
4293
+ "overloadIndex": 1,
4294
+ "parameters": [
4295
+ {
4296
+ "parameterName": "criteria",
4297
+ "parameterTypeTokenRange": {
4298
+ "startIndex": 1,
4299
+ "endIndex": 2
4300
+ },
4301
+ "isOptional": false
4302
+ }
4303
+ ],
4304
+ "name": "createRowMatchClassRules"
4305
+ },
4306
+ {
4307
+ "kind": "Variable",
4308
+ "canonicalReference": "@genesislcap/grid-pro!criteriaDelimiter:var",
4309
+ "docComment": "/**\n * The delimiter for the criteria string.\n *\n * @public\n */\n",
4310
+ "excerptTokens": [
4311
+ {
4312
+ "kind": "Content",
4313
+ "text": "criteriaDelimiter = "
4314
+ },
4315
+ {
4316
+ "kind": "Content",
4317
+ "text": "\";\""
4318
+ }
4319
+ ],
4320
+ "fileUrlPath": "src/datasource/base.datasource.ts",
4321
+ "initializerTokenRange": {
4322
+ "startIndex": 1,
4323
+ "endIndex": 2
4324
+ },
4325
+ "isReadonly": true,
4326
+ "releaseTag": "Public",
4327
+ "name": "criteriaDelimiter",
4328
+ "variableTypeTokenRange": {
4329
+ "startIndex": 0,
4330
+ "endIndex": 0
4331
+ }
4332
+ },
4333
+ {
4334
+ "kind": "Variable",
4335
+ "canonicalReference": "@genesislcap/grid-pro!criteriaJoin:var",
4336
+ "docComment": "/**\n * The join for the criteria string.\n *\n * @public\n */\n",
4337
+ "excerptTokens": [
4338
+ {
4339
+ "kind": "Content",
4340
+ "text": "criteriaJoin = "
4341
+ },
4342
+ {
4343
+ "kind": "Content",
4344
+ "text": "\" && \""
4345
+ }
4346
+ ],
4347
+ "fileUrlPath": "src/datasource/base.datasource.ts",
4348
+ "initializerTokenRange": {
4349
+ "startIndex": 1,
4350
+ "endIndex": 2
4351
+ },
4352
+ "isReadonly": true,
4353
+ "releaseTag": "Public",
4354
+ "name": "criteriaJoin",
4355
+ "variableTypeTokenRange": {
4356
+ "startIndex": 0,
4357
+ "endIndex": 0
4358
+ }
4359
+ },
4360
+ {
4361
+ "kind": "Variable",
4362
+ "canonicalReference": "@genesislcap/grid-pro!csvExportParams:var",
4363
+ "docComment": "/**\n * Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection\n *\n * @public\n */\n",
4364
+ "excerptTokens": [
4365
+ {
4366
+ "kind": "Content",
4367
+ "text": "csvExportParams: "
4368
+ },
4369
+ {
4370
+ "kind": "Reference",
4371
+ "text": "CsvExportParams",
4372
+ "canonicalReference": "@ag-grid-community/core!CsvExportParams:interface"
4373
+ }
4374
+ ],
4375
+ "fileUrlPath": "src/utils/sanitasations.ts",
4376
+ "isReadonly": true,
4050
4377
  "releaseTag": "Public",
4051
4378
  "name": "csvExportParams",
4052
4379
  "variableTypeTokenRange": {
@@ -4473,6 +4800,24 @@
4473
4800
  "text": "GridCssClassEventDetail",
4474
4801
  "canonicalReference": "@genesislcap/grid-pro!GridCssClassEventDetail:interface"
4475
4802
  },
4803
+ {
4804
+ "kind": "Content",
4805
+ "text": " | "
4806
+ },
4807
+ {
4808
+ "kind": "Reference",
4809
+ "text": "SetInfiniteDatasourceEventDetail",
4810
+ "canonicalReference": "@genesislcap/grid-pro!SetInfiniteDatasourceEventDetail:interface"
4811
+ },
4812
+ {
4813
+ "kind": "Content",
4814
+ "text": " | "
4815
+ },
4816
+ {
4817
+ "kind": "Reference",
4818
+ "text": "RefreshInfiniteCacheEventDetail",
4819
+ "canonicalReference": "@genesislcap/grid-pro!RefreshInfiniteCacheEventDetail:interface"
4820
+ },
4476
4821
  {
4477
4822
  "kind": "Content",
4478
4823
  "text": ";"
@@ -4483,7 +4828,7 @@
4483
4828
  "name": "DatasourceEventDetail",
4484
4829
  "typeTokenRange": {
4485
4830
  "startIndex": 1,
4486
- "endIndex": 20
4831
+ "endIndex": 24
4487
4832
  }
4488
4833
  },
4489
4834
  {
@@ -4497,7 +4842,7 @@
4497
4842
  },
4498
4843
  {
4499
4844
  "kind": "Content",
4500
- "text": "{\n readonly initialize: \"datasource-initialize\";\n readonly ready: \"datasource-ready\";\n readonly dataLoaded: \"datasource-data-loaded\";\n readonly dataChanged: \"datasource-data-changed\";\n readonly dataCleared: \"datasource-data-cleared\";\n readonly schemaUpdated: \"datasource-schema-updated\";\n readonly loadingStarted: \"datasource-loading-started\";\n readonly loadingFinished: \"datasource-loading-finished\";\n readonly noDataAvailable: \"datasource-no-data-available\";\n readonly moreDataAvailable: \"datasource-more-data-available\";\n readonly filtersRestored: \"datasource-filters-restored\";\n readonly error: \"datasource-error\";\n readonly destroy: \"datasource-destroy\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly cacheFilterConfig: \"cache-filter-config\";\n readonly refreshServerSide: \"refresh-server-side\";\n readonly setServerSideDatasource: \"set-server-side-datasource\";\n readonly addGridCssClass: \"add-grid-css-class\";\n readonly removeGridCssClass: \"remove-grid-css-class\";\n readonly applyServerSideTransaction: \"apply-server-side-transaction\";\n}"
4845
+ "text": "{\n readonly initialize: \"datasource-initialize\";\n readonly ready: \"datasource-ready\";\n readonly dataLoaded: \"datasource-data-loaded\";\n readonly dataChanged: \"datasource-data-changed\";\n readonly dataCleared: \"datasource-data-cleared\";\n readonly schemaUpdated: \"datasource-schema-updated\";\n readonly loadingStarted: \"datasource-loading-started\";\n readonly loadingFinished: \"datasource-loading-finished\";\n readonly noDataAvailable: \"datasource-no-data-available\";\n readonly moreDataAvailable: \"datasource-more-data-available\";\n readonly filtersRestored: \"datasource-filters-restored\";\n readonly error: \"datasource-error\";\n readonly destroy: \"datasource-destroy\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly cacheFilterConfig: \"cache-filter-config\";\n readonly refreshServerSide: \"refresh-server-side\";\n readonly setServerSideDatasource: \"set-server-side-datasource\";\n readonly addGridCssClass: \"add-grid-css-class\";\n readonly removeGridCssClass: \"remove-grid-css-class\";\n readonly applyServerSideTransaction: \"apply-server-side-transaction\";\n readonly setInfiniteDatasource: \"set-infinite-datasource\";\n readonly refreshInfiniteCache: \"refresh-infinite-cache\";\n}"
4501
4846
  }
4502
4847
  ],
4503
4848
  "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
@@ -4805,7 +5150,7 @@
4805
5150
  {
4806
5151
  "kind": "TypeAlias",
4807
5152
  "canonicalReference": "@genesislcap/grid-pro!DatasourceType:type",
4808
- "docComment": "/**\n * Available datasource types\n *\n * @remarks\n *\n * - This type is used to define what kind of datasource will be used in components like entity manager. Currently there are two options: 'client' for `grid-pro-client-side-datasource` and 'server' for `grid-pro-server-side-datasource`\n *\n * @public\n */\n",
5153
+ "docComment": "/**\n * Available datasource types\n *\n * @remarks\n *\n * - This type is used to define what kind of datasource will be used in components like entity manager. Available options: - 'client' for `grid-pro-client-side-datasource` (Client-Side Row Model - loads all data into browser) - 'server' for `grid-pro-server-side-datasource` (Server-Side Row Model - Enterprise lazy loading) - 'infinite' for `grid-pro-infinite-datasource` (Infinite Row Model - Community lazy loading)\n *\n * @public\n */\n",
4809
5154
  "excerptTokens": [
4810
5155
  {
4811
5156
  "kind": "Content",
@@ -4813,7 +5158,7 @@
4813
5158
  },
4814
5159
  {
4815
5160
  "kind": "Content",
4816
- "text": "'client' | 'server'"
5161
+ "text": "'client' | 'server' | 'infinite'"
4817
5162
  },
4818
5163
  {
4819
5164
  "kind": "Content",
@@ -10976,7 +11321,7 @@
10976
11321
  },
10977
11322
  {
10978
11323
  "kind": "Content",
10979
- "text": "<string, [string]>"
11324
+ "text": "<string, string[]>"
10980
11325
  },
10981
11326
  {
10982
11327
  "kind": "Content",
@@ -11026,7 +11371,7 @@
11026
11371
  },
11027
11372
  {
11028
11373
  "kind": "Content",
11029
- "text": "<string, [string]>"
11374
+ "text": "<string, string[]>"
11030
11375
  },
11031
11376
  {
11032
11377
  "kind": "Content",
@@ -14777,70 +15122,22 @@
14777
15122
  "name": "applyAllTransactions"
14778
15123
  },
14779
15124
  {
14780
- "kind": "Method",
14781
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#applyTransaction:member(1)",
15125
+ "kind": "Property",
15126
+ "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectionSub:member",
14782
15127
  "docComment": "",
14783
15128
  "excerptTokens": [
14784
15129
  {
14785
15130
  "kind": "Content",
14786
- "text": "protected applyTransaction(transaction: "
14787
- },
14788
- {
14789
- "kind": "Content",
14790
- "text": "any"
15131
+ "text": "protected connectionSub: "
14791
15132
  },
14792
15133
  {
14793
- "kind": "Content",
14794
- "text": "): "
15134
+ "kind": "Reference",
15135
+ "text": "Subscription",
15136
+ "canonicalReference": "rxjs!Subscription:class"
14795
15137
  },
14796
15138
  {
14797
15139
  "kind": "Content",
14798
- "text": "any"
14799
- },
14800
- {
14801
- "kind": "Content",
14802
- "text": ";"
14803
- }
14804
- ],
14805
- "isStatic": false,
14806
- "returnTypeTokenRange": {
14807
- "startIndex": 3,
14808
- "endIndex": 4
14809
- },
14810
- "releaseTag": "Public",
14811
- "isProtected": true,
14812
- "overloadIndex": 1,
14813
- "parameters": [
14814
- {
14815
- "parameterName": "transaction",
14816
- "parameterTypeTokenRange": {
14817
- "startIndex": 1,
14818
- "endIndex": 2
14819
- },
14820
- "isOptional": false
14821
- }
14822
- ],
14823
- "isOptional": false,
14824
- "isAbstract": false,
14825
- "name": "applyTransaction"
14826
- },
14827
- {
14828
- "kind": "Property",
14829
- "canonicalReference": "@genesislcap/grid-pro!GridProBaseDatasource#connectionSub:member",
14830
- "docComment": "",
14831
- "excerptTokens": [
14832
- {
14833
- "kind": "Content",
14834
- "text": "protected connectionSub: "
14835
- },
14836
- {
14837
- "kind": "Reference",
14838
- "text": "Subscription",
14839
- "canonicalReference": "rxjs!Subscription:class"
14840
- },
14841
- {
14842
- "kind": "Content",
14843
- "text": " | undefined"
15140
+ "text": " | undefined"
14844
15141
  },
14845
15142
  {
14846
15143
  "kind": "Content",
@@ -17041,6 +17338,36 @@
17041
17338
  "isProtected": true,
17042
17339
  "isAbstract": false
17043
17340
  },
17341
+ {
17342
+ "kind": "Property",
17343
+ "canonicalReference": "@genesislcap/grid-pro!GridProBeta#isInfiniteRowModel:member",
17344
+ "docComment": "/**\n * @public\n */\n",
17345
+ "excerptTokens": [
17346
+ {
17347
+ "kind": "Content",
17348
+ "text": "get isInfiniteRowModel(): "
17349
+ },
17350
+ {
17351
+ "kind": "Content",
17352
+ "text": "boolean"
17353
+ },
17354
+ {
17355
+ "kind": "Content",
17356
+ "text": ";"
17357
+ }
17358
+ ],
17359
+ "isReadonly": true,
17360
+ "isOptional": false,
17361
+ "releaseTag": "Public",
17362
+ "name": "isInfiniteRowModel",
17363
+ "propertyTypeTokenRange": {
17364
+ "startIndex": 1,
17365
+ "endIndex": 2
17366
+ },
17367
+ "isStatic": false,
17368
+ "isProtected": false,
17369
+ "isAbstract": false
17370
+ },
17044
17371
  {
17045
17372
  "kind": "Property",
17046
17373
  "canonicalReference": "@genesislcap/grid-pro!GridProBeta#isServerSide:member",
@@ -20000,54 +20327,6 @@
20000
20327
  "name": "GridProGenesisDatasource",
20001
20328
  "preserveMemberOrder": false,
20002
20329
  "members": [
20003
- {
20004
- "kind": "Method",
20005
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#applyTransaction:member(1)",
20006
- "docComment": "",
20007
- "excerptTokens": [
20008
- {
20009
- "kind": "Content",
20010
- "text": "applyTransaction(transaction: "
20011
- },
20012
- {
20013
- "kind": "Content",
20014
- "text": "any"
20015
- },
20016
- {
20017
- "kind": "Content",
20018
- "text": "): "
20019
- },
20020
- {
20021
- "kind": "Content",
20022
- "text": "void"
20023
- },
20024
- {
20025
- "kind": "Content",
20026
- "text": ";"
20027
- }
20028
- ],
20029
- "isStatic": false,
20030
- "returnTypeTokenRange": {
20031
- "startIndex": 3,
20032
- "endIndex": 4
20033
- },
20034
- "releaseTag": "Public",
20035
- "isProtected": false,
20036
- "overloadIndex": 1,
20037
- "parameters": [
20038
- {
20039
- "parameterName": "transaction",
20040
- "parameterTypeTokenRange": {
20041
- "startIndex": 1,
20042
- "endIndex": 2
20043
- },
20044
- "isOptional": false
20045
- }
20046
- ],
20047
- "isOptional": false,
20048
- "isAbstract": false,
20049
- "name": "applyTransaction"
20050
- },
20051
20330
  {
20052
20331
  "kind": "Method",
20053
20332
  "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#connectedCallback:member(1)",
@@ -20613,47 +20892,629 @@
20613
20892
  },
20614
20893
  {
20615
20894
  "kind": "Content",
20616
- "text": "): "
20895
+ "text": "): "
20896
+ },
20897
+ {
20898
+ "kind": "Content",
20899
+ "text": "void"
20900
+ },
20901
+ {
20902
+ "kind": "Content",
20903
+ "text": ";"
20904
+ }
20905
+ ],
20906
+ "isStatic": false,
20907
+ "returnTypeTokenRange": {
20908
+ "startIndex": 3,
20909
+ "endIndex": 4
20910
+ },
20911
+ "releaseTag": "Public",
20912
+ "isProtected": false,
20913
+ "overloadIndex": 1,
20914
+ "parameters": [
20915
+ {
20916
+ "parameterName": "fieldName",
20917
+ "parameterTypeTokenRange": {
20918
+ "startIndex": 1,
20919
+ "endIndex": 2
20920
+ },
20921
+ "isOptional": false
20922
+ }
20923
+ ],
20924
+ "isOptional": false,
20925
+ "isAbstract": false,
20926
+ "name": "removeFilter"
20927
+ },
20928
+ {
20929
+ "kind": "Method",
20930
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#requestChanged:member(1)",
20931
+ "docComment": "",
20932
+ "excerptTokens": [
20933
+ {
20934
+ "kind": "Content",
20935
+ "text": "requestChanged(oldRequest: "
20936
+ },
20937
+ {
20938
+ "kind": "Content",
20939
+ "text": "string"
20940
+ },
20941
+ {
20942
+ "kind": "Content",
20943
+ "text": ", newRequest: "
20944
+ },
20945
+ {
20946
+ "kind": "Content",
20947
+ "text": "string"
20948
+ },
20949
+ {
20950
+ "kind": "Content",
20951
+ "text": "): "
20952
+ },
20953
+ {
20954
+ "kind": "Content",
20955
+ "text": "void"
20956
+ },
20957
+ {
20958
+ "kind": "Content",
20959
+ "text": ";"
20960
+ }
20961
+ ],
20962
+ "isStatic": false,
20963
+ "returnTypeTokenRange": {
20964
+ "startIndex": 5,
20965
+ "endIndex": 6
20966
+ },
20967
+ "releaseTag": "Public",
20968
+ "isProtected": false,
20969
+ "overloadIndex": 1,
20970
+ "parameters": [
20971
+ {
20972
+ "parameterName": "oldRequest",
20973
+ "parameterTypeTokenRange": {
20974
+ "startIndex": 1,
20975
+ "endIndex": 2
20976
+ },
20977
+ "isOptional": false
20978
+ },
20979
+ {
20980
+ "parameterName": "newRequest",
20981
+ "parameterTypeTokenRange": {
20982
+ "startIndex": 3,
20983
+ "endIndex": 4
20984
+ },
20985
+ "isOptional": false
20986
+ }
20987
+ ],
20988
+ "isOptional": false,
20989
+ "isAbstract": false,
20990
+ "name": "requestChanged"
20991
+ },
20992
+ {
20993
+ "kind": "Property",
20994
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#requestVisibleColumnsOnly:member",
20995
+ "docComment": "/**\n * When enabled and column definitions are provided, the datasource requests data only for the columns that are currently visible. The visible set is seeded from the column config (columns not flagged with `hide`) and updated by the host grid via `setVisibleColumns`; the data is reloaded whenever that set changes.\n *\n * @remarks\n *\n * DATASERVER only. @default false\n */\n",
20996
+ "excerptTokens": [
20997
+ {
20998
+ "kind": "Content",
20999
+ "text": "requestVisibleColumnsOnly: "
21000
+ },
21001
+ {
21002
+ "kind": "Content",
21003
+ "text": "boolean"
21004
+ },
21005
+ {
21006
+ "kind": "Content",
21007
+ "text": ";"
21008
+ }
21009
+ ],
21010
+ "isReadonly": false,
21011
+ "isOptional": false,
21012
+ "releaseTag": "Public",
21013
+ "name": "requestVisibleColumnsOnly",
21014
+ "propertyTypeTokenRange": {
21015
+ "startIndex": 1,
21016
+ "endIndex": 2
21017
+ },
21018
+ "isStatic": false,
21019
+ "isProtected": false,
21020
+ "isAbstract": false
21021
+ },
21022
+ {
21023
+ "kind": "Method",
21024
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#reset:member(1)",
21025
+ "docComment": "/**\n * Resets the datasource to its initial state.\n *\n * @deprecated\n *\n * Use `destroy` instead\n *\n * @public\n */\n",
21026
+ "excerptTokens": [
21027
+ {
21028
+ "kind": "Content",
21029
+ "text": "reset(): "
21030
+ },
21031
+ {
21032
+ "kind": "Content",
21033
+ "text": "void"
21034
+ },
21035
+ {
21036
+ "kind": "Content",
21037
+ "text": ";"
21038
+ }
21039
+ ],
21040
+ "isStatic": false,
21041
+ "returnTypeTokenRange": {
21042
+ "startIndex": 1,
21043
+ "endIndex": 2
21044
+ },
21045
+ "releaseTag": "Public",
21046
+ "isProtected": false,
21047
+ "overloadIndex": 1,
21048
+ "parameters": [],
21049
+ "isOptional": false,
21050
+ "isAbstract": false,
21051
+ "name": "reset"
21052
+ },
21053
+ {
21054
+ "kind": "Method",
21055
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceNameChanged:member(1)",
21056
+ "docComment": "",
21057
+ "excerptTokens": [
21058
+ {
21059
+ "kind": "Content",
21060
+ "text": "resourceNameChanged(oldValue: "
21061
+ },
21062
+ {
21063
+ "kind": "Content",
21064
+ "text": "string"
21065
+ },
21066
+ {
21067
+ "kind": "Content",
21068
+ "text": ", newValue: "
21069
+ },
21070
+ {
21071
+ "kind": "Content",
21072
+ "text": "string"
21073
+ },
21074
+ {
21075
+ "kind": "Content",
21076
+ "text": "): "
21077
+ },
21078
+ {
21079
+ "kind": "Content",
21080
+ "text": "void"
21081
+ },
21082
+ {
21083
+ "kind": "Content",
21084
+ "text": ";"
21085
+ }
21086
+ ],
21087
+ "isStatic": false,
21088
+ "returnTypeTokenRange": {
21089
+ "startIndex": 5,
21090
+ "endIndex": 6
21091
+ },
21092
+ "releaseTag": "Public",
21093
+ "isProtected": false,
21094
+ "overloadIndex": 1,
21095
+ "parameters": [
21096
+ {
21097
+ "parameterName": "oldValue",
21098
+ "parameterTypeTokenRange": {
21099
+ "startIndex": 1,
21100
+ "endIndex": 2
21101
+ },
21102
+ "isOptional": false
21103
+ },
21104
+ {
21105
+ "parameterName": "newValue",
21106
+ "parameterTypeTokenRange": {
21107
+ "startIndex": 3,
21108
+ "endIndex": 4
21109
+ },
21110
+ "isOptional": false
21111
+ }
21112
+ ],
21113
+ "isOptional": false,
21114
+ "isAbstract": false,
21115
+ "name": "resourceNameChanged"
21116
+ },
21117
+ {
21118
+ "kind": "Method",
21119
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#restart:member(1)",
21120
+ "docComment": "/**\n * Restarts the datasource, uses `destroy` and `init` in sequence.\n *\n * @public\n */\n",
21121
+ "excerptTokens": [
21122
+ {
21123
+ "kind": "Content",
21124
+ "text": "restart(): "
21125
+ },
21126
+ {
21127
+ "kind": "Reference",
21128
+ "text": "Promise",
21129
+ "canonicalReference": "!Promise:interface"
21130
+ },
21131
+ {
21132
+ "kind": "Content",
21133
+ "text": "<void>"
21134
+ },
21135
+ {
21136
+ "kind": "Content",
21137
+ "text": ";"
21138
+ }
21139
+ ],
21140
+ "isStatic": false,
21141
+ "returnTypeTokenRange": {
21142
+ "startIndex": 1,
21143
+ "endIndex": 3
21144
+ },
21145
+ "releaseTag": "Public",
21146
+ "isProtected": false,
21147
+ "overloadIndex": 1,
21148
+ "parameters": [],
21149
+ "isOptional": false,
21150
+ "isAbstract": false,
21151
+ "name": "restart"
21152
+ },
21153
+ {
21154
+ "kind": "Method",
21155
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#setFilter:member(1)",
21156
+ "docComment": "",
21157
+ "excerptTokens": [
21158
+ {
21159
+ "kind": "Content",
21160
+ "text": "setFilter(fieldName: "
21161
+ },
21162
+ {
21163
+ "kind": "Content",
21164
+ "text": "string"
21165
+ },
21166
+ {
21167
+ "kind": "Content",
21168
+ "text": ", newFilter: "
21169
+ },
21170
+ {
21171
+ "kind": "Content",
21172
+ "text": "string"
21173
+ },
21174
+ {
21175
+ "kind": "Content",
21176
+ "text": "): "
21177
+ },
21178
+ {
21179
+ "kind": "Content",
21180
+ "text": "void"
21181
+ },
21182
+ {
21183
+ "kind": "Content",
21184
+ "text": ";"
21185
+ }
21186
+ ],
21187
+ "isStatic": false,
21188
+ "returnTypeTokenRange": {
21189
+ "startIndex": 5,
21190
+ "endIndex": 6
21191
+ },
21192
+ "releaseTag": "Public",
21193
+ "isProtected": false,
21194
+ "overloadIndex": 1,
21195
+ "parameters": [
21196
+ {
21197
+ "parameterName": "fieldName",
21198
+ "parameterTypeTokenRange": {
21199
+ "startIndex": 1,
21200
+ "endIndex": 2
21201
+ },
21202
+ "isOptional": false
21203
+ },
21204
+ {
21205
+ "parameterName": "newFilter",
21206
+ "parameterTypeTokenRange": {
21207
+ "startIndex": 3,
21208
+ "endIndex": 4
21209
+ },
21210
+ "isOptional": false
21211
+ }
21212
+ ],
21213
+ "isOptional": false,
21214
+ "isAbstract": false,
21215
+ "name": "setFilter"
21216
+ },
21217
+ {
21218
+ "kind": "Method",
21219
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#setVisibleColumns:member(1)",
21220
+ "docComment": "/**\n * Updates the set of visible columns and reloads the data when the set changes.\n *\n * @remarks\n *\n * Called by the host grid on column visibility changes; no-ops unless `requestVisibleColumnsOnly` is enabled. DATASERVER only; no-ops for other resource types.\n *\n * @param visibleFields - Field names of the currently visible columns.\n *\n * @public\n */\n",
21221
+ "excerptTokens": [
21222
+ {
21223
+ "kind": "Content",
21224
+ "text": "setVisibleColumns(visibleFields: "
21225
+ },
21226
+ {
21227
+ "kind": "Content",
21228
+ "text": "string[]"
21229
+ },
21230
+ {
21231
+ "kind": "Content",
21232
+ "text": "): "
21233
+ },
21234
+ {
21235
+ "kind": "Content",
21236
+ "text": "void"
21237
+ },
21238
+ {
21239
+ "kind": "Content",
21240
+ "text": ";"
21241
+ }
21242
+ ],
21243
+ "isStatic": false,
21244
+ "returnTypeTokenRange": {
21245
+ "startIndex": 3,
21246
+ "endIndex": 4
21247
+ },
21248
+ "releaseTag": "Public",
21249
+ "isProtected": false,
21250
+ "overloadIndex": 1,
21251
+ "parameters": [
21252
+ {
21253
+ "parameterName": "visibleFields",
21254
+ "parameterTypeTokenRange": {
21255
+ "startIndex": 1,
21256
+ "endIndex": 2
21257
+ },
21258
+ "isOptional": false
21259
+ }
21260
+ ],
21261
+ "isOptional": false,
21262
+ "isAbstract": false,
21263
+ "name": "setVisibleColumns"
21264
+ },
21265
+ {
21266
+ "kind": "Property",
21267
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#transactionData:member",
21268
+ "docComment": "",
21269
+ "excerptTokens": [
21270
+ {
21271
+ "kind": "Content",
21272
+ "text": "protected transactionData: "
21273
+ },
21274
+ {
21275
+ "kind": "Reference",
21276
+ "text": "TransactionData",
21277
+ "canonicalReference": "@genesislcap/grid-pro!~TransactionData_2:interface"
21278
+ },
21279
+ {
21280
+ "kind": "Content",
21281
+ "text": ";"
21282
+ }
21283
+ ],
21284
+ "isReadonly": false,
21285
+ "isOptional": false,
21286
+ "releaseTag": "Public",
21287
+ "name": "transactionData",
21288
+ "propertyTypeTokenRange": {
21289
+ "startIndex": 1,
21290
+ "endIndex": 2
21291
+ },
21292
+ "isStatic": false,
21293
+ "isProtected": true,
21294
+ "isAbstract": false
21295
+ }
21296
+ ],
21297
+ "extendsTokenRange": {
21298
+ "startIndex": 1,
21299
+ "endIndex": 2
21300
+ },
21301
+ "implementsTokenRanges": []
21302
+ },
21303
+ {
21304
+ "kind": "TypeAlias",
21305
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEvent:type",
21306
+ "docComment": "/**\n * The error event grid pro genesis datasource.\n *\n * @public\n */\n",
21307
+ "excerptTokens": [
21308
+ {
21309
+ "kind": "Content",
21310
+ "text": "export type GridProGenesisDatasourceErrorEvent = "
21311
+ },
21312
+ {
21313
+ "kind": "Reference",
21314
+ "text": "CustomEvent",
21315
+ "canonicalReference": "!CustomEvent:interface"
21316
+ },
21317
+ {
21318
+ "kind": "Content",
21319
+ "text": "<"
21320
+ },
21321
+ {
21322
+ "kind": "Reference",
21323
+ "text": "GridProGenesisDatasourceErrorEventDetail",
21324
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEventDetail:type"
21325
+ },
21326
+ {
21327
+ "kind": "Content",
21328
+ "text": ">"
21329
+ },
21330
+ {
21331
+ "kind": "Content",
21332
+ "text": ";"
21333
+ }
21334
+ ],
21335
+ "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
21336
+ "releaseTag": "Public",
21337
+ "name": "GridProGenesisDatasourceErrorEvent",
21338
+ "typeTokenRange": {
21339
+ "startIndex": 1,
21340
+ "endIndex": 5
21341
+ }
21342
+ },
21343
+ {
21344
+ "kind": "TypeAlias",
21345
+ "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEventDetail:type",
21346
+ "docComment": "/**\n * The event detail for the grid pro genesis datasource `error` event.\n *\n * @public\n */\n",
21347
+ "excerptTokens": [
21348
+ {
21349
+ "kind": "Content",
21350
+ "text": "export type GridProGenesisDatasourceErrorEventDetail = "
21351
+ },
21352
+ {
21353
+ "kind": "Content",
21354
+ "text": "{\n message: string;\n}"
21355
+ },
21356
+ {
21357
+ "kind": "Content",
21358
+ "text": ";"
21359
+ }
21360
+ ],
21361
+ "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
21362
+ "releaseTag": "Public",
21363
+ "name": "GridProGenesisDatasourceErrorEventDetail",
21364
+ "typeTokenRange": {
21365
+ "startIndex": 1,
21366
+ "endIndex": 2
21367
+ }
21368
+ },
21369
+ {
21370
+ "kind": "Variable",
21371
+ "canonicalReference": "@genesislcap/grid-pro!gridProGenesisDatasourceEventNames:var",
21372
+ "docComment": "/**\n * The Genesis Datasource events names.\n *\n * @public\n */\n",
21373
+ "excerptTokens": [
21374
+ {
21375
+ "kind": "Content",
21376
+ "text": "gridProGenesisDatasourceEventNames: "
21377
+ },
21378
+ {
21379
+ "kind": "Content",
21380
+ "text": "{\n readonly error: \"datasource-error\";\n readonly dataInit: \"datasource-init\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly moreRowsChanged: \"more-rows-changed\";\n}"
21381
+ }
21382
+ ],
21383
+ "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
21384
+ "isReadonly": true,
21385
+ "releaseTag": "Public",
21386
+ "name": "gridProGenesisDatasourceEventNames",
21387
+ "variableTypeTokenRange": {
21388
+ "startIndex": 1,
21389
+ "endIndex": 2
21390
+ }
21391
+ },
21392
+ {
21393
+ "kind": "Class",
21394
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource:class",
21395
+ "docComment": "/**\n * A Genesis Datasource element for AG Grid's Infinite Row Model.\n *\n * @remarks\n *\n * The Infinite Row Model is part of AG Grid Community (free) and provides: - Lazy loading of data as user scrolls - Server-side sorting and filtering - Simple infinite scroll without grouping/aggregation - Live updates for DATASERVER resources: the DATA_LOGON stream the grid pages over pushes every change, so no flag or second subscription is needed\n *\n * REQUEST_SERVER resources are read on demand only - a change on the server shows up when the grid re-reads (scroll, filter/sort change, or an explicit refresh), not live. The exception is a write made through this session: a commit ACK for an event listed in `pollTriggerEvents` re-reads the loaded blocks, so entity-management CRUD is reflected immediately.\n *\n * Unlike the other datasources, this element deliberately does not consume `deferredGridOptions` (the mechanism is being retired): grid options set there - including via entity-management's `gridOptions` with `datasource-type=\"infinite\"` - are not applied. Set options on the grid element itself instead.\n *\n * Use this instead of Server-Side Row Model when you don't need Enterprise features like row grouping, aggregation, or pivoting.\n *\n * @fires\n *\n * base-datasource-error - Fired when a datasource error is reported. detail: `BaseDatasourceErrorEventDetail`\n *\n * @fires\n *\n * datasource-error - Fired when a datasource error occurs (for grid integration). detail: `DatasourceErrorEventDetail`\n *\n * @fires\n *\n * base-datasource-connected - Fired when error state is cleared after connection succeeds\n *\n * @fires\n *\n * datasource-initialize - Fired to hand off infinite row model grid options. detail: `InitializeEventDetail`\n *\n * @fires\n *\n * datasource-init - Fired when the infinite grid model should initialize data\n *\n * @fires\n *\n * datasource-schema-updated - Fired when column metadata or defs are updated. detail: `SchemaUpdatedEventDetail`\n *\n * @fires\n *\n * set-infinite-datasource - Fired to attach or clear the infinite row model datasource. detail: `SetInfiniteDatasourceEventDetail`\n *\n * @fires\n *\n * refresh-infinite-cache - Fired to request an infinite row model refresh; `purge` drops the block cache and re-reads. detail: `RefreshInfiniteCacheEventDetail`\n *\n * @fires\n *\n * cache-filter-config - Fired to persist filter configuration for the grid\n *\n * @fires\n *\n * datasource-data-cleared - Fired when infinite row data is cleared. detail: `DataClearedEventDetail`\n *\n * @fires\n *\n * datasource-filters-restored - Fired when persisted filters are reapplied\n *\n * @see\n *\n * https://www.ag-grid.com/javascript-data-grid/infinite-scrolling/\n *\n * @beta\n */\n",
21396
+ "excerptTokens": [
21397
+ {
21398
+ "kind": "Content",
21399
+ "text": "export declare class GridProInfiniteDatasource extends "
21400
+ },
21401
+ {
21402
+ "kind": "Reference",
21403
+ "text": "GridProInfiniteDatasource_base",
21404
+ "canonicalReference": "@genesislcap/grid-pro!~GridProInfiniteDatasource_base"
21405
+ },
21406
+ {
21407
+ "kind": "Content",
21408
+ "text": " "
21409
+ }
21410
+ ],
21411
+ "fileUrlPath": "src/datasource/infinite.datasource.ts",
21412
+ "releaseTag": "Beta",
21413
+ "isAbstract": false,
21414
+ "name": "GridProInfiniteDatasource",
21415
+ "preserveMemberOrder": false,
21416
+ "members": [
21417
+ {
21418
+ "kind": "Property",
21419
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#connect:member",
21420
+ "docComment": "",
21421
+ "excerptTokens": [
21422
+ {
21423
+ "kind": "Content",
21424
+ "text": "connect: "
21425
+ },
21426
+ {
21427
+ "kind": "Reference",
21428
+ "text": "Connect",
21429
+ "canonicalReference": "@genesislcap/foundation-comms!Connect:interface"
21430
+ },
21431
+ {
21432
+ "kind": "Content",
21433
+ "text": ";"
21434
+ }
21435
+ ],
21436
+ "isReadonly": false,
21437
+ "isOptional": false,
21438
+ "releaseTag": "Beta",
21439
+ "name": "connect",
21440
+ "propertyTypeTokenRange": {
21441
+ "startIndex": 1,
21442
+ "endIndex": 2
21443
+ },
21444
+ "isStatic": false,
21445
+ "isProtected": false,
21446
+ "isAbstract": false
21447
+ },
21448
+ {
21449
+ "kind": "Method",
21450
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#connectedCallback:member(1)",
21451
+ "docComment": "",
21452
+ "excerptTokens": [
21453
+ {
21454
+ "kind": "Content",
21455
+ "text": "connectedCallback(): "
21456
+ },
21457
+ {
21458
+ "kind": "Content",
21459
+ "text": "void"
21460
+ },
21461
+ {
21462
+ "kind": "Content",
21463
+ "text": ";"
21464
+ }
21465
+ ],
21466
+ "isStatic": false,
21467
+ "returnTypeTokenRange": {
21468
+ "startIndex": 1,
21469
+ "endIndex": 2
21470
+ },
21471
+ "releaseTag": "Beta",
21472
+ "isProtected": false,
21473
+ "overloadIndex": 1,
21474
+ "parameters": [],
21475
+ "isOptional": false,
21476
+ "isAbstract": false,
21477
+ "name": "connectedCallback"
21478
+ },
21479
+ {
21480
+ "kind": "Property",
21481
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#connectEvents:member",
21482
+ "docComment": "",
21483
+ "excerptTokens": [
21484
+ {
21485
+ "kind": "Content",
21486
+ "text": "connectEvents: "
20617
21487
  },
20618
21488
  {
20619
- "kind": "Content",
20620
- "text": "void"
21489
+ "kind": "Reference",
21490
+ "text": "ConnectEvents",
21491
+ "canonicalReference": "@genesislcap/foundation-comms!ConnectEvents:interface"
20621
21492
  },
20622
21493
  {
20623
21494
  "kind": "Content",
20624
21495
  "text": ";"
20625
21496
  }
20626
21497
  ],
20627
- "isStatic": false,
20628
- "returnTypeTokenRange": {
20629
- "startIndex": 3,
20630
- "endIndex": 4
21498
+ "isReadonly": false,
21499
+ "isOptional": false,
21500
+ "releaseTag": "Beta",
21501
+ "name": "connectEvents",
21502
+ "propertyTypeTokenRange": {
21503
+ "startIndex": 1,
21504
+ "endIndex": 2
20631
21505
  },
20632
- "releaseTag": "Public",
21506
+ "isStatic": false,
20633
21507
  "isProtected": false,
20634
- "overloadIndex": 1,
20635
- "parameters": [
20636
- {
20637
- "parameterName": "fieldName",
20638
- "parameterTypeTokenRange": {
20639
- "startIndex": 1,
20640
- "endIndex": 2
20641
- },
20642
- "isOptional": false
20643
- }
20644
- ],
20645
- "isOptional": false,
20646
- "isAbstract": false,
20647
- "name": "removeFilter"
21508
+ "isAbstract": false
20648
21509
  },
20649
21510
  {
20650
21511
  "kind": "Method",
20651
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#requestChanged:member(1)",
21512
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#criteriaChanged:member(1)",
20652
21513
  "docComment": "",
20653
21514
  "excerptTokens": [
20654
21515
  {
20655
21516
  "kind": "Content",
20656
- "text": "requestChanged(oldRequest: "
21517
+ "text": "criteriaChanged(oldCriteria: "
20657
21518
  },
20658
21519
  {
20659
21520
  "kind": "Content",
@@ -20661,7 +21522,7 @@
20661
21522
  },
20662
21523
  {
20663
21524
  "kind": "Content",
20664
- "text": ", newRequest: "
21525
+ "text": ", newCriteria: "
20665
21526
  },
20666
21527
  {
20667
21528
  "kind": "Content",
@@ -20685,12 +21546,12 @@
20685
21546
  "startIndex": 5,
20686
21547
  "endIndex": 6
20687
21548
  },
20688
- "releaseTag": "Public",
21549
+ "releaseTag": "Beta",
20689
21550
  "isProtected": false,
20690
21551
  "overloadIndex": 1,
20691
21552
  "parameters": [
20692
21553
  {
20693
- "parameterName": "oldRequest",
21554
+ "parameterName": "oldCriteria",
20694
21555
  "parameterTypeTokenRange": {
20695
21556
  "startIndex": 1,
20696
21557
  "endIndex": 2
@@ -20698,7 +21559,7 @@
20698
21559
  "isOptional": false
20699
21560
  },
20700
21561
  {
20701
- "parameterName": "newRequest",
21562
+ "parameterName": "newCriteria",
20702
21563
  "parameterTypeTokenRange": {
20703
21564
  "startIndex": 3,
20704
21565
  "endIndex": 4
@@ -20708,20 +21569,21 @@
20708
21569
  ],
20709
21570
  "isOptional": false,
20710
21571
  "isAbstract": false,
20711
- "name": "requestChanged"
21572
+ "name": "criteriaChanged"
20712
21573
  },
20713
21574
  {
20714
21575
  "kind": "Property",
20715
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#requestVisibleColumnsOnly:member",
20716
- "docComment": "/**\n * When enabled and column definitions are provided, the datasource requests data only for the columns that are currently visible. The visible set is seeded from the column config (columns not flagged with `hide`) and updated by the host grid via `setVisibleColumns`; the data is reloaded whenever that set changes.\n *\n * @remarks\n *\n * DATASERVER only. @default false\n */\n",
21576
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#datasource:member",
21577
+ "docComment": "",
20717
21578
  "excerptTokens": [
20718
21579
  {
20719
21580
  "kind": "Content",
20720
- "text": "requestVisibleColumnsOnly: "
21581
+ "text": "datasource: "
20721
21582
  },
20722
21583
  {
20723
- "kind": "Content",
20724
- "text": "boolean"
21584
+ "kind": "Reference",
21585
+ "text": "Datasource",
21586
+ "canonicalReference": "@genesislcap/foundation-comms!Datasource:interface"
20725
21587
  },
20726
21588
  {
20727
21589
  "kind": "Content",
@@ -20730,8 +21592,8 @@
20730
21592
  ],
20731
21593
  "isReadonly": false,
20732
21594
  "isOptional": false,
20733
- "releaseTag": "Public",
20734
- "name": "requestVisibleColumnsOnly",
21595
+ "releaseTag": "Beta",
21596
+ "name": "datasource",
20735
21597
  "propertyTypeTokenRange": {
20736
21598
  "startIndex": 1,
20737
21599
  "endIndex": 2
@@ -20742,16 +21604,17 @@
20742
21604
  },
20743
21605
  {
20744
21606
  "kind": "Method",
20745
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#reset:member(1)",
20746
- "docComment": "/**\n * Resets the datasource to its initial state.\n *\n * @deprecated\n *\n * Use `destroy` instead\n *\n * @public\n */\n",
21607
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#deepClone:member(1)",
21608
+ "docComment": "",
20747
21609
  "excerptTokens": [
20748
21610
  {
20749
21611
  "kind": "Content",
20750
- "text": "reset(): "
21612
+ "text": "deepClone(): "
20751
21613
  },
20752
21614
  {
20753
- "kind": "Content",
20754
- "text": "void"
21615
+ "kind": "Reference",
21616
+ "text": "Node",
21617
+ "canonicalReference": "!Node:interface"
20755
21618
  },
20756
21619
  {
20757
21620
  "kind": "Content",
@@ -20763,38 +21626,58 @@
20763
21626
  "startIndex": 1,
20764
21627
  "endIndex": 2
20765
21628
  },
20766
- "releaseTag": "Public",
21629
+ "releaseTag": "Beta",
20767
21630
  "isProtected": false,
20768
21631
  "overloadIndex": 1,
20769
21632
  "parameters": [],
20770
21633
  "isOptional": false,
20771
21634
  "isAbstract": false,
20772
- "name": "reset"
21635
+ "name": "deepClone"
20773
21636
  },
20774
21637
  {
20775
21638
  "kind": "Method",
20776
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#resourceNameChanged:member(1)",
21639
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#destroy:member(1)",
20777
21640
  "docComment": "",
20778
21641
  "excerptTokens": [
20779
21642
  {
20780
21643
  "kind": "Content",
20781
- "text": "resourceNameChanged(oldValue: "
21644
+ "text": "destroy(): "
20782
21645
  },
20783
21646
  {
20784
- "kind": "Content",
20785
- "text": "string"
21647
+ "kind": "Reference",
21648
+ "text": "Promise",
21649
+ "canonicalReference": "!Promise:interface"
20786
21650
  },
20787
21651
  {
20788
21652
  "kind": "Content",
20789
- "text": ", newValue: "
21653
+ "text": "<void>"
20790
21654
  },
20791
21655
  {
20792
21656
  "kind": "Content",
20793
- "text": "string"
20794
- },
21657
+ "text": ";"
21658
+ }
21659
+ ],
21660
+ "isStatic": false,
21661
+ "returnTypeTokenRange": {
21662
+ "startIndex": 1,
21663
+ "endIndex": 3
21664
+ },
21665
+ "releaseTag": "Beta",
21666
+ "isProtected": false,
21667
+ "overloadIndex": 1,
21668
+ "parameters": [],
21669
+ "isOptional": false,
21670
+ "isAbstract": false,
21671
+ "name": "destroy"
21672
+ },
21673
+ {
21674
+ "kind": "Method",
21675
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#disconnectedCallback:member(1)",
21676
+ "docComment": "",
21677
+ "excerptTokens": [
20795
21678
  {
20796
21679
  "kind": "Content",
20797
- "text": "): "
21680
+ "text": "disconnectedCallback(): "
20798
21681
  },
20799
21682
  {
20800
21683
  "kind": "Content",
@@ -20807,42 +21690,25 @@
20807
21690
  ],
20808
21691
  "isStatic": false,
20809
21692
  "returnTypeTokenRange": {
20810
- "startIndex": 5,
20811
- "endIndex": 6
21693
+ "startIndex": 1,
21694
+ "endIndex": 2
20812
21695
  },
20813
- "releaseTag": "Public",
21696
+ "releaseTag": "Beta",
20814
21697
  "isProtected": false,
20815
21698
  "overloadIndex": 1,
20816
- "parameters": [
20817
- {
20818
- "parameterName": "oldValue",
20819
- "parameterTypeTokenRange": {
20820
- "startIndex": 1,
20821
- "endIndex": 2
20822
- },
20823
- "isOptional": false
20824
- },
20825
- {
20826
- "parameterName": "newValue",
20827
- "parameterTypeTokenRange": {
20828
- "startIndex": 3,
20829
- "endIndex": 4
20830
- },
20831
- "isOptional": false
20832
- }
20833
- ],
21699
+ "parameters": [],
20834
21700
  "isOptional": false,
20835
21701
  "isAbstract": false,
20836
- "name": "resourceNameChanged"
21702
+ "name": "disconnectedCallback"
20837
21703
  },
20838
21704
  {
20839
21705
  "kind": "Method",
20840
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#restart:member(1)",
20841
- "docComment": "/**\n * Restarts the datasource, uses `destroy` and `init` in sequence.\n *\n * @public\n */\n",
21706
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#init:member(1)",
21707
+ "docComment": "",
20842
21708
  "excerptTokens": [
20843
21709
  {
20844
21710
  "kind": "Content",
20845
- "text": "restart(): "
21711
+ "text": "init(): "
20846
21712
  },
20847
21713
  {
20848
21714
  "kind": "Reference",
@@ -20863,42 +21729,62 @@
20863
21729
  "startIndex": 1,
20864
21730
  "endIndex": 3
20865
21731
  },
20866
- "releaseTag": "Public",
21732
+ "releaseTag": "Beta",
20867
21733
  "isProtected": false,
20868
21734
  "overloadIndex": 1,
20869
21735
  "parameters": [],
20870
21736
  "isOptional": false,
20871
21737
  "isAbstract": false,
20872
- "name": "restart"
21738
+ "name": "init"
20873
21739
  },
20874
21740
  {
20875
21741
  "kind": "Method",
20876
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#setFilter:member(1)",
21742
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#loadMore:member(1)",
20877
21743
  "docComment": "",
20878
21744
  "excerptTokens": [
20879
21745
  {
20880
21746
  "kind": "Content",
20881
- "text": "setFilter(fieldName: "
21747
+ "text": "loadMore(): "
20882
21748
  },
20883
21749
  {
20884
21750
  "kind": "Content",
20885
- "text": "string"
21751
+ "text": "void"
20886
21752
  },
20887
21753
  {
20888
21754
  "kind": "Content",
20889
- "text": ", newFilter: "
20890
- },
21755
+ "text": ";"
21756
+ }
21757
+ ],
21758
+ "isStatic": false,
21759
+ "returnTypeTokenRange": {
21760
+ "startIndex": 1,
21761
+ "endIndex": 2
21762
+ },
21763
+ "releaseTag": "Beta",
21764
+ "isProtected": false,
21765
+ "overloadIndex": 1,
21766
+ "parameters": [],
21767
+ "isOptional": false,
21768
+ "isAbstract": false,
21769
+ "name": "loadMore"
21770
+ },
21771
+ {
21772
+ "kind": "Method",
21773
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#reloadResourceData:member(1)",
21774
+ "docComment": "/**\n * Resets the grid data while keeping columnDefs and reloads data.\n *\n * @remarks\n *\n * This is used when the grid is already initialized and we want to reload the data due to a criteria/filter change.\n *\n * @beta\n */\n",
21775
+ "excerptTokens": [
20891
21776
  {
20892
21777
  "kind": "Content",
20893
- "text": "string"
21778
+ "text": "reloadResourceData(): "
20894
21779
  },
20895
21780
  {
20896
- "kind": "Content",
20897
- "text": "): "
21781
+ "kind": "Reference",
21782
+ "text": "Promise",
21783
+ "canonicalReference": "!Promise:interface"
20898
21784
  },
20899
21785
  {
20900
21786
  "kind": "Content",
20901
- "text": "void"
21787
+ "text": "<void>"
20902
21788
  },
20903
21789
  {
20904
21790
  "kind": "Content",
@@ -20907,46 +21793,67 @@
20907
21793
  ],
20908
21794
  "isStatic": false,
20909
21795
  "returnTypeTokenRange": {
20910
- "startIndex": 5,
20911
- "endIndex": 6
21796
+ "startIndex": 1,
21797
+ "endIndex": 3
20912
21798
  },
20913
- "releaseTag": "Public",
21799
+ "releaseTag": "Beta",
20914
21800
  "isProtected": false,
20915
21801
  "overloadIndex": 1,
20916
- "parameters": [
21802
+ "parameters": [],
21803
+ "isOptional": false,
21804
+ "isAbstract": false,
21805
+ "name": "reloadResourceData"
21806
+ },
21807
+ {
21808
+ "kind": "Property",
21809
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#request:member",
21810
+ "docComment": "",
21811
+ "excerptTokens": [
20917
21812
  {
20918
- "parameterName": "fieldName",
20919
- "parameterTypeTokenRange": {
20920
- "startIndex": 1,
20921
- "endIndex": 2
20922
- },
20923
- "isOptional": false
21813
+ "kind": "Content",
21814
+ "text": "request: "
20924
21815
  },
20925
21816
  {
20926
- "parameterName": "newFilter",
20927
- "parameterTypeTokenRange": {
20928
- "startIndex": 3,
20929
- "endIndex": 4
20930
- },
20931
- "isOptional": false
21817
+ "kind": "Content",
21818
+ "text": "any"
21819
+ },
21820
+ {
21821
+ "kind": "Content",
21822
+ "text": ";"
20932
21823
  }
20933
21824
  ],
21825
+ "isReadonly": false,
20934
21826
  "isOptional": false,
20935
- "isAbstract": false,
20936
- "name": "setFilter"
21827
+ "releaseTag": "Beta",
21828
+ "name": "request",
21829
+ "propertyTypeTokenRange": {
21830
+ "startIndex": 1,
21831
+ "endIndex": 2
21832
+ },
21833
+ "isStatic": false,
21834
+ "isProtected": false,
21835
+ "isAbstract": false
20937
21836
  },
20938
21837
  {
20939
21838
  "kind": "Method",
20940
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#setVisibleColumns:member(1)",
20941
- "docComment": "/**\n * Updates the set of visible columns and reloads the data when the set changes.\n *\n * @remarks\n *\n * Called by the host grid on column visibility changes; no-ops unless `requestVisibleColumnsOnly` is enabled. DATASERVER only; no-ops for other resource types.\n *\n * @param visibleFields - Field names of the currently visible columns.\n *\n * @public\n */\n",
21839
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#resourceNameChanged:member(1)",
21840
+ "docComment": "",
20942
21841
  "excerptTokens": [
20943
21842
  {
20944
21843
  "kind": "Content",
20945
- "text": "setVisibleColumns(visibleFields: "
21844
+ "text": "resourceNameChanged(oldValue: "
20946
21845
  },
20947
21846
  {
20948
21847
  "kind": "Content",
20949
- "text": "string[]"
21848
+ "text": "string"
21849
+ },
21850
+ {
21851
+ "kind": "Content",
21852
+ "text": ", newValue: "
21853
+ },
21854
+ {
21855
+ "kind": "Content",
21856
+ "text": "string"
20950
21857
  },
20951
21858
  {
20952
21859
  "kind": "Content",
@@ -20963,56 +21870,69 @@
20963
21870
  ],
20964
21871
  "isStatic": false,
20965
21872
  "returnTypeTokenRange": {
20966
- "startIndex": 3,
20967
- "endIndex": 4
21873
+ "startIndex": 5,
21874
+ "endIndex": 6
20968
21875
  },
20969
- "releaseTag": "Public",
21876
+ "releaseTag": "Beta",
20970
21877
  "isProtected": false,
20971
21878
  "overloadIndex": 1,
20972
21879
  "parameters": [
20973
21880
  {
20974
- "parameterName": "visibleFields",
21881
+ "parameterName": "oldValue",
21882
+ "parameterTypeTokenRange": {
21883
+ "startIndex": 1,
21884
+ "endIndex": 2
21885
+ },
21886
+ "isOptional": false
21887
+ },
21888
+ {
21889
+ "parameterName": "newValue",
20975
21890
  "parameterTypeTokenRange": {
20976
- "startIndex": 1,
20977
- "endIndex": 2
21891
+ "startIndex": 3,
21892
+ "endIndex": 4
20978
21893
  },
20979
21894
  "isOptional": false
20980
21895
  }
20981
21896
  ],
20982
21897
  "isOptional": false,
20983
21898
  "isAbstract": false,
20984
- "name": "setVisibleColumns"
21899
+ "name": "resourceNameChanged"
20985
21900
  },
20986
21901
  {
20987
- "kind": "Property",
20988
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasource#transactionData:member",
21902
+ "kind": "Method",
21903
+ "canonicalReference": "@genesislcap/grid-pro!GridProInfiniteDatasource#restart:member(1)",
20989
21904
  "docComment": "",
20990
21905
  "excerptTokens": [
20991
21906
  {
20992
21907
  "kind": "Content",
20993
- "text": "protected transactionData: "
21908
+ "text": "restart(): "
20994
21909
  },
20995
21910
  {
20996
21911
  "kind": "Reference",
20997
- "text": "TransactionData",
20998
- "canonicalReference": "@genesislcap/grid-pro!~TransactionData_2:interface"
21912
+ "text": "Promise",
21913
+ "canonicalReference": "!Promise:interface"
21914
+ },
21915
+ {
21916
+ "kind": "Content",
21917
+ "text": "<void>"
20999
21918
  },
21000
21919
  {
21001
21920
  "kind": "Content",
21002
21921
  "text": ";"
21003
21922
  }
21004
21923
  ],
21005
- "isReadonly": false,
21006
- "isOptional": false,
21007
- "releaseTag": "Public",
21008
- "name": "transactionData",
21009
- "propertyTypeTokenRange": {
21924
+ "isStatic": false,
21925
+ "returnTypeTokenRange": {
21010
21926
  "startIndex": 1,
21011
- "endIndex": 2
21927
+ "endIndex": 3
21012
21928
  },
21013
- "isStatic": false,
21014
- "isProtected": true,
21015
- "isAbstract": false
21929
+ "releaseTag": "Beta",
21930
+ "isProtected": false,
21931
+ "overloadIndex": 1,
21932
+ "parameters": [],
21933
+ "isOptional": false,
21934
+ "isAbstract": false,
21935
+ "name": "restart"
21016
21936
  }
21017
21937
  ],
21018
21938
  "extendsTokenRange": {
@@ -21021,95 +21941,6 @@
21021
21941
  },
21022
21942
  "implementsTokenRanges": []
21023
21943
  },
21024
- {
21025
- "kind": "TypeAlias",
21026
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEvent:type",
21027
- "docComment": "/**\n * The error event grid pro genesis datasource.\n *\n * @public\n */\n",
21028
- "excerptTokens": [
21029
- {
21030
- "kind": "Content",
21031
- "text": "export type GridProGenesisDatasourceErrorEvent = "
21032
- },
21033
- {
21034
- "kind": "Reference",
21035
- "text": "CustomEvent",
21036
- "canonicalReference": "!CustomEvent:interface"
21037
- },
21038
- {
21039
- "kind": "Content",
21040
- "text": "<"
21041
- },
21042
- {
21043
- "kind": "Reference",
21044
- "text": "GridProGenesisDatasourceErrorEventDetail",
21045
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEventDetail:type"
21046
- },
21047
- {
21048
- "kind": "Content",
21049
- "text": ">"
21050
- },
21051
- {
21052
- "kind": "Content",
21053
- "text": ";"
21054
- }
21055
- ],
21056
- "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
21057
- "releaseTag": "Public",
21058
- "name": "GridProGenesisDatasourceErrorEvent",
21059
- "typeTokenRange": {
21060
- "startIndex": 1,
21061
- "endIndex": 5
21062
- }
21063
- },
21064
- {
21065
- "kind": "TypeAlias",
21066
- "canonicalReference": "@genesislcap/grid-pro!GridProGenesisDatasourceErrorEventDetail:type",
21067
- "docComment": "/**\n * The event detail for the grid pro genesis datasource `error` event.\n *\n * @public\n */\n",
21068
- "excerptTokens": [
21069
- {
21070
- "kind": "Content",
21071
- "text": "export type GridProGenesisDatasourceErrorEventDetail = "
21072
- },
21073
- {
21074
- "kind": "Content",
21075
- "text": "{\n message: string;\n}"
21076
- },
21077
- {
21078
- "kind": "Content",
21079
- "text": ";"
21080
- }
21081
- ],
21082
- "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.types.ts",
21083
- "releaseTag": "Public",
21084
- "name": "GridProGenesisDatasourceErrorEventDetail",
21085
- "typeTokenRange": {
21086
- "startIndex": 1,
21087
- "endIndex": 2
21088
- }
21089
- },
21090
- {
21091
- "kind": "Variable",
21092
- "canonicalReference": "@genesislcap/grid-pro!gridProGenesisDatasourceEventNames:var",
21093
- "docComment": "/**\n * The Genesis Datasource events names.\n *\n * @public\n */\n",
21094
- "excerptTokens": [
21095
- {
21096
- "kind": "Content",
21097
- "text": "gridProGenesisDatasourceEventNames: "
21098
- },
21099
- {
21100
- "kind": "Content",
21101
- "text": "{\n readonly error: \"datasource-error\";\n readonly dataInit: \"datasource-init\";\n readonly sizeChanged: \"datasource-size-changed\";\n readonly moreRowsChanged: \"more-rows-changed\";\n}"
21102
- }
21103
- ],
21104
- "fileUrlPath": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.config.ts",
21105
- "isReadonly": true,
21106
- "releaseTag": "Public",
21107
- "name": "gridProGenesisDatasourceEventNames",
21108
- "variableTypeTokenRange": {
21109
- "startIndex": 1,
21110
- "endIndex": 2
21111
- }
21112
- },
21113
21944
  {
21114
21945
  "kind": "Enum",
21115
21946
  "canonicalReference": "@genesislcap/grid-pro!GridProRendererTypes:enum",
@@ -21425,54 +22256,6 @@
21425
22256
  "name": "GridProServerSideDatasource",
21426
22257
  "preserveMemberOrder": false,
21427
22258
  "members": [
21428
- {
21429
- "kind": "Method",
21430
- "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#applyTransaction:member(1)",
21431
- "docComment": "",
21432
- "excerptTokens": [
21433
- {
21434
- "kind": "Content",
21435
- "text": "applyTransaction(transaction: "
21436
- },
21437
- {
21438
- "kind": "Content",
21439
- "text": "any"
21440
- },
21441
- {
21442
- "kind": "Content",
21443
- "text": "): "
21444
- },
21445
- {
21446
- "kind": "Content",
21447
- "text": "any"
21448
- },
21449
- {
21450
- "kind": "Content",
21451
- "text": ";"
21452
- }
21453
- ],
21454
- "isStatic": false,
21455
- "returnTypeTokenRange": {
21456
- "startIndex": 3,
21457
- "endIndex": 4
21458
- },
21459
- "releaseTag": "Beta",
21460
- "isProtected": false,
21461
- "overloadIndex": 1,
21462
- "parameters": [
21463
- {
21464
- "parameterName": "transaction",
21465
- "parameterTypeTokenRange": {
21466
- "startIndex": 1,
21467
- "endIndex": 2
21468
- },
21469
- "isOptional": false
21470
- }
21471
- ],
21472
- "isOptional": false,
21473
- "isAbstract": false,
21474
- "name": "applyTransaction"
21475
- },
21476
22259
  {
21477
22260
  "kind": "Method",
21478
22261
  "canonicalReference": "@genesislcap/grid-pro!GridProServerSideDatasource#connectedCallback:member(1)",
@@ -27364,6 +28147,51 @@
27364
28147
  "endIndex": 0
27365
28148
  }
27366
28149
  },
28150
+ {
28151
+ "kind": "Interface",
28152
+ "canonicalReference": "@genesislcap/grid-pro!RefreshInfiniteCacheEventDetail:interface",
28153
+ "docComment": "/**\n * Event detail for requesting an infinite row model refresh.\n *\n * @remarks\n *\n * Mirrors {@link RefreshServerSideEventDetail}: `purge` drops the grid's block cache and re-reads the rows; without it the loaded blocks are re-read in place, keeping the row count and scroll position.\n */\n",
28154
+ "excerptTokens": [
28155
+ {
28156
+ "kind": "Content",
28157
+ "text": "export interface RefreshInfiniteCacheEventDetail "
28158
+ }
28159
+ ],
28160
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
28161
+ "releaseTag": "Public",
28162
+ "name": "RefreshInfiniteCacheEventDetail",
28163
+ "preserveMemberOrder": false,
28164
+ "members": [
28165
+ {
28166
+ "kind": "PropertySignature",
28167
+ "canonicalReference": "@genesislcap/grid-pro!RefreshInfiniteCacheEventDetail#purge:member",
28168
+ "docComment": "",
28169
+ "excerptTokens": [
28170
+ {
28171
+ "kind": "Content",
28172
+ "text": "purge: "
28173
+ },
28174
+ {
28175
+ "kind": "Content",
28176
+ "text": "boolean"
28177
+ },
28178
+ {
28179
+ "kind": "Content",
28180
+ "text": ";"
28181
+ }
28182
+ ],
28183
+ "isReadonly": false,
28184
+ "isOptional": false,
28185
+ "releaseTag": "Public",
28186
+ "name": "purge",
28187
+ "propertyTypeTokenRange": {
28188
+ "startIndex": 1,
28189
+ "endIndex": 2
28190
+ }
28191
+ }
28192
+ ],
28193
+ "extendsTokenRanges": []
28194
+ },
27367
28195
  {
27368
28196
  "kind": "Interface",
27369
28197
  "canonicalReference": "@genesislcap/grid-pro!RefreshServerSideEventDetail:interface",
@@ -31071,7 +31899,7 @@
31071
31899
  },
31072
31900
  {
31073
31901
  "kind": "Content",
31074
- "text": "<string, [string]>;\n resourceColDefs?: "
31902
+ "text": "<string, string[]>;\n resourceColDefs?: "
31075
31903
  },
31076
31904
  {
31077
31905
  "kind": "Reference",
@@ -31095,6 +31923,56 @@
31095
31923
  "endIndex": 32
31096
31924
  }
31097
31925
  },
31926
+ {
31927
+ "kind": "Interface",
31928
+ "canonicalReference": "@genesislcap/grid-pro!SetInfiniteDatasourceEventDetail:interface",
31929
+ "docComment": "/**\n * Event detail for attaching or clearing the Infinite Row Model datasource.\n *\n * @remarks\n *\n * `null` clears the datasource from the grid on teardown.\n */\n",
31930
+ "excerptTokens": [
31931
+ {
31932
+ "kind": "Content",
31933
+ "text": "export interface SetInfiniteDatasourceEventDetail "
31934
+ }
31935
+ ],
31936
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
31937
+ "releaseTag": "Public",
31938
+ "name": "SetInfiniteDatasourceEventDetail",
31939
+ "preserveMemberOrder": false,
31940
+ "members": [
31941
+ {
31942
+ "kind": "PropertySignature",
31943
+ "canonicalReference": "@genesislcap/grid-pro!SetInfiniteDatasourceEventDetail#datasource:member",
31944
+ "docComment": "",
31945
+ "excerptTokens": [
31946
+ {
31947
+ "kind": "Content",
31948
+ "text": "datasource: "
31949
+ },
31950
+ {
31951
+ "kind": "Reference",
31952
+ "text": "GenesisInfiniteDatasource",
31953
+ "canonicalReference": "@genesislcap/grid-pro!~GenesisInfiniteDatasource:class"
31954
+ },
31955
+ {
31956
+ "kind": "Content",
31957
+ "text": " | null"
31958
+ },
31959
+ {
31960
+ "kind": "Content",
31961
+ "text": ";"
31962
+ }
31963
+ ],
31964
+ "isReadonly": false,
31965
+ "isOptional": false,
31966
+ "releaseTag": "Public",
31967
+ "name": "datasource",
31968
+ "propertyTypeTokenRange": {
31969
+ "startIndex": 1,
31970
+ "endIndex": 3
31971
+ }
31972
+ }
31973
+ ],
31974
+ "extendsTokenRanges": []
31975
+ },
31098
31976
  {
31099
31977
  "kind": "Interface",
31100
31978
  "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail:interface",