@syncfusion/ej2-angular-schedule 23.2.7 → 24.1.41-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 (191) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +955 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +894 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1869 -0
  6. package/dist/ej2-angular-schedule.umd.js +1102 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +1 -0
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  21. package/src/schedule/headerrows.directive.d.ts +0 -5
  22. package/src/schedule/resources.directive.d.ts +0 -5
  23. package/src/schedule/schedule-all.module.d.ts +0 -6
  24. package/src/schedule/schedule.component.d.ts +2 -3
  25. package/src/schedule/schedule.module.d.ts +0 -9
  26. package/src/schedule/toolbaritems.directive.d.ts +172 -0
  27. package/src/schedule/views.directive.d.ts +7 -5
  28. package/styles/bootstrap-dark.css +1 -4546
  29. package/styles/bootstrap.css +1 -4541
  30. package/styles/bootstrap4.css +1 -4650
  31. package/styles/bootstrap5-dark.css +1 -4595
  32. package/styles/bootstrap5.css +1 -4595
  33. package/styles/fabric-dark.css +1 -4513
  34. package/styles/fabric.css +1 -4503
  35. package/styles/fluent-dark.css +1 -4572
  36. package/styles/fluent.css +1 -4572
  37. package/styles/highcontrast-light.css +1 -4585
  38. package/styles/highcontrast.css +1 -4594
  39. package/styles/material-dark.css +1 -4529
  40. package/styles/material.css +1 -4565
  41. package/styles/material3-dark.css +1 -4632
  42. package/styles/material3-dark.scss +0 -1
  43. package/styles/material3.css +1 -4688
  44. package/styles/material3.scss +0 -1
  45. package/styles/recurrence-editor/bootstrap-dark.css +1 -510
  46. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  47. package/styles/recurrence-editor/bootstrap.css +1 -510
  48. package/styles/recurrence-editor/bootstrap.scss +1 -8
  49. package/styles/recurrence-editor/bootstrap4.css +1 -555
  50. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  51. package/styles/recurrence-editor/bootstrap5-dark.css +1 -551
  52. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  53. package/styles/recurrence-editor/bootstrap5.css +1 -551
  54. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  55. package/styles/recurrence-editor/fabric-dark.css +1 -486
  56. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  57. package/styles/recurrence-editor/fabric.css +1 -479
  58. package/styles/recurrence-editor/fabric.scss +1 -8
  59. package/styles/recurrence-editor/fluent-dark.css +1 -531
  60. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  61. package/styles/recurrence-editor/fluent.css +1 -531
  62. package/styles/recurrence-editor/fluent.scss +1 -8
  63. package/styles/recurrence-editor/highcontrast-light.css +1 -483
  64. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  65. package/styles/recurrence-editor/highcontrast.css +1 -483
  66. package/styles/recurrence-editor/highcontrast.scss +1 -8
  67. package/styles/recurrence-editor/material-dark.css +1 -511
  68. package/styles/recurrence-editor/material-dark.scss +1 -8
  69. package/styles/recurrence-editor/material.css +1 -536
  70. package/styles/recurrence-editor/material.scss +1 -8
  71. package/styles/recurrence-editor/material3-dark.css +1 -601
  72. package/styles/recurrence-editor/material3-dark.scss +1 -8
  73. package/styles/recurrence-editor/material3.css +1 -657
  74. package/styles/recurrence-editor/material3.scss +1 -8
  75. package/styles/recurrence-editor/tailwind-dark.css +1 -499
  76. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  77. package/styles/recurrence-editor/tailwind.css +1 -499
  78. package/styles/recurrence-editor/tailwind.scss +1 -8
  79. package/styles/schedule/bootstrap-dark.css +1 -4140
  80. package/styles/schedule/bootstrap-dark.scss +1 -16
  81. package/styles/schedule/bootstrap.css +1 -4135
  82. package/styles/schedule/bootstrap.scss +1 -16
  83. package/styles/schedule/bootstrap4.css +1 -4244
  84. package/styles/schedule/bootstrap4.scss +1 -16
  85. package/styles/schedule/bootstrap5-dark.css +1 -4189
  86. package/styles/schedule/bootstrap5-dark.scss +1 -15
  87. package/styles/schedule/bootstrap5.css +1 -4189
  88. package/styles/schedule/bootstrap5.scss +1 -16
  89. package/styles/schedule/fabric-dark.css +1 -4107
  90. package/styles/schedule/fabric-dark.scss +1 -16
  91. package/styles/schedule/fabric.css +1 -4097
  92. package/styles/schedule/fabric.scss +1 -16
  93. package/styles/schedule/fluent-dark.css +1 -4166
  94. package/styles/schedule/fluent-dark.scss +1 -15
  95. package/styles/schedule/fluent.css +1 -4166
  96. package/styles/schedule/fluent.scss +1 -16
  97. package/styles/schedule/highcontrast-light.css +1 -4179
  98. package/styles/schedule/highcontrast-light.scss +1 -16
  99. package/styles/schedule/highcontrast.css +1 -4188
  100. package/styles/schedule/highcontrast.scss +1 -16
  101. package/styles/schedule/material-dark.css +1 -4123
  102. package/styles/schedule/material-dark.scss +1 -16
  103. package/styles/schedule/material.css +1 -4159
  104. package/styles/schedule/material.scss +1 -16
  105. package/styles/schedule/material3-dark.css +1 -4226
  106. package/styles/schedule/material3-dark.scss +1 -15
  107. package/styles/schedule/material3.css +1 -4282
  108. package/styles/schedule/material3.scss +1 -16
  109. package/styles/schedule/tailwind-dark.css +1 -4130
  110. package/styles/schedule/tailwind-dark.scss +1 -15
  111. package/styles/schedule/tailwind.css +1 -4130
  112. package/styles/schedule/tailwind.scss +1 -16
  113. package/styles/tailwind-dark.css +1 -4536
  114. package/styles/tailwind.css +1 -4536
  115. package/esm2020/public_api.mjs +0 -3
  116. package/esm2020/src/index.mjs +0 -11
  117. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  118. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  119. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  120. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  121. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  122. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  123. package/esm2020/src/schedule/schedule.component.mjs +0 -301
  124. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  125. package/esm2020/src/schedule/views.directive.mjs +0 -132
  126. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  127. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -757
  128. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  129. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -757
  130. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  131. package/styles/recurrence-editor/_all.scss +0 -2
  132. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  133. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  134. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  135. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  136. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  137. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  138. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  139. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  140. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  141. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  142. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  143. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  144. package/styles/recurrence-editor/_layout.scss +0 -548
  145. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  146. package/styles/recurrence-editor/_material-definition.scss +0 -13
  147. package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
  148. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  149. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  150. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  151. package/styles/recurrence-editor/_theme.scss +0 -1
  152. package/styles/schedule/_all.scss +0 -2
  153. package/styles/schedule/_bootstrap-dark-definition.scss +0 -280
  154. package/styles/schedule/_bootstrap-definition.scss +0 -280
  155. package/styles/schedule/_bootstrap4-definition.scss +0 -283
  156. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  157. package/styles/schedule/_bootstrap5-definition.scss +0 -290
  158. package/styles/schedule/_fabric-dark-definition.scss +0 -279
  159. package/styles/schedule/_fabric-definition.scss +0 -280
  160. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  161. package/styles/schedule/_fluent-definition.scss +0 -285
  162. package/styles/schedule/_fusionnew-definition.scss +0 -289
  163. package/styles/schedule/_highcontrast-definition.scss +0 -281
  164. package/styles/schedule/_highcontrast-light-definition.scss +0 -281
  165. package/styles/schedule/_layout.scss +0 -4160
  166. package/styles/schedule/_material-dark-definition.scss +0 -280
  167. package/styles/schedule/_material-definition.scss +0 -280
  168. package/styles/schedule/_material3-dark-definition.scss +0 -1
  169. package/styles/schedule/_material3-definition.scss +0 -292
  170. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  171. package/styles/schedule/_tailwind-definition.scss +0 -282
  172. package/styles/schedule/_theme.scss +0 -551
  173. package/styles/schedule/icons/_bootstrap-dark.scss +0 -235
  174. package/styles/schedule/icons/_bootstrap.scss +0 -235
  175. package/styles/schedule/icons/_bootstrap4.scss +0 -235
  176. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  177. package/styles/schedule/icons/_bootstrap5.scss +0 -235
  178. package/styles/schedule/icons/_fabric-dark.scss +0 -235
  179. package/styles/schedule/icons/_fabric.scss +0 -235
  180. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  181. package/styles/schedule/icons/_fluent.scss +0 -235
  182. package/styles/schedule/icons/_fusionnew.scss +0 -235
  183. package/styles/schedule/icons/_highcontrast-light.scss +0 -235
  184. package/styles/schedule/icons/_highcontrast.scss +0 -235
  185. package/styles/schedule/icons/_material-dark.scss +0 -235
  186. package/styles/schedule/icons/_material.scss +0 -235
  187. package/styles/schedule/icons/_material3-dark.scss +0 -1
  188. package/styles/schedule/icons/_material3.scss +0 -235
  189. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  190. package/styles/schedule/icons/_tailwind.scss +0 -235
  191. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,483 +1 @@
1
- .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
2
- height: 36px;
3
- }
4
-
5
- .e-popup.e-ddl .e-dropdownbase {
6
- min-height: 26px;
7
- }
8
-
9
- .e-ddl.e-popup {
10
- border: 0;
11
- box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
12
- margin-top: 1px;
13
- }
14
- .e-ddl.e-popup .e-content.e-nodata {
15
- background-color: #fff;
16
- }
17
- .e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
18
- color: #23726c;
19
- }
20
- .e-ddl.e-popup .e-input-group {
21
- display: -ms-flexbox;
22
- display: flex;
23
- width: auto;
24
- }
25
- .e-ddl.e-popup .e-input-group input {
26
- line-height: 15px;
27
- }
28
-
29
- .e-ddl.e-popup .e-input-group .e-clear-icon {
30
- border-radius: 20px;
31
- height: 20px;
32
- margin: 5px;
33
- min-width: 20px;
34
- }
35
- .e-ddl.e-popup .e-input-group .e-clear-icon::before {
36
- font-size: 10px;
37
- }
38
- .e-ddl.e-popup .e-filter-parent {
39
- border-left-width: 0;
40
- border-right-width: 0;
41
- }
42
- .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
43
- border-color: #000;
44
- }
45
- .e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
46
- margin-top: 0;
47
- }
48
- .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 {
49
- font-size: 15px;
50
- line-height: 45px;
51
- padding-left: 0;
52
- text-indent: 16px;
53
- }
54
- .e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
55
- padding-left: 4px;
56
- }
57
- .e-bigger .e-ddl.e-popup .e-input-group {
58
- padding: 4px 0;
59
- }
60
- .e-bigger .e-ddl.e-popup .e-input-group input {
61
- height: 30px;
62
- }
63
- .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 {
64
- font-size: 14px;
65
- line-height: 40px;
66
- padding-left: 0;
67
- text-indent: 16px;
68
- }
69
- .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
70
- padding-left: 4px;
71
- }
72
- .e-bigger.e-small .e-ddl.e-popup .e-input-group {
73
- padding: 0;
74
- }
75
- .e-bigger.e-small .e-ddl.e-popup .e-input-group input {
76
- height: 34px;
77
- }
78
-
79
- /*! recurrence editor theme wise definitions*/
80
- /*! Recurrence-Editor component layout */
81
- .e-recurrenceeditor .e-editor {
82
- display: -ms-flexbox;
83
- display: flex;
84
- -ms-flex-flow: row wrap;
85
- flex-flow: row wrap;
86
- margin: 0 auto;
87
- max-width: 1240px;
88
- }
89
- .e-recurrenceeditor .e-recurrence-table {
90
- table-layout: fixed;
91
- width: 100%;
92
- }
93
- .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
94
- width: 27%;
95
- }
96
- .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
97
- width: 24%;
98
- }
99
- .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
100
- display: inline-block;
101
- font-weight: normal;
102
- padding: 18px 0 0 8px;
103
- }
104
- .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
105
- float: none;
106
- width: 100%;
107
- }
108
- .e-recurrenceeditor .e-recurrence-table .e-week-position {
109
- min-width: 88px;
110
- position: relative;
111
- right: 20px;
112
- }
113
- .e-recurrenceeditor .e-recurrence-table .e-day-position {
114
- min-width: 120px;
115
- }
116
- .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
117
- padding-left: 10px;
118
- }
119
- .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
120
- padding: 0 8px 10px 0;
121
- }
122
- .e-recurrenceeditor .e-form-left {
123
- padding: 0 8px 16px 0;
124
- }
125
- .e-recurrenceeditor .e-form-right,
126
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
127
- padding: 0 0 10px;
128
- }
129
- .e-recurrenceeditor .e-input-wrapper {
130
- float: left;
131
- width: 50%;
132
- }
133
- .e-recurrenceeditor .e-input-wrapper div {
134
- margin-bottom: 2.5%;
135
- }
136
- .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
137
- .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
138
- padding-right: 0;
139
- }
140
- .e-recurrenceeditor.e-rtl .e-end-on > div,
141
- .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
142
- float: right;
143
- }
144
- .e-recurrenceeditor.e-rtl .e-form-left,
145
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
146
- padding: 0 0 10px 8px;
147
- }
148
- .e-recurrenceeditor.e-rtl .e-form-right,
149
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
150
- padding: 0 8px 10px 0;
151
- }
152
- .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
153
- position: relative;
154
- right: 10px;
155
- }
156
- .e-recurrenceeditor.e-rtl .e-week-position {
157
- left: 20px;
158
- right: 0;
159
- }
160
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
161
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
162
- padding-right: 0;
163
- }
164
- .e-recurrenceeditor.e-rtl .e-end-on-label {
165
- margin-bottom: 5px;
166
- }
167
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
168
- padding: 0 0 0 8px;
169
- }
170
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
171
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
172
- padding: 0 8px 0 0;
173
- }
174
- .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
175
- width: 30px;
176
- }
177
- .e-recurrenceeditor .e-days .e-week-expander-label {
178
- font-size: 12px;
179
- font-weight: 400;
180
- margin-bottom: 8px;
181
- }
182
- .e-recurrenceeditor .e-days button {
183
- border-radius: 50%;
184
- -ms-flex-flow: row wrap;
185
- flex-flow: row wrap;
186
- height: 35px;
187
- margin: 0 8px 10px;
188
- width: 35px;
189
- }
190
- .e-recurrenceeditor .e-hide-recurrence-element {
191
- display: none;
192
- }
193
- .e-recurrenceeditor .e-half-space {
194
- width: 20%;
195
- }
196
- .e-recurrenceeditor .e-year-expander {
197
- margin-bottom: 11px;
198
- }
199
- .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
200
- padding-bottom: 11px;
201
- }
202
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
203
- padding-top: 3px;
204
- }
205
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
206
- display: none;
207
- }
208
- .e-recurrenceeditor .e-input-wrapper-side {
209
- float: left;
210
- padding: 16px 20px 0;
211
- width: 50%;
212
- }
213
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
214
- float: none;
215
- font-size: 12px;
216
- font-weight: 400;
217
- margin-bottom: 7px;
218
- padding-right: 16px;
219
- }
220
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
221
- padding-right: 16px;
222
- }
223
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
224
- margin: 0;
225
- }
226
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
227
- font-size: 12px;
228
- font-weight: 400;
229
- margin-bottom: 7px;
230
- padding-right: 16px;
231
- }
232
- .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
233
- padding-bottom: 6px;
234
- }
235
- .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
236
- padding-bottom: 12px;
237
- }
238
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
239
- margin-bottom: 11px;
240
- }
241
-
242
- .e-bigger .e-recurrenceeditor {
243
- padding: 0;
244
- }
245
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
246
- padding: 0 12px 11px 0;
247
- }
248
- .e-bigger .e-recurrenceeditor .e-form-left {
249
- padding: 0 12px 14px 0;
250
- }
251
- .e-bigger .e-recurrenceeditor .e-form-right,
252
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
253
- padding: 0 0 10px;
254
- }
255
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
256
- padding-bottom: 6px;
257
- }
258
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
259
- padding-left: 70px;
260
- }
261
- .e-bigger .e-recurrenceeditor .e-week-position {
262
- min-width: 130px;
263
- right: 0;
264
- }
265
- .e-bigger .e-recurrenceeditor .e-day-position {
266
- min-width: 183px;
267
- padding-left: 54px;
268
- }
269
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
270
- font-size: 12px;
271
- margin-bottom: 0;
272
- }
273
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
274
- padding-right: 5px;
275
- }
276
- .e-bigger .e-recurrenceeditor .e-end-on-label {
277
- margin-bottom: 0;
278
- }
279
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
280
- font-size: 12px;
281
- margin-bottom: 8px;
282
- }
283
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
284
- padding-bottom: 12px;
285
- }
286
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
287
- font-size: 12px;
288
- margin-bottom: 1px;
289
- }
290
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
291
- .e-bigger .e-recurrenceeditor .e-year-expander,
292
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
293
- margin-bottom: 11px;
294
- }
295
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
296
- width: 30px;
297
- }
298
- .e-bigger .e-recurrenceeditor .e-days button {
299
- height: 40px;
300
- width: 40px;
301
- }
302
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
303
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
304
- padding: 0 0 10px 12px;
305
- }
306
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
307
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
308
- padding: 0 12px 10px 0;
309
- }
310
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
311
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
312
- padding: 0 64px 0 0;
313
- }
314
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
315
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
316
- padding-right: 0;
317
- }
318
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
319
- margin-bottom: 5px;
320
- }
321
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
322
- padding: 0 0 0 12px;
323
- }
324
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
325
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
326
- padding: 0 12px 0 0;
327
- }
328
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
329
- left: 0;
330
- }
331
-
332
- .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
333
- width: 25%;
334
- }
335
- .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
336
- width: 20%;
337
- }
338
- .e-device .e-recurrenceeditor .e-week-expander-label {
339
- margin-bottom: 6px;
340
- }
341
- .e-device .e-recurrenceeditor .e-month-expander-label {
342
- font-size: 12px;
343
- margin-bottom: 5px;
344
- }
345
- .e-device .e-recurrenceeditor .e-footer-content {
346
- padding: 12px;
347
- }
348
- .e-device .e-recurrenceeditor .e-form-left,
349
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
350
- padding: 0 3px 10px 0;
351
- }
352
- .e-device .e-recurrenceeditor .e-form-right,
353
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
354
- padding: 0 0 10px 3px;
355
- }
356
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
357
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
358
- padding: 0 0 0 10px;
359
- }
360
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
361
- padding-right: 10px;
362
- }
363
- .e-device .e-recurrenceeditor.e-end-on {
364
- padding-right: 0;
365
- }
366
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
367
- float: none;
368
- font-size: 12px;
369
- font-weight: 400;
370
- margin-bottom: 7px;
371
- }
372
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
373
- padding-right: 0;
374
- }
375
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
376
- .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
377
- padding-left: 20px;
378
- }
379
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
380
- margin-left: 20px;
381
- }
382
- .e-device .e-recurrenceeditor .e-week-position {
383
- right: 0;
384
- padding-right: 10px;
385
- }
386
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
387
- padding-right: 0;
388
- }
389
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
390
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
391
- padding: 0 10px 0 0;
392
- }
393
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
394
- padding: 0 20px 0 0;
395
- }
396
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
397
- padding: 0 50px 0 0;
398
- }
399
- .e-device .e-recurrenceeditor.e-rtl .e-week-position {
400
- left: 0;
401
- }
402
- .e-device.e-recurrence-dialog .e-dlg-header-content {
403
- background: none;
404
- box-shadow: none;
405
- padding-bottom: 10px;
406
- }
407
- .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
408
- margin-bottom: 7px;
409
- }
410
- .e-device.e-recurrence-dialog .e-footer-content {
411
- padding: 16px 8px;
412
- }
413
-
414
- @media (max-width: 1024px) {
415
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
416
- width: 100%;
417
- }
418
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
419
- width: 65%;
420
- }
421
- }
422
- @media (max-width: 580px) {
423
- .e-recurrenceeditor {
424
- margin-left: auto;
425
- margin-right: auto;
426
- width: 100%;
427
- }
428
- .e-recurrenceeditor .e-editor {
429
- -ms-flex-direction: column;
430
- flex-direction: column;
431
- }
432
- .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
433
- margin-top: 0;
434
- }
435
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
436
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
437
- margin-bottom: 7px;
438
- }
439
- .e-recurrenceeditor .e-editor > div {
440
- margin-top: 20px;
441
- }
442
- .e-recurrenceeditor .e-editor > .e-input-wrapper {
443
- width: 100%;
444
- }
445
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
446
- width: 100%;
447
- }
448
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
449
- width: 50%;
450
- }
451
- .e-recurrenceeditor .e-editor .e-form-left,
452
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
453
- padding: 0 0 10px;
454
- }
455
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
456
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
457
- padding: 0 0 0 10px;
458
- }
459
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
460
- padding-right: 10px;
461
- }
462
- .e-recurrenceeditor .e-editor .e-form-right,
463
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
464
- padding-left: 0;
465
- }
466
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
467
- width: 100%;
468
- }
469
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
470
- width: 65%;
471
- }
472
- .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
473
- padding-left: 50px;
474
- }
475
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
476
- padding-right: 0;
477
- }
478
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
479
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
480
- padding: 0 10px 0 0;
481
- }
482
- }
483
- /*! Recurrence-Editor component theme */
1
+ @import '@syncfusion/ej2-schedule/styles/recurrence-editor/highcontrast-light.css';
@@ -1,8 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
- @import 'ej2-inputs/styles/numerictextbox/highcontrast-light-definition.scss';
3
- @import 'ej2-buttons/styles/button/highcontrast-light-definition.scss';
4
- @import 'ej2-buttons/styles/radio-button/highcontrast-light-definition.scss';
5
- @import 'ej2-calendars/styles/datepicker/highcontrast-light-definition.scss';
6
- @import 'ej2-dropdowns/styles/drop-down-list/highcontrast-light-definition.scss';
7
- @import 'highcontrast-light-definition.scss';
8
- @import 'all.scss';
1
+ @import 'ej2-schedule/styles/recurrence-editor/highcontrast-light.scss';