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