@syncfusion/ej2-angular-calendars 25.2.7 → 26.1.35-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 (168) hide show
  1. package/@syncfusion/ej2-angular-calendars.es5.js +1048 -0
  2. package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-calendars.js +981 -0
  4. package/@syncfusion/ej2-angular-calendars.js.map +1 -0
  5. package/dist/ej2-angular-calendars.umd.js +1093 -0
  6. package/dist/ej2-angular-calendars.umd.js.map +1 -0
  7. package/dist/ej2-angular-calendars.umd.min.js +11 -0
  8. package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
  9. package/ej2-angular-calendars.d.ts +9 -0
  10. package/ej2-angular-calendars.metadata.json +1 -0
  11. package/package.json +15 -29
  12. package/schematics/utils/lib-details.js +2 -2
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/calendar/calendar-all.module.d.ts +0 -6
  15. package/src/calendar/calendar.component.d.ts +0 -3
  16. package/src/calendar/calendar.module.d.ts +0 -6
  17. package/src/datepicker/datepicker-all.module.d.ts +0 -6
  18. package/src/datepicker/datepicker.component.d.ts +0 -3
  19. package/src/datepicker/datepicker.module.d.ts +0 -6
  20. package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
  21. package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
  22. package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
  23. package/src/daterangepicker/presets.directive.d.ts +0 -5
  24. package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
  25. package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
  26. package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
  27. package/src/timepicker/timepicker-all.module.d.ts +0 -6
  28. package/src/timepicker/timepicker.component.d.ts +0 -3
  29. package/src/timepicker/timepicker.module.d.ts +0 -6
  30. package/styles/bootstrap-dark.css +3032 -1
  31. package/styles/bootstrap.css +3040 -1
  32. package/styles/bootstrap4.css +3068 -1
  33. package/styles/bootstrap5-dark.css +3200 -1
  34. package/styles/bootstrap5.css +3200 -1
  35. package/styles/calendar/bootstrap-dark.css +872 -1
  36. package/styles/calendar/bootstrap.css +873 -1
  37. package/styles/calendar/bootstrap4.css +873 -1
  38. package/styles/calendar/bootstrap5-dark.css +943 -1
  39. package/styles/calendar/bootstrap5.css +943 -1
  40. package/styles/calendar/fabric-dark.css +880 -1
  41. package/styles/calendar/fabric.css +885 -1
  42. package/styles/calendar/fluent-dark.css +1059 -1
  43. package/styles/calendar/fluent.css +1059 -1
  44. package/styles/calendar/fluent2.css +2022 -0
  45. package/styles/calendar/fluent2.scss +1 -0
  46. package/styles/calendar/highcontrast-light.css +874 -1
  47. package/styles/calendar/highcontrast.css +885 -1
  48. package/styles/calendar/material-dark.css +884 -1
  49. package/styles/calendar/material.css +885 -1
  50. package/styles/calendar/material3-dark.css +1002 -1
  51. package/styles/calendar/material3.css +1114 -1
  52. package/styles/calendar/tailwind-dark.css +975 -1
  53. package/styles/calendar/tailwind.css +975 -1
  54. package/styles/datepicker/bootstrap-dark.css +447 -1
  55. package/styles/datepicker/bootstrap.css +448 -1
  56. package/styles/datepicker/bootstrap4.css +460 -1
  57. package/styles/datepicker/bootstrap5-dark.css +459 -1
  58. package/styles/datepicker/bootstrap5.css +459 -1
  59. package/styles/datepicker/fabric-dark.css +440 -1
  60. package/styles/datepicker/fabric.css +441 -1
  61. package/styles/datepicker/fluent-dark.css +459 -1
  62. package/styles/datepicker/fluent.css +459 -1
  63. package/styles/datepicker/fluent2.css +1680 -0
  64. package/styles/datepicker/fluent2.scss +1 -0
  65. package/styles/datepicker/highcontrast-light.css +453 -1
  66. package/styles/datepicker/highcontrast.css +454 -1
  67. package/styles/datepicker/material-dark.css +498 -1
  68. package/styles/datepicker/material.css +519 -1
  69. package/styles/datepicker/material3-dark.css +616 -1
  70. package/styles/datepicker/material3.css +728 -1
  71. package/styles/datepicker/tailwind-dark.css +464 -1
  72. package/styles/datepicker/tailwind.css +464 -1
  73. package/styles/daterangepicker/bootstrap-dark.css +1198 -1
  74. package/styles/daterangepicker/bootstrap.css +1204 -1
  75. package/styles/daterangepicker/bootstrap4.css +1216 -1
  76. package/styles/daterangepicker/bootstrap5-dark.css +1279 -1
  77. package/styles/daterangepicker/bootstrap5.css +1279 -1
  78. package/styles/daterangepicker/fabric-dark.css +1198 -1
  79. package/styles/daterangepicker/fabric.css +1199 -1
  80. package/styles/daterangepicker/fluent-dark.css +1322 -1
  81. package/styles/daterangepicker/fluent.css +1322 -1
  82. package/styles/daterangepicker/fluent2.css +2465 -0
  83. package/styles/daterangepicker/fluent2.scss +1 -0
  84. package/styles/daterangepicker/highcontrast-light.css +1198 -1
  85. package/styles/daterangepicker/highcontrast.css +1199 -1
  86. package/styles/daterangepicker/material-dark.css +1244 -1
  87. package/styles/daterangepicker/material.css +1270 -1
  88. package/styles/daterangepicker/material3-dark.css +1427 -1
  89. package/styles/daterangepicker/material3.css +1539 -1
  90. package/styles/daterangepicker/tailwind-dark.css +1219 -1
  91. package/styles/daterangepicker/tailwind.css +1219 -1
  92. package/styles/datetimepicker/bootstrap-dark.css +194 -1
  93. package/styles/datetimepicker/bootstrap.css +194 -1
  94. package/styles/datetimepicker/bootstrap4.css +196 -1
  95. package/styles/datetimepicker/bootstrap5-dark.css +195 -1
  96. package/styles/datetimepicker/bootstrap5.css +195 -1
  97. package/styles/datetimepicker/fabric-dark.css +194 -1
  98. package/styles/datetimepicker/fabric.css +194 -1
  99. package/styles/datetimepicker/fluent-dark.css +195 -1
  100. package/styles/datetimepicker/fluent.css +195 -1
  101. package/styles/datetimepicker/fluent2.css +1408 -0
  102. package/styles/datetimepicker/fluent2.scss +1 -0
  103. package/styles/datetimepicker/highcontrast-light.css +194 -1
  104. package/styles/datetimepicker/highcontrast.css +194 -1
  105. package/styles/datetimepicker/material-dark.css +252 -1
  106. package/styles/datetimepicker/material.css +281 -1
  107. package/styles/datetimepicker/material3-dark.css +363 -1
  108. package/styles/datetimepicker/material3.css +475 -1
  109. package/styles/datetimepicker/tailwind-dark.css +195 -1
  110. package/styles/datetimepicker/tailwind.css +195 -1
  111. package/styles/fabric-dark.css +3033 -1
  112. package/styles/fabric.css +3040 -1
  113. package/styles/fluent-dark.css +3357 -1
  114. package/styles/fluent.css +3357 -1
  115. package/styles/fluent2.css +9059 -0
  116. package/styles/fluent2.scss +5 -0
  117. package/styles/highcontrast-light.css +3040 -1
  118. package/styles/highcontrast.css +3053 -1
  119. package/styles/material-dark.css +3224 -1
  120. package/styles/material.css +3291 -1
  121. package/styles/material3-dark.css +3845 -1
  122. package/styles/material3.css +4405 -1
  123. package/styles/tailwind-dark.css +3175 -1
  124. package/styles/tailwind.css +3175 -1
  125. package/styles/timepicker/bootstrap-dark.css +317 -1
  126. package/styles/timepicker/bootstrap.css +317 -1
  127. package/styles/timepicker/bootstrap4.css +319 -1
  128. package/styles/timepicker/bootstrap5-dark.css +320 -1
  129. package/styles/timepicker/bootstrap5.css +320 -1
  130. package/styles/timepicker/fabric-dark.css +317 -1
  131. package/styles/timepicker/fabric.css +317 -1
  132. package/styles/timepicker/fluent-dark.css +318 -1
  133. package/styles/timepicker/fluent.css +318 -1
  134. package/styles/timepicker/fluent2.css +1531 -0
  135. package/styles/timepicker/fluent2.scss +1 -0
  136. package/styles/timepicker/highcontrast-light.css +317 -1
  137. package/styles/timepicker/highcontrast.css +317 -1
  138. package/styles/timepicker/material-dark.css +363 -1
  139. package/styles/timepicker/material.css +383 -1
  140. package/styles/timepicker/material3-dark.css +484 -1
  141. package/styles/timepicker/material3.css +596 -1
  142. package/styles/timepicker/tailwind-dark.css +318 -1
  143. package/styles/timepicker/tailwind.css +318 -1
  144. package/esm2020/public_api.mjs +0 -3
  145. package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
  146. package/esm2020/src/calendar/calendar.component.mjs +0 -91
  147. package/esm2020/src/calendar/calendar.module.mjs +0 -25
  148. package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
  149. package/esm2020/src/datepicker/datepicker.component.mjs +0 -99
  150. package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
  151. package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
  152. package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -103
  153. package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
  154. package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
  155. package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
  156. package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -99
  157. package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
  158. package/esm2020/src/index.mjs +0 -18
  159. package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
  160. package/esm2020/src/timepicker/timepicker.component.mjs +0 -92
  161. package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
  162. package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
  163. package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -737
  164. package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  165. package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -737
  166. package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
  167. package/postinstall/tagchange.js +0 -18
  168. package/syncfusion-ej2-angular-calendars.d.ts +0 -5
@@ -1 +1,498 @@
1
- @import '@syncfusion/ej2-calendars/styles/datepicker/material-dark.css';
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ @-webkit-keyframes e-input-ripple {
3
+ 100% {
4
+ opacity: 0;
5
+ -webkit-transform: scale(4);
6
+ transform: scale(4);
7
+ }
8
+ }
9
+ @keyframes e-input-ripple {
10
+ 100% {
11
+ opacity: 0;
12
+ -webkit-transform: scale(4);
13
+ transform: scale(4);
14
+ }
15
+ }
16
+ /*! component icons */
17
+ .e-input-group-icon.e-date-icon,
18
+ *.e-control-wrapper .e-input-group-icon.e-date-icon {
19
+ font-size: 16px;
20
+ margin: 0 0 4px 0;
21
+ min-height: 24px;
22
+ min-width: 24px;
23
+ outline: none;
24
+ }
25
+ .e-input-group-icon.e-date-icon::before,
26
+ *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
27
+ content: "\e901";
28
+ font-family: "e-icons";
29
+ }
30
+ .e-input-group-icon.e-date-icon:focus,
31
+ *.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
32
+ background: #eee;
33
+ border-radius: 50%;
34
+ }
35
+
36
+ .e-bigger .e-input-group-icon.e-date-icon,
37
+ *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
38
+ *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
39
+ font-size: 18px;
40
+ margin: 5px 0 6px 0;
41
+ min-height: 26px;
42
+ min-width: 26px;
43
+ }
44
+ .e-bigger .e-input-group-icon.e-date-icon::before,
45
+ *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
46
+ *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
47
+ content: "\e901";
48
+ font-family: "e-icons";
49
+ }
50
+ .e-bigger .e-input-group-icon.e-date-icon:focus,
51
+ *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
52
+ *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
53
+ background: #eee;
54
+ border-radius: 50%;
55
+ }
56
+
57
+ .e-small .e-input-group-icon.e-date-icon,
58
+ *.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
59
+ *.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
60
+ font-size: 14px;
61
+ }
62
+
63
+ .e-small.e-bigger .e-input-group-icon.e-date-icon,
64
+ *.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
65
+ *.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
66
+ font-size: 18px;
67
+ }
68
+
69
+ .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
70
+ .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
71
+ min-height: 0;
72
+ min-width: 20px;
73
+ }
74
+
75
+ .e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
76
+ .e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon,
77
+ .e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
78
+ min-height: 0;
79
+ min-width: 24px;
80
+ }
81
+
82
+ .e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon,
83
+ .e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon,
84
+ .e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
85
+ min-height: 0;
86
+ min-width: 18px;
87
+ }
88
+
89
+ .e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
90
+ .e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon,
91
+ .e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon,
92
+ .e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon {
93
+ min-height: 0;
94
+ min-width: 20px;
95
+ }
96
+
97
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
98
+ content: "\e932";
99
+ font-family: "e-icons";
100
+ }
101
+
102
+ .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
103
+ .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
104
+ display: -webkit-box;
105
+ display: -ms-flexbox;
106
+ display: flex;
107
+ }
108
+
109
+ .e-date-wrapper:not(.e-filled) .e-date-icon.e-icons {
110
+ -webkit-box-sizing: border-box;
111
+ box-sizing: border-box;
112
+ }
113
+
114
+ .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
115
+ display: none;
116
+ }
117
+ .e-datepicker.e-popup-wrapper {
118
+ border-radius: 0;
119
+ overflow-y: hidden;
120
+ pointer-events: auto;
121
+ }
122
+ .e-datepicker.e-date-modal {
123
+ background-color: rgba(0, 0, 0, 0.6);
124
+ height: 100%;
125
+ left: 0;
126
+ opacity: 0.5;
127
+ pointer-events: auto;
128
+ position: fixed;
129
+ top: 0;
130
+ width: 100%;
131
+ z-index: 999;
132
+ }
133
+ .e-datepicker .e-model-header {
134
+ background-color: #00b0ff;
135
+ color: #fff;
136
+ cursor: default;
137
+ display: block;
138
+ padding: 10px 10px 10px 15px;
139
+ }
140
+ .e-datepicker .e-model-header .e-model-year {
141
+ font-size: 14px;
142
+ font-weight: 500;
143
+ line-height: 32px;
144
+ margin: 0;
145
+ }
146
+ .e-datepicker .e-model-month, .e-datepicker .e-model-day {
147
+ font-size: 20px;
148
+ font-weight: 500;
149
+ line-height: 32px;
150
+ margin: 0;
151
+ }
152
+
153
+ /* stylelint-disable */
154
+ .e-date-overflow {
155
+ overflow: hidden !important;
156
+ }
157
+
158
+ .e-datepick-mob-popup-wrap {
159
+ -webkit-box-align: center;
160
+ -ms-flex-align: center;
161
+ align-items: center;
162
+ display: -webkit-box;
163
+ display: -ms-flexbox;
164
+ display: flex;
165
+ -webkit-box-orient: vertical;
166
+ -webkit-box-direction: normal;
167
+ -ms-flex-direction: column;
168
+ flex-direction: column;
169
+ height: 100%;
170
+ -webkit-box-pack: center;
171
+ -ms-flex-pack: center;
172
+ justify-content: center;
173
+ left: 0;
174
+ max-height: 100%;
175
+ position: fixed;
176
+ top: 0;
177
+ width: 100%;
178
+ z-index: 1002;
179
+ }
180
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
181
+ position: relative;
182
+ top: 0 !important;
183
+ left: 0 !important;
184
+ }
185
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
186
+ min-width: 100%;
187
+ min-height: 100%;
188
+ }
189
+
190
+ .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
191
+ background-size: 250px 33px;
192
+ min-height: 33px;
193
+ }
194
+
195
+ .e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
196
+ .e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
197
+ background-size: 250px 40px;
198
+ min-height: 40px;
199
+ }
200
+
201
+ @media screen and (orientation: landscape) {
202
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
203
+ line-height: 64px;
204
+ }
205
+ }
206
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
207
+ border-radius: 0;
208
+ }
209
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
210
+ height: 15vh;
211
+ }
212
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
213
+ float: right;
214
+ }
215
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
216
+ height: 15vh;
217
+ }
218
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
219
+ float: right;
220
+ }
221
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
222
+ height: 20vh;
223
+ padding: 2vh 6vw;
224
+ }
225
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
226
+ margin: 12vh 0 0 0;
227
+ }
228
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
229
+ color: inherit;
230
+ float: left;
231
+ font-size: 18px;
232
+ }
233
+ @media (min-device-width: 768px) {
234
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
235
+ font-size: 18px;
236
+ }
237
+ }
238
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
239
+ background: transparent;
240
+ border-color: transparent;
241
+ -webkit-box-shadow: none;
242
+ box-shadow: none;
243
+ font-weight: 400;
244
+ padding: 0;
245
+ }
246
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
247
+ color: inherit;
248
+ float: right;
249
+ }
250
+ @media (min-device-width: 768px) {
251
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
252
+ font-size: 18px;
253
+ }
254
+ }
255
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
256
+ font-size: 5vw;
257
+ line-height: 6vw;
258
+ }
259
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
260
+ min-width: 100%;
261
+ min-height: 100%;
262
+ height: 100%;
263
+ }
264
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade {
265
+ height: 10vh;
266
+ border-style: none;
267
+ border-width: 0;
268
+ border-color: #616161;
269
+ padding: 2vh 2vw;
270
+ line-height: 5vh;
271
+ }
272
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
273
+ margin-left: 5vw;
274
+ position: inherit;
275
+ text-align: left;
276
+ vertical-align: middle;
277
+ width: 60vw;
278
+ line-height: inherit;
279
+ }
280
+ @media (min-device-width: 768px) {
281
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
282
+ font-size: 18px;
283
+ }
284
+ }
285
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
286
+ margin-right: 0;
287
+ vertical-align: inherit;
288
+ height: 35px;
289
+ width: 35px;
290
+ }
291
+ @media (min-device-width: 768px) {
292
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
293
+ height: 55px;
294
+ width: 55px;
295
+ }
296
+ }
297
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
298
+ vertical-align: inherit;
299
+ }
300
+ @media (min-device-width: 768px) {
301
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
302
+ font-size: 18px;
303
+ }
304
+ }
305
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
306
+ margin-right: 0;
307
+ vertical-align: inherit;
308
+ height: 35px;
309
+ width: 35px;
310
+ }
311
+ @media (min-device-width: 768px) {
312
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
313
+ height: 55px;
314
+ width: 55px;
315
+ }
316
+ }
317
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
318
+ vertical-align: inherit;
319
+ }
320
+ @media (min-device-width: 768px) {
321
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
322
+ font-size: 18px;
323
+ }
324
+ }
325
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-icon-container, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-icon-container {
326
+ float: right;
327
+ }
328
+ @media (min-device-width: 768px) {
329
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
330
+ font-size: 18px;
331
+ height: 48px;
332
+ }
333
+ }
334
+ @media (min-device-width: 768px) {
335
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
336
+ font-size: 18px;
337
+ height: 64px;
338
+ width: 64px;
339
+ line-height: 64px;
340
+ }
341
+ }
342
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
343
+ height: 79vh;
344
+ }
345
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
346
+ display: none;
347
+ }
348
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
349
+ height: 69vh;
350
+ }
351
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
352
+ height: 69vh;
353
+ }
354
+
355
+ @media screen and (orientation: landscape) {
356
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
357
+ height: 25vh;
358
+ }
359
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
360
+ float: right;
361
+ }
362
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
363
+ overflow-y: auto;
364
+ }
365
+ }
366
+ @media screen and (orientation: landscape) and (max-height: 600px) {
367
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
368
+ height: 50vh;
369
+ }
370
+ }
371
+ @media screen and (orientation: landscape) and (min-height: 600px) {
372
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade {
373
+ height: 60vh;
374
+ }
375
+ }
376
+ @media screen and (orientation: landscape) and (min-height: 600px) {
377
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-year table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-content.e-decade table {
378
+ height: 60vh;
379
+ }
380
+ }
381
+ @media screen and (orientation: landscape) and (min-height: 600px) {
382
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
383
+ padding: 10px 0;
384
+ height: 10%;
385
+ font-size: 24px;
386
+ }
387
+ }
388
+ @media screen and (orientation: landscape) {
389
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
390
+ width: 100%;
391
+ }
392
+ }
393
+ @media screen and (orientation: landscape) and (max-height: 600px) {
394
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
395
+ height: 30vh;
396
+ }
397
+ }
398
+ @media screen and (orientation: landscape) and (min-height: 600px) {
399
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
400
+ height: 25vh;
401
+ }
402
+ }
403
+ @media screen and (orientation: landscape) {
404
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
405
+ float: left;
406
+ }
407
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
408
+ margin: 12vh 0 0 0;
409
+ }
410
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-day {
411
+ font-size: 4vw;
412
+ }
413
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
414
+ margin-right: 0;
415
+ }
416
+ }
417
+ @media screen and (orientation: landscape) and (max-height: 600px) {
418
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
419
+ line-height: 12vh;
420
+ }
421
+ }
422
+ @media screen and (orientation: landscape) and (min-height: 600px) {
423
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
424
+ line-height: inherit;
425
+ }
426
+ }
427
+ @media screen and (orientation: landscape) {
428
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
429
+ overflow-y: auto;
430
+ }
431
+ }
432
+ @media screen and (orientation: landscape) and (max-height: 600px) {
433
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
434
+ height: 60vh;
435
+ }
436
+ }
437
+ @media screen and (orientation: landscape) and (min-height: 600px) {
438
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade {
439
+ height: 65vh;
440
+ }
441
+ }
442
+ @media screen and (orientation: landscape) {
443
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
444
+ display: block;
445
+ max-width: 100%;
446
+ overflow: visible;
447
+ }
448
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
449
+ height: 70%;
450
+ width: 100%;
451
+ }
452
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
453
+ display: table-row-group;
454
+ }
455
+ }
456
+ @media screen and (orientation: landscape) and (max-height: 600px) {
457
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
458
+ height: 69vh;
459
+ }
460
+ }
461
+ @media screen and (orientation: landscape) and (min-height: 600px) {
462
+ .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
463
+ height: 65vh;
464
+ }
465
+ }
466
+ /* stylelint-enable */
467
+ .e-datepicker.e-popup-wrapper,
468
+ .e-bigger.e-small .e-datepicker.e-popup-wrapper,
469
+ .e-bigger .e-datepicker.e-popup-wrapper,
470
+ .e-small .e-datepicker.e-popup-wrapper,
471
+ .e-bigger.e-small.e-datepicker.e-popup-wrapper,
472
+ .e-bigger.e-datepicker.e-popup-wrapper,
473
+ .e-small.e-datepicker.e-popup-wrapper {
474
+ border: none;
475
+ -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
476
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
477
+ }
478
+ .e-datepicker .e-calendar,
479
+ .e-bigger.e-small .e-datepicker .e-calendar,
480
+ .e-bigger .e-datepicker .e-calendar,
481
+ .e-small .e-datepicker .e-calendar,
482
+ .e-bigger.e-small.e-datepicker .e-calendar,
483
+ .e-bigger.e-datepicker .e-calendar,
484
+ .e-small.e-datepicker .e-calendar {
485
+ background-color: #424242;
486
+ border: none;
487
+ }
488
+
489
+ *.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
490
+ border: none;
491
+ }
492
+
493
+ .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
494
+ color: #00b0ff;
495
+ }
496
+ .e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
497
+ color: #00b0ff;
498
+ }