@syncfusion/ej2-angular-calendars 20.2.46-ngcc → 20.2.50-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 +30 -0
- 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 +190 -0
- package/styles/bootstrap.css +190 -0
- package/styles/bootstrap4.css +190 -0
- package/styles/bootstrap5-dark.css +190 -0
- package/styles/bootstrap5.css +190 -0
- package/styles/datepicker/bootstrap-dark.css +79 -0
- package/styles/datepicker/bootstrap.css +79 -0
- package/styles/datepicker/bootstrap4.css +79 -0
- package/styles/datepicker/bootstrap5-dark.css +79 -0
- package/styles/datepicker/bootstrap5.css +79 -0
- package/styles/datepicker/fabric-dark.css +79 -0
- package/styles/datepicker/fabric.css +79 -0
- package/styles/datepicker/fluent-dark.css +79 -0
- package/styles/datepicker/fluent.css +79 -0
- package/styles/datepicker/highcontrast-light.css +79 -0
- package/styles/datepicker/highcontrast.css +79 -0
- package/styles/datepicker/material-dark.css +79 -0
- package/styles/datepicker/material.css +79 -0
- package/styles/datepicker/tailwind-dark.css +79 -0
- package/styles/datepicker/tailwind.css +79 -0
- package/styles/daterangepicker/bootstrap-dark.css +111 -0
- package/styles/daterangepicker/bootstrap.css +111 -0
- package/styles/daterangepicker/bootstrap4.css +111 -0
- package/styles/daterangepicker/bootstrap5-dark.css +111 -0
- package/styles/daterangepicker/bootstrap5.css +111 -0
- package/styles/daterangepicker/fabric-dark.css +111 -0
- package/styles/daterangepicker/fabric.css +111 -0
- package/styles/daterangepicker/fluent-dark.css +111 -0
- package/styles/daterangepicker/fluent.css +111 -0
- package/styles/daterangepicker/highcontrast-light.css +111 -0
- package/styles/daterangepicker/highcontrast.css +111 -0
- package/styles/daterangepicker/material-dark.css +111 -0
- package/styles/daterangepicker/material.css +111 -0
- package/styles/daterangepicker/tailwind-dark.css +111 -0
- package/styles/daterangepicker/tailwind.css +111 -0
- package/styles/fabric-dark.css +190 -0
- package/styles/fabric.css +190 -0
- package/styles/fluent-dark.css +190 -0
- package/styles/fluent.css +190 -0
- package/styles/highcontrast-light.css +190 -0
- package/styles/highcontrast.css +190 -0
- package/styles/material-dark.css +190 -0
- package/styles/material.css +190 -0
- package/styles/tailwind-dark.css +190 -0
- package/styles/tailwind.css +190 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Calendar
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I403191` - The issue "change event argument contains duplicate dates while using multiselection" has been resolved
|
|
10
|
+
|
|
11
|
+
### TimePicker
|
|
12
|
+
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
- `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
|
|
16
|
+
|
|
17
|
+
### DateTimePicker
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
|
|
22
|
+
|
|
23
|
+
### DatePicker
|
|
24
|
+
|
|
25
|
+
#### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
|
|
28
|
+
|
|
29
|
+
### DateRangePicker
|
|
30
|
+
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- `#I381508` - The issue "ellipsis style is not applied to long floating label text in the material outline mode" has been resolved.
|
|
34
|
+
|
|
5
35
|
## 19.3.46 (2021-10-19)
|
|
6
36
|
|
|
7
37
|
### TimePicker
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-calendars.umd.js
|
|
3
|
-
* version : 20.2.
|
|
3
|
+
* version : 20.2.50
|
|
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.2.
|
|
3
|
+
* version : 20.2.50
|
|
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@20.2.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-calendars@20.2.46",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-EQDNB6vTg1yZvNEx7GK+RdqEi36mh+1VRCoHZ8JJm74mmYnPSgWj9x0hnu0AqQqXmw0lCY4x5iB3NlCy65C31A==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.2.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-20.2.46.tgz",
|
|
23
|
+
"_shasum": "3d9262fb0a435e83ffdeb79464854467df6c3e4e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-calendars@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.2.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.2.
|
|
36
|
-
"@syncfusion/ej2-calendars": "20.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.49",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.48",
|
|
36
|
+
"@syncfusion/ej2-calendars": "20.2.50"
|
|
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.2.
|
|
97
|
+
"version": "20.2.50-ngcc"
|
|
98
98
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-calendars";
|
|
2
|
-
export declare const pkgVer = "^20.2.
|
|
2
|
+
export declare const pkgVer = "^20.2.46";
|
|
3
3
|
export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
|
|
4
|
-
export declare const themeVer = "~20.2.
|
|
4
|
+
export declare const themeVer = "~20.2.46";
|
|
@@ -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.2.
|
|
4
|
+
exports.pkgVer = '^20.2.50';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~20.2.
|
|
6
|
+
exports.themeVer = '~20.2.50';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^20.2.
|
|
2
|
+
export const pkgVer = '^20.2.50';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~20.2.
|
|
4
|
+
export const themeVer = '~20.2.50';
|
|
@@ -1144,6 +1144,10 @@ ejs-calendar {
|
|
|
1144
1144
|
top: 0 !important;
|
|
1145
1145
|
left: 0 !important;
|
|
1146
1146
|
}
|
|
1147
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1148
|
+
min-width: 100%;
|
|
1149
|
+
min-height: 100%;
|
|
1150
|
+
}
|
|
1147
1151
|
|
|
1148
1152
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1149
1153
|
background-size: 250px 33px;
|
|
@@ -1156,6 +1160,40 @@ ejs-calendar {
|
|
|
1156
1160
|
min-height: 40px;
|
|
1157
1161
|
}
|
|
1158
1162
|
|
|
1163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1164
|
+
height: 15%;
|
|
1165
|
+
}
|
|
1166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1167
|
+
float: right;
|
|
1168
|
+
margin-right: 10px;
|
|
1169
|
+
padding: 5px;
|
|
1170
|
+
}
|
|
1171
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1172
|
+
content: "\e932";
|
|
1173
|
+
font-family: "e-icons";
|
|
1174
|
+
color: rgb(255, 255, 255);
|
|
1175
|
+
}
|
|
1176
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1177
|
+
min-width: 100%;
|
|
1178
|
+
min-height: 100%;
|
|
1179
|
+
height: 100%;
|
|
1180
|
+
}
|
|
1181
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1182
|
+
height: 10%;
|
|
1183
|
+
}
|
|
1184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1185
|
+
height: 85%;
|
|
1186
|
+
}
|
|
1187
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1188
|
+
height: 10%;
|
|
1189
|
+
}
|
|
1190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1191
|
+
height: 80%;
|
|
1192
|
+
}
|
|
1193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1194
|
+
height: 100%;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1159
1197
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1160
1198
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1161
1199
|
display: inline-block;
|
|
@@ -1163,6 +1201,47 @@ ejs-calendar {
|
|
|
1163
1201
|
overflow: auto;
|
|
1164
1202
|
}
|
|
1165
1203
|
}
|
|
1204
|
+
@media screen and (orientation: landscape) {
|
|
1205
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1206
|
+
float: left;
|
|
1207
|
+
height: 100%;
|
|
1208
|
+
width: 30%;
|
|
1209
|
+
}
|
|
1210
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1211
|
+
float: left;
|
|
1212
|
+
padding: 5px;
|
|
1213
|
+
}
|
|
1214
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1215
|
+
font-size: 35px;
|
|
1216
|
+
margin-top: 35%;
|
|
1217
|
+
}
|
|
1218
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
1219
|
+
display: block;
|
|
1220
|
+
font-size: 40px;
|
|
1221
|
+
margin-top: 10%;
|
|
1222
|
+
}
|
|
1223
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1224
|
+
height: 10%;
|
|
1225
|
+
}
|
|
1226
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1227
|
+
height: 75%;
|
|
1228
|
+
}
|
|
1229
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1230
|
+
display: -ms-flexbox;
|
|
1231
|
+
display: flex;
|
|
1232
|
+
}
|
|
1233
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1234
|
+
float: right;
|
|
1235
|
+
height: 90%;
|
|
1236
|
+
width: 70%;
|
|
1237
|
+
}
|
|
1238
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1239
|
+
display: table-row-group;
|
|
1240
|
+
}
|
|
1241
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
1242
|
+
height: 100%;
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1166
1245
|
.e-datepicker.e-popup-wrapper,
|
|
1167
1246
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1168
1247
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1813,6 +1892,12 @@ ejs-calendar {
|
|
|
1813
1892
|
top: 0 !important;
|
|
1814
1893
|
left: 0 !important;
|
|
1815
1894
|
}
|
|
1895
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1896
|
+
min-height: 100%;
|
|
1897
|
+
min-width: 100%;
|
|
1898
|
+
height: 100%;
|
|
1899
|
+
width: 100%;
|
|
1900
|
+
}
|
|
1816
1901
|
|
|
1817
1902
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1818
1903
|
background-size: 250px 33px;
|
|
@@ -1825,6 +1910,111 @@ ejs-calendar {
|
|
|
1825
1910
|
min-height: 40px;
|
|
1826
1911
|
}
|
|
1827
1912
|
|
|
1913
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1914
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1915
|
+
min-height: 100%;
|
|
1916
|
+
min-width: 100%;
|
|
1917
|
+
height: 100%;
|
|
1918
|
+
width: 100%;
|
|
1919
|
+
}
|
|
1920
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1921
|
+
height: 100%;
|
|
1922
|
+
}
|
|
1923
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1924
|
+
height: 78%;
|
|
1925
|
+
}
|
|
1926
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1927
|
+
height: 90%;
|
|
1928
|
+
}
|
|
1929
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1930
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1931
|
+
height: 10%;
|
|
1932
|
+
}
|
|
1933
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1934
|
+
margin: 0;
|
|
1935
|
+
}
|
|
1936
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1937
|
+
height: 90%;
|
|
1938
|
+
}
|
|
1939
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1940
|
+
height: 100%;
|
|
1941
|
+
border-spacing: 0px 30px;
|
|
1942
|
+
}
|
|
1943
|
+
|
|
1944
|
+
@media screen and (orientation: landscape) {
|
|
1945
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1946
|
+
float: left;
|
|
1947
|
+
height: 100%;
|
|
1948
|
+
border-right: 1.5px;
|
|
1949
|
+
border-color: black;
|
|
1950
|
+
width: 40%;
|
|
1951
|
+
margin: 0;
|
|
1952
|
+
display: block;
|
|
1953
|
+
background-color: #3f51b5;
|
|
1954
|
+
}
|
|
1955
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1956
|
+
height: 100%;
|
|
1957
|
+
width: 100%;
|
|
1958
|
+
}
|
|
1959
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1960
|
+
display: block;
|
|
1961
|
+
width: 100%;
|
|
1962
|
+
text-align: -webkit-center;
|
|
1963
|
+
}
|
|
1964
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1965
|
+
display: block;
|
|
1966
|
+
width: 100%;
|
|
1967
|
+
text-align: -webkit-center;
|
|
1968
|
+
margin-top: 20%;
|
|
1969
|
+
font-size: 20px;
|
|
1970
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1971
|
+
}
|
|
1972
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
1973
|
+
font-size: 20px;
|
|
1974
|
+
margin-top: 60%;
|
|
1975
|
+
color: #fff;
|
|
1976
|
+
}
|
|
1977
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
1978
|
+
width: 100%;
|
|
1979
|
+
text-align: -webkit-center;
|
|
1980
|
+
margin-top: 20%;
|
|
1981
|
+
font-size: 20px;
|
|
1982
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1983
|
+
}
|
|
1984
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1985
|
+
height: 82%;
|
|
1986
|
+
}
|
|
1987
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1988
|
+
height: 80%;
|
|
1989
|
+
}
|
|
1990
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1991
|
+
border-spacing: unset;
|
|
1992
|
+
}
|
|
1993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
1994
|
+
height: 20%;
|
|
1995
|
+
}
|
|
1996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1997
|
+
width: 100%;
|
|
1998
|
+
}
|
|
1999
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2000
|
+
display: -ms-flexbox;
|
|
2001
|
+
display: flex;
|
|
2002
|
+
}
|
|
2003
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2004
|
+
border-radius: 0 40% 40% 0;
|
|
2005
|
+
}
|
|
2006
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2007
|
+
border-radius: 0 40% 40% 0;
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
.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 {
|
|
2011
|
+
width: calc(100% - 80px);
|
|
2012
|
+
}
|
|
2013
|
+
|
|
2014
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2015
|
+
width: calc(100% - 110px);
|
|
2016
|
+
}
|
|
2017
|
+
|
|
1828
2018
|
/*! daterangepicker theme */
|
|
1829
2019
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1830
2020
|
color: #f0f0f0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -1146,6 +1146,10 @@ ejs-calendar {
|
|
|
1146
1146
|
top: 0 !important;
|
|
1147
1147
|
left: 0 !important;
|
|
1148
1148
|
}
|
|
1149
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
1150
|
+
min-width: 100%;
|
|
1151
|
+
min-height: 100%;
|
|
1152
|
+
}
|
|
1149
1153
|
|
|
1150
1154
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
1151
1155
|
background-size: 250px 33px;
|
|
@@ -1158,6 +1162,40 @@ ejs-calendar {
|
|
|
1158
1162
|
min-height: 40px;
|
|
1159
1163
|
}
|
|
1160
1164
|
|
|
1165
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1166
|
+
height: 15%;
|
|
1167
|
+
}
|
|
1168
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1169
|
+
float: right;
|
|
1170
|
+
margin-right: 10px;
|
|
1171
|
+
padding: 5px;
|
|
1172
|
+
}
|
|
1173
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
1174
|
+
content: "\e932";
|
|
1175
|
+
font-family: "e-icons";
|
|
1176
|
+
color: rgb(255, 255, 255);
|
|
1177
|
+
}
|
|
1178
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1179
|
+
min-width: 100%;
|
|
1180
|
+
min-height: 100%;
|
|
1181
|
+
height: 100%;
|
|
1182
|
+
}
|
|
1183
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
1184
|
+
height: 10%;
|
|
1185
|
+
}
|
|
1186
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1187
|
+
height: 85%;
|
|
1188
|
+
}
|
|
1189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1190
|
+
height: 10%;
|
|
1191
|
+
}
|
|
1192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1193
|
+
height: 80%;
|
|
1194
|
+
}
|
|
1195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
1196
|
+
height: 100%;
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1161
1199
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
1162
1200
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
1163
1201
|
display: inline-block;
|
|
@@ -1165,6 +1203,47 @@ ejs-calendar {
|
|
|
1165
1203
|
overflow: auto;
|
|
1166
1204
|
}
|
|
1167
1205
|
}
|
|
1206
|
+
@media screen and (orientation: landscape) {
|
|
1207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1208
|
+
float: left;
|
|
1209
|
+
height: 100%;
|
|
1210
|
+
width: 30%;
|
|
1211
|
+
}
|
|
1212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1213
|
+
float: left;
|
|
1214
|
+
padding: 5px;
|
|
1215
|
+
}
|
|
1216
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
1217
|
+
font-size: 35px;
|
|
1218
|
+
margin-top: 35%;
|
|
1219
|
+
}
|
|
1220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
1221
|
+
display: block;
|
|
1222
|
+
font-size: 40px;
|
|
1223
|
+
margin-top: 10%;
|
|
1224
|
+
}
|
|
1225
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1226
|
+
height: 10%;
|
|
1227
|
+
}
|
|
1228
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1229
|
+
height: 75%;
|
|
1230
|
+
}
|
|
1231
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
1232
|
+
display: -ms-flexbox;
|
|
1233
|
+
display: flex;
|
|
1234
|
+
}
|
|
1235
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1236
|
+
float: right;
|
|
1237
|
+
height: 90%;
|
|
1238
|
+
width: 70%;
|
|
1239
|
+
}
|
|
1240
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
1241
|
+
display: table-row-group;
|
|
1242
|
+
}
|
|
1243
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
1244
|
+
height: 100%;
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1168
1247
|
.e-datepicker.e-popup-wrapper,
|
|
1169
1248
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
1170
1249
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1816,6 +1895,12 @@ ejs-calendar {
|
|
|
1816
1895
|
top: 0 !important;
|
|
1817
1896
|
left: 0 !important;
|
|
1818
1897
|
}
|
|
1898
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
|
|
1899
|
+
min-height: 100%;
|
|
1900
|
+
min-width: 100%;
|
|
1901
|
+
height: 100%;
|
|
1902
|
+
width: 100%;
|
|
1903
|
+
}
|
|
1819
1904
|
|
|
1820
1905
|
.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
|
|
1821
1906
|
background-size: 250px 33px;
|
|
@@ -1828,6 +1913,111 @@ ejs-calendar {
|
|
|
1828
1913
|
min-height: 40px;
|
|
1829
1914
|
}
|
|
1830
1915
|
|
|
1916
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
|
|
1917
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
1918
|
+
min-height: 100%;
|
|
1919
|
+
min-width: 100%;
|
|
1920
|
+
height: 100%;
|
|
1921
|
+
width: 100%;
|
|
1922
|
+
}
|
|
1923
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1924
|
+
height: 100%;
|
|
1925
|
+
}
|
|
1926
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1927
|
+
height: 78%;
|
|
1928
|
+
}
|
|
1929
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1930
|
+
height: 90%;
|
|
1931
|
+
}
|
|
1932
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
|
|
1933
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1934
|
+
height: 10%;
|
|
1935
|
+
}
|
|
1936
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
|
|
1937
|
+
margin: 0;
|
|
1938
|
+
}
|
|
1939
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1940
|
+
height: 90%;
|
|
1941
|
+
}
|
|
1942
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1943
|
+
height: 100%;
|
|
1944
|
+
border-spacing: 0px 30px;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
@media screen and (orientation: landscape) {
|
|
1948
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
|
|
1949
|
+
float: left;
|
|
1950
|
+
height: 100%;
|
|
1951
|
+
border-right: 1.5px;
|
|
1952
|
+
border-color: black;
|
|
1953
|
+
width: 40%;
|
|
1954
|
+
margin: 0;
|
|
1955
|
+
display: block;
|
|
1956
|
+
background-color: #3f51b5;
|
|
1957
|
+
}
|
|
1958
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
1959
|
+
height: 100%;
|
|
1960
|
+
width: 100%;
|
|
1961
|
+
}
|
|
1962
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
|
|
1963
|
+
display: block;
|
|
1964
|
+
width: 100%;
|
|
1965
|
+
text-align: -webkit-center;
|
|
1966
|
+
}
|
|
1967
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
|
|
1968
|
+
display: block;
|
|
1969
|
+
width: 100%;
|
|
1970
|
+
text-align: -webkit-center;
|
|
1971
|
+
margin-top: 20%;
|
|
1972
|
+
font-size: 20px;
|
|
1973
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1974
|
+
}
|
|
1975
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
|
|
1976
|
+
font-size: 20px;
|
|
1977
|
+
margin-top: 60%;
|
|
1978
|
+
color: #fff;
|
|
1979
|
+
}
|
|
1980
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
|
|
1981
|
+
width: 100%;
|
|
1982
|
+
text-align: -webkit-center;
|
|
1983
|
+
margin-top: 20%;
|
|
1984
|
+
font-size: 20px;
|
|
1985
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
1986
|
+
}
|
|
1987
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
1988
|
+
height: 82%;
|
|
1989
|
+
}
|
|
1990
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
|
|
1991
|
+
height: 80%;
|
|
1992
|
+
}
|
|
1993
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
|
|
1994
|
+
border-spacing: unset;
|
|
1995
|
+
}
|
|
1996
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
|
|
1997
|
+
height: 20%;
|
|
1998
|
+
}
|
|
1999
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
|
|
2000
|
+
width: 100%;
|
|
2001
|
+
}
|
|
2002
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
|
|
2003
|
+
display: -ms-flexbox;
|
|
2004
|
+
display: flex;
|
|
2005
|
+
}
|
|
2006
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2007
|
+
border-radius: 0 40% 40% 0;
|
|
2008
|
+
}
|
|
2009
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
|
|
2010
|
+
border-radius: 0 40% 40% 0;
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
.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 {
|
|
2014
|
+
width: calc(100% - 80px);
|
|
2015
|
+
}
|
|
2016
|
+
|
|
2017
|
+
.e-outline.e-float-input.e-static-clear.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
|
|
2018
|
+
width: calc(100% - 110px);
|
|
2019
|
+
}
|
|
2020
|
+
|
|
1831
2021
|
/*! daterangepicker theme */
|
|
1832
2022
|
.e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
|
|
1833
2023
|
color: #333;
|