@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
@@ -508,6 +508,7 @@ ejs-calendar {
508
508
  max-width: 194px;
509
509
  min-width: 194px;
510
510
  padding: 0;
511
+ min-height: 220px;
511
512
  }
512
513
  .e-small.e-calendar.e-calendar-day-header-lg,
513
514
  .e-small .e-calendar.e-calendar-day-header-lg {
@@ -817,9 +818,9 @@ ejs-calendar {
817
818
  .e-calendar .e-content td:focus span.e-day,
818
819
  .e-bigger.e-small .e-calendar .e-content td:focus span.e-day {
819
820
  background-color: #3b3a39;
821
+ color: #f3f2f1;
820
822
  border: none;
821
823
  border-radius: 0;
822
- color: #f3f2f1;
823
824
  border-radius: 50%;
824
825
  }
825
826
  .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,
@@ -1006,6 +1007,12 @@ ejs-calendar {
1006
1007
  content: "\e705";
1007
1008
  }
1008
1009
 
1010
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close::before,
1011
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close::before {
1012
+ content: "\e7e7";
1013
+ font-family: "e-icons";
1014
+ }
1015
+
1009
1016
  .e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1010
1017
  .e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1011
1018
  display: -ms-flexbox;
@@ -1158,6 +1165,74 @@ ejs-calendar {
1158
1165
  top: 0 !important;
1159
1166
  }
1160
1167
 
1168
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1169
+ .e-datetimepicker.e-popup-expand .e-model-header {
1170
+ height: 10%;
1171
+ padding: 2.5vh 2.5vw;
1172
+ display: -ms-flexbox;
1173
+ display: flex;
1174
+ -ms-flex-align: center;
1175
+ align-items: center;
1176
+ font-size: 3vh;
1177
+ border-bottom: none;
1178
+ }
1179
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1180
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1181
+ float: left;
1182
+ padding: 1vh 2vw;
1183
+ }
1184
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1185
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1186
+ padding: 1vh 2vw;
1187
+ text-transform: capitalize;
1188
+ }
1189
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1190
+ .e-datetimepicker.e-popup-expand .e-content {
1191
+ height: 90%;
1192
+ overflow: auto;
1193
+ }
1194
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1195
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1196
+ padding: 1vh 0;
1197
+ line-height: 5vh;
1198
+ }
1199
+ @media (max-device-width: 768px) {
1200
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1201
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1202
+ font-size: 14px;
1203
+ }
1204
+ }
1205
+ @media (min-device-width: 768px) {
1206
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1207
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1208
+ font-size: 24px;
1209
+ }
1210
+ }
1211
+
1212
+ @media screen and (orientation: landscape) {
1213
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
1214
+ .e-datetimepicker.e-popup-expand .e-model-header {
1215
+ height: 15%;
1216
+ font-size: 2vw;
1217
+ }
1218
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
1219
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1220
+ padding: 1vh 1vw;
1221
+ }
1222
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
1223
+ .e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
1224
+ padding: 1vh 1vw;
1225
+ }
1226
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
1227
+ .e-datetimepicker.e-popup-expand .e-content {
1228
+ height: 85%;
1229
+ }
1230
+ .e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
1231
+ .e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
1232
+ padding: 1vh 0;
1233
+ line-height: 10vh;
1234
+ }
1235
+ }
1161
1236
  /* stylelint-enable */
1162
1237
  /*! timepicker theme */
1163
1238
  .e-time-wrapper .e-input-group-icon.e-icons.e-active {
@@ -1208,6 +1283,16 @@ ejs-calendar {
1208
1283
  color: #f3f2f1;
1209
1284
  }
1210
1285
 
1286
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header,
1287
+ .e-datetimepicker.e-popup-expand .e-model-header {
1288
+ background-color: #8a8886;
1289
+ color: #1b1a19;
1290
+ }
1291
+ .e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
1292
+ .e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
1293
+ color: #1b1a19;
1294
+ }
1295
+
1211
1296
  /* stylelint-disable property-no-vendor-prefix */
1212
1297
  /* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
1213
1298
  /*! component icons */
@@ -1263,6 +1348,17 @@ ejs-calendar {
1263
1348
  font-size: 20px;
1264
1349
  }
1265
1350
 
1351
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
1352
+ content: "\e7e7";
1353
+ font-family: "e-icons";
1354
+ }
1355
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-next::before {
1356
+ content: "\e7d8";
1357
+ }
1358
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header .e-date-icon-prev::before {
1359
+ content: "\e7df";
1360
+ }
1361
+
1266
1362
  .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1267
1363
  .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
1268
1364
  display: -ms-flexbox;
@@ -1335,6 +1431,11 @@ ejs-calendar {
1335
1431
  top: 0 !important;
1336
1432
  left: 0 !important;
1337
1433
  }
1434
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
1435
+ min-width: 100%;
1436
+ min-height: 100%;
1437
+ }
1438
+
1338
1439
  .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
1339
1440
  background-size: 250px 33px;
1340
1441
  min-height: 33px;
@@ -1346,11 +1447,248 @@ ejs-calendar {
1346
1447
  min-height: 40px;
1347
1448
  }
1348
1449
 
1349
- @media screen and (orientation: landscape) and (max-height: 360px) {
1350
- .e-datepicker .e-calendar.e-device .e-month table tbody {
1351
- display: inline-block;
1352
- height: 130px;
1353
- overflow: auto;
1450
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
1451
+ border-radius: 0;
1452
+ }
1453
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1454
+ height: 15vh;
1455
+ }
1456
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1457
+ float: right;
1458
+ }
1459
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1460
+ height: 20vh;
1461
+ padding: 2vh 2vw;
1462
+ }
1463
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1464
+ margin: 12vh 0 0 0;
1465
+ }
1466
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1467
+ color: inherit;
1468
+ float: left;
1469
+ font-size: 18px;
1470
+ padding: 2px;
1471
+ }
1472
+ @media (min-device-width: 768px) {
1473
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1474
+ font-size: 24px;
1475
+ }
1476
+ }
1477
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1478
+ color: #1b1a19;
1479
+ float: right;
1480
+ }
1481
+ @media (min-device-width: 768px) {
1482
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
1483
+ font-size: 24px;
1484
+ }
1485
+ }
1486
+ .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 {
1487
+ font-size: 5vw;
1488
+ line-height: 6vw;
1489
+ }
1490
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1491
+ min-width: 100%;
1492
+ min-height: 100%;
1493
+ height: 100%;
1494
+ }
1495
+ .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 {
1496
+ height: 10vh;
1497
+ border-style: solid;
1498
+ border-width: 1px 0;
1499
+ border-color: #292827;
1500
+ padding: 2vh 2vw;
1501
+ line-height: 5vh;
1502
+ }
1503
+ .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 {
1504
+ margin-left: 5vw;
1505
+ position: inherit;
1506
+ text-align: left;
1507
+ vertical-align: middle;
1508
+ width: 60vw;
1509
+ line-height: inherit;
1510
+ }
1511
+ @media (min-device-width: 768px) {
1512
+ .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 {
1513
+ font-size: 24px;
1514
+ }
1515
+ }
1516
+ .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 {
1517
+ margin-right: 16px;
1518
+ }
1519
+ @media (min-device-width: 768px) {
1520
+ .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 {
1521
+ height: 34px;
1522
+ width: 34px;
1523
+ }
1524
+ }
1525
+ @media (min-device-width: 768px) {
1526
+ .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 {
1527
+ font-size: 24px;
1528
+ }
1529
+ }
1530
+ .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 {
1531
+ margin-right: 0;
1532
+ }
1533
+ @media (min-device-width: 768px) {
1534
+ .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 {
1535
+ font-size: 24px;
1536
+ }
1537
+ }
1538
+ .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 {
1539
+ float: right;
1540
+ }
1541
+ @media (min-device-width: 768px) {
1542
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
1543
+ font-size: 24px;
1544
+ height: 48px;
1545
+ }
1546
+ }
1547
+ @media (min-device-width: 768px) {
1548
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
1549
+ font-size: 24px;
1550
+ height: 64px;
1551
+ width: 64px;
1552
+ line-height: 64px;
1553
+ }
1554
+ }
1555
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1556
+ height: 85vh;
1557
+ }
1558
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
1559
+ display: none;
1560
+ }
1561
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1562
+ display: block;
1563
+ padding: 5px 0;
1564
+ }
1565
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
1566
+ height: 69vh;
1567
+ }
1568
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
1569
+ height: 69vh;
1570
+ }
1571
+
1572
+ @media screen and (orientation: landscape) {
1573
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
1574
+ height: 25vh;
1575
+ }
1576
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
1577
+ float: right;
1578
+ }
1579
+ .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 {
1580
+ overflow-y: auto;
1581
+ }
1582
+ }
1583
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1584
+ .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 {
1585
+ height: 50vh;
1586
+ }
1587
+ }
1588
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1589
+ .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 {
1590
+ height: 60vh;
1591
+ }
1592
+ }
1593
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1594
+ .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 {
1595
+ height: 60vh;
1596
+ }
1597
+ }
1598
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1599
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
1600
+ padding: 10px 0;
1601
+ height: 10%;
1602
+ font-size: 24px;
1603
+ }
1604
+ }
1605
+ @media screen and (orientation: landscape) {
1606
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1607
+ width: 100%;
1608
+ }
1609
+ }
1610
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1611
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1612
+ height: 30vh;
1613
+ }
1614
+ }
1615
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1616
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
1617
+ height: 25vh;
1618
+ }
1619
+ }
1620
+ @media screen and (orientation: landscape) {
1621
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
1622
+ float: left;
1623
+ padding: 2px;
1624
+ }
1625
+ }
1626
+ @media screen and (orientation: landscape) {
1627
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
1628
+ margin: 12vh 0 0 0;
1629
+ }
1630
+ }
1631
+ @media screen and (orientation: landscape) {
1632
+ .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 {
1633
+ font-size: 4vw;
1634
+ }
1635
+ }
1636
+ @media screen and (orientation: landscape) {
1637
+ .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 {
1638
+ margin-right: 16px;
1639
+ }
1640
+ }
1641
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1642
+ .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 {
1643
+ line-height: 8vh;
1644
+ }
1645
+ }
1646
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1647
+ .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 {
1648
+ line-height: inherit;
1649
+ }
1650
+ }
1651
+ @media screen and (orientation: landscape) {
1652
+ .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 {
1653
+ overflow-y: auto;
1654
+ }
1655
+ }
1656
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1657
+ .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 {
1658
+ height: 60vh;
1659
+ }
1660
+ }
1661
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1662
+ .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 {
1663
+ height: 65vh;
1664
+ }
1665
+ }
1666
+ @media screen and (orientation: landscape) {
1667
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
1668
+ display: block;
1669
+ max-width: 100%;
1670
+ overflow: visible;
1671
+ }
1672
+ }
1673
+ @media screen and (orientation: landscape) {
1674
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
1675
+ height: 70%;
1676
+ width: 100%;
1677
+ }
1678
+ }
1679
+ @media screen and (orientation: landscape) {
1680
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
1681
+ display: table-row-group;
1682
+ }
1683
+ }
1684
+ @media screen and (orientation: landscape) and (max-height: 600px) {
1685
+ .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 {
1686
+ height: 69vh;
1687
+ }
1688
+ }
1689
+ @media screen and (orientation: landscape) and (min-height: 600px) {
1690
+ .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 {
1691
+ height: 65vh;
1354
1692
  }
1355
1693
  }
1356
1694
  /* stylelint-enable */
@@ -1450,6 +1788,15 @@ ejs-calendar {
1450
1788
  font-size: 18px;
1451
1789
  }
1452
1790
 
1791
+ .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 {
1792
+ content: "\e7e7";
1793
+ font-family: "e-icons";
1794
+ }
1795
+ .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 {
1796
+ content: "\e774";
1797
+ font-family: "e-icons";
1798
+ }
1799
+
1453
1800
  /*! daterangepicker layout */
1454
1801
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
1455
1802
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -1934,7 +2281,7 @@ ejs-calendar {
1934
2281
  *.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
1935
2282
  *.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
1936
2283
  margin: 0;
1937
- padding: 12px 0 12px 12px;
2284
+ padding: 12px 6px 12px 6px;
1938
2285
  }
1939
2286
  .e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
1940
2287
  *.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
@@ -2021,6 +2368,13 @@ ejs-calendar {
2021
2368
  top: 0 !important;
2022
2369
  left: 0 !important;
2023
2370
  }
2371
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
2372
+ min-height: 100%;
2373
+ min-width: 100%;
2374
+ height: 100%;
2375
+ width: 100%;
2376
+ }
2377
+
2024
2378
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
2025
2379
  background-size: 250px 33px;
2026
2380
  min-height: 33px;
@@ -2032,11 +2386,338 @@ ejs-calendar {
2032
2386
  min-height: 40px;
2033
2387
  }
2034
2388
 
2389
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
2390
+ min-height: 100%;
2391
+ min-width: 100%;
2392
+ height: 100%;
2393
+ width: 100%;
2394
+ }
2395
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2396
+ height: 20vh;
2397
+ padding: 2vh 2vw;
2398
+ margin: 0;
2399
+ color: #f3f2f1;
2400
+ }
2401
+ @media (max-device-width: 768px) {
2402
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2403
+ font-size: 16px;
2404
+ }
2405
+ }
2406
+ @media (min-device-width: 768px) {
2407
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
2408
+ font-size: 24px;
2409
+ }
2410
+ }
2411
+ .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 {
2412
+ float: right;
2413
+ }
2414
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2415
+ margin: 3vh 0 0 0;
2416
+ }
2417
+ @media (min-device-width: 768px) {
2418
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2419
+ margin: 4vh 0 0 0;
2420
+ height: 60px;
2421
+ }
2422
+ }
2423
+ @media (min-device-width: 768px) {
2424
+ .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 {
2425
+ max-width: 280px;
2426
+ height: 60px;
2427
+ font-size: 18px;
2428
+ }
2429
+ }
2430
+ @media (min-device-width: 768px) {
2431
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2432
+ margin: 10px 0;
2433
+ font-size: 24px;
2434
+ }
2435
+ }
2436
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2437
+ min-width: 100%;
2438
+ width: 100%;
2439
+ padding: 0;
2440
+ overflow: unset;
2441
+ }
2442
+ @media (max-height: 600px) {
2443
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2444
+ min-height: 100%;
2445
+ height: 100%;
2446
+ }
2447
+ }
2448
+ @media (min-height: 600px) {
2449
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar {
2450
+ min-height: 80vh;
2451
+ height: 80vh;
2452
+ }
2453
+ }
2454
+ .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 {
2455
+ height: 10vh;
2456
+ border-style: solid;
2457
+ border-width: 0 0 1px 0;
2458
+ border-color: #292827;
2459
+ padding: 2vh 2vw;
2460
+ line-height: 5vh;
2461
+ }
2462
+ .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 {
2463
+ height: 36px;
2464
+ width: 36px;
2465
+ }
2466
+ .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 {
2467
+ padding: 10px;
2468
+ line-height: 1;
2469
+ }
2470
+ @media (min-device-width: 768px) {
2471
+ .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 {
2472
+ font-size: 24px;
2473
+ }
2474
+ }
2475
+ @media (max-height: 600px) {
2476
+ .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 {
2477
+ line-height: 8vh;
2478
+ }
2479
+ }
2480
+ @media (min-height: 600px) {
2481
+ .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 {
2482
+ line-height: inherit;
2483
+ }
2484
+ }
2485
+ @media (min-device-width: 768px) {
2486
+ .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 {
2487
+ font-size: 24px;
2488
+ }
2489
+ }
2490
+ @media (min-device-width: 768px) {
2491
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
2492
+ font-size: 24px;
2493
+ height: 48px;
2494
+ }
2495
+ }
2496
+ @media (min-device-width: 768px) {
2497
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
2498
+ font-size: 24px;
2499
+ height: 64px;
2500
+ width: 64px;
2501
+ line-height: 64px;
2502
+ }
2503
+ }
2504
+ .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 {
2505
+ border-radius: 0;
2506
+ }
2507
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
2508
+ height: 100%;
2509
+ }
2510
+ @media (max-height: 600px) {
2511
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2512
+ min-height: 78vh;
2513
+ height: 78vh;
2514
+ }
2515
+ }
2516
+ @media (max-height: 600px) {
2517
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2518
+ min-height: 78vh;
2519
+ height: 78vh;
2520
+ }
2521
+ }
2522
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
2523
+ display: block;
2524
+ }
2525
+ .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 {
2526
+ float: right;
2527
+ }
2528
+ @media (max-height: 600px) {
2529
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2530
+ min-height: 100%;
2531
+ height: 100%;
2532
+ }
2533
+ }
2534
+ @media (min-height: 600px) {
2535
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2536
+ min-height: 80vh;
2537
+ height: 80vh;
2538
+ }
2539
+ }
2540
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
2541
+ margin: 0;
2542
+ }
2543
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
2544
+ height: 69vh;
2545
+ }
2546
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
2547
+ padding: 0 2vw;
2548
+ height: 69vh;
2549
+ border-spacing: unset;
2550
+ }
2551
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-footer {
2552
+ display: none;
2553
+ }
2554
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2555
+ max-height: 90%;
2556
+ height: 90%;
2557
+ }
2558
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul {
2559
+ height: 100%;
2560
+ }
2561
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2562
+ font-size: 16px;
2563
+ }
2564
+ @media (min-device-width: 768px) {
2565
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets ul li.e-list-item {
2566
+ font-size: 18px;
2567
+ }
2568
+ }
2569
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap {
2570
+ position: relative;
2571
+ height: 100%;
2572
+ }
2573
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2574
+ height: 10%;
2575
+ padding: 2.5vh 2.5vw;
2576
+ display: -ms-flexbox;
2577
+ display: flex;
2578
+ -ms-flex-align: center;
2579
+ align-items: center;
2580
+ font-size: 3vh;
2581
+ border-bottom: none;
2582
+ }
2583
+ @media (min-device-width: 768px) {
2584
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2585
+ font-size: 2vw;
2586
+ }
2587
+ }
2588
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2589
+ float: left;
2590
+ padding: 1vh 2vw;
2591
+ }
2592
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2593
+ padding: 1vh 2vw;
2594
+ text-transform: capitalize;
2595
+ }
2596
+
2597
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2598
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2599
+ height: 23vh;
2600
+ }
2601
+ }
2602
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2603
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
2604
+ height: 20vh;
2605
+ }
2606
+ }
2607
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2608
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2609
+ min-height: 70vh;
2610
+ height: 70vh;
2611
+ }
2612
+ }
2613
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2614
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container {
2615
+ min-height: 65%;
2616
+ height: 65%;
2617
+ }
2618
+ }
2619
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2620
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-calendar-container .e-calendar {
2621
+ min-height: 70vh;
2622
+ height: 70vh;
2623
+ }
2624
+ }
2625
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2626
+ .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 {
2627
+ height: 50vh;
2628
+ }
2629
+ }
2630
+ @media screen and (orientation: landscape) {
2631
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-presets {
2632
+ max-height: 85%;
2633
+ height: 85%;
2634
+ }
2635
+ }
2636
+ @media screen and (orientation: landscape) {
2637
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
2638
+ height: 15%;
2639
+ font-size: 2vw;
2640
+ }
2641
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
2642
+ padding: 1vh 1vw;
2643
+ }
2644
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
2645
+ padding: 1vh 1vw;
2646
+ }
2647
+ }
2648
+ @media screen and (orientation: landscape) {
2649
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2650
+ width: 100%;
2651
+ }
2652
+ }
2653
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2654
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2655
+ height: 27vh;
2656
+ }
2657
+ }
2658
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2659
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header {
2660
+ height: 25vh;
2661
+ }
2662
+ }
2663
+ @media screen and (orientation: landscape) {
2664
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2665
+ margin: 0;
2666
+ height: 38px;
2667
+ }
2668
+ }
2669
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2670
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2671
+ margin: 4vh 0 0 0;
2672
+ }
2673
+ }
2674
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2675
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
2676
+ margin: 5vh 0 0 0;
2677
+ }
2678
+ }
2679
+ @media screen and (orientation: landscape) {
2680
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2681
+ margin: 5px 0;
2682
+ font-size: 20px;
2683
+ }
2684
+ }
2685
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
2686
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
2687
+ margin: 10px 0;
2688
+ font-size: 24px;
2689
+ }
2690
+ }
2691
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2692
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
2693
+ min-height: 75vh;
2694
+ height: 75vh;
2695
+ }
2696
+ }
2697
+ @media screen and (orientation: landscape) {
2698
+ .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 {
2699
+ overflow-y: auto;
2700
+ }
2701
+ }
2702
+ @media screen and (orientation: landscape) and (max-height: 600px) {
2703
+ .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 {
2704
+ height: 60vh;
2705
+ }
2706
+ }
2707
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2708
+ .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 {
2709
+ height: 65vh;
2710
+ }
2711
+ }
2035
2712
  @media screen and (orientation: landscape) {
2036
- .e-daterangepicker .e-calendar.e-device .e-month table {
2037
- display: inline-block;
2038
- height: 130px;
2039
- overflow: auto;
2713
+ .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 {
2714
+ display: table;
2715
+ border-spacing: unset;
2716
+ }
2717
+ }
2718
+ @media screen and (orientation: landscape) and (min-height: 600px) {
2719
+ .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 {
2720
+ height: 65vh;
2040
2721
  }
2041
2722
  }
2042
2723
  .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 {
@@ -2354,6 +3035,14 @@ ejs-calendar {
2354
3035
  line-height: 29px;
2355
3036
  }
2356
3037
 
3038
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header {
3039
+ background-color: #8a8886;
3040
+ color: #1b1a19;
3041
+ }
3042
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-model-header .e-popup-close {
3043
+ color: #1b1a19;
3044
+ }
3045
+
2357
3046
  /* stylelint-disable property-no-vendor-prefix */
2358
3047
  /* stylelint-disable-line no-empty-source */
2359
3048
  /*! component icons */
@@ -2489,12 +3178,10 @@ ejs-calendar {
2489
3178
  *.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
2490
3179
  font-size: 14px;
2491
3180
  }
2492
-
2493
3181
  .e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
2494
3182
  *.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
2495
3183
  font-size: 16px;
2496
3184
  }
2497
-
2498
3185
  .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
2499
3186
  background-size: 250px 33px;
2500
3187
  min-height: 33px;
@@ -2506,6 +3193,14 @@ ejs-calendar {
2506
3193
  min-height: 40px;
2507
3194
  }
2508
3195
 
3196
+ .e-datetimepicker.e-popup-expand.e-popup {
3197
+ position: fixed;
3198
+ }
3199
+ .e-datetimepicker.e-popup-expand.e-popup .e-datetime-mob-popup-wrap {
3200
+ position: relative;
3201
+ width: 100%;
3202
+ }
3203
+
2509
3204
  /*! datetimepicker theme */
2510
3205
  .e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
2511
3206
  color: #f3f2f1;