@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vectoriox/iox-builder",
3
- "version": "1.4.29",
3
+ "version": "1.4.30",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -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?;