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