easter-egg-quest 1.0.23 → 1.0.25
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.
|
@@ -48,6 +48,9 @@ export declare class HiddenEntry {
|
|
|
48
48
|
private _clearFallbackTimer;
|
|
49
49
|
private _getSearchRoot;
|
|
50
50
|
private _findTextCandidates;
|
|
51
|
+
private _shuffleCandidates;
|
|
52
|
+
private _canHostInjectedTrigger;
|
|
53
|
+
private _isTriggerClipped;
|
|
51
54
|
private _startBootstrapWatch;
|
|
52
55
|
private _stopBootstrapWatch;
|
|
53
56
|
/**
|
|
@@ -73,6 +76,7 @@ export declare class HiddenEntry {
|
|
|
73
76
|
* Returns true if inserted without layout shift.
|
|
74
77
|
*/
|
|
75
78
|
private _tryInsertBetweenWords;
|
|
79
|
+
private _shuffleNumbers;
|
|
76
80
|
private _attachToElement;
|
|
77
81
|
private _startHintEscalation;
|
|
78
82
|
private _startVisibilityTimer;
|
package/package.json
CHANGED