Feature/six sidebar expose container part - #263
Conversation
Start to move six-date from popup to popover
Refactor dynamic datepicker children generation Fix styling when hovering over a day that is already selected
Fix six-date hosting
| changeDetection: ChangeDetectionStrategy.OnPush, | ||
| template: '<ng-content></ng-content>', | ||
| // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property | ||
| inputs: ['open', 'position', 'toggled', 'width'], |
There was a problem hiding this comment.
This would mean we have a breaking change, I guess we could include this in the release which also targets node 18 and above but not before.
cc: @ibirrer
|
@flamenkito |
|
@flamenkito is this still an issue for you? We are preparing v5 on main and this could potentially land in one of the next beta releases for v5. (Need to sync with the team in the next weekly) Thx! |
…into feature/six-sidebar-expose-container-part
|
Closing this, since it was not updated and seems to be not a priority. Please reopen a new pull request in the future or bring it up in the regular sync. |
🔗 Linked issue
❓ Type of change
📚 Description
Expose
containerpart insix-sidebarfor styling.Get rid of
widthparameter in favor of--widthCSS variable.📝 Checklist
mainbranchfix #xxx[,#xxx], where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information: