@syncfusion/ej2-angular-calendars 22.2.11 → 22.2.12-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 (346) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +961 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1418 -0
  6. package/dist/ej2-angular-calendars.umd.js +1073 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/package.json +14 -28
  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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  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 +0 -3
  32. package/src/timepicker/timepicker.module.d.ts +0 -6
  33. package/styles/calendar/bootstrap-dark.scss +1 -5
  34. package/styles/calendar/bootstrap.scss +1 -5
  35. package/styles/calendar/bootstrap4.scss +1 -5
  36. package/styles/calendar/bootstrap5-dark.scss +1 -5
  37. package/styles/calendar/bootstrap5.scss +1 -5
  38. package/styles/calendar/fabric-dark.scss +1 -5
  39. package/styles/calendar/fabric.scss +1 -5
  40. package/styles/calendar/fluent-dark.scss +1 -5
  41. package/styles/calendar/fluent.scss +1 -5
  42. package/styles/calendar/highcontrast-light.scss +1 -5
  43. package/styles/calendar/highcontrast.scss +1 -5
  44. package/styles/calendar/material-dark.css +1 -1
  45. package/styles/calendar/material-dark.scss +1 -5
  46. package/styles/calendar/material.scss +1 -5
  47. package/styles/calendar/material3-dark.scss +1 -5
  48. package/styles/calendar/material3.scss +1 -5
  49. package/styles/calendar/tailwind-dark.scss +1 -5
  50. package/styles/calendar/tailwind.scss +1 -5
  51. package/styles/datepicker/bootstrap-dark.scss +1 -7
  52. package/styles/datepicker/bootstrap.scss +1 -7
  53. package/styles/datepicker/bootstrap4.scss +1 -7
  54. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  55. package/styles/datepicker/bootstrap5.scss +1 -7
  56. package/styles/datepicker/fabric-dark.scss +1 -7
  57. package/styles/datepicker/fabric.scss +1 -7
  58. package/styles/datepicker/fluent-dark.scss +1 -7
  59. package/styles/datepicker/fluent.scss +1 -7
  60. package/styles/datepicker/highcontrast-light.scss +1 -7
  61. package/styles/datepicker/highcontrast.scss +1 -7
  62. package/styles/datepicker/material-dark.css +1 -1
  63. package/styles/datepicker/material-dark.scss +1 -7
  64. package/styles/datepicker/material.scss +1 -7
  65. package/styles/datepicker/material3-dark.scss +1 -7
  66. package/styles/datepicker/material3.scss +1 -7
  67. package/styles/datepicker/tailwind-dark.scss +1 -7
  68. package/styles/datepicker/tailwind.scss +1 -7
  69. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  70. package/styles/daterangepicker/bootstrap.scss +1 -7
  71. package/styles/daterangepicker/bootstrap4.scss +1 -7
  72. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  73. package/styles/daterangepicker/bootstrap5.scss +1 -7
  74. package/styles/daterangepicker/fabric-dark.scss +1 -7
  75. package/styles/daterangepicker/fabric.scss +1 -7
  76. package/styles/daterangepicker/fluent-dark.scss +1 -7
  77. package/styles/daterangepicker/fluent.scss +1 -7
  78. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  79. package/styles/daterangepicker/highcontrast.scss +1 -7
  80. package/styles/daterangepicker/material-dark.css +1 -1
  81. package/styles/daterangepicker/material-dark.scss +1 -7
  82. package/styles/daterangepicker/material.scss +1 -7
  83. package/styles/daterangepicker/material3-dark.scss +1 -7
  84. package/styles/daterangepicker/material3.scss +1 -7
  85. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  86. package/styles/daterangepicker/tailwind.scss +1 -7
  87. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  88. package/styles/datetimepicker/bootstrap.scss +1 -8
  89. package/styles/datetimepicker/bootstrap4.scss +1 -8
  90. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  91. package/styles/datetimepicker/bootstrap5.scss +1 -8
  92. package/styles/datetimepicker/fabric-dark.scss +1 -8
  93. package/styles/datetimepicker/fabric.scss +1 -8
  94. package/styles/datetimepicker/fluent-dark.scss +1 -8
  95. package/styles/datetimepicker/fluent.scss +1 -8
  96. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  97. package/styles/datetimepicker/highcontrast.scss +1 -8
  98. package/styles/datetimepicker/material-dark.css +1 -1
  99. package/styles/datetimepicker/material-dark.scss +1 -8
  100. package/styles/datetimepicker/material.scss +1 -8
  101. package/styles/datetimepicker/material3-dark.scss +1 -8
  102. package/styles/datetimepicker/material3.scss +1 -8
  103. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  104. package/styles/datetimepicker/tailwind.scss +1 -8
  105. package/styles/material-dark.css +1 -1
  106. package/styles/material3-dark.css +224 -0
  107. package/styles/material3-dark.scss +0 -1
  108. package/styles/material3.css +444 -0
  109. package/styles/material3.scss +0 -1
  110. package/styles/timepicker/bootstrap-dark.scss +1 -6
  111. package/styles/timepicker/bootstrap.scss +1 -6
  112. package/styles/timepicker/bootstrap4.scss +1 -6
  113. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  114. package/styles/timepicker/bootstrap5.scss +1 -6
  115. package/styles/timepicker/fabric-dark.scss +1 -6
  116. package/styles/timepicker/fabric.scss +1 -6
  117. package/styles/timepicker/fluent-dark.scss +1 -6
  118. package/styles/timepicker/fluent.scss +1 -6
  119. package/styles/timepicker/highcontrast-light.scss +1 -6
  120. package/styles/timepicker/highcontrast.scss +1 -6
  121. package/styles/timepicker/material-dark.css +1 -1
  122. package/styles/timepicker/material-dark.scss +1 -6
  123. package/styles/timepicker/material.scss +1 -6
  124. package/styles/timepicker/material3-dark.scss +1 -6
  125. package/styles/timepicker/material3.scss +1 -6
  126. package/styles/timepicker/tailwind-dark.scss +1 -6
  127. package/styles/timepicker/tailwind.scss +1 -6
  128. package/esm2020/public_api.mjs +0 -3
  129. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  130. package/esm2020/src/calendar/calendar.component.mjs +0 -90
  131. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  132. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  133. package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
  134. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  135. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  136. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
  137. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  138. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  139. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  140. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
  141. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  142. package/esm2020/src/index.mjs +0 -18
  143. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  144. package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
  145. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  146. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  147. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
  148. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  149. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
  150. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  151. package/styles/calendar/_all.scss +0 -2
  152. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  153. package/styles/calendar/_bootstrap-definition.scss +0 -228
  154. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  155. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  156. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  157. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  158. package/styles/calendar/_fabric-definition.scss +0 -190
  159. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  160. package/styles/calendar/_fluent-definition.scss +0 -252
  161. package/styles/calendar/_fusionnew-definition.scss +0 -250
  162. package/styles/calendar/_highcontrast-definition.scss +0 -189
  163. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  164. package/styles/calendar/_layout.scss +0 -786
  165. package/styles/calendar/_material-dark-definition.scss +0 -194
  166. package/styles/calendar/_material-definition.scss +0 -189
  167. package/styles/calendar/_material3-dark-definition.scss +0 -1
  168. package/styles/calendar/_material3-definition.scss +0 -195
  169. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  170. package/styles/calendar/_tailwind-definition.scss +0 -262
  171. package/styles/calendar/_theme.scss +0 -534
  172. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  173. package/styles/calendar/icons/_bootstrap.scss +0 -13
  174. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  175. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  176. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  177. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  178. package/styles/calendar/icons/_fabric.scss +0 -13
  179. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  180. package/styles/calendar/icons/_fluent.scss +0 -13
  181. package/styles/calendar/icons/_fusionnew.scss +0 -13
  182. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  183. package/styles/calendar/icons/_highcontrast.scss +0 -13
  184. package/styles/calendar/icons/_material-dark.scss +0 -13
  185. package/styles/calendar/icons/_material.scss +0 -13
  186. package/styles/calendar/icons/_material3-dark.scss +0 -1
  187. package/styles/calendar/icons/_material3.scss +0 -13
  188. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  189. package/styles/calendar/icons/_tailwind.scss +0 -13
  190. package/styles/datepicker/_all.scss +0 -2
  191. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -97
  192. package/styles/datepicker/_bootstrap-definition.scss +0 -96
  193. package/styles/datepicker/_bootstrap4-definition.scss +0 -101
  194. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  195. package/styles/datepicker/_bootstrap5-definition.scss +0 -107
  196. package/styles/datepicker/_fabric-dark-definition.scss +0 -98
  197. package/styles/datepicker/_fabric-definition.scss +0 -95
  198. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  199. package/styles/datepicker/_fluent-definition.scss +0 -107
  200. package/styles/datepicker/_fusionnew-definition.scss +0 -107
  201. package/styles/datepicker/_highcontrast-definition.scss +0 -96
  202. package/styles/datepicker/_highcontrast-light-definition.scss +0 -99
  203. package/styles/datepicker/_layout.scss +0 -409
  204. package/styles/datepicker/_material-dark-definition.scss +0 -103
  205. package/styles/datepicker/_material-definition.scss +0 -100
  206. package/styles/datepicker/_material3-dark-definition.scss +0 -1
  207. package/styles/datepicker/_material3-definition.scss +0 -116
  208. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  209. package/styles/datepicker/_tailwind-definition.scss +0 -105
  210. package/styles/datepicker/_theme.scss +0 -53
  211. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -73
  212. package/styles/datepicker/icons/_bootstrap.scss +0 -72
  213. package/styles/datepicker/icons/_bootstrap4.scss +0 -76
  214. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  215. package/styles/datepicker/icons/_bootstrap5.scss +0 -76
  216. package/styles/datepicker/icons/_fabric-dark.scss +0 -65
  217. package/styles/datepicker/icons/_fabric.scss +0 -65
  218. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  219. package/styles/datepicker/icons/_fluent.scss +0 -76
  220. package/styles/datepicker/icons/_fusionnew.scss +0 -76
  221. package/styles/datepicker/icons/_highcontrast-light.scss +0 -72
  222. package/styles/datepicker/icons/_highcontrast.scss +0 -72
  223. package/styles/datepicker/icons/_material-dark.scss +0 -99
  224. package/styles/datepicker/icons/_material.scss +0 -99
  225. package/styles/datepicker/icons/_material3-dark.scss +0 -1
  226. package/styles/datepicker/icons/_material3.scss +0 -79
  227. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  228. package/styles/datepicker/icons/_tailwind.scss +0 -76
  229. package/styles/daterangepicker/_all.scss +0 -2
  230. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -258
  231. package/styles/daterangepicker/_bootstrap-definition.scss +0 -258
  232. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -268
  233. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  234. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -296
  235. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -261
  236. package/styles/daterangepicker/_fabric-definition.scss +0 -258
  237. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  238. package/styles/daterangepicker/_fluent-definition.scss +0 -305
  239. package/styles/daterangepicker/_fusionnew-definition.scss +0 -295
  240. package/styles/daterangepicker/_highcontrast-definition.scss +0 -258
  241. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -261
  242. package/styles/daterangepicker/_layout.scss +0 -1002
  243. package/styles/daterangepicker/_material-dark-definition.scss +0 -266
  244. package/styles/daterangepicker/_material-definition.scss +0 -266
  245. package/styles/daterangepicker/_material3-dark-definition.scss +0 -1
  246. package/styles/daterangepicker/_material3-definition.scss +0 -278
  247. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  248. package/styles/daterangepicker/_tailwind-definition.scss +0 -287
  249. package/styles/daterangepicker/_theme.scss +0 -455
  250. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -85
  251. package/styles/daterangepicker/icons/_bootstrap.scss +0 -85
  252. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -94
  253. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  254. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -92
  255. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -85
  256. package/styles/daterangepicker/icons/_fabric.scss +0 -85
  257. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  258. package/styles/daterangepicker/icons/_fluent.scss +0 -92
  259. package/styles/daterangepicker/icons/_fusionnew.scss +0 -92
  260. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -85
  261. package/styles/daterangepicker/icons/_highcontrast.scss +0 -85
  262. package/styles/daterangepicker/icons/_material-dark.scss +0 -119
  263. package/styles/daterangepicker/icons/_material.scss +0 -119
  264. package/styles/daterangepicker/icons/_material3-dark.scss +0 -1
  265. package/styles/daterangepicker/icons/_material3.scss +0 -129
  266. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  267. package/styles/daterangepicker/icons/_tailwind.scss +0 -92
  268. package/styles/datetimepicker/_all.scss +0 -2
  269. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -60
  270. package/styles/datetimepicker/_bootstrap-definition.scss +0 -59
  271. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -65
  272. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  273. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -65
  274. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -60
  275. package/styles/datetimepicker/_fabric-definition.scss +0 -57
  276. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  277. package/styles/datetimepicker/_fluent-definition.scss +0 -65
  278. package/styles/datetimepicker/_fusionnew-definition.scss +0 -65
  279. package/styles/datetimepicker/_highcontrast-definition.scss +0 -57
  280. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -60
  281. package/styles/datetimepicker/_layout.scss +0 -238
  282. package/styles/datetimepicker/_material-dark-definition.scss +0 -64
  283. package/styles/datetimepicker/_material-definition.scss +0 -62
  284. package/styles/datetimepicker/_material3-dark-definition.scss +0 -1
  285. package/styles/datetimepicker/_material3-definition.scss +0 -71
  286. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  287. package/styles/datetimepicker/_tailwind-definition.scss +0 -65
  288. package/styles/datetimepicker/_theme.scss +0 -70
  289. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  290. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  291. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  292. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  293. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  294. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  295. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  296. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  297. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  298. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  299. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  300. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  301. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  302. package/styles/datetimepicker/icons/_material.scss +0 -62
  303. package/styles/datetimepicker/icons/_material3-dark.scss +0 -1
  304. package/styles/datetimepicker/icons/_material3.scss +0 -11
  305. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  306. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  307. package/styles/timepicker/_all.scss +0 -2
  308. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -80
  309. package/styles/timepicker/_bootstrap-definition.scss +0 -77
  310. package/styles/timepicker/_bootstrap4-definition.scss +0 -85
  311. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  312. package/styles/timepicker/_bootstrap5-definition.scss +0 -86
  313. package/styles/timepicker/_fabric-dark-definition.scss +0 -80
  314. package/styles/timepicker/_fabric-definition.scss +0 -77
  315. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  316. package/styles/timepicker/_fluent-definition.scss +0 -86
  317. package/styles/timepicker/_fusionnew-definition.scss +0 -86
  318. package/styles/timepicker/_highcontrast-definition.scss +0 -77
  319. package/styles/timepicker/_highcontrast-light-definition.scss +0 -80
  320. package/styles/timepicker/_layout.scss +0 -287
  321. package/styles/timepicker/_material-dark-definition.scss +0 -84
  322. package/styles/timepicker/_material-definition.scss +0 -81
  323. package/styles/timepicker/_material3-dark-definition.scss +0 -1
  324. package/styles/timepicker/_material3-definition.scss +0 -99
  325. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  326. package/styles/timepicker/_tailwind-definition.scss +0 -84
  327. package/styles/timepicker/_theme.scss +0 -113
  328. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -23
  329. package/styles/timepicker/icons/_bootstrap.scss +0 -24
  330. package/styles/timepicker/icons/_bootstrap4.scss +0 -24
  331. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  332. package/styles/timepicker/icons/_bootstrap5.scss +0 -24
  333. package/styles/timepicker/icons/_fabric-dark.scss +0 -24
  334. package/styles/timepicker/icons/_fabric.scss +0 -24
  335. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  336. package/styles/timepicker/icons/_fluent.scss +0 -24
  337. package/styles/timepicker/icons/_fusionnew.scss +0 -24
  338. package/styles/timepicker/icons/_highcontrast-light.scss +0 -24
  339. package/styles/timepicker/icons/_highcontrast.scss +0 -24
  340. package/styles/timepicker/icons/_material-dark.scss +0 -52
  341. package/styles/timepicker/icons/_material.scss +0 -54
  342. package/styles/timepicker/icons/_material3-dark.scss +0 -1
  343. package/styles/timepicker/icons/_material3.scss +0 -24
  344. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  345. package/styles/timepicker/icons/_tailwind.scss +0 -24
  346. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,1002 +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
- #{if(&, '&', '*')} .e-next {
719
- height: $modal-range-prev-next-icon-size;
720
- width: $modal-range-prev-next-icon-size;
721
-
722
- #{if(&, '&', '*')} span{
723
- padding: $modal-range-prev-next-icon-padding;
724
- line-height: $modal-range-prev-next-icon-line-height;
725
- @media (min-device-width: 768px) {
726
- font-size: $modal-range-tablet-font-size;
727
- }
728
- }
729
- }
730
-
731
- #{if(&, '&', '*')} .e-title {
732
- @media (max-height: 600px) {
733
- line-height: $modal-range-month-landscape-title-line-height;
734
- }
735
-
736
- @media (min-height: 600px) {
737
- line-height: $modal-range-month-header-title-line-height;
738
- }
739
-
740
- @media (min-device-width: 768px) {
741
- font-size: $modal-range-tablet-font-size;
742
- }
743
- }
744
- }
745
-
746
- #{if(&, '&', '*')} th {
747
- @media (min-device-width: 768px) {
748
- font-size: $modal-range-tablet-font-size;
749
- height: $modal-range-calendar-th-size;
750
- }
751
- }
752
-
753
- #{if(&, '&', '*')} .e-content span.e-day {
754
- @media (min-device-width: 768px) {
755
- font-size: $modal-range-tablet-font-size;
756
- height: $modal-range-tablet-content-size;
757
- width: $modal-range-tablet-content-size;
758
- line-height: $modal-range-tablet-content-size;
759
- }
760
- }
761
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover,
762
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
763
- border-radius: $modal-range-range-hover-radius;
764
- }
765
- }
766
- }
767
-
768
- #{if( &, '&', '*')} .e-calendar-holder {
769
- height: 100%;
770
-
771
- #{if( &, '&', '*')} .e-calendar-container {
772
- @media (max-height: 600px) {
773
- min-height: 78vh;
774
- height: 78vh;
775
- }
776
-
777
- #{if( &, '&', '*')} .e-calendar {
778
- @media (max-height: 600px) {
779
- min-height: 78vh;
780
- height: 78vh;
781
- }
782
- }
783
- }
784
- #{if( &, '&', '*')} .e-footer {
785
- display: block;
786
-
787
- #{if( &, '&', '*')} .e-btn.e-apply,
788
- #{if( &, '&', '*')} .e-btn.e-cancel {
789
- float: right;
790
- }
791
- }
792
- }
793
-
794
- #{if(&, '&', '*')} .e-calendar-container {
795
- @media (max-height: 600px) {
796
- min-height: $modal-range-portrait-calendar-height;
797
- height: $modal-range-portrait-calendar-height;
798
- }
799
- @media (min-height: 600px) {
800
- min-height: $modal-range-landscape-calendar-height;
801
- height: $modal-range-landscape-calendar-height;
802
- }
803
- }
804
-
805
-
806
- #{if(&, '&', '*')} .e-separator {
807
- margin: 0;
808
- }
809
-
810
- #{if( &, '&', '*')} .e-content.e-month {
811
- height: $modal-range-portrait-calendar-content-height;
812
-
813
- table {
814
- padding: $modal-range-table-padding;
815
- height: $modal-range-portrait-calendar-tabel-height;
816
- border-spacing: $modal-range-calendar-overflow;
817
- }
818
- }
819
- #{if( &, '&', '*')} .e-footer{
820
- display: $modal-range-footer-display;
821
- }
822
-
823
- #{if(&, '&', '*')} .e-presets {
824
- max-height: $modal-range-presets-portrait-height;
825
- height: $modal-range-presets-portrait-height;
826
- #{if(&, '&', '*')} ul {
827
- height: $modal-range-portrait-calendar-height;
828
-
829
- #{if(&, '&', '*')} li.e-list-item {
830
- font-size: $range-header-font-size;
831
-
832
- @media (min-device-width: 768px) {
833
- font-size: 18px;
834
- }
835
- }
836
- }
837
- }
838
-
839
- #{if(&, '&', '*')} .e-range-mob-popup-wrap {
840
- position: relative;
841
- height:100%;
842
-
843
- #{if(&, '&', '*')} .e-model-header {
844
- height: $modal-range-presets-header-height;
845
- padding: $modal-range-header-padding;
846
- display: $modal-range-header-display-style;
847
- align-items: $modal-range-header-content-align;
848
- font-size: $modal-range-header-portrait-font-size;
849
- border-bottom: none;
850
- @media (min-device-width: 768px) {
851
- font-size: $modal-range-header-landscape-font-size;
852
- }
853
-
854
- #{if(&, '&', '*')} .e-popup-close {
855
- float: $modal-close-icon-float;
856
- padding: $modal-portrait-content-padding;
857
- }
858
-
859
- #{if(&, '&', '*')} .e-model-title {
860
- padding: $modal-portrait-content-padding;
861
- text-transform: $modal-range-header-title-transform;
862
- }
863
- }
864
- }
865
- }
866
- }
867
-
868
-
869
- @media screen and (orientation: landscape) {
870
-
871
- .e-daterangepick-mob-popup-wrap {
872
-
873
- #{if( &, '&', '*')} .e-daterangepicker.e-popup.e-popup-expand {
874
-
875
- #{if( &, '&', '*')} .e-date-range-container .e-range-header.e-blazor-device {
876
- @media (max-height: 600px) {
877
- height: 23vh;
878
- }
879
-
880
- @media (min-height: 600px) {
881
- height: 20vh;
882
- }
883
- }
884
-
885
- #{if( &, '&', '*')} .e-calendar-holder {
886
-
887
- #{if(&, '&', '*')} .e-calendar-container {
888
- @media (min-height: 600px) {
889
- min-height: 70vh;
890
- height: 70vh;
891
- }
892
-
893
- @media (max-height: 600px) {
894
- min-height: 65%;
895
- height: 65%;
896
- }
897
-
898
- #{if(&, '&', '*')} .e-calendar {
899
- @media (min-height: 600px) {
900
- min-height: 70vh;
901
- height: 70vh;
902
- }
903
- }
904
-
905
- #{if(&, '&', '*')} .e-content.e-month,
906
- #{if(&, '&', '*')} .e-content.e-year,
907
- #{if(&, '&', '*')} .e-content.e-decade {
908
- @media (max-height: 600px) {
909
- height: 50vh;
910
- }
911
- }
912
- }
913
- }
914
-
915
- #{if(&, '&', '*')} .e-presets {
916
- max-height: $modal-range-presets-landscape-height;
917
- height: $modal-range-presets-landscape-height;
918
- }
919
-
920
- #{if(&, '&', '*')} .e-range-mob-popup-wrap {
921
-
922
- #{if(&, '&', '*')} .e-model-header {
923
- height: $modal-range-header-landscape-height;
924
- font-size: $modal-range-header-landscape-font-size;
925
-
926
- #{if(&, '&', '*')} .e-popup-close {
927
- padding: $modal-landscape-padding;
928
- }
929
-
930
- #{if(&, '&', '*')} .e-model-title {
931
- padding: $modal-landscape-padding;
932
- }
933
- }
934
- }
935
-
936
- #{if( &, '&', '*')} .e-date-range-container .e-range-header {
937
- @media (max-height: 600px) {
938
- height: $modal-range-landscape-header-height;
939
- }
940
-
941
- @media (min-height: 600px) {
942
- height: $modal-range-landscape-header-big-height;
943
- }
944
- width: $modal-range-portrait-calendar-width;
945
-
946
- #{if(&, '&', '*')} .e-start-end {
947
- margin: $modal-range-calendar-padding;
948
- height: $modal-range-start-end-size;
949
-
950
- @media (min-height: 600px) {
951
- margin: $modal-range-start-end-tablet-margin;
952
- }
953
- }
954
-
955
- #{if(&, '&', '*')} .e-day-span {
956
- margin: 5px 0;
957
- font-size: 20px;
958
- }
959
-
960
- }
961
-
962
- #{if(&, '&', '*')} .e-calendar-container {
963
- @media (min-height: 600px) {
964
- min-height: $modal-range-landscape-container-height;
965
- height: $modal-range-landscape-container-height;
966
- }
967
- }
968
-
969
- #{if(&, '&', '*')} .e-content.e-month,
970
- #{if(&, '&', '*')} .e-content.e-year,
971
- #{if(&, '&', '*')} .e-content.e-decade {
972
- @media (max-height: 600px) {
973
- height: $modal-range-header-height;
974
- }
975
-
976
- @media (min-height: 600px) {
977
- height: $modal-range-tablet-header-height;
978
- }
979
- overflow-y: $modal-range-landscape-conetent-overflow;
980
-
981
- table {
982
-
983
- @media (min-height: 600px) {
984
- height: $modal-range-tablet-header-height;
985
- }
986
- display: $modal-range-table-display;
987
- border-spacing: $modal-range-calendar-overflow;
988
- }
989
- }
990
- }
991
- }
992
- }
993
-
994
- .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 {
995
- width: calc(100% - 80px);
996
- }
997
-
998
- .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 {
999
- width: calc(100% - 110px);
1000
- }
1001
-
1002
- /* stylelint-enable */