@fluid-topics/ft-infinite-scroll 2.0.15 → 2.0.16
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.
|
@@ -33,7 +33,7 @@ export class ScrolledToTargetEvent extends Event {
|
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
const last = (arr) => (arr !== null && arr !== void 0 ? arr : [])[(arr !== null && arr !== void 0 ? arr : []).length - 1];
|
|
36
|
-
class FtInfiniteScroll extends FtLitElement {
|
|
36
|
+
export class FtInfiniteScroll extends FtLitElement {
|
|
37
37
|
constructor() {
|
|
38
38
|
super(...arguments);
|
|
39
39
|
this.items = [];
|
|
@@ -450,4 +450,3 @@ __decorate([
|
|
|
450
450
|
__decorate([
|
|
451
451
|
state()
|
|
452
452
|
], FtInfiniteScroll.prototype, "scrolling", void 0);
|
|
453
|
-
export { FtInfiniteScroll };
|