@syncfusion/ej2-vue-schedule 23.2.4 → 24.1.41

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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  3. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-schedule.es2015.js +66 -4
  5. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-schedule.es5.js +66 -4
  7. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-schedule.min.js +2 -2
  9. package/package.json +9 -9
  10. package/src/index.d.ts +1 -0
  11. package/src/index.js +1 -0
  12. package/src/schedule/index.d.ts +1 -0
  13. package/src/schedule/index.js +1 -0
  14. package/src/schedule/schedule.component.js +6 -3
  15. package/src/schedule/toolbaritems.directive.d.ts +25 -0
  16. package/src/schedule/toolbaritems.directive.js +61 -0
  17. package/styles/bootstrap-dark.css +1 -4546
  18. package/styles/bootstrap.css +1 -4541
  19. package/styles/bootstrap4.css +1 -4650
  20. package/styles/bootstrap5-dark.css +1 -4595
  21. package/styles/bootstrap5.css +1 -4595
  22. package/styles/fabric-dark.css +1 -4513
  23. package/styles/fabric.css +1 -4503
  24. package/styles/fluent-dark.css +1 -4572
  25. package/styles/fluent.css +1 -4572
  26. package/styles/highcontrast-light.css +1 -4585
  27. package/styles/highcontrast.css +1 -4594
  28. package/styles/material-dark.css +1 -4529
  29. package/styles/material.css +1 -4565
  30. package/styles/material3-dark.css +1 -4687
  31. package/styles/material3.css +1 -4799
  32. package/styles/recurrence-editor/bootstrap-dark.css +1 -510
  33. package/styles/recurrence-editor/bootstrap.css +1 -510
  34. package/styles/recurrence-editor/bootstrap4.css +1 -555
  35. package/styles/recurrence-editor/bootstrap5-dark.css +1 -551
  36. package/styles/recurrence-editor/bootstrap5.css +1 -551
  37. package/styles/recurrence-editor/fabric-dark.css +1 -486
  38. package/styles/recurrence-editor/fabric.css +1 -479
  39. package/styles/recurrence-editor/fluent-dark.css +1 -531
  40. package/styles/recurrence-editor/fluent.css +1 -531
  41. package/styles/recurrence-editor/highcontrast-light.css +1 -483
  42. package/styles/recurrence-editor/highcontrast.css +1 -483
  43. package/styles/recurrence-editor/material-dark.css +1 -511
  44. package/styles/recurrence-editor/material.css +1 -536
  45. package/styles/recurrence-editor/material3-dark.css +1 -601
  46. package/styles/recurrence-editor/material3.css +1 -657
  47. package/styles/recurrence-editor/tailwind-dark.css +1 -499
  48. package/styles/recurrence-editor/tailwind.css +1 -499
  49. package/styles/schedule/bootstrap-dark.css +1 -4140
  50. package/styles/schedule/bootstrap.css +1 -4135
  51. package/styles/schedule/bootstrap4.css +1 -4244
  52. package/styles/schedule/bootstrap5-dark.css +1 -4189
  53. package/styles/schedule/bootstrap5.css +1 -4189
  54. package/styles/schedule/fabric-dark.css +1 -4107
  55. package/styles/schedule/fabric.css +1 -4097
  56. package/styles/schedule/fluent-dark.css +1 -4166
  57. package/styles/schedule/fluent.css +1 -4166
  58. package/styles/schedule/highcontrast-light.css +1 -4179
  59. package/styles/schedule/highcontrast.css +1 -4188
  60. package/styles/schedule/material-dark.css +1 -4123
  61. package/styles/schedule/material.css +1 -4159
  62. package/styles/schedule/material3-dark.css +1 -4226
  63. package/styles/schedule/material3.css +1 -4282
  64. package/styles/schedule/tailwind-dark.css +1 -4130
  65. package/styles/schedule/tailwind.css +1 -4130
  66. package/styles/tailwind-dark.css +1 -4536
  67. package/styles/tailwind.css +1 -4536
@@ -1,499 +1 @@
1
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
2
- transform: rotate(0deg);
3
- transition: transform 300ms ease;
4
- }
5
-
6
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
7
- transform: rotate(180deg);
8
- transition: transform 300ms ease;
9
- }
10
-
11
- .e-dropdownbase .e-list-item.e-active.e-hover {
12
- color: #fff;
13
- }
14
-
15
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
16
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
17
- .e-input-group:not(.e-disabled) .e-back-icon:active,
18
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
19
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
20
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
21
- background: transparent;
22
- }
23
-
24
- .e-input-group .e-ddl-icon:not(:active)::after {
25
- animation: none;
26
- }
27
-
28
- .e-ddl.e-popup {
29
- border: 0;
30
- border-radius: 4px;
31
- box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
32
- margin-top: 4px;
33
- }
34
-
35
- .e-small .e-ddl.e-popup,
36
- .e-small.e-ddl.e-popup {
37
- border-radius: 2px;
38
- margin-top: 2px;
39
- }
40
-
41
- .e-bigger .e-ddl.e-popup,
42
- .e-bigger.e-ddl.e-popup {
43
- border-radius: 6px;
44
- margin-top: 8px;
45
- }
46
-
47
- .e-bigger.e-small .e-ddl.e-popup,
48
- .e-small.e-bigger.e-ddl.e-popup {
49
- border-radius: 4px;
50
- margin-top: 6px;
51
- }
52
-
53
- .e-popup.e-ddl .e-dropdownbase {
54
- min-height: 26px;
55
- padding: 4px 0;
56
- }
57
-
58
- .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
59
- border-color: #4b5563;
60
- }
61
-
62
- .e-bigger .e-popup.e-ddl-device-filter {
63
- margin-top: 0;
64
- }
65
-
66
- .e-bigger .e-ddl-device .e-input-group,
67
- .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
68
- background: #374151;
69
- border-width: 0;
70
- box-shadow: none;
71
- margin-bottom: 0;
72
- }
73
-
74
- .e-bigger .e-ddl-device .e-input-group .e-back-icon,
75
- .e-bigger .e-ddl-device .e-input-group input.e-input,
76
- .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
77
- background-color: #374151;
78
- }
79
-
80
- .e-input-group.e-ddl,
81
- .e-input-group.e-ddl .e-input,
82
- .e-input-group.e-ddl .e-ddl-icon {
83
- background: #1f2937;
84
- }
85
-
86
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
87
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
88
- border-bottom-width: 0;
89
- }
90
-
91
- .e-ddl.e-popup.e-outline .e-filter-parent {
92
- padding: 4px 8px;
93
- }
94
-
95
- /*! recurrence editor theme wise definitions*/
96
- /*! Recurrence-Editor component layout */
97
- .e-recurrenceeditor .e-editor {
98
- display: -ms-flexbox;
99
- display: flex;
100
- -ms-flex-flow: row wrap;
101
- flex-flow: row wrap;
102
- margin: 0 auto;
103
- max-width: 1240px;
104
- }
105
- .e-recurrenceeditor .e-recurrence-table {
106
- table-layout: fixed;
107
- width: 100%;
108
- }
109
- .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
110
- width: 27%;
111
- }
112
- .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
113
- width: 24%;
114
- }
115
- .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
116
- display: inline-block;
117
- font-weight: normal;
118
- padding: 18px 0 0 8px;
119
- }
120
- .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
121
- float: none;
122
- width: 100%;
123
- }
124
- .e-recurrenceeditor .e-recurrence-table .e-week-position {
125
- min-width: 94px;
126
- position: relative;
127
- right: 20px;
128
- }
129
- .e-recurrenceeditor .e-recurrence-table .e-day-position {
130
- min-width: 120px;
131
- }
132
- .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
133
- padding-left: 10px;
134
- }
135
- .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
136
- padding: 0 8px 16px 0;
137
- }
138
- .e-recurrenceeditor .e-form-left {
139
- padding: 0 8px 16px 0;
140
- }
141
- .e-recurrenceeditor .e-form-right,
142
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
143
- padding: 0 0 10px;
144
- }
145
- .e-recurrenceeditor .e-input-wrapper {
146
- float: left;
147
- width: 50%;
148
- }
149
- .e-recurrenceeditor .e-input-wrapper div {
150
- margin-bottom: 2.5%;
151
- }
152
- .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
153
- .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
154
- padding-right: 0;
155
- }
156
- .e-recurrenceeditor.e-rtl .e-end-on > div,
157
- .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
158
- float: right;
159
- }
160
- .e-recurrenceeditor.e-rtl .e-form-left,
161
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
162
- padding: 0 0 10px 8px;
163
- }
164
- .e-recurrenceeditor.e-rtl .e-form-right,
165
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
166
- padding: 0 8px 10px 0;
167
- }
168
- .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
169
- position: relative;
170
- right: 10px;
171
- }
172
- .e-recurrenceeditor.e-rtl .e-week-position {
173
- left: 20px;
174
- right: 0;
175
- }
176
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
177
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
178
- padding-right: 0;
179
- }
180
- .e-recurrenceeditor.e-rtl .e-end-on-label {
181
- margin-bottom: 5px;
182
- }
183
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
184
- padding: 0 0 0 8px;
185
- }
186
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
187
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
188
- padding: 0 8px 0 0;
189
- }
190
- .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
191
- width: 30px;
192
- }
193
- .e-recurrenceeditor .e-days .e-week-expander-label {
194
- font-size: 14px;
195
- font-weight: 400;
196
- margin-bottom: 8px;
197
- }
198
- .e-recurrenceeditor .e-days button {
199
- border-radius: 50%;
200
- -ms-flex-flow: row wrap;
201
- flex-flow: row wrap;
202
- height: 35px;
203
- margin: 0 8px 10px;
204
- width: 35px;
205
- }
206
- .e-recurrenceeditor .e-hide-recurrence-element {
207
- display: none;
208
- }
209
- .e-recurrenceeditor .e-half-space {
210
- width: 20%;
211
- }
212
- .e-recurrenceeditor .e-year-expander {
213
- margin-bottom: 11px;
214
- }
215
- .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
216
- padding-bottom: 11px;
217
- }
218
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
219
- padding-top: 3px;
220
- }
221
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
222
- display: none;
223
- }
224
- .e-recurrenceeditor .e-input-wrapper-side {
225
- float: left;
226
- padding: 16px 20px 0;
227
- width: 50%;
228
- }
229
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
230
- float: none;
231
- font-size: 14px;
232
- font-weight: 400;
233
- margin-bottom: 7px;
234
- padding-right: 16px;
235
- }
236
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
237
- padding-right: 16px;
238
- }
239
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
240
- margin: 0;
241
- }
242
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
243
- font-size: 14px;
244
- font-weight: 400;
245
- margin-bottom: 7px;
246
- padding-right: 16px;
247
- }
248
- .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
249
- padding-bottom: 6px;
250
- }
251
- .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
252
- padding-bottom: 12px;
253
- }
254
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
255
- margin-bottom: 11px;
256
- }
257
-
258
- .e-bigger .e-recurrenceeditor {
259
- padding: 0;
260
- }
261
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
262
- padding: 0 12px 11px 0;
263
- }
264
- .e-bigger .e-recurrenceeditor .e-form-left {
265
- padding: 0 12px 14px 0;
266
- }
267
- .e-bigger .e-recurrenceeditor .e-form-right,
268
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
269
- padding: 0 0 10px;
270
- }
271
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
272
- padding-bottom: 6px;
273
- }
274
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
275
- padding-left: 70px;
276
- }
277
- .e-bigger .e-recurrenceeditor .e-week-position {
278
- min-width: 130px;
279
- right: 0;
280
- }
281
- .e-bigger .e-recurrenceeditor .e-day-position {
282
- min-width: 197px;
283
- padding-left: 54px;
284
- }
285
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
286
- font-size: 16px;
287
- margin-bottom: 0;
288
- }
289
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
290
- padding-right: 2px;
291
- }
292
- .e-bigger .e-recurrenceeditor .e-end-on-label {
293
- margin-bottom: 0;
294
- }
295
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
296
- font-size: 16px;
297
- margin-bottom: 8px;
298
- }
299
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
300
- padding-bottom: 12px;
301
- }
302
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
303
- font-size: 16px;
304
- margin-bottom: 1px;
305
- }
306
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
307
- .e-bigger .e-recurrenceeditor .e-year-expander,
308
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
309
- margin-bottom: 11px;
310
- }
311
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
312
- width: 30px;
313
- }
314
- .e-bigger .e-recurrenceeditor .e-days button {
315
- height: 40px;
316
- width: 40px;
317
- }
318
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
319
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
320
- padding: 0 0 10px 12px;
321
- }
322
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
323
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
324
- padding: 0 12px 10px 0;
325
- }
326
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
327
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
328
- padding: 0 64px 0 0;
329
- }
330
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
331
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
332
- padding-right: 0;
333
- }
334
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
335
- margin-bottom: 5px;
336
- }
337
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
338
- padding: 0 0 0 12px;
339
- }
340
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
341
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
342
- padding: 0 12px 0 0;
343
- }
344
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
345
- left: 0;
346
- }
347
-
348
- .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
349
- width: 25%;
350
- }
351
- .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
352
- width: 20%;
353
- }
354
- .e-device .e-recurrenceeditor .e-week-expander-label {
355
- margin-bottom: 6px;
356
- }
357
- .e-device .e-recurrenceeditor .e-month-expander-label {
358
- font-size: 12px;
359
- margin-bottom: 5px;
360
- }
361
- .e-device .e-recurrenceeditor .e-footer-content {
362
- padding: 12px;
363
- }
364
- .e-device .e-recurrenceeditor .e-form-left,
365
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
366
- padding: 0 3px 10px 0;
367
- }
368
- .e-device .e-recurrenceeditor .e-form-right,
369
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
370
- padding: 0 0 10px 3px;
371
- }
372
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
373
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
374
- padding: 0 0 0 10px;
375
- }
376
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
377
- padding-right: 10px;
378
- }
379
- .e-device .e-recurrenceeditor.e-end-on {
380
- padding-right: 0;
381
- }
382
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
383
- float: none;
384
- font-size: 12px;
385
- font-weight: 400;
386
- margin-bottom: 7px;
387
- }
388
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
389
- padding-right: 0;
390
- }
391
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
392
- .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
393
- padding-left: 20px;
394
- }
395
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
396
- margin-left: 20px;
397
- }
398
- .e-device .e-recurrenceeditor .e-week-position {
399
- right: 0;
400
- padding-right: 10px;
401
- }
402
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
403
- padding-right: 0;
404
- }
405
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
406
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
407
- padding: 0 10px 0 0;
408
- }
409
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
410
- padding: 0 20px 0 0;
411
- }
412
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
413
- padding: 0 50px 0 0;
414
- }
415
- .e-device .e-recurrenceeditor.e-rtl .e-week-position {
416
- left: 0;
417
- }
418
- .e-device.e-recurrence-dialog .e-dlg-header-content {
419
- background: none;
420
- box-shadow: none;
421
- padding-bottom: 10px;
422
- }
423
- .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
424
- margin-bottom: 7px;
425
- }
426
- .e-device.e-recurrence-dialog .e-footer-content {
427
- padding: 16px 8px;
428
- }
429
-
430
- @media (max-width: 1024px) {
431
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
432
- width: 100%;
433
- }
434
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
435
- width: 65%;
436
- }
437
- }
438
- @media (max-width: 580px) {
439
- .e-recurrenceeditor {
440
- margin-left: auto;
441
- margin-right: auto;
442
- width: 100%;
443
- }
444
- .e-recurrenceeditor .e-editor {
445
- -ms-flex-direction: column;
446
- flex-direction: column;
447
- }
448
- .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
449
- margin-top: 0;
450
- }
451
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
452
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
453
- margin-bottom: 7px;
454
- }
455
- .e-recurrenceeditor .e-editor > div {
456
- margin-top: 20px;
457
- }
458
- .e-recurrenceeditor .e-editor > .e-input-wrapper {
459
- width: 100%;
460
- }
461
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
462
- width: 100%;
463
- }
464
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
465
- width: 50%;
466
- }
467
- .e-recurrenceeditor .e-editor .e-form-left,
468
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
469
- padding: 0 0 10px;
470
- }
471
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
472
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
473
- padding: 0 0 0 10px;
474
- }
475
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
476
- padding-right: 10px;
477
- }
478
- .e-recurrenceeditor .e-editor .e-form-right,
479
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
480
- padding-left: 0;
481
- }
482
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
483
- width: 100%;
484
- }
485
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
486
- width: 65%;
487
- }
488
- .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
489
- padding-left: 50px;
490
- }
491
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
492
- padding-right: 0;
493
- }
494
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
495
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
496
- padding: 0 10px 0 0;
497
- }
498
- }
499
- /*! Recurrence-Editor component theme */
1
+ @import '@syncfusion/ej2-schedule/styles/recurrence-editor/tailwind-dark.css';