@fluid-topics/ft-search-selected-facets 2.0.14 → 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.
@@ -20,7 +20,7 @@ import { periodFilterContext, periodFilterDefaultMessages, } from "@fluid-topics
20
20
  import { searchSelectedFacets, searchSelectedFacetsDefaultMessages, } from "./FtSearchSelectedFacetsMessages";
21
21
  import { withDateFormat } from "@fluid-topics/ft-app-context";
22
22
  import { FtSearchStateResourceRequest } from "@fluid-topics/ft-search-context/build/store/model";
23
- class FtSearchSelectedFacets extends withAriaNotification(withDateFormat(withI18n(FtSearchComponent))) {
23
+ export class FtSearchSelectedFacets extends withAriaNotification(withDateFormat(withI18n(FtSearchComponent))) {
24
24
  get hasSomethingToDisplay() {
25
25
  var _a, _b;
26
26
  return this.searchInDocumentTitlesOnly
@@ -338,4 +338,3 @@ __decorate([
338
338
  __decorate([
339
339
  jsonProperty({ context: "officialContext", key: "searchSelectedFacetsAriaNotification" })
340
340
  ], FtSearchSelectedFacets.prototype, "selectedFacetsAriaNotification", void 0);
341
- export { FtSearchSelectedFacets };