In al lot of cases a week number shown in front of the week can be very handy because many things like vacations are referring to week numbers instead of actual dates.
Currently showing the week number requires a custom component and some logic in that component to get the week numbers. For example I have overwritten the function https://github.com/cibernox/ember-power-calendar/blob/562d48b0e7399a596e54ee382a23f1e477cfb612/ember-power-calendar/src/components/power-calendar/days.ts#L129 and extended a bit so the week number is also in de object.
I also had to copy over https://github.com/cibernox/ember-power-calendar/blob/562d48b0e7399a596e54ee382a23f1e477cfb612/ember-power-calendar/src/-private/days-utils.ts#L62-L81 otherwise it didn't work.
Would is be possible to add the week numbers into the object and add an option to show these?
In al lot of cases a week number shown in front of the week can be very handy because many things like vacations are referring to week numbers instead of actual dates.
Currently showing the week number requires a custom component and some logic in that component to get the week numbers. For example I have overwritten the function https://github.com/cibernox/ember-power-calendar/blob/562d48b0e7399a596e54ee382a23f1e477cfb612/ember-power-calendar/src/components/power-calendar/days.ts#L129 and extended a bit so the week number is also in de object.
I also had to copy over https://github.com/cibernox/ember-power-calendar/blob/562d48b0e7399a596e54ee382a23f1e477cfb612/ember-power-calendar/src/-private/days-utils.ts#L62-L81 otherwise it didn't work.
Would is be possible to add the week numbers into the object and add an option to show these?