@syncfusion/ej2-angular-calendars 23.2.7-ngcc → 24.1.41-ngcc

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