@vectoriox/iox-builder 1.1.5 → 1.1.7
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
|
@@ -914,8 +914,7 @@ declare class OverlayComponent implements OnInit, OnDestroy {
|
|
|
914
914
|
hiPaddingStyle: Record<string, string>;
|
|
915
915
|
selectOutlineStyle: Record<string, string>;
|
|
916
916
|
moreMenuVisible: boolean;
|
|
917
|
-
|
|
918
|
-
contextMenuStyle: Record<string, string>;
|
|
917
|
+
moreMenuStyle: Record<string, string>;
|
|
919
918
|
private subs;
|
|
920
919
|
private resizeObserver?;
|
|
921
920
|
private containerResizeObserver?;
|
|
@@ -933,10 +932,8 @@ declare class OverlayComponent implements OnInit, OnDestroy {
|
|
|
933
932
|
onToggleMore(event: MouseEvent): void;
|
|
934
933
|
closeMoreMenu(): void;
|
|
935
934
|
onContextMenu(event: MouseEvent): void;
|
|
936
|
-
onContextSaveAsBlock(event: MouseEvent): void;
|
|
937
935
|
onMakeGlobal(event: MouseEvent, position: 'before' | 'after'): void;
|
|
938
936
|
onRemoveGlobal(event: MouseEvent): void;
|
|
939
|
-
closeContextMenu(): void;
|
|
940
937
|
get hasInteractions(): boolean;
|
|
941
938
|
get selectedNodeIsGlobal(): boolean;
|
|
942
939
|
get selectedPresetName(): string | null;
|