@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. package/esm2020/src/calendar/calendar.component.mjs +5 -4
  2. package/esm2020/src/datepicker/datepicker.component.mjs +5 -4
  3. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +5 -4
  4. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +5 -4
  5. package/esm2020/src/timepicker/timepicker.component.mjs +5 -4
  6. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +20 -15
  7. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +20 -15
  9. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -1
  10. package/package.json +9 -9
  11. package/schematics/utils/lib-details.d.ts +2 -2
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/calendar/calendar.component.d.ts +3 -2
  15. package/src/datepicker/datepicker.component.d.ts +3 -2
  16. package/src/daterangepicker/daterangepicker.component.d.ts +3 -2
  17. package/src/datetimepicker/datetimepicker.component.d.ts +3 -2
  18. package/src/timepicker/timepicker.component.d.ts +3 -2
  19. package/styles/bootstrap-dark.css +91 -40
  20. package/styles/bootstrap.css +91 -40
  21. package/styles/bootstrap4.css +91 -40
  22. package/styles/bootstrap5-dark.css +92 -41
  23. package/styles/bootstrap5.css +92 -41
  24. package/styles/calendar/bootstrap-dark.scss +1 -1
  25. package/styles/calendar/bootstrap.scss +1 -1
  26. package/styles/calendar/bootstrap4.scss +1 -1
  27. package/styles/calendar/bootstrap5-dark.scss +1 -1
  28. package/styles/calendar/bootstrap5.scss +1 -1
  29. package/styles/calendar/fabric-dark.scss +1 -1
  30. package/styles/calendar/fabric.scss +1 -1
  31. package/styles/calendar/fluent-dark.scss +1 -1
  32. package/styles/calendar/fluent.scss +1 -1
  33. package/styles/calendar/highcontrast-light.scss +1 -1
  34. package/styles/calendar/highcontrast.scss +1 -1
  35. package/styles/calendar/material-dark.css +0 -1
  36. package/styles/calendar/material-dark.scss +1 -1
  37. package/styles/calendar/material.css +0 -1
  38. package/styles/calendar/material.scss +1 -1
  39. package/styles/calendar/material3-dark.css +0 -1
  40. package/styles/calendar/material3-dark.scss +1 -1
  41. package/styles/calendar/material3.css +0 -1
  42. package/styles/calendar/material3.scss +1 -1
  43. package/styles/calendar/tailwind-dark.css +0 -1
  44. package/styles/calendar/tailwind-dark.scss +1 -1
  45. package/styles/calendar/tailwind.css +0 -1
  46. package/styles/calendar/tailwind.scss +1 -1
  47. package/styles/datepicker/_bootstrap-dark-definition.scss +5 -5
  48. package/styles/datepicker/_bootstrap-definition.scss +5 -5
  49. package/styles/datepicker/_bootstrap4-definition.scss +5 -5
  50. package/styles/datepicker/_bootstrap5-definition.scss +6 -6
  51. package/styles/datepicker/_fabric-dark-definition.scss +4 -4
  52. package/styles/datepicker/_fabric-definition.scss +6 -6
  53. package/styles/datepicker/_fluent-definition.scss +4 -4
  54. package/styles/datepicker/_fusionnew-definition.scss +5 -5
  55. package/styles/datepicker/_highcontrast-definition.scss +5 -5
  56. package/styles/datepicker/_highcontrast-light-definition.scss +5 -5
  57. package/styles/datepicker/_layout.scss +34 -9
  58. package/styles/datepicker/_material-dark-definition.scss +4 -4
  59. package/styles/datepicker/_material-definition.scss +4 -4
  60. package/styles/datepicker/_material3-definition.scss +4 -4
  61. package/styles/datepicker/_tailwind-definition.scss +8 -8
  62. package/styles/datepicker/bootstrap-dark.css +49 -19
  63. package/styles/datepicker/bootstrap-dark.scss +1 -1
  64. package/styles/datepicker/bootstrap.css +49 -19
  65. package/styles/datepicker/bootstrap.scss +1 -1
  66. package/styles/datepicker/bootstrap4.css +49 -19
  67. package/styles/datepicker/bootstrap4.scss +1 -1
  68. package/styles/datepicker/bootstrap5-dark.css +50 -20
  69. package/styles/datepicker/bootstrap5-dark.scss +1 -1
  70. package/styles/datepicker/bootstrap5.css +50 -20
  71. package/styles/datepicker/bootstrap5.scss +1 -1
  72. package/styles/datepicker/fabric-dark.css +48 -18
  73. package/styles/datepicker/fabric-dark.scss +1 -1
  74. package/styles/datepicker/fabric.css +49 -19
  75. package/styles/datepicker/fabric.scss +1 -1
  76. package/styles/datepicker/fluent-dark.css +48 -18
  77. package/styles/datepicker/fluent-dark.scss +1 -1
  78. package/styles/datepicker/fluent.css +48 -18
  79. package/styles/datepicker/fluent.scss +1 -1
  80. package/styles/datepicker/highcontrast-light.css +49 -19
  81. package/styles/datepicker/highcontrast-light.scss +1 -1
  82. package/styles/datepicker/highcontrast.css +49 -19
  83. package/styles/datepicker/highcontrast.scss +1 -1
  84. package/styles/datepicker/material-dark.css +48 -19
  85. package/styles/datepicker/material-dark.scss +1 -1
  86. package/styles/datepicker/material.css +48 -19
  87. package/styles/datepicker/material.scss +1 -1
  88. package/styles/datepicker/material3-dark.css +48 -19
  89. package/styles/datepicker/material3-dark.scss +1 -1
  90. package/styles/datepicker/material3.css +48 -19
  91. package/styles/datepicker/material3.scss +1 -1
  92. package/styles/datepicker/tailwind-dark.css +52 -23
  93. package/styles/datepicker/tailwind-dark.scss +1 -1
  94. package/styles/datepicker/tailwind.css +52 -23
  95. package/styles/datepicker/tailwind.scss +1 -1
  96. package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -4
  97. package/styles/daterangepicker/_bootstrap-definition.scss +4 -4
  98. package/styles/daterangepicker/_bootstrap4-definition.scss +4 -4
  99. package/styles/daterangepicker/_bootstrap5-definition.scss +4 -4
  100. package/styles/daterangepicker/_fabric-dark-definition.scss +4 -4
  101. package/styles/daterangepicker/_fabric-definition.scss +4 -4
  102. package/styles/daterangepicker/_fluent-definition.scss +4 -4
  103. package/styles/daterangepicker/_fusionnew-definition.scss +4 -4
  104. package/styles/daterangepicker/_highcontrast-definition.scss +4 -4
  105. package/styles/daterangepicker/_highcontrast-light-definition.scss +4 -4
  106. package/styles/daterangepicker/_layout.scss +48 -19
  107. package/styles/daterangepicker/_material-dark-definition.scss +4 -4
  108. package/styles/daterangepicker/_material-definition.scss +4 -4
  109. package/styles/daterangepicker/_material3-definition.scss +8 -5
  110. package/styles/daterangepicker/_tailwind-definition.scss +5 -5
  111. package/styles/daterangepicker/bootstrap-dark.css +30 -26
  112. package/styles/daterangepicker/bootstrap-dark.scss +1 -1
  113. package/styles/daterangepicker/bootstrap.css +30 -26
  114. package/styles/daterangepicker/bootstrap.scss +1 -1
  115. package/styles/daterangepicker/bootstrap4.css +30 -26
  116. package/styles/daterangepicker/bootstrap4.scss +1 -1
  117. package/styles/daterangepicker/bootstrap5-dark.css +30 -26
  118. package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
  119. package/styles/daterangepicker/bootstrap5.css +30 -26
  120. package/styles/daterangepicker/bootstrap5.scss +1 -1
  121. package/styles/daterangepicker/fabric-dark.css +30 -26
  122. package/styles/daterangepicker/fabric-dark.scss +1 -1
  123. package/styles/daterangepicker/fabric.css +30 -26
  124. package/styles/daterangepicker/fabric.scss +1 -1
  125. package/styles/daterangepicker/fluent-dark.css +30 -26
  126. package/styles/daterangepicker/fluent-dark.scss +1 -1
  127. package/styles/daterangepicker/fluent.css +30 -26
  128. package/styles/daterangepicker/fluent.scss +1 -1
  129. package/styles/daterangepicker/highcontrast-light.css +30 -26
  130. package/styles/daterangepicker/highcontrast-light.scss +1 -1
  131. package/styles/daterangepicker/highcontrast.css +30 -26
  132. package/styles/daterangepicker/highcontrast.scss +1 -1
  133. package/styles/daterangepicker/material-dark.css +30 -27
  134. package/styles/daterangepicker/material-dark.scss +1 -1
  135. package/styles/daterangepicker/material.css +30 -27
  136. package/styles/daterangepicker/material.scss +1 -1
  137. package/styles/daterangepicker/material3-dark.css +53 -28
  138. package/styles/daterangepicker/material3-dark.scss +1 -1
  139. package/styles/daterangepicker/material3.css +53 -28
  140. package/styles/daterangepicker/material3.scss +1 -1
  141. package/styles/daterangepicker/tailwind-dark.css +31 -28
  142. package/styles/daterangepicker/tailwind-dark.scss +1 -1
  143. package/styles/daterangepicker/tailwind.css +31 -28
  144. package/styles/daterangepicker/tailwind.scss +1 -1
  145. package/styles/datetimepicker/bootstrap-dark.scss +1 -1
  146. package/styles/datetimepicker/bootstrap.scss +1 -1
  147. package/styles/datetimepicker/bootstrap4.scss +1 -1
  148. package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
  149. package/styles/datetimepicker/bootstrap5.scss +1 -1
  150. package/styles/datetimepicker/fabric-dark.scss +1 -1
  151. package/styles/datetimepicker/fabric.scss +1 -1
  152. package/styles/datetimepicker/fluent-dark.scss +1 -1
  153. package/styles/datetimepicker/fluent.scss +1 -1
  154. package/styles/datetimepicker/highcontrast-light.scss +1 -1
  155. package/styles/datetimepicker/highcontrast.scss +1 -1
  156. package/styles/datetimepicker/material-dark.css +0 -1
  157. package/styles/datetimepicker/material-dark.scss +1 -1
  158. package/styles/datetimepicker/material.css +0 -1
  159. package/styles/datetimepicker/material.scss +1 -1
  160. package/styles/datetimepicker/material3-dark.css +0 -1
  161. package/styles/datetimepicker/material3-dark.scss +1 -1
  162. package/styles/datetimepicker/material3.css +0 -1
  163. package/styles/datetimepicker/material3.scss +1 -1
  164. package/styles/datetimepicker/tailwind-dark.css +0 -1
  165. package/styles/datetimepicker/tailwind-dark.scss +1 -1
  166. package/styles/datetimepicker/tailwind.css +0 -1
  167. package/styles/datetimepicker/tailwind.scss +1 -1
  168. package/styles/fabric-dark.css +90 -39
  169. package/styles/fabric.css +103 -52
  170. package/styles/fluent-dark.css +90 -39
  171. package/styles/fluent.css +90 -39
  172. package/styles/highcontrast-light.css +91 -40
  173. package/styles/highcontrast.css +91 -40
  174. package/styles/material-dark.css +90 -40
  175. package/styles/material.css +90 -40
  176. package/styles/material3-dark.css +113 -41
  177. package/styles/material3-dark.scss +1 -1
  178. package/styles/material3.css +113 -41
  179. package/styles/material3.scss +1 -1
  180. package/styles/tailwind-dark.css +95 -49
  181. package/styles/tailwind.css +95 -49
  182. package/styles/timepicker/_bootstrap-dark-definition.scss +2 -2
  183. package/styles/timepicker/_bootstrap-definition.scss +2 -2
  184. package/styles/timepicker/_bootstrap4-definition.scss +2 -2
  185. package/styles/timepicker/_bootstrap5-definition.scss +2 -2
  186. package/styles/timepicker/_fabric-dark-definition.scss +2 -2
  187. package/styles/timepicker/_fabric-definition.scss +4 -4
  188. package/styles/timepicker/_fluent-definition.scss +2 -2
  189. package/styles/timepicker/_fusionnew-definition.scss +2 -2
  190. package/styles/timepicker/_highcontrast-definition.scss +2 -2
  191. package/styles/timepicker/_highcontrast-light-definition.scss +2 -2
  192. package/styles/timepicker/_layout.scss +16 -0
  193. package/styles/timepicker/_material-dark-definition.scss +2 -2
  194. package/styles/timepicker/_material-definition.scss +2 -2
  195. package/styles/timepicker/_material3-definition.scss +2 -2
  196. package/styles/timepicker/_tailwind-definition.scss +2 -2
  197. package/styles/timepicker/_theme.scss +1 -0
  198. package/styles/timepicker/bootstrap-dark.css +19 -2
  199. package/styles/timepicker/bootstrap-dark.scss +1 -1
  200. package/styles/timepicker/bootstrap.css +19 -2
  201. package/styles/timepicker/bootstrap.scss +1 -1
  202. package/styles/timepicker/bootstrap4.css +19 -2
  203. package/styles/timepicker/bootstrap4.scss +1 -1
  204. package/styles/timepicker/bootstrap5-dark.css +19 -2
  205. package/styles/timepicker/bootstrap5-dark.scss +1 -1
  206. package/styles/timepicker/bootstrap5.css +19 -2
  207. package/styles/timepicker/bootstrap5.scss +1 -1
  208. package/styles/timepicker/fabric-dark.css +19 -2
  209. package/styles/timepicker/fabric-dark.scss +1 -1
  210. package/styles/timepicker/fabric.css +22 -5
  211. package/styles/timepicker/fabric.scss +1 -1
  212. package/styles/timepicker/fluent-dark.css +19 -2
  213. package/styles/timepicker/fluent-dark.scss +1 -1
  214. package/styles/timepicker/fluent.css +19 -2
  215. package/styles/timepicker/fluent.scss +1 -1
  216. package/styles/timepicker/highcontrast-light.css +19 -2
  217. package/styles/timepicker/highcontrast-light.scss +1 -1
  218. package/styles/timepicker/highcontrast.css +19 -2
  219. package/styles/timepicker/highcontrast.scss +1 -1
  220. package/styles/timepicker/material-dark.css +19 -3
  221. package/styles/timepicker/material-dark.scss +1 -1
  222. package/styles/timepicker/material.css +19 -3
  223. package/styles/timepicker/material.scss +1 -1
  224. package/styles/timepicker/material3-dark.css +19 -3
  225. package/styles/timepicker/material3-dark.scss +1 -1
  226. package/styles/timepicker/material3.css +19 -3
  227. package/styles/timepicker/material3.scss +1 -1
  228. package/styles/timepicker/tailwind-dark.css +19 -3
  229. package/styles/timepicker/tailwind-dark.scss +1 -1
  230. package/styles/timepicker/tailwind.css +19 -3
  231. package/styles/timepicker/tailwind.scss +1 -1
@@ -1059,15 +1059,22 @@ ejs-calendar {
1059
1059
  top: 0 !important;
1060
1060
  }
1061
1061
 
1062
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
1063
+ .e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
1064
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
1065
+ .e-datetimepicker.e-popup-expand.e-popup {
1066
+ border-radius: 0;
1067
+ }
1068
+
1062
1069
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1063
1070
  .e-datetimepicker.e-popup-expand .e-model-header {
1064
1071
  height: 10%;
1065
- padding: 2.5vh 2.5vw;
1072
+ padding: 2.5vh 2.5vw 2.5vh 1.5vw;
1066
1073
  display: -ms-flexbox;
1067
1074
  display: flex;
1068
1075
  -ms-flex-align: center;
1069
1076
  align-items: center;
1070
- font-size: 3vh;
1077
+ font-size: 2vh;
1071
1078
  border-bottom: 1px solid #dee2e6;
1072
1079
  }
1073
1080
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
@@ -1079,6 +1086,11 @@ ejs-calendar {
1079
1086
  .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1080
1087
  padding: 1vh 2vw;
1081
1088
  text-transform: capitalize;
1089
+ font-weight: 500;
1090
+ }
1091
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
1092
+ .e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
1093
+ font-size: 2vh;
1082
1094
  }
1083
1095
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1084
1096
  .e-datetimepicker.e-popup-expand .e-content {
@@ -1117,6 +1129,10 @@ ejs-calendar {
1117
1129
  .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1118
1130
  padding: 1vh 1vw;
1119
1131
  }
1132
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
1133
+ .e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
1134
+ font-size: 2vw;
1135
+ }
1120
1136
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1121
1137
  .e-datetimepicker.e-popup-expand .e-content {
1122
1138
  height: 85%;
@@ -1187,6 +1203,7 @@ ejs-calendar {
1187
1203
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1188
1204
  .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1189
1205
  color: #343a40;
1206
+ font-weight: 500;
1190
1207
  }
1191
1208
 
1192
1209
  /* stylelint-disable property-no-vendor-prefix */
@@ -1343,6 +1360,11 @@ ejs-calendar {
1343
1360
  min-height: 40px;
1344
1361
  }
1345
1362
 
1363
+ @media screen and (orientation: landscape) {
1364
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
1365
+ line-height: 64px;
1366
+ }
1367
+ }
1346
1368
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1347
1369
  border-radius: 0;
1348
1370
  }
@@ -1352,9 +1374,15 @@ ejs-calendar {
1352
1374
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1353
1375
  float: right;
1354
1376
  }
1377
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1378
+ height: 15vh;
1379
+ }
1380
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1381
+ float: right;
1382
+ }
1355
1383
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1356
1384
  height: 20vh;
1357
- padding: 2vh 2vw;
1385
+ padding: 2vh 6vw;
1358
1386
  }
1359
1387
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1360
1388
  margin: 12vh 0 0 0;
@@ -1363,13 +1391,19 @@ ejs-calendar {
1363
1391
  color: inherit;
1364
1392
  float: left;
1365
1393
  font-size: 18px;
1366
- padding: 2px;
1367
1394
  }
1368
1395
  @media (min-device-width: 768px) {
1369
1396
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1370
1397
  font-size: 24px;
1371
1398
  }
1372
1399
  }
1400
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
1401
+ background: transparent;
1402
+ border-color: transparent;
1403
+ box-shadow: none;
1404
+ font-weight: 400;
1405
+ padding: 0;
1406
+ }
1373
1407
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1374
1408
  color: inherit;
1375
1409
  float: right;
@@ -1395,10 +1429,10 @@ ejs-calendar {
1395
1429
  border-width: 1px 0;
1396
1430
  border-color: #dee2e6;
1397
1431
  padding: 2vh 2vw;
1398
- line-height: 5vh;
1432
+ line-height: 6vh;
1399
1433
  }
1400
1434
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1401
- margin-left: 18vw;
1435
+ margin-left: 22vw;
1402
1436
  position: absolute;
1403
1437
  text-align: center;
1404
1438
  vertical-align: middle;
@@ -1412,13 +1446,19 @@ ejs-calendar {
1412
1446
  }
1413
1447
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1414
1448
  margin-right: 75vw;
1449
+ vertical-align: inherit;
1450
+ height: 35px;
1451
+ width: 35px;
1415
1452
  }
1416
1453
  @media (min-device-width: 768px) {
1417
1454
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
1418
- height: 34px;
1419
- width: 34px;
1455
+ height: 55px;
1456
+ width: 55px;
1420
1457
  }
1421
1458
  }
1459
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
1460
+ vertical-align: inherit;
1461
+ }
1422
1462
  @media (min-device-width: 768px) {
1423
1463
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
1424
1464
  font-size: 24px;
@@ -1426,6 +1466,18 @@ ejs-calendar {
1426
1466
  }
1427
1467
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
1428
1468
  margin-right: 0;
1469
+ vertical-align: inherit;
1470
+ height: 35px;
1471
+ width: 35px;
1472
+ }
1473
+ @media (min-device-width: 768px) {
1474
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
1475
+ height: 55px;
1476
+ width: 55px;
1477
+ }
1478
+ }
1479
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
1480
+ vertical-align: inherit;
1429
1481
  }
1430
1482
  @media (min-device-width: 768px) {
1431
1483
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
@@ -1450,15 +1502,11 @@ ejs-calendar {
1450
1502
  }
1451
1503
  }
1452
1504
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1453
- height: 85vh;
1505
+ height: 79vh;
1454
1506
  }
1455
1507
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1456
1508
  display: none;
1457
1509
  }
1458
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1459
- display: block;
1460
- padding: 5px 0;
1461
- }
1462
1510
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1463
1511
  height: 69vh;
1464
1512
  }
@@ -1517,7 +1565,6 @@ ejs-calendar {
1517
1565
  @media screen and (orientation: landscape) {
1518
1566
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1519
1567
  float: left;
1520
- padding: 2px;
1521
1568
  }
1522
1569
  }
1523
1570
  @media screen and (orientation: landscape) {
@@ -1537,7 +1584,7 @@ ejs-calendar {
1537
1584
  }
1538
1585
  @media screen and (orientation: landscape) and (max-height: 600px) {
1539
1586
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
1540
- line-height: 8vh;
1587
+ line-height: 12vh;
1541
1588
  }
1542
1589
  }
1543
1590
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -2309,7 +2356,7 @@ ejs-calendar {
2309
2356
  }
2310
2357
  @media (min-device-width: 768px) {
2311
2358
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2312
- font-size: 24px;
2359
+ font-size: 18px;
2313
2360
  }
2314
2361
  }
2315
2362
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
@@ -2344,17 +2391,27 @@ ejs-calendar {
2344
2391
  padding: 2vh 2vw;
2345
2392
  line-height: 5vh;
2346
2393
  }
2347
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
2394
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
2348
2395
  height: 36px;
2349
2396
  width: 36px;
2350
2397
  }
2351
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
2398
+ @media (min-device-width: 768px) {
2399
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
2400
+ font-size: 18px;
2401
+ padding: 11px;
2402
+ }
2403
+ }
2404
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
2405
+ height: 36px;
2406
+ width: 36px;
2407
+ }
2408
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
2352
2409
  padding: 10px;
2353
2410
  line-height: 1;
2354
2411
  }
2355
2412
  @media (min-device-width: 768px) {
2356
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
2357
- font-size: 24px;
2413
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
2414
+ font-size: 18px;
2358
2415
  }
2359
2416
  }
2360
2417
  @media (max-height: 600px) {
@@ -2369,18 +2426,18 @@ ejs-calendar {
2369
2426
  }
2370
2427
  @media (min-device-width: 768px) {
2371
2428
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
2372
- font-size: 24px;
2429
+ font-size: 18px;
2373
2430
  }
2374
2431
  }
2375
2432
  @media (min-device-width: 768px) {
2376
2433
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2377
- font-size: 24px;
2434
+ font-size: 18px;
2378
2435
  height: 48px;
2379
2436
  }
2380
2437
  }
2381
2438
  @media (min-device-width: 768px) {
2382
2439
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2383
- font-size: 24px;
2440
+ font-size: 18px;
2384
2441
  height: 64px;
2385
2442
  width: 64px;
2386
2443
  line-height: 64px;
@@ -2404,12 +2461,6 @@ ejs-calendar {
2404
2461
  height: 78vh;
2405
2462
  }
2406
2463
  }
2407
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2408
- display: block;
2409
- }
2410
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
2411
- float: right;
2412
- }
2413
2464
  @media (max-height: 600px) {
2414
2465
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2415
2466
  min-height: 100%;
@@ -2457,7 +2508,7 @@ ejs-calendar {
2457
2508
  }
2458
2509
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2459
2510
  height: 10%;
2460
- padding: 2.5vh 2.5vw;
2511
+ padding: 2.5vh 2.5vw 2.5vh 1.5vw;
2461
2512
  display: -ms-flexbox;
2462
2513
  display: flex;
2463
2514
  -ms-flex-align: center;
@@ -2467,7 +2518,7 @@ ejs-calendar {
2467
2518
  }
2468
2519
  @media (min-device-width: 768px) {
2469
2520
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2470
- font-size: 2vw;
2521
+ font-size: 18px;
2471
2522
  }
2472
2523
  }
2473
2524
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
@@ -2479,14 +2530,14 @@ ejs-calendar {
2479
2530
  text-transform: capitalize;
2480
2531
  }
2481
2532
 
2482
- @media screen and (orientation: landscape) and (max-height: 600px) {
2483
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2484
- height: 23vh;
2533
+ @media screen and (orientation: landscape) {
2534
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
2535
+ padding: 0;
2485
2536
  }
2486
2537
  }
2487
- @media screen and (orientation: landscape) and (min-height: 600px) {
2488
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2489
- height: 20vh;
2538
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2539
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
2540
+ font-size: 18px;
2490
2541
  }
2491
2542
  }
2492
2543
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -2521,7 +2572,7 @@ ejs-calendar {
2521
2572
  @media screen and (orientation: landscape) {
2522
2573
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2523
2574
  height: 15%;
2524
- font-size: 2vw;
2575
+ font-size: 18px;
2525
2576
  }
2526
2577
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2527
2578
  padding: 1vh 1vw;
@@ -2548,7 +2599,7 @@ ejs-calendar {
2548
2599
  @media screen and (orientation: landscape) {
2549
2600
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2550
2601
  margin: 0;
2551
- height: 38px;
2602
+ height: 28px;
2552
2603
  }
2553
2604
  }
2554
2605
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -2558,8 +2609,8 @@ ejs-calendar {
2558
2609
  }
2559
2610
  @media screen and (orientation: landscape) {
2560
2611
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2561
- margin: 5px 0;
2562
- font-size: 20px;
2612
+ margin: 8px 0;
2613
+ font-size: 16px;
2563
2614
  }
2564
2615
  }
2565
2616
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/bootstrap-dark-definition.scss';
3
3
  @import 'bootstrap-dark-definition.scss';
4
4
  @import 'icons/bootstrap-dark.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap.scss';
2
2
  @import 'ej2-buttons/styles/button/bootstrap-definition.scss';
3
3
  @import 'bootstrap-definition.scss';
4
4
  @import 'icons/bootstrap.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap4.scss';
2
2
  @import 'ej2-buttons/styles/button/bootstrap4-definition.scss';
3
3
  @import 'bootstrap4-definition.scss';
4
4
  @import 'icons/bootstrap4.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/bootstrap5-dark-definition.scss';
3
3
  @import 'bootstrap5-dark-definition.scss';
4
4
  @import 'icons/bootstrap5-dark.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5.scss';
2
2
  @import 'ej2-buttons/styles/button/bootstrap5-definition.scss';
3
3
  @import 'bootstrap5-definition.scss';
4
4
  @import 'icons/bootstrap5.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/fabric-dark-definition.scss';
3
3
  @import 'fabric-dark-definition.scss';
4
4
  @import 'icons/fabric-dark.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
1
+ @import 'ej2-base/styles/definition/fabric.scss';
2
2
  @import 'ej2-buttons/styles/button/fabric-definition.scss';
3
3
  @import 'fabric-definition.scss';
4
4
  @import 'icons/fabric.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/fluent-dark-definition.scss';
3
3
  @import 'fluent-dark-definition.scss';
4
4
  @import 'icons/fluent-dark.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
1
+ @import 'ej2-base/styles/definition/fluent.scss';
2
2
  @import 'ej2-buttons/styles/button/fluent-definition.scss';
3
3
  @import 'fluent-definition.scss';
4
4
  @import 'icons/fluent.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
2
  @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
3
3
  @import 'highcontrast-light-definition.scss';
4
4
  @import 'icons/highcontrast-light.scss';
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
1
+ @import 'ej2-base/styles/definition/highcontrast.scss';
2
2
  @import 'ej2-buttons/styles/button/highcontrast-definition.scss';
3
3
  @import 'highcontrast-definition.scss';
4
4
  @import 'icons/highcontrast.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /*! component icons */
3
2
  .e-calendar .e-header .e-date-icon-prev::before {
4
3
  content: "\e910";
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/material-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/material-dark-definition.scss';
3
3
  @import 'material-dark-definition.scss';
4
4
  @import 'icons/material-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
2
1
  /*! calendar material theme variables */
3
2
  /*! component icons */
4
3
  .e-calendar .e-header .e-date-icon-prev::before {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material-definition.scss';
1
+ @import 'ej2-base/styles/definition/material.scss';
2
2
  @import 'ej2-buttons/styles/button/material-definition.scss';
3
3
  @import 'material-definition.scss';
4
4
  @import 'icons/material.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-dark-definition.scss';
1
+
2
2
 
3
3
  @import 'ej2-buttons/styles/button/material3-dark-definition.scss';
4
4
  @import 'material3-dark-definition.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
1
  :root {
3
2
  --color-sf-black: 0, 0, 0;
4
3
  --color-sf-white: 255, 255, 255;
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/material3-definition.scss';
1
+
2
2
 
3
3
  @import 'ej2-buttons/styles/button/material3-definition.scss';
4
4
  @import 'material3-definition.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /*! calendar tailwind theme variables */
3
2
  /*! component icons */
4
3
  .e-calendar .e-header .e-date-icon-prev::before {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind-dark.scss';
2
2
  @import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
3
3
  @import 'tailwind-dark-definition.scss';
4
4
  @import 'icons/tailwind-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /*! calendar tailwind theme variables */
3
2
  /*! component icons */
4
3
  .e-calendar .e-header .e-date-icon-prev::before {
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind.scss';
2
2
  @import 'ej2-buttons/styles/button/tailwind-definition.scss';
3
3
  @import 'tailwind-definition.scss';
4
4
  @import 'icons/tailwind.scss';
@@ -38,7 +38,7 @@ $modal-month-line-height: 32px !default;
38
38
  $modal-portrait-year-font-size: 4vw !default;
39
39
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
40
40
  $modal-portrait-month-font-size: 5vw !default;
41
- $modal-portrait-header-padding: 2vh 2vw !default;
41
+ $modal-portrait-header-padding: 2vh 6vw !default;
42
42
  $modal-portrait-month-header-padding: 2vh 2vw !default;
43
43
  $modal-month-header-line-height: 5vh !default;
44
44
  $modal-month-header-title-line-height: inherit !default;
@@ -53,7 +53,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
53
53
  $modal-portrait-cancel-icon-padding: 2px !default;
54
54
  $modal-portrait-prev-icon-margin: 75vw !default;
55
55
  $modal-portrait-next-icon-margin: 0 !default;
56
- $modal-portrait-header-title-margin: 18vw !default;
56
+ $modal-portrait-header-title-margin: 22vw !default;
57
57
  $modal-portrait-header-title-position: absolute !default;
58
58
  $modal-portrait-header-title-text: center !default;
59
59
  $modal-portrait-header-title-width: 50vw !default;
@@ -67,7 +67,7 @@ $modal-portrait-footer-display-style: none !default;
67
67
  // Touch modal popup styles
68
68
  $modal-portrait-header-height: 20vh !default;
69
69
  $modal-portrait-header-month-height: 10vh !default;
70
- $modal-portrait-calendar-container-height: 85vh !default;
70
+ $modal-portrait-calendar-container-height: 79vh !default;
71
71
  $modal-portrait-calendar-min-height: 100% !default;
72
72
  $modal-portrait-calendar-min-width: 100% !default;
73
73
  $modal-portrait-calendar-height: 100% !default;
@@ -89,9 +89,9 @@ $modal-landscape-prev-icon-margin: 80vw !default;
89
89
  $modal-year-landscape-font-size: 3vw !default;
90
90
  $modal-month-landscape-font-size: 4vw !default;
91
91
  $datepicker-modal-landscape-overflow: visible !default;
92
- $modal-month-landscape-title-line-height: 8vh !default;
92
+ $modal-month-landscape-title-line-height: 12vh !default;
93
93
 
94
94
  // tablet device style changes for modal popup
95
- $modal-tablet-font-size: 24px !default;
95
+ $modal-tablet-font-size: 18px !default;
96
96
  $modal-tablet-content-dimension: 64px !default;
97
97
  $modal-tablet-table-header-height: 48px !default;
@@ -37,7 +37,7 @@ $modal-month-line-height: 32px !default;
37
37
  $modal-portrait-year-font-size: 4vw !default;
38
38
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
39
39
  $modal-portrait-month-font-size: 5vw !default;
40
- $modal-portrait-header-padding: 2vh 2vw !default;
40
+ $modal-portrait-header-padding: 2vh 6vw !default;
41
41
  $modal-portrait-month-header-padding: 2vh 2vw !default;
42
42
  $modal-month-header-line-height: 5vh !default;
43
43
  $modal-month-header-title-line-height: inherit !default;
@@ -54,7 +54,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
54
54
  $modal-portrait-cancel-icon-padding: 2px !default;
55
55
  $modal-portrait-prev-icon-margin: 75vw !default;
56
56
  $modal-portrait-next-icon-margin: 0 !default;
57
- $modal-portrait-header-title-margin: 18vw !default;
57
+ $modal-portrait-header-title-margin: 22vw !default;
58
58
  $modal-portrait-header-title-position: absolute !default;
59
59
  $modal-portrait-header-title-text: center !default;
60
60
  $modal-portrait-header-title-width: 50vw !default;
@@ -69,7 +69,7 @@ $modal-portrait-footer-display-style: none !default;
69
69
  // Touch modal popup styles
70
70
  $modal-portrait-header-height: 20vh !default;
71
71
  $modal-portrait-header-month-height: 10vh !default;
72
- $modal-portrait-calendar-container-height: 85vh !default;
72
+ $modal-portrait-calendar-container-height: 79vh !default;
73
73
  $modal-portrait-calendar-min-height: 100% !default;
74
74
  $modal-portrait-calendar-min-width: 100% !default;
75
75
  $modal-portrait-calendar-height: 100% !default;
@@ -88,9 +88,9 @@ $modal-landscape-prev-icon-margin: 80vw !default;
88
88
  $modal-year-landscape-font-size: 3vw !default;
89
89
  $modal-month-landscape-font-size: 4vw !default;
90
90
  $datepicker-modal-landscape-overflow: visible !default;
91
- $modal-month-landscape-title-line-height: 8vh !default;
91
+ $modal-month-landscape-title-line-height: 12vh !default;
92
92
 
93
93
  // tablet device style changes for modal popup
94
- $modal-tablet-font-size: 24px !default;
94
+ $modal-tablet-font-size: 18px !default;
95
95
  $modal-tablet-content-dimension: 64px !default;
96
96
  $modal-tablet-table-header-height: 48px !default;
@@ -43,7 +43,7 @@ $modal-month-line-height: 32px !default;
43
43
  $modal-portrait-year-font-size: 4vw !default;
44
44
  $modal-portrait-header-year-margin: 12vh 0 0 0 !default;
45
45
  $modal-portrait-month-font-size: 5vw !default;
46
- $modal-portrait-header-padding: 2vh 2vw !default;
46
+ $modal-portrait-header-padding: 2vh 6vw !default;
47
47
  $modal-portrait-month-header-padding: 2vh 2vw !default;
48
48
  $modal-portrait-month-header-vertical-align: middle !default;
49
49
  $modal-month-header-line-height: 5vh !default;
@@ -59,7 +59,7 @@ $modal-portrait-cancel-icon-float-style: left !default;
59
59
  $modal-portrait-cancel-icon-padding: 2px !default;
60
60
  $modal-portrait-prev-icon-margin: 75vw !default;
61
61
  $modal-portrait-next-icon-margin: 0 !default;
62
- $modal-portrait-header-title-margin: 18vw !default;
62
+ $modal-portrait-header-title-margin: 22vw !default;
63
63
  $modal-portrait-header-title-position: absolute !default;
64
64
  $modal-portrait-header-title-text: center !default;
65
65
  $modal-portrait-header-title-width: 50vw !default;
@@ -74,7 +74,7 @@ $modal-portrait-footer-display-style: none !default;
74
74
  // Touch modal popup styles
75
75
  $modal-portrait-header-height: 20vh !default;
76
76
  $modal-portrait-header-month-height: 10vh !default;
77
- $modal-portrait-calendar-container-height: 85vh !default;
77
+ $modal-portrait-calendar-container-height: 79vh !default;
78
78
  $modal-portrait-calendar-min-height: 100% !default;
79
79
  $modal-portrait-calendar-min-width: 100% !default;
80
80
  $modal-portrait-calendar-height: 100% !default;
@@ -93,9 +93,9 @@ $modal-landscape-prev-icon-margin: 80vw !default;
93
93
  $modal-year-landscape-font-size: 3vw !default;
94
94
  $modal-month-landscape-font-size: 4vw !default;
95
95
  $datepicker-modal-landscape-overflow: visible !default;
96
- $modal-month-landscape-title-line-height: 8vh !default;
96
+ $modal-month-landscape-title-line-height: 12vh !default;
97
97
 
98
98
  // tablet device style changes for modal popup
99
- $modal-tablet-font-size: 24px !default;
99
+ $modal-tablet-font-size: 18px !default;
100
100
  $modal-tablet-content-dimension: 64px !default;
101
101
  $modal-tablet-table-header-height: 48px !default;