-
Notifications
You must be signed in to change notification settings - Fork 472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(addon-doc): display emission in @Output
wherever possible
#6171
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
BundleMonFiles updated (1)
Unchanged files (4)
Total files change +19B 0% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6171 +/- ##
===========================================
- Coverage 71.92% 59.87% -12.05%
===========================================
Files 1464 89 -1375
Lines 16024 987 -15037
Branches 2283 106 -2177
===========================================
- Hits 11525 591 -10934
+ Misses 4127 377 -3750
+ Partials 372 19 -353
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Output
wherever possible@Output
wherever possible
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure we want to spam focusedChange
everywhere – in 4.0 we will drop it for most of the components for sure, since they will no longer encapsulate focus internally.
projects/addon-doc/components/documentation/documentation-property-connector.directive.ts
Outdated
Show resolved
Hide resolved
content = tuiInspectAny(event, 2); | ||
} | ||
|
||
this.alerts.open(content, {label: this.attrName}).subscribe(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in this case, it would not irritate users too much
PR Type
What kind of change does this PR introduce?
What is the current behaviour?
@Output
is not shown (flashing) in the demo.What is the new behaviour?
@Output
is shown (flashed) in the demo. The alert is also displayed, except for(focusedChange)
.