cloud-ide-element 1.1.90 → 1.1.91

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.
package/index.d.ts CHANGED
@@ -3138,6 +3138,10 @@ declare class CideEleDataGridComponent<T = Record<string, unknown>> implements O
3138
3138
  * Recursively group data by columns (nested grouping support)
3139
3139
  */
3140
3140
  private groupDataRecursive;
3141
+ /**
3142
+ * Get the group value for a row (helper for checking if parent and children are in same group)
3143
+ */
3144
+ private getGroupValueForRow;
3141
3145
  /**
3142
3146
  * Get the group path for nested grouping display (internal method)
3143
3147
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-ide-element",
3
- "version": "1.1.90",
3
+ "version": "1.1.91",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.1.0",
6
6
  "@angular/core": "^20.1.0"