Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
37c7812
chore(deps): update dependency vue-tsc to v3.2.0 (#4371)
renovate[bot] Jan 8, 2026
8181201
chore(deps): update angular to v20.3.13 (#4373)
renovate[bot] Jan 8, 2026
1c2d199
chore(deps): update dependency vite to v7.3.1 (#4375)
renovate[bot] Jan 12, 2026
567b445
chore(deps): update dependency @types/react to v19.2.8 (#4379)
renovate[bot] Jan 14, 2026
0e4b7e8
chore(deps): update dependency @types/node to v24.10.6 (#4378)
renovate[bot] Jan 14, 2026
95d1849
chore(deps): update dependency vite to v7.3.1 (#4377)
renovate[bot] Jan 14, 2026
82a6742
chore(deps): update dependency vue-tsc to v3.2.2 (#4374)
renovate[bot] Jan 14, 2026
df6595f
chore(deps): update dependency vite to v7.3.1 (#4376)
renovate[bot] Jan 14, 2026
2ca0224
chore(deps): update dependency vue to v3.5.27 (#4382)
renovate[bot] Jan 22, 2026
349e8c6
chore(deps): update dependency @types/node to v24.10.7 (#4380)
renovate[bot] Jan 22, 2026
a81f926
chore(deps): update dependency vue-tsc to v3.2.3 (#4387)
renovate[bot] Jan 27, 2026
67163cf
chore(deps): update dependency @types/react to v19.2.9 (#4386)
renovate[bot] Jan 27, 2026
5b9ef44
chore(deps): update dependency vite-plugin-static-copy to v3.1.5 (#4385)
renovate[bot] Jan 27, 2026
300ad1f
chore(deps): update dependency @types/node to v24.10.9 (#4384)
renovate[bot] Jan 27, 2026
5404bcf
chore(deps): update dependency vite-plugin-static-copy to v3.1.6 (#4388)
renovate[bot] Jan 28, 2026
2f4c0b9
chore(deps): update dependency vue-tsc to v3.2.4 (#4389)
renovate[bot] Jan 29, 2026
bd3b28f
chore(deps): update dependency vite-plugin-static-copy to v3.2.0 (#4391)
renovate[bot] Jan 30, 2026
94b7b3f
chore(deps): update react to v19.2.4 (#4390)
renovate[bot] Jan 30, 2026
44c702c
chore(deps): update dependency vue-router to v5 (#4394)
renovate[bot] Feb 4, 2026
5d021f2
chore(deps): update dependency @types/react to v19.2.10 (#4393)
renovate[bot] Feb 4, 2026
387003f
chore(deps): update angular to v20.3.15 (#4392)
renovate[bot] Feb 4, 2026
f159f7e
chore(deps): update dependency @vitejs/plugin-vue to v6.0.4 (#4399)
renovate[bot] Feb 6, 2026
6def4c5
chore(deps): update dependency @types/node to v24.10.10 (#4400)
renovate[bot] Feb 6, 2026
acf01aa
chore(deps): update dependency @vitejs/plugin-react to v5.1.3 (#4398)
renovate[bot] Feb 6, 2026
c28627b
chore(deps): update dependency vue-router to v5.0.1 (#4396)
renovate[bot] Feb 6, 2026
5195f65
docs(datetime): add header section for parts styling (#4395)
thetaPC Feb 6, 2026
19e1541
Merge remote-tracking branch 'origin/main' into chore-sync-feat8.8-wi…
thetaPC Feb 6, 2026
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
9 changes: 9 additions & 0 deletions docs/api/datetime.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import ShowAdjacentDays from '@site/static/usage/v8/datetime/show-adjacent-days/
import MultipleDateSelection from '@site/static/usage/v8/datetime/multiple/index.md';

import GlobalTheming from '@site/static/usage/v8/datetime/styling/global-theming/index.md';
import CalendarHeaderStyling from '@site/static/usage/v8/datetime/styling/calendar-header/index.md';
import CalendarDaysStyling from '@site/static/usage/v8/datetime/styling/calendar-days/index.md';
import WheelStyling from '@site/static/usage/v8/datetime/styling/wheel-styling/index.md';

Expand Down Expand Up @@ -352,6 +353,14 @@ The benefit of this approach is that every component, not just `ion-datetime`, c

<GlobalTheming />

### Calender Header

The calendar header manages the date navigation controls (month/year picker and prev/next buttons) and the days of the week when using a grid style layout.

The header can be styled using CSS shadow parts.

<CalendarHeaderStyling />

### Calendar Days

The calendar days in a grid-style `ion-datetime` can be styled using CSS shadow parts.
Expand Down
1,652 changes: 580 additions & 1,072 deletions static/code/stackblitz/v7/angular/package-lock.json

Large diffs are not rendered by default.

24 changes: 14 additions & 10 deletions static/code/stackblitz/v7/html/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading