ids-enterprise-typings 21.0.11 → 21.0.12

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,9 @@ interface SohoDataGridOptions {
198
198
  /** Disable Sort Logic client side and let your server do it */
199
199
  disableClientSort?: boolean;
200
200
 
201
+ /** If false, disables locale-based sorting and uses a simple string comparison instead. Defaults to true. */
202
+ useLocaleSort?: boolean;
203
+
201
204
  /** Allow tri-state sorting (ascending, descending, unsorted) */
202
205
  allowTriStateSort?: boolean;
203
206
 
@@ -20,6 +20,7 @@ interface SohoTagOptions {
20
20
  id?: string;
21
21
  parent?: HTMLElement;
22
22
  style?: string;
23
+ tabbable?: boolean;
23
24
  value?: string;
24
25
  }
25
26
 
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.11",
4
+ "version": "21.0.12",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "peerDependencies": {