@vectoriox/iox-builder 1.4.44 → 1.4.46
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
|
@@ -682,6 +682,11 @@ declare class InteractionEngineService {
|
|
|
682
682
|
private attachInteraction;
|
|
683
683
|
private attachPageLoad;
|
|
684
684
|
private attachViewportEnter;
|
|
685
|
+
private isBuilderMode;
|
|
686
|
+
/** Returns true if any DOM ancestor of element is currently faded out via pre-state. */
|
|
687
|
+
private hasPreStatedAncestor;
|
|
688
|
+
/** Polls via RAF until no ancestor is in pre-state, then fires callback. */
|
|
689
|
+
private deferUntilVisible;
|
|
685
690
|
private attachClick;
|
|
686
691
|
private attachHover;
|
|
687
692
|
private runActions;
|