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