@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36-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 (418) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +981 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1334 -0
  6. package/dist/ej2-angular-calendars.umd.js +1093 -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/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/calendar/calendar-all.module.d.ts +0 -6
  18. package/src/calendar/calendar.component.d.ts +3 -5
  19. package/src/calendar/calendar.module.d.ts +0 -6
  20. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  21. package/src/datepicker/datepicker.component.d.ts +3 -5
  22. package/src/datepicker/datepicker.module.d.ts +0 -6
  23. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  24. package/src/daterangepicker/daterangepicker.component.d.ts +3 -5
  25. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  26. package/src/daterangepicker/presets.directive.d.ts +0 -5
  27. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  28. package/src/datetimepicker/datetimepicker.component.d.ts +3 -5
  29. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  30. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  31. package/src/timepicker/timepicker.component.d.ts +3 -5
  32. package/src/timepicker/timepicker.module.d.ts +0 -6
  33. package/styles/bootstrap-dark.css +91 -40
  34. package/styles/bootstrap.css +91 -40
  35. package/styles/bootstrap4.css +91 -40
  36. package/styles/bootstrap5-dark.css +92 -41
  37. package/styles/bootstrap5.css +92 -41
  38. package/styles/calendar/bootstrap-dark.scss +1 -5
  39. package/styles/calendar/bootstrap.scss +1 -5
  40. package/styles/calendar/bootstrap4.scss +1 -5
  41. package/styles/calendar/bootstrap5-dark.scss +1 -5
  42. package/styles/calendar/bootstrap5.scss +1 -5
  43. package/styles/calendar/fabric-dark.scss +1 -5
  44. package/styles/calendar/fabric.scss +1 -5
  45. package/styles/calendar/fluent-dark.scss +1 -5
  46. package/styles/calendar/fluent.scss +1 -5
  47. package/styles/calendar/highcontrast-light.scss +1 -5
  48. package/styles/calendar/highcontrast.scss +1 -5
  49. package/styles/calendar/material-dark.css +0 -1
  50. package/styles/calendar/material-dark.scss +1 -5
  51. package/styles/calendar/material.css +0 -1
  52. package/styles/calendar/material.scss +1 -5
  53. package/styles/calendar/material3-dark.css +0 -1
  54. package/styles/calendar/material3-dark.scss +1 -5
  55. package/styles/calendar/material3.css +0 -1
  56. package/styles/calendar/material3.scss +1 -5
  57. package/styles/calendar/tailwind-dark.css +0 -1
  58. package/styles/calendar/tailwind-dark.scss +1 -5
  59. package/styles/calendar/tailwind.css +0 -1
  60. package/styles/calendar/tailwind.scss +1 -5
  61. package/styles/datepicker/bootstrap-dark.css +49 -19
  62. package/styles/datepicker/bootstrap-dark.scss +1 -7
  63. package/styles/datepicker/bootstrap.css +49 -19
  64. package/styles/datepicker/bootstrap.scss +1 -7
  65. package/styles/datepicker/bootstrap4.css +49 -19
  66. package/styles/datepicker/bootstrap4.scss +1 -7
  67. package/styles/datepicker/bootstrap5-dark.css +50 -20
  68. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  69. package/styles/datepicker/bootstrap5.css +50 -20
  70. package/styles/datepicker/bootstrap5.scss +1 -7
  71. package/styles/datepicker/fabric-dark.css +48 -18
  72. package/styles/datepicker/fabric-dark.scss +1 -7
  73. package/styles/datepicker/fabric.css +49 -19
  74. package/styles/datepicker/fabric.scss +1 -7
  75. package/styles/datepicker/fluent-dark.css +48 -18
  76. package/styles/datepicker/fluent-dark.scss +1 -7
  77. package/styles/datepicker/fluent.css +48 -18
  78. package/styles/datepicker/fluent.scss +1 -7
  79. package/styles/datepicker/highcontrast-light.css +49 -19
  80. package/styles/datepicker/highcontrast-light.scss +1 -7
  81. package/styles/datepicker/highcontrast.css +49 -19
  82. package/styles/datepicker/highcontrast.scss +1 -7
  83. package/styles/datepicker/material-dark.css +48 -19
  84. package/styles/datepicker/material-dark.scss +1 -7
  85. package/styles/datepicker/material.css +48 -19
  86. package/styles/datepicker/material.scss +1 -7
  87. package/styles/datepicker/material3-dark.css +48 -19
  88. package/styles/datepicker/material3-dark.scss +1 -7
  89. package/styles/datepicker/material3.css +48 -19
  90. package/styles/datepicker/material3.scss +1 -7
  91. package/styles/datepicker/tailwind-dark.css +52 -23
  92. package/styles/datepicker/tailwind-dark.scss +1 -7
  93. package/styles/datepicker/tailwind.css +52 -23
  94. package/styles/datepicker/tailwind.scss +1 -7
  95. package/styles/daterangepicker/bootstrap-dark.css +30 -26
  96. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  97. package/styles/daterangepicker/bootstrap.css +30 -26
  98. package/styles/daterangepicker/bootstrap.scss +1 -7
  99. package/styles/daterangepicker/bootstrap4.css +30 -26
  100. package/styles/daterangepicker/bootstrap4.scss +1 -7
  101. package/styles/daterangepicker/bootstrap5-dark.css +30 -26
  102. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  103. package/styles/daterangepicker/bootstrap5.css +30 -26
  104. package/styles/daterangepicker/bootstrap5.scss +1 -7
  105. package/styles/daterangepicker/fabric-dark.css +30 -26
  106. package/styles/daterangepicker/fabric-dark.scss +1 -7
  107. package/styles/daterangepicker/fabric.css +30 -26
  108. package/styles/daterangepicker/fabric.scss +1 -7
  109. package/styles/daterangepicker/fluent-dark.css +30 -26
  110. package/styles/daterangepicker/fluent-dark.scss +1 -7
  111. package/styles/daterangepicker/fluent.css +30 -26
  112. package/styles/daterangepicker/fluent.scss +1 -7
  113. package/styles/daterangepicker/highcontrast-light.css +30 -26
  114. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  115. package/styles/daterangepicker/highcontrast.css +30 -26
  116. package/styles/daterangepicker/highcontrast.scss +1 -7
  117. package/styles/daterangepicker/material-dark.css +30 -27
  118. package/styles/daterangepicker/material-dark.scss +1 -7
  119. package/styles/daterangepicker/material.css +30 -27
  120. package/styles/daterangepicker/material.scss +1 -7
  121. package/styles/daterangepicker/material3-dark.css +53 -28
  122. package/styles/daterangepicker/material3-dark.scss +1 -7
  123. package/styles/daterangepicker/material3.css +53 -28
  124. package/styles/daterangepicker/material3.scss +1 -7
  125. package/styles/daterangepicker/tailwind-dark.css +31 -28
  126. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  127. package/styles/daterangepicker/tailwind.css +31 -28
  128. package/styles/daterangepicker/tailwind.scss +1 -7
  129. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  130. package/styles/datetimepicker/bootstrap.scss +1 -8
  131. package/styles/datetimepicker/bootstrap4.scss +1 -8
  132. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  133. package/styles/datetimepicker/bootstrap5.scss +1 -8
  134. package/styles/datetimepicker/fabric-dark.scss +1 -8
  135. package/styles/datetimepicker/fabric.scss +1 -8
  136. package/styles/datetimepicker/fluent-dark.scss +1 -8
  137. package/styles/datetimepicker/fluent.scss +1 -8
  138. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  139. package/styles/datetimepicker/highcontrast.scss +1 -8
  140. package/styles/datetimepicker/material-dark.css +0 -1
  141. package/styles/datetimepicker/material-dark.scss +1 -8
  142. package/styles/datetimepicker/material.css +0 -1
  143. package/styles/datetimepicker/material.scss +1 -8
  144. package/styles/datetimepicker/material3-dark.css +0 -1
  145. package/styles/datetimepicker/material3-dark.scss +1 -8
  146. package/styles/datetimepicker/material3.css +0 -1
  147. package/styles/datetimepicker/material3.scss +1 -8
  148. package/styles/datetimepicker/tailwind-dark.css +0 -1
  149. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  150. package/styles/datetimepicker/tailwind.css +0 -1
  151. package/styles/datetimepicker/tailwind.scss +1 -8
  152. package/styles/fabric-dark.css +90 -39
  153. package/styles/fabric.css +103 -52
  154. package/styles/fluent-dark.css +90 -39
  155. package/styles/fluent.css +90 -39
  156. package/styles/highcontrast-light.css +91 -40
  157. package/styles/highcontrast.css +91 -40
  158. package/styles/material-dark.css +90 -40
  159. package/styles/material.css +90 -40
  160. package/styles/material3-dark.css +333 -41
  161. package/styles/material3-dark.scss +0 -1
  162. package/styles/material3.css +557 -41
  163. package/styles/material3.scss +0 -1
  164. package/styles/tailwind-dark.css +95 -49
  165. package/styles/tailwind.css +95 -49
  166. package/styles/timepicker/bootstrap-dark.css +19 -2
  167. package/styles/timepicker/bootstrap-dark.scss +1 -6
  168. package/styles/timepicker/bootstrap.css +19 -2
  169. package/styles/timepicker/bootstrap.scss +1 -6
  170. package/styles/timepicker/bootstrap4.css +19 -2
  171. package/styles/timepicker/bootstrap4.scss +1 -6
  172. package/styles/timepicker/bootstrap5-dark.css +19 -2
  173. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  174. package/styles/timepicker/bootstrap5.css +19 -2
  175. package/styles/timepicker/bootstrap5.scss +1 -6
  176. package/styles/timepicker/fabric-dark.css +19 -2
  177. package/styles/timepicker/fabric-dark.scss +1 -6
  178. package/styles/timepicker/fabric.css +22 -5
  179. package/styles/timepicker/fabric.scss +1 -6
  180. package/styles/timepicker/fluent-dark.css +19 -2
  181. package/styles/timepicker/fluent-dark.scss +1 -6
  182. package/styles/timepicker/fluent.css +19 -2
  183. package/styles/timepicker/fluent.scss +1 -6
  184. package/styles/timepicker/highcontrast-light.css +19 -2
  185. package/styles/timepicker/highcontrast-light.scss +1 -6
  186. package/styles/timepicker/highcontrast.css +19 -2
  187. package/styles/timepicker/highcontrast.scss +1 -6
  188. package/styles/timepicker/material-dark.css +19 -3
  189. package/styles/timepicker/material-dark.scss +1 -6
  190. package/styles/timepicker/material.css +19 -3
  191. package/styles/timepicker/material.scss +1 -6
  192. package/styles/timepicker/material3-dark.css +19 -3
  193. package/styles/timepicker/material3-dark.scss +1 -6
  194. package/styles/timepicker/material3.css +19 -3
  195. package/styles/timepicker/material3.scss +1 -6
  196. package/styles/timepicker/tailwind-dark.css +19 -3
  197. package/styles/timepicker/tailwind-dark.scss +1 -6
  198. package/styles/timepicker/tailwind.css +19 -3
  199. package/styles/timepicker/tailwind.scss +1 -6
  200. package/esm2020/public_api.mjs +0 -3
  201. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  202. package/esm2020/src/calendar/calendar.component.mjs +0 -90
  203. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  204. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  205. package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
  206. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  207. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  208. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
  209. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  210. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  211. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  212. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
  213. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  214. package/esm2020/src/index.mjs +0 -18
  215. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  216. package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
  217. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  218. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  219. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
  220. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  221. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
  222. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  223. package/styles/calendar/_all.scss +0 -2
  224. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  225. package/styles/calendar/_bootstrap-definition.scss +0 -228
  226. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  227. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  228. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  229. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  230. package/styles/calendar/_fabric-definition.scss +0 -190
  231. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  232. package/styles/calendar/_fluent-definition.scss +0 -252
  233. package/styles/calendar/_fusionnew-definition.scss +0 -250
  234. package/styles/calendar/_highcontrast-definition.scss +0 -189
  235. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  236. package/styles/calendar/_layout.scss +0 -786
  237. package/styles/calendar/_material-dark-definition.scss +0 -194
  238. package/styles/calendar/_material-definition.scss +0 -189
  239. package/styles/calendar/_material3-dark-definition.scss +0 -1
  240. package/styles/calendar/_material3-definition.scss +0 -195
  241. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  242. package/styles/calendar/_tailwind-definition.scss +0 -262
  243. package/styles/calendar/_theme.scss +0 -534
  244. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  245. package/styles/calendar/icons/_bootstrap.scss +0 -13
  246. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  247. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  248. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  249. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  250. package/styles/calendar/icons/_fabric.scss +0 -13
  251. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  252. package/styles/calendar/icons/_fluent.scss +0 -13
  253. package/styles/calendar/icons/_fusionnew.scss +0 -13
  254. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  255. package/styles/calendar/icons/_highcontrast.scss +0 -13
  256. package/styles/calendar/icons/_material-dark.scss +0 -13
  257. package/styles/calendar/icons/_material.scss +0 -13
  258. package/styles/calendar/icons/_material3-dark.scss +0 -1
  259. package/styles/calendar/icons/_material3.scss +0 -13
  260. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  261. package/styles/calendar/icons/_tailwind.scss +0 -13
  262. package/styles/datepicker/_all.scss +0 -2
  263. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
  264. package/styles/datepicker/_bootstrap-definition.scss +0 -96
  265. package/styles/datepicker/_bootstrap4-definition.scss +0 -101
  266. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  267. package/styles/datepicker/_bootstrap5-definition.scss +0 -107
  268. package/styles/datepicker/_fabric-dark-definition.scss +0 -98
  269. package/styles/datepicker/_fabric-definition.scss +0 -95
  270. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  271. package/styles/datepicker/_fluent-definition.scss +0 -107
  272. package/styles/datepicker/_fusionnew-definition.scss +0 -107
  273. package/styles/datepicker/_highcontrast-definition.scss +0 -96
  274. package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
  275. package/styles/datepicker/_layout.scss +0 -409
  276. package/styles/datepicker/_material-dark-definition.scss +0 -103
  277. package/styles/datepicker/_material-definition.scss +0 -100
  278. package/styles/datepicker/_material3-dark-definition.scss +0 -1
  279. package/styles/datepicker/_material3-definition.scss +0 -116
  280. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  281. package/styles/datepicker/_tailwind-definition.scss +0 -105
  282. package/styles/datepicker/_theme.scss +0 -53
  283. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
  284. package/styles/datepicker/icons/_bootstrap.scss +0 -72
  285. package/styles/datepicker/icons/_bootstrap4.scss +0 -76
  286. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  287. package/styles/datepicker/icons/_bootstrap5.scss +0 -76
  288. package/styles/datepicker/icons/_fabric-dark.scss +0 -65
  289. package/styles/datepicker/icons/_fabric.scss +0 -65
  290. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  291. package/styles/datepicker/icons/_fluent.scss +0 -76
  292. package/styles/datepicker/icons/_fusionnew.scss +0 -76
  293. package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
  294. package/styles/datepicker/icons/_highcontrast.scss +0 -72
  295. package/styles/datepicker/icons/_material-dark.scss +0 -99
  296. package/styles/datepicker/icons/_material.scss +0 -99
  297. package/styles/datepicker/icons/_material3-dark.scss +0 -1
  298. package/styles/datepicker/icons/_material3.scss +0 -79
  299. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  300. package/styles/datepicker/icons/_tailwind.scss +0 -76
  301. package/styles/daterangepicker/_all.scss +0 -2
  302. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
  303. package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
  304. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
  305. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  306. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
  307. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
  308. package/styles/daterangepicker/_fabric-definition.scss +0 -258
  309. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  310. package/styles/daterangepicker/_fluent-definition.scss +0 -305
  311. package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
  312. package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
  313. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
  314. package/styles/daterangepicker/_layout.scss +0 -1002
  315. package/styles/daterangepicker/_material-dark-definition.scss +0 -266
  316. package/styles/daterangepicker/_material-definition.scss +0 -266
  317. package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
  318. package/styles/daterangepicker/_material3-definition.scss +0 -278
  319. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  320. package/styles/daterangepicker/_tailwind-definition.scss +0 -287
  321. package/styles/daterangepicker/_theme.scss +0 -455
  322. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
  323. package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
  324. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
  325. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  326. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
  327. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
  328. package/styles/daterangepicker/icons/_fabric.scss +0 -85
  329. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  330. package/styles/daterangepicker/icons/_fluent.scss +0 -92
  331. package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
  332. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
  333. package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
  334. package/styles/daterangepicker/icons/_material-dark.scss +0 -119
  335. package/styles/daterangepicker/icons/_material.scss +0 -119
  336. package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
  337. package/styles/daterangepicker/icons/_material3.scss +0 -129
  338. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  339. package/styles/daterangepicker/icons/_tailwind.scss +0 -92
  340. package/styles/datetimepicker/_all.scss +0 -2
  341. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
  342. package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
  343. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
  344. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  345. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
  346. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
  347. package/styles/datetimepicker/_fabric-definition.scss +0 -57
  348. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  349. package/styles/datetimepicker/_fluent-definition.scss +0 -65
  350. package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
  351. package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
  352. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
  353. package/styles/datetimepicker/_layout.scss +0 -238
  354. package/styles/datetimepicker/_material-dark-definition.scss +0 -64
  355. package/styles/datetimepicker/_material-definition.scss +0 -62
  356. package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
  357. package/styles/datetimepicker/_material3-definition.scss +0 -71
  358. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  359. package/styles/datetimepicker/_tailwind-definition.scss +0 -65
  360. package/styles/datetimepicker/_theme.scss +0 -70
  361. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  362. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  363. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  364. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  365. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  366. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  367. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  368. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  369. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  370. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  371. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  372. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  373. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  374. package/styles/datetimepicker/icons/_material.scss +0 -62
  375. package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
  376. package/styles/datetimepicker/icons/_material3.scss +0 -11
  377. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  378. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  379. package/styles/timepicker/_all.scss +0 -2
  380. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
  381. package/styles/timepicker/_bootstrap-definition.scss +0 -77
  382. package/styles/timepicker/_bootstrap4-definition.scss +0 -85
  383. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  384. package/styles/timepicker/_bootstrap5-definition.scss +0 -86
  385. package/styles/timepicker/_fabric-dark-definition.scss +0 -80
  386. package/styles/timepicker/_fabric-definition.scss +0 -77
  387. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  388. package/styles/timepicker/_fluent-definition.scss +0 -86
  389. package/styles/timepicker/_fusionnew-definition.scss +0 -86
  390. package/styles/timepicker/_highcontrast-definition.scss +0 -77
  391. package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
  392. package/styles/timepicker/_layout.scss +0 -287
  393. package/styles/timepicker/_material-dark-definition.scss +0 -84
  394. package/styles/timepicker/_material-definition.scss +0 -81
  395. package/styles/timepicker/_material3-dark-definition.scss +0 -1
  396. package/styles/timepicker/_material3-definition.scss +0 -99
  397. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  398. package/styles/timepicker/_tailwind-definition.scss +0 -84
  399. package/styles/timepicker/_theme.scss +0 -113
  400. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
  401. package/styles/timepicker/icons/_bootstrap.scss +0 -24
  402. package/styles/timepicker/icons/_bootstrap4.scss +0 -24
  403. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  404. package/styles/timepicker/icons/_bootstrap5.scss +0 -24
  405. package/styles/timepicker/icons/_fabric-dark.scss +0 -24
  406. package/styles/timepicker/icons/_fabric.scss +0 -24
  407. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  408. package/styles/timepicker/icons/_fluent.scss +0 -24
  409. package/styles/timepicker/icons/_fusionnew.scss +0 -24
  410. package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
  411. package/styles/timepicker/icons/_highcontrast.scss +0 -24
  412. package/styles/timepicker/icons/_material-dark.scss +0 -52
  413. package/styles/timepicker/icons/_material.scss +0 -54
  414. package/styles/timepicker/icons/_material3-dark.scss +0 -1
  415. package/styles/timepicker/icons/_material3.scss +0 -24
  416. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  417. package/styles/timepicker/icons/_tailwind.scss +0 -24
  418. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
4
3
  /*! component icons */
@@ -73,7 +72,7 @@
73
72
 
74
73
  .e-datepicker.e-bigger.e-popup-wrapper,
75
74
  .e-bigger .e-datepicker.e-popup-wrapper {
76
- margin-top: 6px;
75
+ margin-top: 0;
77
76
  }
78
77
 
79
78
  .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
@@ -158,6 +157,11 @@
158
157
  min-height: 40px;
159
158
  }
160
159
 
160
+ @media screen and (orientation: landscape) {
161
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
162
+ line-height: 64px;
163
+ }
164
+ }
161
165
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
162
166
  border-radius: 0;
163
167
  }
@@ -167,9 +171,15 @@
167
171
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
168
172
  float: right;
169
173
  }
174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
175
+ height: 15vh;
176
+ }
177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
178
+ float: right;
179
+ }
170
180
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
171
181
  height: 20vh;
172
- padding: 2vh 2vw;
182
+ padding: 2vh 6vw;
173
183
  }
174
184
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
175
185
  margin: 12vh 0 0 0;
@@ -178,20 +188,26 @@
178
188
  color: inherit;
179
189
  float: left;
180
190
  font-size: 18px;
181
- padding: 2px;
182
191
  }
183
192
  @media (min-device-width: 768px) {
184
193
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
- font-size: 24px;
194
+ font-size: 18px;
186
195
  }
187
196
  }
197
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
198
+ background: transparent;
199
+ border-color: transparent;
200
+ box-shadow: none;
201
+ font-weight: 400;
202
+ padding: 0;
203
+ }
188
204
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
189
205
  color: inherit;
190
206
  float: right;
191
207
  }
192
208
  @media (min-device-width: 768px) {
193
209
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
194
- font-size: 24px;
210
+ font-size: 18px;
195
211
  }
196
212
  }
197
213
  .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 {
@@ -212,7 +228,7 @@
212
228
  line-height: 5vh;
213
229
  }
214
230
  .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 {
215
- margin-left: 18vw;
231
+ margin-left: 21vw;
216
232
  position: absolute;
217
233
  text-align: center;
218
234
  vertical-align: middle;
@@ -221,29 +237,47 @@
221
237
  }
222
238
  @media (min-device-width: 768px) {
223
239
  .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 {
224
- font-size: 24px;
240
+ font-size: 18px;
225
241
  }
226
242
  }
227
243
  .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 {
228
- margin-right: 75vw;
244
+ margin-right: 73vw;
245
+ vertical-align: inherit;
246
+ height: 35px;
247
+ width: 35px;
229
248
  }
230
249
  @media (min-device-width: 768px) {
231
250
  .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 {
232
- height: 34px;
233
- width: 34px;
251
+ height: 55px;
252
+ width: 55px;
234
253
  }
235
254
  }
255
+ .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 {
256
+ vertical-align: inherit;
257
+ }
236
258
  @media (min-device-width: 768px) {
237
259
  .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 {
238
- font-size: 24px;
260
+ font-size: 18px;
239
261
  }
240
262
  }
241
263
  .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 {
242
264
  margin-right: 0;
265
+ vertical-align: inherit;
266
+ height: 35px;
267
+ width: 35px;
268
+ }
269
+ @media (min-device-width: 768px) {
270
+ .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 {
271
+ height: 55px;
272
+ width: 55px;
273
+ }
274
+ }
275
+ .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 {
276
+ vertical-align: inherit;
243
277
  }
244
278
  @media (min-device-width: 768px) {
245
279
  .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 {
246
- font-size: 24px;
280
+ font-size: 18px;
247
281
  }
248
282
  }
249
283
  .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 {
@@ -251,28 +285,24 @@
251
285
  }
252
286
  @media (min-device-width: 768px) {
253
287
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
254
- font-size: 24px;
288
+ font-size: 18px;
255
289
  height: 48px;
256
290
  }
257
291
  }
258
292
  @media (min-device-width: 768px) {
259
293
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
260
- font-size: 24px;
294
+ font-size: 18px;
261
295
  height: 64px;
262
296
  width: 64px;
263
297
  line-height: 64px;
264
298
  }
265
299
  }
266
300
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
267
- height: 85vh;
301
+ height: 79vh;
268
302
  }
269
303
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
270
304
  display: none;
271
305
  }
272
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
273
- display: block;
274
- padding: 5px 0;
275
- }
276
306
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
277
307
  height: 69vh;
278
308
  }
@@ -331,7 +361,6 @@
331
361
  @media screen and (orientation: landscape) {
332
362
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
333
363
  float: left;
334
- padding: 2px;
335
364
  }
336
365
  }
337
366
  @media screen and (orientation: landscape) {
@@ -346,12 +375,12 @@
346
375
  }
347
376
  @media screen and (orientation: landscape) {
348
377
  .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 {
349
- margin-right: 85vw;
378
+ margin-right: 73vw;
350
379
  }
351
380
  }
352
381
  @media screen and (orientation: landscape) and (max-height: 600px) {
353
382
  .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 {
354
- line-height: 8vh;
383
+ line-height: 12vh;
355
384
  }
356
385
  }
357
386
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,7 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
4
- @import '../calendar/tailwind-dark-definition.scss';
5
- @import 'tailwind-dark-definition.scss';
6
- @import 'icons/tailwind-dark.scss';
7
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/datepicker/tailwind-dark.scss';
@@ -1,4 +1,3 @@
1
- @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
1
  /* stylelint-disable property-no-vendor-prefix */
3
2
  /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
4
3
  /*! component icons */
@@ -73,7 +72,7 @@
73
72
 
74
73
  .e-datepicker.e-bigger.e-popup-wrapper,
75
74
  .e-bigger .e-datepicker.e-popup-wrapper {
76
- margin-top: 6px;
75
+ margin-top: 0;
77
76
  }
78
77
 
79
78
  .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
@@ -158,6 +157,11 @@
158
157
  min-height: 40px;
159
158
  }
160
159
 
160
+ @media screen and (orientation: landscape) {
161
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
162
+ line-height: 64px;
163
+ }
164
+ }
161
165
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
162
166
  border-radius: 0;
163
167
  }
@@ -167,9 +171,15 @@
167
171
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
168
172
  float: right;
169
173
  }
174
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
175
+ height: 15vh;
176
+ }
177
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
178
+ float: right;
179
+ }
170
180
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
171
181
  height: 20vh;
172
- padding: 2vh 2vw;
182
+ padding: 2vh 6vw;
173
183
  }
174
184
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
175
185
  margin: 12vh 0 0 0;
@@ -178,20 +188,26 @@
178
188
  color: inherit;
179
189
  float: left;
180
190
  font-size: 18px;
181
- padding: 2px;
182
191
  }
183
192
  @media (min-device-width: 768px) {
184
193
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
185
- font-size: 24px;
194
+ font-size: 18px;
186
195
  }
187
196
  }
197
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
198
+ background: transparent;
199
+ border-color: transparent;
200
+ box-shadow: none;
201
+ font-weight: 400;
202
+ padding: 0;
203
+ }
188
204
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
189
205
  color: inherit;
190
206
  float: right;
191
207
  }
192
208
  @media (min-device-width: 768px) {
193
209
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
194
- font-size: 24px;
210
+ font-size: 18px;
195
211
  }
196
212
  }
197
213
  .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 {
@@ -212,7 +228,7 @@
212
228
  line-height: 5vh;
213
229
  }
214
230
  .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 {
215
- margin-left: 18vw;
231
+ margin-left: 21vw;
216
232
  position: absolute;
217
233
  text-align: center;
218
234
  vertical-align: middle;
@@ -221,29 +237,47 @@
221
237
  }
222
238
  @media (min-device-width: 768px) {
223
239
  .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 {
224
- font-size: 24px;
240
+ font-size: 18px;
225
241
  }
226
242
  }
227
243
  .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 {
228
- margin-right: 75vw;
244
+ margin-right: 73vw;
245
+ vertical-align: inherit;
246
+ height: 35px;
247
+ width: 35px;
229
248
  }
230
249
  @media (min-device-width: 768px) {
231
250
  .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 {
232
- height: 34px;
233
- width: 34px;
251
+ height: 55px;
252
+ width: 55px;
234
253
  }
235
254
  }
255
+ .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 {
256
+ vertical-align: inherit;
257
+ }
236
258
  @media (min-device-width: 768px) {
237
259
  .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 {
238
- font-size: 24px;
260
+ font-size: 18px;
239
261
  }
240
262
  }
241
263
  .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 {
242
264
  margin-right: 0;
265
+ vertical-align: inherit;
266
+ height: 35px;
267
+ width: 35px;
268
+ }
269
+ @media (min-device-width: 768px) {
270
+ .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 {
271
+ height: 55px;
272
+ width: 55px;
273
+ }
274
+ }
275
+ .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 {
276
+ vertical-align: inherit;
243
277
  }
244
278
  @media (min-device-width: 768px) {
245
279
  .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 {
246
- font-size: 24px;
280
+ font-size: 18px;
247
281
  }
248
282
  }
249
283
  .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 {
@@ -251,28 +285,24 @@
251
285
  }
252
286
  @media (min-device-width: 768px) {
253
287
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
254
- font-size: 24px;
288
+ font-size: 18px;
255
289
  height: 48px;
256
290
  }
257
291
  }
258
292
  @media (min-device-width: 768px) {
259
293
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
260
- font-size: 24px;
294
+ font-size: 18px;
261
295
  height: 64px;
262
296
  width: 64px;
263
297
  line-height: 64px;
264
298
  }
265
299
  }
266
300
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
267
- height: 85vh;
301
+ height: 79vh;
268
302
  }
269
303
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
270
304
  display: none;
271
305
  }
272
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
273
- display: block;
274
- padding: 5px 0;
275
- }
276
306
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
277
307
  height: 69vh;
278
308
  }
@@ -331,7 +361,6 @@
331
361
  @media screen and (orientation: landscape) {
332
362
  .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
333
363
  float: left;
334
- padding: 2px;
335
364
  }
336
365
  }
337
366
  @media screen and (orientation: landscape) {
@@ -346,12 +375,12 @@
346
375
  }
347
376
  @media screen and (orientation: landscape) {
348
377
  .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 {
349
- margin-right: 85vw;
378
+ margin-right: 73vw;
350
379
  }
351
380
  }
352
381
  @media screen and (orientation: landscape) and (max-height: 600px) {
353
382
  .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 {
354
- line-height: 8vh;
383
+ line-height: 12vh;
355
384
  }
356
385
  }
357
386
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,7 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'ej2-inputs/styles/input/tailwind-definition.scss';
3
- @import 'ej2-popups/styles/popup/tailwind-definition.scss';
4
- @import '../calendar/tailwind-definition.scss';
5
- @import 'tailwind-definition.scss';
6
- @import 'icons/tailwind.scss';
7
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/datepicker/tailwind.scss';
@@ -672,7 +672,7 @@
672
672
  }
673
673
  @media (min-device-width: 768px) {
674
674
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
675
- font-size: 24px;
675
+ font-size: 18px;
676
676
  }
677
677
  }
678
678
  .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 {
@@ -707,17 +707,27 @@
707
707
  padding: 2vh 2vw;
708
708
  line-height: 5vh;
709
709
  }
710
- .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 {
710
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
711
711
  height: 36px;
712
712
  width: 36px;
713
713
  }
714
- .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 {
714
+ @media (min-device-width: 768px) {
715
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
716
+ font-size: 18px;
717
+ padding: 11px;
718
+ }
719
+ }
720
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
721
+ height: 36px;
722
+ width: 36px;
723
+ }
724
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
715
725
  padding: 10px;
716
726
  line-height: 1;
717
727
  }
718
728
  @media (min-device-width: 768px) {
719
- .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 {
720
- font-size: 24px;
729
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
730
+ font-size: 18px;
721
731
  }
722
732
  }
723
733
  @media (max-height: 600px) {
@@ -732,18 +742,18 @@
732
742
  }
733
743
  @media (min-device-width: 768px) {
734
744
  .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 {
735
- font-size: 24px;
745
+ font-size: 18px;
736
746
  }
737
747
  }
738
748
  @media (min-device-width: 768px) {
739
749
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
740
- font-size: 24px;
750
+ font-size: 18px;
741
751
  height: 48px;
742
752
  }
743
753
  }
744
754
  @media (min-device-width: 768px) {
745
755
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
746
- font-size: 24px;
756
+ font-size: 18px;
747
757
  height: 64px;
748
758
  width: 64px;
749
759
  line-height: 64px;
@@ -767,12 +777,6 @@
767
777
  height: 78vh;
768
778
  }
769
779
  }
770
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
771
- display: block;
772
- }
773
- .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 {
774
- float: right;
775
- }
776
780
  @media (max-height: 600px) {
777
781
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
778
782
  min-height: 100%;
@@ -820,7 +824,7 @@
820
824
  }
821
825
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
822
826
  height: 10%;
823
- padding: 2.5vh 2.5vw;
827
+ padding: 2.5vh 2.5vw 2.5vh 1.5vw;
824
828
  display: -ms-flexbox;
825
829
  display: flex;
826
830
  -ms-flex-align: center;
@@ -830,7 +834,7 @@
830
834
  }
831
835
  @media (min-device-width: 768px) {
832
836
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
833
- font-size: 2vw;
837
+ font-size: 18px;
834
838
  }
835
839
  }
836
840
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
@@ -842,14 +846,14 @@
842
846
  text-transform: capitalize;
843
847
  }
844
848
 
845
- @media screen and (orientation: landscape) and (max-height: 600px) {
846
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
847
- height: 23vh;
849
+ @media screen and (orientation: landscape) {
850
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
851
+ padding: 0;
848
852
  }
849
853
  }
850
- @media screen and (orientation: landscape) and (min-height: 600px) {
851
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-blazor-device {
852
- height: 20vh;
854
+ @media screen and (orientation: landscape) and (min-device-width: 768px) {
855
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
856
+ font-size: 18px;
853
857
  }
854
858
  }
855
859
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -884,7 +888,7 @@
884
888
  @media screen and (orientation: landscape) {
885
889
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
886
890
  height: 15%;
887
- font-size: 2vw;
891
+ font-size: 18px;
888
892
  }
889
893
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
890
894
  padding: 1vh 1vw;
@@ -911,7 +915,7 @@
911
915
  @media screen and (orientation: landscape) {
912
916
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
913
917
  margin: 0;
914
- height: 38px;
918
+ height: 28px;
915
919
  }
916
920
  }
917
921
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -921,8 +925,8 @@
921
925
  }
922
926
  @media screen and (orientation: landscape) {
923
927
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
924
- margin: 5px 0;
925
- font-size: 20px;
928
+ margin: 8px 0;
929
+ font-size: 16px;
926
930
  }
927
931
  }
928
932
  @media screen and (orientation: landscape) and (min-height: 600px) {
@@ -1,7 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
3
- @import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
4
- @import '../calendar/bootstrap-dark-definition.scss';
5
- @import 'bootstrap-dark-definition.scss';
6
- @import 'icons/bootstrap-dark.scss';
7
- @import 'all.scss';
1
+ @import 'ej2-calendars/styles/daterangepicker/bootstrap-dark.scss';