@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,4 +1,135 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
+ transform: rotate(0deg);
4
+ transition: transform 300ms ease;
5
+ }
6
+
7
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
8
+ transform: rotate(180deg);
9
+ transition: transform 300ms ease;
10
+ }
11
+
12
+ .e-dropdownbase .e-list-item.e-active.e-hover {
13
+ color: #e3165b;
14
+ }
15
+
16
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
17
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
18
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
19
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
20
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
21
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
22
+ background: transparent;
23
+ }
24
+
25
+ .e-input-group .e-ddl-icon:not(:active)::after {
26
+ animation: none;
27
+ }
28
+
29
+ .e-ddl.e-popup {
30
+ border: 0;
31
+ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
32
+ margin-top: 2px;
33
+ }
34
+
35
+ .e-popup.e-ddl .e-dropdownbase {
36
+ min-height: 26px;
37
+ }
38
+
39
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
40
+ border-color: #e0e0e0;
41
+ }
42
+
43
+ .e-bigger .e-popup.e-ddl-device-filter {
44
+ margin-top: 0;
45
+ }
46
+
47
+ .e-bigger .e-ddl-device .e-input-group,
48
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
49
+ background: #f5f5f5;
50
+ border-width: 0;
51
+ box-shadow: none;
52
+ margin-bottom: 0;
53
+ }
54
+
55
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
56
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
57
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
58
+ background-color: #f5f5f5;
59
+ }
60
+
61
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
62
+ margin: 6px 6px 5px;
63
+ min-height: 12px;
64
+ min-width: 12px;
65
+ padding: 6px;
66
+ }
67
+
68
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
69
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
70
+ min-height: 16px;
71
+ min-width: 16px;
72
+ }
73
+
74
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
75
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
76
+ padding: 8px 16px 8px 0;
77
+ }
78
+
79
+ .e-input-group.e-ddl,
80
+ .e-input-group.e-ddl .e-input,
81
+ .e-input-group.e-ddl .e-ddl-icon {
82
+ background: transparent;
83
+ }
84
+
85
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
86
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
87
+ border-bottom-width: 0;
88
+ }
89
+
90
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
91
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
92
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
93
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
94
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
95
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
96
+ margin: 0;
97
+ }
98
+
99
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
100
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
101
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
102
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
103
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
104
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
105
+ padding: 5px 5px 5px 12px;
106
+ }
107
+
108
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
109
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
110
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
111
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
112
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
113
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
114
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
115
+ min-height: 18px;
116
+ min-width: 18px;
117
+ }
118
+
119
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
120
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
121
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
122
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
123
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
124
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
125
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
126
+ padding: 8px 16px;
127
+ }
128
+
129
+ .e-ddl.e-popup.e-outline .e-filter-parent {
130
+ padding: 4px 8px;
131
+ }
132
+
2
133
  /*! recurrence editor theme wise definitions*/
3
134
  /*! Recurrence-Editor component layout */
4
135
  .e-recurrenceeditor .e-editor {
@@ -6,8 +137,7 @@
6
137
  display: flex;
7
138
  -ms-flex-flow: row wrap;
8
139
  flex-flow: row wrap;
9
- margin-left: auto;
10
- margin-right: auto;
140
+ margin: 0 auto;
11
141
  max-width: 1240px;
12
142
  }
13
143
  .e-recurrenceeditor .e-recurrence-table {
@@ -48,7 +178,7 @@
48
178
  }
49
179
  .e-recurrenceeditor .e-form-right,
50
180
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
51
- padding: 0 0 10px 8px;
181
+ padding: 0 0 10px;
52
182
  }
53
183
  .e-recurrenceeditor .e-input-wrapper {
54
184
  float: left;
@@ -89,13 +219,11 @@
89
219
  margin-bottom: 5px;
90
220
  }
91
221
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
92
- padding-left: 8px;
93
- padding-right: 0;
222
+ padding: 0 0 0 8px;
94
223
  }
95
224
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
96
225
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
97
- padding-left: 0;
98
- padding-right: 8px;
226
+ padding: 0 8px 0 0;
99
227
  }
100
228
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
101
229
  width: 30px;
@@ -123,10 +251,10 @@
123
251
  margin-bottom: 11px;
124
252
  }
125
253
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
126
- margin-bottom: 11px;
254
+ padding-bottom: 11px;
127
255
  }
128
256
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
129
- margin-top: -3px;
257
+ padding-top: 3px;
130
258
  }
131
259
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
132
260
  display: none;
@@ -176,7 +304,7 @@
176
304
  }
177
305
  .e-bigger .e-recurrenceeditor .e-form-right,
178
306
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
179
- padding: 0 0 10px 12px;
307
+ padding: 0 0 10px;
180
308
  }
181
309
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
182
310
  padding-bottom: 6px;
@@ -235,8 +363,7 @@
235
363
  }
236
364
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
237
365
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
238
- padding-left: 0;
239
- padding-right: 64px;
366
+ padding: 0 64px 0 0;
240
367
  }
241
368
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
242
369
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -246,13 +373,11 @@
246
373
  margin-bottom: 5px;
247
374
  }
248
375
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
249
- padding-left: 12px;
250
- padding-right: 0;
376
+ padding: 0 0 0 12px;
251
377
  }
252
378
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
253
379
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
254
- padding-left: 0;
255
- padding-right: 12px;
380
+ padding: 0 12px 0 0;
256
381
  }
257
382
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
258
383
  left: 0;
@@ -284,8 +409,7 @@
284
409
  }
285
410
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
286
411
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
287
- padding-left: 10px;
288
- padding-right: 0;
412
+ padding: 0 0 0 10px;
289
413
  }
290
414
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
291
415
  padding-right: 10px;
@@ -306,23 +430,25 @@
306
430
  .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
307
431
  padding-left: 20px;
308
432
  }
433
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
434
+ margin-left: 20px;
435
+ }
309
436
  .e-device .e-recurrenceeditor .e-week-position {
310
437
  right: 0;
438
+ padding-right: 10px;
311
439
  }
312
440
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
313
441
  padding-right: 0;
314
442
  }
315
443
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
316
444
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
317
- padding-left: 0;
318
- padding-right: 10px;
445
+ padding: 0 10px 0 0;
319
446
  }
320
447
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
321
- padding-left: 0;
448
+ padding: 0 20px 0 0;
322
449
  }
323
450
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
324
- padding-right: 20px;
325
- padding-left: 0;
451
+ padding: 0 50px 0 0;
326
452
  }
327
453
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
328
454
  left: 0;
@@ -339,6 +465,14 @@
339
465
  padding: 16px 8px;
340
466
  }
341
467
 
468
+ @media (max-width: 1024px) {
469
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
470
+ width: 100%;
471
+ }
472
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
473
+ width: 65%;
474
+ }
475
+ }
342
476
  @media (max-width: 580px) {
343
477
  .e-recurrenceeditor {
344
478
  margin-left: auto;
@@ -353,7 +487,7 @@
353
487
  margin-top: 0;
354
488
  }
355
489
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
356
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
490
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
357
491
  margin-bottom: 1px;
358
492
  }
359
493
  .e-recurrenceeditor .e-editor > div {
@@ -369,34 +503,35 @@
369
503
  width: 50%;
370
504
  }
371
505
  .e-recurrenceeditor .e-editor .e-form-left,
372
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
506
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
373
507
  padding: 0 0 10px;
374
508
  }
375
509
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
376
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
377
- padding-left: 10px;
378
- padding-right: 0;
510
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
511
+ padding: 0 0 0 10px;
379
512
  }
380
513
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
381
514
  padding-right: 10px;
382
515
  }
383
516
  .e-recurrenceeditor .e-editor .e-form-right,
384
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
517
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
385
518
  padding-left: 0;
386
519
  }
387
520
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
388
521
  width: 100%;
389
522
  }
390
523
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
391
- width: 100%;
524
+ width: 65%;
525
+ }
526
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
527
+ padding-left: 50px;
392
528
  }
393
529
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
394
530
  padding-right: 0;
395
531
  }
396
532
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
397
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
398
- padding-left: 0;
399
- padding-right: 10px;
533
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
534
+ padding: 0 10px 0 0;
400
535
  }
401
536
  }
402
537
  /*! Recurrence-Editor component theme */
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'material-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/material.scss';
@@ -1,4 +1,98 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
3
+ transform: rotate(0deg);
4
+ transition: transform 300ms ease;
5
+ }
6
+
7
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
8
+ transform: rotate(180deg);
9
+ transition: transform 300ms ease;
10
+ }
11
+
12
+ .e-dropdownbase .e-list-item.e-active.e-hover {
13
+ color: #fff;
14
+ }
15
+
16
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
17
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
18
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
19
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
20
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
21
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
22
+ background: transparent;
23
+ }
24
+
25
+ .e-input-group .e-ddl-icon:not(:active)::after {
26
+ animation: none;
27
+ }
28
+
29
+ .e-ddl.e-popup {
30
+ border: 0;
31
+ border-radius: 4px;
32
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
33
+ margin-top: 4px;
34
+ }
35
+
36
+ .e-small .e-ddl.e-popup,
37
+ .e-small.e-ddl.e-popup {
38
+ border-radius: 2px;
39
+ margin-top: 2px;
40
+ }
41
+
42
+ .e-bigger .e-ddl.e-popup,
43
+ .e-bigger.e-ddl.e-popup {
44
+ border-radius: 6px;
45
+ margin-top: 8px;
46
+ }
47
+
48
+ .e-bigger.e-small .e-ddl.e-popup,
49
+ .e-small.e-bigger.e-ddl.e-popup {
50
+ border-radius: 4px;
51
+ margin-top: 6px;
52
+ }
53
+
54
+ .e-popup.e-ddl .e-dropdownbase {
55
+ min-height: 26px;
56
+ padding: 4px 0;
57
+ }
58
+
59
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
60
+ border-color: #4b5563;
61
+ }
62
+
63
+ .e-bigger .e-popup.e-ddl-device-filter {
64
+ margin-top: 0;
65
+ }
66
+
67
+ .e-bigger .e-ddl-device .e-input-group,
68
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
69
+ background: #374151;
70
+ border-width: 0;
71
+ box-shadow: none;
72
+ margin-bottom: 0;
73
+ }
74
+
75
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
76
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
77
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
78
+ background-color: #374151;
79
+ }
80
+
81
+ .e-input-group.e-ddl,
82
+ .e-input-group.e-ddl .e-input,
83
+ .e-input-group.e-ddl .e-ddl-icon {
84
+ background: #1f2937;
85
+ }
86
+
87
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
88
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
89
+ border-bottom-width: 0;
90
+ }
91
+
92
+ .e-ddl.e-popup.e-outline .e-filter-parent {
93
+ padding: 4px 8px;
94
+ }
95
+
2
96
  /*! recurrence editor theme wise definitions*/
3
97
  /*! Recurrence-Editor component layout */
4
98
  .e-recurrenceeditor .e-editor {
@@ -6,8 +100,7 @@
6
100
  display: flex;
7
101
  -ms-flex-flow: row wrap;
8
102
  flex-flow: row wrap;
9
- margin-left: auto;
10
- margin-right: auto;
103
+ margin: 0 auto;
11
104
  max-width: 1240px;
12
105
  }
13
106
  .e-recurrenceeditor .e-recurrence-table {
@@ -48,7 +141,7 @@
48
141
  }
49
142
  .e-recurrenceeditor .e-form-right,
50
143
  .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
51
- padding: 0 0 10px 8px;
144
+ padding: 0 0 10px;
52
145
  }
53
146
  .e-recurrenceeditor .e-input-wrapper {
54
147
  float: left;
@@ -89,13 +182,11 @@
89
182
  margin-bottom: 5px;
90
183
  }
91
184
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
92
- padding-left: 8px;
93
- padding-right: 0;
185
+ padding: 0 0 0 8px;
94
186
  }
95
187
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
96
188
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
97
- padding-left: 0;
98
- padding-right: 8px;
189
+ padding: 0 8px 0 0;
99
190
  }
100
191
  .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
101
192
  width: 30px;
@@ -123,10 +214,10 @@
123
214
  margin-bottom: 11px;
124
215
  }
125
216
  .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
126
- margin-bottom: 11px;
217
+ padding-bottom: 11px;
127
218
  }
128
219
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
129
- margin-top: -3px;
220
+ padding-top: 3px;
130
221
  }
131
222
  .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
132
223
  display: none;
@@ -176,7 +267,7 @@
176
267
  }
177
268
  .e-bigger .e-recurrenceeditor .e-form-right,
178
269
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
179
- padding: 0 0 10px 12px;
270
+ padding: 0 0 10px;
180
271
  }
181
272
  .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
182
273
  padding-bottom: 6px;
@@ -235,8 +326,7 @@
235
326
  }
236
327
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
237
328
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
238
- padding-left: 0;
239
- padding-right: 64px;
329
+ padding: 0 64px 0 0;
240
330
  }
241
331
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
242
332
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
@@ -246,13 +336,11 @@
246
336
  margin-bottom: 5px;
247
337
  }
248
338
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
249
- padding-left: 12px;
250
- padding-right: 0;
339
+ padding: 0 0 0 12px;
251
340
  }
252
341
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
253
342
  .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
254
- padding-left: 0;
255
- padding-right: 12px;
343
+ padding: 0 12px 0 0;
256
344
  }
257
345
  .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
258
346
  left: 0;
@@ -284,8 +372,7 @@
284
372
  }
285
373
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
286
374
  .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
287
- padding-left: 10px;
288
- padding-right: 0;
375
+ padding: 0 0 0 10px;
289
376
  }
290
377
  .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
291
378
  padding-right: 10px;
@@ -306,23 +393,25 @@
306
393
  .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
307
394
  padding-left: 20px;
308
395
  }
396
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
397
+ margin-left: 20px;
398
+ }
309
399
  .e-device .e-recurrenceeditor .e-week-position {
310
400
  right: 0;
401
+ padding-right: 10px;
311
402
  }
312
403
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
313
404
  padding-right: 0;
314
405
  }
315
406
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
316
407
  .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
317
- padding-left: 0;
318
- padding-right: 10px;
408
+ padding: 0 10px 0 0;
319
409
  }
320
410
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
321
- padding-left: 0;
411
+ padding: 0 20px 0 0;
322
412
  }
323
413
  .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
324
- padding-right: 20px;
325
- padding-left: 0;
414
+ padding: 0 50px 0 0;
326
415
  }
327
416
  .e-device .e-recurrenceeditor.e-rtl .e-week-position {
328
417
  left: 0;
@@ -339,6 +428,14 @@
339
428
  padding: 16px 8px;
340
429
  }
341
430
 
431
+ @media (max-width: 1024px) {
432
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
433
+ width: 100%;
434
+ }
435
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
436
+ width: 65%;
437
+ }
438
+ }
342
439
  @media (max-width: 580px) {
343
440
  .e-recurrenceeditor {
344
441
  margin-left: auto;
@@ -353,7 +450,7 @@
353
450
  margin-top: 0;
354
451
  }
355
452
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
356
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
453
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
357
454
  margin-bottom: 7px;
358
455
  }
359
456
  .e-recurrenceeditor .e-editor > div {
@@ -369,34 +466,35 @@
369
466
  width: 50%;
370
467
  }
371
468
  .e-recurrenceeditor .e-editor .e-form-left,
372
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
469
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
373
470
  padding: 0 0 10px;
374
471
  }
375
472
  .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
376
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
377
- padding-left: 10px;
378
- padding-right: 0;
473
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
474
+ padding: 0 0 0 10px;
379
475
  }
380
476
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
381
477
  padding-right: 10px;
382
478
  }
383
479
  .e-recurrenceeditor .e-editor .e-form-right,
384
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
480
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
385
481
  padding-left: 0;
386
482
  }
387
483
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
388
484
  width: 100%;
389
485
  }
390
486
  .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
391
- width: 100%;
487
+ width: 65%;
488
+ }
489
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
490
+ padding-left: 50px;
392
491
  }
393
492
  .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
394
493
  padding-right: 0;
395
494
  }
396
495
  .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
397
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
398
- padding-left: 0;
399
- padding-right: 10px;
496
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
497
+ padding: 0 10px 0 0;
400
498
  }
401
499
  }
402
500
  /*! Recurrence-Editor component theme */
@@ -1,3 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'tailwind-dark-definition.scss';
3
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/tailwind-dark.scss';