-
Notifications
You must be signed in to change notification settings - Fork 160
Implement multiple entry points for igniteui-angular #16326
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
Merged
+8,769
−7,246
Merged
Changes from all commits
Commits
Show all changes
144 commits
Select commit
Hold shift + click to select a range
b482e72
Initial plan
Copilot fa90ea7
WIP: Create entry point structure for multiple exports
Copilot dcea1a3
Update cross-component imports to use package names
Copilot ca52370
Revert import changes - need different approach for secondary entry p…
Copilot 265c949
Document findings on secondary entry points implementation
Copilot 5a48ff3
Restore cross-component imports to use package names
Copilot ed15395
Migrate all components to secondary entry points
Copilot 81c34e0
Fix main public_api.ts to import from secondary entry points
Copilot eafafad
chore(*): changing export paths for theming
8b361e8
chore(*): updating stylelint for the new structure
30707d8
Fix cross-entry-point imports to not use internal paths
Copilot 8f460ca
Extract shared types to break circular dependencies
Copilot a2a9a88
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
23a712d
Move pivot strategies to grids and use type-only imports
Copilot 4e0f128
Move grid sorting strategies from grids to core
Copilot e0dd51b
Move TreeGridFilteringStrategy from grids to core
Copilot 61f85e0
Resolve core ↔ grids circular dependency with stub types
Copilot bd9a4df
Fix cross-entry-point imports to use main entry points
Copilot 6e986d0
Resolve directives ↔ input-group circular dependency
Copilot 234a5c4
Update public_api exports after moving input directives
Copilot 9dd1c5a
Fix input-group imports to use local directives
Copilot f64d3c8
Remove re-exports from directives to break circular dependency
Copilot 4412fa9
Use stub interface for IgxInputGroupComponent in autocomplete
Copilot 33495ca
Create missing src/public_api.ts files for all entry points
Copilot 2bf7ae2
Resolve checkbox ↔ directives circular dependency
Copilot e00d79c
Fix relative imports in directives to use core entry point
Copilot 1293f6a
Fix missing exports and cross-entry imports in directives
Copilot 3f65d43
Resolve directives ↔ drop-down circular dependency
Copilot 24737c9
Remove autocomplete re-export from directives to break circular depen…
Copilot 15d21af
Fix empty public_api.ts files in entry points
Copilot 60cb5d2
Merge branch 'master' into copilot/support-multiple-entry-points
kdinev 16d2375
chore(*): adding a wider build command
7c2046f
chore(*): changing order of schematics and migrations build
26dcb3b
Resolve directives ↔ radio circular dependency
Copilot a235f9b
chore(*): fixing build errors
4ebe1b8
Export animation services from core
Copilot 8f0d718
Fix import paths in accordion component
Copilot 5bc311b
Export missing types from expansion-panel and fix accordion interface
Copilot 9c8221d
Fix action-strip imports to use entry points
Copilot b73740a
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
9837df5
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
0ddc2d6
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
51321b5
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
297b72d
feat(entry-points): updating imports on action strip, autocomplete
4143493
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
27581e6
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
c0e35b3
feat(entry-points): rename Size interface in Overlay to ElementDimens…
wnvko 9625567
chore(*): fixing imports in chips and grids
6c50d90
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
7321e9e
chore(*): updating more imports
fd6474a
Fix action-strip ↔ grids circular dependency
Copilot 174ec0c
chore(*): correcting an import in the row directive
0bce9c7
chore(*): reverting a change by copilot
144b96b
refactor(action-strip): moving grid-actions under grids
c3fb3c6
chore(*): correcting row.directive import
b136aba
chore(*): correcting grid-editing-actions template
bd05d02
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
7953d78
Merge branch 'copilot/support-multiple-entry-points' of https://githu…
44cde7d
Merge branch 'master' into copilot/support-multiple-entry-points
kdinev f3c933b
feat(*): refactor items in core and action-strip #16384
49f4a2f
chore(*): removing unused import
28cbd87
refactor(date-picker): moving both pickers under same entry point
40adbd3
refactor(query-builder): fixing imports on QB
affae41
refactor(select, time-picker): fixing imports and random chars to 15
21b6846
refactor(grids, tree): untangling most grid imports WIP
04791ff
feat(*): correcting all lib import paths
4eb906b
feat(*): moving more grid types to base
367f2b1
feat(*): theme build needs to be updated now
a4b9b32
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
7cee2db
fix(calendar): importing PlatformUtil from core
4af3032
Add ng update migration for v21.0.0 entry points
Copilot 33e7e93
Add type rename migrations for Size and IChangeCheckboxEventArgs
Copilot 7bca4bd
Add classes.json for type rename migrations
Copilot fd04ba6
fix(migrations): adding import for FileVisitor
8d7a471
chore(*): fixing code style
02399ef
Add comprehensive ENTRY_POINT_MAP with 500+ type mappings
Copilot aa2e960
Addressing PR comments
Copilot 6582994
Revert migration spec files to preserve old import structure
Copilot d147bdf
Addressing PR comments
Copilot 711f4fc
chore(*): fixing package-lock
34c3df7
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
daa1dc2
Addressing PR comments
Copilot b3508f6
test(*): fixing some *.spec.ts file imports
3d2c900
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
6dfc951
Make 21.0.0 migration optional with user prompt and update CHANGELOG
Copilot e2fc43e
chore(*): more test imports
449cdb4
fix(tests, exports): fixing some grid exports and test imports
1047383
fix(build): fixing the library build
eba4bc6
fix(elements, i18n): fixing the elements, i18n build
f347d9d
chore(*): fixing more test imports
84708a7
chore(*): fixing all test imports
b1617db
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
91f85b1
chore(*): changing compilation options for tests
0c7e373
chore(*): fixing build and more for 15 chars
942a962
chore(*): fixing navdrawer tests
80639cb
chore(*): will add codeCoverage back into angular.json later
89c174e
chore(*): hgrid basic tests update
f32af88
chore(*): test imports update from entry points
b18af82
feat(multiple entry points): creating entry point for bottom-nav
6e47dd0
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
fab4e57
test(bottom-nav): fixing the bottom-nav-components.spec imports
4c723d3
Add bottom-nav entry point to v21.0.0 migration
Copilot e6cfdf0
fix(date-time-editor): reverting a .toString() change by copilot
dae0c00
Merge branch 'copilot/support-multiple-entry-points' of https://githu…
b64f297
refactor(*): renaming buttonGroup to button-group and exporting modules
a19c40a
feat(bundle-test): updating bundle-test project imports
d9e657e
fix(navbar): exporting the correct public_api in index
6e8062b
fix(radio-group): changing vertical to protected from private
264db85
fix(grid-actions): grid editing and pinning actions fixed
09d5e91
test(tree-grid): fixing imports in spec file
488555a
fix(query-builder): exporting the query builder module
2bb11d7
chore(*): removing an extra semicolon
639e52f
fix(*): Close QB dropdowns explicitly
gedinakova 8068cd8
Merge branch 'copilot/support-multiple-entry-points' of https://githu…
gedinakova a273600
test(styles, i18n): fixing paths to test files
d0155a7
fix(migrations): copilot messed up the migrations-collection
381e1c5
chore(elements): updating import path for elements
80a68de
docs(*): updating README components table with links to individual RE…
b9463e1
fix(elements): relative config path needed for analyzer resolve; rege…
damyanpetev ae21cc3
test(elements): fix import paths
damyanpetev ff4bf22
chore(*): adding navbar to app.component in bundle test
736d4d6
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
0b97eac
refactor(*): separating grids into their own entry points
7444983
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular…
ba47449
test(*): fixing all grid test imports
bccab4a
fix(elements): running elements configure
c1eef8d
test(radio-group): increasing the radio-group coverage
bbe7877
chore(checkbox): fixing required attribute
19b104a
fix(demos): grid-row-edit-sample import needed update
b320122
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
rkaraivanov d6cde14
chore: fix ng-packagr entry points warning
rkaraivanov 9eb8a39
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
rkaraivanov d85a04a
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
rkaraivanov dce80ac
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
rkaraivanov 86b2469
refactor(core): export internal Size as ɵSize
damyanpetev 394d34f
revert: feat(entry-points): rename Size to ElementDimensions
damyanpetev 5605959
docs(overlay): drop rename change
damyanpetev c7c46a8
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
damyanpetev e15c920
chore(migrations): drop ElementDimensions rename
damyanpetev fe733f6
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
damyanpetev 3dc4df6
refactor(core): export internal Direction as ɵDirection
damyanpetev a257fde
Merge remote-tracking branch 'origin/master' into copilot/support-mul…
damyanpetev fef6806
refactor(radio-group): revert event rename
damyanpetev baf75cf
refactor(carousel): IgxCarouselDirection -> CarouselAnimationDirection
damyanpetev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.