SAP / ui5-webcomponents

UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.
https://sap.github.io/ui5-webcomponents/
Apache License 2.0
1.5k stars 260 forks source link

In Calendar need months property like sap.ui.unified.Calendar #3011

Closed gopusrikanth04 closed 6 months ago

gopusrikanth04 commented 3 years ago

Is your feature request related to a problem? Please describe. In Calendar there is no months property and not having any alternate solution.

sap.ui.unified.Calendar and sap.ui.unified.CalendarLegend

Describe the solution you'd like

calendar

 <u:Calendar id="calendarTab"
        legend="legend1"
        months="12"
        showWeekNumbers="false"
        singleSelection="false"
        width="100%"
        select="handleCalendarSelect" />
    <u:CalendarLegend id="legend1"/>
DMihaylova commented 10 months ago

Hello @gopusrikanth04,

We're currently working on providing the Legend component. Speaking for months property, do you mean that you need similar functionality like "months" property in sap.ui.unified.Calendar? https://ui5.sap.com/#/api/sap.ui.unified.Calendar%23controlProperties

Thanks & Regards, Diana

DMihaylova commented 7 months ago

Hi @gopusrikanth04,

The brand new Calendar Legend component is now ready and there are also special calendar dates introduced in the Calendar. https://sap.github.io/ui5-webcomponents/nightly/playground/?path=/docs/main-calendar-legend--calendar-legend-overview

Is your months property request still valid and do you refer the same functionality like in sap.ui.unified.Calendar's "months" property? https://ui5.sap.com/#/api/sap.ui.unified.Calendar%23controlProperties

DMihaylova commented 6 months ago

Since it's currently not clear whether months property is needed, I'm closing this issue. The 1.23 milestone is regarding the newly introduced Calendar Legend component.