@vectoriox/iox-builder 1.4.29 → 1.4.30
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/package.json
CHANGED
|
@@ -1343,6 +1343,7 @@ declare class LayerTreeComponent implements OnInit, OnDestroy {
|
|
|
1343
1343
|
hoveredNodeId: string | null;
|
|
1344
1344
|
editingNodeId: string | null;
|
|
1345
1345
|
editingValue: string;
|
|
1346
|
+
activeSection: 'page' | 'global';
|
|
1346
1347
|
/** Cache: component type → icon class */
|
|
1347
1348
|
private iconMap;
|
|
1348
1349
|
private selectSub?;
|