@syncfusion/ej2-angular-calendars 21.2.10 → 22.1.34-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (426) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +961 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/CHANGELOG.md +1352 -0
  6. package/dist/ej2-angular-calendars.umd.js +1073 -0
  7. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  8. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  9. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  10. package/ej2-angular-calendars.d.ts +9 -0
  11. package/ej2-angular-calendars.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/calendar/calendar-all.module.d.ts +0 -6
  19. package/src/calendar/calendar.component.d.ts +0 -3
  20. package/src/calendar/calendar.module.d.ts +0 -6
  21. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  22. package/src/datepicker/datepicker.component.d.ts +0 -3
  23. package/src/datepicker/datepicker.module.d.ts +0 -6
  24. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  25. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  26. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  27. package/src/daterangepicker/presets.directive.d.ts +0 -5
  28. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  29. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  30. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  31. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  32. package/src/timepicker/timepicker.component.d.ts +0 -3
  33. package/src/timepicker/timepicker.module.d.ts +0 -6
  34. package/styles/bootstrap-dark.css +715 -19
  35. package/styles/bootstrap.css +711 -15
  36. package/styles/bootstrap4.css +711 -16
  37. package/styles/bootstrap5-dark.css +708 -12
  38. package/styles/bootstrap5.css +708 -12
  39. package/styles/calendar/bootstrap-dark.css +3 -2
  40. package/styles/calendar/bootstrap-dark.scss +1 -5
  41. package/styles/calendar/bootstrap.css +2 -1
  42. package/styles/calendar/bootstrap.scss +1 -5
  43. package/styles/calendar/bootstrap4.css +3 -2
  44. package/styles/calendar/bootstrap4.scss +1 -5
  45. package/styles/calendar/bootstrap5-dark.css +2 -1
  46. package/styles/calendar/bootstrap5-dark.scss +1 -5
  47. package/styles/calendar/bootstrap5.css +2 -1
  48. package/styles/calendar/bootstrap5.scss +1 -5
  49. package/styles/calendar/fabric-dark.css +2 -1
  50. package/styles/calendar/fabric-dark.scss +1 -5
  51. package/styles/calendar/fabric.css +2 -1
  52. package/styles/calendar/fabric.scss +1 -5
  53. package/styles/calendar/fluent-dark.css +2 -1
  54. package/styles/calendar/fluent-dark.scss +1 -5
  55. package/styles/calendar/fluent.css +2 -1
  56. package/styles/calendar/fluent.scss +1 -5
  57. package/styles/calendar/highcontrast-light.css +2 -1
  58. package/styles/calendar/highcontrast-light.scss +1 -5
  59. package/styles/calendar/highcontrast.css +2 -1
  60. package/styles/calendar/highcontrast.scss +1 -5
  61. package/styles/calendar/material-dark.css +2 -1
  62. package/styles/calendar/material-dark.scss +1 -5
  63. package/styles/calendar/material.css +3 -2
  64. package/styles/calendar/material.scss +1 -5
  65. package/styles/calendar/material3-dark.css +895 -0
  66. package/styles/calendar/material3-dark.scss +2 -0
  67. package/styles/calendar/material3.css +951 -0
  68. package/styles/calendar/material3.scss +2 -0
  69. package/styles/calendar/tailwind-dark.css +2 -1
  70. package/styles/calendar/tailwind-dark.scss +1 -5
  71. package/styles/calendar/tailwind.css +2 -1
  72. package/styles/calendar/tailwind.scss +1 -5
  73. package/styles/datepicker/bootstrap-dark.css +262 -8
  74. package/styles/datepicker/bootstrap-dark.scss +1 -7
  75. package/styles/datepicker/bootstrap.css +262 -8
  76. package/styles/datepicker/bootstrap.scss +1 -7
  77. package/styles/datepicker/bootstrap4.css +261 -8
  78. package/styles/datepicker/bootstrap4.scss +1 -7
  79. package/styles/datepicker/bootstrap5-dark.css +259 -5
  80. package/styles/datepicker/bootstrap5-dark.scss +1 -7
  81. package/styles/datepicker/bootstrap5.css +259 -5
  82. package/styles/datepicker/bootstrap5.scss +1 -7
  83. package/styles/datepicker/fabric-dark.css +255 -8
  84. package/styles/datepicker/fabric-dark.scss +1 -7
  85. package/styles/datepicker/fabric.css +255 -8
  86. package/styles/datepicker/fabric.scss +1 -7
  87. package/styles/datepicker/fluent-dark.css +258 -5
  88. package/styles/datepicker/fluent-dark.scss +1 -7
  89. package/styles/datepicker/fluent.css +258 -5
  90. package/styles/datepicker/fluent.scss +1 -7
  91. package/styles/datepicker/highcontrast-light.css +260 -7
  92. package/styles/datepicker/highcontrast-light.scss +1 -7
  93. package/styles/datepicker/highcontrast.css +260 -7
  94. package/styles/datepicker/highcontrast.scss +1 -7
  95. package/styles/datepicker/material-dark.css +252 -5
  96. package/styles/datepicker/material-dark.scss +1 -7
  97. package/styles/datepicker/material.css +204 -40
  98. package/styles/datepicker/material.scss +1 -7
  99. package/styles/datepicker/material3-dark.css +510 -0
  100. package/styles/datepicker/material3-dark.scss +2 -0
  101. package/styles/datepicker/material3.css +566 -0
  102. package/styles/datepicker/material3.scss +2 -0
  103. package/styles/datepicker/tailwind-dark.css +258 -5
  104. package/styles/datepicker/tailwind-dark.scss +1 -7
  105. package/styles/datepicker/tailwind.css +258 -5
  106. package/styles/datepicker/tailwind.scss +1 -7
  107. package/styles/daterangepicker/bootstrap-dark.css +358 -7
  108. package/styles/daterangepicker/bootstrap-dark.scss +1 -7
  109. package/styles/daterangepicker/bootstrap.css +355 -4
  110. package/styles/daterangepicker/bootstrap.scss +1 -7
  111. package/styles/daterangepicker/bootstrap4.css +355 -4
  112. package/styles/daterangepicker/bootstrap4.scss +1 -7
  113. package/styles/daterangepicker/bootstrap5-dark.css +355 -4
  114. package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
  115. package/styles/daterangepicker/bootstrap5.css +355 -4
  116. package/styles/daterangepicker/bootstrap5.scss +1 -7
  117. package/styles/daterangepicker/fabric-dark.css +355 -4
  118. package/styles/daterangepicker/fabric-dark.scss +1 -7
  119. package/styles/daterangepicker/fabric.css +355 -4
  120. package/styles/daterangepicker/fabric.scss +1 -7
  121. package/styles/daterangepicker/fluent-dark.css +356 -5
  122. package/styles/daterangepicker/fluent-dark.scss +1 -7
  123. package/styles/daterangepicker/fluent.css +356 -5
  124. package/styles/daterangepicker/fluent.scss +1 -7
  125. package/styles/daterangepicker/highcontrast-light.css +355 -4
  126. package/styles/daterangepicker/highcontrast-light.scss +1 -7
  127. package/styles/daterangepicker/highcontrast.css +355 -4
  128. package/styles/daterangepicker/highcontrast.scss +1 -7
  129. package/styles/daterangepicker/material-dark.css +355 -4
  130. package/styles/daterangepicker/material-dark.scss +1 -7
  131. package/styles/daterangepicker/material.css +309 -70
  132. package/styles/daterangepicker/material.scss +1 -7
  133. package/styles/daterangepicker/material3-dark.css +1330 -0
  134. package/styles/daterangepicker/material3-dark.scss +2 -0
  135. package/styles/daterangepicker/material3.css +1386 -0
  136. package/styles/daterangepicker/material3.scss +2 -0
  137. package/styles/daterangepicker/tailwind-dark.css +355 -4
  138. package/styles/daterangepicker/tailwind-dark.scss +1 -7
  139. package/styles/daterangepicker/tailwind.css +355 -4
  140. package/styles/daterangepicker/tailwind.scss +1 -7
  141. package/styles/datetimepicker/bootstrap-dark.css +8 -2
  142. package/styles/datetimepicker/bootstrap-dark.scss +1 -8
  143. package/styles/datetimepicker/bootstrap.css +8 -2
  144. package/styles/datetimepicker/bootstrap.scss +1 -8
  145. package/styles/datetimepicker/bootstrap4.css +8 -2
  146. package/styles/datetimepicker/bootstrap4.scss +1 -8
  147. package/styles/datetimepicker/bootstrap5-dark.css +8 -2
  148. package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
  149. package/styles/datetimepicker/bootstrap5.css +8 -2
  150. package/styles/datetimepicker/bootstrap5.scss +1 -8
  151. package/styles/datetimepicker/fabric-dark.css +8 -2
  152. package/styles/datetimepicker/fabric-dark.scss +1 -8
  153. package/styles/datetimepicker/fabric.css +8 -2
  154. package/styles/datetimepicker/fabric.scss +1 -8
  155. package/styles/datetimepicker/fluent-dark.css +8 -2
  156. package/styles/datetimepicker/fluent-dark.scss +1 -8
  157. package/styles/datetimepicker/fluent.css +8 -2
  158. package/styles/datetimepicker/fluent.scss +1 -8
  159. package/styles/datetimepicker/highcontrast-light.css +8 -2
  160. package/styles/datetimepicker/highcontrast-light.scss +1 -8
  161. package/styles/datetimepicker/highcontrast.css +8 -2
  162. package/styles/datetimepicker/highcontrast.scss +1 -8
  163. package/styles/datetimepicker/material-dark.css +8 -2
  164. package/styles/datetimepicker/material-dark.scss +1 -8
  165. package/styles/datetimepicker/material.css +8 -2
  166. package/styles/datetimepicker/material.scss +1 -8
  167. package/styles/datetimepicker/material3-dark.css +283 -0
  168. package/styles/datetimepicker/material3-dark.scss +2 -0
  169. package/styles/datetimepicker/material3.css +339 -0
  170. package/styles/datetimepicker/material3.scss +2 -0
  171. package/styles/datetimepicker/tailwind-dark.css +8 -2
  172. package/styles/datetimepicker/tailwind-dark.scss +1 -8
  173. package/styles/datetimepicker/tailwind.css +8 -2
  174. package/styles/datetimepicker/tailwind.scss +1 -8
  175. package/styles/fabric-dark.css +704 -15
  176. package/styles/fabric.css +704 -15
  177. package/styles/fluent-dark.css +708 -13
  178. package/styles/fluent.css +708 -13
  179. package/styles/highcontrast-light.css +709 -14
  180. package/styles/highcontrast.css +709 -14
  181. package/styles/material-dark.css +701 -12
  182. package/styles/material.css +608 -114
  183. package/styles/material3-dark.css +3403 -0
  184. package/styles/material3-dark.scss +6 -0
  185. package/styles/material3.css +3679 -0
  186. package/styles/material3.scss +6 -0
  187. package/styles/tailwind-dark.css +707 -12
  188. package/styles/tailwind.css +707 -12
  189. package/styles/timepicker/bootstrap-dark.css +84 -0
  190. package/styles/timepicker/bootstrap-dark.scss +1 -6
  191. package/styles/timepicker/bootstrap.css +84 -0
  192. package/styles/timepicker/bootstrap.scss +1 -6
  193. package/styles/timepicker/bootstrap4.css +84 -0
  194. package/styles/timepicker/bootstrap4.scss +1 -6
  195. package/styles/timepicker/bootstrap5-dark.css +84 -0
  196. package/styles/timepicker/bootstrap5-dark.scss +1 -6
  197. package/styles/timepicker/bootstrap5.css +84 -0
  198. package/styles/timepicker/bootstrap5.scss +1 -6
  199. package/styles/timepicker/fabric-dark.css +84 -0
  200. package/styles/timepicker/fabric-dark.scss +1 -6
  201. package/styles/timepicker/fabric.css +84 -0
  202. package/styles/timepicker/fabric.scss +1 -6
  203. package/styles/timepicker/fluent-dark.css +84 -0
  204. package/styles/timepicker/fluent-dark.scss +1 -6
  205. package/styles/timepicker/fluent.css +84 -0
  206. package/styles/timepicker/fluent.scss +1 -6
  207. package/styles/timepicker/highcontrast-light.css +84 -0
  208. package/styles/timepicker/highcontrast-light.scss +1 -6
  209. package/styles/timepicker/highcontrast.css +84 -0
  210. package/styles/timepicker/highcontrast.scss +1 -6
  211. package/styles/timepicker/material-dark.css +84 -0
  212. package/styles/timepicker/material-dark.scss +1 -6
  213. package/styles/timepicker/material.css +84 -0
  214. package/styles/timepicker/material.scss +1 -6
  215. package/styles/timepicker/material3-dark.css +382 -0
  216. package/styles/timepicker/material3-dark.scss +2 -0
  217. package/styles/timepicker/material3.css +438 -0
  218. package/styles/timepicker/material3.scss +2 -0
  219. package/styles/timepicker/tailwind-dark.css +84 -0
  220. package/styles/timepicker/tailwind-dark.scss +1 -6
  221. package/styles/timepicker/tailwind.css +84 -0
  222. package/styles/timepicker/tailwind.scss +1 -6
  223. package/esm2020/public_api.mjs +0 -3
  224. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  225. package/esm2020/src/calendar/calendar.component.mjs +0 -90
  226. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  227. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  228. package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
  229. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  230. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  231. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
  232. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  233. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  234. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  235. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
  236. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  237. package/esm2020/src/index.mjs +0 -18
  238. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  239. package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
  240. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  241. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  242. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
  243. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  244. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
  245. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  246. package/styles/calendar/_all.scss +0 -2
  247. package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
  248. package/styles/calendar/_bootstrap-definition.scss +0 -228
  249. package/styles/calendar/_bootstrap4-definition.scss +0 -228
  250. package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
  251. package/styles/calendar/_bootstrap5-definition.scss +0 -250
  252. package/styles/calendar/_fabric-dark-definition.scss +0 -192
  253. package/styles/calendar/_fabric-definition.scss +0 -190
  254. package/styles/calendar/_fluent-dark-definition.scss +0 -1
  255. package/styles/calendar/_fluent-definition.scss +0 -252
  256. package/styles/calendar/_fusionnew-definition.scss +0 -250
  257. package/styles/calendar/_highcontrast-definition.scss +0 -189
  258. package/styles/calendar/_highcontrast-light-definition.scss +0 -192
  259. package/styles/calendar/_layout.scss +0 -741
  260. package/styles/calendar/_material-dark-definition.scss +0 -194
  261. package/styles/calendar/_material-definition.scss +0 -189
  262. package/styles/calendar/_tailwind-dark-definition.scss +0 -1
  263. package/styles/calendar/_tailwind-definition.scss +0 -262
  264. package/styles/calendar/_theme.scss +0 -533
  265. package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
  266. package/styles/calendar/icons/_bootstrap.scss +0 -13
  267. package/styles/calendar/icons/_bootstrap4.scss +0 -13
  268. package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
  269. package/styles/calendar/icons/_bootstrap5.scss +0 -13
  270. package/styles/calendar/icons/_fabric-dark.scss +0 -13
  271. package/styles/calendar/icons/_fabric.scss +0 -13
  272. package/styles/calendar/icons/_fluent-dark.scss +0 -1
  273. package/styles/calendar/icons/_fluent.scss +0 -13
  274. package/styles/calendar/icons/_fusionnew.scss +0 -13
  275. package/styles/calendar/icons/_highcontrast-light.scss +0 -13
  276. package/styles/calendar/icons/_highcontrast.scss +0 -13
  277. package/styles/calendar/icons/_material-dark.scss +0 -13
  278. package/styles/calendar/icons/_material.scss +0 -13
  279. package/styles/calendar/icons/_material3.scss +0 -13
  280. package/styles/calendar/icons/_tailwind-dark.scss +0 -1
  281. package/styles/calendar/icons/_tailwind.scss +0 -13
  282. package/styles/datepicker/_all.scss +0 -2
  283. package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
  284. package/styles/datepicker/_bootstrap-definition.scss +0 -34
  285. package/styles/datepicker/_bootstrap4-definition.scss +0 -40
  286. package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
  287. package/styles/datepicker/_bootstrap5-definition.scss +0 -46
  288. package/styles/datepicker/_fabric-dark-definition.scss +0 -37
  289. package/styles/datepicker/_fabric-definition.scss +0 -34
  290. package/styles/datepicker/_fluent-dark-definition.scss +0 -1
  291. package/styles/datepicker/_fluent-definition.scss +0 -46
  292. package/styles/datepicker/_fusionnew-definition.scss +0 -46
  293. package/styles/datepicker/_highcontrast-definition.scss +0 -35
  294. package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
  295. package/styles/datepicker/_layout.scss +0 -261
  296. package/styles/datepicker/_material-dark-definition.scss +0 -42
  297. package/styles/datepicker/_material-definition.scss +0 -39
  298. package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
  299. package/styles/datepicker/_tailwind-definition.scss +0 -44
  300. package/styles/datepicker/_theme.scss +0 -54
  301. package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
  302. package/styles/datepicker/icons/_bootstrap.scss +0 -52
  303. package/styles/datepicker/icons/_bootstrap4.scss +0 -56
  304. package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
  305. package/styles/datepicker/icons/_bootstrap5.scss +0 -56
  306. package/styles/datepicker/icons/_fabric-dark.scss +0 -52
  307. package/styles/datepicker/icons/_fabric.scss +0 -52
  308. package/styles/datepicker/icons/_fluent-dark.scss +0 -1
  309. package/styles/datepicker/icons/_fluent.scss +0 -56
  310. package/styles/datepicker/icons/_fusionnew.scss +0 -56
  311. package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
  312. package/styles/datepicker/icons/_highcontrast.scss +0 -52
  313. package/styles/datepicker/icons/_material-dark.scss +0 -86
  314. package/styles/datepicker/icons/_material.scss +0 -86
  315. package/styles/datepicker/icons/_material3.scss +0 -56
  316. package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
  317. package/styles/datepicker/icons/_tailwind.scss +0 -56
  318. package/styles/daterangepicker/_all.scss +0 -2
  319. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -193
  320. package/styles/daterangepicker/_bootstrap-definition.scss +0 -193
  321. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -203
  322. package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
  323. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -231
  324. package/styles/daterangepicker/_fabric-dark-definition.scss +0 -196
  325. package/styles/daterangepicker/_fabric-definition.scss +0 -193
  326. package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
  327. package/styles/daterangepicker/_fluent-definition.scss +0 -240
  328. package/styles/daterangepicker/_fusionnew-definition.scss +0 -230
  329. package/styles/daterangepicker/_highcontrast-definition.scss +0 -193
  330. package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -196
  331. package/styles/daterangepicker/_layout.scss +0 -821
  332. package/styles/daterangepicker/_material-dark-definition.scss +0 -201
  333. package/styles/daterangepicker/_material-definition.scss +0 -201
  334. package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
  335. package/styles/daterangepicker/_tailwind-definition.scss +0 -222
  336. package/styles/daterangepicker/_theme.scss +0 -435
  337. package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
  338. package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
  339. package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
  340. package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
  341. package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
  342. package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
  343. package/styles/daterangepicker/icons/_fabric.scss +0 -65
  344. package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
  345. package/styles/daterangepicker/icons/_fluent.scss +0 -72
  346. package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
  347. package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
  348. package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
  349. package/styles/daterangepicker/icons/_material-dark.scss +0 -99
  350. package/styles/daterangepicker/icons/_material.scss +0 -99
  351. package/styles/daterangepicker/icons/_material3.scss +0 -99
  352. package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
  353. package/styles/daterangepicker/icons/_tailwind.scss +0 -72
  354. package/styles/datetimepicker/_all.scss +0 -2
  355. package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
  356. package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
  357. package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
  358. package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
  359. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
  360. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
  361. package/styles/datetimepicker/_fabric-definition.scss +0 -52
  362. package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
  363. package/styles/datetimepicker/_fluent-definition.scss +0 -60
  364. package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
  365. package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
  366. package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
  367. package/styles/datetimepicker/_layout.scss +0 -195
  368. package/styles/datetimepicker/_material-dark-definition.scss +0 -59
  369. package/styles/datetimepicker/_material-definition.scss +0 -57
  370. package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
  371. package/styles/datetimepicker/_tailwind-definition.scss +0 -60
  372. package/styles/datetimepicker/_theme.scss +0 -70
  373. package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
  374. package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
  375. package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
  376. package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
  377. package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
  378. package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
  379. package/styles/datetimepicker/icons/_fabric.scss +0 -11
  380. package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
  381. package/styles/datetimepicker/icons/_fluent.scss +0 -11
  382. package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
  383. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
  384. package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
  385. package/styles/datetimepicker/icons/_material-dark.scss +0 -53
  386. package/styles/datetimepicker/icons/_material.scss +0 -62
  387. package/styles/datetimepicker/icons/_material3.scss +0 -11
  388. package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
  389. package/styles/datetimepicker/icons/_tailwind.scss +0 -11
  390. package/styles/timepicker/_all.scss +0 -2
  391. package/styles/timepicker/_bootstrap-dark-definition.scss +0 -52
  392. package/styles/timepicker/_bootstrap-definition.scss +0 -49
  393. package/styles/timepicker/_bootstrap4-definition.scss +0 -57
  394. package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
  395. package/styles/timepicker/_bootstrap5-definition.scss +0 -58
  396. package/styles/timepicker/_fabric-dark-definition.scss +0 -52
  397. package/styles/timepicker/_fabric-definition.scss +0 -49
  398. package/styles/timepicker/_fluent-dark-definition.scss +0 -1
  399. package/styles/timepicker/_fluent-definition.scss +0 -58
  400. package/styles/timepicker/_fusionnew-definition.scss +0 -58
  401. package/styles/timepicker/_highcontrast-definition.scss +0 -49
  402. package/styles/timepicker/_highcontrast-light-definition.scss +0 -52
  403. package/styles/timepicker/_layout.scss +0 -202
  404. package/styles/timepicker/_material-dark-definition.scss +0 -56
  405. package/styles/timepicker/_material-definition.scss +0 -53
  406. package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
  407. package/styles/timepicker/_tailwind-definition.scss +0 -56
  408. package/styles/timepicker/_theme.scss +0 -100
  409. package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
  410. package/styles/timepicker/icons/_bootstrap.scss +0 -12
  411. package/styles/timepicker/icons/_bootstrap4.scss +0 -12
  412. package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
  413. package/styles/timepicker/icons/_bootstrap5.scss +0 -12
  414. package/styles/timepicker/icons/_fabric-dark.scss +0 -12
  415. package/styles/timepicker/icons/_fabric.scss +0 -12
  416. package/styles/timepicker/icons/_fluent-dark.scss +0 -1
  417. package/styles/timepicker/icons/_fluent.scss +0 -12
  418. package/styles/timepicker/icons/_fusionnew.scss +0 -12
  419. package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
  420. package/styles/timepicker/icons/_highcontrast.scss +0 -12
  421. package/styles/timepicker/icons/_material-dark.scss +0 -40
  422. package/styles/timepicker/icons/_material.scss +0 -42
  423. package/styles/timepicker/icons/_material3.scss +0 -12
  424. package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
  425. package/styles/timepicker/icons/_tailwind.scss +0 -12
  426. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1,533 +0,0 @@
1
- @include export-module('calendar-theme') {
2
- #{&}.e-calendar,
3
- .e-bigger.e-small #{&}.e-calendar {
4
- @if $skin-name == 'Material3' {
5
- background: $calendar-bg-color;
6
- border-radius: 8px;
7
- }
8
- @if $skin-name != 'Material3' {
9
- background-color: $calendar-bg-color;
10
- }
11
- border: $calendar-border-style;
12
- box-shadow: $calendar-box-shadow;
13
- #{if(&, '&', '*')} .e-date-icon-prev,
14
- #{if(&, '&', '*')} .e-date-icon-next {
15
- color: $calendar-header-icon-color;
16
- }
17
- #{if(&, '&', '*')} th {
18
- border-bottom: 0;
19
- color: $calendar-week-header-font-color;
20
- }
21
- @at-root {
22
- #{if(&, '&', '*')} .e-header {
23
- border-bottom: 0;
24
- #{if(&, '&', '*')} a {
25
- #{if(&, '&', '*')} span {
26
- border: $calendar-default-border-color;
27
- color: $calendar-icon-font-color;
28
- }
29
- }
30
- #{if(&, '&', '*')} .e-title {
31
- color: $calendar-title-font-color;
32
- }
33
- #{if(&, '&', '*')} .e-title:hover {
34
- color: $calendar-title-hover-color;
35
- cursor: pointer;
36
- text-decoration: $calendar-title-decoration-style;
37
- }
38
-
39
- #{if(&, '&', '*')} .e-prev:hover > span,
40
- #{if(&, '&', '*')} .e-next:hover > span {
41
- border: $calendar-icon-hover-border-color;
42
- color: $calendar-icon-hover-color;
43
- cursor: pointer;
44
- }
45
-
46
- #{if(&, '&', '*')} .e-prev:hover,
47
- #{if(&, '&', '*')} .e-next:hover {
48
- background: $calendar-icon-hover-bg-color;
49
- }
50
-
51
- #{if(&, '&', '*')} .e-prev:active,
52
- #{if(&, '&', '*')} .e-next:active {
53
- background: $calendar-active-state-icon-bg-color;
54
- color: $calendar-active-font-color;
55
- }
56
- #{if(&, '&', '*')} button.e-prev:active span,
57
- #{if(&, '&', '*')} button.e-next:active span {
58
- border: $calendar-selected-border-color;
59
- color: $calendar-active-icon-color;
60
- }
61
- #{if(&, '&', '*')}.e-decade .e-title {
62
- color: $calendar-light-font;
63
- cursor: default;
64
- }
65
- #{if(&, '&', '*')} .e-next.e-disabled span,
66
- #{if(&, '&', '*')} .e-prev.e-disabled span {
67
- color: $calendar-disable-font-color;
68
- font-weight: $calendar-disable-font-weight-style;
69
- }
70
- #{if(&, '&', '*')} .e-next.e-disabled,
71
- #{if(&, '&', '*')} .e-prev.e-disabled {
72
- opacity: $calendar-disable-opacity;
73
- }
74
- }
75
- #{if(&, '&', '*')} .e-content {
76
- #{if(&, '&', '*')}.e-decade tr:first-child .e-cell:first-child span.e-day,
77
- #{if(&, '&', '*')}.e-decade tr:last-child .e-cell:last-child span.e-day {
78
- color: $calendar-other-decade-cell-color;
79
- }
80
- #{if(&, '&', '*')}.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day,
81
- #{if(&, '&', '*')}.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day {
82
- color: $calendar-active-font-color;
83
- }
84
- #{if(&, '&', '*')}.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day,
85
- #{if(&, '&', '*')}.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day {
86
- color: $calendar-disable-font-color;
87
- }
88
- #{if(&, '&', '*')}.e-year td:hover span.e-day,
89
- #{if(&, '&', '*')}.e-decade td:hover span.e-day {
90
- @if $skin-name != 'Material3' {
91
- background-color: $calendar-hover-color;
92
- }
93
- @if $skin-name == 'Material3' {
94
- background: $calendar-hover-color;
95
- }
96
- }
97
- #{if(&, '&', '*')}.e-year td.e-selected:hover span.e-day,
98
- #{if(&, '&', '*')}.e-decade td.e-selected:hover span.e-day {
99
- @if $skin-name != 'Material3' {
100
- background-color: $calendar-yeardecade-selected-hover-bg;
101
- }
102
- @if $skin-name == 'Material3' {
103
- background: $calendar-yeardecade-selected-hover-bg;
104
- }
105
- }
106
-
107
- #{if(&, '&', '*')}.e-year td > span.e-day,
108
- #{if(&, '&', '*')}.e-decade td > span.e-day {
109
- background: $calendar-yeardecade-bg-color;
110
- }
111
-
112
- #{if(&, '&', '*')} .e-week-number span {
113
- color: $calendar-week-number-color-style;
114
- }
115
-
116
- #{if(&, '&', '*')} td.e-focused-date span.e-day,
117
- #{if(&, '&', '*')} td.e-focused-date:hover span.e-day,
118
- #{if(&, '&', '*')} td.e-focused-date:focus span.e-day {
119
- background: $calendar-focused-date-bg-style;
120
- border: $calendar-focus-border-color;
121
- border-radius: $calendar-border-radius;
122
- box-shadow: $calendar-focus-box-shadow;
123
- @if ($skin-name == 'FluentUI') {
124
- background: none;
125
- border-radius: $calendar-focused-state-border-radius;
126
- box-shadow: $calendar-focused-state-box-shadow;
127
- }
128
- }
129
- #{if(&, '&', '*')} td.e-focused-date:hover span.e-day {
130
- @if $skin-name != 'Material3' {
131
- background-color: $calendar-hover-color;
132
- }
133
- @if $skin-name == 'Material3' {
134
- background: $calendar-hover-color;
135
- }
136
- border: $calendar-hover-border-color;
137
- border-radius: $calendar-border-radius;
138
- color: $calendar-text-color;
139
- }
140
- #{if(&, '&', '*')} td.e-today span.e-day,
141
- #{if(&, '&', '*')} td.e-focused-date.e-today span.e-day {
142
- background: $calendar-today-bg-style;
143
- border: $calendar-today-border-color;
144
- border-radius: $calendar-border-radius;
145
- box-shadow: $calendar-today-box-shadow;
146
- color: $calendar-today-color;
147
- @if ($skin-name == 'FluentUI') {
148
- border-radius: $calendar-border-selected-radius;
149
- }
150
- }
151
- #{if(&, '&', '*')} td.e-focused-date.e-today span.e-day {
152
- background: $calendar-focused-today-bg-style;
153
- border: $calendar-focused-today-border-style;
154
- box-shadow: $calendar-focused-today-box-shadow;
155
- color: $calendar-today-focused-font-color;
156
- }
157
- #{if(&, '&', '*')} td.e-today:focus span.e-day,
158
- #{if(&, '&', '*')} td.e-focused-date.e-today:focus span.e-day {
159
- @if $skin-name != 'Material3' {
160
- background-color: $calendar-focus-bg-color;
161
- }
162
- @if $skin-name == 'Material3' {
163
- background: $calendar-focus-bg-color;
164
- }
165
- border: $calendar-focus-border-color;
166
- border-radius: $calendar-border-radius;
167
- color: $calendar-today-focus-color;
168
- @if ($skin-name == 'FluentUI') {
169
- background-color: $calendar-focused-today-bg-style;
170
- border-radius: $calendar-border-selected-radius;
171
- }
172
- }
173
- #{if(&, '&', '*')} td.e-today:hover span.e-day,
174
- #{if(&, '&', '*')} td.e-focused-date.e-today:hover span.e-day,
175
- #{if(&, '&', '*')} td.e-focused-date.e-today:focus span.e-day {
176
- @if $skin-name != 'Material3' {
177
- background-color: $calendar-hover-color;
178
- }
179
- @if $skin-name == 'Material3' {
180
- background: $calendar-hover-color;
181
- }
182
- border: $calendar-today-border-color;
183
- color: $calendar-today-focus-color;
184
- @if ($skin-name == 'FluentUI') {
185
- background-color: $calendar-today-bg-style;
186
- border-radius: $calendar-border-selected-radius;
187
- }
188
- }
189
- #{if(&, '&', '*')} td.e-today.e-selected span.e-day {
190
- @if $skin-name != 'Material3' {
191
- background-color: $calendar-active-bg-color;
192
- }
193
- @if $skin-name == 'Material3' {
194
- background: $calendar-active-bg-color;
195
- }
196
- border: $calendar-active-bg-border-color;
197
- @if ($skin-name == 'material' or $skin-name == 'material-dark' or $skin-name == 'Material3') {
198
- box-shadow: $calendar-selected-box-shadow;
199
- }
200
- @else {
201
- box-shadow: $calendar-active-bg-box-shadow;
202
- }
203
- color: $calendar-active-today-font-color;
204
- }
205
- #{if(&, '&', '*')} td.e-today.e-selected:hover span.e-day,
206
- #{if(&, '&', '*')} td.e-selected:hover span.e-day,
207
- #{if(&, '&', '*')} td.e-selected.e-focused-date span.e-day {
208
- @if $skin-name != 'Material3' {
209
- background-color: $calendar-active-hover-bg-color;
210
- }
211
- @if $skin-name == 'Material3' {
212
- background: $calendar-active-hover-bg-color;
213
- }
214
- color: $calendar-active-today-hover-font-color;
215
- @if ($skin-name == 'FluentUI') {
216
- background-color: $calendar-focused-today-bg-style;
217
- border-radius: $calendar-border-selected-radius;
218
- color: $calendar-today-color;
219
- }
220
- }
221
- #{if(&, '&', '*')} span {
222
- color: $calendar-text-color;
223
- }
224
- #{if(&, '&', '*')} .e-disabled span.e-day:hover {
225
- background: $calendar-none-style;
226
- border: 0;
227
- color: $calendar-disable-font-color;
228
- }
229
- #{if(&, '&', '*')} .e-other-month:hover span.e-day {
230
- @if ($skin-name != 'fabric-dark') {
231
- color: $calendar-other-month-date-hover-bg;
232
- }
233
- }
234
- #{if(&, '&', '*')} .e-other-month span.e-day,
235
- #{if(&, '&', '*')} .e-other-month.e-today span.e-day {
236
- color: $calendar-other-month-date;
237
- }
238
- #{if(&, '&', '*')} .e-other-month.e-today:hover span.e-day {
239
- @if $skin-name != 'Material3' {
240
- background-color: $calendar-hover-color;
241
- }
242
- @if $skin-name == 'Material3' {
243
- background: $calendar-hover-color;
244
- }
245
- color: $calendar-other-month-date;
246
- @if ($skin-name == 'FluentUI') {
247
- background: $calendar-today-bg-style;
248
- border: $calendar-today-border-color;
249
- border-radius: $calendar-border-selected-radius;
250
- box-shadow: $calendar-today-box-shadow;
251
- color: $calendar-today-color;
252
- }
253
- }
254
- #{if(&, '&', '*')} thead {
255
- background: $calendar-week-header-bg-style;
256
- border-bottom: 0;
257
- }
258
- #{if(&, '&', '*')} td:hover span.e-day,
259
- #{if(&, '&', '*')} td:focus span.e-day {
260
- @if $skin-name != 'Material3' {
261
- background-color: $calendar-hover-color;
262
- }
263
- @if $skin-name == 'Material3' {
264
- background: $calendar-hover-color;
265
- }
266
- border: $calendar-hover-border-color;
267
- border-radius: $calendar-border-radius;
268
- color: $calendar-hover-text;
269
- }
270
- #{if(&, '&', '*')} td:focus span.e-day {
271
- @if $skin-name != 'Material3' {
272
- background-color: $calendar-focus-bg-color;
273
- }
274
- @if $skin-name == 'Material3' {
275
- background: $calendar-focus-bg-color;
276
- }
277
- border: $calendar-focus-border-color;
278
- border-radius: $calendar-border-radius;
279
- color: $calendar-text-color;
280
- @if ($skin-name == 'FluentUI') {
281
- border-radius: $calendar-border-selected-radius;
282
- }
283
- }
284
- #{if(&, '&', '*')} td.e-disabled span.e-day,
285
- #{if(&, '&', '*')} td.e-disabled:hover span.e-day,
286
- #{if(&, '&', '*')} td.e-disabled:focus span.e-day {
287
- background: $calendar-none-style;
288
- border: $calendar-none-style;
289
- color: $calendar-disable-font-color;
290
- }
291
- #{if(&, '&', '*')} td.e-today.e-disabled.e-overlay span.e-day,
292
- #{if(&, '&', '*')} td.e-today.e-disabled.e-overlay:hover span.e-day,
293
- #{if(&, '&', '*')} td.e-today.e-disabled.e-overlay:focus span.e-day {
294
- @if ($skin-name == 'FluentUI') {
295
- background-color: $calendar-focused-today-bg-style;
296
- border-radius: $calendar-border-selected-radius;
297
- color: $calendar-today-color;
298
- }
299
- }
300
- #{if(&, '&', '*')} td.e-selected span.e-day {
301
- @if $skin-name != 'Material3' {
302
- background-color: $calendar-active-bg-color;
303
- }
304
- @if $skin-name == 'Material3' {
305
- background: $calendar-active-bg-color;
306
- }
307
- border: $calendar-selected-border-color;
308
- border-radius: $calendar-border-radius;
309
- color: $calendar-active-font-color;
310
- }
311
- #{if(&, '&', '*')} td.e-selected:not(.e-focused-date) span.e-day {
312
- @if ($skin-name == 'FluentUI') {
313
- box-shadow: $calendar-selected-box-shadow;
314
- }
315
- }
316
- #{if(&, '&', '*')} .e-footer {
317
- color: $calendar-active-bg-color;
318
- }
319
- #{if(&, '&', '*')} td.e-today.e-selected.e-focused-date span.e-day,
320
- #{if(&, '&', '*')} td.e-today.e-selected:hover span.e-day,
321
- #{if(&, '&', '*')} td.e-today.e-selected span.e-day {
322
- @if ($skin-name == 'FluentUI') {
323
- background-color: $calendar-focused-today-bg-style;
324
- border-radius: $calendar-border-selected-radius;
325
- color: $calendar-today-color;
326
- }
327
- }
328
- #{if(&, '&', '*')} td.e-today.e-selected.e-focused-date {
329
- @if ($skin-name == 'FluentUI') {
330
- background-color: $calendar-active-bg-color;
331
- border-radius: $calendar-focused-state-border-radius;
332
- box-shadow: $calendar-focused-state-box-shadow;
333
- }
334
- }
335
- #{if(&, '&', '*')} td.e-today.e-selected {
336
- @if ($skin-name == 'FluentUI') {
337
- background-color: $calendar-active-bg-color;
338
- border-radius: $calendar-wrapper-border-radius;
339
- box-shadow: $calendar-selected-box-shadow;
340
- }
341
- }
342
- #{if(&, '&', '*')} td.e-selected:hover span.e-day {
343
- @if ($skin-name == 'FluentUI') {
344
- background-color: $calendar-active-bg-color;
345
- border: $calendar-selected-border-color;
346
- border-radius: $calendar-border-radius;
347
- color: $calendar-active-font-color;
348
- }
349
- }
350
- #{if(&, '&', '*')} td.e-selected.e-focused-date span.e-day {
351
- @if ($skin-name == 'FluentUI') {
352
- background-color: $calendar-active-bg-color;
353
- border: $calendar-selected-border-color;
354
- border-radius: $calendar-focused-state-border-radius;
355
- color: $calendar-active-font-color;
356
- }
357
- }
358
- #{if(&, '&', '*')}.e-month td.e-today span.e-day {
359
- @if ($skin-name == 'FluentUI') {
360
- color: $calendar-today-focused-font-color;
361
- }
362
- }
363
- #{if(&, '&', '*')}.e-year td.e-selected > span.e-day,
364
- #{if(&, '&', '*')}.e-decade td.e-selected > span.e-day,
365
- #{if(&, '&', '*')}.e-year td.e-selected:hover > span.e-day,
366
- #{if(&, '&', '*')}.e-decade td.e-selected:hover > span.e-day {
367
- @if ($skin-name == 'FluentUI') {
368
- background-color: $calendar-selected-month-bg-color;
369
- color: $calendar-week-header-font-color;
370
- }
371
- }
372
- #{if(&, '&', '*')}.e-year td.e-focused-date > span.e-day,
373
- #{if(&, '&', '*')}.e-decade td.e-focused-date > span.e-day {
374
- @if ($skin-name == 'FluentUI') {
375
- background: $calendar-none-style;
376
- border-radius: 0;
377
- box-shadow: $calendar-focused-state-month-box-shadow;
378
- }
379
- }
380
- #{if(&, '&', '*')} td.e-focused-date.e-today {
381
- @if ($skin-name == 'FluentUI') {
382
- border-radius: $calendar-focused-state-border-radius;
383
- box-shadow: $calendar-focused-state-box-shadow;
384
- }
385
- }
386
- #{if(&, '&', '*')} td.e-focused-date:hover span.e-day {
387
- @if ($skin-name == 'FluentUI') {
388
- border-radius: $calendar-focused-state-border-radius;
389
- }
390
- }
391
- #{if(&, '&', '*')}.e-year td.e-focused-date:hover > span.e-day,
392
- #{if(&, '&', '*')}.e-decade td.e-focused-date:hover > span.e-day {
393
- @if ($skin-name == 'FluentUI') {
394
- background: $calendar-hover-color;
395
- border-radius: 0;
396
- box-shadow: $calendar-focused-state-month-box-shadow;
397
- }
398
- }
399
- }
400
- }
401
- #{if(&, '&', '*')}.e-device {
402
- #{if(&, '&', '*')} .e-prev:hover,
403
- #{if(&, '&', '*')} .e-next:hover,
404
- #{if(&, '&', '*')} .e-prev:active,
405
- #{if(&, '&', '*')} .e-next:active,
406
- #{if(&, '&', '*')} .e-prev:focus,
407
- #{if(&, '&', '*')} .e-next:focus {
408
- background: $calendar-device-icon-hover-bg-color;
409
- }
410
- #{if(&, '&', '*')} button.e-prev:active span,
411
- #{if(&, '&', '*')} button.e-next:active span {
412
- color: $calendar-header-icon-color;
413
- }
414
- }
415
-
416
- #{if(&, '&', '*')} .e-footer-container {
417
- #{if(&, '&', '*')} .e-btn.e-today.e-flat.e-primary:not(:hover) {
418
- @if $skin-name == 'tailwind' {
419
- /* stylelint-disable property-no-vendor-prefix */
420
- -webkit-tap-highlight-color: transparent;
421
- background-color: $calendar-today-btn-primary-bgcolor;
422
- border-color: $calendar-today-btn-primary-border-color;
423
- color: $calendar-today-btn-primary-color;
424
- }
425
- }
426
-
427
- #{if(&, '&', '*')} .e-btn.e-today.e-flat.e-primary.e-disabled {
428
- @if $skin-name == 'tailwind' {
429
- -webkit-tap-highlight-color: transparent;
430
- background-color: $calendar-today-btn-primary-disabled-bgcolor;
431
- border-color: $calendar-today-btn-primary-disabled-border-color;
432
- color: $calendar-today-btn-primary-disabled-color;
433
- }
434
- }
435
- }
436
- }
437
-
438
- .e-small#{&}.e-calendar,
439
- .e-small #{&}.e-calendar {
440
- #{if(&, '&', '*')} .e-header {
441
- #{if(&, '&', '*')} .e-title {
442
- color: $calendar-small-title-font-color;
443
- }
444
- }
445
- }
446
-
447
- #{&}.e-calendar.e-disabled {
448
- #{if(&, '&', '*')} .e-footer-container {
449
- #{if(&, '&', '*')} .e-btn.e-today.e-flat.e-primary {
450
- @if $skin-name == 'tailwind' {
451
- -webkit-tap-highlight-color: transparent;
452
- background-color: $calendar-today-btn-primary-disabled-bgcolor;
453
- border-color: $calendar-today-btn-primary-disabled-border-color;
454
- color: $calendar-today-btn-primary-disabled-color;
455
- }
456
- }
457
- }
458
- }
459
-
460
- .e-zoomin {
461
- animation: animatezoom .3s;
462
- }
463
-
464
- @keyframes animatezoom {
465
- from {
466
- transform: scale(0);
467
- }
468
-
469
- to {
470
- transform: scale(1);
471
- }
472
- }
473
-
474
- .e-calendar .e-btn.e-today.e-flat.e-primary,
475
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary {
476
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
477
- background-color: $today-button-bg;
478
- border: 0;
479
- border-color: $today-button-bg-border-color;
480
- color: $today-button-text-color;
481
- }
482
- }
483
-
484
- .e-calendar .e-btn.e-today.e-flat.e-primary:hover,
485
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary:hover {
486
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
487
- background-color: $today-button-hover-bg;
488
- border-color: $today-button-bg-border-hover-color;
489
- color: $today-button-text-hover-color;
490
- }
491
- }
492
-
493
- .e-calendar .e-btn.e-today.e-flat.e-primary:active,
494
- .e-calendar .e-btn.e-today.e-flat.e-primary.e-active,
495
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary:active,
496
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-active {
497
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
498
- background-color: $today-button-active-bg;
499
- border-color: $today-button-bg-border-active-color;
500
- color: $today-button-text-active-color;
501
- }
502
- @if $skin-name == 'FluentUI' {
503
- border: $calendar-none-style;
504
- outline: $calendar-none-style;
505
- }
506
- }
507
-
508
- .e-calendar .e-btn.e-today.e-flat.e-primary:focus,
509
- .e-calendar .e-btn.e-today.e-flat.e-primary.e-focus,
510
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary:focus,
511
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-focus {
512
- @if $skin-name == 'FluentUI' {
513
- background-color: $today-button-active-bg;
514
- border: $calendar-none-style;
515
- border-color: $today-button-bg-border-active-color;
516
- color: $today-button-text-active-color;
517
- outline: $calendar-none-style;
518
- }
519
- }
520
-
521
- .e-calendar .e-btn.e-today.e-flat.e-primary.e-disabled,
522
- .e-calendar .e-btn.e-today.e-flat.e-primary.e-disabled,
523
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-disabled,
524
- .e-calendar .e-css.e-btn.e-today.e-flat.e-primary.e-disabled {
525
- @if $skin-name == 'bootstrap5' {
526
- background-color: $calendar-today-disabled-background-style;
527
- border-color: $calendar-today-disabled-border-style;
528
- }
529
- @if $skin-name == 'bootstrap5' or $skin-name == 'FluentUI' {
530
- color: $calendar-today-disabled-color;
531
- }
532
- }
533
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-material-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e910';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e916';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-material-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e910';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e916';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-bootstrap4-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e734';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e705';
11
- }
12
- }
13
- }
@@ -1 +0,0 @@
1
- @import './bootstrap5.scss';
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-bootstrap5-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e776';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e729';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-fabric-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e85e';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e84f';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-fabric-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e85e';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e84f';
11
- }
12
- }
13
- }
@@ -1 +0,0 @@
1
- @import './fluent.scss';
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-fluent-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e7df';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e7d8';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-fusionnew-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e776';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e729';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-highcontrast-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e85e';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e84f';
11
- }
12
- }
13
- }
@@ -1,13 +0,0 @@
1
- @include export-module('calendar-highcontrast-icons') {
2
-
3
- /*! component icons */
4
- .e-calendar .e-header {
5
- #{if(&, '&', '*')} .e-date-icon-prev::before {
6
- content: '\e85e';
7
- }
8
-
9
- #{if(&, '&', '*')} .e-date-icon-next::before {
10
- content: '\e84f';
11
- }
12
- }
13
- }