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