Commit ed15395
Migrate all components to secondary entry points
- Moved 40 component directories from src/lib/ to individual entry points
- Created core entry point aggregating core, services, data-operations, date-common
- Created directives entry point
- Each entry point has: ng-package.json, index.ts, README.md
- Preserved git history using git mv
- 1214 files reorganized following Angular Package Format
Co-authored-by: kdinev <[email protected]>1 parent 5a48ff3 commit ed15395
File tree
1,214 files changed
+327
-8
lines changed- projects/igniteui-angular
- accordion
- src/accordion
- action-strip
- src/action-strip
- grid-actions
- avatar
- src/avatar
- badge
- src/badge
- banner
- src/banner
- buttonGroup
- src/buttonGroup
- calendar
- src/calendar
- common
- days-view
- month-picker
- months-view
- years-view
- card
- src/card
- carousel
- src/carousel
- checkbox
- src/checkbox
- chips
- src/chips
- combo
- src/combo
- core
- src
- core
- dates
- i18n
- tests
- styles
- base
- components
- _common
- action-strip
- avatar
- badge
- banner
- button-group
- button
- calendar
- card
- carousel
- charts
- checkbox
- chip
- column-actions
- combo
- date-picker
- date-range-picker
- dialog
- divider
- dock-manager
- drop-down
- expansion-panel
- grid-summary
- grid-toolbar
- grid
- highlight
- icon-button
- icon
- input
- label
- list
- overlay
- paginator
- progress
- circular
- linear
- query-builder
- radio
- rating
- ripple
- scrollbar
- select
- slider
- snackbar
- splitter
- stepper
- switch
- tabs
- time-picker
- toast
- tooltip
- tree
- watermark
- print
- spec
- themes
- generators
- presets
- typography
- data-operations
- test-util
- date-common
- calendar-container
- util
- services
- animation
- csv
- direction
- excel
- exporter-common
- overlay
- position
- scroll
- theme
- transaction
- test-utils
- date-picker
- src/date-picker
- date-range-picker
- src/date-range-picker
- predefined-ranges
- dialog
- src/dialog
- directives
- src/directives
- autocomplete
- button
- date-time-editor
- divider
- drag-drop
- filter
- focus-trap
- focus
- for-of
- form-control
- hint
- input
- label
- layout
- mask
- notification
- prefix
- radio
- ripple
- scroll-inertia
- size
- suffix
- template-outlet
- text-highlight
- text-selection
- toggle
- tooltip
- drop-down
- src/drop-down
- expansion-panel
- src/expansion-panel
- grids
- src/grids
- column-actions
- columns
- common
- filtering
- advanced-filtering
- base
- excel-style
- grid
- grouping
- headers
- hierarchical-grid
- moving
- pivot-grid
- resizing
- pivot-grid
- selection
- summaries
- toolbar
- tree-grid
- icon
- src/icon
- input-group
- src/input-group
- list
- src/list
- paginator
- src/paginator
- progressbar
- src/progressbar
- templates
- query-builder
- src/query-builder
- radio
- src/radio
- select
- src/select
- simple-combo
- src/simple-combo
- slider
- src/slider
- label
- thumb
- ticks
- snackbar
- src/snackbar
- splitter
- src/splitter
- splitter-pane
- stepper
- src/stepper
- step
- switch
- src/switch
- tabs
- src/tabs
- tabs
- time-picker
- src/time-picker
- toast
- src/toast
- tree
- src/tree
- tree-node
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,214 files changed
+327
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments