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