@syncfusion/ej2-angular-calendars 20.4.38 → 20.4.40
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 -44
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +7 -0
- package/styles/bootstrap.css +7 -0
- package/styles/bootstrap4.css +7 -0
- package/styles/bootstrap5-dark.css +8 -1
- package/styles/bootstrap5.css +7 -0
- package/styles/calendar/_fluent-definition.scss +1 -1
- package/styles/calendar/_material-definition.scss +3 -3
- package/styles/calendar/_theme.scss +1 -1
- package/styles/calendar/bootstrap5-dark.css +1 -1
- package/styles/calendar/fabric-dark.css +1 -1
- package/styles/calendar/fabric.css +1 -1
- package/styles/calendar/fluent-dark.css +3 -3
- package/styles/calendar/fluent.css +2 -2
- package/styles/calendar/material.css +3 -3
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +1 -0
- package/styles/daterangepicker/_bootstrap-definition.scss +1 -0
- package/styles/daterangepicker/_bootstrap4-definition.scss +1 -0
- package/styles/daterangepicker/_bootstrap5-definition.scss +1 -0
- package/styles/daterangepicker/_fabric-dark-definition.scss +1 -0
- package/styles/daterangepicker/_fabric-definition.scss +1 -0
- package/styles/daterangepicker/_fluent-definition.scss +6 -0
- package/styles/daterangepicker/_fusionnew-definition.scss +1 -0
- package/styles/daterangepicker/_highcontrast-definition.scss +1 -0
- package/styles/daterangepicker/_highcontrast-light-definition.scss +1 -0
- package/styles/daterangepicker/_layout.scss +6 -0
- package/styles/daterangepicker/_material-dark-definition.scss +1 -0
- package/styles/daterangepicker/_material-definition.scss +1 -0
- package/styles/daterangepicker/_material3-definition.scss +1 -0
- package/styles/daterangepicker/_tailwind-definition.scss +1 -0
- package/styles/daterangepicker/_theme.scss +33 -0
- package/styles/daterangepicker/bootstrap-dark.css +7 -0
- package/styles/daterangepicker/bootstrap.css +7 -0
- package/styles/daterangepicker/bootstrap4.css +7 -0
- package/styles/daterangepicker/bootstrap5-dark.css +7 -0
- package/styles/daterangepicker/bootstrap5.css +7 -0
- package/styles/daterangepicker/fabric-dark.css +7 -0
- package/styles/daterangepicker/fabric.css +7 -0
- package/styles/daterangepicker/fluent-dark.css +30 -0
- package/styles/daterangepicker/fluent.css +30 -0
- package/styles/daterangepicker/highcontrast-light.css +7 -0
- package/styles/daterangepicker/highcontrast.css +7 -0
- package/styles/daterangepicker/material-dark.css +7 -0
- package/styles/daterangepicker/material.css +5 -0
- package/styles/daterangepicker/tailwind-dark.css +7 -0
- package/styles/daterangepicker/tailwind.css +7 -0
- package/styles/fabric-dark.css +8 -1
- package/styles/fabric.css +8 -1
- package/styles/fluent-dark.css +33 -3
- package/styles/fluent.css +32 -2
- package/styles/highcontrast-light.css +7 -0
- package/styles/highcontrast.css +7 -0
- package/styles/material-dark.css +7 -0
- package/styles/material.css +8 -3
- package/styles/tailwind-dark.css +7 -0
- package/styles/tailwind.css +7 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-calendars@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-calendars@18.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-calendars@18.30.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-XNMF+B2Te5/NtlM9JbPHQK5/detIlbGVw8MPkJ9/6W50xoGUs3C9lVljp1EB6wc1Zph1OfaBaZctj0i/yZJdrg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-calendars",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.30.7.tgz",
|
|
23
|
+
"_shasum": "28a35a514ff2058077ae51affed306039f3708ce",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-calendars@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
36
|
-
"@syncfusion/ej2-calendars": "20.4.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.40",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.40",
|
|
36
|
+
"@syncfusion/ej2-calendars": "20.4.40",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -57,42 +57,6 @@
|
|
|
57
57
|
"fesm2020": "fesm2020/syncfusion-ej2-angular-calendars.mjs",
|
|
58
58
|
"homepage": "https://github.com/syncfusion/ej2-angular-ui-components#readme",
|
|
59
59
|
"keywords": [
|
|
60
|
-
"ej2",
|
|
61
|
-
"syncfusion",
|
|
62
|
-
"web-components",
|
|
63
|
-
"calendar",
|
|
64
|
-
"date",
|
|
65
|
-
"time",
|
|
66
|
-
"datetime",
|
|
67
|
-
"daterange",
|
|
68
|
-
"culture",
|
|
69
|
-
"month",
|
|
70
|
-
"year",
|
|
71
|
-
"decade",
|
|
72
|
-
"timepicker",
|
|
73
|
-
"strict-mode",
|
|
74
|
-
"step",
|
|
75
|
-
"interval",
|
|
76
|
-
"min",
|
|
77
|
-
"max",
|
|
78
|
-
"globalization",
|
|
79
|
-
"datepicker",
|
|
80
|
-
"daterangepicker",
|
|
81
|
-
"datetimepicker",
|
|
82
|
-
"enable-persistence",
|
|
83
|
-
"locale",
|
|
84
|
-
"value",
|
|
85
|
-
"format",
|
|
86
|
-
"week-number",
|
|
87
|
-
"enable-rtl",
|
|
88
|
-
"presets",
|
|
89
|
-
"min-days",
|
|
90
|
-
"max-days",
|
|
91
|
-
"start-date",
|
|
92
|
-
"end-date",
|
|
93
|
-
"time-format",
|
|
94
|
-
"rangepicker",
|
|
95
|
-
"month-picker",
|
|
96
60
|
"angular",
|
|
97
61
|
"ng",
|
|
98
62
|
"ng-calendars",
|
|
@@ -108,5 +72,5 @@
|
|
|
108
72
|
"schematics": "./schematics/collection.json",
|
|
109
73
|
"sideEffects": false,
|
|
110
74
|
"typings": "syncfusion-ej2-angular-calendars.d.ts",
|
|
111
|
-
"version": "20.4.
|
|
75
|
+
"version": "20.4.40"
|
|
112
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-calendars";
|
|
2
|
-
export declare const pkgVer = "^18.
|
|
2
|
+
export declare const pkgVer = "^18.30.7";
|
|
3
3
|
export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
|
|
4
|
-
export declare const themeVer = "~18.
|
|
4
|
+
export declare const themeVer = "~18.30.7";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-calendars';
|
|
4
|
-
exports.pkgVer = '^20.4.
|
|
4
|
+
exports.pkgVer = '^20.4.40';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~20.4.
|
|
6
|
+
exports.themeVer = '~20.4.40';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^20.4.
|
|
2
|
+
export const pkgVer = '^20.4.40';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~20.4.
|
|
4
|
+
export const themeVer = '~20.4.40';
|
|
@@ -1833,6 +1833,13 @@ ejs-calendar {
|
|
|
1833
1833
|
min-height: 40px;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
+
@media screen and (orientation: landscape) {
|
|
1837
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1838
|
+
display: inline-block;
|
|
1839
|
+
height: 150px;
|
|
1840
|
+
overflow: auto;
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1836
1843
|
.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 {
|
|
1837
1844
|
width: calc(100% - 80px);
|
|
1838
1845
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -1836,6 +1836,13 @@ ejs-calendar {
|
|
|
1836
1836
|
min-height: 40px;
|
|
1837
1837
|
}
|
|
1838
1838
|
|
|
1839
|
+
@media screen and (orientation: landscape) {
|
|
1840
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1841
|
+
display: inline-block;
|
|
1842
|
+
height: 150px;
|
|
1843
|
+
overflow: auto;
|
|
1844
|
+
}
|
|
1845
|
+
}
|
|
1839
1846
|
.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 {
|
|
1840
1847
|
width: calc(100% - 80px);
|
|
1841
1848
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1864,6 +1864,13 @@ ejs-calendar {
|
|
|
1864
1864
|
min-height: 40px;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
+
@media screen and (orientation: landscape) {
|
|
1868
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1869
|
+
display: inline-block;
|
|
1870
|
+
height: 150px;
|
|
1871
|
+
overflow: auto;
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1867
1874
|
.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 {
|
|
1868
1875
|
width: calc(100% - 80px);
|
|
1869
1876
|
}
|
|
@@ -686,7 +686,7 @@ ejs-calendar {
|
|
|
686
686
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
687
687
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
688
688
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
689
|
-
background-color: #
|
|
689
|
+
background-color: #444c54;
|
|
690
690
|
}
|
|
691
691
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
692
692
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1932,6 +1932,13 @@ ejs-calendar {
|
|
|
1932
1932
|
min-height: 40px;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
|
+
@media screen and (orientation: landscape) {
|
|
1936
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1937
|
+
display: inline-block;
|
|
1938
|
+
height: 130px;
|
|
1939
|
+
overflow: auto;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1935
1942
|
.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 {
|
|
1936
1943
|
width: calc(100% - 80px);
|
|
1937
1944
|
}
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1932,6 +1932,13 @@ ejs-calendar {
|
|
|
1932
1932
|
min-height: 40px;
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
|
+
@media screen and (orientation: landscape) {
|
|
1936
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1937
|
+
display: inline-block;
|
|
1938
|
+
height: 130px;
|
|
1939
|
+
overflow: auto;
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1935
1942
|
.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 {
|
|
1936
1943
|
width: calc(100% - 80px);
|
|
1937
1944
|
}
|
|
@@ -162,7 +162,7 @@ $calendar-active-state-icon-bg-color: $secondary-border-color-pressed !default;
|
|
|
162
162
|
|
|
163
163
|
//popup styles
|
|
164
164
|
$calendar-border-style: 1px solid $border-light !default;
|
|
165
|
-
$calendar-bg-color: $
|
|
165
|
+
$calendar-bg-color: $flyout-bg-color !default;
|
|
166
166
|
$calendar-week-number-bg-color: $content-bg-color-alt1 !default;
|
|
167
167
|
$calendar-week-number-font-weight: 400 !default;
|
|
168
168
|
$calendar-box-shadow: none !default;
|
|
@@ -61,7 +61,7 @@ $calendar-small-min-width: $calendar-normal-min-width !default;
|
|
|
61
61
|
$calendar-weeknumber-min-width: 262px !default;
|
|
62
62
|
$calendar-weeknumber-bigger-width: 320px !default;
|
|
63
63
|
$calendar-normal-month-view-height: 30px !default;
|
|
64
|
-
$calendar-normal-month-view-line-height:
|
|
64
|
+
$calendar-normal-month-view-line-height: 28px !default;
|
|
65
65
|
$calendar-normal-day-header-height: $calendar-normal-month-view-height !default;
|
|
66
66
|
$calendar-normal-day-header-text: none !default;
|
|
67
67
|
$calendar-normal-year-decade-height: 45px !default;
|
|
@@ -140,7 +140,7 @@ $calendar-week-normal-min-width: $calendar-normal-min-width !default;
|
|
|
140
140
|
$calendar-week-bigger-max-width: $calendar-bigger-max-width !default;
|
|
141
141
|
$calendar-week-bigger-min-width: $calendar-bigger-min-width !default;
|
|
142
142
|
$calendar-bigger-month-view-width: $calendar-bigger-month-view-height !default;
|
|
143
|
-
$calendar-bigger-month-view-line-height:
|
|
143
|
+
$calendar-bigger-month-view-line-height: 34px !default;
|
|
144
144
|
$calendar-bigger-year-decade-width: $calendar-bigger-year-decade-height !default;
|
|
145
145
|
$calendar-today-bg-hover-color: $grey-200 !default;
|
|
146
146
|
$calendar-disable-font-color: $calendar-light-font !default;
|
|
@@ -177,7 +177,7 @@ $calendar-small-icon-padding: 6px !default;
|
|
|
177
177
|
$calendar-small-header-height: 32px !default;
|
|
178
178
|
$calendar-small-day-header-height: 24px !default;
|
|
179
179
|
$calendar-small-month-view-height: 24px !default;
|
|
180
|
-
$calendar-small-month-view-line-height:
|
|
180
|
+
$calendar-small-month-view-line-height: 22px !default;
|
|
181
181
|
$calendar-small-date-font-size: 12px !default;
|
|
182
182
|
$calendar-small-month-view-width: 24px !default;
|
|
183
183
|
$calendar-small-popup-padding: 0 !default;
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
}
|
|
82
82
|
#{if(&, '&', '*')}.e-year td:hover span.e-day,
|
|
83
83
|
#{if(&, '&', '*')}.e-decade td:hover span.e-day {
|
|
84
|
-
background-color: $calendar-
|
|
84
|
+
background-color: $calendar-hover-color;
|
|
85
85
|
}
|
|
86
86
|
#{if(&, '&', '*')}.e-year td.e-selected:hover span.e-day,
|
|
87
87
|
#{if(&, '&', '*')}.e-decade td.e-selected:hover span.e-day {
|
|
@@ -686,7 +686,7 @@ ejs-calendar {
|
|
|
686
686
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
687
687
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
688
688
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
689
|
-
background-color: #
|
|
689
|
+
background-color: #444c54;
|
|
690
690
|
}
|
|
691
691
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
692
692
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -649,7 +649,7 @@ ejs-calendar {
|
|
|
649
649
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
650
650
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
652
|
-
background-color: #
|
|
652
|
+
background-color: #414040;
|
|
653
653
|
}
|
|
654
654
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
655
655
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -650,7 +650,7 @@ ejs-calendar {
|
|
|
650
650
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
652
652
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
653
|
-
background-color: #
|
|
653
|
+
background-color: #eaeaea;
|
|
654
654
|
}
|
|
655
655
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
656
656
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: #252423;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #201f1e;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: #252423;
|
|
572
572
|
border: 1px solid #292827;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -660,7 +660,7 @@ ejs-calendar {
|
|
|
660
660
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
661
661
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
662
662
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
663
|
-
background-color: #
|
|
663
|
+
background-color: #323130;
|
|
664
664
|
}
|
|
665
665
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
666
666
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: #fff;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #faf9f8;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: #fff;
|
|
572
572
|
border: 1px solid #edebe9;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -306,7 +306,7 @@ ejs-calendar {
|
|
|
306
306
|
}
|
|
307
307
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
308
308
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
309
|
-
line-height:
|
|
309
|
+
line-height: 28px;
|
|
310
310
|
}
|
|
311
311
|
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table,
|
|
312
312
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -451,7 +451,7 @@ ejs-calendar {
|
|
|
451
451
|
}
|
|
452
452
|
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
453
453
|
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
454
|
-
line-height:
|
|
454
|
+
line-height: 34px;
|
|
455
455
|
}
|
|
456
456
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
457
457
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
@@ -502,7 +502,7 @@ ejs-calendar {
|
|
|
502
502
|
}
|
|
503
503
|
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
504
504
|
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
505
|
-
line-height:
|
|
505
|
+
line-height: 22px;
|
|
506
506
|
}
|
|
507
507
|
.e-small.e-calendar .e-content.e-month td,
|
|
508
508
|
.e-small .e-calendar .e-content.e-month td {
|
|
@@ -135,6 +135,7 @@ $range-icon-bottom-right-radius: 3px !default;
|
|
|
135
135
|
$range-icon-top-right-radius: 3px !default;
|
|
136
136
|
$range-icon-margin: 0 !default;
|
|
137
137
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
138
|
+
$range-calendar-landscape-height: 150px !default;
|
|
138
139
|
|
|
139
140
|
// fabric theme variable
|
|
140
141
|
$range-icon-font-size: 16px !default;
|
|
@@ -135,6 +135,7 @@ $range-icon-top-right-radius: 3px !default;
|
|
|
135
135
|
$range-icon-margin: 0 !default;
|
|
136
136
|
$range-icon-bigger-margin: 0 !default;
|
|
137
137
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
138
|
+
$range-calendar-landscape-height: 150px !default;
|
|
138
139
|
|
|
139
140
|
// fabric theme variable
|
|
140
141
|
$range-icon-font-size: 16px !default;
|
|
@@ -145,6 +145,7 @@ $range-bigger-icon-container-min-width: 33px !default;
|
|
|
145
145
|
$range-icon-margin: 0 !default;
|
|
146
146
|
$range-icon-bigger-margin: 0 !default;
|
|
147
147
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
148
|
+
$range-calendar-landscape-height: 150px !default;
|
|
148
149
|
|
|
149
150
|
// fabric theme variable
|
|
150
151
|
$range-icon-font-size: 14px !default;
|
|
@@ -101,6 +101,7 @@ $range-icon-normal-padding: 0 !default;
|
|
|
101
101
|
$range-preset-normal-list-height: 36px !default;
|
|
102
102
|
$range-preset-bigger-list-height: 48px !default;
|
|
103
103
|
$range-calendar-bigger-max: 296px !default;
|
|
104
|
+
$range-calendar-landscape-height: 130px !default;
|
|
104
105
|
|
|
105
106
|
// new variable
|
|
106
107
|
$range-icon: '\e245' !default;
|
|
@@ -135,6 +135,7 @@ $range-icon-bottom-right-radius: 0 !default;
|
|
|
135
135
|
$range-icon-top-right-radius: 0 !default;
|
|
136
136
|
$range-icon-margin: 0 !default;
|
|
137
137
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
138
|
+
$range-calendar-landscape-height: 150px !default;
|
|
138
139
|
|
|
139
140
|
// fabric theme variable
|
|
140
141
|
$range-icon-font-size: 16px !default;
|
|
@@ -134,6 +134,7 @@ $range-icon-top-right-radius: 0 !default;
|
|
|
134
134
|
$range-icon-margin: 0 !default;
|
|
135
135
|
$range-icon-bigger-margin: 0 !default;
|
|
136
136
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
137
|
+
$range-calendar-landscape-height: 150px !default;
|
|
137
138
|
|
|
138
139
|
// fabric theme variable
|
|
139
140
|
$range-icon-font-size: 16px !default;
|
|
@@ -77,6 +77,11 @@ $range-presets-width: 160px !default;
|
|
|
77
77
|
$range-hover-start-radius: 0 !default;
|
|
78
78
|
$range-hover-end-radius: 0 !default;
|
|
79
79
|
$range-selected-hover-radius: 50% !default;
|
|
80
|
+
$range-today-hover-line-height: 26px !default;
|
|
81
|
+
$range-other-hover-line-height: 28px !default;
|
|
82
|
+
$range-small-today-hover-line-height: 24px !default;
|
|
83
|
+
$range-bigger-today-hover-line-height: 30px !default;
|
|
84
|
+
$range-bigger-other-hover-line-height: 32px !default;
|
|
80
85
|
$range-btn-height: 36px !default;
|
|
81
86
|
$range-device-btn-line-height: 34px !default;
|
|
82
87
|
$range-icon-hover-color: $content-bg-color-hover !default;
|
|
@@ -104,6 +109,7 @@ $range-icon-normal-padding: 0 !default;
|
|
|
104
109
|
$range-preset-normal-list-height: 36px !default;
|
|
105
110
|
$range-preset-bigger-list-height: 48px !default;
|
|
106
111
|
$range-calendar-bigger-max: 296px !default;
|
|
112
|
+
$range-calendar-landscape-height: 130px !default;
|
|
107
113
|
|
|
108
114
|
// new variable
|
|
109
115
|
$range-icon: '\e245' !default;
|
|
@@ -101,6 +101,7 @@ $range-icon-normal-padding: 0 !default;
|
|
|
101
101
|
$range-preset-normal-list-height: 36px !default;
|
|
102
102
|
$range-preset-bigger-list-height: 48px !default;
|
|
103
103
|
$range-calendar-bigger-max: 296px !default;
|
|
104
|
+
$range-calendar-landscape-height: 130px !default;
|
|
104
105
|
|
|
105
106
|
// new variable
|
|
106
107
|
$range-icon: '\e245' !default;
|
|
@@ -133,6 +133,7 @@ $range-icon-top-right-radius: 0 !default;
|
|
|
133
133
|
$range-icon-margin: 0 !default;
|
|
134
134
|
$range-icon-bigger-margin: 0 !default;
|
|
135
135
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
136
|
+
$range-calendar-landscape-height: 150px !default;
|
|
136
137
|
|
|
137
138
|
// highcontrast theme variable
|
|
138
139
|
$range-icon-font-size: 16px !default;
|
|
@@ -134,6 +134,7 @@ $range-icon-bottom-right-radius: 0 !default;
|
|
|
134
134
|
$range-icon-top-right-radius: 0 !default;
|
|
135
135
|
$range-icon-margin: 0 !default;
|
|
136
136
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
137
|
+
$range-calendar-landscape-height: 150px !default;
|
|
137
138
|
|
|
138
139
|
// highcontrast theme variable
|
|
139
140
|
$range-icon-font-size: 16px !default;
|
|
@@ -652,6 +652,12 @@
|
|
|
652
652
|
|
|
653
653
|
|
|
654
654
|
@media screen and (orientation: landscape) {
|
|
655
|
+
.e-daterangepicker .e-calendar.e-device .e-month table{
|
|
656
|
+
display: inline-block;
|
|
657
|
+
height: $range-calendar-landscape-height;
|
|
658
|
+
overflow: auto;
|
|
659
|
+
}
|
|
660
|
+
|
|
655
661
|
.e-daterangepick-mob-popup-wrap {
|
|
656
662
|
@if $skin-name == 'material' {
|
|
657
663
|
#{if( &, '&', '*')} .e-daterangepicker.e-popup.e-popup-expand {
|
|
@@ -139,6 +139,7 @@ $range-bigger-icon-container-min-height: 24px !default;
|
|
|
139
139
|
$range-bigger-icon-container-min-width: 24px !default;
|
|
140
140
|
$range-icon-margin: 0 0 4px 0 !default;
|
|
141
141
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
142
|
+
$range-calendar-landscape-height: 130px !default;
|
|
142
143
|
|
|
143
144
|
// new variable
|
|
144
145
|
$range-icon: '\e245' !default;
|
|
@@ -140,6 +140,7 @@ $range-bigger-icon-container-min-width: 24px !default;
|
|
|
140
140
|
$range-icon-margin: 0 0 4px 0 !default;
|
|
141
141
|
$range-icon-bigger-margin: 0 0 2px 0 !default;
|
|
142
142
|
$range-sart-end-btn-padding: 1px 6px !default;
|
|
143
|
+
$range-calendar-landscape-height: 130px !default;
|
|
143
144
|
|
|
144
145
|
// new variable
|
|
145
146
|
$range-icon: '\e245' !default;
|
|
@@ -101,6 +101,7 @@ $range-icon-normal-padding: 0 !default;
|
|
|
101
101
|
$range-preset-normal-list-height: 36px !default;
|
|
102
102
|
$range-preset-bigger-list-height: 48px !default;
|
|
103
103
|
$range-calendar-bigger-max: 296px !default;
|
|
104
|
+
$range-calendar-landscape-height: 130px !default;
|
|
104
105
|
|
|
105
106
|
// new variable
|
|
106
107
|
$range-icon: '\e245' !default;
|
|
@@ -109,6 +109,7 @@ $range-small-header-label-size: $text-base !default;
|
|
|
109
109
|
$range-bigger-indicator-label-size: $text-sm !default;
|
|
110
110
|
$range-bigger-change-icon-size: 20px !default;
|
|
111
111
|
$range-control-bigger-header-margin: 12px 0 !default;
|
|
112
|
+
$range-calendar-landscape-height: 130px !default;
|
|
112
113
|
|
|
113
114
|
// new variable
|
|
114
115
|
$range-icon: '\e245' !default;
|
|
@@ -322,3 +322,36 @@
|
|
|
322
322
|
}
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
|
+
|
|
326
|
+
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
327
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
328
|
+
@if $skin-name == 'FluentUI' {
|
|
329
|
+
line-height: $range-today-hover-line-height;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
334
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
335
|
+
@if $skin-name == 'FluentUI' {
|
|
336
|
+
line-height: $range-other-hover-line-height;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
341
|
+
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
342
|
+
@if $skin-name == 'FluentUI' {
|
|
343
|
+
line-height: $range-small-today-hover-line-height;
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
348
|
+
@if $skin-name == 'FluentUI' {
|
|
349
|
+
line-height: $range-bigger-today-hover-line-height;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
354
|
+
@if $skin-name == 'FluentUI' {
|
|
355
|
+
line-height: $range-bigger-other-hover-line-height;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
@@ -636,6 +636,13 @@
|
|
|
636
636
|
min-height: 40px;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
+
@media screen and (orientation: landscape) {
|
|
640
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
641
|
+
display: inline-block;
|
|
642
|
+
height: 150px;
|
|
643
|
+
overflow: auto;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
639
646
|
.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 {
|
|
640
647
|
width: calc(100% - 80px);
|
|
641
648
|
}
|
|
@@ -637,6 +637,13 @@
|
|
|
637
637
|
min-height: 40px;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
+
@media screen and (orientation: landscape) {
|
|
641
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
642
|
+
display: inline-block;
|
|
643
|
+
height: 150px;
|
|
644
|
+
overflow: auto;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
640
647
|
.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 {
|
|
641
648
|
width: calc(100% - 80px);
|
|
642
649
|
}
|
|
@@ -650,6 +650,13 @@
|
|
|
650
650
|
min-height: 40px;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
@media screen and (orientation: landscape) {
|
|
654
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
655
|
+
display: inline-block;
|
|
656
|
+
height: 150px;
|
|
657
|
+
overflow: auto;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
653
660
|
.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 {
|
|
654
661
|
width: calc(100% - 80px);
|
|
655
662
|
}
|
|
@@ -650,6 +650,13 @@
|
|
|
650
650
|
min-height: 40px;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
@media screen and (orientation: landscape) {
|
|
654
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
655
|
+
display: inline-block;
|
|
656
|
+
height: 130px;
|
|
657
|
+
overflow: auto;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
653
660
|
.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 {
|
|
654
661
|
width: calc(100% - 80px);
|
|
655
662
|
}
|
|
@@ -650,6 +650,13 @@
|
|
|
650
650
|
min-height: 40px;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
@media screen and (orientation: landscape) {
|
|
654
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
655
|
+
display: inline-block;
|
|
656
|
+
height: 130px;
|
|
657
|
+
overflow: auto;
|
|
658
|
+
}
|
|
659
|
+
}
|
|
653
660
|
.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 {
|
|
654
661
|
width: calc(100% - 80px);
|
|
655
662
|
}
|
|
@@ -636,6 +636,13 @@
|
|
|
636
636
|
min-height: 40px;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
+
@media screen and (orientation: landscape) {
|
|
640
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
641
|
+
display: inline-block;
|
|
642
|
+
height: 150px;
|
|
643
|
+
overflow: auto;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
639
646
|
.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 {
|
|
640
647
|
width: calc(100% - 80px);
|
|
641
648
|
}
|
|
@@ -637,6 +637,13 @@
|
|
|
637
637
|
min-height: 40px;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
+
@media screen and (orientation: landscape) {
|
|
641
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
642
|
+
display: inline-block;
|
|
643
|
+
height: 150px;
|
|
644
|
+
overflow: auto;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
640
647
|
.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 {
|
|
641
648
|
width: calc(100% - 80px);
|
|
642
649
|
}
|
|
@@ -619,6 +619,13 @@
|
|
|
619
619
|
min-height: 40px;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
|
+
@media screen and (orientation: landscape) {
|
|
623
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
624
|
+
display: inline-block;
|
|
625
|
+
height: 130px;
|
|
626
|
+
overflow: auto;
|
|
627
|
+
}
|
|
628
|
+
}
|
|
622
629
|
.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 {
|
|
623
630
|
width: calc(100% - 80px);
|
|
624
631
|
}
|
|
@@ -909,4 +916,27 @@
|
|
|
909
916
|
background-color: #252423;
|
|
910
917
|
border-color: #323130;
|
|
911
918
|
color: #3b3a39;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
922
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
923
|
+
line-height: 26px;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
927
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
928
|
+
line-height: 28px;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
932
|
+
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
933
|
+
line-height: 24px;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
937
|
+
line-height: 30px;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
941
|
+
line-height: 32px;
|
|
912
942
|
}
|
|
@@ -619,6 +619,13 @@
|
|
|
619
619
|
min-height: 40px;
|
|
620
620
|
}
|
|
621
621
|
|
|
622
|
+
@media screen and (orientation: landscape) {
|
|
623
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
624
|
+
display: inline-block;
|
|
625
|
+
height: 130px;
|
|
626
|
+
overflow: auto;
|
|
627
|
+
}
|
|
628
|
+
}
|
|
622
629
|
.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 {
|
|
623
630
|
width: calc(100% - 80px);
|
|
624
631
|
}
|
|
@@ -909,4 +916,27 @@
|
|
|
909
916
|
background-color: #f3f2f1;
|
|
910
917
|
border-color: #f3f2f1;
|
|
911
918
|
color: #a19f9d;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
922
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
923
|
+
line-height: 26px;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
927
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
928
|
+
line-height: 28px;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
932
|
+
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
933
|
+
line-height: 24px;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
937
|
+
line-height: 30px;
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
941
|
+
line-height: 32px;
|
|
912
942
|
}
|
|
@@ -636,6 +636,13 @@
|
|
|
636
636
|
min-height: 40px;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
+
@media screen and (orientation: landscape) {
|
|
640
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
641
|
+
display: inline-block;
|
|
642
|
+
height: 150px;
|
|
643
|
+
overflow: auto;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
639
646
|
.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 {
|
|
640
647
|
width: calc(100% - 80px);
|
|
641
648
|
}
|
|
@@ -637,6 +637,13 @@
|
|
|
637
637
|
min-height: 40px;
|
|
638
638
|
}
|
|
639
639
|
|
|
640
|
+
@media screen and (orientation: landscape) {
|
|
641
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
642
|
+
display: inline-block;
|
|
643
|
+
height: 150px;
|
|
644
|
+
overflow: auto;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
640
647
|
.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 {
|
|
641
648
|
width: calc(100% - 80px);
|
|
642
649
|
}
|
|
@@ -675,6 +675,13 @@
|
|
|
675
675
|
min-height: 40px;
|
|
676
676
|
}
|
|
677
677
|
|
|
678
|
+
@media screen and (orientation: landscape) {
|
|
679
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
680
|
+
display: inline-block;
|
|
681
|
+
height: 130px;
|
|
682
|
+
overflow: auto;
|
|
683
|
+
}
|
|
684
|
+
}
|
|
678
685
|
.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 {
|
|
679
686
|
width: calc(100% - 80px);
|
|
680
687
|
}
|
|
@@ -723,6 +723,11 @@
|
|
|
723
723
|
}
|
|
724
724
|
|
|
725
725
|
@media screen and (orientation: landscape) {
|
|
726
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
727
|
+
display: inline-block;
|
|
728
|
+
height: 130px;
|
|
729
|
+
overflow: auto;
|
|
730
|
+
}
|
|
726
731
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
727
732
|
float: left;
|
|
728
733
|
height: 100%;
|
|
@@ -669,6 +669,13 @@
|
|
|
669
669
|
min-height: 40px;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
+
@media screen and (orientation: landscape) {
|
|
673
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
674
|
+
display: inline-block;
|
|
675
|
+
height: 130px;
|
|
676
|
+
overflow: auto;
|
|
677
|
+
}
|
|
678
|
+
}
|
|
672
679
|
.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 {
|
|
673
680
|
width: calc(100% - 80px);
|
|
674
681
|
}
|
|
@@ -669,6 +669,13 @@
|
|
|
669
669
|
min-height: 40px;
|
|
670
670
|
}
|
|
671
671
|
|
|
672
|
+
@media screen and (orientation: landscape) {
|
|
673
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
674
|
+
display: inline-block;
|
|
675
|
+
height: 130px;
|
|
676
|
+
overflow: auto;
|
|
677
|
+
}
|
|
678
|
+
}
|
|
672
679
|
.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 {
|
|
673
680
|
width: calc(100% - 80px);
|
|
674
681
|
}
|
package/styles/fabric-dark.css
CHANGED
|
@@ -649,7 +649,7 @@ ejs-calendar {
|
|
|
649
649
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
650
650
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
652
|
-
background-color: #
|
|
652
|
+
background-color: #414040;
|
|
653
653
|
}
|
|
654
654
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
655
655
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1830,6 +1830,13 @@ ejs-calendar {
|
|
|
1830
1830
|
min-height: 40px;
|
|
1831
1831
|
}
|
|
1832
1832
|
|
|
1833
|
+
@media screen and (orientation: landscape) {
|
|
1834
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1835
|
+
display: inline-block;
|
|
1836
|
+
height: 150px;
|
|
1837
|
+
overflow: auto;
|
|
1838
|
+
}
|
|
1839
|
+
}
|
|
1833
1840
|
.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 {
|
|
1834
1841
|
width: calc(100% - 80px);
|
|
1835
1842
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -650,7 +650,7 @@ ejs-calendar {
|
|
|
650
650
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
651
651
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
652
652
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
653
|
-
background-color: #
|
|
653
|
+
background-color: #eaeaea;
|
|
654
654
|
}
|
|
655
655
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
656
656
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1837,6 +1837,13 @@ ejs-calendar {
|
|
|
1837
1837
|
min-height: 40px;
|
|
1838
1838
|
}
|
|
1839
1839
|
|
|
1840
|
+
@media screen and (orientation: landscape) {
|
|
1841
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1842
|
+
display: inline-block;
|
|
1843
|
+
height: 150px;
|
|
1844
|
+
overflow: auto;
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1840
1847
|
.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 {
|
|
1841
1848
|
width: calc(100% - 80px);
|
|
1842
1849
|
}
|
package/styles/fluent-dark.css
CHANGED
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: #252423;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #201f1e;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: #252423;
|
|
572
572
|
border: 1px solid #292827;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -660,7 +660,7 @@ ejs-calendar {
|
|
|
660
660
|
.e-calendar .e-content.e-year td:hover span.e-day, .e-calendar .e-content.e-decade td:hover span.e-day,
|
|
661
661
|
.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day,
|
|
662
662
|
.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day {
|
|
663
|
-
background-color: #
|
|
663
|
+
background-color: #323130;
|
|
664
664
|
}
|
|
665
665
|
.e-calendar .e-content.e-year td.e-selected:hover span.e-day, .e-calendar .e-content.e-decade td.e-selected:hover span.e-day,
|
|
666
666
|
.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day,
|
|
@@ -1984,6 +1984,13 @@ ejs-calendar {
|
|
|
1984
1984
|
min-height: 40px;
|
|
1985
1985
|
}
|
|
1986
1986
|
|
|
1987
|
+
@media screen and (orientation: landscape) {
|
|
1988
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1989
|
+
display: inline-block;
|
|
1990
|
+
height: 130px;
|
|
1991
|
+
overflow: auto;
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1987
1994
|
.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 {
|
|
1988
1995
|
width: calc(100% - 80px);
|
|
1989
1996
|
}
|
|
@@ -2276,6 +2283,29 @@ ejs-calendar {
|
|
|
2276
2283
|
color: #3b3a39;
|
|
2277
2284
|
}
|
|
2278
2285
|
|
|
2286
|
+
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2287
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2288
|
+
line-height: 26px;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
2292
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
2293
|
+
line-height: 28px;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
2297
|
+
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2298
|
+
line-height: 24px;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2302
|
+
line-height: 30px;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2306
|
+
line-height: 32px;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2279
2309
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2280
2310
|
/* stylelint-disable-line no-empty-source */
|
|
2281
2311
|
/*! component icons */
|
package/styles/fluent.css
CHANGED
|
@@ -188,7 +188,7 @@ ejs-calendar {
|
|
|
188
188
|
.e-calendar .e-content td.e-week-number:hover span.e-day, .e-calendar .e-content td.e-week-number:hover,
|
|
189
189
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day,
|
|
190
190
|
.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover {
|
|
191
|
-
background-color:
|
|
191
|
+
background-color: #fff;
|
|
192
192
|
cursor: default;
|
|
193
193
|
background-color: #faf9f8;
|
|
194
194
|
}
|
|
@@ -568,7 +568,7 @@ ejs-calendar {
|
|
|
568
568
|
|
|
569
569
|
.e-calendar,
|
|
570
570
|
.e-bigger.e-small .e-calendar {
|
|
571
|
-
background-color:
|
|
571
|
+
background-color: #fff;
|
|
572
572
|
border: 1px solid #edebe9;
|
|
573
573
|
box-shadow: none;
|
|
574
574
|
}
|
|
@@ -1984,6 +1984,13 @@ ejs-calendar {
|
|
|
1984
1984
|
min-height: 40px;
|
|
1985
1985
|
}
|
|
1986
1986
|
|
|
1987
|
+
@media screen and (orientation: landscape) {
|
|
1988
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1989
|
+
display: inline-block;
|
|
1990
|
+
height: 130px;
|
|
1991
|
+
overflow: auto;
|
|
1992
|
+
}
|
|
1993
|
+
}
|
|
1987
1994
|
.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 {
|
|
1988
1995
|
width: calc(100% - 80px);
|
|
1989
1996
|
}
|
|
@@ -2276,6 +2283,29 @@ ejs-calendar {
|
|
|
2276
2283
|
color: #a19f9d;
|
|
2277
2284
|
}
|
|
2278
2285
|
|
|
2286
|
+
.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span,
|
|
2287
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2288
|
+
line-height: 26px;
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span,
|
|
2292
|
+
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today.e-other-month.e-range-hover span.e-day {
|
|
2293
|
+
line-height: 28px;
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
.e-small .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day,
|
|
2297
|
+
.e-small .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2298
|
+
line-height: 24px;
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2301
|
+
.e-bigger .e-calendar .e-content.e-month td.e-today.e-range-hover span.e-day {
|
|
2302
|
+
line-height: 30px;
|
|
2303
|
+
}
|
|
2304
|
+
|
|
2305
|
+
.e-bigger .e-calendar .e-content.e-month td.e-other-month.e-today.e-range-hover span.e-day {
|
|
2306
|
+
line-height: 32px;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2279
2309
|
/* stylelint-disable property-no-vendor-prefix */
|
|
2280
2310
|
/* stylelint-disable-line no-empty-source */
|
|
2281
2311
|
/*! component icons */
|
|
@@ -1841,6 +1841,13 @@ ejs-calendar {
|
|
|
1841
1841
|
min-height: 40px;
|
|
1842
1842
|
}
|
|
1843
1843
|
|
|
1844
|
+
@media screen and (orientation: landscape) {
|
|
1845
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1846
|
+
display: inline-block;
|
|
1847
|
+
height: 150px;
|
|
1848
|
+
overflow: auto;
|
|
1849
|
+
}
|
|
1850
|
+
}
|
|
1844
1851
|
.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 {
|
|
1845
1852
|
width: calc(100% - 80px);
|
|
1846
1853
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -1844,6 +1844,13 @@ ejs-calendar {
|
|
|
1844
1844
|
min-height: 40px;
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
+
@media screen and (orientation: landscape) {
|
|
1848
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1849
|
+
display: inline-block;
|
|
1850
|
+
height: 150px;
|
|
1851
|
+
overflow: auto;
|
|
1852
|
+
}
|
|
1853
|
+
}
|
|
1847
1854
|
.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 {
|
|
1848
1855
|
width: calc(100% - 80px);
|
|
1849
1856
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -1960,6 +1960,13 @@ ejs-calendar {
|
|
|
1960
1960
|
min-height: 40px;
|
|
1961
1961
|
}
|
|
1962
1962
|
|
|
1963
|
+
@media screen and (orientation: landscape) {
|
|
1964
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1965
|
+
display: inline-block;
|
|
1966
|
+
height: 130px;
|
|
1967
|
+
overflow: auto;
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1963
1970
|
.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 {
|
|
1964
1971
|
width: calc(100% - 80px);
|
|
1965
1972
|
}
|
package/styles/material.css
CHANGED
|
@@ -306,7 +306,7 @@ ejs-calendar {
|
|
|
306
306
|
}
|
|
307
307
|
.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
308
308
|
.e-bigger.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
309
|
-
line-height:
|
|
309
|
+
line-height: 28px;
|
|
310
310
|
}
|
|
311
311
|
.e-calendar .e-content.e-year table, .e-calendar .e-content.e-decade table,
|
|
312
312
|
.e-bigger.e-small .e-calendar .e-content.e-year table,
|
|
@@ -451,7 +451,7 @@ ejs-calendar {
|
|
|
451
451
|
}
|
|
452
452
|
.e-bigger.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
453
453
|
*.e-bigger .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
454
|
-
line-height:
|
|
454
|
+
line-height: 34px;
|
|
455
455
|
}
|
|
456
456
|
.e-bigger.e-calendar .e-content.e-month td,
|
|
457
457
|
*.e-bigger .e-calendar .e-content.e-month td {
|
|
@@ -502,7 +502,7 @@ ejs-calendar {
|
|
|
502
502
|
}
|
|
503
503
|
.e-small.e-calendar .e-content.e-month td.e-today span.e-day,
|
|
504
504
|
.e-small .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
505
|
-
line-height:
|
|
505
|
+
line-height: 22px;
|
|
506
506
|
}
|
|
507
507
|
.e-small.e-calendar .e-content.e-month td,
|
|
508
508
|
.e-small .e-calendar .e-content.e-month td {
|
|
@@ -2109,6 +2109,11 @@ ejs-calendar {
|
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
2111
|
@media screen and (orientation: landscape) {
|
|
2112
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
2113
|
+
display: inline-block;
|
|
2114
|
+
height: 130px;
|
|
2115
|
+
overflow: auto;
|
|
2116
|
+
}
|
|
2112
2117
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
2113
2118
|
float: left;
|
|
2114
2119
|
height: 100%;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1991,6 +1991,13 @@ ejs-calendar {
|
|
|
1991
1991
|
min-height: 40px;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
+
@media screen and (orientation: landscape) {
|
|
1995
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1996
|
+
display: inline-block;
|
|
1997
|
+
height: 130px;
|
|
1998
|
+
overflow: auto;
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
1994
2001
|
.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 {
|
|
1995
2002
|
width: calc(100% - 80px);
|
|
1996
2003
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -1991,6 +1991,13 @@ ejs-calendar {
|
|
|
1991
1991
|
min-height: 40px;
|
|
1992
1992
|
}
|
|
1993
1993
|
|
|
1994
|
+
@media screen and (orientation: landscape) {
|
|
1995
|
+
.e-daterangepicker .e-calendar.e-device .e-month table {
|
|
1996
|
+
display: inline-block;
|
|
1997
|
+
height: 130px;
|
|
1998
|
+
overflow: auto;
|
|
1999
|
+
}
|
|
2000
|
+
}
|
|
1994
2001
|
.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 {
|
|
1995
2002
|
width: calc(100% - 80px);
|
|
1996
2003
|
}
|