Skip to content

feat(ui5-timeline): prototype header-bar functionality#13155

Open
hinzzx wants to merge 6 commits intomainfrom
timeline-header-bar-feat
Open

feat(ui5-timeline): prototype header-bar functionality#13155
hinzzx wants to merge 6 commits intomainfrom
timeline-header-bar-feat

Conversation

@hinzzx
Copy link
Copy Markdown
Contributor

@hinzzx hinzzx commented Feb 26, 2026

PROTOTYPE, NOT FOR MERGE!

Prototype of header-bar with search, filtering and sorting for the ui5-timeline component.

@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

ui5-webcomponents-bot commented Feb 26, 2026

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview February 26, 2026 09:45 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 12, 2026 08:04 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 24, 2026 12:29 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview March 25, 2026 13:31 Inactive
*
* @param {string} value The search value entered by the user.
* @public
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

* @param {string} filterBy The filter category.
* @param {string[]} selectedOptions The selected filter option texts.
* @public
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

*
* @param {string} sortOrder The sort order ("Ascending" or "Descending").
* @public
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

* with the header bar. The application should handle these events to filter/sort the items.
*
* @public
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

* `import "@ui5/webcomponents-fiori/dist/TimelineFilterOption.js";`
* @constructor
* @extends UI5Element
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

* @constructor
* @extends UI5Element
* @public
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

* No sorting applied.
* @public
*/
None = "None",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont need None as option. If we have sorting applied, it will go ascending by default.

/**
* Sort order for Timeline items.
* @public
* @since 2.20.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

22

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

Sample sync reminder

HTML sample changed but React sample (sample.tsx) not updated:

  • fiori/Timeline/WithFilter
  • fiori/Timeline/WithHeaderBar
  • fiori/Timeline/WithSearch

Please keep both samples in sync, or ignore if the change does not apply to both.

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview April 8, 2026 13:34 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants