ids-enterprise-typings 15.4.6 → 15.4.7

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.
@@ -772,8 +772,8 @@ interface SohoDataGridColumnClickData {
772
772
  /** Index of the row clicked. */
773
773
  row: number;
774
774
 
775
- /** Element click. */
776
- cell: HTMLElement;
775
+ /** Cell index. */
776
+ cell: number | null;
777
777
 
778
778
  /** Row data */
779
779
  item: any;
@@ -18,6 +18,7 @@ interface SohoModuleNavSwitcherOptions {
18
18
  icon?: SohoModuleNavSwitcherIconSetting;
19
19
  moduleButtonText?: string;
20
20
  roleDropdownLabel?: string;
21
+ changeIconOnSelect?: boolean;
21
22
  roles?: Array<SohoModuleNavSwitcherRoleRecord>;
22
23
  }
23
24
 
@@ -38,6 +39,9 @@ interface SohoModuleNavSwitcherStatic {
38
39
  /** Reference to the Module Button's Container Element */
39
40
  moduleButtonContainerEl?: HTMLElement;
40
41
 
42
+ /** Reference to the Module Button's Icon Element */
43
+ moduleButtonIconEl?: HTMLElement | SVGElement;
44
+
41
45
  /** Reference to the Module Button element */
42
46
  moduleButtonEl?: HTMLElement;
43
47
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ids-enterprise-typings",
3
3
  "slug": "ids-enterprise-typings",
4
- "version": "15.4.6",
4
+ "version": "15.4.7",
5
5
  "declaration": true,
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {