@vectoriox/iox-builder 1.4.27 → 1.4.28
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
|
@@ -1168,6 +1168,7 @@ declare class BuilderContainerComponent implements OnInit, OnDestroy {
|
|
|
1168
1168
|
};
|
|
1169
1169
|
nodeId: string;
|
|
1170
1170
|
dropListId: string;
|
|
1171
|
+
htmlTag: string;
|
|
1171
1172
|
childClick: EventEmitter<any>;
|
|
1172
1173
|
childMouseEnter: EventEmitter<any>;
|
|
1173
1174
|
childMouseLeave: EventEmitter<void>;
|
|
@@ -1177,7 +1178,7 @@ declare class BuilderContainerComponent implements OnInit, OnDestroy {
|
|
|
1177
1178
|
get listOrientation(): 'horizontal' | 'vertical';
|
|
1178
1179
|
onDrop(event: IoxDropEvent): void;
|
|
1179
1180
|
static ɵfac: i0.ɵɵFactoryDeclaration<BuilderContainerComponent, never>;
|
|
1180
|
-
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>;
|
|
1181
|
+
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; }; "htmlTag": { "alias": "htmlTag"; "required": false; }; }, { "childClick": "childClick"; "childMouseEnter": "childMouseEnter"; "childMouseLeave": "childMouseLeave"; }, never, never, false, never>;
|
|
1181
1182
|
}
|
|
1182
1183
|
|
|
1183
1184
|
declare class BuilderLinkedContainerComponent implements OnInit, OnDestroy {
|