@genesislcap/grid-pro 14.348.0 → 14.350.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/dist/custom-elements.json +2293 -1443
  2. package/dist/dts/cell-renderers/boolean.renderer.d.ts.map +1 -1
  3. package/dist/dts/datasource/base.datasource.d.ts +20 -15
  4. package/dist/dts/datasource/base.datasource.d.ts.map +1 -1
  5. package/dist/dts/datasource/index.d.ts +1 -0
  6. package/dist/dts/datasource/index.d.ts.map +1 -1
  7. package/dist/dts/datasource/server-side.datasource.d.ts +9 -9
  8. package/dist/dts/datasource/server-side.datasource.d.ts.map +1 -1
  9. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts +101 -0
  10. package/dist/dts/grid-pro-genesis-datasource/datasource-events.types.d.ts.map +1 -0
  11. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts +24 -9
  12. package/dist/dts/grid-pro-genesis-datasource/grid-pro-genesis-datasource.d.ts.map +1 -1
  13. package/dist/dts/grid-pro-v34.d.ts +862 -0
  14. package/dist/dts/grid-pro-v34.d.ts.map +1 -0
  15. package/dist/dts/grid-pro.d.ts +88 -1
  16. package/dist/dts/grid-pro.d.ts.map +1 -1
  17. package/dist/dts/grid-pro.definitions.d.ts.map +1 -1
  18. package/dist/dts/index.d.ts +1 -0
  19. package/dist/dts/index.d.ts.map +1 -1
  20. package/dist/dts/status-bar-components/label-value.status-bar.d.ts +1 -1
  21. package/dist/dts/status-bar-components/label-value.status-bar.d.ts.map +1 -1
  22. package/dist/dts/status-bar-components/load-more.status-bar.d.ts +1 -1
  23. package/dist/dts/status-bar-components/load-more.status-bar.d.ts.map +1 -1
  24. package/dist/dts/status-bar-components/pagination.status-bar.d.ts +1 -1
  25. package/dist/dts/status-bar-components/pagination.status-bar.d.ts.map +1 -1
  26. package/dist/dts/status-bar-components/reload.status-bar.d.ts +1 -1
  27. package/dist/dts/status-bar-components/reload.status-bar.d.ts.map +1 -1
  28. package/dist/esm/cell-renderers/boolean.renderer.js +6 -7
  29. package/dist/esm/datasource/base.datasource.js +68 -95
  30. package/dist/esm/datasource/index.js +1 -0
  31. package/dist/esm/datasource/server-side.datasource.js +127 -149
  32. package/dist/esm/grid-pro-genesis-datasource/datasource-events.types.js +33 -0
  33. package/dist/esm/grid-pro-genesis-datasource/grid-pro-genesis-datasource.js +83 -78
  34. package/dist/esm/grid-pro-v34.js +1034 -0
  35. package/dist/esm/grid-pro.definitions.js +1 -1
  36. package/dist/esm/grid-pro.js +283 -8
  37. package/dist/esm/grid-pro.template.js +1 -1
  38. package/dist/esm/index.js +1 -0
  39. package/dist/esm/status-bar-components/pagination.status-bar.js +18 -11
  40. package/dist/grid-pro.api.json +3188 -698
  41. package/dist/grid-pro.d.ts +1171 -118
  42. package/docs/api/grid-pro.errorhandlerdialogstyles.md +11 -0
  43. package/docs/api/grid-pro.genesisgriddatasourceelement.md +0 -21
  44. package/docs/api/grid-pro.geterrorhandlerdialogtemplate.md +64 -0
  45. package/docs/api/grid-pro.gridpro.md +17 -0
  46. package/docs/api/grid-pro.gridpro.thememode.md +11 -0
  47. package/docs/api/{grid-pro.gridprobasedatasource.applyallagtransactions.md → grid-pro.gridprobasedatasource.applyalltransactions.md} +3 -3
  48. package/docs/api/grid-pro.gridprobasedatasource.applytransaction.md +3 -3
  49. package/docs/api/grid-pro.gridprobasedatasource.getdatasourcestatusbarpanels.md +15 -1
  50. package/docs/api/grid-pro.gridprobasedatasource.isdisconnected.md +1 -1
  51. package/docs/api/{grid-pro.gridprobasedatasource.agtransaction.md → grid-pro.gridprobasedatasource.keepcoldefsonclearrowdata.md} +3 -3
  52. package/docs/api/grid-pro.gridprobasedatasource.md +17 -55
  53. package/docs/api/grid-pro.gridprobasedatasource.pagination.md +1 -1
  54. package/docs/api/grid-pro.gridprobasedatasource.setdisconnected.md +1 -1
  55. package/docs/api/{grid-pro.gridprobasedatasource.applyfuncname.md → grid-pro.gridprobasedatasource.transactiondata.md} +3 -3
  56. package/docs/api/grid-pro.gridprogenesisdatasource.applytransaction.md +4 -4
  57. package/docs/api/grid-pro.gridprogenesisdatasource.init.md +4 -20
  58. package/docs/api/grid-pro.gridprogenesisdatasource.md +7 -34
  59. package/docs/api/{grid-pro.gridprogenesisdatasource.applyfuncname.md → grid-pro.gridprogenesisdatasource.transactiondata.md} +3 -3
  60. package/docs/api/grid-pro.gridproserversidedatasource.applytransaction.md +4 -4
  61. package/docs/api/grid-pro.gridproserversidedatasource.md +1 -74
  62. package/docs/api/grid-pro.gridproserversidedatasource.onpaginationchanged.md +2 -2
  63. package/docs/api/{grid-pro.gridproserversidedatasource.rowmodel.md → grid-pro.gridprov34._constructor_.md} +5 -3
  64. package/docs/api/grid-pro.gridprov34.addeventlistener.md +89 -0
  65. package/docs/api/{grid-pro.gridproserversidedatasource.applyfuncname.md → grid-pro.gridprov34.aggrid.md} +3 -3
  66. package/docs/api/{grid-pro.gridproserversidedatasource.applyasyncfuncname.md → grid-pro.gridprov34.aggridoptions.md} +3 -3
  67. package/docs/api/grid-pro.gridprov34.autocellrendererbytype.md +14 -0
  68. package/docs/api/grid-pro.gridprov34.cachefilterconfig.md +18 -0
  69. package/docs/api/grid-pro.gridprov34.classnames.md +14 -0
  70. package/docs/api/grid-pro.gridprov34.clearlocalgridoptions.md +17 -0
  71. package/docs/api/grid-pro.gridprov34.columncomponentname.md +14 -0
  72. package/docs/api/grid-pro.gridprov34.combineallgridcomponents.md +53 -0
  73. package/docs/api/grid-pro.gridprov34.connectedcallback.md +18 -0
  74. package/docs/api/grid-pro.gridprov34.customerrorhandlertemplate.md +21 -0
  75. package/docs/api/grid-pro.gridprov34.disconnectedcallback.md +18 -0
  76. package/docs/api/grid-pro.gridprov34.enablecellflashing.md +21 -0
  77. package/docs/api/grid-pro.gridprov34.enablerowflashing.md +16 -0
  78. package/docs/api/grid-pro.gridprov34.eventsandcallbacks.md +14 -0
  79. package/docs/api/grid-pro.gridprov34.getfiltermodel.md +20 -0
  80. package/docs/api/grid-pro.gridprov34.getsavedcolumnstate.md +21 -0
  81. package/docs/api/grid-pro.gridprov34.getselectedrows.md +19 -0
  82. package/docs/api/{grid-pro.gridproserversidedatasource.applytransactionasync.md → grid-pro.gridprov34.globaleventlistener.md} +7 -9
  83. package/docs/api/grid-pro.gridprov34.gridapi.md +14 -0
  84. package/docs/api/grid-pro.gridprov34.gridautosizingenabled.md +16 -0
  85. package/docs/api/grid-pro.gridprov34.gridcomponents.md +16 -0
  86. package/docs/api/grid-pro.gridprov34.griderroritems.md +14 -0
  87. package/docs/api/grid-pro.gridprov34.gridoptions.md +14 -0
  88. package/docs/api/grid-pro.gridprov34.gridoptionsconfig.md +28 -0
  89. package/docs/api/grid-pro.gridprov34.gridparams.md +12 -0
  90. package/docs/api/grid-pro.gridprov34.gridprodatasource.md +18 -0
  91. package/docs/api/grid-pro.gridprov34.gridslot.md +14 -0
  92. package/docs/api/grid-pro.gridprov34.hasselectedrows.md +19 -0
  93. package/docs/api/grid-pro.gridprov34.headercasetype.md +18 -0
  94. package/docs/api/grid-pro.gridprov34.headerheight.md +14 -0
  95. package/docs/api/grid-pro.gridprov34.hidedatasourceerror.md +18 -0
  96. package/docs/api/grid-pro.gridprov34.initialised.md +14 -0
  97. package/docs/api/grid-pro.gridprov34.isserverside.md +12 -0
  98. package/docs/api/grid-pro.gridprov34.md +1008 -0
  99. package/docs/api/grid-pro.gridprov34.mergeallcolumndefsandstates.md +230 -0
  100. package/docs/api/grid-pro.gridprov34.onlytemplatecoldefs.md +14 -0
  101. package/docs/api/grid-pro.gridprov34.pagination.md +21 -0
  102. package/docs/api/grid-pro.gridprov34.paginationpagesize.md +25 -0
  103. package/docs/api/grid-pro.gridprov34.persistcolumnstatekey.md +16 -0
  104. package/docs/api/grid-pro.gridprov34.persistfiltermodelkey.md +16 -0
  105. package/docs/api/grid-pro.gridprov34.provider.md +14 -0
  106. package/docs/api/grid-pro.gridprov34.restorecachedfilterconfig.md +18 -0
  107. package/docs/api/grid-pro.gridprov34.rowdata.md +18 -0
  108. package/docs/api/grid-pro.gridprov34.rowdatachanged.md +67 -0
  109. package/docs/api/grid-pro.gridprov34.rowheight.md +14 -0
  110. package/docs/api/grid-pro.gridprov34.setfiltermodel.md +55 -0
  111. package/docs/api/grid-pro.gridprov34.setuppaginationandstatusbar.md +53 -0
  112. package/docs/api/grid-pro.gridprov34.statepersistanceenabled.md +18 -0
  113. package/docs/api/grid-pro.gridprov34.statepersistence.md +14 -0
  114. package/docs/api/grid-pro.gridprov34.statusbarconfig.md +21 -0
  115. package/docs/api/grid-pro.gridprov34.thememode.md +14 -0
  116. package/docs/api/grid-pro.gridprov34.withstatusbar.md +21 -0
  117. package/docs/api/grid-pro.md +29 -1
  118. package/docs/api-report.md.api.md +377 -41
  119. package/package.json +16 -14
  120. package/docs/api/grid-pro.genesisgriddatasourceelement.aggrid.md +0 -11
  121. package/docs/api/grid-pro.gridprobasedatasource.applyasyncfuncname.md +0 -11
  122. package/docs/api/grid-pro.gridprobasedatasource.applytransactionasync.md +0 -66
  123. package/docs/api/grid-pro.gridprogenesisdatasource.applyasyncfuncname.md +0 -11
  124. package/docs/api/grid-pro.gridprogenesisdatasource.applytransactionasync.md +0 -66
@@ -47,44 +47,6 @@ Description
47
47
  </th></tr></thead>
48
48
  <tbody><tr><td>
49
49
 
50
- [applyAsyncFuncName](./grid-pro.gridproserversidedatasource.applyasyncfuncname.md)
51
-
52
-
53
- </td><td>
54
-
55
-
56
- </td><td>
57
-
58
- string
59
-
60
-
61
- </td><td>
62
-
63
- **_(BETA)_**
64
-
65
-
66
- </td></tr>
67
- <tr><td>
68
-
69
- [applyFuncName](./grid-pro.gridproserversidedatasource.applyfuncname.md)
70
-
71
-
72
- </td><td>
73
-
74
-
75
- </td><td>
76
-
77
- string
78
-
79
-
80
- </td><td>
81
-
82
- **_(BETA)_**
83
-
84
-
85
- </td></tr>
86
- <tr><td>
87
-
88
50
  [liveUpdates](./grid-pro.gridproserversidedatasource.liveupdates.md)
89
51
 
90
52
 
@@ -139,27 +101,6 @@ any
139
101
  **_(BETA)_**
140
102
 
141
103
 
142
- </td></tr>
143
- <tr><td>
144
-
145
- [rowModel](./grid-pro.gridproserversidedatasource.rowmodel.md)
146
-
147
-
148
- </td><td>
149
-
150
- `readonly`
151
-
152
-
153
- </td><td>
154
-
155
- IServerSideRowModel
156
-
157
-
158
- </td><td>
159
-
160
- **_(BETA)_**
161
-
162
-
163
104
  </td></tr>
164
105
  <tr><td>
165
106
 
@@ -202,21 +143,7 @@ Description
202
143
  </th></tr></thead>
203
144
  <tbody><tr><td>
204
145
 
205
- [applyTransaction(agTransaction)](./grid-pro.gridproserversidedatasource.applytransaction.md)
206
-
207
-
208
- </td><td>
209
-
210
-
211
- </td><td>
212
-
213
- **_(BETA)_**
214
-
215
-
216
- </td></tr>
217
- <tr><td>
218
-
219
- [applyTransactionAsync(agTransaction, callback)](./grid-pro.gridproserversidedatasource.applytransactionasync.md)
146
+ [applyTransaction(transaction)](./grid-pro.gridproserversidedatasource.applytransaction.md)
220
147
 
221
148
 
222
149
  </td><td>
@@ -10,7 +10,7 @@
10
10
  **Signature:**
11
11
 
12
12
  ```typescript
13
- onPaginationChanged(event: PaginationChangedEvent): void;
13
+ onPaginationChanged(event: any): void;
14
14
  ```
15
15
 
16
16
  ## Parameters
@@ -38,7 +38,7 @@ event
38
38
 
39
39
  </td><td>
40
40
 
41
- PaginationChangedEvent
41
+ any
42
42
 
43
43
 
44
44
  </td><td>
@@ -1,14 +1,16 @@
1
1
  <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
2
 
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) &gt; [rowModel](./grid-pro.gridproserversidedatasource.rowmodel.md)
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [(constructor)](./grid-pro.gridprov34._constructor_.md)
4
4
 
5
- ## GridProServerSideDatasource.rowModel property
5
+ ## GridProV34.(constructor)
6
6
 
7
7
  > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
9
9
 
10
+ Constructs a new instance of the `GridProV34` class
11
+
10
12
  **Signature:**
11
13
 
12
14
  ```typescript
13
- get rowModel(): IServerSideRowModel;
15
+ constructor();
14
16
  ```
@@ -0,0 +1,89 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [addEventListener](./grid-pro.gridprov34.addeventlistener.md)
4
+
5
+ ## GridProV34.addEventListener() method
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Adds an event listener to the grid element.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ addEventListener(eventType: string, listener: any, options?: boolean | AddEventListenerOptions): void;
16
+ ```
17
+
18
+ ## Parameters
19
+
20
+ <table><thead><tr><th>
21
+
22
+ Parameter
23
+
24
+
25
+ </th><th>
26
+
27
+ Type
28
+
29
+
30
+ </th><th>
31
+
32
+ Description
33
+
34
+
35
+ </th></tr></thead>
36
+ <tbody><tr><td>
37
+
38
+ eventType
39
+
40
+
41
+ </td><td>
42
+
43
+ string
44
+
45
+
46
+ </td><td>
47
+
48
+ The event type to listen for. Recommened to use the `Events` from AG Grid.
49
+
50
+
51
+ </td></tr>
52
+ <tr><td>
53
+
54
+ listener
55
+
56
+
57
+ </td><td>
58
+
59
+ any
60
+
61
+
62
+ </td><td>
63
+
64
+ The event listener to call when the event is fired.
65
+
66
+
67
+ </td></tr>
68
+ <tr><td>
69
+
70
+ options
71
+
72
+
73
+ </td><td>
74
+
75
+ boolean \| AddEventListenerOptions
76
+
77
+
78
+ </td><td>
79
+
80
+ _(Optional)_ An options object that specifies characteristics about the event listener.
81
+
82
+
83
+ </td></tr>
84
+ </tbody></table>
85
+
86
+ **Returns:**
87
+
88
+ void
89
+
@@ -1,8 +1,8 @@
1
1
  <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
2
 
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) &gt; [applyFuncName](./grid-pro.gridproserversidedatasource.applyfuncname.md)
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [agGrid](./grid-pro.gridprov34.aggrid.md)
4
4
 
5
- ## GridProServerSideDatasource.applyFuncName property
5
+ ## GridProV34.agGrid property
6
6
 
7
7
  > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
@@ -10,5 +10,5 @@
10
10
  **Signature:**
11
11
 
12
12
  ```typescript
13
- applyFuncName: string;
13
+ agGrid: GridApi;
14
14
  ```
@@ -1,8 +1,8 @@
1
1
  <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
2
 
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) &gt; [applyAsyncFuncName](./grid-pro.gridproserversidedatasource.applyasyncfuncname.md)
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [agGridOptions](./grid-pro.gridprov34.aggridoptions.md)
4
4
 
5
- ## GridProServerSideDatasource.applyAsyncFuncName property
5
+ ## GridProV34.agGridOptions property
6
6
 
7
7
  > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
@@ -10,5 +10,5 @@
10
10
  **Signature:**
11
11
 
12
12
  ```typescript
13
- applyAsyncFuncName: string;
13
+ protected agGridOptions: GridOptions;
14
14
  ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [autoCellRendererByType](./grid-pro.gridprov34.autocellrendererbytype.md)
4
+
5
+ ## GridProV34.autoCellRendererByType property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ autoCellRendererByType: boolean;
14
+ ```
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [cacheFilterConfig](./grid-pro.gridprov34.cachefilterconfig.md)
4
+
5
+ ## GridProV34.cacheFilterConfig() method
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ cacheFilterConfig(): void;
14
+ ```
15
+ **Returns:**
16
+
17
+ void
18
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [classNames](./grid-pro.gridprov34.classnames.md)
4
+
5
+ ## GridProV34.classNames property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ classNames: string;
14
+ ```
@@ -0,0 +1,17 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [clearLocalGridOptions](./grid-pro.gridprov34.clearlocalgridoptions.md)
4
+
5
+ ## GridProV34.clearLocalGridOptions() method
6
+
7
+ Clears the local grid options, this is used to clear the grid options when the grid is restarted.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ clearLocalGridOptions(): void;
13
+ ```
14
+ **Returns:**
15
+
16
+ void
17
+
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [columnComponentName](./grid-pro.gridprov34.columncomponentname.md)
4
+
5
+ ## GridProV34.columnComponentName property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ columnComponentName: string;
14
+ ```
@@ -0,0 +1,53 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [combineAllGridComponents](./grid-pro.gridprov34.combineallgridcomponents.md)
4
+
5
+ ## GridProV34.combineAllGridComponents() method
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ combineAllGridComponents(gridOptionsComponents: GridComponents): GridComponents;
14
+ ```
15
+
16
+ ## Parameters
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Parameter
21
+
22
+
23
+ </th><th>
24
+
25
+ Type
26
+
27
+
28
+ </th><th>
29
+
30
+ Description
31
+
32
+
33
+ </th></tr></thead>
34
+ <tbody><tr><td>
35
+
36
+ gridOptionsComponents
37
+
38
+
39
+ </td><td>
40
+
41
+ [GridComponents](./grid-pro.gridcomponents.md)
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td></tr>
48
+ </tbody></table>
49
+
50
+ **Returns:**
51
+
52
+ [GridComponents](./grid-pro.gridcomponents.md)
53
+
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [connectedCallback](./grid-pro.gridprov34.connectedcallback.md)
4
+
5
+ ## GridProV34.connectedCallback() method
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ connectedCallback(): void;
14
+ ```
15
+ **Returns:**
16
+
17
+ void
18
+
@@ -0,0 +1,21 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [customErrorHandlerTemplate](./grid-pro.gridprov34.customerrorhandlertemplate.md)
4
+
5
+ ## GridProV34.customErrorHandlerTemplate property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Custom error handler dialog template function.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ customErrorHandlerTemplate?: (prefix: string, gridErrorItems: GridProErrorItem<any>[]) => ViewTemplate;
16
+ ```
17
+
18
+ ## Remarks
19
+
20
+ When provided, this function will be used to render custom error dialogs instead of the default error handler. The function should accept a prefix string and an array of grid error items and return a ViewTemplate. If not provided, the default error handler dialog template will be used.
21
+
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [disconnectedCallback](./grid-pro.gridprov34.disconnectedcallback.md)
4
+
5
+ ## GridProV34.disconnectedCallback() method
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ disconnectedCallback(): void;
14
+ ```
15
+ **Returns:**
16
+
17
+ void
18
+
@@ -0,0 +1,21 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [enableCellFlashing](./grid-pro.gridprov34.enablecellflashing.md)
4
+
5
+ ## GridProV34.enableCellFlashing property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ enableCellFlashing: boolean;
16
+ ```
17
+
18
+ ## Remarks
19
+
20
+ Defaults to true
21
+
@@ -0,0 +1,16 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [enableRowFlashing](./grid-pro.gridprov34.enablerowflashing.md)
4
+
5
+ ## GridProV34.enableRowFlashing property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ If true, will enable row flashing for all rows for `add` async transactions
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ enableRowFlashing: boolean;
16
+ ```
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [eventsAndCallbacks](./grid-pro.gridprov34.eventsandcallbacks.md)
4
+
5
+ ## GridProV34.eventsAndCallbacks property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ eventsAndCallbacks: GridProEventsAndCallbacks;
14
+ ```
@@ -0,0 +1,20 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [getfilterModel](./grid-pro.gridprov34.getfiltermodel.md)
4
+
5
+ ## GridProV34.getfilterModel() method
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ getfilterModel(): Promise<{
14
+ [key: string]: any;
15
+ }>;
16
+ ```
17
+ **Returns:**
18
+
19
+ Promise&lt;{ \[key: string\]: any; }&gt;
20
+
@@ -0,0 +1,21 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [getSavedColumnState](./grid-pro.gridprov34.getsavedcolumnstate.md)
4
+
5
+ ## GridProV34.getSavedColumnState() method
6
+
7
+ Gets the saved grid ColumnState\[\] from storage
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ getSavedColumnState(): Promise<ColumnState[]>;
13
+ ```
14
+ **Returns:**
15
+
16
+ Promise&lt;ColumnState\[\]&gt;
17
+
18
+ ## Remarks
19
+
20
+ This is used to restore the grid state when the grid is rehydrated
21
+
@@ -0,0 +1,19 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [getSelectedRows](./grid-pro.gridprov34.getselectedrows.md)
4
+
5
+ ## GridProV34.getSelectedRows() method
6
+
7
+ Gets the currently selected rows from the grid
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ getSelectedRows(): any[];
13
+ ```
14
+ **Returns:**
15
+
16
+ any\[\]
17
+
18
+ Array of selected row data
19
+
@@ -1,8 +1,8 @@
1
1
  <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
2
 
3
- [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProServerSideDatasource](./grid-pro.gridproserversidedatasource.md) &gt; [applyTransactionAsync](./grid-pro.gridproserversidedatasource.applytransactionasync.md)
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [globalEventListener](./grid-pro.gridprov34.globaleventlistener.md)
4
4
 
5
- ## GridProServerSideDatasource.applyTransactionAsync() method
5
+ ## GridProV34.globalEventListener() method
6
6
 
7
7
  > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
8
  >
@@ -10,7 +10,7 @@
10
10
  **Signature:**
11
11
 
12
12
  ```typescript
13
- applyTransactionAsync(agTransaction: RowDataTransaction, callback?: (res: ServerSideTransactionResult) => void): void;
13
+ globalEventListener(eventType: any, event: any): void;
14
14
  ```
15
15
 
16
16
  ## Parameters
@@ -33,12 +33,12 @@ Description
33
33
  </th></tr></thead>
34
34
  <tbody><tr><td>
35
35
 
36
- agTransaction
36
+ eventType
37
37
 
38
38
 
39
39
  </td><td>
40
40
 
41
- RowDataTransaction
41
+ any
42
42
 
43
43
 
44
44
  </td><td>
@@ -47,18 +47,16 @@ RowDataTransaction
47
47
  </td></tr>
48
48
  <tr><td>
49
49
 
50
- callback
50
+ event
51
51
 
52
52
 
53
53
  </td><td>
54
54
 
55
- (res: ServerSideTransactionResult) =&gt; void
55
+ any
56
56
 
57
57
 
58
58
  </td><td>
59
59
 
60
- _(Optional)_
61
-
62
60
 
63
61
  </td></tr>
64
62
  </tbody></table>
@@ -0,0 +1,14 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [gridApi](./grid-pro.gridprov34.gridapi.md)
4
+
5
+ ## GridProV34.gridApi property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ **Signature:**
11
+
12
+ ```typescript
13
+ gridApi: GridApi;
14
+ ```
@@ -0,0 +1,16 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [GridProV34](./grid-pro.gridprov34.md) &gt; [gridAutosizingEnabled](./grid-pro.gridprov34.gridautosizingenabled.md)
4
+
5
+ ## GridProV34.gridAutosizingEnabled property
6
+
7
+ > This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
8
+ >
9
+
10
+ Boolean attribute to control whether the grid autosizes the columns upon interaction. This will disable the column widths from being manually set, and doesn't save the widths in local storage if you are using `persist-column-state-key`<!-- -->.
11
+
12
+ **Signature:**
13
+
14
+ ```typescript
15
+ gridAutosizingEnabled: boolean;
16
+ ```