@fluid-topics/ft-search-period-filter 2.0.15 → 2.0.17
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 { FtRadio, FtRadioGroup } from "@fluid-topics/ft-radio";
|
|
|
15
15
|
import { FtTypography } from "@fluid-topics/ft-typography";
|
|
16
16
|
import { FtDateFilterType } from "@fluid-topics/public-api";
|
|
17
17
|
import { ftAppInfoStore } from "@fluid-topics/ft-app-context";
|
|
18
|
-
class FtSearchPeriodFilter extends withI18n(FtSearchComponent) {
|
|
18
|
+
export class FtSearchPeriodFilter extends withI18n(FtSearchComponent) {
|
|
19
19
|
constructor() {
|
|
20
20
|
super();
|
|
21
21
|
this.metadataDescriptors = [];
|
|
@@ -111,4 +111,3 @@ __decorate([
|
|
|
111
111
|
__decorate([
|
|
112
112
|
property({ attribute: false })
|
|
113
113
|
], FtSearchPeriodFilter.prototype, "dateFilter", void 0);
|
|
114
|
-
export { FtSearchPeriodFilter };
|