@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50

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 (245) hide show
  1. package/package.json +8 -8
  2. package/schematics/utils/lib-details.ts +2 -2
  3. package/styles/bootstrap-dark.css +190 -13
  4. package/styles/bootstrap.css +190 -13
  5. package/styles/bootstrap4.css +190 -13
  6. package/styles/bootstrap5-dark.css +192 -17
  7. package/styles/bootstrap5.css +192 -17
  8. package/styles/calendar/_all.scss +1 -1
  9. package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
  10. package/styles/calendar/_bootstrap-definition.scss +6 -6
  11. package/styles/calendar/_bootstrap4-definition.scss +5 -6
  12. package/styles/calendar/_bootstrap5-definition.scss +3 -29
  13. package/styles/calendar/_fabric-dark-definition.scss +1 -4
  14. package/styles/calendar/_fabric-definition.scss +0 -1
  15. package/styles/calendar/_fluent-definition.scss +4 -30
  16. package/styles/calendar/_fusionnew-definition.scss +3 -29
  17. package/styles/calendar/_highcontrast-light-definition.scss +1 -3
  18. package/styles/calendar/_layout.scss +95 -153
  19. package/styles/calendar/_material-dark-definition.scss +1 -3
  20. package/styles/calendar/_material3-definition.scss +3 -29
  21. package/styles/calendar/_tailwind-definition.scss +5 -27
  22. package/styles/calendar/_theme.scss +66 -111
  23. package/styles/calendar/bootstrap-dark.css +0 -1
  24. package/styles/calendar/bootstrap.css +0 -1
  25. package/styles/calendar/bootstrap4.css +0 -1
  26. package/styles/calendar/bootstrap5-dark.css +0 -1
  27. package/styles/calendar/bootstrap5.css +0 -1
  28. package/styles/calendar/fabric-dark.css +0 -1
  29. package/styles/calendar/fabric.css +0 -1
  30. package/styles/calendar/fluent-dark.css +0 -1
  31. package/styles/calendar/fluent.css +0 -1
  32. package/styles/calendar/highcontrast-light.css +0 -1
  33. package/styles/calendar/highcontrast.css +0 -1
  34. package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
  35. package/styles/calendar/icons/_bootstrap.scss +1 -2
  36. package/styles/calendar/icons/_bootstrap4.scss +1 -2
  37. package/styles/calendar/icons/_bootstrap5.scss +1 -2
  38. package/styles/calendar/icons/_fabric-dark.scss +1 -2
  39. package/styles/calendar/icons/_fabric.scss +1 -2
  40. package/styles/calendar/icons/_fluent.scss +1 -2
  41. package/styles/calendar/icons/_fusionnew.scss +1 -2
  42. package/styles/calendar/icons/_highcontrast-light.scss +1 -2
  43. package/styles/calendar/icons/_highcontrast.scss +1 -2
  44. package/styles/calendar/icons/_material-dark.scss +1 -2
  45. package/styles/calendar/icons/_material.scss +1 -2
  46. package/styles/calendar/icons/_material3.scss +1 -2
  47. package/styles/calendar/icons/_tailwind.scss +1 -2
  48. package/styles/calendar/material-dark.css +0 -1
  49. package/styles/calendar/material.css +0 -1
  50. package/styles/calendar/tailwind-dark.css +0 -2
  51. package/styles/calendar/tailwind.css +0 -2
  52. package/styles/datepicker/_all.scss +1 -1
  53. package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
  54. package/styles/datepicker/_bootstrap-definition.scss +0 -2
  55. package/styles/datepicker/_bootstrap4-definition.scss +0 -2
  56. package/styles/datepicker/_bootstrap5-definition.scss +1 -5
  57. package/styles/datepicker/_fabric-dark-definition.scss +0 -3
  58. package/styles/datepicker/_fabric-definition.scss +0 -2
  59. package/styles/datepicker/_fluent-definition.scss +1 -4
  60. package/styles/datepicker/_fusionnew-definition.scss +1 -5
  61. package/styles/datepicker/_highcontrast-definition.scss +0 -2
  62. package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
  63. package/styles/datepicker/_layout.scss +131 -6
  64. package/styles/datepicker/_material-dark-definition.scss +1 -4
  65. package/styles/datepicker/_material-definition.scss +0 -2
  66. package/styles/datepicker/_material3-definition.scss +1 -5
  67. package/styles/datepicker/_tailwind-definition.scss +1 -5
  68. package/styles/datepicker/_theme.scss +7 -7
  69. package/styles/datepicker/bootstrap-dark.css +79 -3
  70. package/styles/datepicker/bootstrap.css +79 -3
  71. package/styles/datepicker/bootstrap4.css +79 -3
  72. package/styles/datepicker/bootstrap5-dark.css +80 -4
  73. package/styles/datepicker/bootstrap5.css +80 -4
  74. package/styles/datepicker/fabric-dark.css +79 -3
  75. package/styles/datepicker/fabric.css +79 -3
  76. package/styles/datepicker/fluent-dark.css +80 -4
  77. package/styles/datepicker/fluent.css +80 -4
  78. package/styles/datepicker/highcontrast-light.css +79 -3
  79. package/styles/datepicker/highcontrast.css +79 -3
  80. package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
  81. package/styles/datepicker/icons/_bootstrap.scss +6 -7
  82. package/styles/datepicker/icons/_bootstrap4.scss +6 -7
  83. package/styles/datepicker/icons/_bootstrap5.scss +6 -7
  84. package/styles/datepicker/icons/_fabric-dark.scss +5 -6
  85. package/styles/datepicker/icons/_fabric.scss +6 -7
  86. package/styles/datepicker/icons/_fluent.scss +6 -7
  87. package/styles/datepicker/icons/_fusionnew.scss +6 -7
  88. package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
  89. package/styles/datepicker/icons/_highcontrast.scss +7 -7
  90. package/styles/datepicker/icons/_material-dark.scss +6 -7
  91. package/styles/datepicker/icons/_material.scss +6 -7
  92. package/styles/datepicker/icons/_material3.scss +6 -7
  93. package/styles/datepicker/icons/_tailwind.scss +6 -7
  94. package/styles/datepicker/material-dark.css +79 -3
  95. package/styles/datepicker/material.css +79 -3
  96. package/styles/datepicker/tailwind-dark.css +80 -4
  97. package/styles/datepicker/tailwind.css +80 -4
  98. package/styles/daterangepicker/_all.scss +1 -1
  99. package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
  100. package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
  101. package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
  102. package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
  103. package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
  104. package/styles/daterangepicker/_fabric-definition.scss +1 -5
  105. package/styles/daterangepicker/_fluent-definition.scss +1 -6
  106. package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
  107. package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
  108. package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
  109. package/styles/daterangepicker/_layout.scss +207 -111
  110. package/styles/daterangepicker/_material-dark-definition.scss +1 -6
  111. package/styles/daterangepicker/_material-definition.scss +1 -6
  112. package/styles/daterangepicker/_material3-definition.scss +0 -6
  113. package/styles/daterangepicker/_tailwind-definition.scss +0 -5
  114. package/styles/daterangepicker/_theme.scss +27 -52
  115. package/styles/daterangepicker/bootstrap-dark.css +111 -3
  116. package/styles/daterangepicker/bootstrap.css +111 -3
  117. package/styles/daterangepicker/bootstrap4.css +111 -3
  118. package/styles/daterangepicker/bootstrap5-dark.css +112 -4
  119. package/styles/daterangepicker/bootstrap5.css +112 -4
  120. package/styles/daterangepicker/fabric-dark.css +111 -3
  121. package/styles/daterangepicker/fabric.css +111 -3
  122. package/styles/daterangepicker/fluent-dark.css +112 -4
  123. package/styles/daterangepicker/fluent.css +112 -4
  124. package/styles/daterangepicker/highcontrast-light.css +111 -3
  125. package/styles/daterangepicker/highcontrast.css +111 -3
  126. package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
  127. package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
  128. package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
  129. package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
  130. package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
  131. package/styles/daterangepicker/icons/_fabric.scss +8 -13
  132. package/styles/daterangepicker/icons/_fluent.scss +8 -13
  133. package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
  134. package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
  135. package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
  136. package/styles/daterangepicker/icons/_material-dark.scss +7 -13
  137. package/styles/daterangepicker/icons/_material.scss +7 -13
  138. package/styles/daterangepicker/icons/_material3.scss +8 -13
  139. package/styles/daterangepicker/icons/_tailwind.scss +8 -13
  140. package/styles/daterangepicker/material-dark.css +111 -3
  141. package/styles/daterangepicker/material.css +111 -3
  142. package/styles/daterangepicker/tailwind-dark.css +112 -5
  143. package/styles/daterangepicker/tailwind.css +112 -5
  144. package/styles/datetimepicker/_all.scss +1 -1
  145. package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
  146. package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
  147. package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
  148. package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
  149. package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
  150. package/styles/datetimepicker/_fabric-definition.scss +0 -4
  151. package/styles/datetimepicker/_fluent-definition.scss +3 -8
  152. package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
  153. package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
  154. package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
  155. package/styles/datetimepicker/_layout.scss +3 -2
  156. package/styles/datetimepicker/_material-dark-definition.scss +1 -6
  157. package/styles/datetimepicker/_material-definition.scss +0 -4
  158. package/styles/datetimepicker/_material3-definition.scss +0 -5
  159. package/styles/datetimepicker/_tailwind-definition.scss +0 -5
  160. package/styles/datetimepicker/_theme.scss +1 -2
  161. package/styles/datetimepicker/bootstrap-dark.css +0 -2
  162. package/styles/datetimepicker/bootstrap.css +0 -2
  163. package/styles/datetimepicker/bootstrap4.css +0 -2
  164. package/styles/datetimepicker/bootstrap5-dark.css +0 -3
  165. package/styles/datetimepicker/bootstrap5.css +0 -3
  166. package/styles/datetimepicker/fabric-dark.css +0 -2
  167. package/styles/datetimepicker/fabric.css +0 -2
  168. package/styles/datetimepicker/fluent-dark.css +0 -3
  169. package/styles/datetimepicker/fluent.css +0 -3
  170. package/styles/datetimepicker/highcontrast-light.css +0 -2
  171. package/styles/datetimepicker/highcontrast.css +0 -2
  172. package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
  173. package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
  174. package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
  175. package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
  176. package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
  177. package/styles/datetimepicker/icons/_fabric.scss +1 -1
  178. package/styles/datetimepicker/icons/_fluent.scss +1 -1
  179. package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
  180. package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
  181. package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
  182. package/styles/datetimepicker/icons/_material-dark.scss +1 -1
  183. package/styles/datetimepicker/icons/_material.scss +0 -1
  184. package/styles/datetimepicker/icons/_material3.scss +1 -1
  185. package/styles/datetimepicker/icons/_tailwind.scss +1 -1
  186. package/styles/datetimepicker/material-dark.css +0 -2
  187. package/styles/datetimepicker/material.css +0 -2
  188. package/styles/datetimepicker/tailwind-dark.css +0 -3
  189. package/styles/datetimepicker/tailwind.css +0 -3
  190. package/styles/fabric-dark.css +190 -13
  191. package/styles/fabric.css +190 -13
  192. package/styles/fluent-dark.css +192 -17
  193. package/styles/fluent.css +192 -17
  194. package/styles/highcontrast-light.css +190 -13
  195. package/styles/highcontrast.css +190 -13
  196. package/styles/material-dark.css +190 -13
  197. package/styles/material.css +190 -13
  198. package/styles/tailwind-dark.css +192 -19
  199. package/styles/tailwind.css +192 -19
  200. package/styles/timepicker/_all.scss +1 -1
  201. package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
  202. package/styles/timepicker/_bootstrap-definition.scss +0 -4
  203. package/styles/timepicker/_bootstrap4-definition.scss +0 -5
  204. package/styles/timepicker/_bootstrap5-definition.scss +0 -5
  205. package/styles/timepicker/_fabric-dark-definition.scss +1 -6
  206. package/styles/timepicker/_fabric-definition.scss +0 -4
  207. package/styles/timepicker/_fluent-definition.scss +0 -5
  208. package/styles/timepicker/_fusionnew-definition.scss +0 -5
  209. package/styles/timepicker/_highcontrast-definition.scss +0 -4
  210. package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
  211. package/styles/timepicker/_layout.scss +5 -4
  212. package/styles/timepicker/_material-dark-definition.scss +1 -6
  213. package/styles/timepicker/_material-definition.scss +0 -4
  214. package/styles/timepicker/_material3-definition.scss +0 -5
  215. package/styles/timepicker/_tailwind-definition.scss +0 -5
  216. package/styles/timepicker/_theme.scss +1 -2
  217. package/styles/timepicker/bootstrap-dark.css +0 -4
  218. package/styles/timepicker/bootstrap.css +0 -4
  219. package/styles/timepicker/bootstrap4.css +0 -4
  220. package/styles/timepicker/bootstrap5-dark.css +0 -5
  221. package/styles/timepicker/bootstrap5.css +0 -5
  222. package/styles/timepicker/fabric-dark.css +0 -4
  223. package/styles/timepicker/fabric.css +0 -4
  224. package/styles/timepicker/fluent-dark.css +0 -5
  225. package/styles/timepicker/fluent.css +0 -5
  226. package/styles/timepicker/highcontrast-light.css +0 -4
  227. package/styles/timepicker/highcontrast.css +0 -4
  228. package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
  229. package/styles/timepicker/icons/_bootstrap.scss +2 -1
  230. package/styles/timepicker/icons/_bootstrap4.scss +2 -1
  231. package/styles/timepicker/icons/_bootstrap5.scss +2 -1
  232. package/styles/timepicker/icons/_fabric-dark.scss +2 -1
  233. package/styles/timepicker/icons/_fabric.scss +2 -1
  234. package/styles/timepicker/icons/_fluent.scss +2 -1
  235. package/styles/timepicker/icons/_fusionnew.scss +2 -1
  236. package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
  237. package/styles/timepicker/icons/_highcontrast.scss +2 -1
  238. package/styles/timepicker/icons/_material-dark.scss +2 -1
  239. package/styles/timepicker/icons/_material.scss +1 -1
  240. package/styles/timepicker/icons/_material3.scss +2 -1
  241. package/styles/timepicker/icons/_tailwind.scss +2 -1
  242. package/styles/timepicker/material-dark.css +0 -4
  243. package/styles/timepicker/material.css +0 -4
  244. package/styles/timepicker/tailwind-dark.css +0 -5
  245. package/styles/timepicker/tailwind.css +0 -5
@@ -1,4 +1,4 @@
1
- @include export-module('calendar-layout') { /*! calendar layout */
1
+ @include export-module('calendar-layout') { /*! calendar layout */
2
2
 
3
3
  #{&}ejs-calendar {
4
4
  display: block;
@@ -11,29 +11,29 @@
11
11
  cursor: $calendar-cursor-default-style;
12
12
  pointer-events: $calendar-none-style;
13
13
  touch-action: $calendar-none-style;
14
- }
14
+ }
15
15
 
16
16
  #{if(&, '&', '*')} .e-title {
17
17
  cursor: $calendar-cursor-default-style;
18
18
  pointer-events: $calendar-none-style;
19
19
  touch-action: $calendar-none-style;
20
- }
21
- }
20
+ }
21
+ }
22
22
 
23
23
  #{if(&, '&', '*')} .e-content td {
24
24
  pointer-events: $calendar-none-style;
25
25
  touch-action: $calendar-none-style;
26
- }
26
+ }
27
27
 
28
28
  #{if(&, '&', '*')} .e-btn.e-today {
29
29
  pointer-events: $calendar-none-style;
30
30
  touch-action: $calendar-none-style;
31
- }
32
- }
31
+ }
32
+ }
33
33
 
34
34
  #{&}.e-calendar,
35
35
  .e-bigger.e-small #{&}.e-calendar {
36
- /* stylelint-disable property-no-vendor-prefix */
36
+ // sass-lint:disable no-vendor-prefixes
37
37
  -webkit-tap-highlight-color: transparent;
38
38
  border-radius: $calendar-wrapper-border-radius;
39
39
  display: $calendar-block-style;
@@ -43,11 +43,9 @@
43
43
  #{if(&, '&', '*')}.e-rtl .e-header .e-title {
44
44
  float: $calendar-float-right-style;
45
45
  text-align: $calendar-float-right-style;
46
- }
47
- #{if(&, '&', '*')}.e-rtl .e-header .e-icon-container {
46
+ }#{if(&, '&', '*')}.e-rtl .e-header .e-icon-container {
48
47
  float: $calendar-float-left-style;
49
- }
50
- #{if(&, '&', '*')} .e-header {
48
+ }#{if(&, '&', '*')} .e-header {
51
49
  background: $calendar-none-style;
52
50
  display: table;
53
51
  font-weight: $calendar-spanicon-font-weight-style;
@@ -61,8 +59,7 @@
61
59
  margin-right: $calendar-icon-button-margin;
62
60
  padding: 0;
63
61
  text-decoration: $calendar-none-style;
64
- }
65
- #{if(&, '&', '*')} span {
62
+ }#{if(&, '&', '*')} span {
66
63
  cursor: $calendar-cursor-pointer-style;
67
64
  display: inline-block;
68
65
  font-size: $calendar-icon-font-size-style;
@@ -73,24 +70,20 @@
73
70
 
74
71
  #{if(&, '&', '*')}.e-disabled {
75
72
  cursor: $calendar-cursor-default-style;
76
- }
77
- }
78
73
  }
79
- #{if(&, '&', '*')} .e-week-header {
74
+ }
75
+ }#{if(&, '&', '*')} .e-week-header {
80
76
  padding: $calendar-thead-padding;
81
- }
82
- #{if(&, '&', '*')} th {
77
+ }#{if(&, '&', '*')} th {
83
78
  cursor: $calendar-cursor-default-style;
84
79
  font-size: $calendar-header-font-size;
85
80
  font-weight: normal;
86
81
  text-align: center;
87
- }
88
- #{if(&, '&', '*')} .e-content {
82
+ }#{if(&, '&', '*')} .e-content {
89
83
  #{if(&, '&', '*')} .e-selected ,
90
84
  #{if(&, '&', '*')} .e-state-hover {
91
85
  border-radius: 0;
92
- }
93
- #{if(&, '&', '*')} span.e-day {
86
+ }#{if(&, '&', '*')} span.e-day {
94
87
  border-radius: 0;
95
88
  cursor: $calendar-cursor-pointer-style;
96
89
  display: $calendar-inline-block-style;
@@ -100,21 +93,17 @@
100
93
  text-align: center;
101
94
  text-decoration: $calendar-none-style;
102
95
  vertical-align: middle;
103
- }
104
- #{if(&, '&', '*')} th,
96
+ }#{if(&, '&', '*')} th,
105
97
  #{if(&, '&', '*')} td {
106
98
  box-sizing: border-box;
107
- }
108
- #{if(&, '&', '*')} td.e-disabled {
99
+ }#{if(&, '&', '*')} td.e-disabled {
109
100
  opacity: $calendar-disable-opacity;
110
101
  pointer-events: $calendar-none-style;
111
102
  touch-action: $calendar-none-style;
112
- }
113
- #{if(&, '&', '*')} td {
103
+ }#{if(&, '&', '*')} td {
114
104
  cursor: pointer;
115
105
  padding: $calendar-yeardeacde-span-padding;
116
- text-align: center;
117
- #{if(&, '&', '*')}.e-week-number {
106
+ text-align: center;#{if(&, '&', '*')}.e-week-number {
118
107
  color: $calendar-week-number-font-color;
119
108
  font-size: $calendar-week-number-font-size-style;
120
109
  font-style: $calendar-week-number-font-style;
@@ -123,12 +112,11 @@
123
112
  background-color: $calendar-week-number-bg-color;
124
113
  border-right: $calendar-week-number-border;
125
114
  }
126
- }
127
- #{if(&, '&', '*')}.e-overlay {
115
+ }#{if(&, '&', '*')}.e-overlay {
128
116
  background: $calendar-none-style;
129
117
  width: initial;
130
- }
131
- }
118
+ }
119
+ }
132
120
 
133
121
  table {
134
122
  border-collapse: separate;
@@ -140,132 +128,112 @@
140
128
  padding: $calendar-table-padding;
141
129
  table-layout: fixed;
142
130
  width: $calendar-full-width;
143
- }
144
- #{if(&, '&', '*')} td.e-other-month > span.e-day,
131
+ }#{if(&, '&', '*')} td.e-other-month > span.e-day,
145
132
  #{if(&, '&', '*')} td.e-other-year > span.e-day {
146
133
  display: $calendar-other-month-display-style;
147
134
  font-weight: $calendar-link-font-weight-style;
148
- }
149
- #{if(&, '&', '*')} tr.e-month-hide {
135
+ }#{if(&, '&', '*')} tr.e-month-hide {
150
136
  display: $calendar-other-month-row-display-style;
151
137
  font-weight: $calendar-link-font-weight-style;
152
- }
153
- #{if(&, '&', '*')} tr.e-month-hide,
138
+ }#{if(&, '&', '*')} tr.e-month-hide,
154
139
  #{if(&, '&', '*')} td.e-other-month,
155
140
  #{if(&, '&', '*')} td.e-other-year {
156
141
  pointer-events: $calendar-pointer-events;
157
142
  touch-action: $calendar-pointer-events;
158
- }
159
- #{if(&, '&', '*')} tr.e-month-hide,
143
+ }#{if(&, '&', '*')} tr.e-month-hide,
160
144
  #{if(&, '&', '*')} td.e-other-month.e-disabled,
161
145
  #{if(&, '&', '*')} td.e-other-year.e-disabled {
162
146
  pointer-events: $calendar-none-style;
163
147
  touch-action: $calendar-none-style;
164
- }
165
- #{if(&, '&', '*')} td.e-week-number:hover span.e-day,
148
+ }#{if(&, '&', '*')} td.e-week-number:hover span.e-day,
166
149
  #{if(&, '&', '*')} td.e-week-number:hover {
167
150
  background-color: $calendar-bg-color;
168
151
  cursor: $calendar-cursor-default-style;
169
152
  @if $skin-name == 'FluentUI' {
170
153
  background-color: $calendar-week-number-bg-color;
171
154
  }
172
- }
173
- }
174
- #{if(&, '&', '*')} .e-header {
155
+ }
156
+ }#{if(&, '&', '*')} .e-header {
175
157
  #{if(&, '&', '*')} .e-prev,
176
158
  #{if(&, '&', '*')} .e-next {
177
159
  border-radius: $calendar-border-radius;
178
160
  display: inline-block;
179
161
  font-size: $calendar-next-prev-icon-size;
180
162
  vertical-align: middle;
181
- }
182
- #{if(&, '&', '*')} .e-title {
163
+ }#{if(&, '&', '*')} .e-title {
183
164
  cursor: $calendar-cursor-pointer-style;
184
165
  display: $calendar-inline-block-style;
185
166
  float: $calendar-float-left-style;
186
167
  font-size: $calendar-title-font-size;
187
168
  font-weight: $calendar-title-font-weight-style;
188
169
  text-align: $calendar-float-left-style;
189
- }
190
- #{if(&, '&', '*')} .e-title {
170
+ }#{if(&, '&', '*')} .e-title {
191
171
  margin-left: $calendar-title-margin-left-style;
192
- }
193
- #{if(&, '&', '*')} .e-prev:hover,
172
+ }#{if(&, '&', '*')} .e-prev:hover,
194
173
  #{if(&, '&', '*')} .e-next:hover {
195
174
  cursor: $calendar-cursor-pointer-style;
196
- }
197
- #{if(&, '&', '*')} .e-prev.e-overlay,
175
+ }#{if(&, '&', '*')} .e-prev.e-overlay,
198
176
  #{if(&, '&', '*')} .e-next.e-overlay {
199
177
  background: $calendar-none-style;
200
- }
201
- }
202
- #{if(&, '&', '*')} .e-header.e-decade .e-title,
178
+ }
179
+ }#{if(&, '&', '*')} .e-header.e-decade .e-title,
203
180
  #{if(&, '&', '*')} .e-header.e-year .e-title {
204
181
  margin-left: $calendar-decade-title-left-margin-style;
205
- }
206
- #{if(&, '&', '*')} .e-header.e-decade .e-title {
182
+ }#{if(&, '&', '*')} .e-header.e-decade .e-title {
207
183
  cursor: $calendar-cursor-default-style;
208
- }
209
- #{if(&, '&', '*')} .e-header .e-icon-container {
184
+ }#{if(&, '&', '*')} .e-header .e-icon-container {
210
185
  display: $calendar-inline-block-style;
211
186
  float: $calendar-float-right-style;
212
187
  padding-top: $calendar-icon-padding-top;
213
- }
214
- #{if(&, '&', '*')} .e-footer-container {
188
+ }#{if(&, '&', '*')} .e-footer-container {
215
189
  text-transform: uppercase;
190
+ }
216
191
  }
217
- }
218
192
 
219
193
  //normal style
220
194
  #{&}.e-calendar,
221
195
  .e-bigger.e-small #{&}.e-calendar {
222
196
  border-spacing: 0;
223
197
  max-width: $calendar-normal-max-width;
224
- min-width: $calendar-normal-min-width;
198
+ min-width: $calendar-normal-min-width;
225
199
  padding: $calendar-popup-padding;
226
200
 
227
201
  #{if(&, '&', '*')}.e-calendar-day-header-lg {
228
202
  max-width: $calendar-lg-day-header-format-max-width;
229
203
  min-width: $calendar-lg-day-header-format-min-width;
230
- }
231
- #{if(&, '&', '*')}.e-week-number {
204
+ }#{if(&, '&', '*')}.e-week-number {
232
205
  min-width: $calendar-weeknumber-min-width;
233
206
  }
234
207
 
235
208
  #{if(&, '&', '*')}.e-week {
236
209
  max-width: $calendar-week-normal-max-width;
237
- min-width: $calendar-week-normal-min-width;
238
- }
239
- #{if(&, '&', '*')} .e-header .e-title {
210
+ min-width: $calendar-week-normal-min-width;
211
+ }#{if(&, '&', '*')} .e-header .e-title {
240
212
  line-height: $calendar-normal-header-height;
241
- }
242
- #{if(&, '&', '*')}.e-rtl .e-header .e-title {
213
+ }#{if(&, '&', '*')}.e-rtl .e-header .e-title {
243
214
  text-align: $calendar-float-right-style;
244
215
  text-indent: $calendar-rtl-text-indent;
245
- }
246
- #{if(&, '&', '*')} .e-header {
216
+ }#{if(&, '&', '*')} .e-header {
247
217
  height: $calendar-normal-header-height;
248
218
 
249
219
  #{if(&, '&', '*')}.e-month {
250
220
  padding: $calendar-normal-header-padding;
251
- }
221
+ }
252
222
 
253
223
  #{if(&, '&', '*')}.e-year,
224
+
254
225
  #{if(&, '&', '*')}.e-decade {
255
226
  padding: $calendar-yeardecade-header-padding;
256
- }
257
- }
258
- #{if(&, '&', '*')} th {
227
+ }
228
+ }#{if(&, '&', '*')} th {
259
229
  font-weight: $calendar-normal-day-header-font-weight;
260
230
  height: $calendar-normal-day-header-height;
261
231
  text-transform: $calendar-normal-day-header-text;
262
- }
263
- #{if(&, '&', '*')} .e-content {
232
+ }#{if(&, '&', '*')} .e-content {
264
233
  #{if(&, '&', '*')} .e-selected ,
265
234
  #{if(&, '&', '*')} .e-state-hover {
266
235
  border-radius: 0;
267
- }
268
- #{if(&, '&', '*')} span.e-day {
236
+ }#{if(&, '&', '*')} span.e-day {
269
237
  border: $calendar-default-border-color;
270
238
  font-size: $calendar-date-font-size;
271
239
  font-weight: $calendar-link-font-weight-style;
@@ -273,44 +241,36 @@
273
241
  line-height: $calendar-normal-month-view-height;
274
242
  width: $calendar-normal-month-view-width;
275
243
  }
276
- }
277
- #{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
244
+ }#{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
278
245
  line-height: $calendar-normal-month-view-line-height;
279
- }
280
- #{if(&, '&', '*')} .e-content.e-year table,
246
+ }#{if(&, '&', '*')} .e-content.e-year table,
281
247
  #{if(&, '&', '*')} .e-content.e-decade table {
282
248
  border-spacing: 0;
283
249
  padding: $calendar-yeardecade-padding;
284
- }
285
- #{if(&, '&', '*')} .e-content.e-month td {
250
+ }#{if(&, '&', '*')} .e-content.e-month td {
286
251
  height: $calendar-normal-month-view-height;
287
252
  padding: $calendar-normal-month-cell-padding;
288
- }
289
- #{if(&, '&', '*')} .e-content .tfooter > tr > td {
253
+ }#{if(&, '&', '*')} .e-content .tfooter > tr > td {
290
254
  height: $calendar-normal-today-button-height;
291
255
  line-height: $calendar-normal-today-button-height;
292
- }
293
- #{if(&, '&', '*')} .e-content.e-year td,
256
+ }#{if(&, '&', '*')} .e-content.e-year td,
294
257
  #{if(&, '&', '*')} .e-content.e-decade td {
295
258
  height: $calendar-normal-year-decade-height;
296
259
  padding: $calendar-normal-year-decade-padding;
297
- }
298
- #{if(&, '&', '*')} .e-content.e-year td > span.e-day,
260
+ }#{if(&, '&', '*')} .e-content.e-year td > span.e-day,
299
261
  #{if(&, '&', '*')} .e-content.e-decade td > span.e-day {
300
262
  font-weight: $calendar-yeardecade-font-weight;
301
263
  height: $calendar-normal-year-decade-height;
302
264
  line-height: $calendar-normal-year-decade-height;
303
265
  width: $calendar-normal-year-decade-width;
304
- }
305
- #{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date) > span.e-day,
266
+ }#{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date) > span.e-day,
306
267
  #{if(&, '&', '*')} .e-content.e-decade td.e-selected:not(.e-focused-date) > span.e-day,
307
268
  #{if(&, '&', '*')} .e-content.e-year td.e-selected:not(.e-focused-date):hover > span.e-day,
308
269
  #{if(&, '&', '*')} .e-content.e-decade td.e-selected:not(.e-focused-date):hover > span.e-day {
309
270
  @if ($skin-name == 'FluentUI') {
310
271
  box-shadow: $calendar-none-style;
311
272
  }
312
- }
313
- #{if(&, '&', '*')} .e-header .e-icon-container {
273
+ }#{if(&, '&', '*')} .e-header .e-icon-container {
314
274
  #{if(&, '&', '*')} .e-prev,
315
275
  #{if(&, '&', '*')} .e-next {
316
276
  height: $calendar-normal-icon-size;
@@ -322,8 +282,8 @@
322
282
  margin: $calendar-normal-down-icon-margin;
323
283
  }
324
284
  }
325
- }
326
- #{if(&, '&', '*')} .e-footer-container {
285
+
286
+ }#{if(&, '&', '*')} .e-footer-container {
327
287
  background-color: $calendar-footer-background;
328
288
  border-top: $calendar-footer-border;
329
289
  cursor: $calendar-cursor-default-style;
@@ -333,13 +293,12 @@
333
293
  padding: $calendar-footer-container-padding;
334
294
  text-align: center;
335
295
  width: $calendar-full-width;
336
- }
337
- #{if(&, '&', '*')}.e-rtl .e-header .e-title {
296
+ }#{if(&, '&', '*')}.e-rtl .e-header .e-title {
338
297
  @if $skin-name == 'bootstrap5' {
339
298
  text-indent: $calendar-rtl-bigger-small-text-indent;
340
- }
341
299
  }
342
300
  }
301
+ }
343
302
 
344
303
  .e-small.e-bigger#{&}.e-calendar,
345
304
  .e-small.e-bigger #{&}.e-calendar {
@@ -367,7 +326,7 @@
367
326
  @if $skin-name == 'tailwind' {
368
327
  padding: $calendar-bigger-small-header-padding;
369
328
  }
370
- }
329
+ }
371
330
 
372
331
  #{if(&, '&', '*')} .e-icon-container .e-prev {
373
332
  @if $skin-name == 'tailwind' {
@@ -406,8 +365,7 @@
406
365
  @if $skin-name == 'tailwind' {
407
366
  line-height: $calendar-bigger-small-month-view-line-height;
408
367
  }
409
- }
410
- #{if(&, '&', '*')}.e-month td {
368
+ }#{if(&, '&', '*')}.e-month td {
411
369
  @if $skin-name == 'tailwind' {
412
370
  height: $calendar-bigger-small-month-view-height;
413
371
  }
@@ -419,8 +377,7 @@
419
377
  height: $calendar-day-bigger-small-cell-size;
420
378
  width: $calendar-day-bigger-small-cell-size;
421
379
  }
422
- }
423
- #{if(&, '&', '*')} .e-header .e-title {
380
+ }#{if(&, '&', '*')} .e-header .e-title {
424
381
  @if $skin-name == 'bootstrap5' {
425
382
  margin-left: $calendar-title-margin-bigger-small-left-style;
426
383
  }
@@ -437,24 +394,19 @@
437
394
  #{if(&, '&', '*')}.e-calendar-day-header-lg {
438
395
  max-width: $calendar-lg-day-header-format-max-width;
439
396
  min-width: $calendar-lg-day-header-format-min-width;
440
- }
441
- #{if(&, '&', '*')}.e-week {
397
+ }#{if(&, '&', '*')}.e-week {
442
398
  max-width: $calendar-week-bigger-max-width;
443
399
  min-width: $calendar-week-bigger-min-width;
444
- }
445
- #{if(&, '&', '*')}.e-week-number {
400
+ }#{if(&, '&', '*')}.e-week-number {
446
401
  min-width: $calendar-weeknumber-bigger-width;
447
- }
448
- #{if(&, '&', '*')} .e-header .e-title {
402
+ }#{if(&, '&', '*')} .e-header .e-title {
449
403
  font-size: $calendar-bigger-header-font-size;
450
404
  line-height: $calendar-bigger-header-height;
451
405
  width: 60%;
452
- }
453
- #{if(&, '&', '*')}.e-rtl .e-header .e-title {
406
+ }#{if(&, '&', '*')}.e-rtl .e-header .e-title {
454
407
  line-height: $calendar-bigger-header-height;
455
408
  text-indent: 6px;
456
- }
457
- #{if(&, '&', '*')} .e-header {
409
+ }#{if(&, '&', '*')} .e-header {
458
410
  height: $calendar-bigger-header-height;
459
411
  padding: $calendar-bigger-header-padding;
460
412
 
@@ -464,81 +416,72 @@
464
416
  #{if(&, '&', '*')} span {
465
417
  font-size: $calendar-bigger-icon-font-size;
466
418
  padding: $calendar-bigger-icon-padding;
467
- }
468
- }
419
+ }
420
+ }
469
421
 
470
422
  #{if(&, '&', '*')}.e-year,
471
423
  #{if(&, '&', '*')}.e-decade {
472
424
  padding: $calendar-bigger-yeardecade-header-padding;
473
- }
474
- }
475
- #{if(&, '&', '*')} th {
425
+ }
426
+
427
+ }#{if(&, '&', '*')} th {
476
428
  font-size: $calendar-bigger-week-header-font-size;
477
429
  height: $calendar-bigger-day-header-height;
478
430
  text-transform: $calendar-normal-day-header-text;
479
- }
480
- #{if(&, '&', '*')} .e-content {
431
+ }#{if(&, '&', '*')} .e-content {
481
432
  #{if(&, '&', '*')}.e-year span.e-day {
482
433
  font-size: $calendar-bigger-yeardecade-font-size;
483
434
  font-weight: $calendar-bigger-yeardecade-font-weight;
484
- }
435
+ }
485
436
 
486
437
  #{if(&, '&', '*')}.e-month table {
487
438
  padding: $calendar-bigger-table-month-padding;
488
- }
439
+ }
489
440
 
490
441
  #{if(&, '&', '*')}.e-year table,
491
442
  #{if(&, '&', '*')}.e-decade table {
492
443
  padding: $calendar-bigger-table-yeardecade-padding;
493
- }
444
+ }
494
445
 
495
446
  #{if(&, '&', '*')} .e-selected ,
496
447
  #{if(&, '&', '*')} .e-state-hover {
497
448
  border-radius: 0;
498
- }
499
- #{if(&, '&', '*')} span.e-day {
449
+ }#{if(&, '&', '*')} span.e-day {
500
450
  font-size: $calendar-bigger-month-font-size;
501
451
  height: $calendar-bigger-month-view-height;
502
452
  line-height: $calendar-bigger-month-view-height;
503
453
  width: $calendar-bigger-month-view-width;
504
- }
505
- }
506
- #{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
454
+ }
455
+ }#{if(&, '&', '*')} .e-content.e-month td.e-today span.e-day {
507
456
  line-height: $calendar-bigger-month-view-line-height;
508
- }
509
- #{if(&, '&', '*')} .e-content.e-month td {
457
+ }#{if(&, '&', '*')} .e-content.e-month td {
510
458
  height: $calendar-bigger-month-view-padding;
511
459
  padding: $calendar-bigger-month-view-padding;
512
- }
513
- #{if(&, '&', '*')} .e-content.e-year td,
460
+ }#{if(&, '&', '*')} .e-content.e-year td,
514
461
  #{if(&, '&', '*')} .e-content.e-decade td {
515
462
  height: $calendar-bigger-year-decade-height;
516
463
  padding: $calendar-bigger-year-decade-padding;
517
- }
518
- #{if(&, '&', '*')} .e-content.e-year td > span.e-day,
464
+ }#{if(&, '&', '*')} .e-content.e-year td > span.e-day,
519
465
  #{if(&, '&', '*')} .e-content.e-decade td > span.e-day {
520
466
  height: $calendar-bigger-year-decade-height;
521
467
  line-height: $calendar-bigger-year-decade-height;
522
468
  width: $calendar-bigger-year-decade-width;
523
- }
524
- #{if(&, '&', '*')} .e-header .e-icon-container {
469
+ }#{if(&, '&', '*')} .e-header .e-icon-container {
525
470
  #{if(&, '&', '*')} .e-prev,
526
471
  #{if(&, '&', '*')} .e-next {
527
472
  height: $calendar-bigger-icon-size;
528
473
  width: $calendar-bigger-icon-size;
529
- }
474
+ }
530
475
 
531
476
  #{if(&, '&', '*')} .e-prev {
532
477
  @if $skin-name == 'tailwind' {
533
478
  margin: $calendar-bigger-down-icon-margin;
534
479
  }
535
480
  }
536
- }
537
- #{if(&, '&', '*')} .e-footer-container {
481
+ }#{if(&, '&', '*')} .e-footer-container {
538
482
  border-top: $calendar-bigger-footer-border;
539
483
  padding: $calendar-bigger-footer-container-padding;
540
- }
541
- #{if(&, '&', '*')} .e-header .e-title {
484
+ }#{if(&, '&', '*')} .e-header .e-title {
542
485
  @if $skin-name == 'bootstrap5' {
543
486
  margin-left: $calendar-title-margin-bigger-small-left-style;
544
487
  }
@@ -547,15 +490,15 @@
547
490
  #{if(&, '&', '*')}.e-rtl .e-header .e-title {
548
491
  @if $skin-name == 'bootstrap5' {
549
492
  text-indent: $calendar-rtl-bigger-text-indent;
493
+ }
550
494
  }
551
- }
552
495
  }
553
496
 
554
497
  // Mouse small style
555
498
  .e-small#{&}.e-calendar,
556
499
  .e-small #{&}.e-calendar {
557
500
  max-width: $calendar-small-max-width;
558
- min-width: $calendar-small-min-width;
501
+ min-width: $calendar-small-min-width;
559
502
  padding: $calendar-small-popup-padding;
560
503
 
561
504
  #{if(&, '&', '*')} .e-footer-container {
@@ -567,8 +510,7 @@
567
510
  #{if(&, '&', '*')}.e-calendar-day-header-lg {
568
511
  max-width: $calendar-lg-day-header-format-max-width;
569
512
  min-width: $calendar-lg-day-header-format-min-width;
570
- }
571
- #{if(&, '&', '*')} .e-content {
513
+ }#{if(&, '&', '*')} .e-content {
572
514
  #{if(&, '&', '*')} span.e-day {
573
515
  font-size: $calendar-small-date-font-size;
574
516
  height: $calendar-small-month-view-height;
@@ -604,7 +546,7 @@
604
546
  @if $skin-name == 'tailwind' {
605
547
  padding: $calendar-small-header-padding;
606
548
  }
607
- }
549
+ }
608
550
  }
609
551
 
610
552
  #{if(&, '&', '*')} .e-content.e-month table,
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $calendar-title-hover-color: $grey-dark-font !default;
3
3
  $calendar-icon-hover-color: $grey-dark-font !default;
4
4
  $calendar-default-border-color: $grey-700 !default;
@@ -69,7 +69,6 @@ $calendar-border-radius: 50% !default;
69
69
  $calendar-pointer-events: none !default;
70
70
  $calendar-float-right-style: right !default;
71
71
  $calendar-icon-padding-top: 0 !default;
72
-
73
72
  // newly added
74
73
  $calendar-active-today-hover-font-color: $accent-font !default;
75
74
  $calendar-today-focused-font-color: $accent !default;
@@ -168,7 +167,6 @@ $calendar-today-disabled-background-style: transparent !default;
168
167
  $calendar-today-disabled-border-style: transparent !default;
169
168
  $calendar-today-disabled-box-shadow: none !default;
170
169
  $calendar-today-disabled-color: rgba($grey-white, .3) !default;
171
-
172
170
  //endtoday
173
171
 
174
172
  //table related styles