@genesislcap/grid-pro 14.393.3 → 14.393.4

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 (44) hide show
  1. package/dist/custom-elements.json +21 -5
  2. package/dist/dts/datasource/base.types.d.ts +1 -1
  3. package/dist/dts/datasource/index.d.ts +3 -2
  4. package/dist/dts/datasource/index.d.ts.map +1 -1
  5. package/dist/dts/grid-pro-genesis-datasource/index.d.ts +2 -1
  6. package/dist/dts/grid-pro-genesis-datasource/index.d.ts.map +1 -1
  7. package/dist/esm/datasource/index.js +3 -2
  8. package/dist/esm/grid-pro-genesis-datasource/index.js +2 -1
  9. package/dist/grid-pro.api.json +1079 -76
  10. package/dist/grid-pro.d.ts +175 -1
  11. package/docs/api/grid-pro.basedatasourceerrorevent.md +15 -0
  12. package/docs/api/grid-pro.basedatasourceerroreventdetail.md +16 -0
  13. package/docs/api/grid-pro.basedatasourceeventnames.md +16 -0
  14. package/docs/api/grid-pro.datachangedeventdetail.changes.md +16 -0
  15. package/docs/api/grid-pro.datachangedeventdetail.md +56 -0
  16. package/docs/api/grid-pro.dataclearedeventdetail.includeschema.md +11 -0
  17. package/docs/api/grid-pro.dataclearedeventdetail.md +58 -0
  18. package/docs/api/grid-pro.dataloadedeventdetail.data.md +11 -0
  19. package/docs/api/grid-pro.dataloadedeventdetail.isinitialload.md +11 -0
  20. package/docs/api/grid-pro.dataloadedeventdetail.md +75 -0
  21. package/docs/api/grid-pro.datasourceerroreventdetail.md +73 -0
  22. package/docs/api/grid-pro.datasourceerroreventdetail.message.md +11 -0
  23. package/docs/api/grid-pro.datasourceerroreventdetail.type.md +11 -0
  24. package/docs/api/grid-pro.datasourceevent.md +57 -0
  25. package/docs/api/grid-pro.datasourceevent.type.md +11 -0
  26. package/docs/api/grid-pro.datasourceeventdetail.md +15 -0
  27. package/docs/api/grid-pro.datasourceeventnames.md +34 -0
  28. package/docs/api/grid-pro.genesisgriddatasourceelement.handleerrors.md +1 -1
  29. package/docs/api/grid-pro.initializeeventdetail.keepcoldefsonclearrowdata.md +11 -0
  30. package/docs/api/grid-pro.initializeeventdetail.md +73 -0
  31. package/docs/api/grid-pro.initializeeventdetail.options.md +15 -0
  32. package/docs/api/grid-pro.md +165 -0
  33. package/docs/api/grid-pro.moredataavailableeventdetail.hasmoredata.md +11 -0
  34. package/docs/api/grid-pro.moredataavailableeventdetail.md +73 -0
  35. package/docs/api/grid-pro.moredataavailableeventdetail.sourceref.md +11 -0
  36. package/docs/api/grid-pro.schemaupdatedeventdetail.md +75 -0
  37. package/docs/api/grid-pro.schemaupdatedeventdetail.metadata.md +11 -0
  38. package/docs/api/grid-pro.schemaupdatedeventdetail.schema.md +11 -0
  39. package/docs/api/grid-pro.serversidedatasourceoptions.md +45 -0
  40. package/docs/api/grid-pro.sizechangedeventdetail.md +73 -0
  41. package/docs/api/grid-pro.sizechangedeventdetail.oldvalue.md +11 -0
  42. package/docs/api/grid-pro.sizechangedeventdetail.value.md +11 -0
  43. package/docs/api-report.md.api.md +149 -1
  44. package/package.json +13 -13
@@ -3031,6 +3031,95 @@
3031
3031
  ],
3032
3032
  "name": "agThemeTokenMapCSS"
3033
3033
  },
3034
+ {
3035
+ "kind": "TypeAlias",
3036
+ "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEvent:type",
3037
+ "docComment": "/**\n * Base datasource error event.\n *\n * @public\n */\n",
3038
+ "excerptTokens": [
3039
+ {
3040
+ "kind": "Content",
3041
+ "text": "export type BaseDatasourceErrorEvent = "
3042
+ },
3043
+ {
3044
+ "kind": "Reference",
3045
+ "text": "CustomEvent",
3046
+ "canonicalReference": "!CustomEvent:interface"
3047
+ },
3048
+ {
3049
+ "kind": "Content",
3050
+ "text": "<"
3051
+ },
3052
+ {
3053
+ "kind": "Reference",
3054
+ "text": "BaseDatasourceErrorEventDetail",
3055
+ "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEventDetail:type"
3056
+ },
3057
+ {
3058
+ "kind": "Content",
3059
+ "text": ">"
3060
+ },
3061
+ {
3062
+ "kind": "Content",
3063
+ "text": ";"
3064
+ }
3065
+ ],
3066
+ "fileUrlPath": "src/datasource/base.types.ts",
3067
+ "releaseTag": "Public",
3068
+ "name": "BaseDatasourceErrorEvent",
3069
+ "typeTokenRange": {
3070
+ "startIndex": 1,
3071
+ "endIndex": 5
3072
+ }
3073
+ },
3074
+ {
3075
+ "kind": "TypeAlias",
3076
+ "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEventDetail:type",
3077
+ "docComment": "/**\n * Base datasource error event detail.\n *\n * @public\n */\n",
3078
+ "excerptTokens": [
3079
+ {
3080
+ "kind": "Content",
3081
+ "text": "export type BaseDatasourceErrorEventDetail = "
3082
+ },
3083
+ {
3084
+ "kind": "Content",
3085
+ "text": "{\n message: string;\n type: 'connection' | 'resource-validation' | 'resource-type' | 'metadata' | 'stream' | 'criteria' | 'unknown';\n}"
3086
+ },
3087
+ {
3088
+ "kind": "Content",
3089
+ "text": ";"
3090
+ }
3091
+ ],
3092
+ "fileUrlPath": "src/datasource/base.types.ts",
3093
+ "releaseTag": "Public",
3094
+ "name": "BaseDatasourceErrorEventDetail",
3095
+ "typeTokenRange": {
3096
+ "startIndex": 1,
3097
+ "endIndex": 2
3098
+ }
3099
+ },
3100
+ {
3101
+ "kind": "Variable",
3102
+ "canonicalReference": "@genesislcap/grid-pro!baseDatasourceEventNames:var",
3103
+ "docComment": "/**\n * Base datasource error event names.\n *\n * @public\n */\n",
3104
+ "excerptTokens": [
3105
+ {
3106
+ "kind": "Content",
3107
+ "text": "baseDatasourceEventNames: "
3108
+ },
3109
+ {
3110
+ "kind": "Content",
3111
+ "text": "{\n readonly error: \"base-datasource-error\";\n readonly connected: \"base-datasource-connected\";\n}"
3112
+ }
3113
+ ],
3114
+ "fileUrlPath": "src/datasource/base.types.ts",
3115
+ "isReadonly": true,
3116
+ "releaseTag": "Public",
3117
+ "name": "baseDatasourceEventNames",
3118
+ "variableTypeTokenRange": {
3119
+ "startIndex": 1,
3120
+ "endIndex": 2
3121
+ }
3122
+ },
3034
3123
  {
3035
3124
  "kind": "Class",
3036
3125
  "canonicalReference": "@genesislcap/grid-pro!BooleanRenderer:class",
@@ -3626,122 +3715,559 @@
3626
3715
  "isOptional": false
3627
3716
  }
3628
3717
  ],
3629
- "name": "convertColDefToColumnState"
3718
+ "name": "convertColDefToColumnState"
3719
+ },
3720
+ {
3721
+ "kind": "Function",
3722
+ "canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:function(1)",
3723
+ "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",
3724
+ "excerptTokens": [
3725
+ {
3726
+ "kind": "Content",
3727
+ "text": "convertToKebabCase: (value: "
3728
+ },
3729
+ {
3730
+ "kind": "Content",
3731
+ "text": "string"
3732
+ },
3733
+ {
3734
+ "kind": "Content",
3735
+ "text": ") => "
3736
+ },
3737
+ {
3738
+ "kind": "Content",
3739
+ "text": "string"
3740
+ }
3741
+ ],
3742
+ "fileUrlPath": "src/utils/string.ts",
3743
+ "returnTypeTokenRange": {
3744
+ "startIndex": 3,
3745
+ "endIndex": 4
3746
+ },
3747
+ "releaseTag": "Public",
3748
+ "overloadIndex": 1,
3749
+ "parameters": [
3750
+ {
3751
+ "parameterName": "value",
3752
+ "parameterTypeTokenRange": {
3753
+ "startIndex": 1,
3754
+ "endIndex": 2
3755
+ },
3756
+ "isOptional": false
3757
+ }
3758
+ ],
3759
+ "name": "convertToKebabCase"
3760
+ },
3761
+ {
3762
+ "kind": "Variable",
3763
+ "canonicalReference": "@genesislcap/grid-pro!criteriaDelimiter:var",
3764
+ "docComment": "/**\n * The delimiter for the criteria string.\n *\n * @public\n */\n",
3765
+ "excerptTokens": [
3766
+ {
3767
+ "kind": "Content",
3768
+ "text": "criteriaDelimiter = "
3769
+ },
3770
+ {
3771
+ "kind": "Content",
3772
+ "text": "\";\""
3773
+ }
3774
+ ],
3775
+ "fileUrlPath": "src/datasource/base.datasource.ts",
3776
+ "initializerTokenRange": {
3777
+ "startIndex": 1,
3778
+ "endIndex": 2
3779
+ },
3780
+ "isReadonly": true,
3781
+ "releaseTag": "Public",
3782
+ "name": "criteriaDelimiter",
3783
+ "variableTypeTokenRange": {
3784
+ "startIndex": 0,
3785
+ "endIndex": 0
3786
+ }
3787
+ },
3788
+ {
3789
+ "kind": "Variable",
3790
+ "canonicalReference": "@genesislcap/grid-pro!criteriaJoin:var",
3791
+ "docComment": "/**\n * The join for the criteria string.\n *\n * @public\n */\n",
3792
+ "excerptTokens": [
3793
+ {
3794
+ "kind": "Content",
3795
+ "text": "criteriaJoin = "
3796
+ },
3797
+ {
3798
+ "kind": "Content",
3799
+ "text": "\" && \""
3800
+ }
3801
+ ],
3802
+ "fileUrlPath": "src/datasource/base.datasource.ts",
3803
+ "initializerTokenRange": {
3804
+ "startIndex": 1,
3805
+ "endIndex": 2
3806
+ },
3807
+ "isReadonly": true,
3808
+ "releaseTag": "Public",
3809
+ "name": "criteriaJoin",
3810
+ "variableTypeTokenRange": {
3811
+ "startIndex": 0,
3812
+ "endIndex": 0
3813
+ }
3814
+ },
3815
+ {
3816
+ "kind": "Variable",
3817
+ "canonicalReference": "@genesislcap/grid-pro!csvExportParams:var",
3818
+ "docComment": "/**\n * Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection\n *\n * @public\n */\n",
3819
+ "excerptTokens": [
3820
+ {
3821
+ "kind": "Content",
3822
+ "text": "csvExportParams: "
3823
+ },
3824
+ {
3825
+ "kind": "Reference",
3826
+ "text": "CsvExportParams",
3827
+ "canonicalReference": "@ag-grid-community/core!CsvExportParams:interface"
3828
+ }
3829
+ ],
3830
+ "fileUrlPath": "src/utils/sanitasations.ts",
3831
+ "isReadonly": true,
3832
+ "releaseTag": "Public",
3833
+ "name": "csvExportParams",
3834
+ "variableTypeTokenRange": {
3835
+ "startIndex": 1,
3836
+ "endIndex": 2
3837
+ }
3838
+ },
3839
+ {
3840
+ "kind": "Interface",
3841
+ "canonicalReference": "@genesislcap/grid-pro!DataChangedEventDetail:interface",
3842
+ "docComment": "/**\n * Event detail for data changes\n */\n",
3843
+ "excerptTokens": [
3844
+ {
3845
+ "kind": "Content",
3846
+ "text": "export interface DataChangedEventDetail "
3847
+ }
3848
+ ],
3849
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
3850
+ "releaseTag": "Public",
3851
+ "name": "DataChangedEventDetail",
3852
+ "preserveMemberOrder": false,
3853
+ "members": [
3854
+ {
3855
+ "kind": "PropertySignature",
3856
+ "canonicalReference": "@genesislcap/grid-pro!DataChangedEventDetail#changes:member",
3857
+ "docComment": "",
3858
+ "excerptTokens": [
3859
+ {
3860
+ "kind": "Content",
3861
+ "text": "changes: "
3862
+ },
3863
+ {
3864
+ "kind": "Content",
3865
+ "text": "{\n add?: any[];\n remove?: any[];\n update?: any[];\n insertIndex?: number;\n }"
3866
+ },
3867
+ {
3868
+ "kind": "Content",
3869
+ "text": ";"
3870
+ }
3871
+ ],
3872
+ "isReadonly": false,
3873
+ "isOptional": false,
3874
+ "releaseTag": "Public",
3875
+ "name": "changes",
3876
+ "propertyTypeTokenRange": {
3877
+ "startIndex": 1,
3878
+ "endIndex": 2
3879
+ }
3880
+ }
3881
+ ],
3882
+ "extendsTokenRanges": []
3883
+ },
3884
+ {
3885
+ "kind": "Interface",
3886
+ "canonicalReference": "@genesislcap/grid-pro!DataClearedEventDetail:interface",
3887
+ "docComment": "/**\n * Event detail for data clearing\n */\n",
3888
+ "excerptTokens": [
3889
+ {
3890
+ "kind": "Content",
3891
+ "text": "export interface DataClearedEventDetail "
3892
+ }
3893
+ ],
3894
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
3895
+ "releaseTag": "Public",
3896
+ "name": "DataClearedEventDetail",
3897
+ "preserveMemberOrder": false,
3898
+ "members": [
3899
+ {
3900
+ "kind": "PropertySignature",
3901
+ "canonicalReference": "@genesislcap/grid-pro!DataClearedEventDetail#includeSchema:member",
3902
+ "docComment": "",
3903
+ "excerptTokens": [
3904
+ {
3905
+ "kind": "Content",
3906
+ "text": "includeSchema?: "
3907
+ },
3908
+ {
3909
+ "kind": "Content",
3910
+ "text": "boolean"
3911
+ },
3912
+ {
3913
+ "kind": "Content",
3914
+ "text": ";"
3915
+ }
3916
+ ],
3917
+ "isReadonly": false,
3918
+ "isOptional": true,
3919
+ "releaseTag": "Public",
3920
+ "name": "includeSchema",
3921
+ "propertyTypeTokenRange": {
3922
+ "startIndex": 1,
3923
+ "endIndex": 2
3924
+ }
3925
+ }
3926
+ ],
3927
+ "extendsTokenRanges": []
3928
+ },
3929
+ {
3930
+ "kind": "Interface",
3931
+ "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail:interface",
3932
+ "docComment": "/**\n * Event detail for data loading\n */\n",
3933
+ "excerptTokens": [
3934
+ {
3935
+ "kind": "Content",
3936
+ "text": "export interface DataLoadedEventDetail "
3937
+ }
3938
+ ],
3939
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
3940
+ "releaseTag": "Public",
3941
+ "name": "DataLoadedEventDetail",
3942
+ "preserveMemberOrder": false,
3943
+ "members": [
3944
+ {
3945
+ "kind": "PropertySignature",
3946
+ "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail#data:member",
3947
+ "docComment": "",
3948
+ "excerptTokens": [
3949
+ {
3950
+ "kind": "Content",
3951
+ "text": "data: "
3952
+ },
3953
+ {
3954
+ "kind": "Content",
3955
+ "text": "any[]"
3956
+ },
3957
+ {
3958
+ "kind": "Content",
3959
+ "text": ";"
3960
+ }
3961
+ ],
3962
+ "isReadonly": false,
3963
+ "isOptional": false,
3964
+ "releaseTag": "Public",
3965
+ "name": "data",
3966
+ "propertyTypeTokenRange": {
3967
+ "startIndex": 1,
3968
+ "endIndex": 2
3969
+ }
3970
+ },
3971
+ {
3972
+ "kind": "PropertySignature",
3973
+ "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail#isInitialLoad:member",
3974
+ "docComment": "",
3975
+ "excerptTokens": [
3976
+ {
3977
+ "kind": "Content",
3978
+ "text": "isInitialLoad?: "
3979
+ },
3980
+ {
3981
+ "kind": "Content",
3982
+ "text": "boolean"
3983
+ },
3984
+ {
3985
+ "kind": "Content",
3986
+ "text": ";"
3987
+ }
3988
+ ],
3989
+ "isReadonly": false,
3990
+ "isOptional": true,
3991
+ "releaseTag": "Public",
3992
+ "name": "isInitialLoad",
3993
+ "propertyTypeTokenRange": {
3994
+ "startIndex": 1,
3995
+ "endIndex": 2
3996
+ }
3997
+ }
3998
+ ],
3999
+ "extendsTokenRanges": []
4000
+ },
4001
+ {
4002
+ "kind": "Interface",
4003
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail:interface",
4004
+ "docComment": "/**\n * Event detail for error events\n */\n",
4005
+ "excerptTokens": [
4006
+ {
4007
+ "kind": "Content",
4008
+ "text": "export interface DatasourceErrorEventDetail "
4009
+ }
4010
+ ],
4011
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
4012
+ "releaseTag": "Public",
4013
+ "name": "DatasourceErrorEventDetail",
4014
+ "preserveMemberOrder": false,
4015
+ "members": [
4016
+ {
4017
+ "kind": "PropertySignature",
4018
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail#message:member",
4019
+ "docComment": "",
4020
+ "excerptTokens": [
4021
+ {
4022
+ "kind": "Content",
4023
+ "text": "message: "
4024
+ },
4025
+ {
4026
+ "kind": "Content",
4027
+ "text": "string"
4028
+ },
4029
+ {
4030
+ "kind": "Content",
4031
+ "text": ";"
4032
+ }
4033
+ ],
4034
+ "isReadonly": false,
4035
+ "isOptional": false,
4036
+ "releaseTag": "Public",
4037
+ "name": "message",
4038
+ "propertyTypeTokenRange": {
4039
+ "startIndex": 1,
4040
+ "endIndex": 2
4041
+ }
4042
+ },
4043
+ {
4044
+ "kind": "PropertySignature",
4045
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail#type:member",
4046
+ "docComment": "",
4047
+ "excerptTokens": [
4048
+ {
4049
+ "kind": "Content",
4050
+ "text": "type: "
4051
+ },
4052
+ {
4053
+ "kind": "Content",
4054
+ "text": "'stream' | 'criteria' | 'connection' | 'unknown'"
4055
+ },
4056
+ {
4057
+ "kind": "Content",
4058
+ "text": ";"
4059
+ }
4060
+ ],
4061
+ "isReadonly": false,
4062
+ "isOptional": false,
4063
+ "releaseTag": "Public",
4064
+ "name": "type",
4065
+ "propertyTypeTokenRange": {
4066
+ "startIndex": 1,
4067
+ "endIndex": 2
4068
+ }
4069
+ }
4070
+ ],
4071
+ "extendsTokenRanges": []
4072
+ },
4073
+ {
4074
+ "kind": "Interface",
4075
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceEvent:interface",
4076
+ "docComment": "/**\n * Generic datasource event interface\n */\n",
4077
+ "excerptTokens": [
4078
+ {
4079
+ "kind": "Content",
4080
+ "text": "export interface DatasourceEvent<T = "
4081
+ },
4082
+ {
4083
+ "kind": "Reference",
4084
+ "text": "DatasourceEventDetail",
4085
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceEventDetail:type"
4086
+ },
4087
+ {
4088
+ "kind": "Content",
4089
+ "text": "> extends "
4090
+ },
4091
+ {
4092
+ "kind": "Reference",
4093
+ "text": "CustomEvent",
4094
+ "canonicalReference": "!CustomEvent:interface"
4095
+ },
4096
+ {
4097
+ "kind": "Content",
4098
+ "text": "<T>"
4099
+ },
4100
+ {
4101
+ "kind": "Content",
4102
+ "text": " "
4103
+ }
4104
+ ],
4105
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
4106
+ "releaseTag": "Public",
4107
+ "typeParameters": [
4108
+ {
4109
+ "typeParameterName": "T",
4110
+ "constraintTokenRange": {
4111
+ "startIndex": 0,
4112
+ "endIndex": 0
4113
+ },
4114
+ "defaultTypeTokenRange": {
4115
+ "startIndex": 1,
4116
+ "endIndex": 2
4117
+ }
4118
+ }
4119
+ ],
4120
+ "name": "DatasourceEvent",
4121
+ "preserveMemberOrder": false,
4122
+ "members": [
4123
+ {
4124
+ "kind": "PropertySignature",
4125
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceEvent#type:member",
4126
+ "docComment": "",
4127
+ "excerptTokens": [
4128
+ {
4129
+ "kind": "Content",
4130
+ "text": "type: "
4131
+ },
4132
+ {
4133
+ "kind": "Content",
4134
+ "text": "keyof typeof "
4135
+ },
4136
+ {
4137
+ "kind": "Reference",
4138
+ "text": "datasourceEventNames",
4139
+ "canonicalReference": "@genesislcap/grid-pro!datasourceEventNames:var"
4140
+ },
4141
+ {
4142
+ "kind": "Content",
4143
+ "text": ";"
4144
+ }
4145
+ ],
4146
+ "isReadonly": false,
4147
+ "isOptional": false,
4148
+ "releaseTag": "Public",
4149
+ "name": "type",
4150
+ "propertyTypeTokenRange": {
4151
+ "startIndex": 1,
4152
+ "endIndex": 3
4153
+ }
4154
+ }
4155
+ ],
4156
+ "extendsTokenRanges": [
4157
+ {
4158
+ "startIndex": 3,
4159
+ "endIndex": 5
4160
+ }
4161
+ ]
3630
4162
  },
3631
4163
  {
3632
- "kind": "Function",
3633
- "canonicalReference": "@genesislcap/grid-pro!convertToKebabCase:function(1)",
3634
- "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",
4164
+ "kind": "TypeAlias",
4165
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceEventDetail:type",
4166
+ "docComment": "/**\n * Union type for all datasource event details\n */\n",
3635
4167
  "excerptTokens": [
3636
4168
  {
3637
4169
  "kind": "Content",
3638
- "text": "convertToKebabCase: (value: "
4170
+ "text": "export type DatasourceEventDetail = "
4171
+ },
4172
+ {
4173
+ "kind": "Reference",
4174
+ "text": "InitializeEventDetail",
4175
+ "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail:interface"
3639
4176
  },
3640
4177
  {
3641
4178
  "kind": "Content",
3642
- "text": "string"
4179
+ "text": " | "
4180
+ },
4181
+ {
4182
+ "kind": "Reference",
4183
+ "text": "DataLoadedEventDetail",
4184
+ "canonicalReference": "@genesislcap/grid-pro!DataLoadedEventDetail:interface"
3643
4185
  },
3644
4186
  {
3645
4187
  "kind": "Content",
3646
- "text": ") => "
4188
+ "text": " | "
4189
+ },
4190
+ {
4191
+ "kind": "Reference",
4192
+ "text": "DataChangedEventDetail",
4193
+ "canonicalReference": "@genesislcap/grid-pro!DataChangedEventDetail:interface"
3647
4194
  },
3648
4195
  {
3649
4196
  "kind": "Content",
3650
- "text": "string"
3651
- }
3652
- ],
3653
- "fileUrlPath": "src/utils/string.ts",
3654
- "returnTypeTokenRange": {
3655
- "startIndex": 3,
3656
- "endIndex": 4
3657
- },
3658
- "releaseTag": "Public",
3659
- "overloadIndex": 1,
3660
- "parameters": [
4197
+ "text": " | "
4198
+ },
3661
4199
  {
3662
- "parameterName": "value",
3663
- "parameterTypeTokenRange": {
3664
- "startIndex": 1,
3665
- "endIndex": 2
3666
- },
3667
- "isOptional": false
3668
- }
3669
- ],
3670
- "name": "convertToKebabCase"
3671
- },
3672
- {
3673
- "kind": "Variable",
3674
- "canonicalReference": "@genesislcap/grid-pro!criteriaDelimiter:var",
3675
- "docComment": "/**\n * The delimiter for the criteria string.\n *\n * @public\n */\n",
3676
- "excerptTokens": [
4200
+ "kind": "Reference",
4201
+ "text": "SchemaUpdatedEventDetail",
4202
+ "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail:interface"
4203
+ },
3677
4204
  {
3678
4205
  "kind": "Content",
3679
- "text": "criteriaDelimiter = "
4206
+ "text": " | "
4207
+ },
4208
+ {
4209
+ "kind": "Reference",
4210
+ "text": "MoreDataAvailableEventDetail",
4211
+ "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail:interface"
3680
4212
  },
3681
4213
  {
3682
4214
  "kind": "Content",
3683
- "text": "\";\""
3684
- }
3685
- ],
3686
- "fileUrlPath": "src/datasource/base.datasource.ts",
3687
- "initializerTokenRange": {
3688
- "startIndex": 1,
3689
- "endIndex": 2
3690
- },
3691
- "isReadonly": true,
3692
- "releaseTag": "Public",
3693
- "name": "criteriaDelimiter",
3694
- "variableTypeTokenRange": {
3695
- "startIndex": 0,
3696
- "endIndex": 0
3697
- }
3698
- },
3699
- {
3700
- "kind": "Variable",
3701
- "canonicalReference": "@genesislcap/grid-pro!criteriaJoin:var",
3702
- "docComment": "/**\n * The join for the criteria string.\n *\n * @public\n */\n",
3703
- "excerptTokens": [
4215
+ "text": " | "
4216
+ },
4217
+ {
4218
+ "kind": "Reference",
4219
+ "text": "SizeChangedEventDetail",
4220
+ "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail:interface"
4221
+ },
3704
4222
  {
3705
4223
  "kind": "Content",
3706
- "text": "criteriaJoin = "
4224
+ "text": " | "
4225
+ },
4226
+ {
4227
+ "kind": "Reference",
4228
+ "text": "DataClearedEventDetail",
4229
+ "canonicalReference": "@genesislcap/grid-pro!DataClearedEventDetail:interface"
3707
4230
  },
3708
4231
  {
3709
4232
  "kind": "Content",
3710
- "text": "\" && \""
4233
+ "text": " | "
4234
+ },
4235
+ {
4236
+ "kind": "Reference",
4237
+ "text": "DatasourceErrorEventDetail",
4238
+ "canonicalReference": "@genesislcap/grid-pro!DatasourceErrorEventDetail:interface"
4239
+ },
4240
+ {
4241
+ "kind": "Content",
4242
+ "text": ";"
3711
4243
  }
3712
4244
  ],
3713
- "fileUrlPath": "src/datasource/base.datasource.ts",
3714
- "initializerTokenRange": {
3715
- "startIndex": 1,
3716
- "endIndex": 2
3717
- },
3718
- "isReadonly": true,
4245
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
3719
4246
  "releaseTag": "Public",
3720
- "name": "criteriaJoin",
3721
- "variableTypeTokenRange": {
3722
- "startIndex": 0,
3723
- "endIndex": 0
4247
+ "name": "DatasourceEventDetail",
4248
+ "typeTokenRange": {
4249
+ "startIndex": 1,
4250
+ "endIndex": 16
3724
4251
  }
3725
4252
  },
3726
4253
  {
3727
4254
  "kind": "Variable",
3728
- "canonicalReference": "@genesislcap/grid-pro!csvExportParams:var",
3729
- "docComment": "/**\n * Allows secure export of CSV https://owasp.org/www-community/attacks/CSV_Injection\n *\n * @public\n */\n",
4255
+ "canonicalReference": "@genesislcap/grid-pro!datasourceEventNames:var",
4256
+ "docComment": "/**\n * Event names for datasource-grid communication These represent datasource operations, not grid-specific actions\n */\n",
3730
4257
  "excerptTokens": [
3731
4258
  {
3732
4259
  "kind": "Content",
3733
- "text": "csvExportParams: "
4260
+ "text": "datasourceEventNames: "
3734
4261
  },
3735
4262
  {
3736
- "kind": "Reference",
3737
- "text": "CsvExportParams",
3738
- "canonicalReference": "@ag-grid-community/core!CsvExportParams:interface"
4263
+ "kind": "Content",
4264
+ "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}"
3739
4265
  }
3740
4266
  ],
3741
- "fileUrlPath": "src/utils/sanitasations.ts",
4267
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
3742
4268
  "isReadonly": true,
3743
4269
  "releaseTag": "Public",
3744
- "name": "csvExportParams",
4270
+ "name": "datasourceEventNames",
3745
4271
  "variableTypeTokenRange": {
3746
4272
  "startIndex": 1,
3747
4273
  "endIndex": 2
@@ -8133,7 +8659,7 @@
8133
8659
  {
8134
8660
  "kind": "Reference",
8135
8661
  "text": "BaseDatasourceErrorEventDetail",
8136
- "canonicalReference": "@genesislcap/grid-pro!~BaseDatasourceErrorEventDetail:type"
8662
+ "canonicalReference": "@genesislcap/grid-pro!BaseDatasourceErrorEventDetail:type"
8137
8663
  },
8138
8664
  {
8139
8665
  "kind": "Content",
@@ -20584,6 +21110,87 @@
20584
21110
  "endIndex": 2
20585
21111
  }
20586
21112
  },
21113
+ {
21114
+ "kind": "Interface",
21115
+ "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail:interface",
21116
+ "docComment": "/**\n * Event detail for datasource initialization\n */\n",
21117
+ "excerptTokens": [
21118
+ {
21119
+ "kind": "Content",
21120
+ "text": "export interface InitializeEventDetail "
21121
+ }
21122
+ ],
21123
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
21124
+ "releaseTag": "Public",
21125
+ "name": "InitializeEventDetail",
21126
+ "preserveMemberOrder": false,
21127
+ "members": [
21128
+ {
21129
+ "kind": "PropertySignature",
21130
+ "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail#keepColDefsOnClearRowData:member",
21131
+ "docComment": "",
21132
+ "excerptTokens": [
21133
+ {
21134
+ "kind": "Content",
21135
+ "text": "keepColDefsOnClearRowData: "
21136
+ },
21137
+ {
21138
+ "kind": "Content",
21139
+ "text": "boolean"
21140
+ },
21141
+ {
21142
+ "kind": "Content",
21143
+ "text": ";"
21144
+ }
21145
+ ],
21146
+ "isReadonly": false,
21147
+ "isOptional": false,
21148
+ "releaseTag": "Public",
21149
+ "name": "keepColDefsOnClearRowData",
21150
+ "propertyTypeTokenRange": {
21151
+ "startIndex": 1,
21152
+ "endIndex": 2
21153
+ }
21154
+ },
21155
+ {
21156
+ "kind": "PropertySignature",
21157
+ "canonicalReference": "@genesislcap/grid-pro!InitializeEventDetail#options:member",
21158
+ "docComment": "",
21159
+ "excerptTokens": [
21160
+ {
21161
+ "kind": "Content",
21162
+ "text": "options: "
21163
+ },
21164
+ {
21165
+ "kind": "Content",
21166
+ "text": "{\n getRowId?: (params: any) => string;\n columnDefs?: "
21167
+ },
21168
+ {
21169
+ "kind": "Reference",
21170
+ "text": "ColDef",
21171
+ "canonicalReference": "@ag-grid-community/core!ColDef:interface"
21172
+ },
21173
+ {
21174
+ "kind": "Content",
21175
+ "text": "[];\n [key: string]: any;\n }"
21176
+ },
21177
+ {
21178
+ "kind": "Content",
21179
+ "text": ";"
21180
+ }
21181
+ ],
21182
+ "isReadonly": false,
21183
+ "isOptional": false,
21184
+ "releaseTag": "Public",
21185
+ "name": "options",
21186
+ "propertyTypeTokenRange": {
21187
+ "startIndex": 1,
21188
+ "endIndex": 4
21189
+ }
21190
+ }
21191
+ ],
21192
+ "extendsTokenRanges": []
21193
+ },
20587
21194
  {
20588
21195
  "kind": "Class",
20589
21196
  "canonicalReference": "@genesislcap/grid-pro!KVStorageStatePersistence:class",
@@ -21953,6 +22560,78 @@
21953
22560
  ],
21954
22561
  "name": "mergeAndDedupColDefWithColumnState"
21955
22562
  },
22563
+ {
22564
+ "kind": "Interface",
22565
+ "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail:interface",
22566
+ "docComment": "/**\n * Event detail for more data availability\n */\n",
22567
+ "excerptTokens": [
22568
+ {
22569
+ "kind": "Content",
22570
+ "text": "export interface MoreDataAvailableEventDetail "
22571
+ }
22572
+ ],
22573
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
22574
+ "releaseTag": "Public",
22575
+ "name": "MoreDataAvailableEventDetail",
22576
+ "preserveMemberOrder": false,
22577
+ "members": [
22578
+ {
22579
+ "kind": "PropertySignature",
22580
+ "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail#hasMoreData:member",
22581
+ "docComment": "",
22582
+ "excerptTokens": [
22583
+ {
22584
+ "kind": "Content",
22585
+ "text": "hasMoreData: "
22586
+ },
22587
+ {
22588
+ "kind": "Content",
22589
+ "text": "boolean"
22590
+ },
22591
+ {
22592
+ "kind": "Content",
22593
+ "text": ";"
22594
+ }
22595
+ ],
22596
+ "isReadonly": false,
22597
+ "isOptional": false,
22598
+ "releaseTag": "Public",
22599
+ "name": "hasMoreData",
22600
+ "propertyTypeTokenRange": {
22601
+ "startIndex": 1,
22602
+ "endIndex": 2
22603
+ }
22604
+ },
22605
+ {
22606
+ "kind": "PropertySignature",
22607
+ "canonicalReference": "@genesislcap/grid-pro!MoreDataAvailableEventDetail#sourceRef:member",
22608
+ "docComment": "",
22609
+ "excerptTokens": [
22610
+ {
22611
+ "kind": "Content",
22612
+ "text": "sourceRef: "
22613
+ },
22614
+ {
22615
+ "kind": "Content",
22616
+ "text": "string"
22617
+ },
22618
+ {
22619
+ "kind": "Content",
22620
+ "text": ";"
22621
+ }
22622
+ ],
22623
+ "isReadonly": false,
22624
+ "isOptional": false,
22625
+ "releaseTag": "Public",
22626
+ "name": "sourceRef",
22627
+ "propertyTypeTokenRange": {
22628
+ "startIndex": 1,
22629
+ "endIndex": 2
22630
+ }
22631
+ }
22632
+ ],
22633
+ "extendsTokenRanges": []
22634
+ },
21956
22635
  {
21957
22636
  "kind": "TypeAlias",
21958
22637
  "canonicalReference": "@genesislcap/grid-pro!MoreRowsDetail:type",
@@ -23804,6 +24483,88 @@
23804
24483
  }
23805
24484
  ]
23806
24485
  },
24486
+ {
24487
+ "kind": "Interface",
24488
+ "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail:interface",
24489
+ "docComment": "/**\n * Event detail for schema updates\n */\n",
24490
+ "excerptTokens": [
24491
+ {
24492
+ "kind": "Content",
24493
+ "text": "export interface SchemaUpdatedEventDetail "
24494
+ }
24495
+ ],
24496
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
24497
+ "releaseTag": "Public",
24498
+ "name": "SchemaUpdatedEventDetail",
24499
+ "preserveMemberOrder": false,
24500
+ "members": [
24501
+ {
24502
+ "kind": "PropertySignature",
24503
+ "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail#metadata:member",
24504
+ "docComment": "",
24505
+ "excerptTokens": [
24506
+ {
24507
+ "kind": "Content",
24508
+ "text": "metadata?: "
24509
+ },
24510
+ {
24511
+ "kind": "Reference",
24512
+ "text": "FieldMetadata",
24513
+ "canonicalReference": "@genesislcap/foundation-comms!FieldMetadata:type"
24514
+ },
24515
+ {
24516
+ "kind": "Content",
24517
+ "text": "[]"
24518
+ },
24519
+ {
24520
+ "kind": "Content",
24521
+ "text": ";"
24522
+ }
24523
+ ],
24524
+ "isReadonly": false,
24525
+ "isOptional": true,
24526
+ "releaseTag": "Public",
24527
+ "name": "metadata",
24528
+ "propertyTypeTokenRange": {
24529
+ "startIndex": 1,
24530
+ "endIndex": 3
24531
+ }
24532
+ },
24533
+ {
24534
+ "kind": "PropertySignature",
24535
+ "canonicalReference": "@genesislcap/grid-pro!SchemaUpdatedEventDetail#schema:member",
24536
+ "docComment": "",
24537
+ "excerptTokens": [
24538
+ {
24539
+ "kind": "Content",
24540
+ "text": "schema: "
24541
+ },
24542
+ {
24543
+ "kind": "Reference",
24544
+ "text": "ColDef",
24545
+ "canonicalReference": "@ag-grid-community/core!ColDef:interface"
24546
+ },
24547
+ {
24548
+ "kind": "Content",
24549
+ "text": "[]"
24550
+ },
24551
+ {
24552
+ "kind": "Content",
24553
+ "text": ";"
24554
+ }
24555
+ ],
24556
+ "isReadonly": false,
24557
+ "isOptional": false,
24558
+ "releaseTag": "Public",
24559
+ "name": "schema",
24560
+ "propertyTypeTokenRange": {
24561
+ "startIndex": 1,
24562
+ "endIndex": 3
24563
+ }
24564
+ }
24565
+ ],
24566
+ "extendsTokenRanges": []
24567
+ },
23807
24568
  {
23808
24569
  "kind": "Interface",
23809
24570
  "canonicalReference": "@genesislcap/grid-pro!SelectCellRendererParams:interface",
@@ -25210,6 +25971,248 @@
25210
25971
  ],
25211
25972
  "extendsTokenRanges": []
25212
25973
  },
25974
+ {
25975
+ "kind": "TypeAlias",
25976
+ "canonicalReference": "@genesislcap/grid-pro!ServerSideDatasourceOptions:type",
25977
+ "docComment": "/**\n * Type definition for configuration options used for streams.\n *\n * @remarks\n *\n * Used by {@link @genesislcap/grid-pro#GridProServerSideDatasource} constructor to configure options for the stream.\n *\n * @alpha\n */\n",
25978
+ "excerptTokens": [
25979
+ {
25980
+ "kind": "Content",
25981
+ "text": "export type ServerSideDatasourceOptions = "
25982
+ },
25983
+ {
25984
+ "kind": "Content",
25985
+ "text": "{\n createDataserverStreamFunc?: (existingParams?: any) => "
25986
+ },
25987
+ {
25988
+ "kind": "Reference",
25989
+ "text": "Promise",
25990
+ "canonicalReference": "!Promise:interface"
25991
+ },
25992
+ {
25993
+ "kind": "Content",
25994
+ "text": "<"
25995
+ },
25996
+ {
25997
+ "kind": "Reference",
25998
+ "text": "SocketObservable",
25999
+ "canonicalReference": "@genesislcap/foundation-comms!SocketObservable:class"
26000
+ },
26001
+ {
26002
+ "kind": "Content",
26003
+ "text": "<"
26004
+ },
26005
+ {
26006
+ "kind": "Reference",
26007
+ "text": "FilteredDataServerResult",
26008
+ "canonicalReference": "@genesislcap/foundation-comms!FilteredDataServerResult:type"
26009
+ },
26010
+ {
26011
+ "kind": "Content",
26012
+ "text": ">>;\n createReqRepRequestFunc?: (existingParams?: any) => "
26013
+ },
26014
+ {
26015
+ "kind": "Reference",
26016
+ "text": "Promise",
26017
+ "canonicalReference": "!Promise:interface"
26018
+ },
26019
+ {
26020
+ "kind": "Content",
26021
+ "text": "<"
26022
+ },
26023
+ {
26024
+ "kind": "Reference",
26025
+ "text": "RequestServerResult",
26026
+ "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
26027
+ },
26028
+ {
26029
+ "kind": "Content",
26030
+ "text": ">;\n createReqRepStreamFunc?: (params?: any) => "
26031
+ },
26032
+ {
26033
+ "kind": "Reference",
26034
+ "text": "Promise",
26035
+ "canonicalReference": "!Promise:interface"
26036
+ },
26037
+ {
26038
+ "kind": "Content",
26039
+ "text": "<{\n stream: "
26040
+ },
26041
+ {
26042
+ "kind": "Reference",
26043
+ "text": "SocketObservable",
26044
+ "canonicalReference": "@genesislcap/foundation-comms!SocketObservable:class"
26045
+ },
26046
+ {
26047
+ "kind": "Content",
26048
+ "text": "<"
26049
+ },
26050
+ {
26051
+ "kind": "Reference",
26052
+ "text": "RequestServerResult",
26053
+ "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
26054
+ },
26055
+ {
26056
+ "kind": "Content",
26057
+ "text": ">;\n datasource: "
26058
+ },
26059
+ {
26060
+ "kind": "Reference",
26061
+ "text": "Datasource",
26062
+ "canonicalReference": "@genesislcap/foundation-comms!Datasource:interface"
26063
+ },
26064
+ {
26065
+ "kind": "Content",
26066
+ "text": ";\n }>;\n onPollingUpdateFunc?: (result: "
26067
+ },
26068
+ {
26069
+ "kind": "Reference",
26070
+ "text": "RequestServerResult",
26071
+ "canonicalReference": "@genesislcap/foundation-comms!RequestServerResult:type"
26072
+ },
26073
+ {
26074
+ "kind": "Content",
26075
+ "text": ") => void;\n resetPreviousPollResultFunc?: () => void;\n reloadResourceDataFunc?: (params: any) => "
26076
+ },
26077
+ {
26078
+ "kind": "Reference",
26079
+ "text": "Promise",
26080
+ "canonicalReference": "!Promise:interface"
26081
+ },
26082
+ {
26083
+ "kind": "Content",
26084
+ "text": "<void>;\n errorHandlerFunc?: (message: string, type: string) => void;\n resourceName: string;\n resourceParams?: "
26085
+ },
26086
+ {
26087
+ "kind": "Reference",
26088
+ "text": "DataserverParams",
26089
+ "canonicalReference": "@genesislcap/foundation-comms!DataserverParams:type"
26090
+ },
26091
+ {
26092
+ "kind": "Content",
26093
+ "text": " | "
26094
+ },
26095
+ {
26096
+ "kind": "Reference",
26097
+ "text": "RequestParams",
26098
+ "canonicalReference": "@genesislcap/foundation-comms!RequestParams:type"
26099
+ },
26100
+ {
26101
+ "kind": "Content",
26102
+ "text": ";\n resourceIndexes?: "
26103
+ },
26104
+ {
26105
+ "kind": "Reference",
26106
+ "text": "Map",
26107
+ "canonicalReference": "!Map:interface"
26108
+ },
26109
+ {
26110
+ "kind": "Content",
26111
+ "text": "<string, [string]>;\n resourceColDefs?: "
26112
+ },
26113
+ {
26114
+ "kind": "Reference",
26115
+ "text": "MetadataDetail",
26116
+ "canonicalReference": "@genesislcap/foundation-comms!MetadataDetail:type"
26117
+ },
26118
+ {
26119
+ "kind": "Content",
26120
+ "text": "[];\n maxRows?: number;\n maxView?: number;\n rowId?: string;\n pagination?: boolean;\n zeroBasedViewNumber?: boolean;\n pagingMode?: "
26121
+ },
26122
+ {
26123
+ "kind": "Reference",
26124
+ "text": "PagingMode",
26125
+ "canonicalReference": "@genesislcap/grid-pro!PagingMode:type"
26126
+ },
26127
+ {
26128
+ "kind": "Content",
26129
+ "text": " | undefined;\n criteriaOnlyRequest?: boolean;\n usePolling?: boolean;\n}"
26130
+ },
26131
+ {
26132
+ "kind": "Content",
26133
+ "text": ";"
26134
+ }
26135
+ ],
26136
+ "fileUrlPath": "src/datasource/base.types.ts",
26137
+ "releaseTag": "Alpha",
26138
+ "name": "ServerSideDatasourceOptions",
26139
+ "typeTokenRange": {
26140
+ "startIndex": 1,
26141
+ "endIndex": 34
26142
+ }
26143
+ },
26144
+ {
26145
+ "kind": "Interface",
26146
+ "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail:interface",
26147
+ "docComment": "/**\n * Event detail for size changes\n */\n",
26148
+ "excerptTokens": [
26149
+ {
26150
+ "kind": "Content",
26151
+ "text": "export interface SizeChangedEventDetail "
26152
+ }
26153
+ ],
26154
+ "fileUrlPath": "src/grid-pro-genesis-datasource/datasource-events.types.ts",
26155
+ "releaseTag": "Public",
26156
+ "name": "SizeChangedEventDetail",
26157
+ "preserveMemberOrder": false,
26158
+ "members": [
26159
+ {
26160
+ "kind": "PropertySignature",
26161
+ "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail#oldValue:member",
26162
+ "docComment": "",
26163
+ "excerptTokens": [
26164
+ {
26165
+ "kind": "Content",
26166
+ "text": "oldValue: "
26167
+ },
26168
+ {
26169
+ "kind": "Content",
26170
+ "text": "number"
26171
+ },
26172
+ {
26173
+ "kind": "Content",
26174
+ "text": ";"
26175
+ }
26176
+ ],
26177
+ "isReadonly": false,
26178
+ "isOptional": false,
26179
+ "releaseTag": "Public",
26180
+ "name": "oldValue",
26181
+ "propertyTypeTokenRange": {
26182
+ "startIndex": 1,
26183
+ "endIndex": 2
26184
+ }
26185
+ },
26186
+ {
26187
+ "kind": "PropertySignature",
26188
+ "canonicalReference": "@genesislcap/grid-pro!SizeChangedEventDetail#value:member",
26189
+ "docComment": "",
26190
+ "excerptTokens": [
26191
+ {
26192
+ "kind": "Content",
26193
+ "text": "value: "
26194
+ },
26195
+ {
26196
+ "kind": "Content",
26197
+ "text": "number"
26198
+ },
26199
+ {
26200
+ "kind": "Content",
26201
+ "text": ";"
26202
+ }
26203
+ ],
26204
+ "isReadonly": false,
26205
+ "isOptional": false,
26206
+ "releaseTag": "Public",
26207
+ "name": "value",
26208
+ "propertyTypeTokenRange": {
26209
+ "startIndex": 1,
26210
+ "endIndex": 2
26211
+ }
26212
+ }
26213
+ ],
26214
+ "extendsTokenRanges": []
26215
+ },
25213
26216
  {
25214
26217
  "kind": "Interface",
25215
26218
  "canonicalReference": "@genesislcap/grid-pro!StatePersistence:interface",