@syncfusion/ej2 20.2.49 → 20.2.50
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.
- package/bootstrap-dark.css +190 -0
- package/bootstrap.css +190 -0
- package/bootstrap4.css +190 -0
- package/bootstrap5-dark.css +190 -0
- package/bootstrap5.css +190 -0
- package/datepicker/bootstrap-dark.css +79 -0
- package/datepicker/bootstrap.css +79 -0
- package/datepicker/bootstrap4.css +79 -0
- package/datepicker/bootstrap5.css +79 -0
- package/datepicker/compatibility/bootstrap-dark.css +79 -0
- package/datepicker/compatibility/bootstrap.css +79 -0
- package/datepicker/compatibility/bootstrap4.css +79 -0
- package/datepicker/compatibility/bootstrap5.css +79 -0
- package/datepicker/compatibility/fabric-dark.css +79 -0
- package/datepicker/compatibility/fabric.css +79 -0
- package/datepicker/compatibility/fluent-dark.css +79 -0
- package/datepicker/compatibility/fluent.css +79 -0
- package/datepicker/compatibility/highcontrast-light.css +79 -0
- package/datepicker/compatibility/highcontrast.css +79 -0
- package/datepicker/compatibility/material-dark.css +79 -0
- package/datepicker/compatibility/material.css +79 -0
- package/datepicker/compatibility/tailwind-dark.css +79 -0
- package/datepicker/compatibility/tailwind.css +79 -0
- package/datepicker/fabric-dark.css +79 -0
- package/datepicker/fabric.css +79 -0
- package/datepicker/fluent-dark.css +79 -0
- package/datepicker/fluent.css +79 -0
- package/datepicker/highcontrast-light.css +79 -0
- package/datepicker/highcontrast.css +79 -0
- package/datepicker/material-dark.css +79 -0
- package/datepicker/material.css +79 -0
- package/datepicker/tailwind-dark.css +79 -0
- package/datepicker/tailwind.css +79 -0
- package/daterangepicker/bootstrap-dark.css +111 -0
- package/daterangepicker/bootstrap.css +111 -0
- package/daterangepicker/bootstrap4.css +111 -0
- package/daterangepicker/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/bootstrap-dark.css +111 -0
- package/daterangepicker/compatibility/bootstrap.css +111 -0
- package/daterangepicker/compatibility/bootstrap4.css +111 -0
- package/daterangepicker/compatibility/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/fabric-dark.css +111 -0
- package/daterangepicker/compatibility/fabric.css +111 -0
- package/daterangepicker/compatibility/fluent-dark.css +111 -0
- package/daterangepicker/compatibility/fluent.css +111 -0
- package/daterangepicker/compatibility/highcontrast-light.css +111 -0
- package/daterangepicker/compatibility/highcontrast.css +111 -0
- package/daterangepicker/compatibility/material-dark.css +111 -0
- package/daterangepicker/compatibility/material.css +111 -0
- package/daterangepicker/compatibility/tailwind-dark.css +111 -0
- package/daterangepicker/compatibility/tailwind.css +111 -0
- package/daterangepicker/fabric-dark.css +111 -0
- package/daterangepicker/fabric.css +111 -0
- package/daterangepicker/fluent-dark.css +111 -0
- package/daterangepicker/fluent.css +111 -0
- package/daterangepicker/highcontrast-light.css +111 -0
- package/daterangepicker/highcontrast.css +111 -0
- package/daterangepicker/material-dark.css +111 -0
- package/daterangepicker/material.css +111 -0
- package/daterangepicker/tailwind-dark.css +111 -0
- package/daterangepicker/tailwind.css +111 -0
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +190 -0
- package/fabric.css +190 -0
- package/fluent-dark.css +190 -0
- package/fluent.css +190 -0
- package/highcontrast.css +190 -0
- package/material-dark.css +190 -0
- package/material.css +190 -0
- package/package.json +16 -16
- package/styles/compatibility/bootstrap.css +190 -0
- package/styles/compatibility/bootstrap4.css +190 -0
- package/styles/compatibility/fabric.css +190 -0
- package/styles/compatibility/highcontrast.css +190 -0
- package/styles/compatibility/material.css +190 -0
- package/tailwind-dark.css +190 -0
- package/tailwind.css +190 -0
|
@@ -119,6 +119,10 @@
|
|
|
119
119
|
top: 0 !important;
|
|
120
120
|
left: 0 !important;
|
|
121
121
|
}
|
|
122
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
123
|
+
min-width: 100%;
|
|
124
|
+
min-height: 100%;
|
|
125
|
+
}
|
|
122
126
|
|
|
123
127
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
124
128
|
background-size: 250px 33px;
|
|
@@ -131,6 +135,40 @@
|
|
|
131
135
|
min-height: 40px;
|
|
132
136
|
}
|
|
133
137
|
|
|
138
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
139
|
+
height: 15%;
|
|
140
|
+
}
|
|
141
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
142
|
+
float: right;
|
|
143
|
+
margin-right: 10px;
|
|
144
|
+
padding: 5px;
|
|
145
|
+
}
|
|
146
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
147
|
+
content: "\e932";
|
|
148
|
+
font-family: "e-icons";
|
|
149
|
+
color: rgb(255, 255, 255);
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
152
|
+
min-width: 100%;
|
|
153
|
+
min-height: 100%;
|
|
154
|
+
height: 100%;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
157
|
+
height: 10%;
|
|
158
|
+
}
|
|
159
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
160
|
+
height: 85%;
|
|
161
|
+
}
|
|
162
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
163
|
+
height: 10%;
|
|
164
|
+
}
|
|
165
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
166
|
+
height: 80%;
|
|
167
|
+
}
|
|
168
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
169
|
+
height: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
134
172
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
135
173
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
136
174
|
display: inline-block;
|
|
@@ -138,6 +176,47 @@
|
|
|
138
176
|
overflow: auto;
|
|
139
177
|
}
|
|
140
178
|
}
|
|
179
|
+
@media screen and (orientation: landscape) {
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
181
|
+
float: left;
|
|
182
|
+
height: 100%;
|
|
183
|
+
width: 30%;
|
|
184
|
+
}
|
|
185
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
186
|
+
float: left;
|
|
187
|
+
padding: 5px;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
190
|
+
font-size: 35px;
|
|
191
|
+
margin-top: 35%;
|
|
192
|
+
}
|
|
193
|
+
.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 {
|
|
194
|
+
display: block;
|
|
195
|
+
font-size: 40px;
|
|
196
|
+
margin-top: 10%;
|
|
197
|
+
}
|
|
198
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
199
|
+
height: 10%;
|
|
200
|
+
}
|
|
201
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
202
|
+
height: 75%;
|
|
203
|
+
}
|
|
204
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
205
|
+
display: -ms-flexbox;
|
|
206
|
+
display: flex;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
209
|
+
float: right;
|
|
210
|
+
height: 90%;
|
|
211
|
+
width: 70%;
|
|
212
|
+
}
|
|
213
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
214
|
+
display: table-row-group;
|
|
215
|
+
}
|
|
216
|
+
.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 {
|
|
217
|
+
height: 100%;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
141
220
|
.e-datepicker.e-popup-wrapper,
|
|
142
221
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
143
222
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -161,6 +161,10 @@
|
|
|
161
161
|
top: 0 !important;
|
|
162
162
|
left: 0 !important;
|
|
163
163
|
}
|
|
164
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
165
|
+
min-width: 100%;
|
|
166
|
+
min-height: 100%;
|
|
167
|
+
}
|
|
164
168
|
|
|
165
169
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
166
170
|
background-size: 250px 33px;
|
|
@@ -173,6 +177,40 @@
|
|
|
173
177
|
min-height: 40px;
|
|
174
178
|
}
|
|
175
179
|
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
181
|
+
height: 15%;
|
|
182
|
+
}
|
|
183
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
184
|
+
float: right;
|
|
185
|
+
margin-right: 10px;
|
|
186
|
+
padding: 5px;
|
|
187
|
+
}
|
|
188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
189
|
+
content: "\e932";
|
|
190
|
+
font-family: "e-icons";
|
|
191
|
+
color: rgb(255, 255, 255);
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
194
|
+
min-width: 100%;
|
|
195
|
+
min-height: 100%;
|
|
196
|
+
height: 100%;
|
|
197
|
+
}
|
|
198
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
199
|
+
height: 10%;
|
|
200
|
+
}
|
|
201
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
202
|
+
height: 85%;
|
|
203
|
+
}
|
|
204
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
205
|
+
height: 10%;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
208
|
+
height: 80%;
|
|
209
|
+
}
|
|
210
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
211
|
+
height: 100%;
|
|
212
|
+
}
|
|
213
|
+
|
|
176
214
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
177
215
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
178
216
|
display: inline-block;
|
|
@@ -180,6 +218,47 @@
|
|
|
180
218
|
overflow: auto;
|
|
181
219
|
}
|
|
182
220
|
}
|
|
221
|
+
@media screen and (orientation: landscape) {
|
|
222
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
223
|
+
float: left;
|
|
224
|
+
height: 100%;
|
|
225
|
+
width: 30%;
|
|
226
|
+
}
|
|
227
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
228
|
+
float: left;
|
|
229
|
+
padding: 5px;
|
|
230
|
+
}
|
|
231
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
232
|
+
font-size: 35px;
|
|
233
|
+
margin-top: 35%;
|
|
234
|
+
}
|
|
235
|
+
.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 {
|
|
236
|
+
display: block;
|
|
237
|
+
font-size: 40px;
|
|
238
|
+
margin-top: 10%;
|
|
239
|
+
}
|
|
240
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
241
|
+
height: 10%;
|
|
242
|
+
}
|
|
243
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
244
|
+
height: 75%;
|
|
245
|
+
}
|
|
246
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
247
|
+
display: -ms-flexbox;
|
|
248
|
+
display: flex;
|
|
249
|
+
}
|
|
250
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
251
|
+
float: right;
|
|
252
|
+
height: 90%;
|
|
253
|
+
width: 70%;
|
|
254
|
+
}
|
|
255
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
256
|
+
display: table-row-group;
|
|
257
|
+
}
|
|
258
|
+
.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 {
|
|
259
|
+
height: 100%;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
183
262
|
.e-datepicker.e-popup-wrapper,
|
|
184
263
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
185
264
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
package/datepicker/material.css
CHANGED
|
@@ -170,6 +170,10 @@
|
|
|
170
170
|
top: 0 !important;
|
|
171
171
|
left: 0 !important;
|
|
172
172
|
}
|
|
173
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
174
|
+
min-width: 100%;
|
|
175
|
+
min-height: 100%;
|
|
176
|
+
}
|
|
173
177
|
|
|
174
178
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
175
179
|
background-size: 250px 33px;
|
|
@@ -182,6 +186,40 @@
|
|
|
182
186
|
min-height: 40px;
|
|
183
187
|
}
|
|
184
188
|
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
190
|
+
height: 15%;
|
|
191
|
+
}
|
|
192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
193
|
+
float: right;
|
|
194
|
+
margin-right: 10px;
|
|
195
|
+
padding: 5px;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
198
|
+
content: "\e932";
|
|
199
|
+
font-family: "e-icons";
|
|
200
|
+
color: rgb(255, 255, 255);
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
203
|
+
min-width: 100%;
|
|
204
|
+
min-height: 100%;
|
|
205
|
+
height: 100%;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
208
|
+
height: 10%;
|
|
209
|
+
}
|
|
210
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
211
|
+
height: 85%;
|
|
212
|
+
}
|
|
213
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
214
|
+
height: 10%;
|
|
215
|
+
}
|
|
216
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
217
|
+
height: 80%;
|
|
218
|
+
}
|
|
219
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
220
|
+
height: 100%;
|
|
221
|
+
}
|
|
222
|
+
|
|
185
223
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
186
224
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
187
225
|
display: inline-block;
|
|
@@ -189,6 +227,47 @@
|
|
|
189
227
|
overflow: auto;
|
|
190
228
|
}
|
|
191
229
|
}
|
|
230
|
+
@media screen and (orientation: landscape) {
|
|
231
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
232
|
+
float: left;
|
|
233
|
+
height: 100%;
|
|
234
|
+
width: 30%;
|
|
235
|
+
}
|
|
236
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
237
|
+
float: left;
|
|
238
|
+
padding: 5px;
|
|
239
|
+
}
|
|
240
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
241
|
+
font-size: 35px;
|
|
242
|
+
margin-top: 35%;
|
|
243
|
+
}
|
|
244
|
+
.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 {
|
|
245
|
+
display: block;
|
|
246
|
+
font-size: 40px;
|
|
247
|
+
margin-top: 10%;
|
|
248
|
+
}
|
|
249
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
250
|
+
height: 10%;
|
|
251
|
+
}
|
|
252
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
253
|
+
height: 75%;
|
|
254
|
+
}
|
|
255
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
256
|
+
display: -ms-flexbox;
|
|
257
|
+
display: flex;
|
|
258
|
+
}
|
|
259
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
260
|
+
float: right;
|
|
261
|
+
height: 90%;
|
|
262
|
+
width: 70%;
|
|
263
|
+
}
|
|
264
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
265
|
+
display: table-row-group;
|
|
266
|
+
}
|
|
267
|
+
.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 {
|
|
268
|
+
height: 100%;
|
|
269
|
+
}
|
|
270
|
+
}
|
|
192
271
|
.e-datepicker.e-popup-wrapper,
|
|
193
272
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
194
273
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -129,6 +129,10 @@
|
|
|
129
129
|
top: 0 !important;
|
|
130
130
|
left: 0 !important;
|
|
131
131
|
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
133
|
+
min-width: 100%;
|
|
134
|
+
min-height: 100%;
|
|
135
|
+
}
|
|
132
136
|
|
|
133
137
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
134
138
|
background-size: 250px 33px;
|
|
@@ -141,6 +145,40 @@
|
|
|
141
145
|
min-height: 40px;
|
|
142
146
|
}
|
|
143
147
|
|
|
148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
149
|
+
height: 15%;
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
152
|
+
float: right;
|
|
153
|
+
margin-right: 10px;
|
|
154
|
+
padding: 5px;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
157
|
+
content: "\e932";
|
|
158
|
+
font-family: "e-icons";
|
|
159
|
+
color: rgb(255, 255, 255);
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
162
|
+
min-width: 100%;
|
|
163
|
+
min-height: 100%;
|
|
164
|
+
height: 100%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
170
|
+
height: 85%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
173
|
+
height: 10%;
|
|
174
|
+
}
|
|
175
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
176
|
+
height: 80%;
|
|
177
|
+
}
|
|
178
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
179
|
+
height: 100%;
|
|
180
|
+
}
|
|
181
|
+
|
|
144
182
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
145
183
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
146
184
|
display: inline-block;
|
|
@@ -148,6 +186,47 @@
|
|
|
148
186
|
overflow: auto;
|
|
149
187
|
}
|
|
150
188
|
}
|
|
189
|
+
@media screen and (orientation: landscape) {
|
|
190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
191
|
+
float: left;
|
|
192
|
+
height: 100%;
|
|
193
|
+
width: 30%;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
196
|
+
float: left;
|
|
197
|
+
padding: 5px;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
200
|
+
font-size: 35px;
|
|
201
|
+
margin-top: 35%;
|
|
202
|
+
}
|
|
203
|
+
.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 {
|
|
204
|
+
display: block;
|
|
205
|
+
font-size: 40px;
|
|
206
|
+
margin-top: 10%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
209
|
+
height: 10%;
|
|
210
|
+
}
|
|
211
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
212
|
+
height: 75%;
|
|
213
|
+
}
|
|
214
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
215
|
+
display: -ms-flexbox;
|
|
216
|
+
display: flex;
|
|
217
|
+
}
|
|
218
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
219
|
+
float: right;
|
|
220
|
+
height: 90%;
|
|
221
|
+
width: 70%;
|
|
222
|
+
}
|
|
223
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
224
|
+
display: table-row-group;
|
|
225
|
+
}
|
|
226
|
+
.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 {
|
|
227
|
+
height: 100%;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
151
230
|
.e-datepicker.e-popup-wrapper,
|
|
152
231
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
153
232
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
package/datepicker/tailwind.css
CHANGED
|
@@ -129,6 +129,10 @@
|
|
|
129
129
|
top: 0 !important;
|
|
130
130
|
left: 0 !important;
|
|
131
131
|
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
133
|
+
min-width: 100%;
|
|
134
|
+
min-height: 100%;
|
|
135
|
+
}
|
|
132
136
|
|
|
133
137
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
134
138
|
background-size: 250px 33px;
|
|
@@ -141,6 +145,40 @@
|
|
|
141
145
|
min-height: 40px;
|
|
142
146
|
}
|
|
143
147
|
|
|
148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
149
|
+
height: 15%;
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
152
|
+
float: right;
|
|
153
|
+
margin-right: 10px;
|
|
154
|
+
padding: 5px;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
157
|
+
content: "\e932";
|
|
158
|
+
font-family: "e-icons";
|
|
159
|
+
color: rgb(255, 255, 255);
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
162
|
+
min-width: 100%;
|
|
163
|
+
min-height: 100%;
|
|
164
|
+
height: 100%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
170
|
+
height: 85%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
173
|
+
height: 10%;
|
|
174
|
+
}
|
|
175
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
176
|
+
height: 80%;
|
|
177
|
+
}
|
|
178
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
179
|
+
height: 100%;
|
|
180
|
+
}
|
|
181
|
+
|
|
144
182
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
145
183
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
146
184
|
display: inline-block;
|
|
@@ -148,6 +186,47 @@
|
|
|
148
186
|
overflow: auto;
|
|
149
187
|
}
|
|
150
188
|
}
|
|
189
|
+
@media screen and (orientation: landscape) {
|
|
190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
191
|
+
float: left;
|
|
192
|
+
height: 100%;
|
|
193
|
+
width: 30%;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
196
|
+
float: left;
|
|
197
|
+
padding: 5px;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
200
|
+
font-size: 35px;
|
|
201
|
+
margin-top: 35%;
|
|
202
|
+
}
|
|
203
|
+
.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 {
|
|
204
|
+
display: block;
|
|
205
|
+
font-size: 40px;
|
|
206
|
+
margin-top: 10%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
209
|
+
height: 10%;
|
|
210
|
+
}
|
|
211
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
212
|
+
height: 75%;
|
|
213
|
+
}
|
|
214
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
215
|
+
display: -ms-flexbox;
|
|
216
|
+
display: flex;
|
|
217
|
+
}
|
|
218
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
219
|
+
float: right;
|
|
220
|
+
height: 90%;
|
|
221
|
+
width: 70%;
|
|
222
|
+
}
|
|
223
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
224
|
+
display: table-row-group;
|
|
225
|
+
}
|
|
226
|
+
.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 {
|
|
227
|
+
height: 100%;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
151
230
|
.e-datepicker.e-popup-wrapper,
|
|
152
231
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
153
232
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -623,6 +623,12 @@
|
|
|
623
623
|
top: 0 !important;
|
|
624
624
|
left: 0 !important;
|
|
625
625
|
}
|
|
626
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
627
|
+
min-height: 100%;
|
|
628
|
+
min-width: 100%;
|
|
629
|
+
height: 100%;
|
|
630
|
+
width: 100%;
|
|
631
|
+
}
|
|
626
632
|
|
|
627
633
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
628
634
|
background-size: 250px 33px;
|
|
@@ -635,6 +641,111 @@
|
|
|
635
641
|
min-height: 40px;
|
|
636
642
|
}
|
|
637
643
|
|
|
644
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
645
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
646
|
+
min-height: 100%;
|
|
647
|
+
min-width: 100%;
|
|
648
|
+
height: 100%;
|
|
649
|
+
width: 100%;
|
|
650
|
+
}
|
|
651
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
652
|
+
height: 100%;
|
|
653
|
+
}
|
|
654
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
655
|
+
height: 78%;
|
|
656
|
+
}
|
|
657
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
658
|
+
height: 90%;
|
|
659
|
+
}
|
|
660
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
661
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
662
|
+
height: 10%;
|
|
663
|
+
}
|
|
664
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
665
|
+
margin: 0;
|
|
666
|
+
}
|
|
667
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
668
|
+
height: 90%;
|
|
669
|
+
}
|
|
670
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
671
|
+
height: 100%;
|
|
672
|
+
border-spacing: 0px 30px;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
@media screen and (orientation: landscape) {
|
|
676
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
677
|
+
float: left;
|
|
678
|
+
height: 100%;
|
|
679
|
+
border-right: 1.5px;
|
|
680
|
+
border-color: black;
|
|
681
|
+
width: 40%;
|
|
682
|
+
margin: 0;
|
|
683
|
+
display: block;
|
|
684
|
+
background-color: #3f51b5;
|
|
685
|
+
}
|
|
686
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
687
|
+
height: 100%;
|
|
688
|
+
width: 100%;
|
|
689
|
+
}
|
|
690
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
691
|
+
display: block;
|
|
692
|
+
width: 100%;
|
|
693
|
+
text-align: -webkit-center;
|
|
694
|
+
}
|
|
695
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
696
|
+
display: block;
|
|
697
|
+
width: 100%;
|
|
698
|
+
text-align: -webkit-center;
|
|
699
|
+
margin-top: 20%;
|
|
700
|
+
font-size: 20px;
|
|
701
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
702
|
+
}
|
|
703
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
704
|
+
font-size: 20px;
|
|
705
|
+
margin-top: 60%;
|
|
706
|
+
color: #fff;
|
|
707
|
+
}
|
|
708
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
709
|
+
width: 100%;
|
|
710
|
+
text-align: -webkit-center;
|
|
711
|
+
margin-top: 20%;
|
|
712
|
+
font-size: 20px;
|
|
713
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
714
|
+
}
|
|
715
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
716
|
+
height: 82%;
|
|
717
|
+
}
|
|
718
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
719
|
+
height: 80%;
|
|
720
|
+
}
|
|
721
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
722
|
+
border-spacing: unset;
|
|
723
|
+
}
|
|
724
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
725
|
+
height: 20%;
|
|
726
|
+
}
|
|
727
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
728
|
+
width: 100%;
|
|
729
|
+
}
|
|
730
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
731
|
+
display: -ms-flexbox;
|
|
732
|
+
display: flex;
|
|
733
|
+
}
|
|
734
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
735
|
+
border-radius: 0 40% 40% 0;
|
|
736
|
+
}
|
|
737
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
738
|
+
border-radius: 0 40% 40% 0;
|
|
739
|
+
}
|
|
740
|
+
}
|
|
741
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
742
|
+
width: calc(100% - 80px);
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
746
|
+
width: calc(100% - 110px);
|
|
747
|
+
}
|
|
748
|
+
|
|
638
749
|
/*! daterangepicker theme */
|
|
639
750
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
640
751
|
color: #f0f0f0;
|