@syncfusion/ej2-angular-calendars 17.1.41 → 17.1.47-1015318
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/@syncfusion/ej2-angular-calendars.es5.js +69 -13
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-calendars.js +69 -13
- package/@syncfusion/ej2-angular-calendars.js.map +1 -1
- package/CHANGELOG.md +520 -3
- package/dist/ej2-angular-calendars.umd.js +70 -19
- package/dist/ej2-angular-calendars.umd.js.map +1 -1
- package/dist/ej2-angular-calendars.umd.min.js +1 -10
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -1
- package/ej2-angular-calendars.metadata.json +1 -1
- package/package.json +65 -65
- package/postinstall/tagchange.js +18 -0
- 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/src/calendar/calendar.component.d.ts +3 -0
- package/src/datepicker/datepicker-all.module.d.ts +2 -0
- package/src/datepicker/datepicker.component.d.ts +3 -0
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -0
- package/src/daterangepicker/presets.directive.d.ts +1 -0
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -0
- package/src/index.d.ts +1 -1
- package/src/timepicker/timepicker.component.d.ts +3 -0
- package/styles/bootstrap-dark.css +962 -339
- package/styles/bootstrap.css +963 -340
- package/styles/bootstrap4.css +966 -335
- package/styles/calendar/bootstrap-dark.css +390 -119
- package/styles/calendar/bootstrap.css +391 -120
- package/styles/calendar/bootstrap4.css +391 -120
- package/styles/calendar/fabric-dark.css +389 -123
- package/styles/calendar/fabric.css +391 -120
- package/styles/calendar/highcontrast-light.css +391 -120
- package/styles/calendar/highcontrast.css +391 -120
- package/styles/calendar/material-dark.css +404 -133
- package/styles/calendar/material.css +391 -120
- package/styles/calendar/tailwind-dark.css +993 -0
- package/styles/calendar/tailwind-dark.scss +1 -0
- package/styles/calendar/tailwind.css +993 -0
- package/styles/calendar/tailwind.scss +1 -0
- package/styles/datepicker/bootstrap-dark.css +65 -24
- package/styles/datepicker/bootstrap.css +65 -24
- package/styles/datepicker/bootstrap4.css +66 -17
- package/styles/datepicker/fabric-dark.css +63 -22
- package/styles/datepicker/fabric.css +63 -22
- package/styles/datepicker/highcontrast-light.css +63 -14
- package/styles/datepicker/highcontrast.css +63 -14
- package/styles/datepicker/material-dark.css +95 -18
- package/styles/datepicker/material.css +101 -15
- package/styles/datepicker/tailwind-dark.css +185 -0
- package/styles/datepicker/tailwind-dark.scss +1 -0
- package/styles/datepicker/tailwind.css +185 -0
- package/styles/datepicker/tailwind.scss +1 -0
- package/styles/daterangepicker/bootstrap-dark.css +381 -179
- package/styles/daterangepicker/bootstrap.css +381 -179
- package/styles/daterangepicker/bootstrap4.css +383 -181
- package/styles/daterangepicker/fabric-dark.css +381 -179
- package/styles/daterangepicker/fabric.css +381 -179
- package/styles/daterangepicker/highcontrast-light.css +381 -179
- package/styles/daterangepicker/highcontrast.css +381 -179
- package/styles/daterangepicker/material-dark.css +419 -189
- package/styles/daterangepicker/material.css +418 -179
- package/styles/daterangepicker/tailwind-dark.css +956 -0
- package/styles/daterangepicker/tailwind-dark.scss +1 -0
- package/styles/daterangepicker/tailwind.css +956 -0
- package/styles/daterangepicker/tailwind.scss +1 -0
- package/styles/datetimepicker/bootstrap-dark.css +42 -7
- package/styles/datetimepicker/bootstrap.css +42 -7
- package/styles/datetimepicker/bootstrap4.css +42 -7
- package/styles/datetimepicker/fabric-dark.css +42 -7
- package/styles/datetimepicker/fabric.css +42 -7
- package/styles/datetimepicker/highcontrast-light.css +43 -8
- package/styles/datetimepicker/highcontrast.css +43 -8
- package/styles/datetimepicker/material-dark.css +86 -11
- package/styles/datetimepicker/material.css +100 -7
- package/styles/datetimepicker/tailwind-dark.css +206 -0
- package/styles/datetimepicker/tailwind-dark.scss +1 -0
- package/styles/datetimepicker/tailwind.css +206 -0
- package/styles/datetimepicker/tailwind.scss +1 -0
- package/styles/fabric-dark.css +959 -341
- package/styles/fabric.css +961 -338
- package/styles/highcontrast-light.css +962 -331
- package/styles/highcontrast.css +962 -331
- package/styles/material-dark.css +1120 -365
- package/styles/material.css +1131 -331
- package/styles/tailwind-dark.css +2566 -0
- package/styles/tailwind-dark.scss +5 -0
- package/styles/tailwind.css +2566 -0
- package/styles/tailwind.scss +5 -0
- package/styles/timepicker/bootstrap-dark.css +84 -10
- package/styles/timepicker/bootstrap.css +84 -10
- package/styles/timepicker/bootstrap4.css +84 -10
- package/styles/timepicker/fabric-dark.css +84 -10
- package/styles/timepicker/fabric.css +84 -10
- package/styles/timepicker/highcontrast-light.css +84 -10
- package/styles/timepicker/highcontrast.css +84 -10
- package/styles/timepicker/material-dark.css +116 -14
- package/styles/timepicker/material.css +121 -10
- package/styles/timepicker/tailwind-dark.css +222 -0
- package/styles/timepicker/tailwind-dark.scss +1 -0
- package/styles/timepicker/tailwind.css +222 -0
- package/styles/timepicker/tailwind.scss +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-calendars/styles/calendar/tailwind.scss';
|
|
@@ -1,44 +1,56 @@
|
|
|
1
1
|
/*! component icons */
|
|
2
2
|
.e-input-group-icon.e-date-icon,
|
|
3
|
-
|
|
3
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
4
4
|
font-size: 16px;
|
|
5
5
|
margin: 0;
|
|
6
6
|
outline: none;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-input-group-icon.e-date-icon::before,
|
|
10
|
-
|
|
10
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
11
11
|
content: '\e960';
|
|
12
12
|
font-family: 'e-icons';
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.e-input-group-icon.e-date-icon:focus,
|
|
16
|
-
|
|
16
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
17
17
|
background: #959595;
|
|
18
18
|
border-radius: 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
24
24
|
font-size: 20px;
|
|
25
25
|
margin: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
30
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
31
31
|
content: '\e960';
|
|
32
32
|
font-family: 'e-icons';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
37
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
38
38
|
background: #959595;
|
|
39
39
|
border-radius: 0;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
43
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
44
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
49
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
50
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
51
|
+
font-size: 18px;
|
|
52
|
+
}
|
|
53
|
+
|
|
42
54
|
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
43
55
|
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
44
56
|
display: -ms-flexbox;
|
|
@@ -68,8 +80,8 @@
|
|
|
68
80
|
}
|
|
69
81
|
|
|
70
82
|
.e-datepicker .e-model-header {
|
|
71
|
-
background-color:
|
|
72
|
-
color:
|
|
83
|
+
background-color: transparent;
|
|
84
|
+
color: transparent;
|
|
73
85
|
cursor: default;
|
|
74
86
|
display: none;
|
|
75
87
|
padding: 10px 10px 10px 15px;
|
|
@@ -94,32 +106,61 @@
|
|
|
94
106
|
overflow: hidden !important;
|
|
95
107
|
}
|
|
96
108
|
|
|
97
|
-
|
|
98
|
-
|
|
109
|
+
.e-datepick-mob-popup-wrap {
|
|
110
|
+
-ms-flex-align: center;
|
|
111
|
+
align-items: center;
|
|
112
|
+
display: -ms-flexbox;
|
|
113
|
+
display: flex;
|
|
114
|
+
-ms-flex-direction: column;
|
|
115
|
+
flex-direction: column;
|
|
116
|
+
height: 100%;
|
|
117
|
+
-ms-flex-pack: center;
|
|
118
|
+
justify-content: center;
|
|
119
|
+
left: 0;
|
|
120
|
+
max-height: 100%;
|
|
121
|
+
position: fixed;
|
|
122
|
+
top: 0;
|
|
123
|
+
width: 100%;
|
|
124
|
+
z-index: 1002;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
128
|
+
position: relative;
|
|
129
|
+
top: 0 !important;
|
|
130
|
+
left: 0 !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
134
|
+
background-size: 250px 33px;
|
|
135
|
+
min-height: 33px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
139
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
140
|
+
background-size: 250px 40px;
|
|
141
|
+
min-height: 40px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
145
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
99
146
|
display: inline-block;
|
|
100
147
|
height: 150px;
|
|
101
148
|
overflow: auto;
|
|
102
149
|
}
|
|
103
150
|
}
|
|
104
151
|
|
|
105
|
-
.e-datepicker.e-popup-wrapper
|
|
152
|
+
.e-datepicker.e-popup-wrapper,
|
|
153
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
106
154
|
border: 1px solid #414141;
|
|
107
155
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
|
|
108
156
|
}
|
|
109
157
|
|
|
110
|
-
.e-datepicker .e-calendar
|
|
158
|
+
.e-datepicker .e-calendar,
|
|
159
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
111
160
|
background-color: #2a2a2a;
|
|
112
161
|
border: none;
|
|
113
162
|
}
|
|
114
163
|
|
|
115
|
-
|
|
164
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
116
165
|
border: none;
|
|
117
166
|
}
|
|
118
|
-
|
|
119
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
120
|
-
color: none;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
124
|
-
color: none;
|
|
125
|
-
}
|
|
@@ -1,45 +1,57 @@
|
|
|
1
1
|
/*! calendar bootstrap theme variables */
|
|
2
2
|
/*! component icons */
|
|
3
3
|
.e-input-group-icon.e-date-icon,
|
|
4
|
-
|
|
4
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
5
5
|
font-size: 16px;
|
|
6
6
|
margin: 0;
|
|
7
7
|
outline: none;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.e-input-group-icon.e-date-icon::before,
|
|
11
|
-
|
|
11
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
12
12
|
content: '\e960';
|
|
13
13
|
font-family: 'e-icons';
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.e-input-group-icon.e-date-icon:focus,
|
|
17
|
-
|
|
17
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
18
18
|
background: #e6e6e6;
|
|
19
19
|
border-radius: 0;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
24
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
25
25
|
font-size: 20px;
|
|
26
26
|
margin: 0;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
31
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
32
32
|
content: '\e960';
|
|
33
33
|
font-family: 'e-icons';
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
38
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
39
39
|
background: #e6e6e6;
|
|
40
40
|
border-radius: 0;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
44
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
45
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
46
|
+
font-size: 14px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
50
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
51
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
52
|
+
font-size: 18px;
|
|
53
|
+
}
|
|
54
|
+
|
|
43
55
|
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
44
56
|
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
45
57
|
display: -ms-flexbox;
|
|
@@ -69,8 +81,8 @@
|
|
|
69
81
|
}
|
|
70
82
|
|
|
71
83
|
.e-datepicker .e-model-header {
|
|
72
|
-
background-color:
|
|
73
|
-
color:
|
|
84
|
+
background-color: transparent;
|
|
85
|
+
color: transparent;
|
|
74
86
|
cursor: default;
|
|
75
87
|
display: none;
|
|
76
88
|
padding: 10px 10px 10px 15px;
|
|
@@ -95,32 +107,61 @@
|
|
|
95
107
|
overflow: hidden !important;
|
|
96
108
|
}
|
|
97
109
|
|
|
98
|
-
|
|
99
|
-
|
|
110
|
+
.e-datepick-mob-popup-wrap {
|
|
111
|
+
-ms-flex-align: center;
|
|
112
|
+
align-items: center;
|
|
113
|
+
display: -ms-flexbox;
|
|
114
|
+
display: flex;
|
|
115
|
+
-ms-flex-direction: column;
|
|
116
|
+
flex-direction: column;
|
|
117
|
+
height: 100%;
|
|
118
|
+
-ms-flex-pack: center;
|
|
119
|
+
justify-content: center;
|
|
120
|
+
left: 0;
|
|
121
|
+
max-height: 100%;
|
|
122
|
+
position: fixed;
|
|
123
|
+
top: 0;
|
|
124
|
+
width: 100%;
|
|
125
|
+
z-index: 1002;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
129
|
+
position: relative;
|
|
130
|
+
top: 0 !important;
|
|
131
|
+
left: 0 !important;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
135
|
+
background-size: 250px 33px;
|
|
136
|
+
min-height: 33px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
140
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
141
|
+
background-size: 250px 40px;
|
|
142
|
+
min-height: 40px;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
146
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
100
147
|
display: inline-block;
|
|
101
148
|
height: 150px;
|
|
102
149
|
overflow: auto;
|
|
103
150
|
}
|
|
104
151
|
}
|
|
105
152
|
|
|
106
|
-
.e-datepicker.e-popup-wrapper
|
|
153
|
+
.e-datepicker.e-popup-wrapper,
|
|
154
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
107
155
|
border: 1px solid #ccc;
|
|
108
156
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
109
157
|
}
|
|
110
158
|
|
|
111
|
-
.e-datepicker .e-calendar
|
|
159
|
+
.e-datepicker .e-calendar,
|
|
160
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
112
161
|
background-color: #fff;
|
|
113
162
|
border: none;
|
|
114
163
|
}
|
|
115
164
|
|
|
116
|
-
|
|
165
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
117
166
|
border: none;
|
|
118
167
|
}
|
|
119
|
-
|
|
120
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
121
|
-
color: none;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
125
|
-
color: none;
|
|
126
|
-
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*! calendar bootstrap theme variables */
|
|
2
2
|
/*! component icons */
|
|
3
3
|
.e-input-group-icon.e-date-icon,
|
|
4
|
-
|
|
4
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
5
5
|
font-size: 14px;
|
|
6
6
|
margin: 0;
|
|
7
7
|
min-height: 29px;
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.e-input-group-icon.e-date-icon::before,
|
|
13
|
-
|
|
13
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
14
14
|
content: '\e7be';
|
|
15
15
|
font-family: 'e-icons';
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.e-input-group-icon.e-date-icon:focus,
|
|
19
|
-
|
|
19
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
20
20
|
background: #212529;
|
|
21
21
|
border-radius: 0;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
26
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
27
27
|
font-size: 16px;
|
|
28
28
|
margin: 0;
|
|
29
29
|
min-height: 36px;
|
|
@@ -31,19 +31,31 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
35
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
36
36
|
content: '\e7be';
|
|
37
37
|
font-family: 'e-icons';
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
42
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
43
43
|
background: #212529;
|
|
44
44
|
border-radius: 0;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
48
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
49
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
50
|
+
font-size: 12px;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
54
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
55
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
56
|
+
font-size: 15px;
|
|
57
|
+
}
|
|
58
|
+
|
|
47
59
|
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
48
60
|
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
49
61
|
display: -ms-flexbox;
|
|
@@ -73,8 +85,8 @@
|
|
|
73
85
|
}
|
|
74
86
|
|
|
75
87
|
.e-datepicker .e-model-header {
|
|
76
|
-
background-color:
|
|
77
|
-
color:
|
|
88
|
+
background-color: transparent;
|
|
89
|
+
color: transparent;
|
|
78
90
|
cursor: default;
|
|
79
91
|
display: none;
|
|
80
92
|
padding: 10px 10px 10px 15px;
|
|
@@ -99,30 +111,67 @@
|
|
|
99
111
|
overflow: hidden !important;
|
|
100
112
|
}
|
|
101
113
|
|
|
102
|
-
|
|
103
|
-
|
|
114
|
+
.e-datepick-mob-popup-wrap {
|
|
115
|
+
-ms-flex-align: center;
|
|
116
|
+
align-items: center;
|
|
117
|
+
display: -ms-flexbox;
|
|
118
|
+
display: flex;
|
|
119
|
+
-ms-flex-direction: column;
|
|
120
|
+
flex-direction: column;
|
|
121
|
+
height: 100%;
|
|
122
|
+
-ms-flex-pack: center;
|
|
123
|
+
justify-content: center;
|
|
124
|
+
left: 0;
|
|
125
|
+
max-height: 100%;
|
|
126
|
+
position: fixed;
|
|
127
|
+
top: 0;
|
|
128
|
+
width: 100%;
|
|
129
|
+
z-index: 1002;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
133
|
+
position: relative;
|
|
134
|
+
top: 0 !important;
|
|
135
|
+
left: 0 !important;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
139
|
+
background-size: 250px 33px;
|
|
140
|
+
min-height: 33px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
144
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
145
|
+
background-size: 250px 40px;
|
|
146
|
+
min-height: 40px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
150
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
104
151
|
display: inline-block;
|
|
105
152
|
height: 150px;
|
|
106
153
|
overflow: auto;
|
|
107
154
|
}
|
|
108
155
|
}
|
|
109
156
|
|
|
110
|
-
.e-datepicker.e-popup-wrapper
|
|
157
|
+
.e-datepicker.e-popup-wrapper,
|
|
158
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
111
159
|
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
112
160
|
box-shadow: none;
|
|
113
161
|
}
|
|
114
162
|
|
|
115
|
-
.e-datepicker .e-calendar
|
|
163
|
+
.e-datepicker .e-calendar,
|
|
164
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
116
165
|
background-color: #fff;
|
|
117
166
|
border: none;
|
|
118
167
|
}
|
|
119
168
|
|
|
120
|
-
|
|
169
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
121
170
|
border: none;
|
|
122
171
|
}
|
|
123
172
|
|
|
124
173
|
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
125
|
-
color:
|
|
174
|
+
color: #fff;
|
|
126
175
|
}
|
|
127
176
|
|
|
128
177
|
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
@@ -1,44 +1,56 @@
|
|
|
1
1
|
/*! component icons */
|
|
2
2
|
.e-input-group-icon.e-date-icon,
|
|
3
|
-
|
|
3
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
4
4
|
font-size: 16px;
|
|
5
5
|
margin: 0;
|
|
6
6
|
outline: none;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.e-input-group-icon.e-date-icon::before,
|
|
10
|
-
|
|
10
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
11
11
|
content: '\e93a';
|
|
12
12
|
font-family: 'e-icons';
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
.e-input-group-icon.e-date-icon:focus,
|
|
16
|
-
|
|
16
|
+
*.e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
17
17
|
background: #414040;
|
|
18
18
|
border-radius: 0;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
23
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
24
24
|
font-size: 20px;
|
|
25
25
|
margin: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
30
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before {
|
|
31
31
|
content: '\e93a';
|
|
32
32
|
font-family: 'e-icons';
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus,
|
|
37
|
+
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus {
|
|
38
38
|
background: #414040;
|
|
39
39
|
border-radius: 0;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
+
.e-small .e-input-group-icon.e-date-icon,
|
|
43
|
+
*.e-control-wrapper.e-small .e-input-group-icon.e-date-icon,
|
|
44
|
+
*.e-small .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
45
|
+
font-size: 14px;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
49
|
+
*.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon,
|
|
50
|
+
*.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
51
|
+
font-size: 18px;
|
|
52
|
+
}
|
|
53
|
+
|
|
42
54
|
.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon,
|
|
43
55
|
.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon {
|
|
44
56
|
display: -ms-flexbox;
|
|
@@ -94,32 +106,61 @@
|
|
|
94
106
|
overflow: hidden !important;
|
|
95
107
|
}
|
|
96
108
|
|
|
97
|
-
|
|
98
|
-
|
|
109
|
+
.e-datepick-mob-popup-wrap {
|
|
110
|
+
-ms-flex-align: center;
|
|
111
|
+
align-items: center;
|
|
112
|
+
display: -ms-flexbox;
|
|
113
|
+
display: flex;
|
|
114
|
+
-ms-flex-direction: column;
|
|
115
|
+
flex-direction: column;
|
|
116
|
+
height: 100%;
|
|
117
|
+
-ms-flex-pack: center;
|
|
118
|
+
justify-content: center;
|
|
119
|
+
left: 0;
|
|
120
|
+
max-height: 100%;
|
|
121
|
+
position: fixed;
|
|
122
|
+
top: 0;
|
|
123
|
+
width: 100%;
|
|
124
|
+
z-index: 1002;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open {
|
|
128
|
+
position: relative;
|
|
129
|
+
top: 0 !important;
|
|
130
|
+
left: 0 !important;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
134
|
+
background-size: 250px 33px;
|
|
135
|
+
min-height: 33px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker,
|
|
139
|
+
.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
140
|
+
background-size: 250px 40px;
|
|
141
|
+
min-height: 40px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
145
|
+
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
99
146
|
display: inline-block;
|
|
100
147
|
height: 150px;
|
|
101
148
|
overflow: auto;
|
|
102
149
|
}
|
|
103
150
|
}
|
|
104
151
|
|
|
105
|
-
.e-datepicker.e-popup-wrapper
|
|
152
|
+
.e-datepicker.e-popup-wrapper,
|
|
153
|
+
.e-bigger.e-small .e-datepicker.e-popup-wrapper {
|
|
106
154
|
border: 1px solid #414040;
|
|
107
155
|
box-shadow: none;
|
|
108
156
|
}
|
|
109
157
|
|
|
110
|
-
.e-datepicker .e-calendar
|
|
158
|
+
.e-datepicker .e-calendar,
|
|
159
|
+
.e-bigger.e-small .e-datepicker .e-calendar {
|
|
111
160
|
background-color: #282727;
|
|
112
161
|
border: none;
|
|
113
162
|
}
|
|
114
163
|
|
|
115
|
-
|
|
164
|
+
*.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) {
|
|
116
165
|
border: 1px solid #0074cc;
|
|
117
166
|
}
|
|
118
|
-
|
|
119
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
120
|
-
color: none;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
|
|
124
|
-
color: none;
|
|
125
|
-
}
|