@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,442 +1 @@
1
- /* stylelint-disable property-no-vendor-prefix */
2
- /*! component icons */
3
- .e-input-group-icon.e-date-icon,
4
- *.e-control-wrapper .e-input-group-icon.e-date-icon {
5
- font-size: 16px;
6
- margin: 0;
7
- outline: none;
8
- }
9
- .e-input-group-icon.e-date-icon::before,
10
- *.e-control-wrapper .e-input-group-icon.e-date-icon::before {
11
- content: "\e93a";
12
- font-family: "e-icons";
13
- }
14
- .e-input-group-icon.e-date-icon:focus,
15
- *.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
16
- background: #414040;
17
- border-radius: 0;
18
- }
19
-
20
- .e-bigger .e-input-group-icon.e-date-icon,
21
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
22
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
23
- font-size: 18px;
24
- margin: 0;
25
- }
26
- .e-bigger .e-input-group-icon.e-date-icon::before,
27
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
28
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
29
- content: "\e93a";
30
- font-family: "e-icons";
31
- }
32
- .e-bigger .e-input-group-icon.e-date-icon:focus,
33
- *.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
34
- *.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
35
- background: #414040;
36
- border-radius: 0;
37
- }
38
-
39
- .e-small .e-input-group-icon.e-date-icon,
40
- *.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
41
- *.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
42
- font-size: 14px;
43
- }
44
-
45
- .e-small.e-bigger .e-input-group-icon.e-date-icon,
46
- *.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
47
- *.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
48
- font-size: 18px;
49
- }
50
-
51
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
52
- content: "\e7fc";
53
- font-family: "e-icons";
54
- }
55
-
56
- .e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
57
- .e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
58
- display: -ms-flexbox;
59
- display: flex;
60
- }
61
-
62
- .e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
63
- display: table-row;
64
- }
65
- .e-datepicker.e-popup-wrapper {
66
- border-radius: 0;
67
- overflow-y: hidden;
68
- pointer-events: auto;
69
- }
70
- .e-datepicker.e-date-modal {
71
- background-color: rgba(248, 248, 248, 0.6);
72
- height: 100%;
73
- left: 0;
74
- opacity: 0.5;
75
- pointer-events: auto;
76
- position: fixed;
77
- top: 0;
78
- width: 100%;
79
- z-index: 999;
80
- }
81
- .e-datepicker .e-model-header {
82
- background-color: #282727;
83
- color: #fff;
84
- cursor: default;
85
- display: block;
86
- padding: 10px 10px 10px 15px;
87
- }
88
- .e-datepicker .e-model-header .e-model-year {
89
- font-size: 14px;
90
- font-weight: 500;
91
- line-height: 32px;
92
- margin: 0;
93
- }
94
- .e-datepicker .e-model-month, .e-datepicker .e-model-day {
95
- font-size: 20px;
96
- font-weight: 500;
97
- line-height: 32px;
98
- margin: 0;
99
- }
100
-
101
- /* stylelint-disable */
102
- .e-date-overflow {
103
- overflow: hidden !important;
104
- }
105
-
106
- .e-datepick-mob-popup-wrap {
107
- -ms-flex-align: center;
108
- align-items: center;
109
- display: -ms-flexbox;
110
- display: flex;
111
- -ms-flex-direction: column;
112
- flex-direction: column;
113
- height: 100%;
114
- -ms-flex-pack: center;
115
- justify-content: center;
116
- left: 0;
117
- max-height: 100%;
118
- position: fixed;
119
- top: 0;
120
- width: 100%;
121
- z-index: 1002;
122
- }
123
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
124
- position: relative;
125
- top: 0 !important;
126
- left: 0 !important;
127
- }
128
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
129
- min-width: 100%;
130
- min-height: 100%;
131
- }
132
-
133
- .e-content-placeholder.e-datepicker.e-placeholder-datepicker {
134
- background-size: 250px 33px;
135
- min-height: 33px;
136
- }
137
-
138
- .e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
139
- .e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
140
- background-size: 250px 40px;
141
- min-height: 40px;
142
- }
143
-
144
- @media screen and (orientation: landscape) {
145
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
146
- line-height: 64px;
147
- }
148
- }
149
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
150
- border-radius: 0;
151
- }
152
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
153
- height: 15vh;
154
- }
155
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
156
- float: right;
157
- }
158
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
159
- height: 15vh;
160
- }
161
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
162
- float: right;
163
- }
164
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
165
- height: 20vh;
166
- padding: 2vh 6vw;
167
- }
168
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
169
- margin: 12vh 0 0 0;
170
- }
171
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
172
- color: inherit;
173
- float: left;
174
- font-size: 18px;
175
- }
176
- @media (min-device-width: 768px) {
177
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
178
- font-size: 18px;
179
- }
180
- }
181
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
182
- background: transparent;
183
- border-color: transparent;
184
- box-shadow: none;
185
- font-weight: 400;
186
- padding: 0;
187
- }
188
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
189
- color: inherit;
190
- float: right;
191
- }
192
- @media (min-device-width: 768px) {
193
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
194
- font-size: 18px;
195
- }
196
- }
197
- .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 {
198
- font-size: 5vw;
199
- line-height: 6vw;
200
- }
201
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
202
- min-width: 100%;
203
- min-height: 100%;
204
- height: 100%;
205
- }
206
- .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 {
207
- height: 10vh;
208
- border-style: none;
209
- border-width: 0;
210
- border-color: #414040;
211
- padding: 2vh 2vw;
212
- line-height: 5vh;
213
- }
214
- .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 {
215
- margin-left: 5vw;
216
- position: inherit;
217
- text-align: left;
218
- vertical-align: middle;
219
- width: 60vw;
220
- line-height: inherit;
221
- }
222
- @media (min-device-width: 768px) {
223
- .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 {
224
- font-size: 18px;
225
- }
226
- }
227
- .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 {
228
- margin-right: 0;
229
- vertical-align: inherit;
230
- height: 35px;
231
- width: 35px;
232
- }
233
- @media (min-device-width: 768px) {
234
- .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 {
235
- height: 55px;
236
- width: 55px;
237
- }
238
- }
239
- .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 {
240
- vertical-align: inherit;
241
- }
242
- @media (min-device-width: 768px) {
243
- .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 {
244
- font-size: 18px;
245
- }
246
- }
247
- .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 {
248
- margin-right: 0;
249
- vertical-align: inherit;
250
- height: 35px;
251
- width: 35px;
252
- }
253
- @media (min-device-width: 768px) {
254
- .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 {
255
- height: 55px;
256
- width: 55px;
257
- }
258
- }
259
- .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 {
260
- vertical-align: inherit;
261
- }
262
- @media (min-device-width: 768px) {
263
- .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 {
264
- font-size: 18px;
265
- }
266
- }
267
- .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 {
268
- float: right;
269
- }
270
- @media (min-device-width: 768px) {
271
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
272
- font-size: 18px;
273
- height: 48px;
274
- }
275
- }
276
- @media (min-device-width: 768px) {
277
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
278
- font-size: 18px;
279
- height: 64px;
280
- width: 64px;
281
- line-height: 64px;
282
- }
283
- }
284
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
285
- height: 79vh;
286
- }
287
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
288
- display: none;
289
- }
290
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
291
- height: 69vh;
292
- }
293
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
294
- height: 69vh;
295
- }
296
-
297
- @media screen and (orientation: landscape) {
298
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
299
- height: 25vh;
300
- }
301
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
302
- float: right;
303
- }
304
- .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 {
305
- overflow-y: auto;
306
- }
307
- }
308
- @media screen and (orientation: landscape) and (max-height: 600px) {
309
- .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 {
310
- height: 50vh;
311
- }
312
- }
313
- @media screen and (orientation: landscape) and (min-height: 600px) {
314
- .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 {
315
- height: 60vh;
316
- }
317
- }
318
- @media screen and (orientation: landscape) and (min-height: 600px) {
319
- .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 {
320
- height: 60vh;
321
- }
322
- }
323
- @media screen and (orientation: landscape) and (min-height: 600px) {
324
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
325
- padding: 10px 0;
326
- height: 10%;
327
- font-size: 24px;
328
- }
329
- }
330
- @media screen and (orientation: landscape) {
331
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
332
- width: 100%;
333
- }
334
- }
335
- @media screen and (orientation: landscape) and (max-height: 600px) {
336
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
337
- height: 30vh;
338
- }
339
- }
340
- @media screen and (orientation: landscape) and (min-height: 600px) {
341
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
342
- height: 25vh;
343
- }
344
- }
345
- @media screen and (orientation: landscape) {
346
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
347
- float: left;
348
- }
349
- }
350
- @media screen and (orientation: landscape) {
351
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
352
- margin: 12vh 0 0 0;
353
- }
354
- }
355
- @media screen and (orientation: landscape) {
356
- .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 {
357
- font-size: 4vw;
358
- }
359
- }
360
- @media screen and (orientation: landscape) {
361
- .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 {
362
- margin-right: 0;
363
- }
364
- }
365
- @media screen and (orientation: landscape) and (max-height: 600px) {
366
- .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 {
367
- line-height: 12vh;
368
- }
369
- }
370
- @media screen and (orientation: landscape) and (min-height: 600px) {
371
- .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 {
372
- line-height: inherit;
373
- }
374
- }
375
- @media screen and (orientation: landscape) {
376
- .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 {
377
- overflow-y: auto;
378
- }
379
- }
380
- @media screen and (orientation: landscape) and (max-height: 600px) {
381
- .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 {
382
- height: 60vh;
383
- }
384
- }
385
- @media screen and (orientation: landscape) and (min-height: 600px) {
386
- .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 {
387
- height: 65vh;
388
- }
389
- }
390
- @media screen and (orientation: landscape) {
391
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
392
- display: block;
393
- max-width: 100%;
394
- overflow: visible;
395
- }
396
- }
397
- @media screen and (orientation: landscape) {
398
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
399
- height: 70%;
400
- width: 100%;
401
- }
402
- }
403
- @media screen and (orientation: landscape) {
404
- .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
405
- display: table-row-group;
406
- }
407
- }
408
- @media screen and (orientation: landscape) and (max-height: 600px) {
409
- .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 {
410
- height: 69vh;
411
- }
412
- }
413
- @media screen and (orientation: landscape) and (min-height: 600px) {
414
- .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 {
415
- height: 65vh;
416
- }
417
- }
418
- /* stylelint-enable */
419
- .e-datepicker.e-popup-wrapper,
420
- .e-bigger.e-small .e-datepicker.e-popup-wrapper,
421
- .e-bigger .e-datepicker.e-popup-wrapper,
422
- .e-small .e-datepicker.e-popup-wrapper,
423
- .e-bigger.e-small.e-datepicker.e-popup-wrapper,
424
- .e-bigger.e-datepicker.e-popup-wrapper,
425
- .e-small.e-datepicker.e-popup-wrapper {
426
- border: 1px solid #414040;
427
- box-shadow: none;
428
- }
429
- .e-datepicker .e-calendar,
430
- .e-bigger.e-small .e-datepicker .e-calendar,
431
- .e-bigger .e-datepicker .e-calendar,
432
- .e-small .e-datepicker .e-calendar,
433
- .e-bigger.e-small.e-datepicker .e-calendar,
434
- .e-bigger.e-datepicker .e-calendar,
435
- .e-small.e-datepicker .e-calendar {
436
- background-color: #282727;
437
- border: none;
438
- }
439
-
440
- *.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
441
- border: 1px solid #0074cc;
442
- }
1
+ @import '@syncfusion/ej2-calendars/styles/datepicker/fabric-dark.css';