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