@fluid-topics/ft-search-load-more-button 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.
@@ -12,7 +12,7 @@ import { FtSearchComponent } from "@fluid-topics/ft-search-context/build/registr
12
12
  import { withI18n } from "@fluid-topics/ft-i18n";
13
13
  import { designedActionBlockAriaLabels } from "./messages";
14
14
  import { FtSearchStateResourceRequest } from "@fluid-topics/ft-search-context/build/store/model";
15
- class FtSearchLoadMoreButton extends withI18n(FtSearchComponent) {
15
+ export class FtSearchLoadMoreButton extends withI18n(FtSearchComponent) {
16
16
  constructor() {
17
17
  super();
18
18
  this.currentPage = 1;
@@ -45,4 +45,3 @@ __decorate([
45
45
  __decorate([
46
46
  redux({ store: "search", selector: (s) => { var _a, _b; return (_b = (_a = s.paging) === null || _a === void 0 ? void 0 : _a.isLastPage) !== null && _b !== void 0 ? _b : true; } })
47
47
  ], FtSearchLoadMoreButton.prototype, "isLastPage", void 0);
48
- export { FtSearchLoadMoreButton };