@fluid-topics/ft-reader-content 1.3.37 → 1.3.39
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/build/ft-reader-content.js +3 -3
- package/build/ft-reader-content.light.js +19 -19
- package/build/ft-reader-content.min.js +22 -22
- package/build/index.d.ts +1 -0
- package/build/index.js +3 -0
- package/build/watermark/ft-reader-watermark.js +2 -2
- package/build/watermark/index.d.ts +0 -1
- package/build/watermark/index.js +0 -1
- package/package.json +7 -7
|
@@ -11,7 +11,7 @@ import { FtReaderComponent } from "@fluid-topics/ft-reader-context/build/registr
|
|
|
11
11
|
import { FtInfiniteScroll } from "@fluid-topics/ft-infinite-scroll";
|
|
12
12
|
import { styles } from "./ft-reader-content.styles";
|
|
13
13
|
import "@fluid-topics/ft-reader-topic-context";
|
|
14
|
-
import { FtReaderWatermark } from "./watermark
|
|
14
|
+
import { FtReaderWatermark } from "./watermark";
|
|
15
15
|
import { FtReaderStoreEvents } from "@fluid-topics/ft-reader-context";
|
|
16
16
|
class FtReaderContent extends FtReaderComponent {
|
|
17
17
|
constructor() {
|
|
@@ -47,7 +47,7 @@ class FtReaderContent extends FtReaderComponent {
|
|
|
47
47
|
@scrolled-to-target=${this.onScrollDone}>
|
|
48
48
|
</ft-infinite-scroll>
|
|
49
49
|
<ft-reader-watermark part="watermark"
|
|
50
|
-
watermark=${this.watermark}
|
|
50
|
+
.watermark=${this.watermark}
|
|
51
51
|
.exportpartsPrefixes=${["watermark"]}
|
|
52
52
|
height="${(_c = this.container) === null || _c === void 0 ? void 0 : _c.scrollable.clientHeight}px"></ft-reader-watermark>
|
|
53
53
|
`;
|
|
@@ -94,7 +94,7 @@ class FtReaderContent extends FtReaderComponent {
|
|
|
94
94
|
}
|
|
95
95
|
FtReaderContent.elementDefinitions = {
|
|
96
96
|
"ft-infinite-scroll": FtInfiniteScroll,
|
|
97
|
-
"ft-reader-watermark": FtReaderWatermark
|
|
97
|
+
"ft-reader-watermark": FtReaderWatermark,
|
|
98
98
|
};
|
|
99
99
|
FtReaderContent.styles = styles;
|
|
100
100
|
__decorate([
|