@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36
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/esm2020/src/calendar/calendar.component.mjs +5 -4
- package/esm2020/src/datepicker/datepicker.component.mjs +5 -4
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +5 -4
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +5 -4
- package/esm2020/src/timepicker/timepicker.component.mjs +5 -4
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +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/bootstrap-dark.scss +1 -1
- package/styles/calendar/bootstrap.scss +1 -1
- package/styles/calendar/bootstrap4.scss +1 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -1
- package/styles/calendar/bootstrap5.scss +1 -1
- package/styles/calendar/fabric-dark.scss +1 -1
- package/styles/calendar/fabric.scss +1 -1
- package/styles/calendar/fluent-dark.scss +1 -1
- package/styles/calendar/fluent.scss +1 -1
- package/styles/calendar/highcontrast-light.scss +1 -1
- package/styles/calendar/highcontrast.scss +1 -1
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material-dark.scss +1 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -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-dark.scss +1 -1
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +5 -5
- package/styles/datepicker/_bootstrap-definition.scss +5 -5
- package/styles/datepicker/_bootstrap4-definition.scss +5 -5
- package/styles/datepicker/_bootstrap5-definition.scss +6 -6
- package/styles/datepicker/_fabric-dark-definition.scss +4 -4
- package/styles/datepicker/_fabric-definition.scss +6 -6
- package/styles/datepicker/_fluent-definition.scss +4 -4
- package/styles/datepicker/_fusionnew-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-light-definition.scss +5 -5
- package/styles/datepicker/_layout.scss +34 -9
- package/styles/datepicker/_material-dark-definition.scss +4 -4
- package/styles/datepicker/_material-definition.scss +4 -4
- package/styles/datepicker/_material3-definition.scss +4 -4
- package/styles/datepicker/_tailwind-definition.scss +8 -8
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -1
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -1
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -1
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -1
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -1
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -1
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -1
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -1
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -1
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -1
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -1
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -1
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -1
- 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-dark.scss +1 -1
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap4-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-dark-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-definition.scss +4 -4
- package/styles/daterangepicker/_fluent-definition.scss +4 -4
- package/styles/daterangepicker/_fusionnew-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-light-definition.scss +4 -4
- package/styles/daterangepicker/_layout.scss +48 -19
- package/styles/daterangepicker/_material-dark-definition.scss +4 -4
- package/styles/daterangepicker/_material-definition.scss +4 -4
- package/styles/daterangepicker/_material3-definition.scss +8 -5
- package/styles/daterangepicker/_tailwind-definition.scss +5 -5
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -1
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -1
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -1
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -1
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -1
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -1
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -1
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -1
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -1
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -1
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -1
- 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-dark.scss +1 -1
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/daterangepicker/tailwind.scss +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -1
- package/styles/datetimepicker/bootstrap4.scss +1 -1
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap5.scss +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -1
- package/styles/datetimepicker/fabric.scss +1 -1
- package/styles/datetimepicker/fluent-dark.scss +1 -1
- package/styles/datetimepicker/fluent.scss +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -1
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -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-dark.scss +1 -1
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -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 -41
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +113 -41
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/_bootstrap-dark-definition.scss +2 -2
- package/styles/timepicker/_bootstrap-definition.scss +2 -2
- package/styles/timepicker/_bootstrap4-definition.scss +2 -2
- package/styles/timepicker/_bootstrap5-definition.scss +2 -2
- package/styles/timepicker/_fabric-dark-definition.scss +2 -2
- package/styles/timepicker/_fabric-definition.scss +4 -4
- package/styles/timepicker/_fluent-definition.scss +2 -2
- package/styles/timepicker/_fusionnew-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-light-definition.scss +2 -2
- package/styles/timepicker/_layout.scss +16 -0
- package/styles/timepicker/_material-dark-definition.scss +2 -2
- package/styles/timepicker/_material-definition.scss +2 -2
- package/styles/timepicker/_material3-definition.scss +2 -2
- package/styles/timepicker/_tailwind-definition.scss +2 -2
- package/styles/timepicker/_theme.scss +1 -0
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -1
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -1
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -1
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -1
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -1
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -1
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -1
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -1
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -1
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -1
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -1
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -1
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -1
- 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-dark.scss +1 -1
- package/styles/timepicker/tailwind.css +19 -3
- package/styles/timepicker/tailwind.scss +1 -1
package/styles/tailwind-dark.css
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
1
|
/*! calendar tailwind theme variables */
|
|
3
2
|
/*! component icons */
|
|
4
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
6
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
7
|
-
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
8
3
|
.e-calendar .e-header .e-date-icon-prev::before {
|
|
9
4
|
content: "\e776";
|
|
10
5
|
}
|
|
@@ -1096,15 +1091,22 @@ ejs-calendar {
|
|
|
1096
1091
|
top: 0 !important;
|
|
1097
1092
|
}
|
|
1098
1093
|
|
|
1094
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1095
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1096
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1097
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1098
|
+
border-radius: 0;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1099
1101
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1100
1102
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1101
1103
|
height: 10%;
|
|
1102
|
-
padding: 2.5vh 2.5vw;
|
|
1104
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1103
1105
|
display: -ms-flexbox;
|
|
1104
1106
|
display: flex;
|
|
1105
1107
|
-ms-flex-align: center;
|
|
1106
1108
|
align-items: center;
|
|
1107
|
-
font-size:
|
|
1109
|
+
font-size: 2vh;
|
|
1108
1110
|
border-bottom: none;
|
|
1109
1111
|
}
|
|
1110
1112
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1116,6 +1118,11 @@ ejs-calendar {
|
|
|
1116
1118
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1117
1119
|
padding: 1vh 2vw;
|
|
1118
1120
|
text-transform: capitalize;
|
|
1121
|
+
font-weight: 500;
|
|
1122
|
+
}
|
|
1123
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1124
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1125
|
+
font-size: 2vh;
|
|
1119
1126
|
}
|
|
1120
1127
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1121
1128
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1154,6 +1161,10 @@ ejs-calendar {
|
|
|
1154
1161
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1155
1162
|
padding: 1vh 1vw;
|
|
1156
1163
|
}
|
|
1164
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1165
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1166
|
+
font-size: 2vw;
|
|
1167
|
+
}
|
|
1157
1168
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1158
1169
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1159
1170
|
height: 85%;
|
|
@@ -1222,6 +1233,7 @@ ejs-calendar {
|
|
|
1222
1233
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1223
1234
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1224
1235
|
color: #d1d5db;
|
|
1236
|
+
font-weight: 500;
|
|
1225
1237
|
}
|
|
1226
1238
|
|
|
1227
1239
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1298,7 +1310,7 @@ ejs-calendar {
|
|
|
1298
1310
|
|
|
1299
1311
|
.e-datepicker.e-bigger.e-popup-wrapper,
|
|
1300
1312
|
.e-bigger .e-datepicker.e-popup-wrapper {
|
|
1301
|
-
margin-top:
|
|
1313
|
+
margin-top: 0;
|
|
1302
1314
|
}
|
|
1303
1315
|
|
|
1304
1316
|
.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child {
|
|
@@ -1383,6 +1395,11 @@ ejs-calendar {
|
|
|
1383
1395
|
min-height: 40px;
|
|
1384
1396
|
}
|
|
1385
1397
|
|
|
1398
|
+
@media screen and (orientation: landscape) {
|
|
1399
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1400
|
+
line-height: 64px;
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1386
1403
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1387
1404
|
border-radius: 0;
|
|
1388
1405
|
}
|
|
@@ -1392,9 +1409,15 @@ ejs-calendar {
|
|
|
1392
1409
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1393
1410
|
float: right;
|
|
1394
1411
|
}
|
|
1412
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1413
|
+
height: 15vh;
|
|
1414
|
+
}
|
|
1415
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1416
|
+
float: right;
|
|
1417
|
+
}
|
|
1395
1418
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1396
1419
|
height: 20vh;
|
|
1397
|
-
padding: 2vh
|
|
1420
|
+
padding: 2vh 6vw;
|
|
1398
1421
|
}
|
|
1399
1422
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1400
1423
|
margin: 12vh 0 0 0;
|
|
@@ -1403,13 +1426,19 @@ ejs-calendar {
|
|
|
1403
1426
|
color: inherit;
|
|
1404
1427
|
float: left;
|
|
1405
1428
|
font-size: 18px;
|
|
1406
|
-
padding: 2px;
|
|
1407
1429
|
}
|
|
1408
1430
|
@media (min-device-width: 768px) {
|
|
1409
1431
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1410
1432
|
font-size: 24px;
|
|
1411
1433
|
}
|
|
1412
1434
|
}
|
|
1435
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1436
|
+
background: transparent;
|
|
1437
|
+
border-color: transparent;
|
|
1438
|
+
box-shadow: none;
|
|
1439
|
+
font-weight: 400;
|
|
1440
|
+
padding: 0;
|
|
1441
|
+
}
|
|
1413
1442
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1414
1443
|
color: inherit;
|
|
1415
1444
|
float: right;
|
|
@@ -1437,7 +1466,7 @@ ejs-calendar {
|
|
|
1437
1466
|
line-height: 5vh;
|
|
1438
1467
|
}
|
|
1439
1468
|
.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 {
|
|
1440
|
-
margin-left:
|
|
1469
|
+
margin-left: 21vw;
|
|
1441
1470
|
position: absolute;
|
|
1442
1471
|
text-align: center;
|
|
1443
1472
|
vertical-align: middle;
|
|
@@ -1450,14 +1479,20 @@ ejs-calendar {
|
|
|
1450
1479
|
}
|
|
1451
1480
|
}
|
|
1452
1481
|
.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 {
|
|
1453
|
-
margin-right:
|
|
1482
|
+
margin-right: 73vw;
|
|
1483
|
+
vertical-align: inherit;
|
|
1484
|
+
height: 35px;
|
|
1485
|
+
width: 35px;
|
|
1454
1486
|
}
|
|
1455
1487
|
@media (min-device-width: 768px) {
|
|
1456
1488
|
.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 {
|
|
1457
|
-
height:
|
|
1458
|
-
width:
|
|
1489
|
+
height: 55px;
|
|
1490
|
+
width: 55px;
|
|
1459
1491
|
}
|
|
1460
1492
|
}
|
|
1493
|
+
.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 {
|
|
1494
|
+
vertical-align: inherit;
|
|
1495
|
+
}
|
|
1461
1496
|
@media (min-device-width: 768px) {
|
|
1462
1497
|
.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 {
|
|
1463
1498
|
font-size: 24px;
|
|
@@ -1465,6 +1500,18 @@ ejs-calendar {
|
|
|
1465
1500
|
}
|
|
1466
1501
|
.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 {
|
|
1467
1502
|
margin-right: 0;
|
|
1503
|
+
vertical-align: inherit;
|
|
1504
|
+
height: 35px;
|
|
1505
|
+
width: 35px;
|
|
1506
|
+
}
|
|
1507
|
+
@media (min-device-width: 768px) {
|
|
1508
|
+
.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 {
|
|
1509
|
+
height: 55px;
|
|
1510
|
+
width: 55px;
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
.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 {
|
|
1514
|
+
vertical-align: inherit;
|
|
1468
1515
|
}
|
|
1469
1516
|
@media (min-device-width: 768px) {
|
|
1470
1517
|
.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 {
|
|
@@ -1489,15 +1536,11 @@ ejs-calendar {
|
|
|
1489
1536
|
}
|
|
1490
1537
|
}
|
|
1491
1538
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1492
|
-
height:
|
|
1539
|
+
height: 79vh;
|
|
1493
1540
|
}
|
|
1494
1541
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1495
1542
|
display: none;
|
|
1496
1543
|
}
|
|
1497
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1498
|
-
display: block;
|
|
1499
|
-
padding: 5px 0;
|
|
1500
|
-
}
|
|
1501
1544
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1502
1545
|
height: 69vh;
|
|
1503
1546
|
}
|
|
@@ -1556,7 +1599,6 @@ ejs-calendar {
|
|
|
1556
1599
|
@media screen and (orientation: landscape) {
|
|
1557
1600
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1558
1601
|
float: left;
|
|
1559
|
-
padding: 2px;
|
|
1560
1602
|
}
|
|
1561
1603
|
}
|
|
1562
1604
|
@media screen and (orientation: landscape) {
|
|
@@ -1571,12 +1613,12 @@ ejs-calendar {
|
|
|
1571
1613
|
}
|
|
1572
1614
|
@media screen and (orientation: landscape) {
|
|
1573
1615
|
.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 {
|
|
1574
|
-
margin-right:
|
|
1616
|
+
margin-right: 73vw;
|
|
1575
1617
|
}
|
|
1576
1618
|
}
|
|
1577
1619
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1578
1620
|
.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 {
|
|
1579
|
-
line-height:
|
|
1621
|
+
line-height: 12vh;
|
|
1580
1622
|
}
|
|
1581
1623
|
}
|
|
1582
1624
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2366,7 +2408,7 @@ ejs-calendar {
|
|
|
2366
2408
|
}
|
|
2367
2409
|
@media (min-device-width: 768px) {
|
|
2368
2410
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2369
|
-
font-size:
|
|
2411
|
+
font-size: 18px;
|
|
2370
2412
|
}
|
|
2371
2413
|
}
|
|
2372
2414
|
.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 {
|
|
@@ -2401,17 +2443,27 @@ ejs-calendar {
|
|
|
2401
2443
|
padding: 2vh 2vw;
|
|
2402
2444
|
line-height: 5vh;
|
|
2403
2445
|
}
|
|
2404
|
-
.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-
|
|
2446
|
+
.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 {
|
|
2447
|
+
height: 36px;
|
|
2448
|
+
width: 36px;
|
|
2449
|
+
}
|
|
2450
|
+
@media (min-device-width: 768px) {
|
|
2451
|
+
.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 {
|
|
2452
|
+
font-size: 18px;
|
|
2453
|
+
padding: 11px;
|
|
2454
|
+
}
|
|
2455
|
+
}
|
|
2456
|
+
.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 {
|
|
2405
2457
|
height: 36px;
|
|
2406
2458
|
width: 36px;
|
|
2407
2459
|
}
|
|
2408
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2460
|
+
.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 {
|
|
2409
2461
|
padding: 10px;
|
|
2410
2462
|
line-height: 1;
|
|
2411
2463
|
}
|
|
2412
2464
|
@media (min-device-width: 768px) {
|
|
2413
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2414
|
-
font-size:
|
|
2465
|
+
.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 {
|
|
2466
|
+
font-size: 18px;
|
|
2415
2467
|
}
|
|
2416
2468
|
}
|
|
2417
2469
|
@media (max-height: 600px) {
|
|
@@ -2426,18 +2478,18 @@ ejs-calendar {
|
|
|
2426
2478
|
}
|
|
2427
2479
|
@media (min-device-width: 768px) {
|
|
2428
2480
|
.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 {
|
|
2429
|
-
font-size:
|
|
2481
|
+
font-size: 18px;
|
|
2430
2482
|
}
|
|
2431
2483
|
}
|
|
2432
2484
|
@media (min-device-width: 768px) {
|
|
2433
2485
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2434
|
-
font-size:
|
|
2486
|
+
font-size: 18px;
|
|
2435
2487
|
height: 48px;
|
|
2436
2488
|
}
|
|
2437
2489
|
}
|
|
2438
2490
|
@media (min-device-width: 768px) {
|
|
2439
2491
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2440
|
-
font-size:
|
|
2492
|
+
font-size: 18px;
|
|
2441
2493
|
height: 64px;
|
|
2442
2494
|
width: 64px;
|
|
2443
2495
|
line-height: 64px;
|
|
@@ -2461,12 +2513,6 @@ ejs-calendar {
|
|
|
2461
2513
|
height: 78vh;
|
|
2462
2514
|
}
|
|
2463
2515
|
}
|
|
2464
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2465
|
-
display: block;
|
|
2466
|
-
}
|
|
2467
|
-
.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 {
|
|
2468
|
-
float: right;
|
|
2469
|
-
}
|
|
2470
2516
|
@media (max-height: 600px) {
|
|
2471
2517
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2472
2518
|
min-height: 100%;
|
|
@@ -2514,17 +2560,17 @@ ejs-calendar {
|
|
|
2514
2560
|
}
|
|
2515
2561
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2516
2562
|
height: 10%;
|
|
2517
|
-
padding: 2.5vh 2.5vw;
|
|
2563
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2518
2564
|
display: -ms-flexbox;
|
|
2519
2565
|
display: flex;
|
|
2520
2566
|
-ms-flex-align: center;
|
|
2521
2567
|
align-items: center;
|
|
2522
|
-
font-size:
|
|
2568
|
+
font-size: 2vh;
|
|
2523
2569
|
border-bottom: none;
|
|
2524
2570
|
}
|
|
2525
2571
|
@media (min-device-width: 768px) {
|
|
2526
2572
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2527
|
-
font-size:
|
|
2573
|
+
font-size: 18px;
|
|
2528
2574
|
}
|
|
2529
2575
|
}
|
|
2530
2576
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2536,14 +2582,14 @@ ejs-calendar {
|
|
|
2536
2582
|
text-transform: capitalize;
|
|
2537
2583
|
}
|
|
2538
2584
|
|
|
2539
|
-
@media screen and (orientation: landscape)
|
|
2540
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2541
|
-
|
|
2585
|
+
@media screen and (orientation: landscape) {
|
|
2586
|
+
.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 {
|
|
2587
|
+
padding: 0;
|
|
2542
2588
|
}
|
|
2543
2589
|
}
|
|
2544
|
-
@media screen and (orientation: landscape) and (min-
|
|
2545
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2546
|
-
|
|
2590
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2591
|
+
.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 {
|
|
2592
|
+
font-size: 18px;
|
|
2547
2593
|
}
|
|
2548
2594
|
}
|
|
2549
2595
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2578,7 +2624,7 @@ ejs-calendar {
|
|
|
2578
2624
|
@media screen and (orientation: landscape) {
|
|
2579
2625
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2580
2626
|
height: 15%;
|
|
2581
|
-
font-size:
|
|
2627
|
+
font-size: 18px;
|
|
2582
2628
|
}
|
|
2583
2629
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2584
2630
|
padding: 1vh 1vw;
|
|
@@ -2605,7 +2651,7 @@ ejs-calendar {
|
|
|
2605
2651
|
@media screen and (orientation: landscape) {
|
|
2606
2652
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2607
2653
|
margin: 0;
|
|
2608
|
-
height:
|
|
2654
|
+
height: 28px;
|
|
2609
2655
|
}
|
|
2610
2656
|
}
|
|
2611
2657
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2615,8 +2661,8 @@ ejs-calendar {
|
|
|
2615
2661
|
}
|
|
2616
2662
|
@media screen and (orientation: landscape) {
|
|
2617
2663
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2618
|
-
margin:
|
|
2619
|
-
font-size:
|
|
2664
|
+
margin: 8px 0;
|
|
2665
|
+
font-size: 16px;
|
|
2620
2666
|
}
|
|
2621
2667
|
}
|
|
2622
2668
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|