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