Skip to content

fix(Calendar): Add tag for blazor gen as indirect render.#1701

Merged
rkaraivanov merged 9 commits intomasterfrom
mkirova/calendar-blazor-tags
Jun 5, 2025
Merged

fix(Calendar): Add tag for blazor gen as indirect render.#1701
rkaraivanov merged 9 commits intomasterfrom
mkirova/calendar-blazor-tags

Conversation

@MayaKirova
Copy link
Copy Markdown
Contributor

Related to this

Comment thread src/components/calendar/calendar.ts Outdated
* @csspart selected - Indicates selected state. Applies to date, month and year elements of the calendar.
* @csspart current - Indicates current state. Applies to date, month and year elements of the calendar.
*/
@blazorIndirectRender
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This sould also work with the comment tag, no? Like /* blazorIndirectRender */?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes. But it would appear in the comments for the prop. And since we've already defined the decorator and use it for other props might as well use it here as well.

Copy link
Copy Markdown
Member

@damyanpetev damyanpetev May 28, 2025

Choose a reason for hiding this comment

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

It shouldn't :) There's a diff with /* not a doc comment */ and /** doc comment */ + those can be mixed like we do in Angular (see action strip for example).

PS: I'm going to be deleting all/most of those decorators since they have runtime component (not good), which is why I advice to avoid them in new changes

damyanpetev
damyanpetev previously approved these changes May 29, 2025
@rkaraivanov rkaraivanov merged commit 09b07bf into master Jun 5, 2025
5 checks passed
@rkaraivanov rkaraivanov deleted the mkirova/calendar-blazor-tags branch June 5, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants