@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,142 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 3px;
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: 24px;
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: 24px;
42
+ }
43
+
44
+ .e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
45
+ padding-left: 4px;
46
+ }
47
+
48
+ .e-bigger .e-popup.e-ddl .e-input-group {
49
+ padding: 4px 0;
50
+ }
51
+
52
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
53
+ font-size: 16px;
54
+ height: 36px;
55
+ }
56
+
57
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
58
+ min-height: 40px;
59
+ }
60
+
61
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
62
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
63
+ background: transparent;
64
+ }
65
+
66
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
67
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
68
+ background: #e9ecef;
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-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
74
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
75
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
76
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
77
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
78
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
79
+ background: transparent;
80
+ color: #495057;
81
+ }
82
+
83
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
84
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
85
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
86
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
87
+ border: 0;
88
+ }
89
+
90
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
91
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
92
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
93
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
94
+ box-shadow: none;
95
+ }
96
+
97
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
98
+ background: transparent;
99
+ display: -ms-flexbox;
100
+ display: flex;
101
+ position: relative;
102
+ }
103
+
104
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
105
+ .e-ddl.e-popup .e-filter-parent {
106
+ background: rgba(0, 0, 0, 0.03);
107
+ }
108
+
109
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
110
+ font-size: 8px;
111
+ }
112
+
113
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
114
+ font-size: 10px;
115
+ }
116
+
117
+ .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 {
118
+ font-size: 14px;
119
+ line-height: 34px;
120
+ padding-left: 0;
121
+ text-indent: 16px;
122
+ }
123
+
124
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
125
+ padding-left: 4px;
126
+ }
127
+
128
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group {
129
+ padding: 4px 0;
130
+ }
131
+
132
+ .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 {
133
+ height: 30px;
134
+ }
135
+
136
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
137
+ min-height: 34px;
138
+ }
139
+
1
140
  /*! recurrence editor theme wise definitions*/
2
141
  /*! Recurrence-Editor component layout */
3
142
  .e-recurrenceeditor .e-editor {
@@ -5,8 +144,7 @@
5
144
  display: flex;
6
145
  -ms-flex-flow: row wrap;
7
146
  flex-flow: row wrap;
8
- margin-left: auto;
9
- margin-right: auto;
147
+ margin: 0 auto;
10
148
  max-width: 1240px;
11
149
  }
12
150
  .e-recurrenceeditor .e-recurrence-table {
@@ -47,7 +185,7 @@
47
185
  }
48
186
  .e-recurrenceeditor .e-form-right,
49
187
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
50
- padding: 0 0 10px 8px;
188
+ padding: 0 0 10px;
51
189
  }
52
190
  .e-recurrenceeditor .e-input-wrapper {
53
191
  float: left;
@@ -88,13 +226,11 @@
88
226
  margin-bottom: 5px;
89
227
  }
90
228
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
91
- padding-left: 8px;
92
- padding-right: 0;
229
+ padding: 0 0 0 8px;
93
230
  }
94
231
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
95
232
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
96
- padding-left: 0;
97
- padding-right: 8px;
233
+ padding: 0 8px 0 0;
98
234
  }
99
235
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
100
236
  width: 30px;
@@ -122,10 +258,10 @@
122
258
  margin-bottom: 11px;
123
259
  }
124
260
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
125
- margin-bottom: 11px;
261
+ padding-bottom: 11px;
126
262
  }
127
263
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
128
- margin-top: -3px;
264
+ padding-top: 3px;
129
265
  }
130
266
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
131
267
  display: none;
@@ -175,7 +311,7 @@
175
311
  }
176
312
  .e-bigger .e-recurrenceeditor .e-form-right,
177
313
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
178
- padding: 0 0 10px 12px;
314
+ padding: 0 0 10px;
179
315
  }
180
316
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
181
317
  padding-bottom: 6px;
@@ -234,8 +370,7 @@
234
370
  }
235
371
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
236
372
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
237
- padding-left: 0;
238
- padding-right: 64px;
373
+ padding: 0 64px 0 0;
239
374
  }
240
375
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
241
376
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -245,13 +380,11 @@
245
380
  margin-bottom: 5px;
246
381
  }
247
382
  .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;
383
+ padding: 0 0 0 12px;
250
384
  }
251
385
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
252
386
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
253
- padding-left: 0;
254
- padding-right: 12px;
387
+ padding: 0 12px 0 0;
255
388
  }
256
389
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
257
390
  left: 0;
@@ -283,8 +416,7 @@
283
416
  }
284
417
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
285
418
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
286
- padding-left: 10px;
287
- padding-right: 0;
419
+ padding: 0 0 0 10px;
288
420
  }
289
421
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
290
422
  padding-right: 10px;
@@ -305,23 +437,25 @@
305
437
  .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
306
438
  padding-left: 20px;
307
439
  }
440
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
441
+ margin-left: 20px;
442
+ }
308
443
  .e-device .e-recurrenceeditor .e-week-position {
309
444
  right: 0;
445
+ padding-right: 10px;
310
446
  }
311
447
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
312
448
  padding-right: 0;
313
449
  }
314
450
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
315
451
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
316
- padding-left: 0;
317
- padding-right: 10px;
452
+ padding: 0 10px 0 0;
318
453
  }
319
454
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
320
- padding-left: 0;
455
+ padding: 0 20px 0 0;
321
456
  }
322
457
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
323
- padding-right: 20px;
324
- padding-left: 0;
458
+ padding: 0 50px 0 0;
325
459
  }
326
460
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
327
461
  left: 0;
@@ -338,6 +472,14 @@
338
472
  padding: 16px 8px;
339
473
  }
340
474
 
475
+ @media (max-width: 1024px) {
476
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
477
+ width: 100%;
478
+ }
479
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
480
+ width: 65%;
481
+ }
482
+ }
341
483
  @media (max-width: 580px) {
342
484
  .e-recurrenceeditor {
343
485
  margin-left: auto;
@@ -352,7 +494,7 @@
352
494
  margin-top: 0;
353
495
  }
354
496
  .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 {
497
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
498
  margin-bottom: 7px;
357
499
  }
358
500
  .e-recurrenceeditor .e-editor > div {
@@ -368,34 +510,35 @@
368
510
  width: 50%;
369
511
  }
370
512
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
513
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
514
  padding: 0 0 10px;
373
515
  }
374
516
  .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;
517
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
518
+ padding: 0 0 0 10px;
378
519
  }
379
520
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
380
521
  padding-right: 10px;
381
522
  }
382
523
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
524
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
525
  padding-left: 0;
385
526
  }
386
527
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
387
528
  width: 100%;
388
529
  }
389
530
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
390
- width: 100%;
531
+ width: 65%;
532
+ }
533
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
534
+ padding-left: 50px;
391
535
  }
392
536
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
393
537
  padding-right: 0;
394
538
  }
395
539
  .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;
540
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
541
+ padding: 0 10px 0 0;
399
542
  }
400
543
  }
401
544
  /*! Recurrence-Editor component theme */
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'bootstrap4-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/bootstrap4.scss';
@@ -1,3 +1,149 @@
1
+ .e-popup.e-ddl {
2
+ border-radius: 4px;
3
+ box-shadow: none;
4
+ margin-top: 3px;
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-dd-group .e-list-item {
45
+ padding-left: 0;
46
+ }
47
+
48
+ .e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
49
+ font-size: 16px;
50
+ height: 36px;
51
+ }
52
+
53
+ .e-bigger .e-popup.e-ddl .e-dropdownbase {
54
+ min-height: 40px;
55
+ }
56
+
57
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
58
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] {
59
+ background: transparent;
60
+ }
61
+
62
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
63
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
64
+ background: #343a40;
65
+ }
66
+
67
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
68
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
69
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
70
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
71
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
72
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
73
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
74
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
75
+ background: transparent;
76
+ color: #adb5bd;
77
+ }
78
+
79
+ .e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
80
+ .e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
81
+ .e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
82
+ .e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
83
+ background: transparent;
84
+ color: #adb5bd;
85
+ }
86
+
87
+ .e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
88
+ .e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
89
+ .e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
90
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
91
+ background: #343a40;
92
+ }
93
+
94
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
95
+ .e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
96
+ .e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
97
+ .e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
98
+ border: 0;
99
+ }
100
+
101
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
102
+ .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
103
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
104
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
105
+ box-shadow: none;
106
+ }
107
+
108
+ .e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
109
+ background: transparent;
110
+ display: -ms-flexbox;
111
+ display: flex;
112
+ position: relative;
113
+ }
114
+
115
+ .e-ddl.e-popup .e-filter-parent .e-input-group,
116
+ .e-ddl.e-popup .e-filter-parent {
117
+ background: #212529;
118
+ }
119
+
120
+ .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
121
+ font-size: 14px;
122
+ }
123
+
124
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
125
+ font-size: 16px;
126
+ }
127
+
128
+ .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 {
129
+ font-size: 14px;
130
+ line-height: 34px;
131
+ padding-left: 0;
132
+ text-indent: 16px;
133
+ }
134
+
135
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
136
+ padding-left: 4px;
137
+ }
138
+
139
+ .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 {
140
+ height: 30px;
141
+ }
142
+
143
+ .e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
144
+ min-height: 34px;
145
+ }
146
+
1
147
  /*! recurrence editor theme wise definitions*/
2
148
  /*! Recurrence-Editor component layout */
3
149
  .e-recurrenceeditor .e-editor {
@@ -5,8 +151,7 @@
5
151
  display: flex;
6
152
  -ms-flex-flow: row wrap;
7
153
  flex-flow: row wrap;
8
- margin-left: auto;
9
- margin-right: auto;
154
+ margin: 0 auto;
10
155
  max-width: 1240px;
11
156
  }
12
157
  .e-recurrenceeditor .e-recurrence-table {
@@ -47,7 +192,7 @@
47
192
  }
48
193
  .e-recurrenceeditor .e-form-right,
49
194
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
50
- padding: 0 0 10px 8px;
195
+ padding: 0 0 10px;
51
196
  }
52
197
  .e-recurrenceeditor .e-input-wrapper {
53
198
  float: left;
@@ -88,13 +233,11 @@
88
233
  margin-bottom: 5px;
89
234
  }
90
235
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
91
- padding-left: 8px;
92
- padding-right: 0;
236
+ padding: 0 0 0 8px;
93
237
  }
94
238
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
95
239
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
96
- padding-left: 0;
97
- padding-right: 8px;
240
+ padding: 0 8px 0 0;
98
241
  }
99
242
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
100
243
  width: 30px;
@@ -122,10 +265,10 @@
122
265
  margin-bottom: 11px;
123
266
  }
124
267
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
125
- margin-bottom: 11px;
268
+ padding-bottom: 11px;
126
269
  }
127
270
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
128
- margin-top: -3px;
271
+ padding-top: 3px;
129
272
  }
130
273
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
131
274
  display: none;
@@ -175,7 +318,7 @@
175
318
  }
176
319
  .e-bigger .e-recurrenceeditor .e-form-right,
177
320
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
178
- padding: 0 0 10px 12px;
321
+ padding: 0 0 10px;
179
322
  }
180
323
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
181
324
  padding-bottom: 6px;
@@ -234,8 +377,7 @@
234
377
  }
235
378
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
236
379
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
237
- padding-left: 0;
238
- padding-right: 64px;
380
+ padding: 0 64px 0 0;
239
381
  }
240
382
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
241
383
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -245,13 +387,11 @@
245
387
  margin-bottom: 5px;
246
388
  }
247
389
  .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;
390
+ padding: 0 0 0 12px;
250
391
  }
251
392
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
252
393
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
253
- padding-left: 0;
254
- padding-right: 12px;
394
+ padding: 0 12px 0 0;
255
395
  }
256
396
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
257
397
  left: 0;
@@ -283,8 +423,7 @@
283
423
  }
284
424
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
285
425
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
286
- padding-left: 10px;
287
- padding-right: 0;
426
+ padding: 0 0 0 10px;
288
427
  }
289
428
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
290
429
  padding-right: 10px;
@@ -305,23 +444,25 @@
305
444
  .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
306
445
  padding-left: 20px;
307
446
  }
447
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
448
+ margin-left: 20px;
449
+ }
308
450
  .e-device .e-recurrenceeditor .e-week-position {
309
451
  right: 0;
452
+ padding-right: 10px;
310
453
  }
311
454
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
312
455
  padding-right: 0;
313
456
  }
314
457
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
315
458
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
316
- padding-left: 0;
317
- padding-right: 10px;
459
+ padding: 0 10px 0 0;
318
460
  }
319
461
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
320
- padding-left: 0;
462
+ padding: 0 20px 0 0;
321
463
  }
322
464
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
323
- padding-right: 20px;
324
- padding-left: 0;
465
+ padding: 0 50px 0 0;
325
466
  }
326
467
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
327
468
  left: 0;
@@ -338,6 +479,14 @@
338
479
  padding: 16px 8px;
339
480
  }
340
481
 
482
+ @media (max-width: 1024px) {
483
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
484
+ width: 100%;
485
+ }
486
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
487
+ width: 65%;
488
+ }
489
+ }
341
490
  @media (max-width: 580px) {
342
491
  .e-recurrenceeditor {
343
492
  margin-left: auto;
@@ -352,7 +501,7 @@
352
501
  margin-top: 0;
353
502
  }
354
503
  .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 {
504
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
356
505
  margin-bottom: 7px;
357
506
  }
358
507
  .e-recurrenceeditor .e-editor > div {
@@ -368,34 +517,35 @@
368
517
  width: 50%;
369
518
  }
370
519
  .e-recurrenceeditor .e-editor .e-form-left,
371
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
520
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
372
521
  padding: 0 0 10px;
373
522
  }
374
523
  .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;
524
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
525
+ padding: 0 0 0 10px;
378
526
  }
379
527
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
380
528
  padding-right: 10px;
381
529
  }
382
530
  .e-recurrenceeditor .e-editor .e-form-right,
383
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
531
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
384
532
  padding-left: 0;
385
533
  }
386
534
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
387
535
  width: 100%;
388
536
  }
389
537
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
390
- width: 100%;
538
+ width: 65%;
539
+ }
540
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
541
+ padding-left: 50px;
391
542
  }
392
543
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
393
544
  padding-right: 0;
394
545
  }
395
546
  .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;
547
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
548
+ padding: 0 10px 0 0;
399
549
  }
400
550
  }
401
551
  /*! Recurrence-Editor component theme */
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/bootstrap5-dark.scss';