Move all elements specific members from the angular grids into angular-element's source. #15304
Move all elements specific members from the angular grids into angular-element's source. #15304MayaKirova wants to merge 41 commits intomasterfrom
Conversation
|
@MayaKirova there is a conflict here |
|
@MayaKirova please resolve the conflicts here |
|
There has been no recent activity and this PR has been marked inactive. |
|
@MayaKirova there is a conflict here |
…t.ts Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
…teui-angular into mkirova/feat-15235
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
| /** @hidden @internal */ | ||
| @ContentChildren(IgxActionStripToken) | ||
| protected actionStripComponents: QueryList<IgxActionStripToken>; | ||
| @ContentChild(IgxActionStripToken) | ||
| public actionStripComponent: IgxActionStripToken; |
There was a problem hiding this comment.
That was protected before, can we keep it as such? Would like to avoid adding more "internal public" props where possible.
| @@ -555,6 +557,7 @@ export var registerConfig = [ | |||
| }, | |||
| ], | |||
| additionalProperties: [ | |||
| { name: "childLayoutList", writable: true }, | |||
There was a problem hiding this comment.
Unless these are needed (they weren't exposed before), I'd really prefer if they stay hidden
| selector: "igc-row-island", | ||
| parents: [IgxHierarchicalGridComponent, IgxRowIslandComponent], | ||
| parents: [ | ||
| IgxGridComponent, |
There was a problem hiding this comment.
Yeah, that's off a bit, IgxGridComponent is not a valid parent or am I missing something?
fix(elements): Apply wc alternate name tag instead.
|
@MayaKirova It seems like the |
|
@skrustev |
Closes #15235
Additional information (check all that apply):
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)