@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,5 +1,4 @@
1
1
  @include export-module('daterangepicker-layout') {
2
-
3
2
  /*! daterangepicker layout */
4
3
  .e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
5
4
  .e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
@@ -33,15 +32,13 @@
33
32
 
34
33
  #{if(&, '&', '*')}.e-daterange-day-header-lg {
35
34
  max-width: $range-lg-day-header-format-width;
36
- }
37
- #{if(&, '&', '*')}.e-preset-wrapper {
35
+ }#{if(&, '&', '*')}.e-preset-wrapper {
38
36
  min-width: $range-preset-min-width;
39
37
 
40
38
  #{if(&, '&', '*')} .e-presets {
41
39
  max-height: $range-value-none;
42
40
  }
43
- }
44
- #{if(&, '&', '*')} .e-range-header {
41
+ }#{if(&, '&', '*')} .e-range-header {
45
42
  background: $range-header-bg-color;
46
43
  padding: $range-control-header-margin;
47
44
  width: $range-control-header-width;
@@ -61,14 +58,12 @@
61
58
  user-select: $range-browser-select-none;
62
59
  white-space: $range-text-nowrap;
63
60
  width: $range-start-end-label-width;
64
- }
65
- #{if(&, '&', '*')} .e-change-icon {
61
+ }#{if(&, '&', '*')} .e-change-icon {
66
62
  font-size: $range-font-size;
67
63
  font-weight: $range-font-weight-bold;
68
64
  text-align: $range-align-center;
69
65
  width: $range-change-icon-width;
70
- }
71
- #{if(&, '&', '*')} .e-day-span {
66
+ }#{if(&, '&', '*')} .e-day-span {
72
67
  direction: $range-direction-left;
73
68
  font-size: $range-calendar-small-font-size;
74
69
  height: $range-day-span-height;
@@ -76,20 +71,17 @@
76
71
  text-align: $range-align-center;
77
72
  user-select: $range-browser-select-none;
78
73
  width: $range-indicator-label-width;
79
- }
80
- #{if(&, '&', '*')} .e-start-end {
74
+ }#{if(&, '&', '*')} .e-start-end {
81
75
  align-items: $range-align-center;
82
76
  display: $range-flex-style;
83
77
  height: $range-start-end-container-height;
84
78
  }
85
- }
86
- #{if(&, '&', '*')} .e-separator {
79
+ }#{if(&, '&', '*')} .e-separator {
87
80
  @if ($skin-name != 'FluentUI') {
88
81
  height: $range-separator-height;
89
82
  margin: $range-separator-margin;
90
83
  }
91
- }
92
- #{if(&, '&', '*')} .e-calendar {
84
+ }#{if(&, '&', '*')} .e-calendar {
93
85
  border: $range-calendar-border;
94
86
  margin: $range-calendar-margin;
95
87
  @if ($skin-name != 'FluentUI') {
@@ -100,8 +92,7 @@
100
92
  @if ($skin-name != 'FluentUI') {
101
93
  padding: $range-calendar-normal-table-padding;
102
94
  }
103
- }
104
- #{if(&, '&', '*')} .e-header {
95
+ }#{if(&, '&', '*')} .e-header {
105
96
  #{if(&, '&', '*')} .e-title {
106
97
  cursor: $range-cursor-pointer-style;
107
98
  line-height: $range-normal-nav-icon-height;
@@ -111,55 +102,44 @@
111
102
  font-weight: $range-font-weight-normal;
112
103
  margin-left: $range-value-zero;
113
104
  }
114
- }
115
- #{if(&, '&', '*')}.e-month,
105
+ }#{if(&, '&', '*')}.e-month,
116
106
  #{if(&, '&', '*')}.e-year,
117
107
  #{if(&, '&', '*')}.e-decade {
118
108
  @if ($skin-name != 'FluentUI') {
119
109
  padding: $range-calendar-header-padding;
120
110
  }
121
- }
122
- #{if(&, '&', '*')} .e-next {
111
+ }#{if(&, '&', '*')} .e-next {
123
112
  float: $range-float-right;
124
- }
125
- #{if(&, '&', '*')} .e-prev {
113
+ }#{if(&, '&', '*')} .e-prev {
126
114
  float: $range-float-left;
127
115
  @if ($skin-name == 'FluentUI') {
128
116
  float: $range-float-right;
129
117
  }
130
- }
131
- #{if(&, '&', '*')} .e-next,
118
+ }#{if(&, '&', '*')} .e-next,
132
119
  #{if(&, '&', '*')} .e-prev {
133
120
  height: $range-normal-nav-icon-height;
134
121
  width: $range-normal-nav-icon-width;
135
- }
136
- #{if(&, '&', '*')} .e-next span,
122
+ }#{if(&, '&', '*')} .e-next span,
137
123
  #{if(&, '&', '*')} .e-prev span {
138
124
  padding: $range-icon-normal-padding;
139
125
  }
140
- }
141
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover {
126
+ }#{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover {
142
127
  border-radius: $range-hover-start-radius;
143
- }
144
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
128
+ }#{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
145
129
  border-radius: $range-hover-end-radius;
146
- }
147
- #{if(&, '&', '*')} .e-start-date.e-selected {
130
+ }#{if(&, '&', '*')} .e-start-date.e-selected {
148
131
  @if ($skin-name == 'FluentUI') {
149
132
  border-radius: $range-hover-start-radius;
150
133
  }
151
- }
152
- #{if(&, '&', '*')} .e-end-date.e-selected {
134
+ }#{if(&, '&', '*')} .e-end-date.e-selected {
153
135
  @if ($skin-name == 'FluentUI') {
154
136
  border-radius: $range-hover-end-radius;
155
137
  }
156
- }
157
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover span.e-day,
138
+ }#{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover span.e-day,
158
139
  #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover span.e-day {
159
140
  border: $range-calendar-hover-border;
160
141
  }
161
- }
162
- #{if(&, '&', '*')} .e-footer {
142
+ }#{if(&, '&', '*')} .e-footer {
163
143
  align-items: $range-align-center;
164
144
  @if ($skin-name != 'FluentUI') {
165
145
  border-top: $range-border-value;
@@ -171,33 +151,28 @@
171
151
  @if $skin-name == 'tailwind' {
172
152
  border-radius: $range-popup-footer-border-radius;
173
153
  }
174
- }
175
- #{if(&, '&', '*')} .e-footer .e-btn {
154
+ }#{if(&, '&', '*')} .e-footer .e-btn {
176
155
  font-weight: $range-btn-font-weight;
177
156
  height: $range-btn-normal-height;
178
157
  line-height: $range-btn-normal-line-height;
179
158
  overflow: $range-visibility-hidden;
180
159
  padding: $range-btn-padding;
181
160
  text-overflow: $range-text-overflow;
182
- }
183
- #{if(&, '&', '*')} .e-footer .e-btn.e-apply {
161
+ }#{if(&, '&', '*')} .e-footer .e-btn.e-apply {
184
162
  margin: $range-normal-footer-margin;
185
- }
186
- #{if(&, '&', '*')} .e-date-range-container {
163
+ }#{if(&, '&', '*')} .e-date-range-container {
187
164
  float: $range-float-left;
188
165
 
189
166
  #{if(&, '&', '*')}.e-range-border {
190
167
  border-right: $range-border-value;
191
168
  }
192
- }
193
- #{if(&, '&', '*')} .e-calendar-container {
169
+ }#{if(&, '&', '*')} .e-calendar-container {
194
170
  display: $range-flex-style;
195
171
 
196
172
  #{if(&, '&', '*')} .e-left-container,
197
173
  #{if(&, '&', '*')} .e-right-container {
198
174
  float: $range-float-left;
199
- }
200
- #{if(&, '&', '*')} .e-left-container {
175
+ }#{if(&, '&', '*')} .e-left-container {
201
176
  @if $skin-name != 'FluentUI' {
202
177
  border-right: $range-border-value;
203
178
  }
@@ -205,8 +180,7 @@
205
180
  border-right: $range-container-border-value;
206
181
  }
207
182
  }
208
- }
209
- #{if(&, '&', '*')} .e-presets {
183
+ }#{if(&, '&', '*')} .e-presets {
210
184
  max-height: $range-presets-height;
211
185
  overflow: auto;
212
186
  width: $range-width-auto;
@@ -218,16 +192,13 @@
218
192
  overflow: $range-visibility-hidden;
219
193
  padding: $range-list-item-padding;
220
194
  white-space: $range-text-nowrap;
221
- }
222
- #{if(&, '&', '*')} .e-list-parent {
195
+ }#{if(&, '&', '*')} .e-list-parent {
223
196
  margin: $range-value-zero;
224
197
  max-width: $range-presets-width;
225
198
  padding: $range-value-zero;
226
- }
227
- #{if(&, '&', '*')} .e-text-content {
199
+ }#{if(&, '&', '*')} .e-text-content {
228
200
  line-height: $range-list-item-line-height;
229
- }
230
- #{if(&, '&', '*')} .e-ul {
201
+ }#{if(&, '&', '*')} .e-ul {
231
202
 
232
203
  #{if(&, '&', '*')} li.e-list-item {
233
204
  font-size: $range-presets-normal-list-font-size;
@@ -235,20 +206,17 @@
235
206
  line-height: $range-preset-normal-list-height;
236
207
  }
237
208
  }
238
- }
239
- #{if(&, '&', '*')} .e-hide-range {
209
+ }#{if(&, '&', '*')} .e-hide-range {
240
210
  display: $range-display-none;
241
211
  }
242
- }
243
- #{if(&, '&', '*')}.e-rtl {
212
+ }#{if(&, '&', '*')}.e-rtl {
244
213
  #{if(&, '&', '*')} .e-date-range-container {
245
214
  float: $range-float-right;
246
215
 
247
216
  #{if(&, '&', '*')}.e-range-border {
248
217
  border-left: $range-border-value;
249
218
  border-right: $range-value-zero;
250
- }
251
- #{if(&, '&', '*')} .e-left-container {
219
+ }#{if(&, '&', '*')} .e-left-container {
252
220
  @if $skin-name != 'FluentUI' {
253
221
  border-left: $range-border-value;
254
222
  border-right: $range-value-zero;
@@ -256,36 +224,30 @@
256
224
  @if $skin-name == 'tailwind' {
257
225
  border-left: $range-container-border-value;
258
226
  }
259
- }
260
- #{if(&, '&', '*')} .e-calendar {
227
+ }#{if(&, '&', '*')} .e-calendar {
261
228
  #{if(&, '&', '*')} .e-next {
262
229
  float: $range-float-left;
263
- }
264
- #{if(&, '&', '*')} .e-prev {
230
+ }#{if(&, '&', '*')} .e-prev {
265
231
  float: $range-float-right;
266
- }
267
- #{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover {
232
+ }#{if(&, '&', '*')} .e-start-date.e-selected.e-range-hover {
268
233
  border-radius: $range-hover-end-radius;
269
234
  @if ($skin-name == 'FluentUI') {
270
235
  box-shadow: $selected-range-box-shadow;
271
236
  }
272
- }
273
- #{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
237
+ }#{if(&, '&', '*')} .e-end-date.e-selected.e-range-hover {
274
238
  border-radius: $range-hover-start-radius;
275
239
  @if ($skin-name == 'FluentUI') {
276
240
  box-shadow: $selected-range-box-shadow;
277
241
  }
278
242
  }
279
243
  }
280
- }
281
- #{if(&, '&', '*')} .e-footer {
244
+ }#{if(&, '&', '*')} .e-footer {
282
245
  flex-direction: $range-flex-direction-row;
283
246
  justify-content: $range-flex-justify-content;
284
247
 
285
248
  #{if(&, '&', '*')} .e-btn.e-cancel {
286
249
  margin: $range-normal-rtl-footer-margin;
287
- }
288
- #{if(&, '&', '*')} .e-btn.e-apply {
250
+ }#{if(&, '&', '*')} .e-btn.e-apply {
289
251
  margin-left: $range-value-zero;
290
252
  }
291
253
  }
@@ -336,8 +298,7 @@
336
298
  #{if(&, '&', '*')} .e-presets {
337
299
  max-height: $range-value-none;
338
300
  }
339
- }
340
- #{if(&, '&', '*')} .e-range-header {
301
+ }#{if(&, '&', '*')} .e-range-header {
341
302
  @if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' {
342
303
  margin: $range-control-bigger-header-margin;
343
304
  }
@@ -375,33 +336,27 @@
375
336
  padding: $range-sart-end-btn-padding;
376
337
  text-overflow: $range-text-overflow;
377
338
  width: $range-btn-width;
378
- }
379
- #{if(&, '&', '*')} .e-end-btn {
339
+ }#{if(&, '&', '*')} .e-end-btn {
380
340
  border-left: $range-value-zero;
381
341
  border-radius: $range-btn-right-radius;
382
- }
383
- #{if(&, '&', '*')} .e-start-btn {
342
+ }#{if(&, '&', '*')} .e-start-btn {
384
343
  border-radius: $range-btn-left-radius;
385
- }
386
- #{if(&, '&', '*')} .e-start-btn:hover,
344
+ }#{if(&, '&', '*')} .e-start-btn:hover,
387
345
  #{if(&, '&', '*')} .e-end-btn:hover:not([disabled]) {
388
346
  box-shadow: $range-box-shadow-none;
389
- }
390
- #{if(&, '&', '*')} .e-start-btn.e-active,
347
+ }#{if(&, '&', '*')} .e-start-btn.e-active,
391
348
  #{if(&, '&', '*')} .e-start-btn.e-active:active,
392
349
  #{if(&, '&', '*')} .e-end-btn.e-active,
393
350
  #{if(&, '&', '*')} .e-end-btn.e-active:active:not([disabled]),
394
351
  #{if(&, '&', '*')} .e-start-btn.e-active:hover,
395
352
  #{if(&, '&', '*')} .e-end-btn.e-active:hover {
396
353
  box-shadow: $range-box-shadow-none;
397
- }
398
- #{if(&, '&', '*')} .e-start-btn,
354
+ }#{if(&, '&', '*')} .e-start-btn,
399
355
  #{if(&, '&', '*')} .e-end-btn {
400
356
  max-width: $range-header-btn-bigger-max-width;
401
357
  }
402
358
  }
403
- }
404
- #{if(&, '&', '*')} .e-presets {
359
+ }#{if(&, '&', '*')} .e-presets {
405
360
  max-height: $range-bigger-presets-height;
406
361
 
407
362
  #{if(&, '&', '*')}.e-preset-wrapper {
@@ -419,8 +374,7 @@
419
374
  }
420
375
  }
421
376
  }
422
- }
423
- #{if(&, '&', '*')} .e-calendar {
377
+ }#{if(&, '&', '*')} .e-calendar {
424
378
  max-width: $range-calendar-bigger-max;
425
379
  @if ($skin-name != 'FluentUI') {
426
380
  padding: $range-bigger-calendar-popup-padding;
@@ -430,8 +384,7 @@
430
384
  @if ($skin-name != 'FluentUI') {
431
385
  padding: $range-calendar-bigger-table-padding;
432
386
  }
433
- }
434
- #{if(&, '&', '*')} .e-header {
387
+ }#{if(&, '&', '*')} .e-header {
435
388
  #{if(&, '&', '*')} .e-next,
436
389
  #{if(&, '&', '*')} .e-prev {
437
390
  height: $range-bigger-nav-icon-height;
@@ -445,8 +398,7 @@
445
398
  #{if(&, '&', '*')} .e-title {
446
399
  cursor: $range-cursor-pointer-style;
447
400
  line-height: $range-bigger-nav-icon-height;
448
- }
449
- #{if(&, '&', '*')}.e-month,
401
+ }#{if(&, '&', '*')}.e-month,
450
402
  #{if(&, '&', '*')}.e-year,
451
403
  #{if(&, '&', '*')}.e-decade {
452
404
  @if ($skin-name != 'FluentUI') {
@@ -454,40 +406,33 @@
454
406
  }
455
407
  }
456
408
  }
457
- }
458
- #{if(&, '&', '*')} .e-footer {
409
+ }#{if(&, '&', '*')} .e-footer {
459
410
  height: $range-bigger-footer-height;
460
411
 
461
412
  #{if(&, '&', '*')} .e-btn {
462
413
  height: $range-btn-bigger-height;
463
414
  line-height: $range-btn-bigger-line-height;
464
415
  overflow: $range-visibility-hidden;
465
- }
466
- #{if(&, '&', '*')} .e-btn.e-apply {
416
+ }#{if(&, '&', '*')} .e-btn.e-apply {
467
417
  margin: $range-bigger-footer-margin;
468
418
  }
469
- }
470
- #{if(&, '&', '*')}.e-rtl.e-popup {
419
+ }#{if(&, '&', '*')}.e-rtl.e-popup {
471
420
  #{if(&, '&', '*')} .e-range-header .e-start-end {
472
421
  #{if(&, '&', '*')} .e-end-btn {
473
422
  border: $range-btn-border-value;
474
423
  border-radius: $range-btn-left-radius;
475
424
  border-right: $range-value-zero;
476
- }
477
- #{if(&, '&', '*')} .e-start-btn {
425
+ }#{if(&, '&', '*')} .e-start-btn {
478
426
  border-radius: $range-btn-right-radius;
479
427
  }
480
- }
481
- #{if(&, '&', '*')} .e-footer {
428
+ }#{if(&, '&', '*')} .e-footer {
482
429
  #{if(&, '&', '*')}.e-btn.e-cancel {
483
430
  margin: $range-bigger-rtl-footer-margin;
484
- }
485
- #{if(&, '&', '*')} .e-btn.e-apply {
431
+ }#{if(&, '&', '*')} .e-btn.e-apply {
486
432
  margin-left: $range-value-zero;
487
433
  }
488
434
  }
489
- }
490
- #{if(&, '&', '*')}.e-device {
435
+ }#{if(&, '&', '*')}.e-device {
491
436
  #{if(&, '&', '*')}.e-popup {
492
437
  max-width: $range-device-max-width;
493
438
 
@@ -559,7 +504,7 @@
559
504
  }
560
505
  }
561
506
 
562
- /* stylelint-disable */
507
+ // sass-lint:disable-all
563
508
  .e-range-overflow {
564
509
  overflow: hidden;
565
510
  }
@@ -582,6 +527,13 @@
582
527
  top:0 !important;
583
528
  left: 0 !important;
584
529
  }
530
+
531
+ .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
532
+ min-height:100%;
533
+ min-width: 100%;
534
+ height:100%;
535
+ width:100%;
536
+ }
585
537
  }
586
538
 
587
539
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
@@ -594,5 +546,149 @@
594
546
  background-size: 250px 40px;
595
547
  min-height: 40px;
596
548
  }
549
+ .e-daterangepick-mob-popup-wrap {
550
+
551
+ #{if( &, '&', '*')} .e-daterangepicker.e-popup.e-popup-expand {
552
+
553
+ .e-calendar,
554
+ .e-date-range-container {
555
+ min-height: 100%;
556
+ min-width: 100%;
557
+ height: 100%;
558
+ width: 100%;
559
+ }
560
+
561
+ .e-calendar-holder {
562
+ height: 100%;
563
+ }
564
+
565
+ .e-calendar-container {
566
+ height: 78%;
567
+ }
568
+ .e-content.e-month {
569
+ height: 90%;
570
+ }
571
+
572
+
573
+ .e-header,
574
+ .e-range-header {
575
+ height: 10%;
576
+ }
577
+
578
+ .e-separator {
579
+ margin: 0;
580
+ }
581
+
582
+ #{if( &, '&', '*')} .e-content.e-month {
583
+ height: 90%;
584
+
585
+ table {
586
+ height: 100%;
587
+ border-spacing: 0px 30px;
588
+ }
589
+ }
590
+ }
591
+
592
+ }
593
+
594
+
595
+ @media screen and (orientation: landscape) {
596
+ .e-daterangepick-mob-popup-wrap {
597
+
598
+ #{if( &, '&', '*')} .e-daterangepicker.e-popup.e-popup-expand {
599
+ .e-range-header {
600
+ float: left;
601
+ height: 100%;
602
+ border-right: 1.5px;
603
+ border-color: black;
604
+ width: 40%;
605
+ margin: 0;
606
+ display: block;
607
+ background-color: #3f51b5;
608
+ }
609
+
610
+ .e-calendar-holder {
611
+ height: 100%;
612
+ width: 100%;
613
+ }
614
+
615
+ .e-start-end {
616
+ display: block;
617
+ width: 100%;
618
+ text-align: -webkit-center;
619
+ }
620
+
621
+ .e-range-header .e-start-end .e-start-btn {
622
+ display: block;
623
+ width: 100%;
624
+ text-align: -webkit-center;
625
+ margin-top: 20%;
626
+ font-size: 20px;
627
+ box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
628
+ }
629
+
630
+ .e-range-header .e-day-span {
631
+ font-size: 20px;
632
+ margin-top: 60%;
633
+ color: #fff;
634
+ }
635
+
636
+ .e-range-header .e-start-end .e-end-btn {
637
+ width: 100%;
638
+ text-align: -webkit-center;
639
+ margin-top: 20%;
640
+ font-size: 20px;
641
+ box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
642
+
643
+ }
644
+
645
+ .e-calendar-container {
646
+ height: 82%;
647
+ }
648
+
649
+ .e-content.e-month {
650
+ height: 80%;
651
+ table {
652
+ border-spacing: unset;
653
+ }
654
+ }
655
+
656
+ .e-header {
657
+ height: 20%;
658
+ }
659
+
660
+ .e-calendar-holder {
661
+ width: 100%;
662
+ }
663
+
664
+ .e-date-range-container {
665
+ display: flex;
666
+ }
667
+
668
+ .e-calendar {
669
+ .e-end-date.e-selected.e-range-hover {
670
+ border-radius: 0 40% 40% 0;
671
+ }
672
+ .e-end-date.e-selected.e-range-hover{
673
+ border-radius: 0 40% 40% 0;
674
+ }
675
+ }
676
+
677
+ }
678
+ }
679
+ }
680
+
681
+ .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 {
682
+ width: calc(100% - 80px);
683
+ }
684
+
685
+ .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 {
686
+ width: calc(100% - 110px);
687
+ }
688
+
689
+
690
+
691
+
692
+
597
693
 
598
- /* stylelint-enable */
694
+ // sass-lint:enable-all
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $range-bg-color: $grey-white !default;
3
3
  $range-primary-color: $primary !default;
4
4
  $range-primary-font-color: $primary-font !default;
@@ -139,7 +139,6 @@ $range-bigger-icon-container-min-height: 24px !default;
139
139
  $range-bigger-icon-container-min-width: 24px !default;
140
140
  $range-icon-margin: 0 0 4px 0 !default;
141
141
  $range-sart-end-btn-padding: 1px 6px !default;
142
-
143
142
  // new variable
144
143
  $range-icon: '\e245' !default;
145
144
  $range-icon-font-size: 16px !default;
@@ -177,7 +176,6 @@ $range-calendar-today-start-color: $range-calendar-active-border !default;
177
176
  $range-calendar-other-normal-border: none !default;
178
177
  $range-calendar-bigger-max: 296px !default;
179
178
  $range-active-font-color: $accent-font !default;
180
-
181
179
  // Mouse small size
182
180
  $range-small-header-label-size: 16px !default;
183
181
  $range-small-font-size: 12px !default;
@@ -190,11 +188,8 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
190
188
  $range-preset-small-list-height: 26px !default;
191
189
  $range-presets-small-list-font-size: 12px !default;
192
190
  $calendar-bigger-small-max-width: 246px !default;
193
-
194
191
  // mouse small icon
195
192
  $range-small-icon-font-size: 14px !default;
196
-
197
193
  // touch small icon
198
194
  $range-bigger-small-icon-font-size: 18px !default;
199
-
200
195
  //enddefault
@@ -1,4 +1,4 @@
1
- //default
1
+ //default
2
2
  $range-bg-color: $grey-white !default;
3
3
  $range-primary-color: $primary !default;
4
4
  $range-primary-font-color: $primary-font !default;
@@ -140,7 +140,6 @@ $range-bigger-icon-container-min-width: 24px !default;
140
140
  $range-icon-margin: 0 0 4px 0 !default;
141
141
  $range-icon-bigger-margin: 0 0 2px 0 !default;
142
142
  $range-sart-end-btn-padding: 1px 6px !default;
143
-
144
143
  // new variable
145
144
  $range-icon: '\e245' !default;
146
145
  $range-icon-font-size: 16px !default;
@@ -177,7 +176,6 @@ $range-calendar-today-start-color: $range-calendar-active-border !default;
177
176
  $range-calendar-other-normal-border: none !default;
178
177
  $range-calendar-bigger-max: 296px !default;
179
178
  $range-active-font-color: $accent-font !default;
180
-
181
179
  // Mouse small size
182
180
  $range-small-header-label-size: 16px !default;
183
181
  $range-small-font-size: 12px !default;
@@ -190,11 +188,8 @@ $range-small-footer-margin: 10px 10px 10px 8px !default;
190
188
  $range-preset-small-list-height: 26px !default;
191
189
  $range-presets-small-list-font-size: 12px !default;
192
190
  $calendar-bigger-small-max-width: 246px !default;
193
-
194
191
  // mouse small icon
195
192
  $range-small-icon-font-size: 14px !default;
196
-
197
193
  // touch small icon
198
194
  $range-bigger-small-icon-font-size: 18px !default;
199
-
200
195
  //enddefault
@@ -101,7 +101,6 @@ $range-icon-normal-padding: 0 !default;
101
101
  $range-preset-normal-list-height: 36px !default;
102
102
  $range-preset-bigger-list-height: 48px !default;
103
103
  $range-calendar-bigger-max: 296px !default;
104
-
105
104
  // new variable
106
105
  $range-icon: '\e245' !default;
107
106
  $range-icon-font-size: 16px !default;
@@ -112,7 +111,6 @@ $range-change-icon: '\e85f' !default;
112
111
  $range-rtl-icon-next: '\e921' !default;
113
112
  $range-rtl-icon-prev: '\e913' !default;
114
113
  $range-rtl-icon-change: '\e85b' !default;
115
-
116
114
  // Mouse small size
117
115
  $range-small-header-label-size: 16px !default;
118
116
  $range-small-font-size: 12px !default;
@@ -154,13 +152,10 @@ $range-text-nowrap: nowrap !default;
154
152
  $range-direction-left: ltr !default;
155
153
  $range-text-overflow: ellipsis !default;
156
154
  $range-calendar-other-normal-border: none !default;
157
-
158
155
  // mouse small icon
159
156
  $range-small-icon-font-size: 14px !default;
160
-
161
157
  // touch small icon
162
158
  $range-bigger-small-icon-font-size: 18px !default;
163
-
164
159
  // color variables
165
160
  $range-bg-color: $flyout-bg-color !default;
166
161
  $range-primary-color: $primary !default;
@@ -201,7 +196,6 @@ $range-today-border-color: $range-calendar-active-border !default;
201
196
  $range-calendar-today-color: $content-text-color !default;
202
197
  $range-calendar-today-start-color: $range-calendar-active-border !default;
203
198
  $range-active-font-color: $primary-text-color !default;
204
-
205
199
  // apply and cancel button styles
206
200
  $range-apply-disabled-background-style: $primary-bg-color-disabled !default;
207
201
  $range-apply-disabled-border-style: $primary-border-color-disabled !default;