File tree Expand file tree Collapse file tree 6 files changed +10
-22
lines changed
usage/v8/datetime/highlightedDates Expand file tree Collapse file tree 6 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 15
15
"@angular/platform-browser" : " ^19.0.0" ,
16
16
"@angular/platform-browser-dynamic" : " ^19.0.0" ,
17
17
"@angular/router" : " ^19.0.0" ,
18
- "@ionic/angular" : " 8.6.3-dev.11753813535.1498583f " ,
19
- "@ionic/core" : " 8.6.3-dev.11753813535.1498583f " ,
18
+ "@ionic/angular" : " 8.6.1 " ,
19
+ "@ionic/core" : " 8.6.1 " ,
20
20
"ionicons" : " 8.0.9" ,
21
21
"rxjs" : " ^7.8.1" ,
22
22
"tslib" : " ^2.5.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@ionic/core" : " 8.6.3-dev.11753813535.1498583f " ,
3
+ "@ionic/core" : " 8.6.1 " ,
4
4
"ionicons" : " 8.0.9"
5
5
}
6
6
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@ionic/react" : " 8.6.3-dev.11753813535.1498583f " ,
6
+ "@ionic/react" : " 8.6.1 " ,
7
7
"@ionic/react-router" : " 8.6.1" ,
8
8
"@types/node" : " ^22.0.0" ,
9
9
"@types/react" : " ^19.0.0" ,
Original file line number Diff line number Diff line change 8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@ionic/vue" : " 8.6.3-dev.11753813535.1498583f " ,
12
- "@ionic/vue-router" : " 8.6.3-dev.11753813535.1498583f " ,
11
+ "@ionic/vue" : " 8.6.1 " ,
12
+ "@ionic/vue-router" : " 8.6.1 " ,
13
13
"vue" : " ^3.2.25" ,
14
14
"vue-router" : " 4.5.1"
15
15
},
Original file line number Diff line number Diff line change 6
6
< title > Datetime</ title >
7
7
< link rel ="stylesheet " href ="../../../common.css " />
8
8
< script src ="../../../common.js "> </ script >
9
- < script
10
- type ="module "
11
- src ="
https://cdn.jsdelivr.net/npm/@ionic/[email protected] /dist/ionic/ionic.esm.js "
12
- > </ script >
13
- < link
14
- rel ="stylesheet "
15
- href ="
https://cdn.jsdelivr.net/npm/@ionic/[email protected] /css/ionic.bundle.css "
16
- />
9
+ < script type ="module " src ="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js "> </ script >
10
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css " />
17
11
< style >
18
12
ion-datetime {
19
13
width : 350px ;
Original file line number Diff line number Diff line change 6
6
< title > Datetime</ title >
7
7
< link rel ="stylesheet " href ="../../../common.css " />
8
8
< script src ="../../../common.js "> </ script >
9
- < script
10
- type ="module "
11
- src ="
https://cdn.jsdelivr.net/npm/@ionic/[email protected] /dist/ionic/ionic.esm.js "
12
- > </ script >
13
- < link
14
- rel ="stylesheet "
15
- href ="
https://cdn.jsdelivr.net/npm/@ionic/[email protected] /css/ionic.bundle.css "
16
- />
9
+ < script type ="module " src ="https://cdn.jsdelivr.net/npm/@ionic/core@8/dist/ionic/ionic.esm.js "> </ script >
10
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@ionic/core@8/css/ionic.bundle.css " />
17
11
< style >
18
12
ion-datetime {
19
13
width : 350px ;
You can’t perform that action at this time.
0 commit comments