@syncfusion/ej2-angular-calendars 23.1.36 → 23.1.38-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 (339) 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 +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/calendar/calendar-all.module.d.ts +0 -6
  17. package/src/calendar/calendar.component.d.ts +0 -3
  18. package/src/calendar/calendar.module.d.ts +0 -6
  19. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  20. package/src/datepicker/datepicker.component.d.ts +0 -3
  21. package/src/datepicker/datepicker.module.d.ts +0 -6
  22. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  23. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  24. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  25. package/src/daterangepicker/presets.directive.d.ts +0 -5
  26. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  27. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  28. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  29. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  30. package/src/timepicker/timepicker.component.d.ts +0 -3
  31. package/src/timepicker/timepicker.module.d.ts +0 -6
  32. package/styles/calendar/bootstrap-dark.scss +1 -5
  33. package/styles/calendar/bootstrap.scss +1 -5
  34. package/styles/calendar/bootstrap4.scss +1 -5
  35. package/styles/calendar/bootstrap5-dark.scss +1 -5
  36. package/styles/calendar/bootstrap5.scss +1 -5
  37. package/styles/calendar/fabric-dark.scss +1 -5
  38. package/styles/calendar/fabric.scss +1 -5
  39. package/styles/calendar/fluent-dark.scss +1 -5
  40. package/styles/calendar/fluent.scss +1 -5
  41. package/styles/calendar/highcontrast-light.scss +1 -5
  42. package/styles/calendar/highcontrast.scss +1 -5
  43. package/styles/calendar/material-dark.scss +1 -5
  44. package/styles/calendar/material.scss +1 -5
  45. package/styles/calendar/material3-dark.scss +1 -5
  46. package/styles/calendar/material3.scss +1 -5
  47. package/styles/calendar/tailwind-dark.scss +1 -5
  48. package/styles/calendar/tailwind.scss +1 -5
  49. package/styles/datepicker/bootstrap-dark.scss +1 -7
  50. package/styles/datepicker/bootstrap.scss +1 -7
  51. package/styles/datepicker/bootstrap4.scss +1 -7
  52. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  53. package/styles/datepicker/bootstrap5.scss +1 -7
  54. package/styles/datepicker/fabric-dark.scss +1 -7
  55. package/styles/datepicker/fabric.scss +1 -7
  56. package/styles/datepicker/fluent-dark.scss +1 -7
  57. package/styles/datepicker/fluent.scss +1 -7
  58. package/styles/datepicker/highcontrast-light.scss +1 -7
  59. package/styles/datepicker/highcontrast.scss +1 -7
  60. package/styles/datepicker/material-dark.scss +1 -7
  61. package/styles/datepicker/material.scss +1 -7
  62. package/styles/datepicker/material3-dark.scss +1 -7
  63. package/styles/datepicker/material3.scss +1 -7
  64. package/styles/datepicker/tailwind-dark.scss +1 -7
  65. package/styles/datepicker/tailwind.scss +1 -7
  66. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  67. package/styles/daterangepicker/bootstrap.scss +1 -7
  68. package/styles/daterangepicker/bootstrap4.scss +1 -7
  69. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  70. package/styles/daterangepicker/bootstrap5.scss +1 -7
  71. package/styles/daterangepicker/fabric-dark.scss +1 -7
  72. package/styles/daterangepicker/fabric.scss +1 -7
  73. package/styles/daterangepicker/fluent-dark.scss +1 -7
  74. package/styles/daterangepicker/fluent.scss +1 -7
  75. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  76. package/styles/daterangepicker/highcontrast.scss +1 -7
  77. package/styles/daterangepicker/material-dark.scss +1 -7
  78. package/styles/daterangepicker/material.scss +1 -7
  79. package/styles/daterangepicker/material3-dark.scss +1 -7
  80. package/styles/daterangepicker/material3.scss +1 -7
  81. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  82. package/styles/daterangepicker/tailwind.scss +1 -7
  83. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  84. package/styles/datetimepicker/bootstrap.scss +1 -8
  85. package/styles/datetimepicker/bootstrap4.scss +1 -8
  86. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  87. package/styles/datetimepicker/bootstrap5.scss +1 -8
  88. package/styles/datetimepicker/fabric-dark.scss +1 -8
  89. package/styles/datetimepicker/fabric.scss +1 -8
  90. package/styles/datetimepicker/fluent-dark.scss +1 -8
  91. package/styles/datetimepicker/fluent.scss +1 -8
  92. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  93. package/styles/datetimepicker/highcontrast.scss +1 -8
  94. package/styles/datetimepicker/material-dark.scss +1 -8
  95. package/styles/datetimepicker/material.scss +1 -8
  96. package/styles/datetimepicker/material3-dark.scss +1 -8
  97. package/styles/datetimepicker/material3.scss +1 -8
  98. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  99. package/styles/datetimepicker/tailwind.scss +1 -8
  100. package/styles/material3-dark.css +220 -0
  101. package/styles/material3-dark.scss +0 -1
  102. package/styles/material3.css +444 -0
  103. package/styles/material3.scss +0 -1
  104. package/styles/timepicker/bootstrap-dark.scss +1 -6
  105. package/styles/timepicker/bootstrap.scss +1 -6
  106. package/styles/timepicker/bootstrap4.scss +1 -6
  107. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  108. package/styles/timepicker/bootstrap5.scss +1 -6
  109. package/styles/timepicker/fabric-dark.scss +1 -6
  110. package/styles/timepicker/fabric.scss +1 -6
  111. package/styles/timepicker/fluent-dark.scss +1 -6
  112. package/styles/timepicker/fluent.scss +1 -6
  113. package/styles/timepicker/highcontrast-light.scss +1 -6
  114. package/styles/timepicker/highcontrast.scss +1 -6
  115. package/styles/timepicker/material-dark.scss +1 -6
  116. package/styles/timepicker/material.scss +1 -6
  117. package/styles/timepicker/material3-dark.scss +1 -6
  118. package/styles/timepicker/material3.scss +1 -6
  119. package/styles/timepicker/tailwind-dark.scss +1 -6
  120. package/styles/timepicker/tailwind.scss +1 -6
  121. package/esm2020/public_api.mjs +0 -3
  122. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  123. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  124. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  125. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  126. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  127. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  128. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  129. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  130. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  131. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  132. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  133. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  134. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  135. package/esm2020/src/index.mjs +0 -18
  136. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  137. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  138. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  139. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  140. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -737
  141. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  142. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -737
  143. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  144. package/styles/calendar/_all.scss +0 -2
  145. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  146. package/styles/calendar/_bootstrap-definition.scss +0 -228
  147. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  148. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  149. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  150. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  151. package/styles/calendar/_fabric-definition.scss +0 -190
  152. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  153. package/styles/calendar/_fluent-definition.scss +0 -252
  154. package/styles/calendar/_fusionnew-definition.scss +0 -250
  155. package/styles/calendar/_highcontrast-definition.scss +0 -189
  156. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  157. package/styles/calendar/_layout.scss +0 -786
  158. package/styles/calendar/_material-dark-definition.scss +0 -194
  159. package/styles/calendar/_material-definition.scss +0 -189
  160. package/styles/calendar/_material3-dark-definition.scss +0 -1
  161. package/styles/calendar/_material3-definition.scss +0 -195
  162. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  163. package/styles/calendar/_tailwind-definition.scss +0 -262
  164. package/styles/calendar/_theme.scss +0 -534
  165. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  166. package/styles/calendar/icons/_bootstrap.scss +0 -13
  167. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  168. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  169. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  170. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  171. package/styles/calendar/icons/_fabric.scss +0 -13
  172. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  173. package/styles/calendar/icons/_fluent.scss +0 -13
  174. package/styles/calendar/icons/_fusionnew.scss +0 -13
  175. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  176. package/styles/calendar/icons/_highcontrast.scss +0 -13
  177. package/styles/calendar/icons/_material-dark.scss +0 -13
  178. package/styles/calendar/icons/_material.scss +0 -13
  179. package/styles/calendar/icons/_material3-dark.scss +0 -1
  180. package/styles/calendar/icons/_material3.scss +0 -13
  181. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  182. package/styles/calendar/icons/_tailwind.scss +0 -13
  183. package/styles/datepicker/_all.scss +0 -2
  184. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
  185. package/styles/datepicker/_bootstrap-definition.scss +0 -96
  186. package/styles/datepicker/_bootstrap4-definition.scss +0 -101
  187. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  188. package/styles/datepicker/_bootstrap5-definition.scss +0 -107
  189. package/styles/datepicker/_fabric-dark-definition.scss +0 -98
  190. package/styles/datepicker/_fabric-definition.scss +0 -95
  191. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  192. package/styles/datepicker/_fluent-definition.scss +0 -107
  193. package/styles/datepicker/_fusionnew-definition.scss +0 -107
  194. package/styles/datepicker/_highcontrast-definition.scss +0 -96
  195. package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
  196. package/styles/datepicker/_layout.scss +0 -434
  197. package/styles/datepicker/_material-dark-definition.scss +0 -103
  198. package/styles/datepicker/_material-definition.scss +0 -100
  199. package/styles/datepicker/_material3-dark-definition.scss +0 -1
  200. package/styles/datepicker/_material3-definition.scss +0 -116
  201. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  202. package/styles/datepicker/_tailwind-definition.scss +0 -105
  203. package/styles/datepicker/_theme.scss +0 -53
  204. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
  205. package/styles/datepicker/icons/_bootstrap.scss +0 -72
  206. package/styles/datepicker/icons/_bootstrap4.scss +0 -76
  207. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  208. package/styles/datepicker/icons/_bootstrap5.scss +0 -76
  209. package/styles/datepicker/icons/_fabric-dark.scss +0 -65
  210. package/styles/datepicker/icons/_fabric.scss +0 -65
  211. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  212. package/styles/datepicker/icons/_fluent.scss +0 -76
  213. package/styles/datepicker/icons/_fusionnew.scss +0 -76
  214. package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
  215. package/styles/datepicker/icons/_highcontrast.scss +0 -72
  216. package/styles/datepicker/icons/_material-dark.scss +0 -99
  217. package/styles/datepicker/icons/_material.scss +0 -99
  218. package/styles/datepicker/icons/_material3-dark.scss +0 -1
  219. package/styles/datepicker/icons/_material3.scss +0 -79
  220. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  221. package/styles/datepicker/icons/_tailwind.scss +0 -76
  222. package/styles/daterangepicker/_all.scss +0 -2
  223. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
  224. package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
  225. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
  226. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  227. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
  228. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
  229. package/styles/daterangepicker/_fabric-definition.scss +0 -258
  230. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  231. package/styles/daterangepicker/_fluent-definition.scss +0 -305
  232. package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
  233. package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
  234. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
  235. package/styles/daterangepicker/_layout.scss +0 -1031
  236. package/styles/daterangepicker/_material-dark-definition.scss +0 -266
  237. package/styles/daterangepicker/_material-definition.scss +0 -266
  238. package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
  239. package/styles/daterangepicker/_material3-definition.scss +0 -281
  240. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  241. package/styles/daterangepicker/_tailwind-definition.scss +0 -287
  242. package/styles/daterangepicker/_theme.scss +0 -455
  243. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
  244. package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
  245. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
  246. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  247. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
  248. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
  249. package/styles/daterangepicker/icons/_fabric.scss +0 -85
  250. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  251. package/styles/daterangepicker/icons/_fluent.scss +0 -92
  252. package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
  253. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
  254. package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
  255. package/styles/daterangepicker/icons/_material-dark.scss +0 -119
  256. package/styles/daterangepicker/icons/_material.scss +0 -119
  257. package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
  258. package/styles/daterangepicker/icons/_material3.scss +0 -129
  259. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  260. package/styles/daterangepicker/icons/_tailwind.scss +0 -92
  261. package/styles/datetimepicker/_all.scss +0 -2
  262. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
  263. package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
  264. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
  265. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  266. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
  267. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
  268. package/styles/datetimepicker/_fabric-definition.scss +0 -57
  269. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  270. package/styles/datetimepicker/_fluent-definition.scss +0 -65
  271. package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
  272. package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
  273. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
  274. package/styles/datetimepicker/_layout.scss +0 -238
  275. package/styles/datetimepicker/_material-dark-definition.scss +0 -64
  276. package/styles/datetimepicker/_material-definition.scss +0 -62
  277. package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
  278. package/styles/datetimepicker/_material3-definition.scss +0 -71
  279. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  280. package/styles/datetimepicker/_tailwind-definition.scss +0 -65
  281. package/styles/datetimepicker/_theme.scss +0 -70
  282. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  283. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  284. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  285. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  286. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  287. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  288. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  289. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  290. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  291. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  292. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  293. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  294. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  295. package/styles/datetimepicker/icons/_material.scss +0 -62
  296. package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
  297. package/styles/datetimepicker/icons/_material3.scss +0 -11
  298. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  299. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  300. package/styles/timepicker/_all.scss +0 -2
  301. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
  302. package/styles/timepicker/_bootstrap-definition.scss +0 -77
  303. package/styles/timepicker/_bootstrap4-definition.scss +0 -85
  304. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  305. package/styles/timepicker/_bootstrap5-definition.scss +0 -86
  306. package/styles/timepicker/_fabric-dark-definition.scss +0 -80
  307. package/styles/timepicker/_fabric-definition.scss +0 -77
  308. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  309. package/styles/timepicker/_fluent-definition.scss +0 -86
  310. package/styles/timepicker/_fusionnew-definition.scss +0 -86
  311. package/styles/timepicker/_highcontrast-definition.scss +0 -77
  312. package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
  313. package/styles/timepicker/_layout.scss +0 -303
  314. package/styles/timepicker/_material-dark-definition.scss +0 -84
  315. package/styles/timepicker/_material-definition.scss +0 -81
  316. package/styles/timepicker/_material3-dark-definition.scss +0 -1
  317. package/styles/timepicker/_material3-definition.scss +0 -99
  318. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  319. package/styles/timepicker/_tailwind-definition.scss +0 -84
  320. package/styles/timepicker/_theme.scss +0 -114
  321. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
  322. package/styles/timepicker/icons/_bootstrap.scss +0 -24
  323. package/styles/timepicker/icons/_bootstrap4.scss +0 -24
  324. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  325. package/styles/timepicker/icons/_bootstrap5.scss +0 -24
  326. package/styles/timepicker/icons/_fabric-dark.scss +0 -24
  327. package/styles/timepicker/icons/_fabric.scss +0 -24
  328. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  329. package/styles/timepicker/icons/_fluent.scss +0 -24
  330. package/styles/timepicker/icons/_fusionnew.scss +0 -24
  331. package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
  332. package/styles/timepicker/icons/_highcontrast.scss +0 -24
  333. package/styles/timepicker/icons/_material-dark.scss +0 -52
  334. package/styles/timepicker/icons/_material.scss +0 -54
  335. package/styles/timepicker/icons/_material3-dark.scss +0 -1
  336. package/styles/timepicker/icons/_material3.scss +0 -24
  337. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  338. package/styles/timepicker/icons/_tailwind.scss +0 -24
  339. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,1031 +0,0 @@
1
- @include export-module('daterangepicker-layout') {
2
-
3
- /*! daterangepicker layout */
4
- .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
5
- .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
6
- display: flex;
7
- }
8
-
9
- // Hidden element styles
10
- .e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
11
- .e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
12
- .e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden,
13
- .e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
14
- .e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden,
15
- .e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden {
16
- border: 0;
17
- height: 0;
18
- margin: 0;
19
- padding: 0;
20
- text-indent: 0;
21
- visibility: hidden;
22
- width: 0;
23
- }
24
-
25
- #{&}.e-daterangepicker,
26
- .e-bigger.e-small #{&}.e-daterangepicker {
27
- #{if(&, '&', '*')}.e-popup {
28
- border: $range-popup-border;
29
- border-radius: $range-popup-border-radius;
30
- box-shadow: $range-box-shadow;
31
- max-height: $range-max-height;
32
- max-width: $range-max-width;
33
-
34
- #{if(&, '&', '*')}.e-daterange-day-header-lg {
35
- max-width: $range-lg-day-header-format-width;
36
- }
37
- #{if(&, '&', '*')}.e-preset-wrapper {
38
- min-width: $range-preset-min-width;
39
-
40
- #{if(&, '&', '*')} .e-presets {
41
- max-height: $range-value-none;
42
- }
43
- }
44
- #{if(&, '&', '*')} .e-range-header {
45
- background: $range-header-bg-color;
46
- padding: $range-control-header-margin;
47
- width: $range-control-header-width;
48
- @if $skin-name == 'tailwind' {
49
- border-radius: $range-popup-header-border-radius;
50
- }
51
- @if $skin-name == 'Material3' {
52
- border-top-left-radius: $range-popup-border-radius;
53
- }
54
-
55
- #{if(&, '&', '*')} .e-start-label,
56
- #{if(&, '&', '*')} .e-end-label {
57
- cursor: $range-cursor-default-style;
58
- display: $range-inline-block-style;
59
- font-size: $range-header-label-size;
60
- overflow: $range-visibility-hidden;
61
- text-align: $range-align-center;
62
- text-decoration: $range-value-none;
63
- text-overflow: $range-text-overflow;
64
- user-select: $range-browser-select-none;
65
- white-space: $range-text-nowrap;
66
- width: $range-start-end-label-width;
67
- @if $skin-name == 'Material3' {
68
- font-weight: $font-weight-medium;
69
- }
70
- }
71
- #{if(&, '&', '*')} .e-change-icon {
72
- font-size: $range-font-size;
73
- font-weight: $range-font-weight-bold;
74
- text-align: $range-align-center;
75
- width: $range-change-icon-width;
76
- }
77
- #{if(&, '&', '*')} .e-day-span {
78
- direction: $range-direction-left;
79
- font-size: $range-calendar-small-font-size;
80
- height: $range-day-span-height;
81
- margin: $range-indicator-margin;
82
- text-align: $range-align-center;
83
- user-select: $range-browser-select-none;
84
- width: $range-indicator-label-width;
85
- }
86
- #{if(&, '&', '*')} .e-start-end {
87
- align-items: $range-align-center;
88
- display: $range-flex-style;
89
- height: $range-start-end-container-height;
90
- }
91
- }
92
- #{if(&, '&', '*')} .e-separator {
93
- @if ($skin-name != 'FluentUI') {
94
- height: $range-separator-height;
95
- margin: $range-separator-margin;
96
- }
97
- }
98
- #{if(&, '&', '*')} .e-calendar {
99
- border: $range-calendar-border;
100
- margin: $range-calendar-margin;
101
- @if ($skin-name != 'FluentUI') {
102
- padding: $range-calendar-popup-padding;
103
- }
104
-
105
- #{if(&, '&', '*')} .e-content table {
106
- @if ($skin-name != 'FluentUI') {
107
- padding: $range-calendar-normal-table-padding;
108
- }
109
- }
110
- #{if(&, '&', '*')} .e-header {
111
- #{if(&, '&', '*')} .e-title {
112
- cursor: $range-cursor-pointer-style;
113
- line-height: $range-normal-nav-icon-height;
114
- width: $range-control-header-width;
115
- @if ($skin-name != 'FluentUI') {
116
- float: $range-float-none;
117
- font-weight: $range-font-weight-normal;
118
- margin-left: $range-value-zero;
119
- }
120
- }
121
- #{if(&, '&', '*')}.e-month,
122
- #{if(&, '&', '*')}.e-year,
123
- #{if(&, '&', '*')}.e-decade {
124
- @if ($skin-name != 'FluentUI') {
125
- padding: $range-calendar-header-padding;
126
- }
127
- }
128
- #{if(&, '&', '*')} .e-next {
129
- float: $range-float-right;
130
- }
131
- #{if(&, '&', '*')} .e-prev {
132
- float: $range-float-left;
133
- @if ($skin-name == 'FluentUI') {
134
- float: $range-float-right;
135
- }
136
- }
137
- #{if(&, '&', '*')} .e-next,
138
- #{if(&, '&', '*')} .e-prev {
139
- height: $range-normal-nav-icon-height;
140
- width: $range-normal-nav-icon-width;
141
- }
142
- #{if(&, '&', '*')} .e-next span,
143
- #{if(&, '&', '*')} .e-prev span {
144
- padding: $range-icon-normal-padding;
145
- }
146
- }
147
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover {
148
- border-radius: $range-hover-start-radius;
149
- }
150
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
151
- border-radius: $range-hover-end-radius;
152
- }
153
- #{if(&, '&', '*')} .e-start-date.e-selected {
154
- @if ($skin-name == 'FluentUI') {
155
- border-radius: $range-hover-start-radius;
156
- }
157
- }
158
- #{if(&, '&', '*')} .e-end-date.e-selected {
159
- @if ($skin-name == 'FluentUI') {
160
- border-radius: $range-hover-end-radius;
161
- }
162
- }
163
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover span.e-day,
164
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover span.e-day {
165
- border: $range-calendar-hover-border;
166
- }
167
- }
168
- #{if(&, '&', '*')} .e-footer {
169
- align-items: $range-align-center;
170
- @if ($skin-name != 'FluentUI') {
171
- border-top: $range-border-value;
172
- }
173
- clear: $range-float-clear;
174
- display: $range-flex-style;
175
- flex-direction: $range-flex-direction-row-reverse;
176
- height: $range-footer-height;
177
- @if $skin-name == 'tailwind' {
178
- border-radius: $range-popup-footer-border-radius;
179
- }
180
- }
181
- #{if(&, '&', '*')} .e-footer .e-btn {
182
- font-weight: $range-btn-font-weight;
183
- height: $range-btn-normal-height;
184
- line-height: $range-btn-normal-line-height;
185
- overflow: $range-visibility-hidden;
186
- padding: $range-btn-padding;
187
- text-overflow: $range-text-overflow;
188
- }
189
- #{if(&, '&', '*')} .e-footer .e-btn.e-apply {
190
- margin: $range-normal-footer-margin;
191
- }
192
- #{if(&, '&', '*')} .e-date-range-container {
193
- float: $range-float-left;
194
-
195
- #{if(&, '&', '*')}.e-range-border {
196
- border-right: $range-border-value;
197
- }
198
- }
199
- #{if(&, '&', '*')} .e-calendar-container {
200
- display: $range-flex-style;
201
-
202
- #{if(&, '&', '*')} .e-left-container,
203
- #{if(&, '&', '*')} .e-right-container {
204
- float: $range-float-left;
205
- }
206
- #{if(&, '&', '*')} .e-left-container {
207
- @if $skin-name != 'FluentUI' {
208
- border-right: $range-border-value;
209
- }
210
- @if $skin-name == 'tailwind' {
211
- border-right: $range-container-border-value;
212
- }
213
- }
214
- }
215
- #{if(&, '&', '*')} .e-presets {
216
- max-height: $range-presets-height;
217
- overflow: auto;
218
- width: $range-width-auto;
219
-
220
- #{if(&, '&', '*')} .e-list-item {
221
- border-radius: $range-list-border-radius;
222
- cursor: $range-cursor-pointer-style;
223
- line-height: $range-list-item-height;
224
- overflow: $range-visibility-hidden;
225
- padding: $range-list-item-padding;
226
- white-space: $range-text-nowrap;
227
- text-overflow: $range-text-overflow;
228
- }
229
- #{if(&, '&', '*')} .e-list-parent {
230
- margin: $range-value-zero;
231
- max-width: $range-presets-width;
232
- padding: $range-value-zero;
233
- }
234
- #{if(&, '&', '*')} .e-text-content {
235
- line-height: $range-list-item-line-height;
236
- }
237
- #{if(&, '&', '*')} .e-ul {
238
-
239
- #{if(&, '&', '*')} li.e-list-item {
240
- font-size: $range-presets-normal-list-font-size;
241
- height: $range-preset-normal-list-height;
242
- line-height: $range-preset-normal-list-height;
243
- &.e-active:first-child {
244
- @if $skin-name == 'Material3' {
245
- border-top-right-radius: $range-popup-border-radius;
246
- border-top-left-radius: $range-popup-border-radius;
247
- }
248
- }
249
- }
250
- }
251
- }
252
- #{if(&, '&', '*')} .e-hide-range {
253
- display: $range-display-none;
254
- }
255
- }
256
- #{if(&, '&', '*')}.e-rtl {
257
- #{if(&, '&', '*')} .e-date-range-container {
258
- float: $range-float-right;
259
-
260
- #{if(&, '&', '*')}.e-range-border {
261
- border-left: $range-border-value;
262
- border-right: $range-value-zero;
263
- }
264
- #{if(&, '&', '*')} .e-left-container {
265
- @if $skin-name != 'FluentUI' {
266
- border-left: $range-border-value;
267
- border-right: $range-value-zero;
268
- }
269
- @if $skin-name == 'tailwind' {
270
- border-left: $range-container-border-value;
271
- }
272
- }
273
- #{if(&, '&', '*')} .e-calendar {
274
- #{if(&, '&', '*')} .e-next {
275
- float: $range-float-left;
276
- }
277
- #{if(&, '&', '*')} .e-prev {
278
- float: $range-float-right;
279
- }
280
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover {
281
- border-radius: $range-hover-end-radius;
282
- @if ($skin-name == 'FluentUI') {
283
- box-shadow: $selected-range-box-shadow;
284
- }
285
- }
286
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
287
- border-radius: $range-hover-start-radius;
288
- @if ($skin-name == 'FluentUI') {
289
- box-shadow: $selected-range-box-shadow;
290
- }
291
- }
292
- }
293
- }
294
- #{if(&, '&', '*')} .e-footer {
295
- flex-direction: $range-flex-direction-row;
296
- justify-content: $range-flex-justify-content;
297
-
298
- #{if(&, '&', '*')} .e-btn.e-cancel {
299
- margin: $range-normal-rtl-footer-margin;
300
- }
301
- #{if(&, '&', '*')} .e-btn.e-apply {
302
- margin-left: $range-value-zero;
303
- }
304
- }
305
- }
306
- }
307
-
308
- .e-bigger #{&}.e-daterangepicker.e-range-modal,
309
- #{if(&, '&', '*')}.e-device#{&}.e-daterangepicker.e-range-modal {
310
- @if $skin-name != 'Material3' {
311
- background-color: $range-overlay;
312
- }
313
- @if $skin-name == 'Material3' {
314
- background: $range-overlay;
315
- }
316
- height: 100%;
317
- left: 0;
318
- opacity: .5;
319
- pointer-events: auto;
320
- position: fixed;
321
- top: 0;
322
- width: 100%;
323
- z-index: 999;
324
- }
325
-
326
- .e-bigger.e-small #{&}.e-daterangepicker #{&}.e-calendar {
327
- max-width: $calendar-bigger-small-max-width;
328
- }
329
-
330
- //bigger style
331
-
332
- .e-bigger #{&}.e-daterangepicker,
333
- #{if(&, '&', '*')}.e-bigger#{&}.e-daterangepicker,
334
- #{if(&, '&', '*')}.e-device#{&}.e-daterangepicker {
335
- #{if(&, '&', '*')}.e-popup {
336
- @if $skin-name == 'material' or $skin-name == 'bootstrap'{
337
- background-color: $range-background;
338
- }
339
- @if $skin-name == 'Material3' {
340
- background: $range-background;
341
- }
342
-
343
- #{if(&, '&', '*')} .e-start-label,
344
- #{if(&, '&', '*')} .e-end-label {
345
- @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
346
- font-size: $range-bigger-header-label-size;
347
- }
348
- }
349
-
350
- #{if(&, '&', '*')} .e-day-span {
351
- @if $skin-name == 'tailwind' or $skin-name == 'FluentUI' {
352
- font-size: $range-bigger-indicator-label-size;
353
- }
354
- }
355
-
356
- #{if(&, '&', '*')}.e-preset-wrapper {
357
- max-width: $range-bigger-max-width;
358
- min-width: $range-width-auto;
359
-
360
- #{if(&, '&', '*')} .e-presets {
361
- max-height: $range-value-none;
362
- }
363
- }
364
- #{if(&, '&', '*')} .e-range-header {
365
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' {
366
- margin: $range-control-bigger-header-margin;
367
- }
368
-
369
- @if $skin-name == 'tailwind' {
370
- padding: $range-control-bigger-header-margin;
371
- }
372
- width: $range-control-header-width;
373
-
374
- #{if(&, '&', '*')} .e-change-icon {
375
- @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
376
- font-size: $range-bigger-change-icon-size;
377
- }
378
- }
379
-
380
- #{if(&, '&', '*')} .e-start-end {
381
- align-items: $range-align-center;
382
- cursor: $range-cursor-pointer-style;
383
- display: $range-flex-style;
384
- height: $range-device-header-container-height;
385
- justify-content: $range-align-center;
386
- user-select: $range-browser-select-none;
387
- width: $range-device-header-container-width;
388
-
389
- #{if(&, '&', '*')} .e-start-btn,
390
- #{if(&, '&', '*')} .e-end-btn {
391
- border: $range-btn-border-value;
392
- box-shadow: $range-box-shadow-none;
393
- font-size: $range-calendar-btn-font-size;
394
- font-weight: $range-range-btn-font-weight;
395
- height: $range-btn-height;
396
- line-height: $range-device-btn-line-height;
397
- max-width: $range-header-btn-max-width;
398
- overflow: $range-visibility-hidden;
399
- padding: $range-sart-end-btn-padding;
400
- text-overflow: $range-text-overflow;
401
- width: $range-btn-width;
402
- }
403
- #{if(&, '&', '*')} .e-end-btn {
404
- border-left: $range-value-zero;
405
- border-radius: $range-btn-right-radius;
406
- }
407
- #{if(&, '&', '*')} .e-start-btn {
408
- border-radius: $range-btn-left-radius;
409
- }
410
- #{if(&, '&', '*')} .e-start-btn:hover,
411
- #{if(&, '&', '*')} .e-end-btn:hover:not([disabled]) {
412
- box-shadow: $range-box-shadow-none;
413
- }
414
- #{if(&, '&', '*')} .e-start-btn.e-active,
415
- #{if(&, '&', '*')} .e-start-btn.e-active:active,
416
- #{if(&, '&', '*')} .e-end-btn.e-active,
417
- #{if(&, '&', '*')} .e-end-btn.e-active:active:not([disabled]),
418
- #{if(&, '&', '*')} .e-start-btn.e-active:hover,
419
- #{if(&, '&', '*')} .e-end-btn.e-active:hover {
420
- box-shadow: $range-box-shadow-none;
421
- }
422
- #{if(&, '&', '*')} .e-start-btn,
423
- #{if(&, '&', '*')} .e-end-btn {
424
- max-width: $range-header-btn-bigger-max-width;
425
- }
426
- }
427
- }
428
- #{if(&, '&', '*')} .e-presets {
429
- max-height: $range-bigger-presets-height;
430
-
431
- #{if(&, '&', '*')}.e-preset-wrapper {
432
- max-height: $range-value-none;
433
- }
434
-
435
- #{if(&, '&', '*')} ul {
436
- max-width: $range-value-none;
437
-
438
- #{if(&, '&', '*')} li.e-list-item {
439
- font-size: $range-presets-bigger-list-font-size;
440
- height: $range-preset-bigger-list-height;
441
- line-height: $range-preset-bigger-list-height;
442
- padding: $range-device-list-item-padding;
443
- }
444
- }
445
- }
446
- }
447
- #{if(&, '&', '*')} .e-calendar {
448
- max-width: $range-calendar-bigger-max;
449
- @if ($skin-name != 'FluentUI') {
450
- padding: $range-bigger-calendar-popup-padding;
451
- }
452
-
453
- #{if(&, '&', '*')} .e-content table {
454
- @if ($skin-name != 'FluentUI') {
455
- padding: $range-calendar-bigger-table-padding;
456
- }
457
- }
458
- #{if(&, '&', '*')} .e-header {
459
- @if ($skin-name == 'FluentUI') {
460
- padding: 8px 16px;
461
- }
462
-
463
- #{if(&, '&', '*')} .e-next,
464
- #{if(&, '&', '*')} .e-prev {
465
- height: $range-bigger-nav-icon-height;
466
- width: $range-bigger-nav-icon-width;
467
-
468
- #{if(&, '&', '*')} span {
469
- padding: $range-icon-bigger-padding;
470
- }
471
- }
472
-
473
- #{if(&, '&', '*')} .e-title {
474
- cursor: $range-cursor-pointer-style;
475
- line-height: $range-bigger-nav-icon-height;
476
- }
477
- #{if(&, '&', '*')}.e-month,
478
- #{if(&, '&', '*')}.e-year,
479
- #{if(&, '&', '*')}.e-decade {
480
- @if ($skin-name != 'FluentUI') {
481
- padding: $range-e-bigger-header-padding;
482
- }
483
- }
484
- }
485
- }
486
- #{if(&, '&', '*')} .e-footer {
487
- height: $range-bigger-footer-height;
488
-
489
- #{if(&, '&', '*')} .e-btn {
490
- height: $range-btn-bigger-height;
491
- line-height: $range-btn-bigger-line-height;
492
- overflow: $range-visibility-hidden;
493
- }
494
- #{if(&, '&', '*')} .e-btn.e-apply {
495
- margin: $range-bigger-footer-margin;
496
- }
497
- }
498
- #{if(&, '&', '*')}.e-rtl.e-popup {
499
- #{if(&, '&', '*')} .e-range-header .e-start-end {
500
- #{if(&, '&', '*')} .e-end-btn {
501
- border: $range-btn-border-value;
502
- border-radius: $range-btn-left-radius;
503
- border-right: $range-value-zero;
504
- }
505
- #{if(&, '&', '*')} .e-start-btn {
506
- border-radius: $range-btn-right-radius;
507
- }
508
- }
509
- #{if(&, '&', '*')} .e-footer {
510
- #{if(&, '&', '*')}.e-btn.e-cancel {
511
- margin: $range-bigger-rtl-footer-margin;
512
- }
513
- #{if(&, '&', '*')} .e-btn.e-apply {
514
- margin-left: $range-value-zero;
515
- }
516
- }
517
- }
518
- #{if(&, '&', '*')}.e-device {
519
- #{if(&, '&', '*')}.e-popup {
520
- max-width: $range-device-max-width;
521
-
522
- #{if(&, '&', '*')} .e-range-header {
523
- margin: $range-device-control-header-margin;
524
- padding: $range-device-control-header-padding;
525
-
526
- #{if(&, '&', '*')} .e-day-span {
527
- @if $skin-name == 'tailwind' {
528
- height: $range-device-indicator-height;
529
- line-height: $range-device-indicator-height;
530
- }
531
- margin: $range-device-indicator-margin;
532
-
533
- @if $skin-name == 'fluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap4' {
534
- margin-bottom: 0;
535
- }
536
- }
537
- }
538
- }
539
- }
540
- }
541
-
542
- .e-small #{&}.e-daterangepicker,
543
- #{if(&, '&', '*')}.e-small#{&}.e-daterangepicker {
544
- #{if(&, '&', '*')}.e-popup {
545
- #{if(&, '&', '*')} .e-range-header {
546
- @if $skin-name != 'tailwind' {
547
- margin: $range-control-small-header-margin;
548
- }
549
-
550
- @if $skin-name == 'tailwind' {
551
- padding: $range-control-bigger-header-margin;
552
- }
553
-
554
- #{if(&, '&', '*')} .e-start-label,
555
- #{if(&, '&', '*')} .e-end-label {
556
- font-size: $range-small-header-label-size;
557
- }
558
-
559
- #{if(&, '&', '*')} .e-change-icon {
560
- font-size: $range-small-font-size;
561
- }
562
-
563
- #{if(&, '&', '*')} .e-start-end {
564
- height: $range-start-end-container-small-height;
565
- }
566
-
567
- #{if(&, '&', '*')} .e-day-span {
568
- font-size: $range-calendar-mouse-small-font-size;
569
- margin: $range-indicator-small-margin;
570
- }
571
-
572
- #{if(&, '&', '*')} .e-separator {
573
- @if ($skin-name != 'FluentUI') {
574
- margin: $range-separator-small-margin;
575
- }
576
- }
577
- }
578
-
579
- #{if(&, '&', '*')} .e-footer .e-btn.e-apply {
580
- margin: $range-small-footer-margin;
581
- }
582
-
583
- #{if(&, '&', '*')}.e-preset-wrapper .e-presets .e-list-parent.e-ul {
584
- #{if(&, '&', '*')} .e-list-item {
585
- font-size: $range-presets-small-list-font-size;
586
- height: $range-preset-small-list-height;
587
- line-height: $range-preset-small-list-height;
588
- }
589
- }
590
- }
591
- }
592
- .e-daterangepicker .e-calendar .e-month .e-selected span.e-day,
593
- .e-daterangepicker.e-bigger.e-small .e-calendar .e-month .e-selected span.e-day {
594
- @if $skin-name == 'FluentUI' {
595
- height: 25px;
596
- width: 25px;
597
- line-height: 25px;
598
- }
599
- }
600
- .e-daterangepicker.e-bigger .e-calendar .e-month .e-selected span.e-day {
601
- @if $skin-name == 'FluentUI' {
602
- height: 29px;
603
- width: 29px;
604
- line-height: 29px;
605
- }
606
- }
607
- .e-daterangepicker.e-small .e-calendar .e-month .e-selected span.e-day {
608
- @if $skin-name == 'FluentUI' {
609
- height: 21px;
610
- width: 21px;
611
- line-height: 21px;
612
- }
613
- }
614
- }
615
-
616
- /* stylelint-disable */
617
- .e-range-overflow {
618
- overflow: hidden;
619
- }
620
-
621
- .e-daterangepick-mob-popup-wrap {
622
- align-items: center;
623
- display: flex;
624
- flex-direction: column;
625
- height: 100%;
626
- justify-content: center;
627
- left: 0;
628
- max-height: 100%;
629
- position: fixed;
630
- top: 0;
631
- width: 100%;
632
- z-index: 1002;
633
-
634
- .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open {
635
- position: relative;
636
- top:0 !important;
637
- left: 0 !important;
638
- }
639
-
640
- .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
641
- min-height:100%;
642
- min-width: 100%;
643
- height:100%;
644
- width:100%;
645
- }
646
- }
647
-
648
- .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
649
- background-size: 250px 33px;
650
- min-height: 33px;
651
- }
652
-
653
- .e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker,
654
- .e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
655
- background-size: 250px 40px;
656
- min-height: 40px;
657
- }
658
-
659
- .e-daterangepick-mob-popup-wrap {
660
-
661
- #{if( &, '&', '*')} .e-daterangepicker.e-popup.e-popup-expand {
662
-
663
- #{if(&, '&', '*')} .e-date-range-container {
664
- min-height: $modal-range-portrait-calendar-min-height;
665
- min-width: $modal-range-portrait-calendar-min-width;
666
- height: $modal-range-portrait-calendar-height;
667
- width: $modal-range-portrait-calendar-width;
668
-
669
- #{if(&, '&', '*')} .e-range-header {
670
- height: $modal-range-portrait-header-height;
671
- padding: $modal-range-portrait-header-padding;
672
- margin: 0;
673
- color: $range-calendar-header-dark-color;
674
-
675
- #{if(&, '&', '*')} .e-model-header-wrapper {
676
- @media (max-device-width: 768px) {
677
- font-size: $range-header-font-size;
678
- }
679
-
680
- @media (min-device-width: 768px) {
681
- font-size: $modal-range-tablet-font-size;
682
- }
683
-
684
- #{if(&, '&', '*')} .e-apply {
685
- float: $modal-range-portrait-icon-float;
686
- }
687
- }
688
-
689
- #{if(&, '&', '*')} .e-start-end {
690
- margin: $modal-range-start-end-margin;
691
- }
692
- }
693
- #{if(&, '&', '*')} .e-calendar {
694
- @media (max-height: 600px) {
695
- min-height: $modal-range-portrait-calendar-height;
696
- height: $modal-range-portrait-calendar-height;
697
- }
698
- @media (min-height: 600px) {
699
- min-height: $modal-range-landscape-calendar-height;
700
- height: $modal-range-landscape-calendar-height;
701
- }
702
- min-width: $modal-range-portrait-calendar-min-width;
703
- width: $modal-range-portrait-calendar-width;
704
- padding: $modal-range-calendar-padding;
705
- overflow: $modal-range-calendar-overflow;
706
-
707
- #{if(&, '&', '*')} .e-header.e-month,
708
- #{if(&, '&', '*')} .e-header.e-year,
709
- #{if(&, '&', '*')} .e-header.e-decade {
710
- height: $modal-range-portrait-header-month-height;
711
- border-style: $modal-range-calendar-header-border-style;
712
- border-width: $modal-range-calendar-header-border-width;
713
- border-color: $range-separator-color;
714
- padding: $modal-range-portrait-month-header-padding;
715
- line-height: $modal-range-month-header-line-height;
716
-
717
- #{if(&, '&', '*')} .e-prev {
718
- height: $modal-range-prev-next-icon-size;
719
- width: $modal-range-prev-next-icon-size;
720
- @if ($skin-name == 'Material3') {
721
- margin-right: 60vw;
722
- vertical-align: inherit;
723
- font-size: $modal-range-tablet-font-size
724
- }
725
- @media screen and (orientation: landscape) {
726
- @if ($skin-name == 'Material3') {
727
- margin-right: 78vw;
728
- vertical-align: inherit;
729
- }
730
- }
731
-
732
- #{if(&, '&', '*')} span {
733
- @media (min-device-width: 768px) {
734
- font-size: 18px;
735
- padding: 11px;
736
- }
737
- }
738
- }
739
- #{if(&, '&', '*')} .e-next {
740
- height: $modal-range-prev-next-icon-size;
741
- width: $modal-range-prev-next-icon-size;
742
- @if ($skin-name == 'Material3') {
743
- margin-right: 42px;
744
- }
745
-
746
- #{if(&, '&', '*')} span {
747
- padding: $modal-range-prev-next-icon-padding;
748
- line-height: $modal-range-prev-next-icon-line-height;
749
- @media (min-device-width: 768px) {
750
- font-size: $modal-range-tablet-font-size;
751
- }
752
- }
753
- }
754
-
755
- #{if(&, '&', '*')} .e-title {
756
- @media (max-height: 600px) {
757
- @if ($skin-name == 'Material3') {
758
- margin-left: $modal-header-month-name-left-width;
759
- position: absolute;
760
- text-align: center;
761
- vertical-align: middle;
762
- width: $modal-header-month-name-width;
763
- line-height: $modal-month-name-line-height;
764
- }
765
- line-height: $modal-range-month-landscape-title-line-height;
766
- }
767
-
768
- @media (min-height: 600px) {
769
- @if ($skin-name == 'Material3') {
770
- margin-left: $modal-header-month-name-left-width;
771
- position: absolute;
772
- text-align: center;
773
- vertical-align: middle;
774
- width: $modal-header-month-name-width;
775
- line-height: $modal-month-name-line-height;
776
- }
777
- line-height: $modal-range-month-header-title-line-height;
778
- }
779
-
780
- @media (min-device-width: 768px) {
781
- font-size: $modal-range-tablet-font-size;
782
- }
783
- }
784
- }
785
-
786
- #{if(&, '&', '*')} th {
787
- @media (min-device-width: 768px) {
788
- font-size: $modal-range-tablet-font-size;
789
- height: $modal-range-calendar-th-size;
790
- }
791
- }
792
-
793
- #{if(&, '&', '*')} .e-content span.e-day {
794
- @media (min-device-width: 768px) {
795
- font-size: $modal-range-tablet-font-size;
796
- height: $modal-range-tablet-content-size;
797
- width: $modal-range-tablet-content-size;
798
- line-height: $modal-range-tablet-content-size;
799
- }
800
- }
801
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover,
802
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
803
- border-radius: $modal-range-range-hover-radius;
804
- }
805
- }
806
- }
807
-
808
- #{if( &, '&', '*')} .e-calendar-holder {
809
- height: 100%;
810
-
811
- #{if( &, '&', '*')} .e-calendar-container {
812
- @media (max-height: 600px) {
813
- min-height: 78vh;
814
- height: 78vh;
815
- }
816
-
817
- #{if( &, '&', '*')} .e-calendar {
818
- @media (max-height: 600px) {
819
- min-height: 78vh;
820
- height: 78vh;
821
- }
822
- }
823
- }
824
- }
825
-
826
- #{if(&, '&', '*')} .e-calendar-container {
827
- @media (max-height: 600px) {
828
- min-height: $modal-range-portrait-calendar-height;
829
- height: $modal-range-portrait-calendar-height;
830
- }
831
- @media (min-height: 600px) {
832
- min-height: $modal-range-landscape-calendar-height;
833
- height: $modal-range-landscape-calendar-height;
834
- }
835
- }
836
-
837
-
838
- #{if(&, '&', '*')} .e-separator {
839
- margin: 0;
840
- }
841
-
842
- #{if( &, '&', '*')} .e-content.e-month {
843
- height: $modal-range-portrait-calendar-content-height;
844
-
845
- table {
846
- padding: $modal-range-table-padding;
847
- height: $modal-range-portrait-calendar-tabel-height;
848
- border-spacing: $modal-range-calendar-overflow;
849
- }
850
- }
851
- #{if( &, '&', '*')} .e-footer{
852
- display: $modal-range-footer-display;
853
- }
854
-
855
- #{if(&, '&', '*')} .e-presets {
856
- max-height: $modal-range-presets-portrait-height;
857
- height: $modal-range-presets-portrait-height;
858
- #{if(&, '&', '*')} ul {
859
- height: $modal-range-portrait-calendar-height;
860
-
861
- #{if(&, '&', '*')} li.e-list-item {
862
- font-size: $range-header-font-size;
863
-
864
- @media (min-device-width: 768px) {
865
- font-size: 18px;
866
- }
867
- }
868
- }
869
- }
870
-
871
- #{if(&, '&', '*')} .e-range-mob-popup-wrap {
872
- position: relative;
873
- height:100%;
874
-
875
- #{if(&, '&', '*')} .e-model-header {
876
- height: $modal-range-presets-header-height;
877
- padding: $modal-range-header-padding;
878
- display: $modal-range-header-display-style;
879
- align-items: $modal-range-header-content-align;
880
- font-size: $modal-range-header-portrait-font-size;
881
- border-bottom: none;
882
- @media (min-device-width: 768px) {
883
- font-size: $modal-range-header-landscape-font-size;
884
- }
885
-
886
- #{if(&, '&', '*')} .e-popup-close {
887
- float: $modal-close-icon-float;
888
- padding: $modal-portrait-content-padding;
889
- }
890
-
891
- #{if(&, '&', '*')} .e-model-title {
892
- padding: $modal-portrait-content-padding;
893
- text-transform: $modal-range-header-title-transform;
894
- }
895
- }
896
- }
897
- }
898
- }
899
-
900
-
901
- @media screen and (orientation: landscape) {
902
-
903
- .e-daterangepick-mob-popup-wrap {
904
-
905
- #{if( &, '&', '*')} .e-daterangepicker.e-popup.e-popup-expand {
906
-
907
- #{if( &, '&', '*')} .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
908
- padding: 0;
909
- @media (min-device-width: 768px) {
910
- font-size: $modal-range-header-landscape-font-size;
911
- }
912
- }
913
-
914
- #{if( &, '&', '*')} .e-calendar-holder {
915
-
916
- #{if(&, '&', '*')} .e-calendar-container {
917
- @media (min-height: 600px) {
918
- min-height: 70vh;
919
- height: 70vh;
920
- }
921
-
922
- @media (max-height: 600px) {
923
- min-height: 65%;
924
- height: 65%;
925
- }
926
-
927
- #{if(&, '&', '*')} .e-calendar {
928
- @media (min-height: 600px) {
929
- min-height: 70vh;
930
- height: 70vh;
931
- }
932
- }
933
-
934
- #{if(&, '&', '*')} .e-content.e-month,
935
- #{if(&, '&', '*')} .e-content.e-year,
936
- #{if(&, '&', '*')} .e-content.e-decade {
937
- @media (max-height: 600px) {
938
- height: 50vh;
939
- }
940
- }
941
- }
942
- }
943
-
944
- #{if(&, '&', '*')} .e-presets {
945
- max-height: $modal-range-presets-landscape-height;
946
- height: $modal-range-presets-landscape-height;
947
- }
948
-
949
- #{if(&, '&', '*')} .e-range-mob-popup-wrap {
950
-
951
- #{if(&, '&', '*')} .e-model-header {
952
- height: $modal-range-header-landscape-height;
953
- font-size: $modal-range-header-landscape-font-size;
954
-
955
- #{if(&, '&', '*')} .e-popup-close {
956
- padding: $modal-landscape-padding;
957
- }
958
-
959
- #{if(&, '&', '*')} .e-model-title {
960
- padding: $modal-landscape-padding;
961
- }
962
- }
963
- }
964
-
965
- #{if( &, '&', '*')} .e-date-range-container .e-range-header {
966
- @media (max-height: 600px) {
967
- height: $modal-range-landscape-header-height;
968
- }
969
-
970
- @media (min-height: 600px) {
971
- height: $modal-range-landscape-header-big-height;
972
- }
973
- width: $modal-range-portrait-calendar-width;
974
-
975
- #{if(&, '&', '*')} .e-start-end {
976
- margin: $modal-range-calendar-padding;
977
- height: $modal-range-start-end-size;
978
-
979
- @media (min-height: 600px) {
980
- margin: $modal-range-start-end-tablet-margin;
981
- }
982
- }
983
-
984
- #{if(&, '&', '*')} .e-day-span {
985
- margin: 8px 0;
986
- font-size: 16px;
987
- }
988
-
989
- }
990
-
991
- #{if(&, '&', '*')} .e-calendar-container {
992
- @media (min-height: 600px) {
993
- min-height: $modal-range-landscape-container-height;
994
- height: $modal-range-landscape-container-height;
995
- }
996
- }
997
-
998
- #{if(&, '&', '*')} .e-content.e-month,
999
- #{if(&, '&', '*')} .e-content.e-year,
1000
- #{if(&, '&', '*')} .e-content.e-decade {
1001
- @media (max-height: 600px) {
1002
- height: $modal-range-header-height;
1003
- }
1004
-
1005
- @media (min-height: 600px) {
1006
- height: $modal-range-tablet-header-height;
1007
- }
1008
- overflow-y: $modal-range-landscape-conetent-overflow;
1009
-
1010
- table {
1011
-
1012
- @media (min-height: 600px) {
1013
- height: $modal-range-tablet-header-height;
1014
- }
1015
- display: $modal-range-table-display;
1016
- border-spacing: $modal-range-calendar-overflow;
1017
- }
1018
- }
1019
- }
1020
- }
1021
- }
1022
-
1023
- .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 {
1024
- width: calc(100% - 80px);
1025
- }
1026
-
1027
- .e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
1028
- width: calc(100% - 110px);
1029
- }
1030
-
1031
- /* stylelint-enable */