@syncfusion/ej2-angular-calendars 20.3.59-ngcc → 20.4.38-ngcc
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/CHANGELOG.md +0 -66
- package/dist/ej2-angular-calendars.umd.js +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -1
- package/package.json +8 -8
- 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/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.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/CHANGELOG.md
CHANGED
|
@@ -2,32 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
## 20.3.50 (2022-10-18)
|
|
6
|
-
|
|
7
|
-
### Calendar
|
|
8
|
-
|
|
9
|
-
#### Bug Fixes
|
|
10
|
-
|
|
11
|
-
- `#I403191` - The issue "selection is not removed properly when we select the already selected date in Calendar multiselection" has been resolved.
|
|
12
|
-
|
|
13
|
-
### TimePicker
|
|
14
|
-
|
|
15
|
-
#### Bug Fixes
|
|
16
|
-
|
|
17
|
-
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
|
|
18
|
-
|
|
19
|
-
### DatePicker
|
|
20
|
-
|
|
21
|
-
#### Bug Fixes
|
|
22
|
-
|
|
23
|
-
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
|
|
24
|
-
|
|
25
|
-
### DateRangePicker
|
|
26
|
-
|
|
27
|
-
#### Bug Fixes
|
|
28
|
-
|
|
29
|
-
- `#FB15052` - Issue with "Form Validator wrongly validates while clearing the components value using clear icon" has been resolved.
|
|
30
|
-
|
|
31
5
|
## 19.3.46 (2021-10-19)
|
|
32
6
|
|
|
33
7
|
### TimePicker
|
|
@@ -1243,46 +1217,6 @@ TimePicker component is the pre-filled dropdown list with the time values 12/24
|
|
|
1243
1217
|
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
|
|
1244
1218
|
|
|
1245
1219
|
|
|
1246
|
-
## 20.3.56 (2022-11-08)
|
|
1247
|
-
|
|
1248
|
-
### DatePicker
|
|
1249
|
-
|
|
1250
|
-
#### Bug Fixes
|
|
1251
|
-
|
|
1252
|
-
- `#I407373` - The issue "fieldset disabled attribute is not disabled the form components" has been resolved.
|
|
1253
|
-
|
|
1254
|
-
### TimePicker
|
|
1255
|
-
|
|
1256
|
-
#### Bug Fixes
|
|
1257
|
-
|
|
1258
|
-
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
|
|
1259
|
-
|
|
1260
|
-
### DateTimePicker
|
|
1261
|
-
|
|
1262
|
-
#### Bug Fixes
|
|
1263
|
-
|
|
1264
|
-
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
|
|
1265
|
-
|
|
1266
|
-
### DateRangePicker
|
|
1267
|
-
|
|
1268
|
-
#### Bug Fixes
|
|
1269
|
-
|
|
1270
|
-
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
|
|
1271
|
-
|
|
1272
|
-
### Calendar
|
|
1273
|
-
|
|
1274
|
-
#### Bug Fixes
|
|
1275
|
-
|
|
1276
|
-
- `#I407373` - The issue "fieldset disabled attribute does not disable the form components" has been resolved.
|
|
1277
|
-
|
|
1278
|
-
## 20.3.49 (2022-10-11)
|
|
1279
|
-
|
|
1280
|
-
### DatePicker
|
|
1281
|
-
|
|
1282
|
-
#### Bug Fixes
|
|
1283
|
-
|
|
1284
|
-
- `#I405991` - The issue "placeholder is being read by NVDA reader While the DatePicker is not in focus" has been resolved.
|
|
1285
|
-
|
|
1286
1220
|
## 19.3.56 (2021-12-02)
|
|
1287
1221
|
|
|
1288
1222
|
### TimePicker
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-calendars.umd.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-calendars.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.4.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-calendars@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-calendars@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-calendars@18.30.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-OwEvelnoOyZtlw+oHQLN21zzNIikYgMA0F7wLXDDVV7hWJNtNjEDZw71Owj5dCm4jE8rfHHqbhweW7UHwVrqMQ==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.30.7.tgz",
|
|
23
|
+
"_shasum": "814a39e5833f593cb8ccac02514f9c37e5d20e20",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-calendars@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-calendars": "20.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.4.38",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.4.38",
|
|
36
|
+
"@syncfusion/ej2-calendars": "20.4.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
|
|
@@ -94,5 +94,5 @@
|
|
|
94
94
|
"schematics": "./schematics/collection.json",
|
|
95
95
|
"sideEffects": false,
|
|
96
96
|
"typings": "ej2-angular-calendars.d.ts",
|
|
97
|
-
"version": "20.
|
|
97
|
+
"version": "20.4.38-ngcc"
|
|
98
98
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-calendars";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.30.7";
|
|
3
3
|
export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
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
|
+
exports.pkgVer = '^20.4.38';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~20.
|
|
6
|
+
exports.themeVer = '~20.4.38';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^20.
|
|
2
|
+
export const pkgVer = '^20.4.38';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~20.
|
|
4
|
+
export const themeVer = '~20.4.38';
|
|
@@ -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
|
}
|
|
@@ -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 {
|
|
@@ -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
|
}
|