@syncfusion/ej2-vue-schedule 26.1.40 → 26.2.4

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