@fluid-topics/ft-search-facet 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 { FtTreeSelector, FtTreeSelectorModes, } from "@fluid-topics/ft-tree-sele
20
20
  import { FacetHelper } from "./FacetHelper";
21
21
  import { FtButton } from "@fluid-topics/ft-button";
22
22
  import { FtSearchStateResourceRequest } from "@fluid-topics/ft-search-context/build/store/model";
23
- class FtSearchFacet extends withI18n(FtSearchComponent) {
23
+ export class FtSearchFacet extends withI18n(FtSearchComponent) {
24
24
  constructor() {
25
25
  super(...arguments);
26
26
  this.facetId = "";
@@ -184,4 +184,3 @@ __decorate([
184
184
  __decorate([
185
185
  reduxEventListener({ eventName: ClearAllFiltersEvent.eventName })
186
186
  ], FtSearchFacet.prototype, "clearFacet", null);
187
- export { FtSearchFacet };