@syncfusion/ej2-vue-schedule 23.1.40 → 23.2.4

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.
Files changed (39) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-schedule.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +18 -1
  6. package/styles/bootstrap.css +13 -1
  7. package/styles/bootstrap4.css +45 -3
  8. package/styles/bootstrap5-dark.css +15 -2
  9. package/styles/bootstrap5.css +15 -2
  10. package/styles/fabric-dark.css +18 -1
  11. package/styles/fabric.css +13 -1
  12. package/styles/fluent-dark.css +15 -2
  13. package/styles/fluent.css +15 -2
  14. package/styles/highcontrast-light.css +13 -1
  15. package/styles/highcontrast.css +18 -1
  16. package/styles/material-dark.css +13 -1
  17. package/styles/material.css +13 -1
  18. package/styles/material3-dark.css +13 -1
  19. package/styles/material3.css +13 -1
  20. package/styles/recurrence-editor/bootstrap4.css +13 -2
  21. package/styles/schedule/bootstrap-dark.css +18 -1
  22. package/styles/schedule/bootstrap.css +13 -1
  23. package/styles/schedule/bootstrap4.css +45 -3
  24. package/styles/schedule/bootstrap5-dark.css +15 -2
  25. package/styles/schedule/bootstrap5.css +15 -2
  26. package/styles/schedule/fabric-dark.css +18 -1
  27. package/styles/schedule/fabric.css +13 -1
  28. package/styles/schedule/fluent-dark.css +15 -2
  29. package/styles/schedule/fluent.css +15 -2
  30. package/styles/schedule/highcontrast-light.css +13 -1
  31. package/styles/schedule/highcontrast.css +18 -1
  32. package/styles/schedule/material-dark.css +13 -1
  33. package/styles/schedule/material.css +13 -1
  34. package/styles/schedule/material3-dark.css +13 -1
  35. package/styles/schedule/material3.css +13 -1
  36. package/styles/schedule/tailwind-dark.css +15 -2
  37. package/styles/schedule/tailwind.css +15 -2
  38. package/styles/tailwind-dark.css +15 -2
  39. package/styles/tailwind.css +15 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@23.1.39",
3
+ "_id": "@syncfusion/ej2-vue-schedule@23.1.44",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-MOPSgblxWxYAzoef06jsZVzxoced4EqjYYZ+3nY7bGYa3dbnv5JWpDvQZVVhO563X+N8EjwlCNloBE2jK1X4TA==",
5
+ "_integrity": "sha512-w9IJzqhFiI53fhAP40j1WnrK6XxNkG6dGC5Js/7uOXt9VEj1Ow0ggxXRSCn38GiuTMz8LdJOCMiWRNAjyKmMzg==",
6
6
  "_location": "/@syncfusion/ej2-vue-schedule",
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-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-23.1.39.tgz",
23
- "_shasum": "26ffec8092904d8d6694bf1df6bd8ee110e9b12f",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-23.1.44.tgz",
23
+ "_shasum": "d251d30e2cdd9d4b86878fb6f89f87398aa0550a",
24
24
  "_spec": "@syncfusion/ej2-vue-schedule@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~23.1.38",
35
- "@syncfusion/ej2-schedule": "23.1.40",
36
- "@syncfusion/ej2-vue-base": "~23.1.36"
34
+ "@syncfusion/ej2-base": "~23.2.4",
35
+ "@syncfusion/ej2-schedule": "23.2.4",
36
+ "@syncfusion/ej2-vue-base": "~23.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
@@ -59,6 +59,6 @@
59
59
  "ci-publish": "gulp ci-publish",
60
60
  "compile": "gulp ci-compile && gulp vue-global-script"
61
61
  },
62
- "version": "23.1.40",
62
+ "version": "23.2.4",
63
63
  "sideEffects": false
64
64
  }
@@ -133,6 +133,11 @@
133
133
  width: 40px;
134
134
  }
135
135
 
136
+ .e-multi-select-wrapper .e-searcher input[type=text],
137
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
138
+ color: #fff;
139
+ }
140
+
136
141
  /*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
137
142
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
138
143
  content: "\e990";
@@ -249,6 +254,9 @@
249
254
  .e-schedule-dialog.e-device .e-save-icon::before {
250
255
  content: "\e964";
251
256
  }
257
+ .e-schedule-dialog.e-device .e-delete-icon::before {
258
+ content: "\e94a";
259
+ }
252
260
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
253
261
  content: "\e944";
254
262
  }
@@ -2993,7 +3001,16 @@
2993
3001
  cursor: pointer;
2994
3002
  line-height: normal;
2995
3003
  }
2996
- .e-schedule-dialog.e-device .e-save-icon {
3004
+ .e-schedule-dialog.e-device .e-title-text {
3005
+ text-align: center;
3006
+ }
3007
+ .e-schedule-dialog.e-device .e-save-icon,
3008
+ .e-schedule-dialog.e-device .e-back-icon,
3009
+ .e-schedule-dialog.e-device .e-delete-icon {
3010
+ width: 2.5em;
3011
+ }
3012
+ .e-schedule-dialog.e-device .e-save-icon,
3013
+ .e-schedule-dialog.e-device .e-delete-icon {
2997
3014
  text-align: right;
2998
3015
  }
2999
3016
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -249,6 +249,9 @@
249
249
  .e-schedule-dialog.e-device .e-save-icon::before {
250
250
  content: "\e964";
251
251
  }
252
+ .e-schedule-dialog.e-device .e-delete-icon::before {
253
+ content: "\e94a";
254
+ }
252
255
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
253
256
  content: "\e944";
254
257
  }
@@ -2993,7 +2996,16 @@
2993
2996
  cursor: pointer;
2994
2997
  line-height: normal;
2995
2998
  }
2996
- .e-schedule-dialog.e-device .e-save-icon {
2999
+ .e-schedule-dialog.e-device .e-title-text {
3000
+ text-align: center;
3001
+ }
3002
+ .e-schedule-dialog.e-device .e-save-icon,
3003
+ .e-schedule-dialog.e-device .e-back-icon,
3004
+ .e-schedule-dialog.e-device .e-delete-icon {
3005
+ width: 2.5em;
3006
+ }
3007
+ .e-schedule-dialog.e-device .e-save-icon,
3008
+ .e-schedule-dialog.e-device .e-delete-icon {
2997
3009
  text-align: right;
2998
3010
  }
2999
3011
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -110,13 +110,24 @@
110
110
  }
111
111
 
112
112
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
113
- font-size: 8px;
113
+ font-size: 12px;
114
+ }
115
+
116
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
117
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
+ font-size: 14px;
114
119
  }
115
120
 
116
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
121
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
122
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
117
123
  font-size: 10px;
118
124
  }
119
125
 
126
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
127
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
128
+ font-size: 12px;
129
+ }
130
+
120
131
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
121
132
  font-size: 14px;
122
133
  line-height: 34px;
@@ -150,6 +161,25 @@
150
161
  border-right-width: 0;
151
162
  }
152
163
 
164
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
165
+ font-size: 12px;
166
+ }
167
+
168
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
169
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
170
+ font-size: 14px;
171
+ }
172
+
173
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
174
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
175
+ font-size: 10px;
176
+ }
177
+
178
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
179
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
180
+ font-size: 12px;
181
+ }
182
+
153
183
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
154
184
  border-left-width: 0;
155
185
  border-radius: 4px 0 0 4px;
@@ -328,6 +358,9 @@
328
358
  .e-schedule-dialog.e-device .e-save-icon::before {
329
359
  content: "\e74d";
330
360
  }
361
+ .e-schedule-dialog.e-device .e-delete-icon::before {
362
+ content: "\e773";
363
+ }
331
364
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
332
365
  content: "\e78f";
333
366
  }
@@ -3072,7 +3105,16 @@
3072
3105
  cursor: pointer;
3073
3106
  line-height: normal;
3074
3107
  }
3075
- .e-schedule-dialog.e-device .e-save-icon {
3108
+ .e-schedule-dialog.e-device .e-title-text {
3109
+ text-align: center;
3110
+ }
3111
+ .e-schedule-dialog.e-device .e-save-icon,
3112
+ .e-schedule-dialog.e-device .e-back-icon,
3113
+ .e-schedule-dialog.e-device .e-delete-icon {
3114
+ width: 2.5em;
3115
+ }
3116
+ .e-schedule-dialog.e-device .e-save-icon,
3117
+ .e-schedule-dialog.e-device .e-delete-icon {
3076
3118
  text-align: right;
3077
3119
  }
3078
3120
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -176,7 +176,8 @@
176
176
  width: 24px;
177
177
  }
178
178
 
179
- .e-multi-select-wrapper .e-searcher input[type=text] {
179
+ .e-multi-select-wrapper .e-searcher input[type=text],
180
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
180
181
  color: #fff;
181
182
  height: 100%;
182
183
  }
@@ -302,6 +303,9 @@
302
303
  .e-schedule-dialog.e-device .e-save-icon::before {
303
304
  content: "\e7c8";
304
305
  }
306
+ .e-schedule-dialog.e-device .e-delete-icon::before {
307
+ content: "\e820";
308
+ }
305
309
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
306
310
  content: "\e730";
307
311
  }
@@ -3046,7 +3050,16 @@
3046
3050
  cursor: pointer;
3047
3051
  line-height: normal;
3048
3052
  }
3049
- .e-schedule-dialog.e-device .e-save-icon {
3053
+ .e-schedule-dialog.e-device .e-title-text {
3054
+ text-align: center;
3055
+ }
3056
+ .e-schedule-dialog.e-device .e-save-icon,
3057
+ .e-schedule-dialog.e-device .e-back-icon,
3058
+ .e-schedule-dialog.e-device .e-delete-icon {
3059
+ width: 2.5em;
3060
+ }
3061
+ .e-schedule-dialog.e-device .e-save-icon,
3062
+ .e-schedule-dialog.e-device .e-delete-icon {
3050
3063
  text-align: right;
3051
3064
  }
3052
3065
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -176,7 +176,8 @@
176
176
  width: 24px;
177
177
  }
178
178
 
179
- .e-multi-select-wrapper .e-searcher input[type=text] {
179
+ .e-multi-select-wrapper .e-searcher input[type=text],
180
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
180
181
  color: #212529;
181
182
  height: 100%;
182
183
  }
@@ -302,6 +303,9 @@
302
303
  .e-schedule-dialog.e-device .e-save-icon::before {
303
304
  content: "\e7c8";
304
305
  }
306
+ .e-schedule-dialog.e-device .e-delete-icon::before {
307
+ content: "\e820";
308
+ }
305
309
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
306
310
  content: "\e730";
307
311
  }
@@ -3046,7 +3050,16 @@
3046
3050
  cursor: pointer;
3047
3051
  line-height: normal;
3048
3052
  }
3049
- .e-schedule-dialog.e-device .e-save-icon {
3053
+ .e-schedule-dialog.e-device .e-title-text {
3054
+ text-align: center;
3055
+ }
3056
+ .e-schedule-dialog.e-device .e-save-icon,
3057
+ .e-schedule-dialog.e-device .e-back-icon,
3058
+ .e-schedule-dialog.e-device .e-delete-icon {
3059
+ width: 2.5em;
3060
+ }
3061
+ .e-schedule-dialog.e-device .e-save-icon,
3062
+ .e-schedule-dialog.e-device .e-delete-icon {
3050
3063
  text-align: right;
3051
3064
  }
3052
3065
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -100,6 +100,11 @@
100
100
  margin: 2px 2px 2px 0;
101
101
  }
102
102
 
103
+ .e-multi-select-wrapper .e-searcher input[type=text],
104
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
105
+ color: #fff;
106
+ }
107
+
103
108
  /*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
104
109
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
105
110
  content: "\e98f";
@@ -216,6 +221,9 @@
216
221
  .e-schedule-dialog.e-device .e-save-icon::before {
217
222
  content: "\e954";
218
223
  }
224
+ .e-schedule-dialog.e-device .e-delete-icon::before {
225
+ content: "\e965";
226
+ }
219
227
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
220
228
  content: "\e97c";
221
229
  }
@@ -2960,7 +2968,16 @@
2960
2968
  cursor: pointer;
2961
2969
  line-height: normal;
2962
2970
  }
2963
- .e-schedule-dialog.e-device .e-save-icon {
2971
+ .e-schedule-dialog.e-device .e-title-text {
2972
+ text-align: center;
2973
+ }
2974
+ .e-schedule-dialog.e-device .e-save-icon,
2975
+ .e-schedule-dialog.e-device .e-back-icon,
2976
+ .e-schedule-dialog.e-device .e-delete-icon {
2977
+ width: 2.5em;
2978
+ }
2979
+ .e-schedule-dialog.e-device .e-save-icon,
2980
+ .e-schedule-dialog.e-device .e-delete-icon {
2964
2981
  text-align: right;
2965
2982
  }
2966
2983
  .e-schedule-dialog.e-device .e-time-zone-row,
package/styles/fabric.css CHANGED
@@ -211,6 +211,9 @@
211
211
  .e-schedule-dialog.e-device .e-save-icon::before {
212
212
  content: "\e954";
213
213
  }
214
+ .e-schedule-dialog.e-device .e-delete-icon::before {
215
+ content: "\e965";
216
+ }
214
217
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
215
218
  content: "\e97c";
216
219
  }
@@ -2955,7 +2958,16 @@
2955
2958
  cursor: pointer;
2956
2959
  line-height: normal;
2957
2960
  }
2958
- .e-schedule-dialog.e-device .e-save-icon {
2961
+ .e-schedule-dialog.e-device .e-title-text {
2962
+ text-align: center;
2963
+ }
2964
+ .e-schedule-dialog.e-device .e-save-icon,
2965
+ .e-schedule-dialog.e-device .e-back-icon,
2966
+ .e-schedule-dialog.e-device .e-delete-icon {
2967
+ width: 2.5em;
2968
+ }
2969
+ .e-schedule-dialog.e-device .e-save-icon,
2970
+ .e-schedule-dialog.e-device .e-delete-icon {
2959
2971
  text-align: right;
2960
2972
  }
2961
2973
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -154,7 +154,8 @@
154
154
  width: 24px;
155
155
  }
156
156
 
157
- .e-multi-select-wrapper .e-searcher input[type=text] {
157
+ .e-multi-select-wrapper .e-searcher input[type=text],
158
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
158
159
  color: #f3f2f1;
159
160
  height: 100%;
160
161
  }
@@ -279,6 +280,9 @@
279
280
  .e-schedule-dialog.e-device .e-save-icon::before {
280
281
  content: "\e7c8";
281
282
  }
283
+ .e-schedule-dialog.e-device .e-delete-icon::before {
284
+ content: "\e820";
285
+ }
282
286
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
283
287
  content: "\e730";
284
288
  }
@@ -3023,7 +3027,16 @@
3023
3027
  cursor: pointer;
3024
3028
  line-height: normal;
3025
3029
  }
3026
- .e-schedule-dialog.e-device .e-save-icon {
3030
+ .e-schedule-dialog.e-device .e-title-text {
3031
+ text-align: center;
3032
+ }
3033
+ .e-schedule-dialog.e-device .e-save-icon,
3034
+ .e-schedule-dialog.e-device .e-back-icon,
3035
+ .e-schedule-dialog.e-device .e-delete-icon {
3036
+ width: 2.5em;
3037
+ }
3038
+ .e-schedule-dialog.e-device .e-save-icon,
3039
+ .e-schedule-dialog.e-device .e-delete-icon {
3027
3040
  text-align: right;
3028
3041
  }
3029
3042
  .e-schedule-dialog.e-device .e-time-zone-row,
package/styles/fluent.css CHANGED
@@ -154,7 +154,8 @@
154
154
  width: 24px;
155
155
  }
156
156
 
157
- .e-multi-select-wrapper .e-searcher input[type=text] {
157
+ .e-multi-select-wrapper .e-searcher input[type=text],
158
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
158
159
  color: #201f1e;
159
160
  height: 100%;
160
161
  }
@@ -279,6 +280,9 @@
279
280
  .e-schedule-dialog.e-device .e-save-icon::before {
280
281
  content: "\e7c8";
281
282
  }
283
+ .e-schedule-dialog.e-device .e-delete-icon::before {
284
+ content: "\e820";
285
+ }
282
286
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
283
287
  content: "\e730";
284
288
  }
@@ -3023,7 +3027,16 @@
3023
3027
  cursor: pointer;
3024
3028
  line-height: normal;
3025
3029
  }
3026
- .e-schedule-dialog.e-device .e-save-icon {
3030
+ .e-schedule-dialog.e-device .e-title-text {
3031
+ text-align: center;
3032
+ }
3033
+ .e-schedule-dialog.e-device .e-save-icon,
3034
+ .e-schedule-dialog.e-device .e-back-icon,
3035
+ .e-schedule-dialog.e-device .e-delete-icon {
3036
+ width: 2.5em;
3037
+ }
3038
+ .e-schedule-dialog.e-device .e-save-icon,
3039
+ .e-schedule-dialog.e-device .e-delete-icon {
3027
3040
  text-align: right;
3028
3041
  }
3029
3042
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -293,6 +293,9 @@
293
293
  .e-schedule-dialog.e-device .e-save-icon::before {
294
294
  content: "\e954";
295
295
  }
296
+ .e-schedule-dialog.e-device .e-delete-icon::before {
297
+ content: "\e965";
298
+ }
296
299
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
297
300
  content: "\e97c";
298
301
  }
@@ -3037,7 +3040,16 @@
3037
3040
  cursor: pointer;
3038
3041
  line-height: normal;
3039
3042
  }
3040
- .e-schedule-dialog.e-device .e-save-icon {
3043
+ .e-schedule-dialog.e-device .e-title-text {
3044
+ text-align: center;
3045
+ }
3046
+ .e-schedule-dialog.e-device .e-save-icon,
3047
+ .e-schedule-dialog.e-device .e-back-icon,
3048
+ .e-schedule-dialog.e-device .e-delete-icon {
3049
+ width: 2.5em;
3050
+ }
3051
+ .e-schedule-dialog.e-device .e-save-icon,
3052
+ .e-schedule-dialog.e-device .e-delete-icon {
3041
3053
  text-align: right;
3042
3054
  }
3043
3055
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -181,6 +181,11 @@
181
181
  width: 30px;
182
182
  }
183
183
 
184
+ .e-multi-select-wrapper .e-searcher input[type=text],
185
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
186
+ color: #fff;
187
+ }
188
+
184
189
  /*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
185
190
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
186
191
  content: "\e98f";
@@ -297,6 +302,9 @@
297
302
  .e-schedule-dialog.e-device .e-save-icon::before {
298
303
  content: "\e954";
299
304
  }
305
+ .e-schedule-dialog.e-device .e-delete-icon::before {
306
+ content: "\e965";
307
+ }
300
308
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
301
309
  content: "\e97c";
302
310
  }
@@ -3041,7 +3049,16 @@
3041
3049
  cursor: pointer;
3042
3050
  line-height: normal;
3043
3051
  }
3044
- .e-schedule-dialog.e-device .e-save-icon {
3052
+ .e-schedule-dialog.e-device .e-title-text {
3053
+ text-align: center;
3054
+ }
3055
+ .e-schedule-dialog.e-device .e-save-icon,
3056
+ .e-schedule-dialog.e-device .e-back-icon,
3057
+ .e-schedule-dialog.e-device .e-delete-icon {
3058
+ width: 2.5em;
3059
+ }
3060
+ .e-schedule-dialog.e-device .e-save-icon,
3061
+ .e-schedule-dialog.e-device .e-delete-icon {
3045
3062
  text-align: right;
3046
3063
  }
3047
3064
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -237,6 +237,9 @@
237
237
  .e-schedule-dialog.e-device .e-save-icon::before {
238
238
  content: "\e98e";
239
239
  }
240
+ .e-schedule-dialog.e-device .e-delete-icon::before {
241
+ content: "\e94a";
242
+ }
240
243
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
241
244
  content: "\e944";
242
245
  }
@@ -2981,7 +2984,16 @@
2981
2984
  cursor: pointer;
2982
2985
  line-height: normal;
2983
2986
  }
2984
- .e-schedule-dialog.e-device .e-save-icon {
2987
+ .e-schedule-dialog.e-device .e-title-text {
2988
+ text-align: center;
2989
+ }
2990
+ .e-schedule-dialog.e-device .e-save-icon,
2991
+ .e-schedule-dialog.e-device .e-back-icon,
2992
+ .e-schedule-dialog.e-device .e-delete-icon {
2993
+ width: 2.5em;
2994
+ }
2995
+ .e-schedule-dialog.e-device .e-save-icon,
2996
+ .e-schedule-dialog.e-device .e-delete-icon {
2985
2997
  text-align: right;
2986
2998
  }
2987
2999
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -273,6 +273,9 @@
273
273
  .e-schedule-dialog.e-device .e-save-icon::before {
274
274
  content: "\e98e";
275
275
  }
276
+ .e-schedule-dialog.e-device .e-delete-icon::before {
277
+ content: "\e94a";
278
+ }
276
279
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
277
280
  content: "\e944";
278
281
  }
@@ -3017,7 +3020,16 @@
3017
3020
  cursor: pointer;
3018
3021
  line-height: normal;
3019
3022
  }
3020
- .e-schedule-dialog.e-device .e-save-icon {
3023
+ .e-schedule-dialog.e-device .e-title-text {
3024
+ text-align: center;
3025
+ }
3026
+ .e-schedule-dialog.e-device .e-save-icon,
3027
+ .e-schedule-dialog.e-device .e-back-icon,
3028
+ .e-schedule-dialog.e-device .e-delete-icon {
3029
+ width: 2.5em;
3030
+ }
3031
+ .e-schedule-dialog.e-device .e-save-icon,
3032
+ .e-schedule-dialog.e-device .e-delete-icon {
3021
3033
  text-align: right;
3022
3034
  }
3023
3035
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -331,6 +331,9 @@
331
331
  .e-schedule-dialog.e-device .e-save-icon::before {
332
332
  content: "\e7c8";
333
333
  }
334
+ .e-schedule-dialog.e-device .e-delete-icon::before {
335
+ content: "\e820";
336
+ }
334
337
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
335
338
  content: "\e730";
336
339
  }
@@ -3084,7 +3087,16 @@
3084
3087
  cursor: pointer;
3085
3088
  line-height: normal;
3086
3089
  }
3087
- .e-schedule-dialog.e-device .e-save-icon {
3090
+ .e-schedule-dialog.e-device .e-title-text {
3091
+ text-align: center;
3092
+ }
3093
+ .e-schedule-dialog.e-device .e-save-icon,
3094
+ .e-schedule-dialog.e-device .e-back-icon,
3095
+ .e-schedule-dialog.e-device .e-delete-icon {
3096
+ width: 2.5em;
3097
+ }
3098
+ .e-schedule-dialog.e-device .e-save-icon,
3099
+ .e-schedule-dialog.e-device .e-delete-icon {
3088
3100
  text-align: right;
3089
3101
  }
3090
3102
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -387,6 +387,9 @@
387
387
  .e-schedule-dialog.e-device .e-save-icon::before {
388
388
  content: "\e7c8";
389
389
  }
390
+ .e-schedule-dialog.e-device .e-delete-icon::before {
391
+ content: "\e820";
392
+ }
390
393
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
391
394
  content: "\e730";
392
395
  }
@@ -3140,7 +3143,16 @@
3140
3143
  cursor: pointer;
3141
3144
  line-height: normal;
3142
3145
  }
3143
- .e-schedule-dialog.e-device .e-save-icon {
3146
+ .e-schedule-dialog.e-device .e-title-text {
3147
+ text-align: center;
3148
+ }
3149
+ .e-schedule-dialog.e-device .e-save-icon,
3150
+ .e-schedule-dialog.e-device .e-back-icon,
3151
+ .e-schedule-dialog.e-device .e-delete-icon {
3152
+ width: 2.5em;
3153
+ }
3154
+ .e-schedule-dialog.e-device .e-save-icon,
3155
+ .e-schedule-dialog.e-device .e-delete-icon {
3144
3156
  text-align: right;
3145
3157
  }
3146
3158
  .e-schedule-dialog.e-device .e-time-zone-row,
@@ -107,13 +107,24 @@
107
107
  }
108
108
 
109
109
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
- font-size: 8px;
110
+ font-size: 12px;
111
+ }
112
+
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
114
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
115
+ font-size: 14px;
111
116
  }
112
117
 
113
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
118
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
119
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
120
  font-size: 10px;
115
121
  }
116
122
 
123
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
124
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 12px;
126
+ }
127
+
117
128
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
118
129
  font-size: 14px;
119
130
  line-height: 34px;
@@ -133,6 +133,11 @@
133
133
  width: 40px;
134
134
  }
135
135
 
136
+ .e-multi-select-wrapper .e-searcher input[type=text],
137
+ .e-multi-select-wrapper .e-multi-searcher input[type=text] {
138
+ color: #fff;
139
+ }
140
+
136
141
  /*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
137
142
  .e-schedule .e-schedule-toolbar .e-icon-prev::before {
138
143
  content: "\e990";
@@ -249,6 +254,9 @@
249
254
  .e-schedule-dialog.e-device .e-save-icon::before {
250
255
  content: "\e964";
251
256
  }
257
+ .e-schedule-dialog.e-device .e-delete-icon::before {
258
+ content: "\e94a";
259
+ }
252
260
  .e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
253
261
  content: "\e944";
254
262
  }
@@ -2993,7 +3001,16 @@
2993
3001
  cursor: pointer;
2994
3002
  line-height: normal;
2995
3003
  }
2996
- .e-schedule-dialog.e-device .e-save-icon {
3004
+ .e-schedule-dialog.e-device .e-title-text {
3005
+ text-align: center;
3006
+ }
3007
+ .e-schedule-dialog.e-device .e-save-icon,
3008
+ .e-schedule-dialog.e-device .e-back-icon,
3009
+ .e-schedule-dialog.e-device .e-delete-icon {
3010
+ width: 2.5em;
3011
+ }
3012
+ .e-schedule-dialog.e-device .e-save-icon,
3013
+ .e-schedule-dialog.e-device .e-delete-icon {
2997
3014
  text-align: right;
2998
3015
  }
2999
3016
  .e-schedule-dialog.e-device .e-time-zone-row,