@syncfusion/ej2-vue-schedule 26.1.41 → 26.2.5

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