@syncfusion/ej2-angular-calendars 22.2.12-ngcc → 23.1.36-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.
- package/@syncfusion/ej2-angular-calendars.es5.js +31 -11
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-calendars.js +31 -11
- package/@syncfusion/ej2-angular-calendars.js.map +1 -1
- package/CHANGELOG.md +0 -84
- package/dist/ej2-angular-calendars.umd.js +31 -11
- package/dist/ej2-angular-calendars.umd.js.map +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +2 -2
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
- package/ej2-angular-calendars.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar.component.d.ts +3 -2
- package/src/datepicker/datepicker.component.d.ts +3 -2
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -2
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -2
- package/src/timepicker/timepicker.component.d.ts +3 -2
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -1
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -1
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind.css +0 -1
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -1
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -1
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -1
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -1
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -1
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -1
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +113 -45
- package/styles/material3.css +113 -41
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -1
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -1
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind.css +19 -3
package/styles/fabric.css
CHANGED
|
@@ -998,15 +998,22 @@ ejs-calendar {
|
|
|
998
998
|
top: 0 !important;
|
|
999
999
|
}
|
|
1000
1000
|
|
|
1001
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1002
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1003
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1004
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1005
|
+
border-radius: 0;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1001
1008
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1002
1009
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1003
1010
|
height: 10%;
|
|
1004
|
-
padding: 2.5vh 2.5vw;
|
|
1011
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1005
1012
|
display: -ms-flexbox;
|
|
1006
1013
|
display: flex;
|
|
1007
1014
|
-ms-flex-align: center;
|
|
1008
1015
|
align-items: center;
|
|
1009
|
-
font-size:
|
|
1016
|
+
font-size: 2vh;
|
|
1010
1017
|
border-bottom: none;
|
|
1011
1018
|
}
|
|
1012
1019
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1018,6 +1025,11 @@ ejs-calendar {
|
|
|
1018
1025
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1019
1026
|
padding: 1vh 2vw;
|
|
1020
1027
|
text-transform: capitalize;
|
|
1028
|
+
font-weight: 500;
|
|
1029
|
+
}
|
|
1030
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1031
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1032
|
+
font-size: 2vh;
|
|
1021
1033
|
}
|
|
1022
1034
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1023
1035
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1038,7 +1050,7 @@ ejs-calendar {
|
|
|
1038
1050
|
@media (min-device-width: 768px) {
|
|
1039
1051
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content .e-list-parent.e-ul .e-list-item,
|
|
1040
1052
|
.e-datetimepicker.e-popup-expand .e-content .e-list-parent.e-ul .e-list-item {
|
|
1041
|
-
font-size:
|
|
1053
|
+
font-size: 18px;
|
|
1042
1054
|
}
|
|
1043
1055
|
}
|
|
1044
1056
|
|
|
@@ -1050,11 +1062,15 @@ ejs-calendar {
|
|
|
1050
1062
|
}
|
|
1051
1063
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
1052
1064
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1053
|
-
padding: 1vh
|
|
1065
|
+
padding: 1vh 2vw;
|
|
1054
1066
|
}
|
|
1055
1067
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-model-title,
|
|
1056
1068
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1057
|
-
padding: 1vh
|
|
1069
|
+
padding: 1vh 2vw;
|
|
1070
|
+
}
|
|
1071
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1072
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1073
|
+
font-size: 2vw;
|
|
1058
1074
|
}
|
|
1059
1075
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1060
1076
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1124,6 +1140,7 @@ ejs-calendar {
|
|
|
1124
1140
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1125
1141
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1126
1142
|
color: #333;
|
|
1143
|
+
font-weight: 500;
|
|
1127
1144
|
}
|
|
1128
1145
|
|
|
1129
1146
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1270,6 +1287,11 @@ ejs-calendar {
|
|
|
1270
1287
|
min-height: 40px;
|
|
1271
1288
|
}
|
|
1272
1289
|
|
|
1290
|
+
@media screen and (orientation: landscape) {
|
|
1291
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1292
|
+
line-height: 64px;
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1273
1295
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1274
1296
|
border-radius: 0;
|
|
1275
1297
|
}
|
|
@@ -1279,9 +1301,15 @@ ejs-calendar {
|
|
|
1279
1301
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1280
1302
|
float: right;
|
|
1281
1303
|
}
|
|
1304
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1305
|
+
height: 15vh;
|
|
1306
|
+
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1308
|
+
float: right;
|
|
1309
|
+
}
|
|
1282
1310
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1283
1311
|
height: 20vh;
|
|
1284
|
-
padding: 2vh
|
|
1312
|
+
padding: 2vh 6vw;
|
|
1285
1313
|
}
|
|
1286
1314
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1287
1315
|
margin: 12vh 0 0 0;
|
|
@@ -1290,20 +1318,26 @@ ejs-calendar {
|
|
|
1290
1318
|
color: inherit;
|
|
1291
1319
|
float: left;
|
|
1292
1320
|
font-size: 18px;
|
|
1293
|
-
padding: 2px;
|
|
1294
1321
|
}
|
|
1295
1322
|
@media (min-device-width: 768px) {
|
|
1296
1323
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1297
|
-
font-size:
|
|
1324
|
+
font-size: 18px;
|
|
1298
1325
|
}
|
|
1299
1326
|
}
|
|
1327
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1328
|
+
background: transparent;
|
|
1329
|
+
border-color: transparent;
|
|
1330
|
+
box-shadow: none;
|
|
1331
|
+
font-weight: 400;
|
|
1332
|
+
padding: 0;
|
|
1333
|
+
}
|
|
1300
1334
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1301
1335
|
color: inherit;
|
|
1302
1336
|
float: right;
|
|
1303
1337
|
}
|
|
1304
1338
|
@media (min-device-width: 768px) {
|
|
1305
1339
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1306
|
-
font-size:
|
|
1340
|
+
font-size: 18px;
|
|
1307
1341
|
}
|
|
1308
1342
|
}
|
|
1309
1343
|
.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 {
|
|
@@ -1333,29 +1367,47 @@ ejs-calendar {
|
|
|
1333
1367
|
}
|
|
1334
1368
|
@media (min-device-width: 768px) {
|
|
1335
1369
|
.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 {
|
|
1336
|
-
font-size:
|
|
1370
|
+
font-size: 18px;
|
|
1337
1371
|
}
|
|
1338
1372
|
}
|
|
1339
1373
|
.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 {
|
|
1340
1374
|
margin-right: 0;
|
|
1375
|
+
vertical-align: inherit;
|
|
1376
|
+
height: 35px;
|
|
1377
|
+
width: 35px;
|
|
1341
1378
|
}
|
|
1342
1379
|
@media (min-device-width: 768px) {
|
|
1343
1380
|
.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 {
|
|
1344
|
-
height:
|
|
1345
|
-
width:
|
|
1381
|
+
height: 55px;
|
|
1382
|
+
width: 55px;
|
|
1346
1383
|
}
|
|
1347
1384
|
}
|
|
1385
|
+
.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 {
|
|
1386
|
+
vertical-align: inherit;
|
|
1387
|
+
}
|
|
1348
1388
|
@media (min-device-width: 768px) {
|
|
1349
1389
|
.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 {
|
|
1350
|
-
font-size:
|
|
1390
|
+
font-size: 18px;
|
|
1351
1391
|
}
|
|
1352
1392
|
}
|
|
1353
1393
|
.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 {
|
|
1354
1394
|
margin-right: 0;
|
|
1395
|
+
vertical-align: inherit;
|
|
1396
|
+
height: 35px;
|
|
1397
|
+
width: 35px;
|
|
1398
|
+
}
|
|
1399
|
+
@media (min-device-width: 768px) {
|
|
1400
|
+
.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 {
|
|
1401
|
+
height: 55px;
|
|
1402
|
+
width: 55px;
|
|
1403
|
+
}
|
|
1404
|
+
}
|
|
1405
|
+
.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 {
|
|
1406
|
+
vertical-align: inherit;
|
|
1355
1407
|
}
|
|
1356
1408
|
@media (min-device-width: 768px) {
|
|
1357
1409
|
.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 {
|
|
1358
|
-
font-size:
|
|
1410
|
+
font-size: 18px;
|
|
1359
1411
|
}
|
|
1360
1412
|
}
|
|
1361
1413
|
.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 {
|
|
@@ -1363,28 +1415,24 @@ ejs-calendar {
|
|
|
1363
1415
|
}
|
|
1364
1416
|
@media (min-device-width: 768px) {
|
|
1365
1417
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar th {
|
|
1366
|
-
font-size:
|
|
1418
|
+
font-size: 18px;
|
|
1367
1419
|
height: 48px;
|
|
1368
1420
|
}
|
|
1369
1421
|
}
|
|
1370
1422
|
@media (min-device-width: 768px) {
|
|
1371
1423
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content span.e-day {
|
|
1372
|
-
font-size:
|
|
1424
|
+
font-size: 18px;
|
|
1373
1425
|
height: 64px;
|
|
1374
1426
|
width: 64px;
|
|
1375
1427
|
line-height: 64px;
|
|
1376
1428
|
}
|
|
1377
1429
|
}
|
|
1378
1430
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1379
|
-
height:
|
|
1431
|
+
height: 79vh;
|
|
1380
1432
|
}
|
|
1381
1433
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1382
1434
|
display: none;
|
|
1383
1435
|
}
|
|
1384
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1385
|
-
display: block;
|
|
1386
|
-
padding: 5px 0;
|
|
1387
|
-
}
|
|
1388
1436
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1389
1437
|
height: 69vh;
|
|
1390
1438
|
}
|
|
@@ -1443,7 +1491,6 @@ ejs-calendar {
|
|
|
1443
1491
|
@media screen and (orientation: landscape) {
|
|
1444
1492
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1445
1493
|
float: left;
|
|
1446
|
-
padding: 2px;
|
|
1447
1494
|
}
|
|
1448
1495
|
}
|
|
1449
1496
|
@media screen and (orientation: landscape) {
|
|
@@ -1453,7 +1500,7 @@ ejs-calendar {
|
|
|
1453
1500
|
}
|
|
1454
1501
|
@media screen and (orientation: landscape) {
|
|
1455
1502
|
.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 {
|
|
1456
|
-
font-size:
|
|
1503
|
+
font-size: 3vw;
|
|
1457
1504
|
}
|
|
1458
1505
|
}
|
|
1459
1506
|
@media screen and (orientation: landscape) {
|
|
@@ -1463,7 +1510,7 @@ ejs-calendar {
|
|
|
1463
1510
|
}
|
|
1464
1511
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1465
1512
|
.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 {
|
|
1466
|
-
line-height:
|
|
1513
|
+
line-height: 12vh;
|
|
1467
1514
|
}
|
|
1468
1515
|
}
|
|
1469
1516
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2215,7 +2262,7 @@ ejs-calendar {
|
|
|
2215
2262
|
}
|
|
2216
2263
|
@media (min-device-width: 768px) {
|
|
2217
2264
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2218
|
-
font-size:
|
|
2265
|
+
font-size: 18px;
|
|
2219
2266
|
}
|
|
2220
2267
|
}
|
|
2221
2268
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2250,17 +2297,27 @@ ejs-calendar {
|
|
|
2250
2297
|
padding: 2vh 2vw;
|
|
2251
2298
|
line-height: 5vh;
|
|
2252
2299
|
}
|
|
2253
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2300
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2301
|
+
height: 36px;
|
|
2302
|
+
width: 36px;
|
|
2303
|
+
}
|
|
2304
|
+
@media (min-device-width: 768px) {
|
|
2305
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2306
|
+
font-size: 18px;
|
|
2307
|
+
padding: 11px;
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2254
2311
|
height: 36px;
|
|
2255
2312
|
width: 36px;
|
|
2256
2313
|
}
|
|
2257
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2314
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2258
2315
|
padding: 10px;
|
|
2259
2316
|
line-height: 1;
|
|
2260
2317
|
}
|
|
2261
2318
|
@media (min-device-width: 768px) {
|
|
2262
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2263
|
-
font-size:
|
|
2319
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2320
|
+
font-size: 18px;
|
|
2264
2321
|
}
|
|
2265
2322
|
}
|
|
2266
2323
|
@media (max-height: 600px) {
|
|
@@ -2275,18 +2332,18 @@ ejs-calendar {
|
|
|
2275
2332
|
}
|
|
2276
2333
|
@media (min-device-width: 768px) {
|
|
2277
2334
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2278
|
-
font-size:
|
|
2335
|
+
font-size: 18px;
|
|
2279
2336
|
}
|
|
2280
2337
|
}
|
|
2281
2338
|
@media (min-device-width: 768px) {
|
|
2282
2339
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2283
|
-
font-size:
|
|
2340
|
+
font-size: 18px;
|
|
2284
2341
|
height: 48px;
|
|
2285
2342
|
}
|
|
2286
2343
|
}
|
|
2287
2344
|
@media (min-device-width: 768px) {
|
|
2288
2345
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2289
|
-
font-size:
|
|
2346
|
+
font-size: 18px;
|
|
2290
2347
|
height: 64px;
|
|
2291
2348
|
width: 64px;
|
|
2292
2349
|
line-height: 64px;
|
|
@@ -2310,12 +2367,6 @@ ejs-calendar {
|
|
|
2310
2367
|
height: 78vh;
|
|
2311
2368
|
}
|
|
2312
2369
|
}
|
|
2313
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2314
|
-
display: block;
|
|
2315
|
-
}
|
|
2316
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2317
|
-
float: right;
|
|
2318
|
-
}
|
|
2319
2370
|
@media (max-height: 600px) {
|
|
2320
2371
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2321
2372
|
min-height: 100%;
|
|
@@ -2363,7 +2414,7 @@ ejs-calendar {
|
|
|
2363
2414
|
}
|
|
2364
2415
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2365
2416
|
height: 10%;
|
|
2366
|
-
padding: 2.5vh 2.5vw;
|
|
2417
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2367
2418
|
display: -ms-flexbox;
|
|
2368
2419
|
display: flex;
|
|
2369
2420
|
-ms-flex-align: center;
|
|
@@ -2373,7 +2424,7 @@ ejs-calendar {
|
|
|
2373
2424
|
}
|
|
2374
2425
|
@media (min-device-width: 768px) {
|
|
2375
2426
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2376
|
-
font-size:
|
|
2427
|
+
font-size: 18px;
|
|
2377
2428
|
}
|
|
2378
2429
|
}
|
|
2379
2430
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2385,14 +2436,14 @@ ejs-calendar {
|
|
|
2385
2436
|
text-transform: capitalize;
|
|
2386
2437
|
}
|
|
2387
2438
|
|
|
2388
|
-
@media screen and (orientation: landscape)
|
|
2389
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2390
|
-
|
|
2439
|
+
@media screen and (orientation: landscape) {
|
|
2440
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2441
|
+
padding: 0;
|
|
2391
2442
|
}
|
|
2392
2443
|
}
|
|
2393
|
-
@media screen and (orientation: landscape) and (min-
|
|
2394
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2395
|
-
|
|
2444
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2445
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2446
|
+
font-size: 18px;
|
|
2396
2447
|
}
|
|
2397
2448
|
}
|
|
2398
2449
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2427,13 +2478,13 @@ ejs-calendar {
|
|
|
2427
2478
|
@media screen and (orientation: landscape) {
|
|
2428
2479
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2429
2480
|
height: 15%;
|
|
2430
|
-
font-size:
|
|
2481
|
+
font-size: 18px;
|
|
2431
2482
|
}
|
|
2432
2483
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2433
|
-
padding: 1vh
|
|
2484
|
+
padding: 1vh 2vw;
|
|
2434
2485
|
}
|
|
2435
2486
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-model-title {
|
|
2436
|
-
padding: 1vh
|
|
2487
|
+
padding: 1vh 2vw;
|
|
2437
2488
|
}
|
|
2438
2489
|
}
|
|
2439
2490
|
@media screen and (orientation: landscape) {
|
|
@@ -2454,7 +2505,7 @@ ejs-calendar {
|
|
|
2454
2505
|
@media screen and (orientation: landscape) {
|
|
2455
2506
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2456
2507
|
margin: 0;
|
|
2457
|
-
height:
|
|
2508
|
+
height: 28px;
|
|
2458
2509
|
}
|
|
2459
2510
|
}
|
|
2460
2511
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2464,8 +2515,8 @@ ejs-calendar {
|
|
|
2464
2515
|
}
|
|
2465
2516
|
@media screen and (orientation: landscape) {
|
|
2466
2517
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2467
|
-
margin:
|
|
2468
|
-
font-size:
|
|
2518
|
+
margin: 8px 0;
|
|
2519
|
+
font-size: 16px;
|
|
2469
2520
|
}
|
|
2470
2521
|
}
|
|
2471
2522
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|