@haloduck/ui 2.0.29 → 2.0.31
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/fesm2022/haloduck-ui.mjs +14 -17
- package/fesm2022/haloduck-ui.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -718,7 +718,7 @@ declare class AutoLoadDirective implements OnInit, OnDestroy {
|
|
|
718
718
|
private readonly ngZone;
|
|
719
719
|
private observer?;
|
|
720
720
|
private isLoading;
|
|
721
|
-
private
|
|
721
|
+
private hasTriggeredOnce;
|
|
722
722
|
autoLoadEnabled: boolean;
|
|
723
723
|
autoLoadThreshold: number;
|
|
724
724
|
autoLoadRootMargin: string;
|