@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
@@ -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-inputs/styles/input/material3-definition.scss';
4
4
  @import 'ej2-popups/styles/popup/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
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /*! component icons */
@@ -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-inputs/styles/input/tailwind-dark-definition.scss';
3
3
  @import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
4
4
  @import 'ej2-buttons/styles/button/tailwind-dark-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
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */
4
3
  /*! component icons */
@@ -1,4 +1,4 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
1
+ @import 'ej2-base/styles/definition/tailwind.scss';
2
2
  @import 'ej2-inputs/styles/input/tailwind-definition.scss';
3
3
  @import 'ej2-popups/styles/popup/tailwind-definition.scss';
4
4
  @import 'ej2-buttons/styles/button/tailwind-definition.scss';
@@ -993,15 +993,22 @@ ejs-calendar {
993
993
  top: 0 !important;
994
994
  }
995
995
 
996
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
997
+ .e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
998
+ .e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
999
+ .e-datetimepicker.e-popup-expand.e-popup {
1000
+ border-radius: 0;
1001
+ }
1002
+
996
1003
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
997
1004
  .e-datetimepicker.e-popup-expand .e-model-header {
998
1005
  height: 10%;
999
- padding: 2.5vh 2.5vw;
1006
+ padding: 2.5vh 2.5vw 2.5vh 1.5vw;
1000
1007
  display: -ms-flexbox;
1001
1008
  display: flex;
1002
1009
  -ms-flex-align: center;
1003
1010
  align-items: center;
1004
- font-size: 3vh;
1011
+ font-size: 2vh;
1005
1012
  border-bottom: none;
1006
1013
  }
1007
1014
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
@@ -1013,6 +1020,11 @@ ejs-calendar {
1013
1020
  .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1014
1021
  padding: 1vh 2vw;
1015
1022
  text-transform: capitalize;
1023
+ font-weight: 500;
1024
+ }
1025
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
1026
+ .e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
1027
+ font-size: 2vh;
1016
1028
  }
1017
1029
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1018
1030
  .e-datetimepicker.e-popup-expand .e-content {
@@ -1051,6 +1063,10 @@ ejs-calendar {
1051
1063
  .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1052
1064
  padding: 1vh 1vw;
1053
1065
  }
1066
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
1067
+ .e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
1068
+ font-size: 2vw;
1069
+ }
1054
1070
  .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1055
1071
  .e-datetimepicker.e-popup-expand .e-content {
1056
1072
  height: 85%;
@@ -1119,6 +1135,7 @@ ejs-calendar {
1119
1135
  .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1120
1136
  .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1121
1137
  color: #fff;
1138
+ font-weight: 500;
1122
1139
  }
1123
1140
 
1124
1141
  /* stylelint-disable property-no-vendor-prefix */
@@ -1264,6 +1281,11 @@ ejs-calendar {
1264
1281
  min-height: 40px;
1265
1282
  }
1266
1283
 
1284
+ @media screen and (orientation: landscape) {
1285
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
1286
+ line-height: 64px;
1287
+ }
1288
+ }
1267
1289
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1268
1290
  border-radius: 0;
1269
1291
  }
@@ -1273,9 +1295,15 @@ ejs-calendar {
1273
1295
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1274
1296
  float: right;
1275
1297
  }
1298
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1299
+ height: 15vh;
1300
+ }
1301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1302
+ float: right;
1303
+ }
1276
1304
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1277
1305
  height: 20vh;
1278
- padding: 2vh 2vw;
1306
+ padding: 2vh 6vw;
1279
1307
  }
1280
1308
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1281
1309
  margin: 12vh 0 0 0;
@@ -1284,13 +1312,19 @@ ejs-calendar {
1284
1312
  color: inherit;
1285
1313
  float: left;
1286
1314
  font-size: 18px;
1287
- padding: 2px;
1288
1315
  }
1289
1316
  @media (min-device-width: 768px) {
1290
1317
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1291
1318
  font-size: 24px;
1292
1319
  }
1293
1320
  }
1321
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
1322
+ background: transparent;
1323
+ border-color: transparent;
1324
+ box-shadow: none;
1325
+ font-weight: 400;
1326
+ padding: 0;
1327
+ }
1294
1328
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1295
1329
  color: inherit;
1296
1330
  float: right;
@@ -1332,13 +1366,19 @@ ejs-calendar {
1332
1366
  }
1333
1367
  .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 {
1334
1368
  margin-right: 0;
1369
+ vertical-align: inherit;
1370
+ height: 35px;
1371
+ width: 35px;
1335
1372
  }
1336
1373
  @media (min-device-width: 768px) {
1337
1374
  .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 {
1338
- height: 34px;
1339
- width: 34px;
1375
+ height: 55px;
1376
+ width: 55px;
1340
1377
  }
1341
1378
  }
1379
+ .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 {
1380
+ vertical-align: inherit;
1381
+ }
1342
1382
  @media (min-device-width: 768px) {
1343
1383
  .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 {
1344
1384
  font-size: 24px;
@@ -1346,6 +1386,18 @@ ejs-calendar {
1346
1386
  }
1347
1387
  .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 {
1348
1388
  margin-right: 0;
1389
+ vertical-align: inherit;
1390
+ height: 35px;
1391
+ width: 35px;
1392
+ }
1393
+ @media (min-device-width: 768px) {
1394
+ .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 {
1395
+ height: 55px;
1396
+ width: 55px;
1397
+ }
1398
+ }
1399
+ .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 {
1400
+ vertical-align: inherit;
1349
1401
  }
1350
1402
  @media (min-device-width: 768px) {
1351
1403
  .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 {
@@ -1370,15 +1422,11 @@ ejs-calendar {
1370
1422
  }
1371
1423
  }
1372
1424
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1373
- height: 85vh;
1425
+ height: 79vh;
1374
1426
  }
1375
1427
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1376
1428
  display: none;
1377
1429
  }
1378
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1379
- display: block;
1380
- padding: 5px 0;
1381
- }
1382
1430
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1383
1431
  height: 69vh;
1384
1432
  }
@@ -1437,7 +1485,6 @@ ejs-calendar {
1437
1485
  @media screen and (orientation: landscape) {
1438
1486
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1439
1487
  float: left;
1440
- padding: 2px;
1441
1488
  }
1442
1489
  }
1443
1490
  @media screen and (orientation: landscape) {
@@ -1457,7 +1504,7 @@ ejs-calendar {
1457
1504
  }
1458
1505
  @media screen and (orientation: landscape) and (max-height: 600px) {
1459
1506
  .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 {
1460
- line-height: 8vh;
1507
+ line-height: 12vh;
1461
1508
  }
1462
1509
  }
1463
1510
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -2208,7 +2255,7 @@ ejs-calendar {
2208
2255
  }
2209
2256
  @media (min-device-width: 768px) {
2210
2257
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2211
- font-size: 24px;
2258
+ font-size: 18px;
2212
2259
  }
2213
2260
  }
2214
2261
  .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 {
@@ -2243,17 +2290,27 @@ ejs-calendar {
2243
2290
  padding: 2vh 2vw;
2244
2291
  line-height: 5vh;
2245
2292
  }
2246
- .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 {
2293
+ .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 {
2294
+ height: 36px;
2295
+ width: 36px;
2296
+ }
2297
+ @media (min-device-width: 768px) {
2298
+ .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 {
2299
+ font-size: 18px;
2300
+ padding: 11px;
2301
+ }
2302
+ }
2303
+ .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 {
2247
2304
  height: 36px;
2248
2305
  width: 36px;
2249
2306
  }
2250
- .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 {
2307
+ .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 {
2251
2308
  padding: 10px;
2252
2309
  line-height: 1;
2253
2310
  }
2254
2311
  @media (min-device-width: 768px) {
2255
- .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 {
2256
- font-size: 24px;
2312
+ .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 {
2313
+ font-size: 18px;
2257
2314
  }
2258
2315
  }
2259
2316
  @media (max-height: 600px) {
@@ -2268,18 +2325,18 @@ ejs-calendar {
2268
2325
  }
2269
2326
  @media (min-device-width: 768px) {
2270
2327
  .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 {
2271
- font-size: 24px;
2328
+ font-size: 18px;
2272
2329
  }
2273
2330
  }
2274
2331
  @media (min-device-width: 768px) {
2275
2332
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2276
- font-size: 24px;
2333
+ font-size: 18px;
2277
2334
  height: 48px;
2278
2335
  }
2279
2336
  }
2280
2337
  @media (min-device-width: 768px) {
2281
2338
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2282
- font-size: 24px;
2339
+ font-size: 18px;
2283
2340
  height: 64px;
2284
2341
  width: 64px;
2285
2342
  line-height: 64px;
@@ -2303,12 +2360,6 @@ ejs-calendar {
2303
2360
  height: 78vh;
2304
2361
  }
2305
2362
  }
2306
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2307
- display: block;
2308
- }
2309
- .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 {
2310
- float: right;
2311
- }
2312
2363
  @media (max-height: 600px) {
2313
2364
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2314
2365
  min-height: 100%;
@@ -2356,7 +2407,7 @@ ejs-calendar {
2356
2407
  }
2357
2408
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2358
2409
  height: 10%;
2359
- padding: 2.5vh 2.5vw;
2410
+ padding: 2.5vh 2.5vw 2.5vh 1.5vw;
2360
2411
  display: -ms-flexbox;
2361
2412
  display: flex;
2362
2413
  -ms-flex-align: center;
@@ -2366,7 +2417,7 @@ ejs-calendar {
2366
2417
  }
2367
2418
  @media (min-device-width: 768px) {
2368
2419
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2369
- font-size: 2vw;
2420
+ font-size: 18px;
2370
2421
  }
2371
2422
  }
2372
2423
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
@@ -2378,14 +2429,14 @@ ejs-calendar {
2378
2429
  text-transform: capitalize;
2379
2430
  }
2380
2431
 
2381
- @media screen and (orientation: landscape) and (max-height: 600px) {
2382
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2383
- height: 23vh;
2432
+ @media screen and (orientation: landscape) {
2433
+ .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 {
2434
+ padding: 0;
2384
2435
  }
2385
2436
  }
2386
- @media screen and (orientation: landscape) and (min-height: 600px) {
2387
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2388
- height: 20vh;
2437
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2438
+ .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 {
2439
+ font-size: 18px;
2389
2440
  }
2390
2441
  }
2391
2442
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -2420,7 +2471,7 @@ ejs-calendar {
2420
2471
  @media screen and (orientation: landscape) {
2421
2472
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2422
2473
  height: 15%;
2423
- font-size: 2vw;
2474
+ font-size: 18px;
2424
2475
  }
2425
2476
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2426
2477
  padding: 1vh 1vw;
@@ -2447,7 +2498,7 @@ ejs-calendar {
2447
2498
  @media screen and (orientation: landscape) {
2448
2499
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2449
2500
  margin: 0;
2450
- height: 38px;
2501
+ height: 28px;
2451
2502
  }
2452
2503
  }
2453
2504
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -2457,8 +2508,8 @@ ejs-calendar {
2457
2508
  }
2458
2509
  @media screen and (orientation: landscape) {
2459
2510
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2460
- margin: 5px 0;
2461
- font-size: 20px;
2511
+ margin: 8px 0;
2512
+ font-size: 16px;
2462
2513
  }
2463
2514
  }
2464
2515
  @media screen and (orientation: landscape) and (min-height: 600px) {