ids-enterprise-typings 21.0.3-patch.8 → 21.0.3-patch.9

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.
@@ -198,6 +198,12 @@ interface SohoDataGridOptions {
198
198
  /** Disable Sort Logic client side and let your server do it */
199
199
  disableClientSort?: boolean;
200
200
 
201
+ /** Allow tri-state sorting (ascending, descending, unsorted) */
202
+ allowTriStateSort?: boolean;
203
+
204
+ /** Use locale-specific sorting */
205
+ useLocaleSort?: boolean;
206
+
201
207
  /** Can provide a custom function to adjust results text */
202
208
  resultsText?: SohoDataGridResultsTextFunction;
203
209
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "21.0.3-patch.8",
4
+ "version": "21.0.3-patch.9",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {