fix(skills): correct references in skills#17294
Open
onlyexeption wants to merge 3 commits into
Open
Conversation
# Conflicts: # skills/igniteui-angular-components/references/charts.md
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the skills reference docs to align examples and API notes with the current Ignite UI for Angular implementation (grids + components), correcting outdated/incorrect properties, event payloads, and import paths.
Changes:
- Updated Grid-related references (Grid Lite templating/events, remote ops typings, pivot grid state APIs, merge strategy usage, sizing notes).
- Updated Components references (setup providers, Stepper inputs, Time Picker inputs, Snackbar/Banner usage, Tooltip + Drag/Drop APIs, List/Tree/Card snippets).
- Refined Charts reference content (types, binding notes, and API member lists).
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/igniteui-angular-grids/references/types.md | Grid Lite setup/templates/events reference updates. |
| skills/igniteui-angular-grids/references/structure.md | Row selector template example adjustment. |
| skills/igniteui-angular-grids/references/state.md | Pivot grid filter/sort examples updated to public APIs. |
| skills/igniteui-angular-grids/references/sizing.md | Added notes for null width and % column width fallback. |
| skills/igniteui-angular-grids/references/paging-remote.md | Remote sorting typings and handler signature adjustments. |
| skills/igniteui-angular-grids/references/features.md | Cell merging + row drag guidance updated. |
| skills/igniteui-angular-grids/references/editing.md | Editing event argument usage updates + cancelable events list correction. |
| skills/igniteui-angular-grids/references/data-operations.md | Sorting/filtering event payloads + strategy signatures updated; deprecation note added. |
| skills/igniteui-angular-components/references/setup.md | Provider guidance updated (notably provideIgniteIntl removed). |
| skills/igniteui-angular-components/references/layout.md | Stepper inputs list updated to current API. |
| skills/igniteui-angular-components/references/layout-manager.md | Dock Manager setup location text updated. |
| skills/igniteui-angular-components/references/form-controls.md | Time Picker example updated (removed non-existent input). |
| skills/igniteui-angular-components/references/feedback.md | Dialog/Snackbar/Banner examples updated to current APIs. |
| skills/igniteui-angular-components/references/directives.md | ButtonGroup, Tooltip, Drag/Drop reference updates. |
| skills/igniteui-angular-components/references/data-display.md | List/Tree/Card/progress type examples updated. |
| skills/igniteui-angular-components/references/charts.md | Charts guidance updated (types, binding, API members). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #
Description
Motivation / Context
Type of Change (check all that apply):
Component(s) / Area(s) Affected:
How Has This Been Tested?
Test Configuration:
Screenshots / Recordings
Checklist:
feature/README.MDupdates for the feature docsREADME.MDCHANGELOG.MDupdates for newly added functionalityng updatemigrations for the breaking changes (migrations guidelines)