@syncfusion/ej2-react-schedule 26.1.41 → 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 (57) hide show
  1. package/dist/ej2-react-schedule.min.js +1 -1
  2. package/dist/ej2-react-schedule.umd.min.js +1 -1
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +1 -4708
  5. package/styles/bootstrap.css +1 -4703
  6. package/styles/bootstrap4.css +1 -4805
  7. package/styles/bootstrap5-dark.css +1 -4749
  8. package/styles/bootstrap5.css +1 -4749
  9. package/styles/fabric-dark.css +1 -4670
  10. package/styles/fabric.css +1 -4660
  11. package/styles/fluent-dark.css +1 -4733
  12. package/styles/fluent.css +1 -4733
  13. package/styles/fluent2.css +1 -6991
  14. package/styles/highcontrast-light.css +1 -4745
  15. package/styles/highcontrast.css +1 -4754
  16. package/styles/material-dark.css +1 -4725
  17. package/styles/material.css +1 -4772
  18. package/styles/material3-dark.css +1 -4990
  19. package/styles/material3.css +1 -5214
  20. package/styles/recurrence-editor/bootstrap-dark.css +1 -503
  21. package/styles/recurrence-editor/bootstrap.css +1 -503
  22. package/styles/recurrence-editor/bootstrap4.css +1 -549
  23. package/styles/recurrence-editor/bootstrap5-dark.css +1 -545
  24. package/styles/recurrence-editor/bootstrap5.css +1 -545
  25. package/styles/recurrence-editor/fabric-dark.css +1 -478
  26. package/styles/recurrence-editor/fabric.css +1 -471
  27. package/styles/recurrence-editor/fluent-dark.css +1 -525
  28. package/styles/recurrence-editor/fluent.css +1 -525
  29. package/styles/recurrence-editor/fluent2.css +1 -1534
  30. package/styles/recurrence-editor/highcontrast-light.css +1 -475
  31. package/styles/recurrence-editor/highcontrast.css +1 -475
  32. package/styles/recurrence-editor/material-dark.css +1 -512
  33. package/styles/recurrence-editor/material.css +1 -537
  34. package/styles/recurrence-editor/material3-dark.css +1 -657
  35. package/styles/recurrence-editor/material3.css +1 -769
  36. package/styles/recurrence-editor/tailwind-dark.css +1 -500
  37. package/styles/recurrence-editor/tailwind.css +1 -500
  38. package/styles/schedule/bootstrap-dark.css +1 -4312
  39. package/styles/schedule/bootstrap.css +1 -4307
  40. package/styles/schedule/bootstrap4.css +1 -4409
  41. package/styles/schedule/bootstrap5-dark.css +1 -4353
  42. package/styles/schedule/bootstrap5.css +1 -4353
  43. package/styles/schedule/fabric-dark.css +1 -4274
  44. package/styles/schedule/fabric.css +1 -4264
  45. package/styles/schedule/fluent-dark.css +1 -4337
  46. package/styles/schedule/fluent.css +1 -4337
  47. package/styles/schedule/fluent2.css +1 -5561
  48. package/styles/schedule/highcontrast-light.css +1 -4349
  49. package/styles/schedule/highcontrast.css +1 -4358
  50. package/styles/schedule/material-dark.css +1 -4329
  51. package/styles/schedule/material.css +1 -4376
  52. package/styles/schedule/material3-dark.css +1 -4484
  53. package/styles/schedule/material3.css +1 -4596
  54. package/styles/schedule/tailwind-dark.css +1 -4303
  55. package/styles/schedule/tailwind.css +1 -4303
  56. package/styles/tailwind-dark.css +1 -4699
  57. package/styles/tailwind.css +1 -4699
@@ -1,657 +1 @@
1
- :root {
2
- --color-sf-black: 0, 0, 0;
3
- --color-sf-white: 255, 255, 255;
4
- --color-sf-primary: 208, 188, 255;
5
- --color-sf-primary-container: 79, 55, 139;
6
- --color-sf-secondary: 204, 194, 220;
7
- --color-sf-secondary-container: 74, 68, 88;
8
- --color-sf-tertiary: 239, 184, 200;
9
- --color-sf-tertiary-container: 99, 59, 72;
10
- --color-sf-surface: 28, 27, 31;
11
- --color-sf-surface-variant: 73, 69, 79;
12
- --color-sf-background: var(--color-sf-surface);
13
- --color-sf-on-primary: 55, 30, 115;
14
- --color-sf-on-primary-container: 234, 221, 255;
15
- --color-sf-on-secondary: 51, 45, 65;
16
- --color-sf-on-secondary-container: 232, 222, 248;
17
- --color-sf-on-tertiary: 73, 37, 50;
18
- --color-sf-on-tertiary-containe: 255, 216, 228;
19
- --color-sf-on-surface: 230, 225, 229;
20
- --color-sf-on-surface-variant: 202, 196, 208;
21
- --color-sf-on-background: 230, 225, 229;
22
- --color-sf-outline: 147, 143, 153;
23
- --color-sf-outline-variant: 68, 71, 70;
24
- --color-sf-shadow: 0, 0, 0;
25
- --color-sf-surface-tint-color: 208, 188, 255;
26
- --color-sf-inverse-surface: 230, 225, 229;
27
- --color-sf-inverse-on-surface: 49, 48, 51;
28
- --color-sf-inverse-primary: 103, 80, 164;
29
- --color-sf-scrim: 0, 0, 0;
30
- --color-sf-error: 242, 184, 181;
31
- --color-sf-error-container: 140, 29, 24;
32
- --color-sf-on-error: 96, 20, 16;
33
- --color-sf-on-error-container: 249, 222, 220;
34
- --color-sf-success: 83, 202, 23;
35
- --color-sf-success-container: 22, 62, 2;
36
- --color-sf-on-success: 13, 39, 0;
37
- --color-sf-on-success-container: 183, 250, 150;
38
- --color-sf-info: 71, 172, 251;
39
- --color-sf-info-container: 0, 67, 120;
40
- --color-sf-on-info: 0, 51, 91;
41
- --color-sf-on-info-container: 173, 219, 255;
42
- --color-sf-warning: 245, 180, 130;
43
- --color-sf-warning-container: 123, 65, 0;
44
- --color-sf-on-warning: 99, 52, 0;
45
- --color-sf-on-warning-container: 255, 220, 193;
46
- --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
- --color-sf-success-text: 0, 0, 0;
49
- --color-sf-warning-text: 0, 0, 0;
50
- --color-sf-info-text: 0, 0, 0;
51
- --color-sf-danger-text: 0, 0, 0;
52
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
53
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
54
- }
55
-
56
- :root {
57
- --color-sf-black: 0, 0, 0;
58
- --color-sf-white: 255, 255, 255;
59
- --color-sf-primary: 208, 188, 255;
60
- --color-sf-primary-container: 79, 55, 139;
61
- --color-sf-secondary: 204, 194, 220;
62
- --color-sf-secondary-container: 74, 68, 88;
63
- --color-sf-tertiary: 239, 184, 200;
64
- --color-sf-tertiary-container: 99, 59, 72;
65
- --color-sf-surface: 28, 27, 31;
66
- --color-sf-surface-variant: 73, 69, 79;
67
- --color-sf-background: var(--color-sf-surface);
68
- --color-sf-on-primary: 55, 30, 115;
69
- --color-sf-on-primary-container: 234, 221, 255;
70
- --color-sf-on-secondary: 51, 45, 65;
71
- --color-sf-on-secondary-container: 232, 222, 248;
72
- --color-sf-on-tertiary: 73, 37, 50;
73
- --color-sf-on-tertiary-containe: 255, 216, 228;
74
- --color-sf-on-surface: 230, 225, 229;
75
- --color-sf-on-surface-variant: 202, 196, 208;
76
- --color-sf-on-background: 230, 225, 229;
77
- --color-sf-outline: 147, 143, 153;
78
- --color-sf-outline-variant: 68, 71, 70;
79
- --color-sf-shadow: 0, 0, 0;
80
- --color-sf-surface-tint-color: 208, 188, 255;
81
- --color-sf-inverse-surface: 230, 225, 229;
82
- --color-sf-inverse-on-surface: 49, 48, 51;
83
- --color-sf-inverse-primary: 103, 80, 164;
84
- --color-sf-scrim: 0, 0, 0;
85
- --color-sf-error: 242, 184, 181;
86
- --color-sf-error-container: 140, 29, 24;
87
- --color-sf-on-error: 96, 20, 16;
88
- --color-sf-on-error-container: 249, 222, 220;
89
- --color-sf-success: 83, 202, 23;
90
- --color-sf-success-container: 22, 62, 2;
91
- --color-sf-on-success: 13, 39, 0;
92
- --color-sf-on-success-container: 183, 250, 150;
93
- --color-sf-info: 71, 172, 251;
94
- --color-sf-info-container: 0, 67, 120;
95
- --color-sf-on-info: 0, 51, 91;
96
- --color-sf-on-info-container: 173, 219, 255;
97
- --color-sf-warning: 245, 180, 130;
98
- --color-sf-warning-container: 123, 65, 0;
99
- --color-sf-on-warning: 99, 52, 0;
100
- --color-sf-on-warning-container: 255, 220, 193;
101
- --color-sf-spreadsheet-gridline: 231, 224, 236;
102
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
103
- --color-sf-success-text: 0, 0, 0;
104
- --color-sf-warning-text: 0, 0, 0;
105
- --color-sf-info-text: 0, 0, 0;
106
- --color-sf-danger-text: 0, 0, 0;
107
- --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
108
- --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
109
- }
110
-
111
- .e-ddl.e-control-wrapper .e-ddl-icon::before {
112
- -webkit-transform: rotate(0deg);
113
- transform: rotate(0deg);
114
- -webkit-transition: -webkit-transform 300ms ease;
115
- transition: -webkit-transform 300ms ease;
116
- transition: transform 300ms ease;
117
- transition: transform 300ms ease, -webkit-transform 300ms ease;
118
- }
119
-
120
- .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
121
- -webkit-transform: rotate(180deg);
122
- transform: rotate(180deg);
123
- -webkit-transition: -webkit-transform 300ms ease;
124
- transition: -webkit-transform 300ms ease;
125
- transition: transform 300ms ease;
126
- transition: transform 300ms ease, -webkit-transform 300ms ease;
127
- }
128
-
129
- .e-dropdownbase .e-list-item.e-active.e-hover {
130
- color: rgba(var(--color-sf-on-surface));
131
- }
132
-
133
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
134
- .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
135
- .e-input-group:not(.e-disabled) .e-back-icon:active,
136
- .e-input-group:not(.e-disabled) .e-back-icon:hover,
137
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
138
- .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
139
- background: rgba(var(--color-sf-on-surface), 0.08);
140
- }
141
-
142
- .e-input-group .e-ddl-icon:not(:active)::after {
143
- -webkit-animation: none;
144
- animation: none;
145
- }
146
-
147
- .e-ddl.e-popup {
148
- border: 0;
149
- -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
150
- box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
151
- margin-top: 2px;
152
- }
153
-
154
- .e-popup.e-ddl .e-dropdownbase {
155
- min-height: 26px;
156
- border-radius: 4px;
157
- }
158
-
159
- .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
160
- border-color: rgba(var(--color-sf-primary));
161
- }
162
-
163
- .e-bigger .e-popup.e-ddl-device-filter {
164
- margin-top: 0;
165
- }
166
-
167
- .e-bigger .e-ddl-device .e-input-group,
168
- .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
169
- background: rgba(0, 0, 0, 0.0001);
170
- border-width: 0;
171
- -webkit-box-shadow: none;
172
- box-shadow: none;
173
- margin-bottom: 0;
174
- }
175
-
176
- .e-bigger .e-ddl-device .e-input-group .e-back-icon,
177
- .e-bigger .e-ddl-device .e-input-group input.e-input,
178
- .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
179
- background: rgba(0, 0, 0, 0.0001);
180
- }
181
-
182
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
183
- margin: 0 6px;
184
- min-height: 30px;
185
- min-width: 30px;
186
- }
187
-
188
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
189
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
190
- min-height: 38px;
191
- min-width: 38px;
192
- }
193
-
194
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
195
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
196
- min-height: 22px;
197
- min-width: 22px;
198
- }
199
-
200
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
201
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
202
- padding: 4px 16px 4px 0;
203
- }
204
-
205
- .e-input-group.e-ddl,
206
- .e-input-group.e-ddl .e-input,
207
- .e-input-group.e-ddl .e-ddl-icon {
208
- background: transparent;
209
- }
210
-
211
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
212
- .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
213
- border-bottom-width: 0;
214
- }
215
-
216
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
217
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
218
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
219
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
220
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
221
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
222
- margin: 4px;
223
- }
224
-
225
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
226
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
227
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
228
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
229
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
230
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
231
- padding: 4px 5px 4px 12px;
232
- }
233
-
234
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
235
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
236
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
237
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
238
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
239
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
240
- .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
241
- min-height: 34px;
242
- min-width: 34px;
243
- }
244
-
245
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
246
- .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
247
- .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
248
- .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
249
- .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
250
- .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
251
- .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
252
- padding: 8px 16px;
253
- }
254
-
255
- .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
256
- margin: 0 4px;
257
- }
258
-
259
- .e-ddl.e-popup.e-outline .e-filter-parent {
260
- padding: 4px 8px;
261
- }
262
-
263
- .e-recurrenceeditor .e-editor {
264
- display: -webkit-box;
265
- display: -ms-flexbox;
266
- display: flex;
267
- -webkit-box-orient: horizontal;
268
- -webkit-box-direction: normal;
269
- -ms-flex-flow: row wrap;
270
- flex-flow: row wrap;
271
- margin: 0 auto;
272
- max-width: 1240px;
273
- }
274
- .e-recurrenceeditor .e-recurrence-table {
275
- table-layout: fixed;
276
- width: 100%;
277
- }
278
- .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
279
- width: 27%;
280
- }
281
- .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
282
- width: 24%;
283
- }
284
- .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
285
- display: inline-block;
286
- font-weight: normal;
287
- padding: 18px 0 0 8px;
288
- }
289
- .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
290
- float: none;
291
- width: 100%;
292
- }
293
- .e-recurrenceeditor .e-recurrence-table .e-week-position {
294
- min-width: 98px;
295
- position: relative;
296
- right: 20px;
297
- }
298
- .e-recurrenceeditor .e-recurrence-table .e-day-position {
299
- min-width: 120px;
300
- }
301
- .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
302
- padding-left: 10px;
303
- }
304
- .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
305
- padding: 0 8px 16px 0;
306
- }
307
- .e-recurrenceeditor .e-form-left {
308
- padding: 0 8px 16px 0;
309
- }
310
- .e-recurrenceeditor .e-form-right,
311
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
312
- padding: 0 0 10px;
313
- }
314
- .e-recurrenceeditor .e-input-wrapper {
315
- float: left;
316
- width: 50%;
317
- }
318
- .e-recurrenceeditor .e-input-wrapper div {
319
- margin-bottom: 2.5%;
320
- }
321
- .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
322
- .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
323
- padding-right: 0;
324
- margin-top: 16px;
325
- }
326
- .e-recurrenceeditor.e-rtl .e-end-on > div,
327
- .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
328
- float: right;
329
- }
330
- .e-recurrenceeditor.e-rtl .e-form-left,
331
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
332
- padding: 0 0 10px 8px;
333
- }
334
- .e-recurrenceeditor.e-rtl .e-form-right,
335
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
336
- padding: 0 8px 10px 0;
337
- }
338
- .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
339
- position: relative;
340
- right: 10px;
341
- }
342
- .e-recurrenceeditor.e-rtl .e-week-position {
343
- left: 20px;
344
- right: 0;
345
- }
346
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
347
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
348
- padding-right: 0;
349
- }
350
- .e-recurrenceeditor.e-rtl .e-end-on-label {
351
- margin-bottom: 5px;
352
- }
353
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
354
- padding: 0 0 0 8px;
355
- }
356
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
357
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
358
- padding: 0 8px 0 0;
359
- }
360
- .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
361
- width: 30px;
362
- }
363
- .e-recurrenceeditor .e-days .e-week-expander-label {
364
- font-size: 12px;
365
- font-weight: 400;
366
- margin-bottom: 8px;
367
- }
368
- .e-recurrenceeditor .e-days button {
369
- border-radius: 50%;
370
- -webkit-box-orient: horizontal;
371
- -webkit-box-direction: normal;
372
- -ms-flex-flow: row wrap;
373
- flex-flow: row wrap;
374
- height: 35px;
375
- margin: 0 8px 10px;
376
- width: 35px;
377
- }
378
- .e-recurrenceeditor .e-hide-recurrence-element {
379
- display: none;
380
- }
381
- .e-recurrenceeditor .e-half-space {
382
- width: 20%;
383
- }
384
- .e-recurrenceeditor .e-year-expander {
385
- margin-bottom: 11px;
386
- }
387
- .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
388
- padding-bottom: 11px;
389
- }
390
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
391
- padding-top: 3px;
392
- }
393
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
394
- display: none;
395
- }
396
- .e-recurrenceeditor .e-input-wrapper-side {
397
- float: left;
398
- padding: 16px 20px 0;
399
- width: 50%;
400
- }
401
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
402
- padding-right: 16px;
403
- }
404
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
405
- margin: 0;
406
- }
407
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
408
- font-size: 12px;
409
- font-weight: 400;
410
- margin-bottom: -2px;
411
- padding-right: 16px;
412
- }
413
- .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
414
- padding-bottom: 6px;
415
- }
416
- .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
417
- padding-bottom: 12px;
418
- }
419
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
420
- margin-bottom: 11px;
421
- }
422
-
423
- .e-bigger .e-recurrenceeditor {
424
- padding: 0;
425
- }
426
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
427
- padding: 0 12px 11px 0;
428
- }
429
- .e-bigger .e-recurrenceeditor .e-form-left {
430
- padding: 0 12px 14px 0;
431
- }
432
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
433
- padding-left: 70px;
434
- }
435
- .e-bigger .e-recurrenceeditor .e-week-position {
436
- min-width: 130px;
437
- right: 0;
438
- }
439
- .e-bigger .e-recurrenceeditor .e-day-position {
440
- min-width: 190px;
441
- padding-left: 54px;
442
- }
443
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
444
- font-size: 12px;
445
- margin-bottom: -1px;
446
- font-weight: 400;
447
- }
448
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
449
- padding-right: 16px;
450
- }
451
- .e-bigger .e-recurrenceeditor .e-end-on-label {
452
- margin-bottom: 0;
453
- }
454
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
455
- font-size: 12px;
456
- margin-bottom: 8px;
457
- }
458
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
459
- font-size: 12px;
460
- margin-bottom: 1px;
461
- }
462
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
463
- .e-bigger .e-recurrenceeditor .e-year-expander {
464
- margin-bottom: 11px;
465
- }
466
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
467
- width: 30px;
468
- }
469
- .e-bigger .e-recurrenceeditor .e-days button {
470
- height: 40px;
471
- width: 40px;
472
- }
473
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
474
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
475
- padding: 0 0 10px 12px;
476
- }
477
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
478
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
479
- padding: 0 12px 10px 0;
480
- }
481
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
482
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
483
- padding: 0 64px 0 0;
484
- }
485
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
486
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
487
- padding-right: 0;
488
- }
489
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
490
- margin-bottom: 5px;
491
- }
492
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
493
- padding: 0 0 0 12px;
494
- }
495
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
496
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
497
- padding: 0 12px 0 0;
498
- }
499
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
500
- left: 0;
501
- }
502
-
503
- .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
504
- width: 25%;
505
- }
506
- .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
507
- width: 20%;
508
- }
509
- .e-device .e-recurrenceeditor .e-week-expander-label {
510
- margin-bottom: 6px;
511
- }
512
- .e-device .e-recurrenceeditor .e-month-expander-label {
513
- font-size: 12px;
514
- margin-bottom: 5px;
515
- }
516
- .e-device .e-recurrenceeditor .e-footer-content {
517
- padding: 12px;
518
- }
519
- .e-device .e-recurrenceeditor .e-form-left,
520
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
521
- padding: 0 3px 10px 0;
522
- }
523
- .e-device .e-recurrenceeditor .e-form-right,
524
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
525
- padding: 0 0 10px 3px;
526
- }
527
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
528
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
529
- padding: 0 0 0 10px;
530
- }
531
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
532
- padding-right: 10px;
533
- }
534
- .e-device .e-recurrenceeditor.e-end-on {
535
- padding-right: 0;
536
- }
537
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
538
- float: none;
539
- font-size: 12px;
540
- font-weight: 400;
541
- margin-bottom: 8px;
542
- }
543
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
544
- padding-right: 0;
545
- }
546
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
547
- .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
548
- padding-left: 20px;
549
- }
550
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
551
- margin-left: 20px;
552
- }
553
- .e-device .e-recurrenceeditor .e-week-position {
554
- right: 0;
555
- padding-right: 10px;
556
- }
557
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
558
- padding-right: 0;
559
- }
560
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
561
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
562
- padding: 0 10px 0 0;
563
- }
564
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
565
- padding: 0 20px 0 0;
566
- }
567
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
568
- padding: 0 50px 0 0;
569
- }
570
- .e-device .e-recurrenceeditor.e-rtl .e-week-position {
571
- left: 0;
572
- }
573
- .e-device.e-recurrence-dialog .e-dlg-header-content {
574
- background: none;
575
- -webkit-box-shadow: none;
576
- box-shadow: none;
577
- padding-bottom: 10px;
578
- }
579
- .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
580
- margin-bottom: 8px;
581
- }
582
- .e-device.e-recurrence-dialog .e-footer-content {
583
- padding: 16px 8px;
584
- }
585
-
586
- @media (max-width: 1024px) {
587
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
588
- width: 100%;
589
- }
590
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
591
- width: 65%;
592
- }
593
- }
594
- @media (max-width: 580px) {
595
- .e-recurrenceeditor {
596
- margin-left: auto;
597
- margin-right: auto;
598
- width: 100%;
599
- }
600
- .e-recurrenceeditor .e-editor {
601
- -webkit-box-orient: vertical;
602
- -webkit-box-direction: normal;
603
- -ms-flex-direction: column;
604
- flex-direction: column;
605
- }
606
- .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
607
- margin-top: 0;
608
- }
609
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
610
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
611
- margin-bottom: -2px;
612
- }
613
- .e-recurrenceeditor .e-editor > div {
614
- margin-top: 20px;
615
- }
616
- .e-recurrenceeditor .e-editor > .e-input-wrapper {
617
- width: 100%;
618
- }
619
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
620
- width: 100%;
621
- }
622
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
623
- width: 50%;
624
- }
625
- .e-recurrenceeditor .e-editor .e-form-left,
626
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
627
- padding: 0 0 10px;
628
- }
629
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
630
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
631
- padding: 0 0 0 10px;
632
- }
633
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
634
- padding-right: 10px;
635
- }
636
- .e-recurrenceeditor .e-editor .e-form-right,
637
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
638
- padding-left: 0;
639
- }
640
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
641
- width: 100%;
642
- }
643
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
644
- width: 65%;
645
- }
646
- .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
647
- padding-left: 50px;
648
- }
649
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
650
- padding-right: 0;
651
- }
652
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
653
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
654
- padding: 0 10px 0 0;
655
- }
656
- }
657
- /*! Recurrence-Editor component theme */
1
+ @import '@syncfusion/ej2-schedule/styles/recurrence-editor/material3-dark.css';