Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
138 commits
Select commit Hold shift + click to select a range
9414393
Initial plan
Copilot Oct 18, 2025
79390c0
Add PDF export service and integrate with grid toolbar
Copilot Oct 18, 2025
3569c03
Fix build configuration for PDF export service
Copilot Oct 18, 2025
ae94f01
Add PDF export grid integration tests
Copilot Oct 18, 2025
b2ecfc1
Fix test cleanup in PDF exporter grid tests
Copilot Oct 18, 2025
8b09ed1
Add pdf export keyword to package.json
Copilot Oct 18, 2025
80529b4
chore(*): adding jspdf to dependencies on repo level
kdinev Oct 18, 2025
c06d3ea
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
kdinev Oct 18, 2025
b98b3f8
Add PDF export translations for all supported languages
Copilot Oct 18, 2025
8e46d65
Add hierarchy visualization and schematic support for PDF export
Copilot Oct 18, 2025
fea4fa0
Change default PDF export page orientation to landscape
Copilot Oct 18, 2025
b6a4741
Add PDF export demo component with configuration UI
Copilot Oct 18, 2025
f8db2f8
fix(pdf demo): removing the hallucinated input groups
kdinev Oct 18, 2025
a88e896
Add child table headers for hierarchical grid PDF export
Copilot Oct 18, 2025
64e955a
Clarify TreeGrid indentation supports both data binding modes
Copilot Oct 18, 2025
f0be877
Fix PDF export to show actual summary values instead of objects
Copilot Oct 18, 2025
47ea888
feat(elements): raising the elements quota for jspdf
kdinev Oct 19, 2025
522052a
chore(*): updating elements config
kdinev Oct 19, 2025
200bf5d
chore(*): updating column groups demo to include exporter
kdinev Oct 19, 2025
af9dcae
Add support for hierarchical column groups in PDF export
Copilot Oct 19, 2025
c49cc8e
Fix rendering of column headers beyond level 2 in hierarchy
Copilot Oct 19, 2025
decbc79
Add comprehensive tests for PDF export feature
Copilot Oct 19, 2025
b9c99f2
Fix failing tests - remove non-existent exportStarted event tests
Copilot Oct 19, 2025
4df17c0
chore(*): adding toolbar to groupby demo and fixing tests
kdinev Oct 19, 2025
d618abc
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
kdinev Oct 19, 2025
df5c8c6
test(pdf export): fixing test assertions
kdinev Oct 19, 2025
58b07d9
Add comprehensive tests for multi-column headers, summaries, hierarch…
Copilot Oct 19, 2025
aee0e6f
test(pdf export): updating test components
kdinev Oct 19, 2025
1381a69
test(pdf export): expanding hierarchical records
kdinev Oct 19, 2025
02c31b8
Add text truncation for multi-column header text in PDF export
Copilot Oct 20, 2025
19fe3b2
Update CHANGELOG.md with PDF export feature for version 21.0.0
Copilot Oct 21, 2025
af23bbd
chore(column groups demo): hiding empty columns
kdinev Oct 21, 2025
2b24f67
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Oct 21, 2025
3c2e13b
fix(exporters): the default expand state was not reflected by exporters
kdinev Oct 21, 2025
935c983
test(pdf export): removing unnecessary expands for tree grid
kdinev Oct 21, 2025
fcd0f63
test(pdf export): expanding the child records of hierarchical children
kdinev Oct 21, 2025
ce96a0e
chore(*): now all tests should run
kdinev Oct 21, 2025
95095de
Fix hierarchical grid PDF export to render all nested child levels
Copilot Oct 21, 2025
77a1ffb
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Oct 21, 2025
deca50c
chore(*): addressing build error
kdinev Oct 21, 2025
04e367f
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
kdinev Oct 21, 2025
e0d8d0a
chore(*): adding a wider build command
kdinev Oct 21, 2025
5b0e25d
chore(*): changing order of schematics and migrations build
kdinev Oct 21, 2025
f1c6832
Fix hierarchical grid to render nested child tables correctly
Copilot Oct 21, 2025
6658762
Fix hierarchical grid export to handle multiple child islands per record
Copilot Oct 21, 2025
c280ff8
feat(pdf export): fixing child table rendering
kdinev Oct 22, 2025
6431777
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Oct 22, 2025
539dbee
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Oct 22, 2025
5cbe8c6
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Oct 23, 2025
0fcd85a
feat(pdf exporter): updating demo component
kdinev Oct 23, 2025
36ac135
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Oct 23, 2025
53df677
chore(*): fixing package-lock
kdinev Oct 23, 2025
ecfe2ac
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Oct 23, 2025
e2b8ab4
chore(*): fixing package-lock
kdinev Oct 23, 2025
e02a343
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
kdinev Oct 23, 2025
066714b
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Oct 28, 2025
efd7db3
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Nov 5, 2025
89206a8
chore(*): fixing package-lock.json
kdinev Nov 5, 2025
03cfc24
Add Pivot Grid to PDF export demo
Copilot Nov 5, 2025
7e536ab
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Nov 5, 2025
7e9e94a
chore(*): fixing the igx-pivot-grid in the pdf demo
kdinev Nov 5, 2025
85404e4
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
kdinev Nov 5, 2025
9437947
Fix pivot grid PDF export to include row dimension headers
Copilot Nov 5, 2025
21d9a50
feat(pdf): some improvements to pivot and hierarchical export
kdinev Nov 6, 2025
42a6864
fix(PDF): Get proper default owner for HGrid.
gedinakova Nov 13, 2025
995a4b8
fix(PDF): Export inner grids' multi-column headers
gedinakova Nov 13, 2025
53df0d6
fix(pdf): rowspans and row island headers
onlyexeption Nov 14, 2025
69e2e16
fix(*): Fixed inner level columns going out of table bounds
gedinakova Nov 17, 2025
c33b980
chore(*): Removed debugger to make lint happy
gedinakova Nov 17, 2025
854270d
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 17, 2025
92b6c53
fix(pdf): export pivot grid with multiple dimensions
mtsvyatkova Nov 17, 2025
a5a7ea1
test(pdf): add tests for pivot grid and edge cases
mtsvyatkova Nov 18, 2025
fda8d4e
Merge branch 'master' into copilot/add-pdf-export-feature
mtsvyatkova Nov 18, 2025
97641cf
chore(*): add missed comma in package.json
mtsvyatkova Nov 18, 2025
3e62719
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 18, 2025
df787b3
chore(*): commenting out an unused method
kdinev Nov 20, 2025
322e676
feat(*): adding pdf exporter to igniteui-angular/core
kdinev Nov 20, 2025
41670a4
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Nov 20, 2025
24d3090
chore(*): regenerating package-lock
kdinev Nov 20, 2025
5faef70
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
kdinev Nov 20, 2025
b907643
Merge remote-tracking branch 'origin/master' into copilot/add-pdf-exp…
rkaraivanov Nov 20, 2025
5d74d6f
chore: Post-merge package.json updates
rkaraivanov Nov 20, 2025
9d1f3df
chore: Regenerated package-lock.json
rkaraivanov Nov 20, 2025
79edb36
test: Fixed PDF export tests to use correct import paths
rkaraivanov Nov 20, 2025
61a3fd9
Merge branch 'master' into copilot/add-pdf-export-feature
rkaraivanov Nov 20, 2025
bf4be07
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Nov 20, 2025
94c683d
test(tree-grid): add explicit wait calls to UI column moving tests
mtsvyatkova Nov 21, 2025
87048b1
Merge branch 'master' into copilot/add-pdf-export-feature
mtsvyatkova Nov 21, 2025
7e7f77f
Merge branch 'master' into copilot/add-pdf-export-feature
mtsvyatkova Nov 21, 2025
1f644cf
chore(*): Reorder tree grid tree column change tests
gedinakova Nov 24, 2025
57ce86a
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 24, 2025
84744f2
chore(*): Change header drag coordinates a bit
gedinakova Nov 24, 2025
d9597b2
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
gedinakova Nov 24, 2025
7998165
chore(*): Increase time out for pointer events
gedinakova Nov 24, 2025
3c919b2
chore(*): Add additional check for the headers
gedinakova Nov 24, 2025
08c44f7
chore(*): Removed fix.detectChanges() similar to columnMoving tests
gedinakova Nov 24, 2025
514bdb8
chore(*): Desperate attempt to fix the moving
gedinakova Nov 24, 2025
a2f172e
chore(*): Changed some coordinates for col moving
gedinakova Nov 24, 2025
8af16ae
chore(*): Removed an unneeded fix.detectChanges()
gedinakova Nov 24, 2025
5421e6d
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 24, 2025
522bfd4
chore(*): Calculate drag coordinates for column moving
gedinakova Nov 24, 2025
9cb63d3
Merge branch 'copilot/add-pdf-export-feature' of https://github.com/I…
gedinakova Nov 24, 2025
4399423
chore(*): Get headers from headerCellList
gedinakova Nov 24, 2025
74e235c
chore(*): Focus on tree-grid-integration tests.
gedinakova Nov 24, 2025
370a246
chore(*): Removed the focus on tree-grid-integration spec
gedinakova Nov 24, 2025
08f5ec7
chore(*): Prevent toolbar event test from saving & opening a pdf.
gedinakova Nov 24, 2025
148fc20
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 24, 2025
89c8572
chore(*): Fixed some typos & waits
gedinakova Nov 25, 2025
9c275fe
chore(*): Exclude PDF exporter tests from run
gedinakova Nov 25, 2025
725104d
chore(*): Leave one pointer move event only.
gedinakova Nov 25, 2025
2d23c4e
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 25, 2025
9ee82d8
chore(*): Update package-lock
gedinakova Nov 25, 2025
b1088db
chore(*): Bring PDF exporter tests back
gedinakova Nov 25, 2025
7d45cb4
refactor(exporters): moving exporters under grids/core (#16519)
kdinev Nov 26, 2025
49e7e3f
chore(*): remove duplicate tslib dependency
mtsvyatkova Nov 26, 2025
48eb3e1
Merge branch 'master' into copilot/add-pdf-export-feature
gedinakova Nov 26, 2025
bdeaf61
Merge branch 'master' into copilot/add-pdf-export-feature
kdinev Nov 26, 2025
60af3ee
feat(pdf exporter): making jsPDF a dynamic import (#16524)
kdinev Nov 26, 2025
3611725
feat(excel export): making fflate a dynamic import
kdinev Nov 26, 2025
01c1ebe
chore(*): updating package-lock
kdinev Dec 1, 2025
ecfaffc
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Dec 1, 2025
520b211
chore(*): fixing package-lock.json
kdinev Dec 1, 2025
44b5a17
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
kdinev Dec 2, 2025
497a085
Update projects/igniteui-angular/grids/core/src/services/excel/excel-…
kdinev Dec 2, 2025
8b938e8
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 2, 2025
478c638
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 2, 2025
e52166d
fix(ExcelExport): Convert callback-based zip to a Promise.
gedinakova Dec 8, 2025
750d4e1
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 8, 2025
fc1111d
fix(Export): Use IIFE instead of changing base method signature.
gedinakova Dec 8, 2025
5f3323c
Merge branch 'fflate-dynamic-import' of https://github.com/IgniteUI/i…
gedinakova Dec 8, 2025
fbd0e28
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 8, 2025
c43dc3a
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 9, 2025
f52c903
fix(excel-exporter): resolve async timing issues with dynamic fflate …
gedinakova Dec 9, 2025
c36dbe4
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 9, 2025
8386eb6
fix(*): Refactor writeElementAsync to match writeElement.
gedinakova Dec 9, 2025
82e10e8
Merge branch 'fflate-dynamic-import' of https://github.com/IgniteUI/i…
gedinakova Dec 9, 2025
7c57e71
Merge branch 'master' into fflate-dynamic-import
gedinakova Dec 9, 2025
23a4f53
Update .gitignore
gedinakova Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading