@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
|
@@ -38,7 +38,6 @@ ejs-calendar {
|
|
|
38
38
|
|
|
39
39
|
.e-calendar,
|
|
40
40
|
.e-bigger.e-small .e-calendar {
|
|
41
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
42
41
|
-webkit-tap-highlight-color: transparent;
|
|
43
42
|
border-radius: 4px;
|
|
44
43
|
display: block;
|
|
@@ -886,7 +885,6 @@ ejs-calendar {
|
|
|
886
885
|
}
|
|
887
886
|
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover),
|
|
888
887
|
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
|
|
889
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
890
888
|
-webkit-tap-highlight-color: transparent;
|
|
891
889
|
background-color: #22d3ee;
|
|
892
890
|
border-color: #22d3ee;
|
|
@@ -38,7 +38,6 @@ ejs-calendar {
|
|
|
38
38
|
|
|
39
39
|
.e-calendar,
|
|
40
40
|
.e-bigger.e-small .e-calendar {
|
|
41
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
42
41
|
-webkit-tap-highlight-color: transparent;
|
|
43
42
|
border-radius: 4px;
|
|
44
43
|
display: block;
|
|
@@ -886,7 +885,6 @@ ejs-calendar {
|
|
|
886
885
|
}
|
|
887
886
|
.e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover),
|
|
888
887
|
.e-bigger.e-small .e-calendar .e-footer-container .e-btn.e-today.e-flat.e-primary:not(:hover) {
|
|
889
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
890
888
|
-webkit-tap-highlight-color: transparent;
|
|
891
889
|
background-color: #4f46e5;
|
|
892
890
|
border-color: #4f46e5;
|
|
@@ -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
|
$datepicker-icon-color: none !default;
|
|
3
3
|
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
4
4
|
$datepicker-popup-box-shadow: 0 6px 12px rgba($base-font, .5) !default;
|
|
@@ -21,10 +21,8 @@ $datepicker-modal-header-bg: transparent !default;
|
|
|
21
21
|
$datepicker-modal-header-color: transparent !default;
|
|
22
22
|
$datepicker-modal-header-display: none !default;
|
|
23
23
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
24
|
-
|
|
25
24
|
// mouse small icon
|
|
26
25
|
$datepicker-small-icon-font-size: 14px !default;
|
|
27
|
-
|
|
28
26
|
// Touch small icon
|
|
29
27
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
30
28
|
$model-year-font-size: 14px !default;
|
|
@@ -33,5 +31,4 @@ $model-year-line-height: 32px !default;
|
|
|
33
31
|
$model-month-font-size: 20px !default;
|
|
34
32
|
$model-month-font-weight: 500 !default;
|
|
35
33
|
$model-month-line-height: 32px !default;
|
|
36
|
-
|
|
37
34
|
//enddefault
|
|
@@ -20,10 +20,8 @@ $datepicker-modal-header-bg: transparent !default;
|
|
|
20
20
|
$datepicker-modal-header-color: transparent !default;
|
|
21
21
|
$datepicker-modal-header-display: none !default;
|
|
22
22
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
23
|
-
|
|
24
23
|
// mouse small icon
|
|
25
24
|
$datepicker-small-icon-font-size: 14px !default;
|
|
26
|
-
|
|
27
25
|
// Touch small icon
|
|
28
26
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
29
27
|
$model-year-font-size: 14px !default;
|
|
@@ -26,10 +26,8 @@ $datepicker-modal-header-bg: transparent !default;
|
|
|
26
26
|
$datepicker-modal-header-color: transparent !default;
|
|
27
27
|
$datepicker-modal-header-display: none !default;
|
|
28
28
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
29
|
-
|
|
30
29
|
// mouse small icon
|
|
31
30
|
$datepicker-small-icon-font-size: 12px !default;
|
|
32
|
-
|
|
33
31
|
// Touch small icon
|
|
34
32
|
$datepicker-bigger-small-icon-font-size: 15px !default;
|
|
35
33
|
$model-year-font-size: 14px !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon: '\e901' !default;
|
|
3
3
|
$datepicker-icon-font-size: 18px !default;
|
|
4
4
|
$datepicker-icon-container-min-height: 18px !default;
|
|
@@ -14,13 +14,10 @@ $datepicker-box-sizing: border-box !default;
|
|
|
14
14
|
$datepicker-modal-header-display: block !default;
|
|
15
15
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
16
|
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
17
|
// mouse small icon
|
|
19
18
|
$datepicker-small-icon-font-size: 16px !default;
|
|
20
|
-
|
|
21
19
|
// Touch small icon
|
|
22
20
|
$datepicker-bigger-small-icon-font-size: 20px !default;
|
|
23
|
-
|
|
24
21
|
// color variables
|
|
25
22
|
$datepicker-popup-border: 1px solid $border-light !default;
|
|
26
23
|
$datepicker-input-border-style: none !default;
|
|
@@ -42,5 +39,4 @@ $model-year-line-height: 32px !default;
|
|
|
42
39
|
$model-month-font-size: 20px !default;
|
|
43
40
|
$model-month-font-weight: 500 !default;
|
|
44
41
|
$model-month-line-height: 32px !default;
|
|
45
|
-
|
|
46
42
|
//enddefault
|
|
@@ -21,10 +21,8 @@ $datepicker-modal-header-bg: $theme-primary !default;
|
|
|
21
21
|
$datepicker-modal-header-color: $neutral-white !default;
|
|
22
22
|
$datepicker-modal-header-display: none !default;
|
|
23
23
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
24
|
-
|
|
25
24
|
// mouse small icon
|
|
26
25
|
$datepicker-small-icon-font-size: 14px !default;
|
|
27
|
-
|
|
28
26
|
// Touch small icon
|
|
29
27
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
30
28
|
$model-year-font-size: 14px !default;
|
|
@@ -33,5 +31,4 @@ $model-year-line-height: 32px !default;
|
|
|
33
31
|
$model-month-font-size: 20px !default;
|
|
34
32
|
$model-month-font-weight: 500 !default;
|
|
35
33
|
$model-month-line-height: 32px !default;
|
|
36
|
-
|
|
37
34
|
//enddefault
|
|
@@ -20,10 +20,8 @@ $datepicker-modal-header-bg: $theme-primary !default;
|
|
|
20
20
|
$datepicker-modal-header-color: $neutral-white !default;
|
|
21
21
|
$datepicker-modal-header-display: none !default;
|
|
22
22
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
23
|
-
|
|
24
23
|
// mouse small icon
|
|
25
24
|
$datepicker-small-icon-font-size: 14px !default;
|
|
26
|
-
|
|
27
25
|
// Touch small icon
|
|
28
26
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
29
27
|
$model-year-font-size: 14px !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon: '\e901' !default;
|
|
3
3
|
$datepicker-icon-font-size: 18px !default;
|
|
4
4
|
$datepicker-icon-container-min-height: 18px !default;
|
|
@@ -14,13 +14,10 @@ $datepicker-box-sizing: border-box !default;
|
|
|
14
14
|
$datepicker-modal-header-display: block !default;
|
|
15
15
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
16
|
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
17
|
// mouse small icon
|
|
19
18
|
$datepicker-small-icon-font-size: 16px !default;
|
|
20
|
-
|
|
21
19
|
// Touch small icon
|
|
22
20
|
$datepicker-bigger-small-icon-font-size: 20px !default;
|
|
23
|
-
|
|
24
21
|
// color variables
|
|
25
22
|
$datepicker-popup-border: 0 solid $border-light !default;
|
|
26
23
|
$datepicker-input-border-style: none !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon: '\e901' !default;
|
|
3
3
|
$datepicker-icon-font-size: 18px !default;
|
|
4
4
|
$datepicker-icon-container-min-height: 18px !default;
|
|
@@ -14,13 +14,10 @@ $datepicker-box-sizing: border-box !default;
|
|
|
14
14
|
$datepicker-modal-header-display: block !default;
|
|
15
15
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
16
|
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
17
|
// mouse small icon
|
|
19
18
|
$datepicker-small-icon-font-size: 16px !default;
|
|
20
|
-
|
|
21
19
|
// Touch small icon
|
|
22
20
|
$datepicker-bigger-small-icon-font-size: 20px !default;
|
|
23
|
-
|
|
24
21
|
// color variables
|
|
25
22
|
$datepicker-popup-border: 1px solid $border-light !default;
|
|
26
23
|
$datepicker-input-border-style: none !default;
|
|
@@ -42,5 +39,4 @@ $model-year-line-height: 32px !default;
|
|
|
42
39
|
$model-month-font-size: 20px !default;
|
|
43
40
|
$model-month-font-weight: 500 !default;
|
|
44
41
|
$model-month-line-height: 32px !default;
|
|
45
|
-
|
|
46
42
|
//enddefault
|
|
@@ -21,10 +21,8 @@ $datepicker-modal-header-bg: $header-font !default;
|
|
|
21
21
|
$datepicker-modal-header-color: $header-font-alt !default;
|
|
22
22
|
$datepicker-modal-header-display: none !default;
|
|
23
23
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
24
|
-
|
|
25
24
|
// mouse small icon
|
|
26
25
|
$datepicker-small-icon-font-size: 14px !default;
|
|
27
|
-
|
|
28
26
|
// Touch small icon
|
|
29
27
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
30
28
|
$model-year-font-size: 14px !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon-color: $content-font !default;
|
|
3
3
|
$datepicker-active-icon-color: $content-font !default;
|
|
4
4
|
$datepicker-popup-box-shadow: none !default;
|
|
@@ -22,10 +22,8 @@ $datepicker-modal-header-bg: $header-font !default;
|
|
|
22
22
|
$datepicker-modal-header-color: $header-font-alt !default;
|
|
23
23
|
$datepicker-modal-header-display: none !default;
|
|
24
24
|
$datepicker-calendar-tbody-landscape-height: 150px !default;
|
|
25
|
-
|
|
26
25
|
// mouse small icon
|
|
27
26
|
$datepicker-small-icon-font-size: 14px !default;
|
|
28
|
-
|
|
29
27
|
// Touch small icon
|
|
30
28
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
31
29
|
$model-year-font-size: 14px !default;
|
|
@@ -34,5 +32,4 @@ $model-year-line-height: 32px !default;
|
|
|
34
32
|
$model-month-font-size: 20px !default;
|
|
35
33
|
$model-month-font-weight: 500 !default;
|
|
36
34
|
$model-month-line-height: 32px !default;
|
|
37
|
-
|
|
38
35
|
//enddefault
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
#{if(&, '&', '*')} .e-content table tbody tr.e-month-hide:last-child {
|
|
29
29
|
display: $datepicker-othermonth-row;
|
|
30
|
-
|
|
30
|
+
}
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
#{if(&, '&', '*')}.e-popup-wrapper {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
top: 0;
|
|
47
47
|
width: 100%;
|
|
48
48
|
z-index: 999;
|
|
49
|
-
|
|
49
|
+
}
|
|
50
50
|
|
|
51
51
|
#{if(&, '&', '*')} .e-model-header {
|
|
52
52
|
background-color: $datepicker-modal-header-bg;
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
font-weight: $model-year-font-weight;
|
|
61
61
|
line-height: $model-year-line-height;
|
|
62
62
|
margin: 0;
|
|
63
|
-
}
|
|
64
63
|
}
|
|
64
|
+
}
|
|
65
65
|
|
|
66
66
|
#{if(&, '&', '*')} .e-model-month,
|
|
67
67
|
#{if(&, '&', '*')} .e-model-day {
|
|
@@ -70,10 +70,10 @@
|
|
|
70
70
|
line-height: $model-month-line-height;
|
|
71
71
|
margin: 0;
|
|
72
72
|
}
|
|
73
|
-
|
|
73
|
+
}
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
// sass-lint:disable-all
|
|
77
77
|
.e-date-overflow {
|
|
78
78
|
overflow: hidden !important;
|
|
79
79
|
}
|
|
@@ -96,6 +96,12 @@
|
|
|
96
96
|
top:0 !important;
|
|
97
97
|
left: 0 !important;
|
|
98
98
|
}
|
|
99
|
+
|
|
100
|
+
.e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
101
|
+
min-width: 100%;
|
|
102
|
+
min-height:100%;
|
|
103
|
+
}
|
|
104
|
+
|
|
99
105
|
}
|
|
100
106
|
|
|
101
107
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
@@ -109,7 +115,64 @@
|
|
|
109
115
|
min-height: 40px;
|
|
110
116
|
}
|
|
111
117
|
|
|
112
|
-
|
|
118
|
+
.e-datepick-mob-popup-wrap {
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
#{if(&, '&', '*')} .e-datepicker.e-popup-expand {
|
|
122
|
+
|
|
123
|
+
#{if(&, '&', '*')} .e-model-header {
|
|
124
|
+
|
|
125
|
+
height:15%;
|
|
126
|
+
|
|
127
|
+
#{if(&, '&', '*')} .e-popup-close {
|
|
128
|
+
float: right;
|
|
129
|
+
margin-right: 10px;
|
|
130
|
+
padding: 5px;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
#{if(&, '&', '*')} .e-popup-close::before {
|
|
134
|
+
content: "\e932";
|
|
135
|
+
font-family: "e-icons";
|
|
136
|
+
color: rgba(255,255,255);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
#{if(&, '&', '*')} .e-calendar {
|
|
141
|
+
min-width: 100%;
|
|
142
|
+
min-height:100%;
|
|
143
|
+
height:100%;
|
|
144
|
+
|
|
145
|
+
#{if(&, '&', '*')} .e-header.e-month {
|
|
146
|
+
height: 10%;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
#{if(&, '&', '*')} .e-calendar-cell-container {
|
|
152
|
+
height:85%;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.e-footer-container
|
|
156
|
+
{
|
|
157
|
+
height: 10%;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
#{if(&, '&', '*')} .e-content.e-month
|
|
161
|
+
{
|
|
162
|
+
height: 80%;
|
|
163
|
+
table
|
|
164
|
+
{
|
|
165
|
+
height:100%;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
// sass-lint:enable-all
|
|
175
|
+
|
|
113
176
|
|
|
114
177
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
115
178
|
|
|
@@ -119,3 +182,65 @@
|
|
|
119
182
|
overflow: auto;
|
|
120
183
|
}
|
|
121
184
|
}
|
|
185
|
+
|
|
186
|
+
@media screen and (orientation: landscape) {
|
|
187
|
+
.e-datepick-mob-popup-wrap {
|
|
188
|
+
|
|
189
|
+
#{if(&, '&', '*')} .e-datepicker.e-popup-expand {
|
|
190
|
+
#{if(&, '&', '*')} .e-model-header {
|
|
191
|
+
|
|
192
|
+
float: left;
|
|
193
|
+
height: 100%;
|
|
194
|
+
width: 30%;
|
|
195
|
+
|
|
196
|
+
.e-popup-close {
|
|
197
|
+
float: left;
|
|
198
|
+
padding: 5px;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.e-model-year {
|
|
202
|
+
font-size: 35px;
|
|
203
|
+
margin-top: 35%;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
#{if(&, '&', '*')} .e-model-month ,
|
|
209
|
+
#{if(&, '&', '*')} .e-model-day {
|
|
210
|
+
display: block;
|
|
211
|
+
font-size: 40px;
|
|
212
|
+
margin-top: 10%;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
#{if(&, '&', '*')} .e-header.e-month ,
|
|
216
|
+
#{if(&, '&', '*')} .e-footer-container {
|
|
217
|
+
height: 10%;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.e-content.e-month {
|
|
221
|
+
height: 75%;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.e-calendar {
|
|
225
|
+
display: flex;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.e-calendar-cell-container {
|
|
229
|
+
float: right;
|
|
230
|
+
height: 90%;
|
|
231
|
+
width: 70%;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-calendar.e-device .e-month table tbody {
|
|
235
|
+
display: table-row-group;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
#{if(&, '&', '*')} .e-content.e-month table ,
|
|
239
|
+
#{if(&, '&', '*')} .e-content.e-decade table ,
|
|
240
|
+
#{if(&, '&', '*')} .e-content.e-year table {
|
|
241
|
+
height: 100%;
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon-color: $accent !default;
|
|
3
3
|
$datepicker-active-icon-color: $datepicker-icon-color !default;
|
|
4
4
|
$datepicker-popup-box-shadow: 0 5px 5px -3px rgba($grey-light-font, .2), 0 8px 10px 1px rgba($grey-light-font, .14), 0 3px 14px 2px rgba($grey-light-font, .12) !default;
|
|
@@ -25,10 +25,8 @@ $datepicker-modal-header-bg: $accent !default;
|
|
|
25
25
|
$datepicker-modal-header-color: $grey-white !default;
|
|
26
26
|
$datepicker-modal-header-display: block !default;
|
|
27
27
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
28
|
-
|
|
29
28
|
// mouse small icon
|
|
30
29
|
$datepicker-small-icon-font-size: 14px !default;
|
|
31
|
-
|
|
32
30
|
// Touch small icon
|
|
33
31
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
34
32
|
$zero-value: 0 !default;
|
|
@@ -38,5 +36,4 @@ $model-year-line-height: 32px !default;
|
|
|
38
36
|
$model-month-font-size: 20px !default;
|
|
39
37
|
$model-month-font-weight: 500 !default;
|
|
40
38
|
$model-month-line-height: 32px !default;
|
|
41
|
-
|
|
42
39
|
//enddefault
|
|
@@ -24,10 +24,8 @@ $datepicker-modal-header-bg: $accent !default;
|
|
|
24
24
|
$datepicker-modal-header-color: $grey-white !default;
|
|
25
25
|
$datepicker-modal-header-display: block !default;
|
|
26
26
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
27
|
-
|
|
28
27
|
// mouse small icon
|
|
29
28
|
$datepicker-small-icon-font-size: 14px !default;
|
|
30
|
-
|
|
31
29
|
// Touch small icon
|
|
32
30
|
$datepicker-bigger-small-icon-font-size: 18px !default;
|
|
33
31
|
$zero-value: 0 !default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon: '\e901' !default;
|
|
3
3
|
$datepicker-icon-font-size: 18px !default;
|
|
4
4
|
$datepicker-icon-container-min-height: 18px !default;
|
|
@@ -14,13 +14,10 @@ $datepicker-box-sizing: border-box !default;
|
|
|
14
14
|
$datepicker-modal-header-display: block !default;
|
|
15
15
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
16
|
$datepicker-popup-bigger-margin-top: 8px !default;
|
|
17
|
-
|
|
18
17
|
// mouse small icon
|
|
19
18
|
$datepicker-small-icon-font-size: 16px !default;
|
|
20
|
-
|
|
21
19
|
// Touch small icon
|
|
22
20
|
$datepicker-bigger-small-icon-font-size: 20px !default;
|
|
23
|
-
|
|
24
21
|
// color variables
|
|
25
22
|
$datepicker-popup-border: 1px solid $border-light !default;
|
|
26
23
|
$datepicker-input-border-style: none !default;
|
|
@@ -42,5 +39,4 @@ $model-year-line-height: 32px !default;
|
|
|
42
39
|
$model-month-font-size: 20px !default;
|
|
43
40
|
$model-month-font-weight: 500 !default;
|
|
44
41
|
$model-month-line-height: 32px !default;
|
|
45
|
-
|
|
46
42
|
//enddefault
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//default
|
|
1
|
+
//default
|
|
2
2
|
$datepicker-icon: '\e901' !default;
|
|
3
3
|
$datepicker-icon-font-size: 18px !default;
|
|
4
4
|
$datepicker-icon-container-min-height: 18px !default;
|
|
@@ -14,13 +14,10 @@ $datepicker-box-sizing: border-box !default;
|
|
|
14
14
|
$datepicker-modal-header-display: block !default;
|
|
15
15
|
$datepicker-calendar-tbody-landscape-height: 130px !default;
|
|
16
16
|
$datepicker-popup-bigger-margin-top: 6px !default;
|
|
17
|
-
|
|
18
17
|
// mouse small icon
|
|
19
18
|
$datepicker-small-icon-font-size: 16px !default;
|
|
20
|
-
|
|
21
19
|
// Touch small icon
|
|
22
20
|
$datepicker-bigger-small-icon-font-size: 20px !default;
|
|
23
|
-
|
|
24
21
|
// color variables
|
|
25
22
|
$datepicker-popup-border: 1px solid $border-light !default;
|
|
26
23
|
$datepicker-input-border-style: none !default;
|
|
@@ -40,5 +37,4 @@ $model-year-line-height: 32px !default;
|
|
|
40
37
|
$model-month-font-size: 20px !default;
|
|
41
38
|
$model-month-font-weight: 500 !default;
|
|
42
39
|
$model-month-line-height: 32px !default;
|
|
43
|
-
|
|
44
40
|
//enddefault
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@include export-module('datepicker-theme') {
|
|
1
|
+
@include export-module('datepicker-theme') {
|
|
2
2
|
#{&}.e-datepicker,
|
|
3
3
|
.e-bigger.e-small #{&}.e-datepicker,
|
|
4
4
|
.e-bigger #{&}.e-datepicker,
|
|
@@ -9,19 +9,20 @@
|
|
|
9
9
|
#{if(&, '&', '*')}.e-popup-wrapper {
|
|
10
10
|
border: $datepicker-popup-border;
|
|
11
11
|
box-shadow: $datepicker-popup-box-shadow;
|
|
12
|
-
|
|
12
|
+
}
|
|
13
13
|
|
|
14
14
|
#{if(&, '&', '*')} .e-calendar {
|
|
15
15
|
background-color: $datepicker-popup-bg-color;
|
|
16
16
|
border: $datepicker-calendar-border-style;
|
|
17
|
-
|
|
17
|
+
}
|
|
18
|
+
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
#{if(&, '&', '*')}.e-input-group {
|
|
21
22
|
#{if(&, '&', '*')}.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
22
23
|
border: $datepicker-input-border-style;
|
|
23
|
-
|
|
24
|
-
|
|
24
|
+
}
|
|
25
|
+
}
|
|
25
26
|
|
|
26
27
|
.e-date-wrapper {
|
|
27
28
|
#{if(&, '&', '*')} span.e-input-group-icon {
|
|
@@ -29,8 +30,7 @@
|
|
|
29
30
|
@if ($skin-name != 'bootstrap' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap-dark' and $skin-name != 'fabric' and $skin-name != 'fabric-dark') {
|
|
30
31
|
color: $datepicker-icon-color;
|
|
31
32
|
}
|
|
32
|
-
}
|
|
33
|
-
#{if(&, '&', '*')}.e-date-icon.e-icons.e-active {
|
|
33
|
+
}#{if(&, '&', '*')}.e-date-icon.e-icons.e-active {
|
|
34
34
|
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' {
|
|
35
35
|
background: $datepicker-icon-active-bg-color;
|
|
36
36
|
border-color: $datepicker-active-border-color;
|