chore: bump @koobiq/ag-grid-angular-theme to 34.5.1, added new examples (#DS-5312)#1776
Open
artembelik wants to merge 3 commits into
Open
chore: bump @koobiq/ag-grid-angular-theme to 34.5.1, added new examples (#DS-5312)#1776artembelik wants to merge 3 commits into
artembelik wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @koobiq/ag-grid-angular-theme dependency to 34.5.1 and expands the AG Grid documentation/examples set to showcase newly added theme directives and export capabilities.
Changes:
- Bumped
@koobiq/ag-grid-angular-themeto34.5.1and refreshed lockfile entries. - Added new AG Grid docs examples (export + persisted row focus/selection state + row grouping) and wired them into docs/dev app entrypoints.
- Updated AG Grid docs (EN/RU) and StackBlitz dependency injection logic to support the new examples.
Reviewed changes
Copilot reviewed 24 out of 25 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| yarn.lock | Updates dependency graph for the theme bump and new export-related libraries. |
| package.json | Bumps @koobiq/ag-grid-angular-theme and adds jspdf, jspdf-autotable, xlsx for export example support. |
| tools/cspell-locales/en.json | Adds autotable to spelling dictionary for the new dependency name. |
| packages/docs-examples/components/ag-grid/index.ts | Exports/registers the new AG Grid examples and adds them to the examples list. |
| packages/docs-examples/components/ag-grid/ag-grid-export/ag-grid-export-example.ts | New example demonstrating CSV/XLSX/PDF export integration. |
| packages/docs-examples/components/ag-grid/ag-grid-row-selection-state/ag-grid-row-selection-state-example.ts | New example for persisting row selection state via theme directive + local storage store. |
| packages/docs-examples/components/ag-grid/ag-grid-row-focus-state/ag-grid-row-focus-state-example.ts | New example for persisting focused cell state via theme directive + local storage store. |
| packages/docs-examples/components/ag-grid/ag-grid-row-group/ag-grid-row-group-example.ts | New example for client-side row grouping with persisted collapsed/selection state. |
| packages/docs-examples/components/ag-grid/ag-grid-infinite-selection/ag-grid-infinite-selection-example.ts | Improves infinite selection example UX by showing a “backend DTO” derived from selection state and grid selection. |
| packages/docs-examples/components/ag-grid/ag-grid-column-state/ag-grid-column-state-example.ts | Adjusts button text and storage key prefix (dev- → example-). |
| packages/docs-examples/components/ag-grid/ag-grid-filter-state/ag-grid-filter-state-example.ts | Adjusts button text and storage key prefix (dev- → example-). |
| packages/docs-examples/components/ag-grid/ag-grid-quick-filter-state/ag-grid-quick-filter-state-example.ts | Adjusts storage key prefix (dev- → example-). |
| packages/docs-examples/components/ag-grid/ag-grid-external-filter-state/ag-grid-external-filter-state-example.ts | Adjusts storage key prefix (dev- → example-). |
| packages/docs-examples/components/ag-grid/ag-grid-overview/ag-grid-overview-example.ts | Removes explicit selection column width override. |
| packages/docs-examples/components/ag-grid/ag-grid-row-actions/ag-grid-row-actions-example.ts | Removes explicit selection column width override. |
| packages/docs-examples/components/ag-grid/ag-grid-row-dragging/ag-grid-row-dragging-example.ts | Removes explicit selection column width override. |
| packages/docs-examples/components/ag-grid/ag-grid-copy-selected/ag-grid-copy-selected-example.ts | Removes explicit selection column width override. |
| packages/docs-examples/components/ag-grid/ag-grid-status-bar/ag-grid-status-bar-example.ts | Removes explicit selection column width override. |
| packages/docs-examples/components/content-panel/content-panel-with-grid/content-panel-with-grid-example.ts | Removes explicit selection column width override. |
| packages/docs-examples/components/actions-panel/actions-panel-overview/actions-panel-overview-example.ts | Removes explicit selection column width override. |
| docs/data-grid/ag-grid/ag-grid.en.md | Documents the new grouping/export/state examples and embeds them. |
| docs/data-grid/ag-grid/ag-grid.ru.md | Same as EN, localized. |
| packages/components-dev/ag-grid/module.ts | Adds new examples into the AG Grid dev-app module template. |
| packages/components-dev/ag-grid/styles.scss | Adds padding to the AG Grid dev app container. |
| apps/docs/src/app/components/stackblitz/stackblitz-writer.ts | Adjusts optional StackBlitz dependency version ranges and adds export-related deps. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Visit the preview URL for this PR (updated for commit 21fd0bd): https://koobiq-next--prs-1776-n3rv46ow.web.app (expires Mon, 27 Jul 2026 06:45:01 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
lskramarov
approved these changes
Jul 24, 2026
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.
No description provided.