cloud-ide-core 2.0.170 → 2.0.171
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.
|
@@ -11710,7 +11710,8 @@ class CideCoreEntityListComponent {
|
|
|
11710
11710
|
childrenKey: 'children',
|
|
11711
11711
|
levelKey: 'level',
|
|
11712
11712
|
expandedKey: 'isExpanded',
|
|
11713
|
-
hasChildrenKey: 'hasChildren'
|
|
11713
|
+
hasChildrenKey: 'hasChildren',
|
|
11714
|
+
defaultExpandAll: true
|
|
11714
11715
|
}
|
|
11715
11716
|
}, ...(ngDevMode ? [{ debugName: "gridConfig" }] : []));
|
|
11716
11717
|
// Template renderers for complex columns using computed signal
|