@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/tailwind-dark
|
|
1
|
+
@import 'ej2-base/styles/definition/tailwind-dark.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/tailwind-dark-definition.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@import 'ej2-base/styles/tailwind
|
|
1
|
+
@import 'ej2-base/styles/definition/tailwind.scss';
|
|
2
2
|
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
3
|
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
4
|
@import 'ej2-buttons/styles/button/tailwind-definition.scss';
|
package/styles/fabric-dark.css
CHANGED
|
@@ -993,15 +993,22 @@ ejs-calendar {
|
|
|
993
993
|
top: 0 !important;
|
|
994
994
|
}
|
|
995
995
|
|
|
996
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
997
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
998
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
999
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1000
|
+
border-radius: 0;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
996
1003
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
997
1004
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
998
1005
|
height: 10%;
|
|
999
|
-
padding: 2.5vh 2.5vw;
|
|
1006
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1000
1007
|
display: -ms-flexbox;
|
|
1001
1008
|
display: flex;
|
|
1002
1009
|
-ms-flex-align: center;
|
|
1003
1010
|
align-items: center;
|
|
1004
|
-
font-size:
|
|
1011
|
+
font-size: 2vh;
|
|
1005
1012
|
border-bottom: none;
|
|
1006
1013
|
}
|
|
1007
1014
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1013,6 +1020,11 @@ ejs-calendar {
|
|
|
1013
1020
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1014
1021
|
padding: 1vh 2vw;
|
|
1015
1022
|
text-transform: capitalize;
|
|
1023
|
+
font-weight: 500;
|
|
1024
|
+
}
|
|
1025
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1026
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1027
|
+
font-size: 2vh;
|
|
1016
1028
|
}
|
|
1017
1029
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1018
1030
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1051,6 +1063,10 @@ ejs-calendar {
|
|
|
1051
1063
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1052
1064
|
padding: 1vh 1vw;
|
|
1053
1065
|
}
|
|
1066
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1067
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1068
|
+
font-size: 2vw;
|
|
1069
|
+
}
|
|
1054
1070
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1055
1071
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1056
1072
|
height: 85%;
|
|
@@ -1119,6 +1135,7 @@ ejs-calendar {
|
|
|
1119
1135
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1120
1136
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1121
1137
|
color: #fff;
|
|
1138
|
+
font-weight: 500;
|
|
1122
1139
|
}
|
|
1123
1140
|
|
|
1124
1141
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1264,6 +1281,11 @@ ejs-calendar {
|
|
|
1264
1281
|
min-height: 40px;
|
|
1265
1282
|
}
|
|
1266
1283
|
|
|
1284
|
+
@media screen and (orientation: landscape) {
|
|
1285
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1286
|
+
line-height: 64px;
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1267
1289
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1268
1290
|
border-radius: 0;
|
|
1269
1291
|
}
|
|
@@ -1273,9 +1295,15 @@ ejs-calendar {
|
|
|
1273
1295
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1274
1296
|
float: right;
|
|
1275
1297
|
}
|
|
1298
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1299
|
+
height: 15vh;
|
|
1300
|
+
}
|
|
1301
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1302
|
+
float: right;
|
|
1303
|
+
}
|
|
1276
1304
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1277
1305
|
height: 20vh;
|
|
1278
|
-
padding: 2vh
|
|
1306
|
+
padding: 2vh 6vw;
|
|
1279
1307
|
}
|
|
1280
1308
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1281
1309
|
margin: 12vh 0 0 0;
|
|
@@ -1284,13 +1312,19 @@ ejs-calendar {
|
|
|
1284
1312
|
color: inherit;
|
|
1285
1313
|
float: left;
|
|
1286
1314
|
font-size: 18px;
|
|
1287
|
-
padding: 2px;
|
|
1288
1315
|
}
|
|
1289
1316
|
@media (min-device-width: 768px) {
|
|
1290
1317
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1291
1318
|
font-size: 24px;
|
|
1292
1319
|
}
|
|
1293
1320
|
}
|
|
1321
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1322
|
+
background: transparent;
|
|
1323
|
+
border-color: transparent;
|
|
1324
|
+
box-shadow: none;
|
|
1325
|
+
font-weight: 400;
|
|
1326
|
+
padding: 0;
|
|
1327
|
+
}
|
|
1294
1328
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1295
1329
|
color: inherit;
|
|
1296
1330
|
float: right;
|
|
@@ -1332,13 +1366,19 @@ ejs-calendar {
|
|
|
1332
1366
|
}
|
|
1333
1367
|
.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 {
|
|
1334
1368
|
margin-right: 0;
|
|
1369
|
+
vertical-align: inherit;
|
|
1370
|
+
height: 35px;
|
|
1371
|
+
width: 35px;
|
|
1335
1372
|
}
|
|
1336
1373
|
@media (min-device-width: 768px) {
|
|
1337
1374
|
.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 {
|
|
1338
|
-
height:
|
|
1339
|
-
width:
|
|
1375
|
+
height: 55px;
|
|
1376
|
+
width: 55px;
|
|
1340
1377
|
}
|
|
1341
1378
|
}
|
|
1379
|
+
.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 {
|
|
1380
|
+
vertical-align: inherit;
|
|
1381
|
+
}
|
|
1342
1382
|
@media (min-device-width: 768px) {
|
|
1343
1383
|
.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 {
|
|
1344
1384
|
font-size: 24px;
|
|
@@ -1346,6 +1386,18 @@ ejs-calendar {
|
|
|
1346
1386
|
}
|
|
1347
1387
|
.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 {
|
|
1348
1388
|
margin-right: 0;
|
|
1389
|
+
vertical-align: inherit;
|
|
1390
|
+
height: 35px;
|
|
1391
|
+
width: 35px;
|
|
1392
|
+
}
|
|
1393
|
+
@media (min-device-width: 768px) {
|
|
1394
|
+
.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 {
|
|
1395
|
+
height: 55px;
|
|
1396
|
+
width: 55px;
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
.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 {
|
|
1400
|
+
vertical-align: inherit;
|
|
1349
1401
|
}
|
|
1350
1402
|
@media (min-device-width: 768px) {
|
|
1351
1403
|
.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 {
|
|
@@ -1370,15 +1422,11 @@ ejs-calendar {
|
|
|
1370
1422
|
}
|
|
1371
1423
|
}
|
|
1372
1424
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1373
|
-
height:
|
|
1425
|
+
height: 79vh;
|
|
1374
1426
|
}
|
|
1375
1427
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1376
1428
|
display: none;
|
|
1377
1429
|
}
|
|
1378
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1379
|
-
display: block;
|
|
1380
|
-
padding: 5px 0;
|
|
1381
|
-
}
|
|
1382
1430
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1383
1431
|
height: 69vh;
|
|
1384
1432
|
}
|
|
@@ -1437,7 +1485,6 @@ ejs-calendar {
|
|
|
1437
1485
|
@media screen and (orientation: landscape) {
|
|
1438
1486
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1439
1487
|
float: left;
|
|
1440
|
-
padding: 2px;
|
|
1441
1488
|
}
|
|
1442
1489
|
}
|
|
1443
1490
|
@media screen and (orientation: landscape) {
|
|
@@ -1457,7 +1504,7 @@ ejs-calendar {
|
|
|
1457
1504
|
}
|
|
1458
1505
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1459
1506
|
.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 {
|
|
1460
|
-
line-height:
|
|
1507
|
+
line-height: 12vh;
|
|
1461
1508
|
}
|
|
1462
1509
|
}
|
|
1463
1510
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2208,7 +2255,7 @@ ejs-calendar {
|
|
|
2208
2255
|
}
|
|
2209
2256
|
@media (min-device-width: 768px) {
|
|
2210
2257
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2211
|
-
font-size:
|
|
2258
|
+
font-size: 18px;
|
|
2212
2259
|
}
|
|
2213
2260
|
}
|
|
2214
2261
|
.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 {
|
|
@@ -2243,17 +2290,27 @@ ejs-calendar {
|
|
|
2243
2290
|
padding: 2vh 2vw;
|
|
2244
2291
|
line-height: 5vh;
|
|
2245
2292
|
}
|
|
2246
|
-
.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-
|
|
2293
|
+
.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 {
|
|
2294
|
+
height: 36px;
|
|
2295
|
+
width: 36px;
|
|
2296
|
+
}
|
|
2297
|
+
@media (min-device-width: 768px) {
|
|
2298
|
+
.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 {
|
|
2299
|
+
font-size: 18px;
|
|
2300
|
+
padding: 11px;
|
|
2301
|
+
}
|
|
2302
|
+
}
|
|
2303
|
+
.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 {
|
|
2247
2304
|
height: 36px;
|
|
2248
2305
|
width: 36px;
|
|
2249
2306
|
}
|
|
2250
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2307
|
+
.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 {
|
|
2251
2308
|
padding: 10px;
|
|
2252
2309
|
line-height: 1;
|
|
2253
2310
|
}
|
|
2254
2311
|
@media (min-device-width: 768px) {
|
|
2255
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2256
|
-
font-size:
|
|
2312
|
+
.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 {
|
|
2313
|
+
font-size: 18px;
|
|
2257
2314
|
}
|
|
2258
2315
|
}
|
|
2259
2316
|
@media (max-height: 600px) {
|
|
@@ -2268,18 +2325,18 @@ ejs-calendar {
|
|
|
2268
2325
|
}
|
|
2269
2326
|
@media (min-device-width: 768px) {
|
|
2270
2327
|
.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 {
|
|
2271
|
-
font-size:
|
|
2328
|
+
font-size: 18px;
|
|
2272
2329
|
}
|
|
2273
2330
|
}
|
|
2274
2331
|
@media (min-device-width: 768px) {
|
|
2275
2332
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2276
|
-
font-size:
|
|
2333
|
+
font-size: 18px;
|
|
2277
2334
|
height: 48px;
|
|
2278
2335
|
}
|
|
2279
2336
|
}
|
|
2280
2337
|
@media (min-device-width: 768px) {
|
|
2281
2338
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2282
|
-
font-size:
|
|
2339
|
+
font-size: 18px;
|
|
2283
2340
|
height: 64px;
|
|
2284
2341
|
width: 64px;
|
|
2285
2342
|
line-height: 64px;
|
|
@@ -2303,12 +2360,6 @@ ejs-calendar {
|
|
|
2303
2360
|
height: 78vh;
|
|
2304
2361
|
}
|
|
2305
2362
|
}
|
|
2306
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2307
|
-
display: block;
|
|
2308
|
-
}
|
|
2309
|
-
.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 {
|
|
2310
|
-
float: right;
|
|
2311
|
-
}
|
|
2312
2363
|
@media (max-height: 600px) {
|
|
2313
2364
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2314
2365
|
min-height: 100%;
|
|
@@ -2356,7 +2407,7 @@ ejs-calendar {
|
|
|
2356
2407
|
}
|
|
2357
2408
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2358
2409
|
height: 10%;
|
|
2359
|
-
padding: 2.5vh 2.5vw;
|
|
2410
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2360
2411
|
display: -ms-flexbox;
|
|
2361
2412
|
display: flex;
|
|
2362
2413
|
-ms-flex-align: center;
|
|
@@ -2366,7 +2417,7 @@ ejs-calendar {
|
|
|
2366
2417
|
}
|
|
2367
2418
|
@media (min-device-width: 768px) {
|
|
2368
2419
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2369
|
-
font-size:
|
|
2420
|
+
font-size: 18px;
|
|
2370
2421
|
}
|
|
2371
2422
|
}
|
|
2372
2423
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2378,14 +2429,14 @@ ejs-calendar {
|
|
|
2378
2429
|
text-transform: capitalize;
|
|
2379
2430
|
}
|
|
2380
2431
|
|
|
2381
|
-
@media screen and (orientation: landscape)
|
|
2382
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2383
|
-
|
|
2432
|
+
@media screen and (orientation: landscape) {
|
|
2433
|
+
.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 {
|
|
2434
|
+
padding: 0;
|
|
2384
2435
|
}
|
|
2385
2436
|
}
|
|
2386
|
-
@media screen and (orientation: landscape) and (min-
|
|
2387
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2388
|
-
|
|
2437
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2438
|
+
.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 {
|
|
2439
|
+
font-size: 18px;
|
|
2389
2440
|
}
|
|
2390
2441
|
}
|
|
2391
2442
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2420,7 +2471,7 @@ ejs-calendar {
|
|
|
2420
2471
|
@media screen and (orientation: landscape) {
|
|
2421
2472
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2422
2473
|
height: 15%;
|
|
2423
|
-
font-size:
|
|
2474
|
+
font-size: 18px;
|
|
2424
2475
|
}
|
|
2425
2476
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2426
2477
|
padding: 1vh 1vw;
|
|
@@ -2447,7 +2498,7 @@ ejs-calendar {
|
|
|
2447
2498
|
@media screen and (orientation: landscape) {
|
|
2448
2499
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2449
2500
|
margin: 0;
|
|
2450
|
-
height:
|
|
2501
|
+
height: 28px;
|
|
2451
2502
|
}
|
|
2452
2503
|
}
|
|
2453
2504
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2457,8 +2508,8 @@ ejs-calendar {
|
|
|
2457
2508
|
}
|
|
2458
2509
|
@media screen and (orientation: landscape) {
|
|
2459
2510
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2460
|
-
margin:
|
|
2461
|
-
font-size:
|
|
2511
|
+
margin: 8px 0;
|
|
2512
|
+
font-size: 16px;
|
|
2462
2513
|
}
|
|
2463
2514
|
}
|
|
2464
2515
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|