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