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