@syncfusion/ej2-angular-calendars 21.2.10 → 22.1.34-ngcc

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 (426) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +961 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1352 -0
  6. package/dist/ej2-angular-calendars.umd.js +1073 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/calendar/calendar-all.module.d.ts +0 -6
  19. package/src/calendar/calendar.component.d.ts +0 -3
  20. package/src/calendar/calendar.module.d.ts +0 -6
  21. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  22. package/src/datepicker/datepicker.component.d.ts +0 -3
  23. package/src/datepicker/datepicker.module.d.ts +0 -6
  24. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  25. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  26. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  27. package/src/daterangepicker/presets.directive.d.ts +0 -5
  28. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  29. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  30. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  31. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  32. package/src/timepicker/timepicker.component.d.ts +0 -3
  33. package/src/timepicker/timepicker.module.d.ts +0 -6
  34. package/styles/bootstrap-dark.css +715 -19
  35. package/styles/bootstrap.css +711 -15
  36. package/styles/bootstrap4.css +711 -16
  37. package/styles/bootstrap5-dark.css +708 -12
  38. package/styles/bootstrap5.css +708 -12
  39. package/styles/calendar/bootstrap-dark.css +3 -2
  40. package/styles/calendar/bootstrap-dark.scss +1 -5
  41. package/styles/calendar/bootstrap.css +2 -1
  42. package/styles/calendar/bootstrap.scss +1 -5
  43. package/styles/calendar/bootstrap4.css +3 -2
  44. package/styles/calendar/bootstrap4.scss +1 -5
  45. package/styles/calendar/bootstrap5-dark.css +2 -1
  46. package/styles/calendar/bootstrap5-dark.scss +1 -5
  47. package/styles/calendar/bootstrap5.css +2 -1
  48. package/styles/calendar/bootstrap5.scss +1 -5
  49. package/styles/calendar/fabric-dark.css +2 -1
  50. package/styles/calendar/fabric-dark.scss +1 -5
  51. package/styles/calendar/fabric.css +2 -1
  52. package/styles/calendar/fabric.scss +1 -5
  53. package/styles/calendar/fluent-dark.css +2 -1
  54. package/styles/calendar/fluent-dark.scss +1 -5
  55. package/styles/calendar/fluent.css +2 -1
  56. package/styles/calendar/fluent.scss +1 -5
  57. package/styles/calendar/highcontrast-light.css +2 -1
  58. package/styles/calendar/highcontrast-light.scss +1 -5
  59. package/styles/calendar/highcontrast.css +2 -1
  60. package/styles/calendar/highcontrast.scss +1 -5
  61. package/styles/calendar/material-dark.css +2 -1
  62. package/styles/calendar/material-dark.scss +1 -5
  63. package/styles/calendar/material.css +3 -2
  64. package/styles/calendar/material.scss +1 -5
  65. package/styles/calendar/material3-dark.css +895 -0
  66. package/styles/calendar/material3-dark.scss +2 -0
  67. package/styles/calendar/material3.css +951 -0
  68. package/styles/calendar/material3.scss +2 -0
  69. package/styles/calendar/tailwind-dark.css +2 -1
  70. package/styles/calendar/tailwind-dark.scss +1 -5
  71. package/styles/calendar/tailwind.css +2 -1
  72. package/styles/calendar/tailwind.scss +1 -5
  73. package/styles/datepicker/bootstrap-dark.css +262 -8
  74. package/styles/datepicker/bootstrap-dark.scss +1 -7
  75. package/styles/datepicker/bootstrap.css +262 -8
  76. package/styles/datepicker/bootstrap.scss +1 -7
  77. package/styles/datepicker/bootstrap4.css +261 -8
  78. package/styles/datepicker/bootstrap4.scss +1 -7
  79. package/styles/datepicker/bootstrap5-dark.css +259 -5
  80. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  81. package/styles/datepicker/bootstrap5.css +259 -5
  82. package/styles/datepicker/bootstrap5.scss +1 -7
  83. package/styles/datepicker/fabric-dark.css +255 -8
  84. package/styles/datepicker/fabric-dark.scss +1 -7
  85. package/styles/datepicker/fabric.css +255 -8
  86. package/styles/datepicker/fabric.scss +1 -7
  87. package/styles/datepicker/fluent-dark.css +258 -5
  88. package/styles/datepicker/fluent-dark.scss +1 -7
  89. package/styles/datepicker/fluent.css +258 -5
  90. package/styles/datepicker/fluent.scss +1 -7
  91. package/styles/datepicker/highcontrast-light.css +260 -7
  92. package/styles/datepicker/highcontrast-light.scss +1 -7
  93. package/styles/datepicker/highcontrast.css +260 -7
  94. package/styles/datepicker/highcontrast.scss +1 -7
  95. package/styles/datepicker/material-dark.css +252 -5
  96. package/styles/datepicker/material-dark.scss +1 -7
  97. package/styles/datepicker/material.css +204 -40
  98. package/styles/datepicker/material.scss +1 -7
  99. package/styles/datepicker/material3-dark.css +510 -0
  100. package/styles/datepicker/material3-dark.scss +2 -0
  101. package/styles/datepicker/material3.css +566 -0
  102. package/styles/datepicker/material3.scss +2 -0
  103. package/styles/datepicker/tailwind-dark.css +258 -5
  104. package/styles/datepicker/tailwind-dark.scss +1 -7
  105. package/styles/datepicker/tailwind.css +258 -5
  106. package/styles/datepicker/tailwind.scss +1 -7
  107. package/styles/daterangepicker/bootstrap-dark.css +358 -7
  108. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  109. package/styles/daterangepicker/bootstrap.css +355 -4
  110. package/styles/daterangepicker/bootstrap.scss +1 -7
  111. package/styles/daterangepicker/bootstrap4.css +355 -4
  112. package/styles/daterangepicker/bootstrap4.scss +1 -7
  113. package/styles/daterangepicker/bootstrap5-dark.css +355 -4
  114. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  115. package/styles/daterangepicker/bootstrap5.css +355 -4
  116. package/styles/daterangepicker/bootstrap5.scss +1 -7
  117. package/styles/daterangepicker/fabric-dark.css +355 -4
  118. package/styles/daterangepicker/fabric-dark.scss +1 -7
  119. package/styles/daterangepicker/fabric.css +355 -4
  120. package/styles/daterangepicker/fabric.scss +1 -7
  121. package/styles/daterangepicker/fluent-dark.css +356 -5
  122. package/styles/daterangepicker/fluent-dark.scss +1 -7
  123. package/styles/daterangepicker/fluent.css +356 -5
  124. package/styles/daterangepicker/fluent.scss +1 -7
  125. package/styles/daterangepicker/highcontrast-light.css +355 -4
  126. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  127. package/styles/daterangepicker/highcontrast.css +355 -4
  128. package/styles/daterangepicker/highcontrast.scss +1 -7
  129. package/styles/daterangepicker/material-dark.css +355 -4
  130. package/styles/daterangepicker/material-dark.scss +1 -7
  131. package/styles/daterangepicker/material.css +309 -70
  132. package/styles/daterangepicker/material.scss +1 -7
  133. package/styles/daterangepicker/material3-dark.css +1330 -0
  134. package/styles/daterangepicker/material3-dark.scss +2 -0
  135. package/styles/daterangepicker/material3.css +1386 -0
  136. package/styles/daterangepicker/material3.scss +2 -0
  137. package/styles/daterangepicker/tailwind-dark.css +355 -4
  138. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  139. package/styles/daterangepicker/tailwind.css +355 -4
  140. package/styles/daterangepicker/tailwind.scss +1 -7
  141. package/styles/datetimepicker/bootstrap-dark.css +8 -2
  142. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  143. package/styles/datetimepicker/bootstrap.css +8 -2
  144. package/styles/datetimepicker/bootstrap.scss +1 -8
  145. package/styles/datetimepicker/bootstrap4.css +8 -2
  146. package/styles/datetimepicker/bootstrap4.scss +1 -8
  147. package/styles/datetimepicker/bootstrap5-dark.css +8 -2
  148. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  149. package/styles/datetimepicker/bootstrap5.css +8 -2
  150. package/styles/datetimepicker/bootstrap5.scss +1 -8
  151. package/styles/datetimepicker/fabric-dark.css +8 -2
  152. package/styles/datetimepicker/fabric-dark.scss +1 -8
  153. package/styles/datetimepicker/fabric.css +8 -2
  154. package/styles/datetimepicker/fabric.scss +1 -8
  155. package/styles/datetimepicker/fluent-dark.css +8 -2
  156. package/styles/datetimepicker/fluent-dark.scss +1 -8
  157. package/styles/datetimepicker/fluent.css +8 -2
  158. package/styles/datetimepicker/fluent.scss +1 -8
  159. package/styles/datetimepicker/highcontrast-light.css +8 -2
  160. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  161. package/styles/datetimepicker/highcontrast.css +8 -2
  162. package/styles/datetimepicker/highcontrast.scss +1 -8
  163. package/styles/datetimepicker/material-dark.css +8 -2
  164. package/styles/datetimepicker/material-dark.scss +1 -8
  165. package/styles/datetimepicker/material.css +8 -2
  166. package/styles/datetimepicker/material.scss +1 -8
  167. package/styles/datetimepicker/material3-dark.css +283 -0
  168. package/styles/datetimepicker/material3-dark.scss +2 -0
  169. package/styles/datetimepicker/material3.css +339 -0
  170. package/styles/datetimepicker/material3.scss +2 -0
  171. package/styles/datetimepicker/tailwind-dark.css +8 -2
  172. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  173. package/styles/datetimepicker/tailwind.css +8 -2
  174. package/styles/datetimepicker/tailwind.scss +1 -8
  175. package/styles/fabric-dark.css +704 -15
  176. package/styles/fabric.css +704 -15
  177. package/styles/fluent-dark.css +708 -13
  178. package/styles/fluent.css +708 -13
  179. package/styles/highcontrast-light.css +709 -14
  180. package/styles/highcontrast.css +709 -14
  181. package/styles/material-dark.css +701 -12
  182. package/styles/material.css +608 -114
  183. package/styles/material3-dark.css +3403 -0
  184. package/styles/material3-dark.scss +6 -0
  185. package/styles/material3.css +3679 -0
  186. package/styles/material3.scss +6 -0
  187. package/styles/tailwind-dark.css +707 -12
  188. package/styles/tailwind.css +707 -12
  189. package/styles/timepicker/bootstrap-dark.css +84 -0
  190. package/styles/timepicker/bootstrap-dark.scss +1 -6
  191. package/styles/timepicker/bootstrap.css +84 -0
  192. package/styles/timepicker/bootstrap.scss +1 -6
  193. package/styles/timepicker/bootstrap4.css +84 -0
  194. package/styles/timepicker/bootstrap4.scss +1 -6
  195. package/styles/timepicker/bootstrap5-dark.css +84 -0
  196. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  197. package/styles/timepicker/bootstrap5.css +84 -0
  198. package/styles/timepicker/bootstrap5.scss +1 -6
  199. package/styles/timepicker/fabric-dark.css +84 -0
  200. package/styles/timepicker/fabric-dark.scss +1 -6
  201. package/styles/timepicker/fabric.css +84 -0
  202. package/styles/timepicker/fabric.scss +1 -6
  203. package/styles/timepicker/fluent-dark.css +84 -0
  204. package/styles/timepicker/fluent-dark.scss +1 -6
  205. package/styles/timepicker/fluent.css +84 -0
  206. package/styles/timepicker/fluent.scss +1 -6
  207. package/styles/timepicker/highcontrast-light.css +84 -0
  208. package/styles/timepicker/highcontrast-light.scss +1 -6
  209. package/styles/timepicker/highcontrast.css +84 -0
  210. package/styles/timepicker/highcontrast.scss +1 -6
  211. package/styles/timepicker/material-dark.css +84 -0
  212. package/styles/timepicker/material-dark.scss +1 -6
  213. package/styles/timepicker/material.css +84 -0
  214. package/styles/timepicker/material.scss +1 -6
  215. package/styles/timepicker/material3-dark.css +382 -0
  216. package/styles/timepicker/material3-dark.scss +2 -0
  217. package/styles/timepicker/material3.css +438 -0
  218. package/styles/timepicker/material3.scss +2 -0
  219. package/styles/timepicker/tailwind-dark.css +84 -0
  220. package/styles/timepicker/tailwind-dark.scss +1 -6
  221. package/styles/timepicker/tailwind.css +84 -0
  222. package/styles/timepicker/tailwind.scss +1 -6
  223. package/esm2020/public_api.mjs +0 -3
  224. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  225. package/esm2020/src/calendar/calendar.component.mjs +0 -90
  226. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  227. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  228. package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
  229. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  230. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  231. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
  232. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  233. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  234. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  235. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
  236. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  237. package/esm2020/src/index.mjs +0 -18
  238. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  239. package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
  240. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  241. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  242. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
  243. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  244. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
  245. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  246. package/styles/calendar/_all.scss +0 -2
  247. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  248. package/styles/calendar/_bootstrap-definition.scss +0 -228
  249. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  250. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  251. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  252. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  253. package/styles/calendar/_fabric-definition.scss +0 -190
  254. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  255. package/styles/calendar/_fluent-definition.scss +0 -252
  256. package/styles/calendar/_fusionnew-definition.scss +0 -250
  257. package/styles/calendar/_highcontrast-definition.scss +0 -189
  258. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  259. package/styles/calendar/_layout.scss +0 -741
  260. package/styles/calendar/_material-dark-definition.scss +0 -194
  261. package/styles/calendar/_material-definition.scss +0 -189
  262. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  263. package/styles/calendar/_tailwind-definition.scss +0 -262
  264. package/styles/calendar/_theme.scss +0 -533
  265. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  266. package/styles/calendar/icons/_bootstrap.scss +0 -13
  267. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  268. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  269. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  270. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  271. package/styles/calendar/icons/_fabric.scss +0 -13
  272. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  273. package/styles/calendar/icons/_fluent.scss +0 -13
  274. package/styles/calendar/icons/_fusionnew.scss +0 -13
  275. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  276. package/styles/calendar/icons/_highcontrast.scss +0 -13
  277. package/styles/calendar/icons/_material-dark.scss +0 -13
  278. package/styles/calendar/icons/_material.scss +0 -13
  279. package/styles/calendar/icons/_material3.scss +0 -13
  280. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  281. package/styles/calendar/icons/_tailwind.scss +0 -13
  282. package/styles/datepicker/_all.scss +0 -2
  283. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
  284. package/styles/datepicker/_bootstrap-definition.scss +0 -34
  285. package/styles/datepicker/_bootstrap4-definition.scss +0 -40
  286. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  287. package/styles/datepicker/_bootstrap5-definition.scss +0 -46
  288. package/styles/datepicker/_fabric-dark-definition.scss +0 -37
  289. package/styles/datepicker/_fabric-definition.scss +0 -34
  290. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  291. package/styles/datepicker/_fluent-definition.scss +0 -46
  292. package/styles/datepicker/_fusionnew-definition.scss +0 -46
  293. package/styles/datepicker/_highcontrast-definition.scss +0 -35
  294. package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
  295. package/styles/datepicker/_layout.scss +0 -261
  296. package/styles/datepicker/_material-dark-definition.scss +0 -42
  297. package/styles/datepicker/_material-definition.scss +0 -39
  298. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  299. package/styles/datepicker/_tailwind-definition.scss +0 -44
  300. package/styles/datepicker/_theme.scss +0 -54
  301. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
  302. package/styles/datepicker/icons/_bootstrap.scss +0 -52
  303. package/styles/datepicker/icons/_bootstrap4.scss +0 -56
  304. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  305. package/styles/datepicker/icons/_bootstrap5.scss +0 -56
  306. package/styles/datepicker/icons/_fabric-dark.scss +0 -52
  307. package/styles/datepicker/icons/_fabric.scss +0 -52
  308. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  309. package/styles/datepicker/icons/_fluent.scss +0 -56
  310. package/styles/datepicker/icons/_fusionnew.scss +0 -56
  311. package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
  312. package/styles/datepicker/icons/_highcontrast.scss +0 -52
  313. package/styles/datepicker/icons/_material-dark.scss +0 -86
  314. package/styles/datepicker/icons/_material.scss +0 -86
  315. package/styles/datepicker/icons/_material3.scss +0 -56
  316. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  317. package/styles/datepicker/icons/_tailwind.scss +0 -56
  318. package/styles/daterangepicker/_all.scss +0 -2
  319. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -193
  320. package/styles/daterangepicker/_bootstrap-definition.scss +0 -193
  321. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -203
  322. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  323. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -231
  324. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -196
  325. package/styles/daterangepicker/_fabric-definition.scss +0 -193
  326. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  327. package/styles/daterangepicker/_fluent-definition.scss +0 -240
  328. package/styles/daterangepicker/_fusionnew-definition.scss +0 -230
  329. package/styles/daterangepicker/_highcontrast-definition.scss +0 -193
  330. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -196
  331. package/styles/daterangepicker/_layout.scss +0 -821
  332. package/styles/daterangepicker/_material-dark-definition.scss +0 -201
  333. package/styles/daterangepicker/_material-definition.scss +0 -201
  334. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  335. package/styles/daterangepicker/_tailwind-definition.scss +0 -222
  336. package/styles/daterangepicker/_theme.scss +0 -435
  337. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
  338. package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
  339. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
  340. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  341. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
  342. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
  343. package/styles/daterangepicker/icons/_fabric.scss +0 -65
  344. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  345. package/styles/daterangepicker/icons/_fluent.scss +0 -72
  346. package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
  347. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
  348. package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
  349. package/styles/daterangepicker/icons/_material-dark.scss +0 -99
  350. package/styles/daterangepicker/icons/_material.scss +0 -99
  351. package/styles/daterangepicker/icons/_material3.scss +0 -99
  352. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  353. package/styles/daterangepicker/icons/_tailwind.scss +0 -72
  354. package/styles/datetimepicker/_all.scss +0 -2
  355. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
  356. package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
  357. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
  358. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  359. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
  360. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
  361. package/styles/datetimepicker/_fabric-definition.scss +0 -52
  362. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  363. package/styles/datetimepicker/_fluent-definition.scss +0 -60
  364. package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
  365. package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
  366. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
  367. package/styles/datetimepicker/_layout.scss +0 -195
  368. package/styles/datetimepicker/_material-dark-definition.scss +0 -59
  369. package/styles/datetimepicker/_material-definition.scss +0 -57
  370. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  371. package/styles/datetimepicker/_tailwind-definition.scss +0 -60
  372. package/styles/datetimepicker/_theme.scss +0 -70
  373. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  374. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  375. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  376. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  377. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  378. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  379. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  380. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  381. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  382. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  383. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  384. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  385. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  386. package/styles/datetimepicker/icons/_material.scss +0 -62
  387. package/styles/datetimepicker/icons/_material3.scss +0 -11
  388. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  389. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  390. package/styles/timepicker/_all.scss +0 -2
  391. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -52
  392. package/styles/timepicker/_bootstrap-definition.scss +0 -49
  393. package/styles/timepicker/_bootstrap4-definition.scss +0 -57
  394. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  395. package/styles/timepicker/_bootstrap5-definition.scss +0 -58
  396. package/styles/timepicker/_fabric-dark-definition.scss +0 -52
  397. package/styles/timepicker/_fabric-definition.scss +0 -49
  398. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  399. package/styles/timepicker/_fluent-definition.scss +0 -58
  400. package/styles/timepicker/_fusionnew-definition.scss +0 -58
  401. package/styles/timepicker/_highcontrast-definition.scss +0 -49
  402. package/styles/timepicker/_highcontrast-light-definition.scss +0 -52
  403. package/styles/timepicker/_layout.scss +0 -202
  404. package/styles/timepicker/_material-dark-definition.scss +0 -56
  405. package/styles/timepicker/_material-definition.scss +0 -53
  406. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  407. package/styles/timepicker/_tailwind-definition.scss +0 -56
  408. package/styles/timepicker/_theme.scss +0 -100
  409. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
  410. package/styles/timepicker/icons/_bootstrap.scss +0 -12
  411. package/styles/timepicker/icons/_bootstrap4.scss +0 -12
  412. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  413. package/styles/timepicker/icons/_bootstrap5.scss +0 -12
  414. package/styles/timepicker/icons/_fabric-dark.scss +0 -12
  415. package/styles/timepicker/icons/_fabric.scss +0 -12
  416. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  417. package/styles/timepicker/icons/_fluent.scss +0 -12
  418. package/styles/timepicker/icons/_fusionnew.scss +0 -12
  419. package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
  420. package/styles/timepicker/icons/_highcontrast.scss +0 -12
  421. package/styles/timepicker/icons/_material-dark.scss +0 -40
  422. package/styles/timepicker/icons/_material.scss +0 -42
  423. package/styles/timepicker/icons/_material3.scss +0 -12
  424. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  425. package/styles/timepicker/icons/_tailwind.scss +0 -12
  426. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -494,6 +494,7 @@ ejs-calendar {
494
494
  max-width: 232px;
495
495
  min-width: 232px;
496
496
  padding: 0;
497
+ min-height: 220px;
497
498
  }
498
499
  .e-small.e-calendar.e-calendar-day-header-lg,
499
500
  .e-small .e-calendar.e-calendar-day-header-lg {
@@ -773,9 +774,9 @@ ejs-calendar {
773
774
  .e-calendar .e-content td:focus span.e-day,
774
775
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
775
776
  background-color: #414040;
777
+ color: #dadada;
776
778
  border: none;
777
779
  border-radius: 0;
778
- color: #dadada;
779
780
  }
780
781
  .e-calendar .e-content td.e-disabled span.e-day, .e-calendar .e-content td.e-disabled:hover span.e-day, .e-calendar .e-content td.e-disabled:focus span.e-day,
781
782
  .e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day,
@@ -834,6 +835,12 @@ ejs-calendar {
834
835
  content: "\e97f";
835
836
  }
836
837
 
838
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
839
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
840
+ content: "\e7fc";
841
+ font-family: "e-icons";
842
+ }
843
+
837
844
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
838
845
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
839
846
  display: -ms-flexbox;
@@ -986,6 +993,74 @@ ejs-calendar {
986
993
  top: 0 !important;
987
994
  }
988
995
 
996
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
997
+ .e-datetimepicker.e-popup-expand .e-model-header {
998
+ height: 10%;
999
+ padding: 2.5vh 2.5vw;
1000
+ display: -ms-flexbox;
1001
+ display: flex;
1002
+ -ms-flex-align: center;
1003
+ align-items: center;
1004
+ font-size: 3vh;
1005
+ border-bottom: none;
1006
+ }
1007
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1008
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1009
+ float: left;
1010
+ padding: 1vh 2vw;
1011
+ }
1012
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1013
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1014
+ padding: 1vh 2vw;
1015
+ text-transform: capitalize;
1016
+ }
1017
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1018
+ .e-datetimepicker.e-popup-expand .e-content {
1019
+ height: 90%;
1020
+ overflow: auto;
1021
+ }
1022
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1023
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1024
+ padding: 1vh 0;
1025
+ line-height: 5vh;
1026
+ }
1027
+ @media (max-device-width: 768px) {
1028
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1029
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1030
+ font-size: 14px;
1031
+ }
1032
+ }
1033
+ @media (min-device-width: 768px) {
1034
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1035
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1036
+ font-size: 24px;
1037
+ }
1038
+ }
1039
+
1040
+ @media screen and (orientation: landscape) {
1041
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1042
+ .e-datetimepicker.e-popup-expand .e-model-header {
1043
+ height: 15%;
1044
+ font-size: 2vw;
1045
+ }
1046
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1047
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1048
+ padding: 1vh 1vw;
1049
+ }
1050
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1051
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1052
+ padding: 1vh 1vw;
1053
+ }
1054
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1055
+ .e-datetimepicker.e-popup-expand .e-content {
1056
+ height: 85%;
1057
+ }
1058
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1059
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1060
+ padding: 1vh 0;
1061
+ line-height: 10vh;
1062
+ }
1063
+ }
989
1064
  /* stylelint-enable */
990
1065
  /*! timepicker theme */
991
1066
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1036,6 +1111,16 @@ ejs-calendar {
1036
1111
  color: #dadada;
1037
1112
  }
1038
1113
 
1114
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1115
+ .e-datetimepicker.e-popup-expand .e-model-header {
1116
+ background-color: #282727;
1117
+ color: #fff;
1118
+ }
1119
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1120
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1121
+ color: #fff;
1122
+ }
1123
+
1039
1124
  /* stylelint-disable property-no-vendor-prefix */
1040
1125
  /*! component icons */
1041
1126
  .e-input-group-icon.e-date-icon,
@@ -1086,6 +1171,11 @@ ejs-calendar {
1086
1171
  font-size: 18px;
1087
1172
  }
1088
1173
 
1174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1175
+ content: "\e7fc";
1176
+ font-family: "e-icons";
1177
+ }
1178
+
1089
1179
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1090
1180
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1091
1181
  display: -ms-flexbox;
@@ -1112,10 +1202,10 @@ ejs-calendar {
1112
1202
  z-index: 999;
1113
1203
  }
1114
1204
  .e-datepicker .e-model-header {
1115
- background-color: #0074cc;
1116
- color: #201f1f;
1205
+ background-color: #282727;
1206
+ color: #fff;
1117
1207
  cursor: default;
1118
- display: none;
1208
+ display: block;
1119
1209
  padding: 10px 10px 10px 15px;
1120
1210
  }
1121
1211
  .e-datepicker .e-model-header .e-model-year {
@@ -1158,6 +1248,11 @@ ejs-calendar {
1158
1248
  top: 0 !important;
1159
1249
  left: 0 !important;
1160
1250
  }
1251
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1252
+ min-width: 100%;
1253
+ min-height: 100%;
1254
+ }
1255
+
1161
1256
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1162
1257
  background-size: 250px 33px;
1163
1258
  min-height: 33px;
@@ -1169,11 +1264,248 @@ ejs-calendar {
1169
1264
  min-height: 40px;
1170
1265
  }
1171
1266
 
1172
- @media screen and (orientation: landscape) and (max-height: 360px) {
1173
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1174
- display: inline-block;
1175
- height: 150px;
1176
- overflow: auto;
1267
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1268
+ border-radius: 0;
1269
+ }
1270
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1271
+ height: 15vh;
1272
+ }
1273
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1274
+ float: right;
1275
+ }
1276
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1277
+ height: 20vh;
1278
+ padding: 2vh 2vw;
1279
+ }
1280
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1281
+ margin: 12vh 0 0 0;
1282
+ }
1283
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1284
+ color: inherit;
1285
+ float: left;
1286
+ font-size: 18px;
1287
+ padding: 2px;
1288
+ }
1289
+ @media (min-device-width: 768px) {
1290
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1291
+ font-size: 24px;
1292
+ }
1293
+ }
1294
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1295
+ color: inherit;
1296
+ float: right;
1297
+ }
1298
+ @media (min-device-width: 768px) {
1299
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1300
+ font-size: 24px;
1301
+ }
1302
+ }
1303
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
1304
+ font-size: 5vw;
1305
+ line-height: 6vw;
1306
+ }
1307
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1308
+ min-width: 100%;
1309
+ min-height: 100%;
1310
+ height: 100%;
1311
+ }
1312
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
1313
+ height: 10vh;
1314
+ border-style: none;
1315
+ border-width: 0;
1316
+ border-color: #414040;
1317
+ padding: 2vh 2vw;
1318
+ line-height: 5vh;
1319
+ }
1320
+ .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 {
1321
+ margin-left: 5vw;
1322
+ position: inherit;
1323
+ text-align: left;
1324
+ vertical-align: middle;
1325
+ width: 60vw;
1326
+ line-height: inherit;
1327
+ }
1328
+ @media (min-device-width: 768px) {
1329
+ .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 {
1330
+ font-size: 24px;
1331
+ }
1332
+ }
1333
+ .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
+ margin-right: 0;
1335
+ }
1336
+ @media (min-device-width: 768px) {
1337
+ .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;
1340
+ }
1341
+ }
1342
+ @media (min-device-width: 768px) {
1343
+ .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
+ font-size: 24px;
1345
+ }
1346
+ }
1347
+ .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
+ margin-right: 0;
1349
+ }
1350
+ @media (min-device-width: 768px) {
1351
+ .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 {
1352
+ font-size: 24px;
1353
+ }
1354
+ }
1355
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
1356
+ float: right;
1357
+ }
1358
+ @media (min-device-width: 768px) {
1359
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1360
+ font-size: 24px;
1361
+ height: 48px;
1362
+ }
1363
+ }
1364
+ @media (min-device-width: 768px) {
1365
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1366
+ font-size: 24px;
1367
+ height: 64px;
1368
+ width: 64px;
1369
+ line-height: 64px;
1370
+ }
1371
+ }
1372
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1373
+ height: 85vh;
1374
+ }
1375
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1376
+ display: none;
1377
+ }
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
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1383
+ height: 69vh;
1384
+ }
1385
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1386
+ height: 69vh;
1387
+ }
1388
+
1389
+ @media screen and (orientation: landscape) {
1390
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1391
+ height: 25vh;
1392
+ }
1393
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1394
+ float: right;
1395
+ }
1396
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1397
+ overflow-y: auto;
1398
+ }
1399
+ }
1400
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1401
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1402
+ height: 50vh;
1403
+ }
1404
+ }
1405
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1406
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
1407
+ height: 60vh;
1408
+ }
1409
+ }
1410
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1411
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
1412
+ height: 60vh;
1413
+ }
1414
+ }
1415
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1416
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1417
+ padding: 10px 0;
1418
+ height: 10%;
1419
+ font-size: 24px;
1420
+ }
1421
+ }
1422
+ @media screen and (orientation: landscape) {
1423
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1424
+ width: 100%;
1425
+ }
1426
+ }
1427
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1428
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1429
+ height: 30vh;
1430
+ }
1431
+ }
1432
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1433
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1434
+ height: 25vh;
1435
+ }
1436
+ }
1437
+ @media screen and (orientation: landscape) {
1438
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1439
+ float: left;
1440
+ padding: 2px;
1441
+ }
1442
+ }
1443
+ @media screen and (orientation: landscape) {
1444
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1445
+ margin: 12vh 0 0 0;
1446
+ }
1447
+ }
1448
+ @media screen and (orientation: landscape) {
1449
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
1450
+ font-size: 4vw;
1451
+ }
1452
+ }
1453
+ @media screen and (orientation: landscape) {
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 {
1455
+ margin-right: 0;
1456
+ }
1457
+ }
1458
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1459
+ .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;
1461
+ }
1462
+ }
1463
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1464
+ .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 {
1465
+ line-height: inherit;
1466
+ }
1467
+ }
1468
+ @media screen and (orientation: landscape) {
1469
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1470
+ overflow-y: auto;
1471
+ }
1472
+ }
1473
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1474
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1475
+ height: 60vh;
1476
+ }
1477
+ }
1478
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1479
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
1480
+ height: 65vh;
1481
+ }
1482
+ }
1483
+ @media screen and (orientation: landscape) {
1484
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1485
+ display: block;
1486
+ max-width: 100%;
1487
+ overflow: visible;
1488
+ }
1489
+ }
1490
+ @media screen and (orientation: landscape) {
1491
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1492
+ height: 70%;
1493
+ width: 100%;
1494
+ }
1495
+ }
1496
+ @media screen and (orientation: landscape) {
1497
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1498
+ display: table-row-group;
1499
+ }
1500
+ }
1501
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1502
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1503
+ height: 69vh;
1504
+ }
1505
+ }
1506
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1507
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
1508
+ height: 65vh;
1177
1509
  }
1178
1510
  }
1179
1511
  /* stylelint-enable */
@@ -1258,6 +1590,15 @@ ejs-calendar {
1258
1590
  font-size: 18px;
1259
1591
  }
1260
1592
 
1593
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-popup-close::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-popup-close::before {
1594
+ content: "\e7fc";
1595
+ font-family: "e-icons";
1596
+ }
1597
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-range-header .e-apply::before, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup-expand .e-model-header .e-apply::before {
1598
+ content: "\e7ff";
1599
+ font-family: "e-icons";
1600
+ }
1601
+
1261
1602
  /*! daterangepicker layout */
1262
1603
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1263
1604
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1830,6 +2171,13 @@ ejs-calendar {
1830
2171
  top: 0 !important;
1831
2172
  left: 0 !important;
1832
2173
  }
2174
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2175
+ min-height: 100%;
2176
+ min-width: 100%;
2177
+ height: 100%;
2178
+ width: 100%;
2179
+ }
2180
+
1833
2181
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
1834
2182
  background-size: 250px 33px;
1835
2183
  min-height: 33px;
@@ -1841,11 +2189,338 @@ ejs-calendar {
1841
2189
  min-height: 40px;
1842
2190
  }
1843
2191
 
2192
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2193
+ min-height: 100%;
2194
+ min-width: 100%;
2195
+ height: 100%;
2196
+ width: 100%;
2197
+ }
2198
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2199
+ height: 20vh;
2200
+ padding: 2vh 2vw;
2201
+ margin: 0;
2202
+ color: #dadada;
2203
+ }
2204
+ @media (max-device-width: 768px) {
2205
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2206
+ font-size: 16px;
2207
+ }
2208
+ }
2209
+ @media (min-device-width: 768px) {
2210
+ .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;
2212
+ }
2213
+ }
2214
+ .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 {
2215
+ float: right;
2216
+ }
2217
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2218
+ margin: 3vh 0 0 0;
2219
+ }
2220
+ @media (min-device-width: 768px) {
2221
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2222
+ margin: 4vh 0 0 0;
2223
+ height: 60px;
2224
+ }
2225
+ }
2226
+ @media (min-device-width: 768px) {
2227
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end .e-start-btn, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end .e-end-btn {
2228
+ max-width: 280px;
2229
+ height: 60px;
2230
+ font-size: 18px;
2231
+ }
2232
+ }
2233
+ @media (min-device-width: 768px) {
2234
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2235
+ margin: 10px 0;
2236
+ font-size: 24px;
2237
+ }
2238
+ }
2239
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2240
+ min-width: 100%;
2241
+ width: 100%;
2242
+ padding: 0;
2243
+ overflow: unset;
2244
+ }
2245
+ @media (max-height: 600px) {
2246
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2247
+ min-height: 100%;
2248
+ height: 100%;
2249
+ }
2250
+ }
2251
+ @media (min-height: 600px) {
2252
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2253
+ min-height: 80vh;
2254
+ height: 80vh;
2255
+ }
2256
+ }
2257
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade {
2258
+ height: 10vh;
2259
+ border-style: solid;
2260
+ border-width: 0 0 1px 0;
2261
+ border-color: #514f4f;
2262
+ padding: 2vh 2vw;
2263
+ line-height: 5vh;
2264
+ }
2265
+ .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 {
2266
+ height: 36px;
2267
+ width: 36px;
2268
+ }
2269
+ .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 {
2270
+ padding: 10px;
2271
+ line-height: 1;
2272
+ }
2273
+ @media (min-device-width: 768px) {
2274
+ .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 {
2275
+ font-size: 24px;
2276
+ }
2277
+ }
2278
+ @media (max-height: 600px) {
2279
+ .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 {
2280
+ line-height: 8vh;
2281
+ }
2282
+ }
2283
+ @media (min-height: 600px) {
2284
+ .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 {
2285
+ line-height: inherit;
2286
+ }
2287
+ }
2288
+ @media (min-device-width: 768px) {
2289
+ .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 {
2290
+ font-size: 24px;
2291
+ }
2292
+ }
2293
+ @media (min-device-width: 768px) {
2294
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2295
+ font-size: 24px;
2296
+ height: 48px;
2297
+ }
2298
+ }
2299
+ @media (min-device-width: 768px) {
2300
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2301
+ font-size: 24px;
2302
+ height: 64px;
2303
+ width: 64px;
2304
+ line-height: 64px;
2305
+ }
2306
+ }
2307
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover {
2308
+ border-radius: 0;
2309
+ }
2310
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2311
+ height: 100%;
2312
+ }
2313
+ @media (max-height: 600px) {
2314
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2315
+ min-height: 78vh;
2316
+ height: 78vh;
2317
+ }
2318
+ }
2319
+ @media (max-height: 600px) {
2320
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2321
+ min-height: 78vh;
2322
+ height: 78vh;
2323
+ }
2324
+ }
2325
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2326
+ display: block;
2327
+ }
2328
+ .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 {
2329
+ float: right;
2330
+ }
2331
+ @media (max-height: 600px) {
2332
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2333
+ min-height: 100%;
2334
+ height: 100%;
2335
+ }
2336
+ }
2337
+ @media (min-height: 600px) {
2338
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2339
+ min-height: 80vh;
2340
+ height: 80vh;
2341
+ }
2342
+ }
2343
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2344
+ margin: 0;
2345
+ }
2346
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2347
+ height: 69vh;
2348
+ }
2349
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2350
+ padding: 0 2vw;
2351
+ height: 69vh;
2352
+ border-spacing: unset;
2353
+ }
2354
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2355
+ display: none;
2356
+ }
2357
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2358
+ max-height: 90%;
2359
+ height: 90%;
2360
+ }
2361
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2362
+ height: 100%;
2363
+ }
2364
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2365
+ font-size: 16px;
2366
+ }
2367
+ @media (min-device-width: 768px) {
2368
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2369
+ font-size: 18px;
2370
+ }
2371
+ }
2372
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2373
+ position: relative;
2374
+ height: 100%;
2375
+ }
2376
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2377
+ height: 10%;
2378
+ padding: 2.5vh 2.5vw;
2379
+ display: -ms-flexbox;
2380
+ display: flex;
2381
+ -ms-flex-align: center;
2382
+ align-items: center;
2383
+ font-size: 3vh;
2384
+ border-bottom: none;
2385
+ }
2386
+ @media (min-device-width: 768px) {
2387
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2388
+ font-size: 2vw;
2389
+ }
2390
+ }
2391
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2392
+ float: left;
2393
+ padding: 1vh 2vw;
2394
+ }
2395
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2396
+ padding: 1vh 2vw;
2397
+ text-transform: capitalize;
2398
+ }
2399
+
2400
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2401
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2402
+ height: 23vh;
2403
+ }
2404
+ }
2405
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2406
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2407
+ height: 20vh;
2408
+ }
2409
+ }
2410
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2411
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2412
+ min-height: 70vh;
2413
+ height: 70vh;
2414
+ }
2415
+ }
2416
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2417
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2418
+ min-height: 65%;
2419
+ height: 65%;
2420
+ }
2421
+ }
2422
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2423
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2424
+ min-height: 70vh;
2425
+ height: 70vh;
2426
+ }
2427
+ }
2428
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2429
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-content.e-decade {
2430
+ height: 50vh;
2431
+ }
2432
+ }
1844
2433
  @media screen and (orientation: landscape) {
1845
- .e-daterangepicker .e-calendar.e-device .e-month table {
1846
- display: inline-block;
1847
- height: 150px;
1848
- overflow: auto;
2434
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2435
+ max-height: 85%;
2436
+ height: 85%;
2437
+ }
2438
+ }
2439
+ @media screen and (orientation: landscape) {
2440
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2441
+ height: 15%;
2442
+ font-size: 2vw;
2443
+ }
2444
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2445
+ padding: 1vh 1vw;
2446
+ }
2447
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2448
+ padding: 1vh 1vw;
2449
+ }
2450
+ }
2451
+ @media screen and (orientation: landscape) {
2452
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2453
+ width: 100%;
2454
+ }
2455
+ }
2456
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2457
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2458
+ height: 27vh;
2459
+ }
2460
+ }
2461
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2462
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2463
+ height: 25vh;
2464
+ }
2465
+ }
2466
+ @media screen and (orientation: landscape) {
2467
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2468
+ margin: 0;
2469
+ height: 38px;
2470
+ }
2471
+ }
2472
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2473
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2474
+ margin: 4vh 0 0 0;
2475
+ }
2476
+ }
2477
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2478
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2479
+ margin: 5vh 0 0 0;
2480
+ }
2481
+ }
2482
+ @media screen and (orientation: landscape) {
2483
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2484
+ margin: 5px 0;
2485
+ font-size: 20px;
2486
+ }
2487
+ }
2488
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2489
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2490
+ margin: 10px 0;
2491
+ font-size: 24px;
2492
+ }
2493
+ }
2494
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2495
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2496
+ min-height: 75vh;
2497
+ height: 75vh;
2498
+ }
2499
+ }
2500
+ @media screen and (orientation: landscape) {
2501
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
2502
+ overflow-y: auto;
2503
+ }
2504
+ }
2505
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2506
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
2507
+ height: 60vh;
2508
+ }
2509
+ }
2510
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2511
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade {
2512
+ height: 65vh;
2513
+ }
2514
+ }
2515
+ @media screen and (orientation: landscape) {
2516
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
2517
+ display: table;
2518
+ border-spacing: unset;
2519
+ }
2520
+ }
2521
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2522
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-year table, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-decade table {
2523
+ height: 65vh;
1849
2524
  }
1850
2525
  }
1851
2526
  .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
@@ -2055,6 +2730,14 @@ ejs-calendar {
2055
2730
  color: #fff;
2056
2731
  }
2057
2732
 
2733
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
2734
+ background-color: #282727;
2735
+ color: #fff;
2736
+ }
2737
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
2738
+ color: #fff;
2739
+ }
2740
+
2058
2741
  /* stylelint-disable property-no-vendor-prefix */
2059
2742
  /*! component icons */
2060
2743
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -2189,12 +2872,10 @@ ejs-calendar {
2189
2872
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2190
2873
  font-size: 14px;
2191
2874
  }
2192
-
2193
2875
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2194
2876
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2195
2877
  font-size: 18px;
2196
2878
  }
2197
-
2198
2879
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2199
2880
  background-size: 250px 33px;
2200
2881
  min-height: 33px;
@@ -2206,6 +2887,14 @@ ejs-calendar {
2206
2887
  min-height: 40px;
2207
2888
  }
2208
2889
 
2890
+ .e-datetimepicker.e-popup-expand.e-popup {
2891
+ position: fixed;
2892
+ }
2893
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
2894
+ position: relative;
2895
+ width: 100%;
2896
+ }
2897
+
2209
2898
  /*! datetimepicker theme */
2210
2899
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2211
2900
  color: #dadada;