We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4727fb5 commit 2329389Copy full SHA for 2329389
2 files changed
packages/fiori/src/TimelineHeaderBar.ts
@@ -159,14 +159,6 @@ class TimelineHeaderBar extends UI5Element {
159
@property({ type: Boolean })
160
showSort = false;
161
162
- /**
163
- * Shows the filter by date option.
164
- * @default false
165
- * @public
166
- */
167
- @property({ type: Boolean })
168
- showFilterByDate = false;
169
-
170
/**
171
* The current filter category label.
172
* @default ""
packages/website/src/components/Editor/monaco-ui5-types.d.ts
@@ -2281,7 +2281,6 @@ interface TimelineHeaderBarProps extends UI5BaseProps {
2281
showSearch?: boolean;
2282
showFilter?: boolean;
2283
showSort?: boolean;
2284
- showFilterByDate?: boolean;
2285
filterBy?: string;
2286
searchValue?: string;
2287
sortOrder?: "Ascending" | "Descending";
0 commit comments