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