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