@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/bootstrap5.css
CHANGED
|
@@ -37,7 +37,6 @@ ejs-calendar {
|
|
|
37
37
|
|
|
38
38
|
.e-calendar,
|
|
39
39
|
.e-bigger.e-small .e-calendar {
|
|
40
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
41
40
|
-webkit-tap-highlight-color: transparent;
|
|
42
41
|
border-radius: 4px;
|
|
43
42
|
display: block;
|
|
@@ -891,8 +890,6 @@ ejs-calendar {
|
|
|
891
890
|
color: rgba(255, 255, 255, 0.65);
|
|
892
891
|
}
|
|
893
892
|
|
|
894
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
895
|
-
/* stylelint-disable-line no-empty-source */
|
|
896
893
|
/*! component icons */
|
|
897
894
|
.e-time-wrapper .e-time-icon.e-icons::before,
|
|
898
895
|
*.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before {
|
|
@@ -907,7 +904,6 @@ ejs-calendar {
|
|
|
907
904
|
|
|
908
905
|
.e-time-wrapper,
|
|
909
906
|
*.e-control-wrapper.e-time-wrapper {
|
|
910
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
911
907
|
-webkit-tap-highlight-color: transparent;
|
|
912
908
|
}
|
|
913
909
|
.e-time-wrapper .e-time-icon.e-icons,
|
|
@@ -1023,7 +1019,6 @@ ejs-calendar {
|
|
|
1023
1019
|
min-height: 40px;
|
|
1024
1020
|
}
|
|
1025
1021
|
|
|
1026
|
-
/* stylelint-disable */
|
|
1027
1022
|
.e-time-overflow {
|
|
1028
1023
|
overflow: hidden;
|
|
1029
1024
|
}
|
|
@@ -1051,7 +1046,6 @@ ejs-calendar {
|
|
|
1051
1046
|
top: 0 !important;
|
|
1052
1047
|
}
|
|
1053
1048
|
|
|
1054
|
-
/* stylelint-enable */
|
|
1055
1049
|
/*! timepicker theme */
|
|
1056
1050
|
.e-time-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1057
1051
|
background: #565e64;
|
|
@@ -1103,8 +1097,7 @@ ejs-calendar {
|
|
|
1103
1097
|
color: #212529;
|
|
1104
1098
|
}
|
|
1105
1099
|
|
|
1106
|
-
|
|
1107
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1100
|
+
/*! calendar bootstrap5 theme variables */
|
|
1108
1101
|
/*! component icons */
|
|
1109
1102
|
.e-input-group-icon.e-date-icon,
|
|
1110
1103
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -1203,7 +1196,6 @@ ejs-calendar {
|
|
|
1203
1196
|
margin: 0;
|
|
1204
1197
|
}
|
|
1205
1198
|
|
|
1206
|
-
/* stylelint-disable */
|
|
1207
1199
|
.e-date-overflow {
|
|
1208
1200
|
overflow: hidden !important;
|
|
1209
1201
|
}
|
|
@@ -1230,6 +1222,10 @@ ejs-calendar {
|
|
|
1230
1222
|
top: 0 !important;
|
|
1231
1223
|
left: 0 !important;
|
|
1232
1224
|
}
|
|
1225
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1226
|
+
min-width: 100%;
|
|
1227
|
+
min-height: 100%;
|
|
1228
|
+
}
|
|
1233
1229
|
|
|
1234
1230
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1235
1231
|
background-size: 250px 33px;
|
|
@@ -1242,7 +1238,40 @@ ejs-calendar {
|
|
|
1242
1238
|
min-height: 40px;
|
|
1243
1239
|
}
|
|
1244
1240
|
|
|
1245
|
-
|
|
1241
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1242
|
+
height: 15%;
|
|
1243
|
+
}
|
|
1244
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1245
|
+
float: right;
|
|
1246
|
+
margin-right: 10px;
|
|
1247
|
+
padding: 5px;
|
|
1248
|
+
}
|
|
1249
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1250
|
+
content: "\e932";
|
|
1251
|
+
font-family: "e-icons";
|
|
1252
|
+
color: rgb(255, 255, 255);
|
|
1253
|
+
}
|
|
1254
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1255
|
+
min-width: 100%;
|
|
1256
|
+
min-height: 100%;
|
|
1257
|
+
height: 100%;
|
|
1258
|
+
}
|
|
1259
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1260
|
+
height: 10%;
|
|
1261
|
+
}
|
|
1262
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1263
|
+
height: 85%;
|
|
1264
|
+
}
|
|
1265
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1266
|
+
height: 10%;
|
|
1267
|
+
}
|
|
1268
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1269
|
+
height: 80%;
|
|
1270
|
+
}
|
|
1271
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1272
|
+
height: 100%;
|
|
1273
|
+
}
|
|
1274
|
+
|
|
1246
1275
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1247
1276
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1248
1277
|
display: inline-block;
|
|
@@ -1250,6 +1279,47 @@ ejs-calendar {
|
|
|
1250
1279
|
overflow: auto;
|
|
1251
1280
|
}
|
|
1252
1281
|
}
|
|
1282
|
+
@media screen and (orientation: landscape) {
|
|
1283
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1284
|
+
float: left;
|
|
1285
|
+
height: 100%;
|
|
1286
|
+
width: 30%;
|
|
1287
|
+
}
|
|
1288
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1289
|
+
float: left;
|
|
1290
|
+
padding: 5px;
|
|
1291
|
+
}
|
|
1292
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1293
|
+
font-size: 35px;
|
|
1294
|
+
margin-top: 35%;
|
|
1295
|
+
}
|
|
1296
|
+
.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 {
|
|
1297
|
+
display: block;
|
|
1298
|
+
font-size: 40px;
|
|
1299
|
+
margin-top: 10%;
|
|
1300
|
+
}
|
|
1301
|
+
.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 {
|
|
1302
|
+
height: 10%;
|
|
1303
|
+
}
|
|
1304
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1305
|
+
height: 75%;
|
|
1306
|
+
}
|
|
1307
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1308
|
+
display: -ms-flexbox;
|
|
1309
|
+
display: flex;
|
|
1310
|
+
}
|
|
1311
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1312
|
+
float: right;
|
|
1313
|
+
height: 90%;
|
|
1314
|
+
width: 70%;
|
|
1315
|
+
}
|
|
1316
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1317
|
+
display: table-row-group;
|
|
1318
|
+
}
|
|
1319
|
+
.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 {
|
|
1320
|
+
height: 100%;
|
|
1321
|
+
}
|
|
1322
|
+
}
|
|
1253
1323
|
.e-datepicker.e-popup-wrapper,
|
|
1254
1324
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1255
1325
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1281,8 +1351,7 @@ ejs-calendar {
|
|
|
1281
1351
|
color: #fff;
|
|
1282
1352
|
}
|
|
1283
1353
|
|
|
1284
|
-
|
|
1285
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1354
|
+
/*! calendar bootstrap5 theme variables */
|
|
1286
1355
|
/*! component icons */
|
|
1287
1356
|
.e-input-group-icon.e-range-icon,
|
|
1288
1357
|
*.e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
@@ -1895,7 +1964,6 @@ ejs-calendar {
|
|
|
1895
1964
|
line-height: 26px;
|
|
1896
1965
|
}
|
|
1897
1966
|
|
|
1898
|
-
/* stylelint-disable */
|
|
1899
1967
|
.e-range-overflow {
|
|
1900
1968
|
overflow: hidden;
|
|
1901
1969
|
}
|
|
@@ -1922,6 +1990,12 @@ ejs-calendar {
|
|
|
1922
1990
|
top: 0 !important;
|
|
1923
1991
|
left: 0 !important;
|
|
1924
1992
|
}
|
|
1993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1994
|
+
min-height: 100%;
|
|
1995
|
+
min-width: 100%;
|
|
1996
|
+
height: 100%;
|
|
1997
|
+
width: 100%;
|
|
1998
|
+
}
|
|
1925
1999
|
|
|
1926
2000
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1927
2001
|
background-size: 250px 33px;
|
|
@@ -1934,7 +2008,111 @@ ejs-calendar {
|
|
|
1934
2008
|
min-height: 40px;
|
|
1935
2009
|
}
|
|
1936
2010
|
|
|
1937
|
-
|
|
2011
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
2012
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2013
|
+
min-height: 100%;
|
|
2014
|
+
min-width: 100%;
|
|
2015
|
+
height: 100%;
|
|
2016
|
+
width: 100%;
|
|
2017
|
+
}
|
|
2018
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2019
|
+
height: 100%;
|
|
2020
|
+
}
|
|
2021
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2022
|
+
height: 78%;
|
|
2023
|
+
}
|
|
2024
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2025
|
+
height: 90%;
|
|
2026
|
+
}
|
|
2027
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
2028
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2029
|
+
height: 10%;
|
|
2030
|
+
}
|
|
2031
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
2032
|
+
margin: 0;
|
|
2033
|
+
}
|
|
2034
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2035
|
+
height: 90%;
|
|
2036
|
+
}
|
|
2037
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2038
|
+
height: 100%;
|
|
2039
|
+
border-spacing: 0px 30px;
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
@media screen and (orientation: landscape) {
|
|
2043
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2044
|
+
float: left;
|
|
2045
|
+
height: 100%;
|
|
2046
|
+
border-right: 1.5px;
|
|
2047
|
+
border-color: black;
|
|
2048
|
+
width: 40%;
|
|
2049
|
+
margin: 0;
|
|
2050
|
+
display: block;
|
|
2051
|
+
background-color: #3f51b5;
|
|
2052
|
+
}
|
|
2053
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2054
|
+
height: 100%;
|
|
2055
|
+
width: 100%;
|
|
2056
|
+
}
|
|
2057
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
2058
|
+
display: block;
|
|
2059
|
+
width: 100%;
|
|
2060
|
+
text-align: -webkit-center;
|
|
2061
|
+
}
|
|
2062
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
2063
|
+
display: block;
|
|
2064
|
+
width: 100%;
|
|
2065
|
+
text-align: -webkit-center;
|
|
2066
|
+
margin-top: 20%;
|
|
2067
|
+
font-size: 20px;
|
|
2068
|
+
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);
|
|
2069
|
+
}
|
|
2070
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
2071
|
+
font-size: 20px;
|
|
2072
|
+
margin-top: 60%;
|
|
2073
|
+
color: #fff;
|
|
2074
|
+
}
|
|
2075
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
2076
|
+
width: 100%;
|
|
2077
|
+
text-align: -webkit-center;
|
|
2078
|
+
margin-top: 20%;
|
|
2079
|
+
font-size: 20px;
|
|
2080
|
+
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);
|
|
2081
|
+
}
|
|
2082
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2083
|
+
height: 82%;
|
|
2084
|
+
}
|
|
2085
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
2086
|
+
height: 80%;
|
|
2087
|
+
}
|
|
2088
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
2089
|
+
border-spacing: unset;
|
|
2090
|
+
}
|
|
2091
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
2092
|
+
height: 20%;
|
|
2093
|
+
}
|
|
2094
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2095
|
+
width: 100%;
|
|
2096
|
+
}
|
|
2097
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2098
|
+
display: -ms-flexbox;
|
|
2099
|
+
display: flex;
|
|
2100
|
+
}
|
|
2101
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2102
|
+
border-radius: 0 40% 40% 0;
|
|
2103
|
+
}
|
|
2104
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2105
|
+
border-radius: 0 40% 40% 0;
|
|
2106
|
+
}
|
|
2107
|
+
}
|
|
2108
|
+
.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 {
|
|
2109
|
+
width: calc(100% - 80px);
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2112
|
+
.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 {
|
|
2113
|
+
width: calc(100% - 110px);
|
|
2114
|
+
}
|
|
2115
|
+
|
|
1938
2116
|
/*! daterangepicker theme */
|
|
1939
2117
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1940
2118
|
color: #212529;
|
|
@@ -2197,8 +2375,6 @@ ejs-calendar {
|
|
|
2197
2375
|
color: rgba(255, 255, 255, 0.65);
|
|
2198
2376
|
}
|
|
2199
2377
|
|
|
2200
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2201
|
-
/* stylelint-disable-line no-empty-source */
|
|
2202
2378
|
/*! component icons */
|
|
2203
2379
|
.e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2204
2380
|
content: "\e705";
|
|
@@ -2212,7 +2388,6 @@ ejs-calendar {
|
|
|
2212
2388
|
}
|
|
2213
2389
|
|
|
2214
2390
|
.e-datetime-wrapper {
|
|
2215
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2216
2391
|
-webkit-tap-highlight-color: transparent;
|
|
2217
2392
|
}
|
|
2218
2393
|
.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';
|
|
@@ -73,7 +73,6 @@ $calendar-bg-color: $grey-base !default;
|
|
|
73
73
|
$calendar-popup-padding: 12px !default;
|
|
74
74
|
$calendar-popup-bigger-padding: 16px !default;
|
|
75
75
|
$calendar-box-shadow: none !default;
|
|
76
|
-
|
|
77
76
|
// newly added
|
|
78
77
|
$calendar-active-today-hover-font-color: $grey-dark-font !default;
|
|
79
78
|
$calendar-today-focused-font-color: $grey-dark-font !default;
|
|
@@ -83,7 +82,8 @@ $calendar-active-today-font-color: $brand-primary-font !default;
|
|
|
83
82
|
$calendar-bigger-today-button-height: 48px !default;
|
|
84
83
|
$calendar-normal-today-button-height: 36px !default;
|
|
85
84
|
|
|
86
|
-
|
|
85
|
+
|
|
86
|
+
// year decade view
|
|
87
87
|
|
|
88
88
|
//color
|
|
89
89
|
$calendar-yeardecade-bg-color: none !default;
|
|
@@ -108,7 +108,7 @@ $calendar-bigger-yeardecade-header-padding: 0 0 10px !default;
|
|
|
108
108
|
$calendar-other-decade-cell-color: $grey-lighter !default;
|
|
109
109
|
$calendar-decade-title-left-margin-style: 15px !default;
|
|
110
110
|
|
|
111
|
-
// end year decade
|
|
111
|
+
// end year decade
|
|
112
112
|
|
|
113
113
|
//other months
|
|
114
114
|
$calendar-other-month-display-style: block !default;
|
|
@@ -128,12 +128,12 @@ $calendar-icon-line-height: 16px !default;
|
|
|
128
128
|
$calendar-bigger-icon-size: 40px !default;
|
|
129
129
|
$calendar-normal-icon-size: 36px !default;
|
|
130
130
|
$calendar-spanicon-font-weight-style: normal !default;
|
|
131
|
-
|
|
132
131
|
//pending
|
|
133
132
|
$calendar-icon-font-size-style: 16px !default;
|
|
134
133
|
$calendar-bigger-icon-font-size: 18px !default;
|
|
135
134
|
|
|
136
|
-
|
|
135
|
+
|
|
136
|
+
// td styles
|
|
137
137
|
|
|
138
138
|
//color
|
|
139
139
|
$calendar-light-font: $grey-dark-font !default;
|
|
@@ -166,7 +166,7 @@ $calendar-disable-font-weight-style: normal !default;
|
|
|
166
166
|
$calendar-border-radius: 4px !default;
|
|
167
167
|
$calendar-week-number-font-weight: 500 !default;
|
|
168
168
|
|
|
169
|
-
// end td styles
|
|
169
|
+
// end td styles
|
|
170
170
|
|
|
171
171
|
//today date
|
|
172
172
|
$calendar-today-bg-style: none !default;
|
|
@@ -174,7 +174,6 @@ $calendar-today-bg-hover-color: $grey-white !default;
|
|
|
174
174
|
$calendar-today-box-shadow: inset 1px 0 $brand-primary, inset 0 1px $brand-primary, inset -1px 0 $brand-primary, inset 0 -1px $brand-primary !default;
|
|
175
175
|
$calendar-today-border-color: none !default;
|
|
176
176
|
$calendar-selected-border-color: none !default;
|
|
177
|
-
|
|
178
177
|
//pending
|
|
179
178
|
$calendar-today-color: $grey-light-font !default;
|
|
180
179
|
$calendar-today-focus-color: $grey-light-font !default;
|
|
@@ -198,6 +197,7 @@ $calendar-icon-button-margin: 0 !default;
|
|
|
198
197
|
$calendar-bigger-icon-padding: 11px !default;
|
|
199
198
|
$calendar-bigger-icon-margin: 0 !default;
|
|
200
199
|
|
|
200
|
+
|
|
201
201
|
$calendar-footer-container-padding: 10px 0 0 0 !default;
|
|
202
202
|
$calendar-footer-border: none !default;
|
|
203
203
|
$calendar-footer-background: $calendar-bg-color !default;
|
|
@@ -224,5 +224,4 @@ $calendar-small-title-font-color: $grey-dark-font !default;
|
|
|
224
224
|
$calendar-bigger-small-table-padding: 0 0 10px !default;
|
|
225
225
|
$calendar-bigger-small-yeardecade-font-size: 14px !default;
|
|
226
226
|
$calendar-small-font-size: 12px !default;
|
|
227
|
-
|
|
228
227
|
//endtoday button
|
|
@@ -80,7 +80,8 @@ $calendar-box-shadow: none !default;
|
|
|
80
80
|
$calendar-bigger-today-button-height: 48px !default;
|
|
81
81
|
$calendar-normal-today-button-height: 36px !default;
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
|
|
84
|
+
// year decade view
|
|
84
85
|
|
|
85
86
|
//color
|
|
86
87
|
$calendar-yeardecade-bg-color: none !default;
|
|
@@ -105,7 +106,7 @@ $calendar-bigger-yeardecade-header-padding: 0 0 10px !default;
|
|
|
105
106
|
$calendar-other-decade-cell-color: rgba($grey-light-font, .65) !default;
|
|
106
107
|
$calendar-decade-title-left-margin-style: 15px !default;
|
|
107
108
|
|
|
108
|
-
// end year decade
|
|
109
|
+
// end year decade
|
|
109
110
|
|
|
110
111
|
//other months
|
|
111
112
|
$calendar-other-month-display-style: inline-block !default;
|
|
@@ -125,13 +126,13 @@ $calendar-icon-line-height: 16px !default;
|
|
|
125
126
|
$calendar-bigger-icon-size: 40px !default;
|
|
126
127
|
$calendar-normal-icon-size: 36px !default;
|
|
127
128
|
$calendar-spanicon-font-weight-style: normal !default;
|
|
128
|
-
|
|
129
129
|
//pending
|
|
130
130
|
$calendar-icon-font-size-style: 16px !default;
|
|
131
131
|
$calendar-bigger-icon-font-size: 18px !default;
|
|
132
132
|
$calendar-week-number-font-weight: 500 !default;
|
|
133
133
|
|
|
134
|
-
|
|
134
|
+
|
|
135
|
+
// td styles
|
|
135
136
|
|
|
136
137
|
//color
|
|
137
138
|
$calendar-light-font: $grey-light-font !default;
|
|
@@ -166,7 +167,7 @@ $calendar-focused-date-bg-style: $grey-e6 !default;
|
|
|
166
167
|
$calendar-disable-font-weight-style: normal !default;
|
|
167
168
|
$calendar-border-radius: 4px !default;
|
|
168
169
|
|
|
169
|
-
// end td styles
|
|
170
|
+
// end td styles
|
|
170
171
|
|
|
171
172
|
//today date
|
|
172
173
|
$calendar-today-bg-style: none !default;
|
|
@@ -174,7 +175,6 @@ $calendar-today-bg-hover-color: $grey-white !default;
|
|
|
174
175
|
$calendar-today-box-shadow: inset 1px 0 $brand-primary, inset 0 1px $brand-primary, inset -1px 0 $brand-primary, inset 0 -1px $brand-primary !default;
|
|
175
176
|
$calendar-today-border-color: none !default;
|
|
176
177
|
$calendar-selected-border-color: none !default;
|
|
177
|
-
|
|
178
178
|
//pending
|
|
179
179
|
$calendar-today-color: $grey-light-font !default;
|
|
180
180
|
$calendar-today-focused-font-color: $grey-light-font !default;
|
|
@@ -80,7 +80,8 @@ $calendar-box-shadow: none !default;
|
|
|
80
80
|
$calendar-bigger-today-button-height: 48px !default;
|
|
81
81
|
$calendar-normal-today-button-height: 36px !default;
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
|
|
84
|
+
// year decade view
|
|
84
85
|
|
|
85
86
|
//color
|
|
86
87
|
$calendar-yeardecade-bg-color: none !default;
|
|
@@ -105,7 +106,7 @@ $calendar-bigger-yeardecade-header-padding: 16px 18px 10px 18px !default;
|
|
|
105
106
|
$calendar-other-decade-cell-color: rgba($gray-900, .65) !default;
|
|
106
107
|
$calendar-decade-title-left-margin-style: 15px !default;
|
|
107
108
|
|
|
108
|
-
// end year decade
|
|
109
|
+
// end year decade
|
|
109
110
|
|
|
110
111
|
//other months
|
|
111
112
|
$calendar-other-month-display-style: inline-block !default;
|
|
@@ -125,13 +126,12 @@ $calendar-icon-line-height: 16px !default;
|
|
|
125
126
|
$calendar-bigger-icon-size: 40px !default;
|
|
126
127
|
$calendar-normal-icon-size: 36px !default;
|
|
127
128
|
$calendar-spanicon-font-weight-style: normal !default;
|
|
128
|
-
|
|
129
129
|
//pending
|
|
130
130
|
$calendar-icon-font-size-style: 14px !default;
|
|
131
131
|
$calendar-bigger-icon-font-size: 16px !default;
|
|
132
132
|
$calendar-week-number-font-weight: 500 !default;
|
|
133
133
|
|
|
134
|
-
// td styles
|
|
134
|
+
// td styles
|
|
135
135
|
|
|
136
136
|
//color
|
|
137
137
|
$calendar-light-font: $gray-900 !default;
|
|
@@ -166,7 +166,7 @@ $calendar-focused-date-bg-style: darken($gray-100, 2%) !default;
|
|
|
166
166
|
$calendar-disable-font-weight-style: normal !default;
|
|
167
167
|
$calendar-border-radius: 4px !default;
|
|
168
168
|
|
|
169
|
-
// end td styles
|
|
169
|
+
// end td styles
|
|
170
170
|
|
|
171
171
|
//today date
|
|
172
172
|
$calendar-today-bg-style: $white !default;
|
|
@@ -174,7 +174,6 @@ $calendar-today-bg-hover-color: darken($gray-100, 2%) !default;
|
|
|
174
174
|
$calendar-today-box-shadow: inset 1px 0 $primary, inset 0 1px $primary, inset -1px 0 $primary, inset 0 -1px $primary !default;
|
|
175
175
|
$calendar-today-border-color: none !default;
|
|
176
176
|
$calendar-selected-border-color: none !default;
|
|
177
|
-
|
|
178
177
|
//pending
|
|
179
178
|
$calendar-today-color: $gray-900 !default;
|
|
180
179
|
$calendar-today-focused-font-color: $gray-900 !default;
|
|
@@ -10,7 +10,6 @@ $calendar-bigger-month-view-padding: 0 !default;
|
|
|
10
10
|
$calendar-bigger-month-view-height: 38px !default;
|
|
11
11
|
$calendar-bigger-month-view-line-height: $calendar-bigger-month-view-height !default;
|
|
12
12
|
$calendar-bigger-month-view-width: 38px !default;
|
|
13
|
-
|
|
14
13
|
//header dimension
|
|
15
14
|
$calendar-header-font-size: 14px !default;
|
|
16
15
|
$calendar-bigger-header-padding: 10px 0 10px 15px !default;
|
|
@@ -26,7 +25,6 @@ $calendar-title-font-size: 16px !default;
|
|
|
26
25
|
$calendar-title-margin-left-style: 2px !default;
|
|
27
26
|
$calendar-title-font-weight-style: 600 !default;
|
|
28
27
|
$calendar-title-decoration-style: none !default;
|
|
29
|
-
|
|
30
28
|
// common size properties
|
|
31
29
|
$calendar-wrapper-border-radius: 4px !default;
|
|
32
30
|
$calendar-full-width: 100% !default;
|
|
@@ -35,7 +33,6 @@ $calendar-lg-day-header-format-min-width: 540px !default;
|
|
|
35
33
|
$calendar-icon-padding-top: 0 !default;
|
|
36
34
|
$calendar-zero-value: 0 !default;
|
|
37
35
|
$calendar-disable-opacity: 1 !default;
|
|
38
|
-
|
|
39
36
|
//popup styles
|
|
40
37
|
$calendar-normal-max-width: 242px !default;
|
|
41
38
|
$calendar-normal-min-width: 240px !default;
|
|
@@ -47,12 +44,10 @@ $calendar-weeknumber-min-width: 300px !default;
|
|
|
47
44
|
$calendar-weeknumber-bigger-width: 325px !default;
|
|
48
45
|
$calendar-popup-padding: 0 !default;
|
|
49
46
|
$calendar-popup-bigger-padding: 0 !default;
|
|
50
|
-
|
|
51
47
|
// today button
|
|
52
48
|
$calendar-bigger-today-button-height: 48px !default;
|
|
53
49
|
$calendar-normal-today-button-height: 36px !default;
|
|
54
|
-
|
|
55
|
-
// year decade view
|
|
50
|
+
// year decade view
|
|
56
51
|
//dimension
|
|
57
52
|
$calendar-normal-year-decade-height: 56px !default;
|
|
58
53
|
$calendar-normal-year-decade-width: 56px !default;
|
|
@@ -70,7 +65,6 @@ $calendar-bigger-year-decade-width: 66px !default;
|
|
|
70
65
|
$calendar-yeardecade-header-padding: 8px 0 8px 12px !default;
|
|
71
66
|
$calendar-bigger-yeardecade-header-padding: 10px !default;
|
|
72
67
|
$calendar-decade-title-left-margin-style: 15px !default;
|
|
73
|
-
|
|
74
68
|
// table related styles
|
|
75
69
|
$calendar-table-padding: 0 8px 8px 8px !default;
|
|
76
70
|
$calendar-rtl-text-indent: 12px !default;
|
|
@@ -79,7 +73,6 @@ $calendar-rtl-bigger-small-text-indent: 12px !default;
|
|
|
79
73
|
$calendar-rtl-bigger-text-indent: 15px !default;
|
|
80
74
|
$calendar-title-margin-bigger-small-left-style: 5px !default;
|
|
81
75
|
$calendar-title-margin-small-left-style: 0 !default;
|
|
82
|
-
|
|
83
76
|
//font icons
|
|
84
77
|
$calendar-prev-icon: '\e910' !default;
|
|
85
78
|
$calendar-next-icon: '\e916' !default;
|
|
@@ -88,14 +81,12 @@ $calendar-icon-line-height: 1 !default;
|
|
|
88
81
|
$calendar-bigger-icon-size: 24px !default;
|
|
89
82
|
$calendar-normal-icon-size: 24px !default;
|
|
90
83
|
$calendar-spanicon-font-weight-style: normal !default;
|
|
91
|
-
|
|
92
84
|
//pending
|
|
93
85
|
$calendar-icon-font-size-style: 14px !default;
|
|
94
86
|
$calendar-bigger-icon-font-size: 16px !default;
|
|
95
87
|
$calendar-footer-container-padding: 8px !default;
|
|
96
88
|
$calendar-bigger-footer-container-padding: 16px !default;
|
|
97
89
|
$calendar-week-number-font-weight: 500 !default;
|
|
98
|
-
|
|
99
90
|
// small size
|
|
100
91
|
$calendar-small-icon-size: 24px !default;
|
|
101
92
|
$calendar-small-icon-font-size-style: 12px !default;
|
|
@@ -111,7 +102,6 @@ $calendar-small-popup-padding: 0 !default;
|
|
|
111
102
|
$calendar-bigger-small-table-padding: 0 12px 12px 12px !default;
|
|
112
103
|
$calendar-bigger-small-yeardecade-font-size: 14px !default;
|
|
113
104
|
$calendar-small-font-size: 12px !default;
|
|
114
|
-
|
|
115
105
|
//week number
|
|
116
106
|
$calendar-week-number-font-size-style: 14px !default;
|
|
117
107
|
$calendar-week-normal-max-width: 294px !default;
|
|
@@ -122,10 +112,8 @@ $calendar-icon-padding: 5px !default;
|
|
|
122
112
|
$calendar-icon-button-margin: 8px !default;
|
|
123
113
|
$calendar-bigger-icon-padding: 0 !default;
|
|
124
114
|
$calendar-bigger-icon-margin: 12px !default;
|
|
125
|
-
|
|
126
115
|
//thead style
|
|
127
116
|
$calendar-thead-padding: 0 0 6px !default;
|
|
128
|
-
|
|
129
117
|
// common styles
|
|
130
118
|
$calendar-none-style: none !default;
|
|
131
119
|
$calendar-cursor-default-style: default !default;
|
|
@@ -141,17 +129,14 @@ $calendar-other-month-row-display-style: none !default;
|
|
|
141
129
|
$calendar-footer-border: 1px solid $border-light !default;
|
|
142
130
|
$calendar-bigger-footer-border: 1px solid $border-light !default;
|
|
143
131
|
$calendar-week-number-font-style: italic !default;
|
|
144
|
-
|
|
145
132
|
//dimension
|
|
146
133
|
$calendar-date-font-size: $text-sm !default;
|
|
147
134
|
$calendar-bigger-day-font-size: 15px !default;
|
|
148
135
|
$calendar-link-font-weight-style: normal !default;
|
|
149
136
|
$calendar-disable-font-weight-style: normal !default;
|
|
150
137
|
$calendar-border-radius: 4px !default;
|
|
151
|
-
|
|
152
138
|
//week header font size
|
|
153
139
|
$calendar-bigger-week-header-font-size: $text-sm !default;
|
|
154
|
-
|
|
155
140
|
//header color
|
|
156
141
|
$calendar-header-font-color: $content-text-color-alt1 !default;
|
|
157
142
|
$calendar-header-icon-color: $icon-color !default;
|
|
@@ -165,27 +150,22 @@ $calendar-device-icon-hover-bg-color: $secondary-bg-color-hover !default;
|
|
|
165
150
|
$calendar-default-border-color: none !default;
|
|
166
151
|
$calendar-icon-hover-border-color: $content-bg-color-hover !default;
|
|
167
152
|
$calendar-active-state-icon-bg-color: $secondary-border-color-pressed !default;
|
|
168
|
-
|
|
169
153
|
//popup styles
|
|
170
154
|
$calendar-border-style: 1px solid $border-light !default;
|
|
171
155
|
$calendar-bg-color: $flyout-bg-color !default;
|
|
172
156
|
$calendar-box-shadow: none !default;
|
|
173
|
-
|
|
174
157
|
// year decade view
|
|
175
158
|
//color
|
|
176
159
|
$calendar-yeardecade-bg-color: none !default;
|
|
177
160
|
$calendar-yeardecade-hover-bg: $content-bg-color-hover !default;
|
|
178
161
|
$calendar-yeardecade-selected-hover-bg: darken($primary-bg-color, 10%) !default;
|
|
179
|
-
|
|
180
162
|
//decade view color
|
|
181
163
|
$calendar-other-decade-cell-color: $content-text-color-alt2 !default;
|
|
182
|
-
|
|
183
164
|
// end year decade
|
|
184
165
|
//other months
|
|
185
166
|
$calendar-other-month-date: $content-text-color-alt3 !default;
|
|
186
167
|
$calendar-other-month-date-hover-bg: $calendar-other-month-date !default;
|
|
187
|
-
|
|
188
|
-
// td styles
|
|
168
|
+
// td styles
|
|
189
169
|
//color
|
|
190
170
|
$calendar-light-font: $content-text-color-alt1 !default;
|
|
191
171
|
$calendar-active-font-color: $secondary-text-color !default;
|
|
@@ -209,35 +189,29 @@ $calendar-hover-border-color: none !default;
|
|
|
209
189
|
$calendar-disable-font-color: $content-text-color-disabled !default;
|
|
210
190
|
$calendar-focused-date-bg-style: $content-bg-color-focus !default;
|
|
211
191
|
$calendar-small-title-font-color: $content-text-color-alt1 !default;
|
|
212
|
-
|
|
213
|
-
// end td styles
|
|
192
|
+
// end td styles
|
|
214
193
|
//today date
|
|
215
194
|
$calendar-today-bg-style: none !default;
|
|
216
195
|
$calendar-today-bg-hover-color: $content-bg-color-alt1 !default;
|
|
217
196
|
$calendar-today-box-shadow: inset 2px 0 $primary-bg-color, inset 0 2px $primary-bg-color, inset -2px 0 $primary-bg-color, inset 0 -2px $primary-bg-color !default;
|
|
218
197
|
$calendar-today-border-color: none !default;
|
|
219
198
|
$calendar-selected-border-color: none !default;
|
|
220
|
-
|
|
221
199
|
//pending
|
|
222
200
|
$calendar-today-color: $primary !default;
|
|
223
201
|
$calendar-today-focused-font-color: $content-text-color-alt1 !default;
|
|
224
202
|
$calendar-today-focus-color: $content-text-color-alt1 !default;
|
|
225
|
-
|
|
226
203
|
//week header
|
|
227
204
|
$calendar-week-header-font-color: $content-text-color-alt2 !default;
|
|
228
205
|
$calendar-week-header-bg-style: none !default;
|
|
229
|
-
|
|
230
206
|
//week number
|
|
231
207
|
$calendar-week-number-color-style: $content-text-color-disabled !default;
|
|
232
208
|
$calendar-week-number-font-color: $calendar-text-color !default;
|
|
233
|
-
|
|
234
209
|
//today button
|
|
235
210
|
$calendar-footer-background: $transparent !default;
|
|
236
211
|
$calendar-today-disabled-background-style: $primary-bg-color-disabled !default;
|
|
237
212
|
$calendar-today-disabled-border-style: $primary-border-color-disabled !default;
|
|
238
213
|
$calendar-today-disabled-box-shadow: none !default;
|
|
239
214
|
$calendar-today-disabled-color: $primary-text-disabled !default;
|
|
240
|
-
|
|
241
215
|
//today button flat button override style
|
|
242
216
|
$today-button-bg: $primary-bg-color !default;
|
|
243
217
|
$today-button-bg-border-color: $primary-border-color !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$calendar-title-hover-color: $neutral-light-fontalt !default;
|
|
3
3
|
$calendar-icon-hover-color: $neutral-light-fontalt !default;
|
|
4
4
|
$calendar-default-border-color: $neutral-light !default;
|
|
@@ -58,7 +58,6 @@ $calendar-normal-max-width: 232px !default;
|
|
|
58
58
|
$calendar-normal-min-width: 232px !default;
|
|
59
59
|
$calendar-small-max-width: $calendar-normal-max-width !default;
|
|
60
60
|
$calendar-small-min-width: $calendar-normal-min-width !default;
|
|
61
|
-
|
|
62
61
|
// newly added
|
|
63
62
|
$calendar-active-today-hover-font-color: $neutral-light-fontalt !default;
|
|
64
63
|
$calendar-today-focused-font-color: $theme-primary-font !default;
|
|
@@ -87,7 +86,6 @@ $calendar-prev-icon: '\e85e' !default;
|
|
|
87
86
|
$calendar-next-icon: '\e84f' !default;
|
|
88
87
|
$calendar-date-font-size: 12px !default;
|
|
89
88
|
$calendar-title-font-weight-style: 300 !default;
|
|
90
|
-
|
|
91
89
|
//$calendar-yeardecade-bg-color: $neutral-light !default;
|
|
92
90
|
$calendar-yeardecade-hover-color: $neutral-light-fontalt !default;
|
|
93
91
|
$calendar-spanicon-font-weight-style: 300 !default;
|
|
@@ -186,5 +184,4 @@ $calendar-small-title-font-color: $neutral-light-font !default;
|
|
|
186
184
|
$calendar-bigger-small-table-padding: 0 10px 10px 10px !default;
|
|
187
185
|
$calendar-bigger-small-yeardecade-font-size: 12px !default;
|
|
188
186
|
$calendar-small-font-size: 12px !default;
|
|
189
|
-
|
|
190
187
|
//enddefault
|