@syncfusion/ej2-vue-schedule 21.2.9 → 22.1.34

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