@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/daterangepicker/tailwind.scss';
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 10px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 15px;
|
|
126
126
|
line-height: 40px;
|
|
127
127
|
text-indent: 20px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 22px;
|
|
134
|
+
text-indent: 12px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 34px;
|
|
141
|
+
text-indent: 20px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
color: #f0f0f0;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 10px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 15px;
|
|
126
126
|
line-height: 40px;
|
|
127
127
|
text-indent: 20px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 22px;
|
|
134
|
+
text-indent: 12px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 34px;
|
|
141
|
+
text-indent: 20px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
color: #333;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 10px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 15px;
|
|
126
126
|
line-height: 40px;
|
|
127
127
|
text-indent: 20px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 22px;
|
|
134
|
+
text-indent: 12px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 34px;
|
|
141
|
+
text-indent: 20px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 12px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 15px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
background: #545b62;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 8px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 14px;
|
|
126
126
|
line-height: 48px;
|
|
127
127
|
text-indent: 12px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
text-indent: 10px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 40px;
|
|
141
|
+
text-indent: 16px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
color: #dadada;
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 8px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 14px;
|
|
126
126
|
line-height: 48px;
|
|
127
127
|
text-indent: 12px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
text-indent: 10px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 40px;
|
|
141
|
+
text-indent: 16px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
color: #333;
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
46
|
-
border: 0
|
|
46
|
+
border: 0;
|
|
47
47
|
border-style: solid;
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 8px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 14px;
|
|
126
126
|
line-height: 48px;
|
|
127
127
|
text-indent: 12px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
text-indent: 10px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 40px;
|
|
141
|
+
text-indent: 16px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
color: #000;
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
46
|
-
border: 0
|
|
46
|
+
border: 0;
|
|
47
47
|
border-style: solid;
|
|
48
48
|
margin: 0;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon {
|
|
51
|
+
.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
52
52
|
margin: 0;
|
|
53
53
|
}
|
|
54
54
|
|
|
@@ -101,32 +101,67 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
104
|
-
|
|
104
|
+
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
105
105
|
font-size: 20px;
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
109
|
-
|
|
109
|
+
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
|
110
110
|
margin: 0;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
.e-bigger.e-datetime-wrapper.e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
-
|
|
113
|
+
.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon,
|
|
114
|
+
*.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon {
|
|
115
115
|
margin: 0;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul,
|
|
119
|
-
|
|
119
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul {
|
|
120
120
|
padding: 8px 0;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
124
|
-
|
|
124
|
+
*.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
125
125
|
font-size: 14px;
|
|
126
126
|
line-height: 48px;
|
|
127
127
|
text-indent: 12px;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
+
.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
131
|
+
*.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
132
|
+
font-size: 13px;
|
|
133
|
+
line-height: 26px;
|
|
134
|
+
text-indent: 10px;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item,
|
|
138
|
+
*.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item {
|
|
139
|
+
font-size: 14px;
|
|
140
|
+
line-height: 40px;
|
|
141
|
+
text-indent: 16px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
.e-small.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
145
|
+
*.e-small .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
146
|
+
font-size: 14px;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
150
|
+
*.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
151
|
+
font-size: 18px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
155
|
+
background-size: 250px 33px;
|
|
156
|
+
min-height: 33px;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker,
|
|
160
|
+
.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker {
|
|
161
|
+
background-size: 250px 40px;
|
|
162
|
+
min-height: 40px;
|
|
163
|
+
}
|
|
164
|
+
|
|
130
165
|
/*! datetimepicker theme */
|
|
131
166
|
.e-datetime-wrapper .e-input-group-icon.e-icons.e-active {
|
|
132
167
|
color: #fff;
|