@syncfusion/ej2-vue-schedule 25.2.7 → 26.1.38

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 (66) hide show
  1. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  2. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-vue-schedule.es2015.js +7 -11
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +7 -11
  6. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  7. package/package.json +9 -9
  8. package/styles/bootstrap-dark.css +4698 -1
  9. package/styles/bootstrap.css +4693 -1
  10. package/styles/bootstrap4.css +4795 -1
  11. package/styles/bootstrap5-dark.css +4739 -1
  12. package/styles/bootstrap5.css +4739 -1
  13. package/styles/fabric-dark.css +4660 -1
  14. package/styles/fabric.css +4650 -1
  15. package/styles/fluent-dark.css +4723 -1
  16. package/styles/fluent.css +4723 -1
  17. package/styles/fluent2.css +6981 -0
  18. package/styles/fluent2.scss +2 -0
  19. package/styles/highcontrast-light.css +4735 -1
  20. package/styles/highcontrast.css +4744 -1
  21. package/styles/material-dark.css +4715 -1
  22. package/styles/material.css +4762 -1
  23. package/styles/material3-dark.css +4980 -1
  24. package/styles/material3.css +5204 -1
  25. package/styles/recurrence-editor/bootstrap-dark.css +503 -1
  26. package/styles/recurrence-editor/bootstrap.css +503 -1
  27. package/styles/recurrence-editor/bootstrap4.css +549 -1
  28. package/styles/recurrence-editor/bootstrap5-dark.css +545 -1
  29. package/styles/recurrence-editor/bootstrap5.css +545 -1
  30. package/styles/recurrence-editor/fabric-dark.css +478 -1
  31. package/styles/recurrence-editor/fabric.css +471 -1
  32. package/styles/recurrence-editor/fluent-dark.css +525 -1
  33. package/styles/recurrence-editor/fluent.css +525 -1
  34. package/styles/recurrence-editor/fluent2.css +1534 -0
  35. package/styles/recurrence-editor/fluent2.scss +1 -0
  36. package/styles/recurrence-editor/highcontrast-light.css +475 -1
  37. package/styles/recurrence-editor/highcontrast.css +475 -1
  38. package/styles/recurrence-editor/material-dark.css +512 -1
  39. package/styles/recurrence-editor/material.css +537 -1
  40. package/styles/recurrence-editor/material3-dark.css +657 -1
  41. package/styles/recurrence-editor/material3.css +769 -1
  42. package/styles/recurrence-editor/tailwind-dark.css +500 -1
  43. package/styles/recurrence-editor/tailwind.css +500 -1
  44. package/styles/schedule/bootstrap-dark.css +4302 -1
  45. package/styles/schedule/bootstrap.css +4297 -1
  46. package/styles/schedule/bootstrap4.css +4399 -1
  47. package/styles/schedule/bootstrap5-dark.css +4343 -1
  48. package/styles/schedule/bootstrap5.css +4343 -1
  49. package/styles/schedule/fabric-dark.css +4264 -1
  50. package/styles/schedule/fabric.css +4254 -1
  51. package/styles/schedule/fluent-dark.css +4327 -1
  52. package/styles/schedule/fluent.css +4327 -1
  53. package/styles/schedule/fluent2.css +5551 -0
  54. package/styles/schedule/fluent2.scss +1 -0
  55. package/styles/schedule/highcontrast-light.css +4339 -1
  56. package/styles/schedule/highcontrast.css +4348 -1
  57. package/styles/schedule/material-dark.css +4319 -1
  58. package/styles/schedule/material.css +4366 -1
  59. package/styles/schedule/material3-dark.css +4474 -1
  60. package/styles/schedule/material3.css +4586 -1
  61. package/styles/schedule/tailwind-dark.css +4293 -1
  62. package/styles/schedule/tailwind.css +4293 -1
  63. package/styles/tailwind-dark.css +4689 -1
  64. package/styles/tailwind.css +4689 -1
  65. package/CHANGELOG.md +0 -1949
  66. package/dist/global/ej2-vue-schedule.min.js +0 -10
@@ -1 +1,769 @@
1
- @import '@syncfusion/ej2-schedule/styles/recurrence-editor/material3.css';
1
+ :root {
2
+ --color-sf-black: 0, 0, 0;
3
+ --color-sf-white: 255, 255, 255;
4
+ --color-sf-primary: 103, 80, 164;
5
+ --color-sf-primary-container: 234, 221, 255;
6
+ --color-sf-secondary: 98, 91, 113;
7
+ --color-sf-secondary-container: 232, 222, 248;
8
+ --color-sf-tertiary: 125, 82, 96;
9
+ --color-sf-tertiary-container: 255, 216, 228;
10
+ --color-sf-surface: 255, 255, 255;
11
+ --color-sf-surface-variant: 231, 224, 236;
12
+ --color-sf-background: var(--color-sf-surface);
13
+ --color-sf-on-primary: 255, 255, 255;
14
+ --color-sf-on-primary-container: 33, 0, 94;
15
+ --color-sf-on-secondary: 255, 255, 255;
16
+ --color-sf-on-secondary-container: 30, 25, 43;
17
+ --color-sf-on-tertiary: 255, 255, 255;
18
+ --color-sf-on-tertiary-containe: 55, 11, 30;
19
+ --color-sf-on-surface: 28, 27, 31;
20
+ --color-sf-on-surface-variant: 73, 69, 78;
21
+ --color-sf-on-background: 28, 27, 31;
22
+ --color-sf-outline: 121, 116, 126;
23
+ --color-sf-outline-variant: 196, 199, 197;
24
+ --color-sf-shadow: 0, 0, 0;
25
+ --color-sf-surface-tint-color: 103, 80, 164;
26
+ --color-sf-inverse-surface: 49, 48, 51;
27
+ --color-sf-inverse-on-surface: 244, 239, 244;
28
+ --color-sf-inverse-primary: 208, 188, 255;
29
+ --color-sf-scrim: 0, 0, 0;
30
+ --color-sf-error: 179, 38, 30;
31
+ --color-sf-error-container: 249, 222, 220;
32
+ --color-sf-on-error: 255, 250, 250;
33
+ --color-sf-on-error-container: 65, 14, 11;
34
+ --color-sf-success: 32, 81, 7;
35
+ --color-sf-success-container: 209, 255, 186;
36
+ --color-sf-on-success: 244, 255, 239;
37
+ --color-sf-on-success-container: 13, 39, 0;
38
+ --color-sf-info: 1, 87, 155;
39
+ --color-sf-info-container: 233, 245, 255;
40
+ --color-sf-on-info: 250, 253, 255;
41
+ --color-sf-on-info-container: 0, 51, 91;
42
+ --color-sf-warning: 145, 76, 0;
43
+ --color-sf-warning-container: 254, 236, 222;
44
+ --color-sf-on-warning: 255, 255, 255;
45
+ --color-sf-on-warning-container: 47, 21, 0;
46
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
48
+ --color-sf-diagram-palette-background: --color-sf-white;
49
+ --color-sf-success-text: 255, 255, 255;
50
+ --color-sf-warning-text: 255, 255, 255;
51
+ --color-sf-danger-text: 255, 255, 255;
52
+ --color-sf-info-text: 255, 255, 255;
53
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
54
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
55
+ }
56
+
57
+ .e-dark-mode {
58
+ --color-sf-black: 0, 0, 0;
59
+ --color-sf-white: 255, 255, 255;
60
+ --color-sf-primary: 208, 188, 255;
61
+ --color-sf-primary-container: 79, 55, 139;
62
+ --color-sf-secondary: 204, 194, 220;
63
+ --color-sf-secondary-container: 74, 68, 88;
64
+ --color-sf-tertiary: 239, 184, 200;
65
+ --color-sf-tertiary-container: 99, 59, 72;
66
+ --color-sf-surface: 28, 27, 31;
67
+ --color-sf-surface-variant: 28, 27, 31;
68
+ --color-sf-background: var(--color-sf-surface);
69
+ --color-sf-on-primary: 55, 30, 115;
70
+ --color-sf-on-primary-container: 234, 221, 255;
71
+ --color-sf-on-secondary: 51, 45, 65;
72
+ --color-sf-on-secondary-container: 232, 222, 248;
73
+ --color-sf-on-tertiary: 73, 37, 50;
74
+ --color-sf-on-tertiary-containe: 255, 216, 228;
75
+ --color-sf-on-surface: 230, 225, 229;
76
+ --color-sf-on-surface-variant: 202, 196, 208;
77
+ --color-sf-on-background: 230, 225, 229;
78
+ --color-sf-outline: 147, 143, 153;
79
+ --color-sf-outline-variant: 68, 71, 70;
80
+ --color-sf-shadow: 0, 0, 0;
81
+ --color-sf-surface-tint-color: 208, 188, 255;
82
+ --color-sf-inverse-surface: 230, 225, 229;
83
+ --color-sf-inverse-on-surface: 49, 48, 51;
84
+ --color-sf-inverse-primary: 103, 80, 164;
85
+ --color-sf-scrim: 0, 0, 0;
86
+ --color-sf-error: 242, 184, 181;
87
+ --color-sf-error-container: 140, 29, 24;
88
+ --color-sf-on-error: 96, 20, 16;
89
+ --color-sf-on-error-container: 249, 222, 220;
90
+ --color-sf-success: 83, 202, 23;
91
+ --color-sf-success-container: 22, 62, 2;
92
+ --color-sf-on-success: 13, 39, 0;
93
+ --color-sf-on-success-container: 183, 250, 150;
94
+ --color-sf-info: 71, 172, 251;
95
+ --color-sf-info-container: 0, 67, 120;
96
+ --color-sf-on-info: 0, 51, 91;
97
+ --color-sf-on-info-container: 173, 219, 255;
98
+ --color-sf-warning: 245, 180, 130;
99
+ --color-sf-warning-container: 123, 65, 0;
100
+ --color-sf-on-warning: 99, 52, 0;
101
+ --color-sf-on-warning-container: 255, 220, 193;
102
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
103
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
104
+ --color-sf-success-text: 0, 0, 0;
105
+ --color-sf-warning-text: 0, 0, 0;
106
+ --color-sf-info-text: 0, 0, 0;
107
+ --color-sf-danger-text: 0, 0, 0;
108
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
109
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
110
+ }
111
+
112
+ :root {
113
+ --color-sf-black: 0, 0, 0;
114
+ --color-sf-white: 255, 255, 255;
115
+ --color-sf-primary: 103, 80, 164;
116
+ --color-sf-primary-container: 234, 221, 255;
117
+ --color-sf-secondary: 98, 91, 113;
118
+ --color-sf-secondary-container: 232, 222, 248;
119
+ --color-sf-tertiary: 125, 82, 96;
120
+ --color-sf-tertiary-container: 255, 216, 228;
121
+ --color-sf-surface: 255, 255, 255;
122
+ --color-sf-surface-variant: 231, 224, 236;
123
+ --color-sf-background: var(--color-sf-surface);
124
+ --color-sf-on-primary: 255, 255, 255;
125
+ --color-sf-on-primary-container: 33, 0, 94;
126
+ --color-sf-on-secondary: 255, 255, 255;
127
+ --color-sf-on-secondary-container: 30, 25, 43;
128
+ --color-sf-on-tertiary: 255, 255, 255;
129
+ --color-sf-on-tertiary-containe: 55, 11, 30;
130
+ --color-sf-on-surface: 28, 27, 31;
131
+ --color-sf-on-surface-variant: 73, 69, 78;
132
+ --color-sf-on-background: 28, 27, 31;
133
+ --color-sf-outline: 121, 116, 126;
134
+ --color-sf-outline-variant: 196, 199, 197;
135
+ --color-sf-shadow: 0, 0, 0;
136
+ --color-sf-surface-tint-color: 103, 80, 164;
137
+ --color-sf-inverse-surface: 49, 48, 51;
138
+ --color-sf-inverse-on-surface: 244, 239, 244;
139
+ --color-sf-inverse-primary: 208, 188, 255;
140
+ --color-sf-scrim: 0, 0, 0;
141
+ --color-sf-error: 179, 38, 30;
142
+ --color-sf-error-container: 249, 222, 220;
143
+ --color-sf-on-error: 255, 250, 250;
144
+ --color-sf-on-error-container: 65, 14, 11;
145
+ --color-sf-success: 32, 81, 7;
146
+ --color-sf-success-container: 209, 255, 186;
147
+ --color-sf-on-success: 244, 255, 239;
148
+ --color-sf-on-success-container: 13, 39, 0;
149
+ --color-sf-info: 1, 87, 155;
150
+ --color-sf-info-container: 233, 245, 255;
151
+ --color-sf-on-info: 250, 253, 255;
152
+ --color-sf-on-info-container: 0, 51, 91;
153
+ --color-sf-warning: 145, 76, 0;
154
+ --color-sf-warning-container: 254, 236, 222;
155
+ --color-sf-on-warning: 255, 255, 255;
156
+ --color-sf-on-warning-container: 47, 21, 0;
157
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
158
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
159
+ --color-sf-diagram-palette-background: --color-sf-white;
160
+ --color-sf-success-text: 255, 255, 255;
161
+ --color-sf-warning-text: 255, 255, 255;
162
+ --color-sf-danger-text: 255, 255, 255;
163
+ --color-sf-info-text: 255, 255, 255;
164
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
165
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
166
+ }
167
+
168
+ .e-dark-mode {
169
+ --color-sf-black: 0, 0, 0;
170
+ --color-sf-white: 255, 255, 255;
171
+ --color-sf-primary: 208, 188, 255;
172
+ --color-sf-primary-container: 79, 55, 139;
173
+ --color-sf-secondary: 204, 194, 220;
174
+ --color-sf-secondary-container: 74, 68, 88;
175
+ --color-sf-tertiary: 239, 184, 200;
176
+ --color-sf-tertiary-container: 99, 59, 72;
177
+ --color-sf-surface: 28, 27, 31;
178
+ --color-sf-surface-variant: 28, 27, 31;
179
+ --color-sf-background: var(--color-sf-surface);
180
+ --color-sf-on-primary: 55, 30, 115;
181
+ --color-sf-on-primary-container: 234, 221, 255;
182
+ --color-sf-on-secondary: 51, 45, 65;
183
+ --color-sf-on-secondary-container: 232, 222, 248;
184
+ --color-sf-on-tertiary: 73, 37, 50;
185
+ --color-sf-on-tertiary-containe: 255, 216, 228;
186
+ --color-sf-on-surface: 230, 225, 229;
187
+ --color-sf-on-surface-variant: 202, 196, 208;
188
+ --color-sf-on-background: 230, 225, 229;
189
+ --color-sf-outline: 147, 143, 153;
190
+ --color-sf-outline-variant: 68, 71, 70;
191
+ --color-sf-shadow: 0, 0, 0;
192
+ --color-sf-surface-tint-color: 208, 188, 255;
193
+ --color-sf-inverse-surface: 230, 225, 229;
194
+ --color-sf-inverse-on-surface: 49, 48, 51;
195
+ --color-sf-inverse-primary: 103, 80, 164;
196
+ --color-sf-scrim: 0, 0, 0;
197
+ --color-sf-error: 242, 184, 181;
198
+ --color-sf-error-container: 140, 29, 24;
199
+ --color-sf-on-error: 96, 20, 16;
200
+ --color-sf-on-error-container: 249, 222, 220;
201
+ --color-sf-success: 83, 202, 23;
202
+ --color-sf-success-container: 22, 62, 2;
203
+ --color-sf-on-success: 13, 39, 0;
204
+ --color-sf-on-success-container: 183, 250, 150;
205
+ --color-sf-info: 71, 172, 251;
206
+ --color-sf-info-container: 0, 67, 120;
207
+ --color-sf-on-info: 0, 51, 91;
208
+ --color-sf-on-info-container: 173, 219, 255;
209
+ --color-sf-warning: 245, 180, 130;
210
+ --color-sf-warning-container: 123, 65, 0;
211
+ --color-sf-on-warning: 99, 52, 0;
212
+ --color-sf-on-warning-container: 255, 220, 193;
213
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
214
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
215
+ --color-sf-success-text: 0, 0, 0;
216
+ --color-sf-warning-text: 0, 0, 0;
217
+ --color-sf-info-text: 0, 0, 0;
218
+ --color-sf-danger-text: 0, 0, 0;
219
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
220
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
221
+ }
222
+
223
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
224
+ -webkit-transform: rotate(0deg);
225
+ transform: rotate(0deg);
226
+ -webkit-transition: -webkit-transform 300ms ease;
227
+ transition: -webkit-transform 300ms ease;
228
+ transition: transform 300ms ease;
229
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
230
+ }
231
+
232
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
233
+ -webkit-transform: rotate(180deg);
234
+ transform: rotate(180deg);
235
+ -webkit-transition: -webkit-transform 300ms ease;
236
+ transition: -webkit-transform 300ms ease;
237
+ transition: transform 300ms ease;
238
+ transition: transform 300ms ease, -webkit-transform 300ms ease;
239
+ }
240
+
241
+ .e-dropdownbase .e-list-item.e-active.e-hover {
242
+ color: rgba(var(--color-sf-on-surface));
243
+ }
244
+
245
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
246
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
247
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
248
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
249
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
250
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
251
+ background: rgba(var(--color-sf-on-surface), 0.08);
252
+ }
253
+
254
+ .e-input-group .e-ddl-icon:not(:active)::after {
255
+ -webkit-animation: none;
256
+ animation: none;
257
+ }
258
+
259
+ .e-ddl.e-popup {
260
+ border: 0;
261
+ -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
262
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
263
+ margin-top: 2px;
264
+ }
265
+
266
+ .e-popup.e-ddl .e-dropdownbase {
267
+ min-height: 26px;
268
+ border-radius: 4px;
269
+ }
270
+
271
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
272
+ border-color: rgba(var(--color-sf-primary));
273
+ }
274
+
275
+ .e-bigger .e-popup.e-ddl-device-filter {
276
+ margin-top: 0;
277
+ }
278
+
279
+ .e-bigger .e-ddl-device .e-input-group,
280
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
281
+ background: rgba(0, 0, 0, 0.0001);
282
+ border-width: 0;
283
+ -webkit-box-shadow: none;
284
+ box-shadow: none;
285
+ margin-bottom: 0;
286
+ }
287
+
288
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
289
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
290
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
291
+ background: rgba(0, 0, 0, 0.0001);
292
+ }
293
+
294
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
295
+ margin: 0 6px;
296
+ min-height: 30px;
297
+ min-width: 30px;
298
+ }
299
+
300
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
301
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
302
+ min-height: 38px;
303
+ min-width: 38px;
304
+ }
305
+
306
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
307
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
308
+ min-height: 22px;
309
+ min-width: 22px;
310
+ }
311
+
312
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
313
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
314
+ padding: 4px 16px 4px 0;
315
+ }
316
+
317
+ .e-input-group.e-ddl,
318
+ .e-input-group.e-ddl .e-input,
319
+ .e-input-group.e-ddl .e-ddl-icon {
320
+ background: transparent;
321
+ }
322
+
323
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
324
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
325
+ border-bottom-width: 0;
326
+ }
327
+
328
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
329
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
330
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
331
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
332
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
333
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
334
+ margin: 4px;
335
+ }
336
+
337
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
338
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
339
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
340
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
341
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
342
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
343
+ padding: 4px 5px 4px 12px;
344
+ }
345
+
346
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
347
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
348
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
349
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
350
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
351
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
352
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
353
+ min-height: 34px;
354
+ min-width: 34px;
355
+ }
356
+
357
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
358
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
359
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
360
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
361
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
362
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
363
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
364
+ padding: 8px 16px;
365
+ }
366
+
367
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
368
+ margin: 0 4px;
369
+ }
370
+
371
+ .e-ddl.e-popup.e-outline .e-filter-parent {
372
+ padding: 4px 8px;
373
+ }
374
+
375
+ .e-recurrenceeditor .e-editor {
376
+ display: -webkit-box;
377
+ display: -ms-flexbox;
378
+ display: flex;
379
+ -webkit-box-orient: horizontal;
380
+ -webkit-box-direction: normal;
381
+ -ms-flex-flow: row wrap;
382
+ flex-flow: row wrap;
383
+ margin: 0 auto;
384
+ max-width: 1240px;
385
+ }
386
+ .e-recurrenceeditor .e-recurrence-table {
387
+ table-layout: fixed;
388
+ width: 100%;
389
+ }
390
+ .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
391
+ width: 27%;
392
+ }
393
+ .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
394
+ width: 24%;
395
+ }
396
+ .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
397
+ display: inline-block;
398
+ font-weight: normal;
399
+ padding: 18px 0 0 8px;
400
+ }
401
+ .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
402
+ float: none;
403
+ width: 100%;
404
+ }
405
+ .e-recurrenceeditor .e-recurrence-table .e-week-position {
406
+ min-width: 98px;
407
+ position: relative;
408
+ right: 20px;
409
+ }
410
+ .e-recurrenceeditor .e-recurrence-table .e-day-position {
411
+ min-width: 120px;
412
+ }
413
+ .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
414
+ padding-left: 10px;
415
+ }
416
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
417
+ padding: 0 8px 16px 0;
418
+ }
419
+ .e-recurrenceeditor .e-form-left {
420
+ padding: 0 8px 16px 0;
421
+ }
422
+ .e-recurrenceeditor .e-form-right,
423
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
424
+ padding: 0 0 10px;
425
+ }
426
+ .e-recurrenceeditor .e-input-wrapper {
427
+ float: left;
428
+ width: 50%;
429
+ }
430
+ .e-recurrenceeditor .e-input-wrapper div {
431
+ margin-bottom: 2.5%;
432
+ }
433
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
434
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
435
+ padding-right: 0;
436
+ margin-top: 16px;
437
+ }
438
+ .e-recurrenceeditor.e-rtl .e-end-on > div,
439
+ .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
440
+ float: right;
441
+ }
442
+ .e-recurrenceeditor.e-rtl .e-form-left,
443
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
444
+ padding: 0 0 10px 8px;
445
+ }
446
+ .e-recurrenceeditor.e-rtl .e-form-right,
447
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
448
+ padding: 0 8px 10px 0;
449
+ }
450
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
451
+ position: relative;
452
+ right: 10px;
453
+ }
454
+ .e-recurrenceeditor.e-rtl .e-week-position {
455
+ left: 20px;
456
+ right: 0;
457
+ }
458
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
459
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
460
+ padding-right: 0;
461
+ }
462
+ .e-recurrenceeditor.e-rtl .e-end-on-label {
463
+ margin-bottom: 5px;
464
+ }
465
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
466
+ padding: 0 0 0 8px;
467
+ }
468
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
469
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
470
+ padding: 0 8px 0 0;
471
+ }
472
+ .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
473
+ width: 30px;
474
+ }
475
+ .e-recurrenceeditor .e-days .e-week-expander-label {
476
+ font-size: 12px;
477
+ font-weight: 400;
478
+ margin-bottom: 8px;
479
+ }
480
+ .e-recurrenceeditor .e-days button {
481
+ border-radius: 50%;
482
+ -webkit-box-orient: horizontal;
483
+ -webkit-box-direction: normal;
484
+ -ms-flex-flow: row wrap;
485
+ flex-flow: row wrap;
486
+ height: 35px;
487
+ margin: 0 8px 10px;
488
+ width: 35px;
489
+ }
490
+ .e-recurrenceeditor .e-hide-recurrence-element {
491
+ display: none;
492
+ }
493
+ .e-recurrenceeditor .e-half-space {
494
+ width: 20%;
495
+ }
496
+ .e-recurrenceeditor .e-year-expander {
497
+ margin-bottom: 11px;
498
+ }
499
+ .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
500
+ padding-bottom: 11px;
501
+ }
502
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
503
+ padding-top: 3px;
504
+ }
505
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
506
+ display: none;
507
+ }
508
+ .e-recurrenceeditor .e-input-wrapper-side {
509
+ float: left;
510
+ padding: 16px 20px 0;
511
+ width: 50%;
512
+ }
513
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
514
+ padding-right: 16px;
515
+ }
516
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
517
+ margin: 0;
518
+ }
519
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
520
+ font-size: 12px;
521
+ font-weight: 400;
522
+ margin-bottom: -2px;
523
+ padding-right: 16px;
524
+ }
525
+ .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
526
+ padding-bottom: 6px;
527
+ }
528
+ .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
529
+ padding-bottom: 12px;
530
+ }
531
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
532
+ margin-bottom: 11px;
533
+ }
534
+
535
+ .e-bigger .e-recurrenceeditor {
536
+ padding: 0;
537
+ }
538
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
539
+ padding: 0 12px 11px 0;
540
+ }
541
+ .e-bigger .e-recurrenceeditor .e-form-left {
542
+ padding: 0 12px 14px 0;
543
+ }
544
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
545
+ padding-left: 70px;
546
+ }
547
+ .e-bigger .e-recurrenceeditor .e-week-position {
548
+ min-width: 130px;
549
+ right: 0;
550
+ }
551
+ .e-bigger .e-recurrenceeditor .e-day-position {
552
+ min-width: 190px;
553
+ padding-left: 54px;
554
+ }
555
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
556
+ font-size: 12px;
557
+ margin-bottom: -1px;
558
+ font-weight: 400;
559
+ }
560
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
561
+ padding-right: 16px;
562
+ }
563
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
564
+ margin-bottom: 0;
565
+ }
566
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
567
+ font-size: 12px;
568
+ margin-bottom: 8px;
569
+ }
570
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
571
+ font-size: 12px;
572
+ margin-bottom: 1px;
573
+ }
574
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
575
+ .e-bigger .e-recurrenceeditor .e-year-expander {
576
+ margin-bottom: 11px;
577
+ }
578
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
579
+ width: 30px;
580
+ }
581
+ .e-bigger .e-recurrenceeditor .e-days button {
582
+ height: 40px;
583
+ width: 40px;
584
+ }
585
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
586
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
587
+ padding: 0 0 10px 12px;
588
+ }
589
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
590
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
591
+ padding: 0 12px 10px 0;
592
+ }
593
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
594
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
595
+ padding: 0 64px 0 0;
596
+ }
597
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
598
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
599
+ padding-right: 0;
600
+ }
601
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
602
+ margin-bottom: 5px;
603
+ }
604
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
605
+ padding: 0 0 0 12px;
606
+ }
607
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
608
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
609
+ padding: 0 12px 0 0;
610
+ }
611
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
612
+ left: 0;
613
+ }
614
+
615
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
616
+ width: 25%;
617
+ }
618
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
619
+ width: 20%;
620
+ }
621
+ .e-device .e-recurrenceeditor .e-week-expander-label {
622
+ margin-bottom: 6px;
623
+ }
624
+ .e-device .e-recurrenceeditor .e-month-expander-label {
625
+ font-size: 12px;
626
+ margin-bottom: 5px;
627
+ }
628
+ .e-device .e-recurrenceeditor .e-footer-content {
629
+ padding: 12px;
630
+ }
631
+ .e-device .e-recurrenceeditor .e-form-left,
632
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
633
+ padding: 0 3px 10px 0;
634
+ }
635
+ .e-device .e-recurrenceeditor .e-form-right,
636
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
637
+ padding: 0 0 10px 3px;
638
+ }
639
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
640
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
641
+ padding: 0 0 0 10px;
642
+ }
643
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
644
+ padding-right: 10px;
645
+ }
646
+ .e-device .e-recurrenceeditor.e-end-on {
647
+ padding-right: 0;
648
+ }
649
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
650
+ float: none;
651
+ font-size: 12px;
652
+ font-weight: 400;
653
+ margin-bottom: 8px;
654
+ }
655
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
656
+ padding-right: 0;
657
+ }
658
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
659
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
660
+ padding-left: 20px;
661
+ }
662
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
663
+ margin-left: 20px;
664
+ }
665
+ .e-device .e-recurrenceeditor .e-week-position {
666
+ right: 0;
667
+ padding-right: 10px;
668
+ }
669
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
670
+ padding-right: 0;
671
+ }
672
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
673
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
674
+ padding: 0 10px 0 0;
675
+ }
676
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
677
+ padding: 0 20px 0 0;
678
+ }
679
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
680
+ padding: 0 50px 0 0;
681
+ }
682
+ .e-device .e-recurrenceeditor.e-rtl .e-week-position {
683
+ left: 0;
684
+ }
685
+ .e-device.e-recurrence-dialog .e-dlg-header-content {
686
+ background: none;
687
+ -webkit-box-shadow: none;
688
+ box-shadow: none;
689
+ padding-bottom: 10px;
690
+ }
691
+ .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
692
+ margin-bottom: 8px;
693
+ }
694
+ .e-device.e-recurrence-dialog .e-footer-content {
695
+ padding: 16px 8px;
696
+ }
697
+
698
+ @media (max-width: 1024px) {
699
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
700
+ width: 100%;
701
+ }
702
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
703
+ width: 65%;
704
+ }
705
+ }
706
+ @media (max-width: 580px) {
707
+ .e-recurrenceeditor {
708
+ margin-left: auto;
709
+ margin-right: auto;
710
+ width: 100%;
711
+ }
712
+ .e-recurrenceeditor .e-editor {
713
+ -webkit-box-orient: vertical;
714
+ -webkit-box-direction: normal;
715
+ -ms-flex-direction: column;
716
+ flex-direction: column;
717
+ }
718
+ .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
719
+ margin-top: 0;
720
+ }
721
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
722
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
723
+ margin-bottom: -2px;
724
+ }
725
+ .e-recurrenceeditor .e-editor > div {
726
+ margin-top: 20px;
727
+ }
728
+ .e-recurrenceeditor .e-editor > .e-input-wrapper {
729
+ width: 100%;
730
+ }
731
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
732
+ width: 100%;
733
+ }
734
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
735
+ width: 50%;
736
+ }
737
+ .e-recurrenceeditor .e-editor .e-form-left,
738
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
739
+ padding: 0 0 10px;
740
+ }
741
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
742
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
743
+ padding: 0 0 0 10px;
744
+ }
745
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
746
+ padding-right: 10px;
747
+ }
748
+ .e-recurrenceeditor .e-editor .e-form-right,
749
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
750
+ padding-left: 0;
751
+ }
752
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
753
+ width: 100%;
754
+ }
755
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
756
+ width: 65%;
757
+ }
758
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
759
+ padding-left: 50px;
760
+ }
761
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
762
+ padding-right: 0;
763
+ }
764
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
765
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
766
+ padding: 0 10px 0 0;
767
+ }
768
+ }
769
+ /*! Recurrence-Editor component theme */