@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +190 -13
- package/styles/bootstrap.css +190 -13
- package/styles/bootstrap4.css +190 -13
- package/styles/bootstrap5-dark.css +192 -17
- package/styles/bootstrap5.css +192 -17
- package/styles/calendar/_all.scss +1 -1
- package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
- package/styles/calendar/_bootstrap-definition.scss +6 -6
- package/styles/calendar/_bootstrap4-definition.scss +5 -6
- package/styles/calendar/_bootstrap5-definition.scss +3 -29
- package/styles/calendar/_fabric-dark-definition.scss +1 -4
- package/styles/calendar/_fabric-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +4 -30
- package/styles/calendar/_fusionnew-definition.scss +3 -29
- package/styles/calendar/_highcontrast-light-definition.scss +1 -3
- package/styles/calendar/_layout.scss +95 -153
- package/styles/calendar/_material-dark-definition.scss +1 -3
- package/styles/calendar/_material3-definition.scss +3 -29
- package/styles/calendar/_tailwind-definition.scss +5 -27
- package/styles/calendar/_theme.scss +66 -111
- package/styles/calendar/bootstrap-dark.css +0 -1
- package/styles/calendar/bootstrap.css +0 -1
- package/styles/calendar/bootstrap4.css +0 -1
- package/styles/calendar/bootstrap5-dark.css +0 -1
- package/styles/calendar/bootstrap5.css +0 -1
- package/styles/calendar/fabric-dark.css +0 -1
- package/styles/calendar/fabric.css +0 -1
- package/styles/calendar/fluent-dark.css +0 -1
- package/styles/calendar/fluent.css +0 -1
- package/styles/calendar/highcontrast-light.css +0 -1
- package/styles/calendar/highcontrast.css +0 -1
- package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
- package/styles/calendar/icons/_bootstrap.scss +1 -2
- package/styles/calendar/icons/_bootstrap4.scss +1 -2
- package/styles/calendar/icons/_bootstrap5.scss +1 -2
- package/styles/calendar/icons/_fabric-dark.scss +1 -2
- package/styles/calendar/icons/_fabric.scss +1 -2
- package/styles/calendar/icons/_fluent.scss +1 -2
- package/styles/calendar/icons/_fusionnew.scss +1 -2
- package/styles/calendar/icons/_highcontrast-light.scss +1 -2
- package/styles/calendar/icons/_highcontrast.scss +1 -2
- package/styles/calendar/icons/_material-dark.scss +1 -2
- package/styles/calendar/icons/_material.scss +1 -2
- package/styles/calendar/icons/_material3.scss +1 -2
- package/styles/calendar/icons/_tailwind.scss +1 -2
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/tailwind-dark.css +0 -2
- package/styles/calendar/tailwind.css +0 -2
- package/styles/datepicker/_all.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
- package/styles/datepicker/_bootstrap-definition.scss +0 -2
- package/styles/datepicker/_bootstrap4-definition.scss +0 -2
- package/styles/datepicker/_bootstrap5-definition.scss +1 -5
- package/styles/datepicker/_fabric-dark-definition.scss +0 -3
- package/styles/datepicker/_fabric-definition.scss +0 -2
- package/styles/datepicker/_fluent-definition.scss +1 -4
- package/styles/datepicker/_fusionnew-definition.scss +1 -5
- package/styles/datepicker/_highcontrast-definition.scss +0 -2
- package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
- package/styles/datepicker/_layout.scss +131 -6
- package/styles/datepicker/_material-dark-definition.scss +1 -4
- package/styles/datepicker/_material-definition.scss +0 -2
- package/styles/datepicker/_material3-definition.scss +1 -5
- package/styles/datepicker/_tailwind-definition.scss +1 -5
- package/styles/datepicker/_theme.scss +7 -7
- package/styles/datepicker/bootstrap-dark.css +79 -3
- package/styles/datepicker/bootstrap.css +79 -3
- package/styles/datepicker/bootstrap4.css +79 -3
- package/styles/datepicker/bootstrap5-dark.css +80 -4
- package/styles/datepicker/bootstrap5.css +80 -4
- package/styles/datepicker/fabric-dark.css +79 -3
- package/styles/datepicker/fabric.css +79 -3
- package/styles/datepicker/fluent-dark.css +80 -4
- package/styles/datepicker/fluent.css +80 -4
- package/styles/datepicker/highcontrast-light.css +79 -3
- package/styles/datepicker/highcontrast.css +79 -3
- package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
- package/styles/datepicker/icons/_bootstrap.scss +6 -7
- package/styles/datepicker/icons/_bootstrap4.scss +6 -7
- package/styles/datepicker/icons/_bootstrap5.scss +6 -7
- package/styles/datepicker/icons/_fabric-dark.scss +5 -6
- package/styles/datepicker/icons/_fabric.scss +6 -7
- package/styles/datepicker/icons/_fluent.scss +6 -7
- package/styles/datepicker/icons/_fusionnew.scss +6 -7
- package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
- package/styles/datepicker/icons/_highcontrast.scss +7 -7
- package/styles/datepicker/icons/_material-dark.scss +6 -7
- package/styles/datepicker/icons/_material.scss +6 -7
- package/styles/datepicker/icons/_material3.scss +6 -7
- package/styles/datepicker/icons/_tailwind.scss +6 -7
- package/styles/datepicker/material-dark.css +79 -3
- package/styles/datepicker/material.css +79 -3
- package/styles/datepicker/tailwind-dark.css +80 -4
- package/styles/datepicker/tailwind.css +80 -4
- package/styles/daterangepicker/_all.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
- package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
- package/styles/daterangepicker/_fabric-definition.scss +1 -5
- package/styles/daterangepicker/_fluent-definition.scss +1 -6
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
- package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
- package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
- package/styles/daterangepicker/_layout.scss +207 -111
- package/styles/daterangepicker/_material-dark-definition.scss +1 -6
- package/styles/daterangepicker/_material-definition.scss +1 -6
- package/styles/daterangepicker/_material3-definition.scss +0 -6
- package/styles/daterangepicker/_tailwind-definition.scss +0 -5
- package/styles/daterangepicker/_theme.scss +27 -52
- package/styles/daterangepicker/bootstrap-dark.css +111 -3
- package/styles/daterangepicker/bootstrap.css +111 -3
- package/styles/daterangepicker/bootstrap4.css +111 -3
- package/styles/daterangepicker/bootstrap5-dark.css +112 -4
- package/styles/daterangepicker/bootstrap5.css +112 -4
- package/styles/daterangepicker/fabric-dark.css +111 -3
- package/styles/daterangepicker/fabric.css +111 -3
- package/styles/daterangepicker/fluent-dark.css +112 -4
- package/styles/daterangepicker/fluent.css +112 -4
- package/styles/daterangepicker/highcontrast-light.css +111 -3
- package/styles/daterangepicker/highcontrast.css +111 -3
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
- package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
- package/styles/daterangepicker/icons/_fabric.scss +8 -13
- package/styles/daterangepicker/icons/_fluent.scss +8 -13
- package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
- package/styles/daterangepicker/icons/_material-dark.scss +7 -13
- package/styles/daterangepicker/icons/_material.scss +7 -13
- package/styles/daterangepicker/icons/_material3.scss +8 -13
- package/styles/daterangepicker/icons/_tailwind.scss +8 -13
- package/styles/daterangepicker/material-dark.css +111 -3
- package/styles/daterangepicker/material.css +111 -3
- package/styles/daterangepicker/tailwind-dark.css +112 -5
- package/styles/daterangepicker/tailwind.css +112 -5
- package/styles/datetimepicker/_all.scss +1 -1
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
- package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-definition.scss +0 -4
- package/styles/datetimepicker/_fluent-definition.scss +3 -8
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
- package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/datetimepicker/_layout.scss +3 -2
- package/styles/datetimepicker/_material-dark-definition.scss +1 -6
- package/styles/datetimepicker/_material-definition.scss +0 -4
- package/styles/datetimepicker/_material3-definition.scss +0 -5
- package/styles/datetimepicker/_tailwind-definition.scss +0 -5
- package/styles/datetimepicker/_theme.scss +1 -2
- package/styles/datetimepicker/bootstrap-dark.css +0 -2
- package/styles/datetimepicker/bootstrap.css +0 -2
- package/styles/datetimepicker/bootstrap4.css +0 -2
- package/styles/datetimepicker/bootstrap5-dark.css +0 -3
- package/styles/datetimepicker/bootstrap5.css +0 -3
- package/styles/datetimepicker/fabric-dark.css +0 -2
- package/styles/datetimepicker/fabric.css +0 -2
- package/styles/datetimepicker/fluent-dark.css +0 -3
- package/styles/datetimepicker/fluent.css +0 -3
- package/styles/datetimepicker/highcontrast-light.css +0 -2
- package/styles/datetimepicker/highcontrast.css +0 -2
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
- package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
- package/styles/datetimepicker/icons/_fabric.scss +1 -1
- package/styles/datetimepicker/icons/_fluent.scss +1 -1
- package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
- package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
- package/styles/datetimepicker/icons/_material-dark.scss +1 -1
- package/styles/datetimepicker/icons/_material.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/icons/_tailwind.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -2
- package/styles/datetimepicker/material.css +0 -2
- package/styles/datetimepicker/tailwind-dark.css +0 -3
- package/styles/datetimepicker/tailwind.css +0 -3
- package/styles/fabric-dark.css +190 -13
- package/styles/fabric.css +190 -13
- package/styles/fluent-dark.css +192 -17
- package/styles/fluent.css +192 -17
- package/styles/highcontrast-light.css +190 -13
- package/styles/highcontrast.css +190 -13
- package/styles/material-dark.css +190 -13
- package/styles/material.css +190 -13
- package/styles/tailwind-dark.css +192 -19
- package/styles/tailwind.css +192 -19
- package/styles/timepicker/_all.scss +1 -1
- package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
- package/styles/timepicker/_bootstrap-definition.scss +0 -4
- package/styles/timepicker/_bootstrap4-definition.scss +0 -5
- package/styles/timepicker/_bootstrap5-definition.scss +0 -5
- package/styles/timepicker/_fabric-dark-definition.scss +1 -6
- package/styles/timepicker/_fabric-definition.scss +0 -4
- package/styles/timepicker/_fluent-definition.scss +0 -5
- package/styles/timepicker/_fusionnew-definition.scss +0 -5
- package/styles/timepicker/_highcontrast-definition.scss +0 -4
- package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/timepicker/_layout.scss +5 -4
- package/styles/timepicker/_material-dark-definition.scss +1 -6
- package/styles/timepicker/_material-definition.scss +0 -4
- package/styles/timepicker/_material3-definition.scss +0 -5
- package/styles/timepicker/_tailwind-definition.scss +0 -5
- package/styles/timepicker/_theme.scss +1 -2
- package/styles/timepicker/bootstrap-dark.css +0 -4
- package/styles/timepicker/bootstrap.css +0 -4
- package/styles/timepicker/bootstrap4.css +0 -4
- package/styles/timepicker/bootstrap5-dark.css +0 -5
- package/styles/timepicker/bootstrap5.css +0 -5
- package/styles/timepicker/fabric-dark.css +0 -4
- package/styles/timepicker/fabric.css +0 -4
- package/styles/timepicker/fluent-dark.css +0 -5
- package/styles/timepicker/fluent.css +0 -5
- package/styles/timepicker/highcontrast-light.css +0 -4
- package/styles/timepicker/highcontrast.css +0 -4
- package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
- package/styles/timepicker/icons/_bootstrap.scss +2 -1
- package/styles/timepicker/icons/_bootstrap4.scss +2 -1
- package/styles/timepicker/icons/_bootstrap5.scss +2 -1
- package/styles/timepicker/icons/_fabric-dark.scss +2 -1
- package/styles/timepicker/icons/_fabric.scss +2 -1
- package/styles/timepicker/icons/_fluent.scss +2 -1
- package/styles/timepicker/icons/_fusionnew.scss +2 -1
- package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
- package/styles/timepicker/icons/_highcontrast.scss +2 -1
- package/styles/timepicker/icons/_material-dark.scss +2 -1
- package/styles/timepicker/icons/_material.scss +1 -1
- package/styles/timepicker/icons/_material3.scss +2 -1
- package/styles/timepicker/icons/_tailwind.scss +2 -1
- package/styles/timepicker/material-dark.css +0 -4
- package/styles/timepicker/material.css +0 -4
- package/styles/timepicker/tailwind-dark.css +0 -5
- package/styles/timepicker/tailwind.css +0 -5
package/styles/tailwind-dark.css
CHANGED
|
@@ -42,7 +42,6 @@ ejs-calendar {
|
|
|
42
42
|
|
|
43
43
|
.e-calendar,
|
|
44
44
|
.e-bigger.e-small .e-calendar {
|
|
45
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
46
45
|
-webkit-tap-highlight-color: transparent;
|
|
47
46
|
border-radius: 4px;
|
|
48
47
|
display: block;
|
|
@@ -890,7 +889,6 @@ ejs-calendar {
|
|
|
890
889
|
}
|
|
891
890
|
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover),
|
|
892
891
|
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
|
|
893
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
894
892
|
-webkit-tap-highlight-color: transparent;
|
|
895
893
|
background-color: #22d3ee;
|
|
896
894
|
border-color: #22d3ee;
|
|
@@ -928,8 +926,6 @@ ejs-calendar {
|
|
|
928
926
|
transform: scale(1);
|
|
929
927
|
}
|
|
930
928
|
}
|
|
931
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
932
|
-
/* stylelint-disable-line no-empty-source */
|
|
933
929
|
/*! component icons */
|
|
934
930
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
935
931
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -944,7 +940,6 @@ ejs-calendar {
|
|
|
944
940
|
|
|
945
941
|
.e-time-wrapper,
|
|
946
942
|
*.e-control-wrapper.e-time-wrapper {
|
|
947
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
948
943
|
-webkit-tap-highlight-color: transparent;
|
|
949
944
|
}
|
|
950
945
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1060,7 +1055,6 @@ ejs-calendar {
|
|
|
1060
1055
|
min-height: 40px;
|
|
1061
1056
|
}
|
|
1062
1057
|
|
|
1063
|
-
/* stylelint-disable */
|
|
1064
1058
|
.e-time-overflow {
|
|
1065
1059
|
overflow: hidden;
|
|
1066
1060
|
}
|
|
@@ -1088,7 +1082,6 @@ ejs-calendar {
|
|
|
1088
1082
|
top: 0 !important;
|
|
1089
1083
|
}
|
|
1090
1084
|
|
|
1091
|
-
/* stylelint-enable */
|
|
1092
1085
|
/*! timepicker theme */
|
|
1093
1086
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1094
1087
|
color: #fff;
|
|
@@ -1138,8 +1131,7 @@ ejs-calendar {
|
|
|
1138
1131
|
color: #fff;
|
|
1139
1132
|
}
|
|
1140
1133
|
|
|
1141
|
-
|
|
1142
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1134
|
+
/*! calendar tailwind theme variables */
|
|
1143
1135
|
/*! component icons */
|
|
1144
1136
|
.e-input-group-icon.e-date-icon,
|
|
1145
1137
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1243,7 +1235,6 @@ ejs-calendar {
|
|
|
1243
1235
|
margin: 0;
|
|
1244
1236
|
}
|
|
1245
1237
|
|
|
1246
|
-
/* stylelint-disable */
|
|
1247
1238
|
.e-date-overflow {
|
|
1248
1239
|
overflow: hidden !important;
|
|
1249
1240
|
}
|
|
@@ -1270,6 +1261,10 @@ ejs-calendar {
|
|
|
1270
1261
|
top: 0 !important;
|
|
1271
1262
|
left: 0 !important;
|
|
1272
1263
|
}
|
|
1264
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1265
|
+
min-width: 100%;
|
|
1266
|
+
min-height: 100%;
|
|
1267
|
+
}
|
|
1273
1268
|
|
|
1274
1269
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1275
1270
|
background-size: 250px 33px;
|
|
@@ -1282,7 +1277,40 @@ ejs-calendar {
|
|
|
1282
1277
|
min-height: 40px;
|
|
1283
1278
|
}
|
|
1284
1279
|
|
|
1285
|
-
|
|
1280
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1281
|
+
height: 15%;
|
|
1282
|
+
}
|
|
1283
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1284
|
+
float: right;
|
|
1285
|
+
margin-right: 10px;
|
|
1286
|
+
padding: 5px;
|
|
1287
|
+
}
|
|
1288
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1289
|
+
content: "\e932";
|
|
1290
|
+
font-family: "e-icons";
|
|
1291
|
+
color: rgb(255, 255, 255);
|
|
1292
|
+
}
|
|
1293
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1294
|
+
min-width: 100%;
|
|
1295
|
+
min-height: 100%;
|
|
1296
|
+
height: 100%;
|
|
1297
|
+
}
|
|
1298
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1299
|
+
height: 10%;
|
|
1300
|
+
}
|
|
1301
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1302
|
+
height: 85%;
|
|
1303
|
+
}
|
|
1304
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1305
|
+
height: 10%;
|
|
1306
|
+
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1308
|
+
height: 80%;
|
|
1309
|
+
}
|
|
1310
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1311
|
+
height: 100%;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1286
1314
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1287
1315
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1288
1316
|
display: inline-block;
|
|
@@ -1290,6 +1318,47 @@ ejs-calendar {
|
|
|
1290
1318
|
overflow: auto;
|
|
1291
1319
|
}
|
|
1292
1320
|
}
|
|
1321
|
+
@media screen and (orientation: landscape) {
|
|
1322
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1323
|
+
float: left;
|
|
1324
|
+
height: 100%;
|
|
1325
|
+
width: 30%;
|
|
1326
|
+
}
|
|
1327
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1328
|
+
float: left;
|
|
1329
|
+
padding: 5px;
|
|
1330
|
+
}
|
|
1331
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1332
|
+
font-size: 35px;
|
|
1333
|
+
margin-top: 35%;
|
|
1334
|
+
}
|
|
1335
|
+
.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 {
|
|
1336
|
+
display: block;
|
|
1337
|
+
font-size: 40px;
|
|
1338
|
+
margin-top: 10%;
|
|
1339
|
+
}
|
|
1340
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1341
|
+
height: 10%;
|
|
1342
|
+
}
|
|
1343
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1344
|
+
height: 75%;
|
|
1345
|
+
}
|
|
1346
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1347
|
+
display: -ms-flexbox;
|
|
1348
|
+
display: flex;
|
|
1349
|
+
}
|
|
1350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1351
|
+
float: right;
|
|
1352
|
+
height: 90%;
|
|
1353
|
+
width: 70%;
|
|
1354
|
+
}
|
|
1355
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1356
|
+
display: table-row-group;
|
|
1357
|
+
}
|
|
1358
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
1359
|
+
height: 100%;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1293
1362
|
.e-datepicker.e-popup-wrapper,
|
|
1294
1363
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1295
1364
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1322,8 +1391,7 @@ ejs-calendar {
|
|
|
1322
1391
|
color: #d1d5db;
|
|
1323
1392
|
}
|
|
1324
1393
|
|
|
1325
|
-
|
|
1326
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1394
|
+
/*! calendar tailwind theme variables */
|
|
1327
1395
|
/*! component icons */
|
|
1328
1396
|
.e-input-group-icon.e-range-icon,
|
|
1329
1397
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1954,7 +2022,6 @@ ejs-calendar {
|
|
|
1954
2022
|
line-height: 26px;
|
|
1955
2023
|
}
|
|
1956
2024
|
|
|
1957
|
-
/* stylelint-disable */
|
|
1958
2025
|
.e-range-overflow {
|
|
1959
2026
|
overflow: hidden;
|
|
1960
2027
|
}
|
|
@@ -1981,6 +2048,12 @@ ejs-calendar {
|
|
|
1981
2048
|
top: 0 !important;
|
|
1982
2049
|
left: 0 !important;
|
|
1983
2050
|
}
|
|
2051
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2052
|
+
min-height: 100%;
|
|
2053
|
+
min-width: 100%;
|
|
2054
|
+
height: 100%;
|
|
2055
|
+
width: 100%;
|
|
2056
|
+
}
|
|
1984
2057
|
|
|
1985
2058
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1986
2059
|
background-size: 250px 33px;
|
|
@@ -1993,7 +2066,111 @@ ejs-calendar {
|
|
|
1993
2066
|
min-height: 40px;
|
|
1994
2067
|
}
|
|
1995
2068
|
|
|
1996
|
-
|
|
2069
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2071
|
+
min-height: 100%;
|
|
2072
|
+
min-width: 100%;
|
|
2073
|
+
height: 100%;
|
|
2074
|
+
width: 100%;
|
|
2075
|
+
}
|
|
2076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2077
|
+
height: 100%;
|
|
2078
|
+
}
|
|
2079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2080
|
+
height: 78%;
|
|
2081
|
+
}
|
|
2082
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2083
|
+
height: 90%;
|
|
2084
|
+
}
|
|
2085
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2086
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2087
|
+
height: 10%;
|
|
2088
|
+
}
|
|
2089
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2090
|
+
margin: 0;
|
|
2091
|
+
}
|
|
2092
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2093
|
+
height: 90%;
|
|
2094
|
+
}
|
|
2095
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2096
|
+
height: 100%;
|
|
2097
|
+
border-spacing: 0px 30px;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
@media screen and (orientation: landscape) {
|
|
2101
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2102
|
+
float: left;
|
|
2103
|
+
height: 100%;
|
|
2104
|
+
border-right: 1.5px;
|
|
2105
|
+
border-color: black;
|
|
2106
|
+
width: 40%;
|
|
2107
|
+
margin: 0;
|
|
2108
|
+
display: block;
|
|
2109
|
+
background-color: #3f51b5;
|
|
2110
|
+
}
|
|
2111
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
width: 100%;
|
|
2114
|
+
}
|
|
2115
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2116
|
+
display: block;
|
|
2117
|
+
width: 100%;
|
|
2118
|
+
text-align: -webkit-center;
|
|
2119
|
+
}
|
|
2120
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2121
|
+
display: block;
|
|
2122
|
+
width: 100%;
|
|
2123
|
+
text-align: -webkit-center;
|
|
2124
|
+
margin-top: 20%;
|
|
2125
|
+
font-size: 20px;
|
|
2126
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2127
|
+
}
|
|
2128
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2129
|
+
font-size: 20px;
|
|
2130
|
+
margin-top: 60%;
|
|
2131
|
+
color: #fff;
|
|
2132
|
+
}
|
|
2133
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2134
|
+
width: 100%;
|
|
2135
|
+
text-align: -webkit-center;
|
|
2136
|
+
margin-top: 20%;
|
|
2137
|
+
font-size: 20px;
|
|
2138
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2139
|
+
}
|
|
2140
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2141
|
+
height: 82%;
|
|
2142
|
+
}
|
|
2143
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2144
|
+
height: 80%;
|
|
2145
|
+
}
|
|
2146
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2147
|
+
border-spacing: unset;
|
|
2148
|
+
}
|
|
2149
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2150
|
+
height: 20%;
|
|
2151
|
+
}
|
|
2152
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2153
|
+
width: 100%;
|
|
2154
|
+
}
|
|
2155
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2156
|
+
display: -ms-flexbox;
|
|
2157
|
+
display: flex;
|
|
2158
|
+
}
|
|
2159
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2160
|
+
border-radius: 0 40% 40% 0;
|
|
2161
|
+
}
|
|
2162
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2163
|
+
border-radius: 0 40% 40% 0;
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2167
|
+
width: calc(100% - 80px);
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2171
|
+
width: calc(100% - 110px);
|
|
2172
|
+
}
|
|
2173
|
+
|
|
1997
2174
|
/*! daterangepicker theme */
|
|
1998
2175
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1999
2176
|
color: #fff;
|
|
@@ -2128,7 +2305,6 @@ ejs-calendar {
|
|
|
2128
2305
|
.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2129
2306
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2130
2307
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
|
|
2131
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2132
2308
|
-webkit-tap-highlight-color: transparent;
|
|
2133
2309
|
background-color: #1f2937;
|
|
2134
2310
|
border-color: #6b7280;
|
|
@@ -2179,8 +2355,6 @@ ejs-calendar {
|
|
|
2179
2355
|
color: #000;
|
|
2180
2356
|
}
|
|
2181
2357
|
|
|
2182
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2183
|
-
/* stylelint-disable-line no-empty-source */
|
|
2184
2358
|
/*! component icons */
|
|
2185
2359
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2186
2360
|
content: "\e705";
|
|
@@ -2194,7 +2368,6 @@ ejs-calendar {
|
|
|
2194
2368
|
}
|
|
2195
2369
|
|
|
2196
2370
|
.e-datetime-wrapper {
|
|
2197
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2198
2371
|
-webkit-tap-highlight-color: transparent;
|
|
2199
2372
|
}
|
|
2200
2373
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
package/styles/tailwind.css
CHANGED
|
@@ -42,7 +42,6 @@ ejs-calendar {
|
|
|
42
42
|
|
|
43
43
|
.e-calendar,
|
|
44
44
|
.e-bigger.e-small .e-calendar {
|
|
45
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
46
45
|
-webkit-tap-highlight-color: transparent;
|
|
47
46
|
border-radius: 4px;
|
|
48
47
|
display: block;
|
|
@@ -890,7 +889,6 @@ ejs-calendar {
|
|
|
890
889
|
}
|
|
891
890
|
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover),
|
|
892
891
|
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
|
|
893
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
894
892
|
-webkit-tap-highlight-color: transparent;
|
|
895
893
|
background-color: #4f46e5;
|
|
896
894
|
border-color: #4f46e5;
|
|
@@ -928,8 +926,6 @@ ejs-calendar {
|
|
|
928
926
|
transform: scale(1);
|
|
929
927
|
}
|
|
930
928
|
}
|
|
931
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
932
|
-
/* stylelint-disable-line no-empty-source */
|
|
933
929
|
/*! component icons */
|
|
934
930
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
935
931
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -944,7 +940,6 @@ ejs-calendar {
|
|
|
944
940
|
|
|
945
941
|
.e-time-wrapper,
|
|
946
942
|
*.e-control-wrapper.e-time-wrapper {
|
|
947
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
948
943
|
-webkit-tap-highlight-color: transparent;
|
|
949
944
|
}
|
|
950
945
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1060,7 +1055,6 @@ ejs-calendar {
|
|
|
1060
1055
|
min-height: 40px;
|
|
1061
1056
|
}
|
|
1062
1057
|
|
|
1063
|
-
/* stylelint-disable */
|
|
1064
1058
|
.e-time-overflow {
|
|
1065
1059
|
overflow: hidden;
|
|
1066
1060
|
}
|
|
@@ -1088,7 +1082,6 @@ ejs-calendar {
|
|
|
1088
1082
|
top: 0 !important;
|
|
1089
1083
|
}
|
|
1090
1084
|
|
|
1091
|
-
/* stylelint-enable */
|
|
1092
1085
|
/*! timepicker theme */
|
|
1093
1086
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1094
1087
|
color: #111827;
|
|
@@ -1138,8 +1131,7 @@ ejs-calendar {
|
|
|
1138
1131
|
color: #111827;
|
|
1139
1132
|
}
|
|
1140
1133
|
|
|
1141
|
-
|
|
1142
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1134
|
+
/*! calendar tailwind theme variables */
|
|
1143
1135
|
/*! component icons */
|
|
1144
1136
|
.e-input-group-icon.e-date-icon,
|
|
1145
1137
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1243,7 +1235,6 @@ ejs-calendar {
|
|
|
1243
1235
|
margin: 0;
|
|
1244
1236
|
}
|
|
1245
1237
|
|
|
1246
|
-
/* stylelint-disable */
|
|
1247
1238
|
.e-date-overflow {
|
|
1248
1239
|
overflow: hidden !important;
|
|
1249
1240
|
}
|
|
@@ -1270,6 +1261,10 @@ ejs-calendar {
|
|
|
1270
1261
|
top: 0 !important;
|
|
1271
1262
|
left: 0 !important;
|
|
1272
1263
|
}
|
|
1264
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1265
|
+
min-width: 100%;
|
|
1266
|
+
min-height: 100%;
|
|
1267
|
+
}
|
|
1273
1268
|
|
|
1274
1269
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1275
1270
|
background-size: 250px 33px;
|
|
@@ -1282,7 +1277,40 @@ ejs-calendar {
|
|
|
1282
1277
|
min-height: 40px;
|
|
1283
1278
|
}
|
|
1284
1279
|
|
|
1285
|
-
|
|
1280
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1281
|
+
height: 15%;
|
|
1282
|
+
}
|
|
1283
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1284
|
+
float: right;
|
|
1285
|
+
margin-right: 10px;
|
|
1286
|
+
padding: 5px;
|
|
1287
|
+
}
|
|
1288
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1289
|
+
content: "\e932";
|
|
1290
|
+
font-family: "e-icons";
|
|
1291
|
+
color: rgb(255, 255, 255);
|
|
1292
|
+
}
|
|
1293
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1294
|
+
min-width: 100%;
|
|
1295
|
+
min-height: 100%;
|
|
1296
|
+
height: 100%;
|
|
1297
|
+
}
|
|
1298
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1299
|
+
height: 10%;
|
|
1300
|
+
}
|
|
1301
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1302
|
+
height: 85%;
|
|
1303
|
+
}
|
|
1304
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1305
|
+
height: 10%;
|
|
1306
|
+
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1308
|
+
height: 80%;
|
|
1309
|
+
}
|
|
1310
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1311
|
+
height: 100%;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1286
1314
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1287
1315
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1288
1316
|
display: inline-block;
|
|
@@ -1290,6 +1318,47 @@ ejs-calendar {
|
|
|
1290
1318
|
overflow: auto;
|
|
1291
1319
|
}
|
|
1292
1320
|
}
|
|
1321
|
+
@media screen and (orientation: landscape) {
|
|
1322
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1323
|
+
float: left;
|
|
1324
|
+
height: 100%;
|
|
1325
|
+
width: 30%;
|
|
1326
|
+
}
|
|
1327
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1328
|
+
float: left;
|
|
1329
|
+
padding: 5px;
|
|
1330
|
+
}
|
|
1331
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1332
|
+
font-size: 35px;
|
|
1333
|
+
margin-top: 35%;
|
|
1334
|
+
}
|
|
1335
|
+
.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 {
|
|
1336
|
+
display: block;
|
|
1337
|
+
font-size: 40px;
|
|
1338
|
+
margin-top: 10%;
|
|
1339
|
+
}
|
|
1340
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1341
|
+
height: 10%;
|
|
1342
|
+
}
|
|
1343
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1344
|
+
height: 75%;
|
|
1345
|
+
}
|
|
1346
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1347
|
+
display: -ms-flexbox;
|
|
1348
|
+
display: flex;
|
|
1349
|
+
}
|
|
1350
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1351
|
+
float: right;
|
|
1352
|
+
height: 90%;
|
|
1353
|
+
width: 70%;
|
|
1354
|
+
}
|
|
1355
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1356
|
+
display: table-row-group;
|
|
1357
|
+
}
|
|
1358
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
1359
|
+
height: 100%;
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1293
1362
|
.e-datepicker.e-popup-wrapper,
|
|
1294
1363
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1295
1364
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1322,8 +1391,7 @@ ejs-calendar {
|
|
|
1322
1391
|
color: #6b7280;
|
|
1323
1392
|
}
|
|
1324
1393
|
|
|
1325
|
-
|
|
1326
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
|
|
1394
|
+
/*! calendar tailwind theme variables */
|
|
1327
1395
|
/*! component icons */
|
|
1328
1396
|
.e-input-group-icon.e-range-icon,
|
|
1329
1397
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1954,7 +2022,6 @@ ejs-calendar {
|
|
|
1954
2022
|
line-height: 26px;
|
|
1955
2023
|
}
|
|
1956
2024
|
|
|
1957
|
-
/* stylelint-disable */
|
|
1958
2025
|
.e-range-overflow {
|
|
1959
2026
|
overflow: hidden;
|
|
1960
2027
|
}
|
|
@@ -1981,6 +2048,12 @@ ejs-calendar {
|
|
|
1981
2048
|
top: 0 !important;
|
|
1982
2049
|
left: 0 !important;
|
|
1983
2050
|
}
|
|
2051
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
2052
|
+
min-height: 100%;
|
|
2053
|
+
min-width: 100%;
|
|
2054
|
+
height: 100%;
|
|
2055
|
+
width: 100%;
|
|
2056
|
+
}
|
|
1984
2057
|
|
|
1985
2058
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1986
2059
|
background-size: 250px 33px;
|
|
@@ -1993,7 +2066,111 @@ ejs-calendar {
|
|
|
1993
2066
|
min-height: 40px;
|
|
1994
2067
|
}
|
|
1995
2068
|
|
|
1996
|
-
|
|
2069
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2071
|
+
min-height: 100%;
|
|
2072
|
+
min-width: 100%;
|
|
2073
|
+
height: 100%;
|
|
2074
|
+
width: 100%;
|
|
2075
|
+
}
|
|
2076
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2077
|
+
height: 100%;
|
|
2078
|
+
}
|
|
2079
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2080
|
+
height: 78%;
|
|
2081
|
+
}
|
|
2082
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2083
|
+
height: 90%;
|
|
2084
|
+
}
|
|
2085
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2086
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2087
|
+
height: 10%;
|
|
2088
|
+
}
|
|
2089
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2090
|
+
margin: 0;
|
|
2091
|
+
}
|
|
2092
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2093
|
+
height: 90%;
|
|
2094
|
+
}
|
|
2095
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2096
|
+
height: 100%;
|
|
2097
|
+
border-spacing: 0px 30px;
|
|
2098
|
+
}
|
|
2099
|
+
|
|
2100
|
+
@media screen and (orientation: landscape) {
|
|
2101
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2102
|
+
float: left;
|
|
2103
|
+
height: 100%;
|
|
2104
|
+
border-right: 1.5px;
|
|
2105
|
+
border-color: black;
|
|
2106
|
+
width: 40%;
|
|
2107
|
+
margin: 0;
|
|
2108
|
+
display: block;
|
|
2109
|
+
background-color: #3f51b5;
|
|
2110
|
+
}
|
|
2111
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
width: 100%;
|
|
2114
|
+
}
|
|
2115
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2116
|
+
display: block;
|
|
2117
|
+
width: 100%;
|
|
2118
|
+
text-align: -webkit-center;
|
|
2119
|
+
}
|
|
2120
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2121
|
+
display: block;
|
|
2122
|
+
width: 100%;
|
|
2123
|
+
text-align: -webkit-center;
|
|
2124
|
+
margin-top: 20%;
|
|
2125
|
+
font-size: 20px;
|
|
2126
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2127
|
+
}
|
|
2128
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2129
|
+
font-size: 20px;
|
|
2130
|
+
margin-top: 60%;
|
|
2131
|
+
color: #fff;
|
|
2132
|
+
}
|
|
2133
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2134
|
+
width: 100%;
|
|
2135
|
+
text-align: -webkit-center;
|
|
2136
|
+
margin-top: 20%;
|
|
2137
|
+
font-size: 20px;
|
|
2138
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
2139
|
+
}
|
|
2140
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2141
|
+
height: 82%;
|
|
2142
|
+
}
|
|
2143
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2144
|
+
height: 80%;
|
|
2145
|
+
}
|
|
2146
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2147
|
+
border-spacing: unset;
|
|
2148
|
+
}
|
|
2149
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2150
|
+
height: 20%;
|
|
2151
|
+
}
|
|
2152
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2153
|
+
width: 100%;
|
|
2154
|
+
}
|
|
2155
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2156
|
+
display: -ms-flexbox;
|
|
2157
|
+
display: flex;
|
|
2158
|
+
}
|
|
2159
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2160
|
+
border-radius: 0 40% 40% 0;
|
|
2161
|
+
}
|
|
2162
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2163
|
+
border-radius: 0 40% 40% 0;
|
|
2164
|
+
}
|
|
2165
|
+
}
|
|
2166
|
+
.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2167
|
+
width: calc(100% - 80px);
|
|
2168
|
+
}
|
|
2169
|
+
|
|
2170
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2171
|
+
width: calc(100% - 110px);
|
|
2172
|
+
}
|
|
2173
|
+
|
|
1997
2174
|
/*! daterangepicker theme */
|
|
1998
2175
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1999
2176
|
color: #111827;
|
|
@@ -2128,7 +2305,6 @@ ejs-calendar {
|
|
|
2128
2305
|
.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2129
2306
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
|
|
2130
2307
|
.e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
|
|
2131
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2132
2308
|
-webkit-tap-highlight-color: transparent;
|
|
2133
2309
|
background-color: #fff;
|
|
2134
2310
|
border-color: #d1d5db;
|
|
@@ -2179,8 +2355,6 @@ ejs-calendar {
|
|
|
2179
2355
|
color: #fff;
|
|
2180
2356
|
}
|
|
2181
2357
|
|
|
2182
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2183
|
-
/* stylelint-disable-line no-empty-source */
|
|
2184
2358
|
/*! component icons */
|
|
2185
2359
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2186
2360
|
content: "\e705";
|
|
@@ -2194,7 +2368,6 @@ ejs-calendar {
|
|
|
2194
2368
|
}
|
|
2195
2369
|
|
|
2196
2370
|
.e-datetime-wrapper {
|
|
2197
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2198
2371
|
-webkit-tap-highlight-color: transparent;
|
|
2199
2372
|
}
|
|
2200
2373
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'layout.scss';
|
|
1
|
+
@import 'layout.scss';
|
|
2
2
|
@import 'theme.scss';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$timepicker-default-text-indent: 20px !default;
|
|
3
3
|
$timepicker-list-bigger-line-height: 40px !default;
|
|
4
4
|
$timepicker-list-normal-line-height: 26px !default;
|
|
@@ -30,22 +30,17 @@ $timepicker-icon-bigger-font-size: 16px !default;
|
|
|
30
30
|
$timepicker-disable-text: $grey-8c !default;
|
|
31
31
|
$timepicker-disable-opacity: 1 !default;
|
|
32
32
|
$timepicker-default-overlay: rgba($grey-base, .6) !default;
|
|
33
|
-
|
|
34
33
|
// mouse small
|
|
35
34
|
$timepicker-list-small-font-size: 13px !default;
|
|
36
35
|
$timepicker-list-small-line-height: 22px !default;
|
|
37
36
|
$timepicker-list-small-text-indent: 12px !default;
|
|
38
37
|
$timepicker-list-small-font-color: $grey-dark-font !default;
|
|
39
|
-
|
|
40
38
|
// icon small
|
|
41
39
|
$timepicker-icon-small-font-size: 14px !default;
|
|
42
|
-
|
|
43
40
|
// Touch small
|
|
44
41
|
$timepicker-list-bigger-small-font-size: 14px !default;
|
|
45
42
|
$timepicker-list-bigger-small-line-height: 34px !default;
|
|
46
43
|
$timepicker-list-bigger-small-text-indent: 20px !default;
|
|
47
|
-
|
|
48
44
|
// Touch small icon
|
|
49
45
|
$timepicker-icon-bigger-small-font-size: 18px !default;
|
|
50
|
-
|
|
51
46
|
//enddefault
|