@fluid-topics/ft-search-sort-selector 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.
|
@@ -15,7 +15,7 @@ import { FtSearchComponent } from "@fluid-topics/ft-search-context/build/registr
|
|
|
15
15
|
import { i18nListAttribute } from "@fluid-topics/ft-i18n/build/decorators/i18nAttribute";
|
|
16
16
|
import { i18nAttributeConverter } from "@fluid-topics/ft-i18n/build/decorators/I18nAttributeConverter";
|
|
17
17
|
import { context, defaultMessages } from "./SearchSortSelectorMessages";
|
|
18
|
-
class FtSearchSortSelector extends withI18n(FtSearchComponent) {
|
|
18
|
+
export class FtSearchSortSelector extends withI18n(FtSearchComponent) {
|
|
19
19
|
constructor() {
|
|
20
20
|
super();
|
|
21
21
|
this.labels = [];
|
|
@@ -106,4 +106,3 @@ __decorate([
|
|
|
106
106
|
__decorate([
|
|
107
107
|
state()
|
|
108
108
|
], FtSearchSortSelector.prototype, "selectedSort", void 0);
|
|
109
|
-
export { FtSearchSortSelector };
|