@syncfusion/ej2-angular-schedule 20.4.38 → 20.4.40-ngcc

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 (173) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +840 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +788 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1591 -0
  6. package/README.md +122 -48
  7. package/dist/ej2-angular-schedule.umd.js +971 -0
  8. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  9. package/dist/ej2-angular-schedule.umd.min.js +2 -0
  10. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  11. package/ej2-angular-schedule.d.ts +6 -0
  12. package/ej2-angular-schedule.metadata.json +1 -0
  13. package/package.json +68 -91
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  17. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  18. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  19. package/src/schedule/headerrows.directive.d.ts +0 -5
  20. package/src/schedule/resources.directive.d.ts +0 -5
  21. package/src/schedule/schedule-all.module.d.ts +0 -6
  22. package/src/schedule/schedule.component.d.ts +0 -3
  23. package/src/schedule/schedule.module.d.ts +0 -9
  24. package/src/schedule/views.directive.d.ts +6 -6
  25. package/styles/bootstrap-dark.css +369 -106
  26. package/styles/bootstrap.css +368 -104
  27. package/styles/bootstrap4.css +380 -146
  28. package/styles/bootstrap5-dark.css +344 -142
  29. package/styles/bootstrap5.css +344 -142
  30. package/styles/fabric-dark.css +335 -106
  31. package/styles/fabric.css +321 -111
  32. package/styles/fluent-dark.css +400 -107
  33. package/styles/fluent.css +400 -107
  34. package/styles/highcontrast-light.css +412 -103
  35. package/styles/highcontrast.css +404 -118
  36. package/styles/material-dark.css +367 -115
  37. package/styles/material.css +409 -115
  38. package/styles/recurrence-editor/bootstrap-dark.css +142 -33
  39. package/styles/recurrence-editor/bootstrap-dark.scss +1 -3
  40. package/styles/recurrence-editor/bootstrap.css +142 -33
  41. package/styles/recurrence-editor/bootstrap.scss +1 -3
  42. package/styles/recurrence-editor/bootstrap4.css +176 -33
  43. package/styles/recurrence-editor/bootstrap4.scss +1 -3
  44. package/styles/recurrence-editor/bootstrap5-dark.css +183 -33
  45. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -3
  46. package/styles/recurrence-editor/bootstrap5.css +183 -33
  47. package/styles/recurrence-editor/bootstrap5.scss +1 -3
  48. package/styles/recurrence-editor/fabric-dark.css +118 -33
  49. package/styles/recurrence-editor/fabric-dark.scss +1 -3
  50. package/styles/recurrence-editor/fabric.css +111 -33
  51. package/styles/recurrence-editor/fabric.scss +1 -3
  52. package/styles/recurrence-editor/fluent-dark.css +163 -33
  53. package/styles/recurrence-editor/fluent-dark.scss +1 -3
  54. package/styles/recurrence-editor/fluent.css +163 -33
  55. package/styles/recurrence-editor/fluent.scss +1 -3
  56. package/styles/recurrence-editor/highcontrast-light.css +115 -33
  57. package/styles/recurrence-editor/highcontrast-light.scss +1 -3
  58. package/styles/recurrence-editor/highcontrast.css +115 -33
  59. package/styles/recurrence-editor/highcontrast.scss +1 -3
  60. package/styles/recurrence-editor/material-dark.css +143 -33
  61. package/styles/recurrence-editor/material-dark.scss +1 -3
  62. package/styles/recurrence-editor/material.css +168 -33
  63. package/styles/recurrence-editor/material.scss +1 -3
  64. package/styles/recurrence-editor/tailwind-dark.css +131 -33
  65. package/styles/recurrence-editor/tailwind-dark.scss +1 -3
  66. package/styles/recurrence-editor/tailwind.css +131 -33
  67. package/styles/recurrence-editor/tailwind.scss +1 -3
  68. package/styles/schedule/bootstrap-dark.css +332 -73
  69. package/styles/schedule/bootstrap-dark.scss +1 -5
  70. package/styles/schedule/bootstrap.css +331 -71
  71. package/styles/schedule/bootstrap.scss +1 -5
  72. package/styles/schedule/bootstrap4.css +343 -113
  73. package/styles/schedule/bootstrap4.scss +1 -5
  74. package/styles/schedule/bootstrap5-dark.css +307 -109
  75. package/styles/schedule/bootstrap5-dark.scss +1 -4
  76. package/styles/schedule/bootstrap5.css +307 -109
  77. package/styles/schedule/bootstrap5.scss +1 -5
  78. package/styles/schedule/fabric-dark.css +298 -73
  79. package/styles/schedule/fabric-dark.scss +1 -5
  80. package/styles/schedule/fabric.css +284 -78
  81. package/styles/schedule/fabric.scss +1 -5
  82. package/styles/schedule/fluent-dark.css +363 -74
  83. package/styles/schedule/fluent-dark.scss +1 -4
  84. package/styles/schedule/fluent.css +363 -74
  85. package/styles/schedule/fluent.scss +1 -5
  86. package/styles/schedule/highcontrast-light.css +375 -70
  87. package/styles/schedule/highcontrast-light.scss +1 -5
  88. package/styles/schedule/highcontrast.css +367 -85
  89. package/styles/schedule/highcontrast.scss +1 -5
  90. package/styles/schedule/material-dark.css +330 -82
  91. package/styles/schedule/material-dark.scss +1 -5
  92. package/styles/schedule/material.css +372 -82
  93. package/styles/schedule/material.scss +1 -5
  94. package/styles/schedule/tailwind-dark.css +246 -111
  95. package/styles/schedule/tailwind-dark.scss +1 -4
  96. package/styles/schedule/tailwind.css +246 -111
  97. package/styles/schedule/tailwind.scss +1 -5
  98. package/styles/tailwind-dark.css +284 -145
  99. package/styles/tailwind.css +284 -145
  100. package/esm2020/public_api.mjs +0 -3
  101. package/esm2020/src/index.mjs +0 -11
  102. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  103. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  104. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  105. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  106. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  107. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  108. package/esm2020/src/schedule/schedule.component.mjs +0 -283
  109. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  110. package/esm2020/src/schedule/views.directive.mjs +0 -126
  111. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  112. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -733
  113. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  114. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -733
  115. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  116. package/styles/recurrence-editor/_all.scss +0 -2
  117. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  118. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  119. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  120. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  121. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  122. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  123. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  124. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  125. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  126. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  127. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  128. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  129. package/styles/recurrence-editor/_layout.scss +0 -534
  130. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  131. package/styles/recurrence-editor/_material-definition.scss +0 -13
  132. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  133. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  134. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  135. package/styles/recurrence-editor/_theme.scss +0 -1
  136. package/styles/schedule/_all.scss +0 -2
  137. package/styles/schedule/_bootstrap-dark-definition.scss +0 -213
  138. package/styles/schedule/_bootstrap-definition.scss +0 -213
  139. package/styles/schedule/_bootstrap4-definition.scss +0 -215
  140. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  141. package/styles/schedule/_bootstrap5-definition.scss +0 -224
  142. package/styles/schedule/_fabric-dark-definition.scss +0 -213
  143. package/styles/schedule/_fabric-definition.scss +0 -213
  144. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  145. package/styles/schedule/_fluent-definition.scss +0 -220
  146. package/styles/schedule/_fusionnew-definition.scss +0 -224
  147. package/styles/schedule/_highcontrast-definition.scss +0 -214
  148. package/styles/schedule/_highcontrast-light-definition.scss +0 -214
  149. package/styles/schedule/_layout.scss +0 -4489
  150. package/styles/schedule/_material-dark-definition.scss +0 -213
  151. package/styles/schedule/_material-definition.scss +0 -213
  152. package/styles/schedule/_material3-definition.scss +0 -224
  153. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  154. package/styles/schedule/_tailwind-definition.scss +0 -217
  155. package/styles/schedule/_theme.scss +0 -510
  156. package/styles/schedule/icons/_bootstrap-dark.scss +0 -231
  157. package/styles/schedule/icons/_bootstrap.scss +0 -231
  158. package/styles/schedule/icons/_bootstrap4.scss +0 -231
  159. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  160. package/styles/schedule/icons/_bootstrap5.scss +0 -231
  161. package/styles/schedule/icons/_fabric-dark.scss +0 -231
  162. package/styles/schedule/icons/_fabric.scss +0 -231
  163. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  164. package/styles/schedule/icons/_fluent.scss +0 -231
  165. package/styles/schedule/icons/_fusionnew.scss +0 -231
  166. package/styles/schedule/icons/_highcontrast-light.scss +0 -231
  167. package/styles/schedule/icons/_highcontrast.scss +0 -231
  168. package/styles/schedule/icons/_material-dark.scss +0 -231
  169. package/styles/schedule/icons/_material.scss +0 -231
  170. package/styles/schedule/icons/_material3.scss +0 -231
  171. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  172. package/styles/schedule/icons/_tailwind.scss +0 -231
  173. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,3 +1,77 @@
1
+ .e-ddl.e-popup {
2
+ border: 0;
3
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
4
+ margin-top: 1px;
5
+ }
6
+ .e-ddl.e-popup .e-input-group input {
7
+ line-height: 15px;
8
+ }
9
+
10
+ .e-ddl.e-popup .e-input-group {
11
+ display: -ms-flexbox;
12
+ display: flex;
13
+ width: auto;
14
+ }
15
+
16
+ .e-popup.e-ddl .e-dropdownbase {
17
+ min-height: 26px;
18
+ }
19
+
20
+ .e-ddl.e-popup .e-filter-parent {
21
+ border-left-width: 0;
22
+ border-right-width: 0;
23
+ }
24
+
25
+ .e-bigger .e-popup.e-ddl-device-filter {
26
+ margin-top: 0;
27
+ }
28
+
29
+ .e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
30
+ font-size: 15px;
31
+ line-height: 45px;
32
+ padding-left: 0;
33
+ text-indent: 16px;
34
+ }
35
+
36
+ .e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
37
+ padding-left: 4px;
38
+ }
39
+
40
+ .e-bigger .e-ddl.e-popup .e-input-group {
41
+ padding: 4px 0;
42
+ }
43
+
44
+ .e-bigger .e-ddl.e-popup .e-input-group input, .e-bigger .e-ddl.e-popup .e-input-group input.e-input {
45
+ height: 38px;
46
+ }
47
+
48
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
49
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
50
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
51
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover {
52
+ background: transparent;
53
+ color: #333;
54
+ }
55
+
56
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
57
+ font-size: 14px;
58
+ line-height: 40px;
59
+ padding-left: 0;
60
+ text-indent: 16px;
61
+ }
62
+
63
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
64
+ padding-left: 4px;
65
+ }
66
+
67
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group {
68
+ padding: 0;
69
+ }
70
+
71
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
72
+ height: 34px;
73
+ }
74
+
1
75
  /*! recurrence editor theme wise definitions*/
2
76
  /*! Recurrence-Editor component layout */
3
77
  .e-recurrenceeditor .e-editor {
@@ -5,8 +79,7 @@
5
79
  display: flex;
6
80
  -ms-flex-flow: row wrap;
7
81
  flex-flow: row wrap;
8
- margin-left: auto;
9
- margin-right: auto;
82
+ margin: 0 auto;
10
83
  max-width: 1240px;
11
84
  }
12
85
  .e-recurrenceeditor .e-recurrence-table {
@@ -47,7 +120,7 @@
47
120
  }
48
121
  .e-recurrenceeditor .e-form-right,
49
122
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
50
- padding: 0 0 10px 8px;
123
+ padding: 0 0 10px;
51
124
  }
52
125
  .e-recurrenceeditor .e-input-wrapper {
53
126
  float: left;
@@ -88,13 +161,11 @@
88
161
  margin-bottom: 5px;
89
162
  }
90
163
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
91
- padding-left: 8px;
92
- padding-right: 0;
164
+ padding: 0 0 0 8px;
93
165
  }
94
166
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
95
167
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
96
- padding-left: 0;
97
- padding-right: 8px;
168
+ padding: 0 8px 0 0;
98
169
  }
99
170
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
100
171
  width: 30px;
@@ -122,10 +193,10 @@
122
193
  margin-bottom: 11px;
123
194
  }
124
195
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
125
- margin-bottom: 11px;
196
+ padding-bottom: 11px;
126
197
  }
127
198
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
128
- margin-top: -3px;
199
+ padding-top: 3px;
129
200
  }
130
201
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
131
202
  display: none;
@@ -175,7 +246,7 @@
175
246
  }
176
247
  .e-bigger .e-recurrenceeditor .e-form-right,
177
248
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
178
- padding: 0 0 10px 12px;
249
+ padding: 0 0 10px;
179
250
  }
180
251
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
181
252
  padding-bottom: 6px;
@@ -234,8 +305,7 @@
234
305
  }
235
306
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
236
307
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
237
- padding-left: 0;
238
- padding-right: 64px;
308
+ padding: 0 64px 0 0;
239
309
  }
240
310
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
241
311
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -245,13 +315,11 @@
245
315
  margin-bottom: 5px;
246
316
  }
247
317
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
248
- padding-left: 12px;
249
- padding-right: 0;
318
+ padding: 0 0 0 12px;
250
319
  }
251
320
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
252
321
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
253
- padding-left: 0;
254
- padding-right: 12px;
322
+ padding: 0 12px 0 0;
255
323
  }
256
324
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
257
325
  left: 0;
@@ -283,8 +351,7 @@
283
351
  }
284
352
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
285
353
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
286
- padding-left: 10px;
287
- padding-right: 0;
354
+ padding: 0 0 0 10px;
288
355
  }
289
356
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
290
357
  padding-right: 10px;
@@ -305,23 +372,25 @@
305
372
  .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
306
373
  padding-left: 20px;
307
374
  }
375
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
376
+ margin-left: 20px;
377
+ }
308
378
  .e-device .e-recurrenceeditor .e-week-position {
309
379
  right: 0;
380
+ padding-right: 10px;
310
381
  }
311
382
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
312
383
  padding-right: 0;
313
384
  }
314
385
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
315
386
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
316
- padding-left: 0;
317
- padding-right: 10px;
387
+ padding: 0 10px 0 0;
318
388
  }
319
389
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
320
- padding-left: 0;
390
+ padding: 0 20px 0 0;
321
391
  }
322
392
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
323
- padding-right: 20px;
324
- padding-left: 0;
393
+ padding: 0 50px 0 0;
325
394
  }
326
395
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
327
396
  left: 0;
@@ -338,6 +407,14 @@
338
407
  padding: 16px 8px;
339
408
  }
340
409
 
410
+ @media (max-width: 1024px) {
411
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
412
+ width: 100%;
413
+ }
414
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
415
+ width: 65%;
416
+ }
417
+ }
341
418
  @media (max-width: 580px) {
342
419
  .e-recurrenceeditor {
343
420
  margin-left: auto;
@@ -352,7 +429,7 @@
352
429
  margin-top: 0;
353
430
  }
354
431
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
432
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
433
  margin-bottom: 7px;
357
434
  }
358
435
  .e-recurrenceeditor .e-editor > div {
@@ -368,34 +445,35 @@
368
445
  width: 50%;
369
446
  }
370
447
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
448
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
449
  padding: 0 0 10px;
373
450
  }
374
451
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
- padding-left: 10px;
377
- padding-right: 0;
452
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
453
+ padding: 0 0 0 10px;
378
454
  }
379
455
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
380
456
  padding-right: 10px;
381
457
  }
382
458
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
459
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
460
  padding-left: 0;
385
461
  }
386
462
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
387
463
  width: 100%;
388
464
  }
389
465
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
390
- width: 100%;
466
+ width: 65%;
467
+ }
468
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
469
+ padding-left: 50px;
391
470
  }
392
471
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
393
472
  padding-right: 0;
394
473
  }
395
474
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
- padding-left: 0;
398
- padding-right: 10px;
475
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
476
+ padding: 0 10px 0 0;
399
477
  }
400
478
  }
401
479
  /*! Recurrence-Editor component theme */
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import 'fabric-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/fabric.scss';
@@ -1,3 +1,129 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 1px;
5
+ }
6
+ .e-popup.e-ddl .e-input-group {
7
+ width: auto;
8
+ }
9
+ .e-popup.e-ddl .e-input-group input {
10
+ line-height: 15px;
11
+ }
12
+
13
+ .e-popup.e-ddl .e-dropdownbase {
14
+ min-height: 26px;
15
+ }
16
+
17
+ .e-popup.e-ddl .e-filter-parent .e-input-group {
18
+ display: -ms-flexbox;
19
+ display: flex;
20
+ width: auto;
21
+ }
22
+ .e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
23
+ border: 0;
24
+ }
25
+
26
+ .e-bigger .e-popup.e-ddl-device-filter {
27
+ margin-top: 0;
28
+ }
29
+
30
+ .e-bigger .e-popup.e-ddl .e-list-item {
31
+ font-size: 16px;
32
+ line-height: 32px;
33
+ padding-left: 0;
34
+ text-indent: 16px;
35
+ }
36
+
37
+ .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
38
+ font-size: 14px;
39
+ line-height: 32px;
40
+ padding-left: 0;
41
+ text-indent: 16px;
42
+ }
43
+
44
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
45
+ min-height: 40px;
46
+ }
47
+
48
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
49
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
50
+ background: transparent;
51
+ }
52
+
53
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
54
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
55
+ background: #1b1a19;
56
+ }
57
+
58
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
59
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
60
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
61
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
62
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
63
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
64
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
65
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
66
+ background: none;
67
+ color: #a19f9d;
68
+ }
69
+
70
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
71
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
72
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
73
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
74
+ background: transparent;
75
+ color: #a19f9d;
76
+ }
77
+
78
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
79
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
80
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
81
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
82
+ border: 0;
83
+ }
84
+
85
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
86
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
87
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
88
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
89
+ box-shadow: none;
90
+ }
91
+
92
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
93
+ background: none;
94
+ display: -ms-flexbox;
95
+ display: flex;
96
+ position: relative;
97
+ }
98
+
99
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
100
+ .e-ddl.e-popup .e-filter-parent {
101
+ background: #252423;
102
+ }
103
+
104
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
105
+ font-size: 14px;
106
+ }
107
+
108
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
109
+ font-size: 16px;
110
+ }
111
+
112
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
113
+ font-size: 14px;
114
+ line-height: 34px;
115
+ padding-left: 0;
116
+ text-indent: 16px;
117
+ }
118
+
119
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
120
+ height: 30px;
121
+ }
122
+
123
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
124
+ min-height: 34px;
125
+ }
126
+
1
127
  /*! recurrence editor theme wise definitions*/
2
128
  /*! Recurrence-Editor component layout */
3
129
  .e-recurrenceeditor .e-editor {
@@ -5,8 +131,7 @@
5
131
  display: flex;
6
132
  -ms-flex-flow: row wrap;
7
133
  flex-flow: row wrap;
8
- margin-left: auto;
9
- margin-right: auto;
134
+ margin: 0 auto;
10
135
  max-width: 1240px;
11
136
  }
12
137
  .e-recurrenceeditor .e-recurrence-table {
@@ -47,7 +172,7 @@
47
172
  }
48
173
  .e-recurrenceeditor .e-form-right,
49
174
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
50
- padding: 0 0 10px 8px;
175
+ padding: 0 0 10px;
51
176
  }
52
177
  .e-recurrenceeditor .e-input-wrapper {
53
178
  float: left;
@@ -88,13 +213,11 @@
88
213
  margin-bottom: 5px;
89
214
  }
90
215
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
91
- padding-left: 8px;
92
- padding-right: 0;
216
+ padding: 0 0 0 8px;
93
217
  }
94
218
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
95
219
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
96
- padding-left: 0;
97
- padding-right: 8px;
220
+ padding: 0 8px 0 0;
98
221
  }
99
222
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
100
223
  width: 30px;
@@ -122,10 +245,10 @@
122
245
  margin-bottom: 11px;
123
246
  }
124
247
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
125
- margin-bottom: 11px;
248
+ padding-bottom: 11px;
126
249
  }
127
250
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
128
- margin-top: -3px;
251
+ padding-top: 3px;
129
252
  }
130
253
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
131
254
  display: none;
@@ -175,7 +298,7 @@
175
298
  }
176
299
  .e-bigger .e-recurrenceeditor .e-form-right,
177
300
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
178
- padding: 0 0 10px 12px;
301
+ padding: 0 0 10px;
179
302
  }
180
303
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
181
304
  padding-bottom: 6px;
@@ -234,8 +357,7 @@
234
357
  }
235
358
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
236
359
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
237
- padding-left: 0;
238
- padding-right: 64px;
360
+ padding: 0 64px 0 0;
239
361
  }
240
362
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
241
363
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -245,13 +367,11 @@
245
367
  margin-bottom: 5px;
246
368
  }
247
369
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
248
- padding-left: 12px;
249
- padding-right: 0;
370
+ padding: 0 0 0 12px;
250
371
  }
251
372
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
252
373
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
253
- padding-left: 0;
254
- padding-right: 12px;
374
+ padding: 0 12px 0 0;
255
375
  }
256
376
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
257
377
  left: 0;
@@ -283,8 +403,7 @@
283
403
  }
284
404
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
285
405
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
286
- padding-left: 10px;
287
- padding-right: 0;
406
+ padding: 0 0 0 10px;
288
407
  }
289
408
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
290
409
  padding-right: 10px;
@@ -305,23 +424,25 @@
305
424
  .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
306
425
  padding-left: 20px;
307
426
  }
427
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
428
+ margin-left: 20px;
429
+ }
308
430
  .e-device .e-recurrenceeditor .e-week-position {
309
431
  right: 0;
432
+ padding-right: 10px;
310
433
  }
311
434
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
312
435
  padding-right: 0;
313
436
  }
314
437
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
315
438
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
316
- padding-left: 0;
317
- padding-right: 10px;
439
+ padding: 0 10px 0 0;
318
440
  }
319
441
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
320
- padding-left: 0;
442
+ padding: 0 20px 0 0;
321
443
  }
322
444
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
323
- padding-right: 20px;
324
- padding-left: 0;
445
+ padding: 0 50px 0 0;
325
446
  }
326
447
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
327
448
  left: 0;
@@ -338,6 +459,14 @@
338
459
  padding: 16px 8px;
339
460
  }
340
461
 
462
+ @media (max-width: 1024px) {
463
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
464
+ width: 100%;
465
+ }
466
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
467
+ width: 65%;
468
+ }
469
+ }
341
470
  @media (max-width: 580px) {
342
471
  .e-recurrenceeditor {
343
472
  margin-left: auto;
@@ -352,7 +481,7 @@
352
481
  margin-top: 0;
353
482
  }
354
483
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
355
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
484
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
485
  margin-bottom: 7px;
357
486
  }
358
487
  .e-recurrenceeditor .e-editor > div {
@@ -368,34 +497,35 @@
368
497
  width: 50%;
369
498
  }
370
499
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
500
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
501
  padding: 0 0 10px;
373
502
  }
374
503
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
375
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
376
- padding-left: 10px;
377
- padding-right: 0;
504
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
505
+ padding: 0 0 0 10px;
378
506
  }
379
507
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
380
508
  padding-right: 10px;
381
509
  }
382
510
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
511
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
512
  padding-left: 0;
385
513
  }
386
514
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
387
515
  width: 100%;
388
516
  }
389
517
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
390
- width: 100%;
518
+ width: 65%;
519
+ }
520
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
521
+ padding-left: 50px;
391
522
  }
392
523
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
393
524
  padding-right: 0;
394
525
  }
395
526
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
396
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
397
- padding-left: 0;
398
- padding-right: 10px;
527
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
528
+ padding: 0 10px 0 0;
399
529
  }
400
530
  }
401
531
  /*! Recurrence-Editor component theme */
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/fluent-dark.scss';