@vectoriox/iox-builder 1.1.2 → 1.1.3

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.1.2",
3
+ "version": "1.1.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=20.0.0",
6
6
  "@angular/core": ">=20.0.0",
@@ -718,9 +718,6 @@ declare class BuilderComponent implements OnInit, AfterViewInit, OnChanges, OnDe
718
718
  private destroyLenis;
719
719
  addComponent(name: string): void;
720
720
  onDrop(event: IoxDropEvent): void;
721
- /** Resolve the width style-trait value for a node so the cdkDrag wrapper
722
- * matches the component's actual width (prevents full-canvas-width clones). */
723
- getNodeWidth(node: ComponentNode): string | undefined;
724
721
  onModeChange(mode: BuilderMode): void;
725
722
  onDeviceChange(device: DeviceMode): void;
726
723
  onZoomChange(value: number | 'fit'): void;
@@ -781,7 +778,7 @@ declare class BuilderComponent implements OnInit, AfterViewInit, OnChanges, OnDe
781
778
  declare class StyleRegistryService {
782
779
  private rules;
783
780
  private styleEl;
784
- /** Properties that must live on the host element to affect the parent layout. */
781
+ /** Properties that must live on the wrapper element to affect the parent layout. */
785
782
  private static readonly OUTER_PROPS;
786
783
  init(): void;
787
784
  upsert(nodeId: string, styles: Record<string, any>): void;
@@ -1014,7 +1011,6 @@ declare class SectionComponent implements OnInit, OnDestroy {
1014
1011
  constructor(dragEngine: DragEngineService, cdr: ChangeDetectorRef);
1015
1012
  ngOnInit(): void;
1016
1013
  get listOrientation(): 'horizontal' | 'vertical';
1017
- getChildWidth(node: ComponentNode): string | undefined;
1018
1014
  ngOnDestroy(): void;
1019
1015
  onDrop(event: IoxDropEvent): void;
1020
1016
  static ɵfac: i0.ɵɵFactoryDeclaration<SectionComponent, never>;
@@ -1037,7 +1033,6 @@ declare class BuilderContainerComponent implements OnInit, OnDestroy {
1037
1033
  ngOnInit(): void;
1038
1034
  ngOnDestroy(): void;
1039
1035
  get listOrientation(): 'horizontal' | 'vertical';
1040
- getChildWidth(node: ComponentNode): string | undefined;
1041
1036
  onDrop(event: IoxDropEvent): void;
1042
1037
  static ɵfac: i0.ɵɵFactoryDeclaration<BuilderContainerComponent, never>;
1043
1038
  static ɵcmp: i0.ɵɵComponentDeclaration<BuilderContainerComponent, "app-builder-container", never, { "children": { "alias": "children"; "required": false; }; "style": { "alias": "style"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "dropListId": { "alias": "dropListId"; "required": false; }; }, { "childClick": "childClick"; "childMouseEnter": "childMouseEnter"; "childMouseLeave": "childMouseLeave"; }, never, never, false, never>;
@@ -1067,7 +1062,6 @@ declare class BuilderLinkedContainerComponent implements OnInit, OnDestroy {
1067
1062
  ngOnDestroy(): void;
1068
1063
  get resolvedHref(): string;
1069
1064
  get listOrientation(): 'horizontal' | 'vertical';
1070
- getChildWidth(node: ComponentNode): string | undefined;
1071
1065
  onDrop(event: IoxDropEvent): void;
1072
1066
  static ɵfac: i0.ɵɵFactoryDeclaration<BuilderLinkedContainerComponent, [null, null, null, { optional: true; }]>;
1073
1067
  static ɵcmp: i0.ɵɵComponentDeclaration<BuilderLinkedContainerComponent, "app-builder-linked-container", never, { "children": { "alias": "children"; "required": false; }; "style": { "alias": "style"; "required": false; }; "nodeId": { "alias": "nodeId"; "required": false; }; "dropListId": { "alias": "dropListId"; "required": false; }; "linkType": { "alias": "linkType"; "required": false; }; "url": { "alias": "url"; "required": false; }; "pageRoute": { "alias": "pageRoute"; "required": false; }; "target": { "alias": "target"; "required": false; }; }, { "childClick": "childClick"; "childMouseEnter": "childMouseEnter"; "childMouseLeave": "childMouseLeave"; }, never, never, false, never>;