@syncfusion/ej2-angular-schedule 24.1.41 → 24.2.3-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 (192) 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 +1871 -0
  6. package/README.md +1 -1
  7. package/dist/ej2-angular-schedule.umd.js +1102 -0
  8. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  9. package/dist/ej2-angular-schedule.umd.min.js +11 -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 +15 -29
  14. package/postinstall/tagchange.js +18 -0
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  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 +0 -3
  25. package/src/schedule/schedule.module.d.ts +0 -10
  26. package/src/schedule/toolbaritems.directive.d.ts +0 -5
  27. package/src/schedule/views.directive.d.ts +0 -5
  28. package/styles/bootstrap-dark.css +1 -4550
  29. package/styles/bootstrap.css +1 -4545
  30. package/styles/bootstrap4.css +1 -4654
  31. package/styles/bootstrap5-dark.css +1 -4599
  32. package/styles/bootstrap5.css +1 -4599
  33. package/styles/fabric-dark.css +1 -4517
  34. package/styles/fabric.css +1 -4507
  35. package/styles/fluent-dark.css +1 -4576
  36. package/styles/fluent.css +1 -4576
  37. package/styles/highcontrast-light.css +1 -4589
  38. package/styles/highcontrast.css +1 -4598
  39. package/styles/material-dark.css +1 -4533
  40. package/styles/material.css +1 -4569
  41. package/styles/material3-dark.css +1 -4636
  42. package/styles/material3-dark.scss +0 -1
  43. package/styles/material3.css +1 -4692
  44. package/styles/material3.scss +0 -1
  45. package/styles/recurrence-editor/bootstrap-dark.css +1 -505
  46. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  47. package/styles/recurrence-editor/bootstrap.css +1 -505
  48. package/styles/recurrence-editor/bootstrap.scss +1 -8
  49. package/styles/recurrence-editor/bootstrap4.css +1 -550
  50. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  51. package/styles/recurrence-editor/bootstrap5-dark.css +1 -546
  52. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  53. package/styles/recurrence-editor/bootstrap5.css +1 -546
  54. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  55. package/styles/recurrence-editor/fabric-dark.css +1 -481
  56. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  57. package/styles/recurrence-editor/fabric.css +1 -474
  58. package/styles/recurrence-editor/fabric.scss +1 -8
  59. package/styles/recurrence-editor/fluent-dark.css +1 -526
  60. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  61. package/styles/recurrence-editor/fluent.css +1 -526
  62. package/styles/recurrence-editor/fluent.scss +1 -8
  63. package/styles/recurrence-editor/highcontrast-light.css +1 -478
  64. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  65. package/styles/recurrence-editor/highcontrast.css +1 -478
  66. package/styles/recurrence-editor/highcontrast.scss +1 -8
  67. package/styles/recurrence-editor/material-dark.css +1 -506
  68. package/styles/recurrence-editor/material-dark.scss +1 -8
  69. package/styles/recurrence-editor/material.css +1 -531
  70. package/styles/recurrence-editor/material.scss +1 -8
  71. package/styles/recurrence-editor/material3-dark.css +1 -596
  72. package/styles/recurrence-editor/material3-dark.scss +1 -8
  73. package/styles/recurrence-editor/material3.css +1 -652
  74. package/styles/recurrence-editor/material3.scss +1 -8
  75. package/styles/recurrence-editor/tailwind-dark.css +1 -494
  76. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  77. package/styles/recurrence-editor/tailwind.css +1 -494
  78. package/styles/recurrence-editor/tailwind.scss +1 -8
  79. package/styles/schedule/bootstrap-dark.css +1 -4149
  80. package/styles/schedule/bootstrap-dark.scss +1 -16
  81. package/styles/schedule/bootstrap.css +1 -4144
  82. package/styles/schedule/bootstrap.scss +1 -16
  83. package/styles/schedule/bootstrap4.css +1 -4253
  84. package/styles/schedule/bootstrap4.scss +1 -16
  85. package/styles/schedule/bootstrap5-dark.css +1 -4198
  86. package/styles/schedule/bootstrap5-dark.scss +1 -15
  87. package/styles/schedule/bootstrap5.css +1 -4198
  88. package/styles/schedule/bootstrap5.scss +1 -16
  89. package/styles/schedule/fabric-dark.css +1 -4116
  90. package/styles/schedule/fabric-dark.scss +1 -16
  91. package/styles/schedule/fabric.css +1 -4106
  92. package/styles/schedule/fabric.scss +1 -16
  93. package/styles/schedule/fluent-dark.css +1 -4175
  94. package/styles/schedule/fluent-dark.scss +1 -15
  95. package/styles/schedule/fluent.css +1 -4175
  96. package/styles/schedule/fluent.scss +1 -16
  97. package/styles/schedule/highcontrast-light.css +1 -4188
  98. package/styles/schedule/highcontrast-light.scss +1 -16
  99. package/styles/schedule/highcontrast.css +1 -4197
  100. package/styles/schedule/highcontrast.scss +1 -16
  101. package/styles/schedule/material-dark.css +1 -4132
  102. package/styles/schedule/material-dark.scss +1 -16
  103. package/styles/schedule/material.css +1 -4168
  104. package/styles/schedule/material.scss +1 -16
  105. package/styles/schedule/material3-dark.css +1 -4235
  106. package/styles/schedule/material3-dark.scss +1 -15
  107. package/styles/schedule/material3.css +1 -4291
  108. package/styles/schedule/material3.scss +1 -16
  109. package/styles/schedule/tailwind-dark.css +1 -4139
  110. package/styles/schedule/tailwind-dark.scss +1 -15
  111. package/styles/schedule/tailwind.css +1 -4139
  112. package/styles/schedule/tailwind.scss +1 -16
  113. package/styles/tailwind-dark.css +1 -4540
  114. package/styles/tailwind.css +1 -4540
  115. package/esm2020/public_api.mjs +0 -3
  116. package/esm2020/src/index.mjs +0 -12
  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 -306
  124. package/esm2020/src/schedule/schedule.module.mjs +0 -61
  125. package/esm2020/src/schedule/toolbaritems.directive.mjs +0 -67
  126. package/esm2020/src/schedule/views.directive.mjs +0 -132
  127. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  128. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -831
  129. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  130. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -831
  131. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  132. package/styles/recurrence-editor/_all.scss +0 -2
  133. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -15
  134. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -15
  135. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -15
  136. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  137. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -15
  138. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -15
  139. package/styles/recurrence-editor/_fabric-definition.scss +0 -15
  140. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  141. package/styles/recurrence-editor/_fluent-definition.scss +0 -15
  142. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -15
  143. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -15
  144. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -15
  145. package/styles/recurrence-editor/_layout.scss +0 -541
  146. package/styles/recurrence-editor/_material-dark-definition.scss +0 -15
  147. package/styles/recurrence-editor/_material-definition.scss +0 -15
  148. package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
  149. package/styles/recurrence-editor/_material3-definition.scss +0 -15
  150. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  151. package/styles/recurrence-editor/_tailwind-definition.scss +0 -15
  152. package/styles/recurrence-editor/_theme.scss +0 -1
  153. package/styles/schedule/_all.scss +0 -2
  154. package/styles/schedule/_bootstrap-dark-definition.scss +0 -284
  155. package/styles/schedule/_bootstrap-definition.scss +0 -284
  156. package/styles/schedule/_bootstrap4-definition.scss +0 -287
  157. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  158. package/styles/schedule/_bootstrap5-definition.scss +0 -294
  159. package/styles/schedule/_fabric-dark-definition.scss +0 -283
  160. package/styles/schedule/_fabric-definition.scss +0 -284
  161. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  162. package/styles/schedule/_fluent-definition.scss +0 -289
  163. package/styles/schedule/_fusionnew-definition.scss +0 -293
  164. package/styles/schedule/_highcontrast-definition.scss +0 -285
  165. package/styles/schedule/_highcontrast-light-definition.scss +0 -285
  166. package/styles/schedule/_layout.scss +0 -4173
  167. package/styles/schedule/_material-dark-definition.scss +0 -284
  168. package/styles/schedule/_material-definition.scss +0 -284
  169. package/styles/schedule/_material3-dark-definition.scss +0 -1
  170. package/styles/schedule/_material3-definition.scss +0 -296
  171. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  172. package/styles/schedule/_tailwind-definition.scss +0 -286
  173. package/styles/schedule/_theme.scss +0 -551
  174. package/styles/schedule/icons/_bootstrap-dark.scss +0 -235
  175. package/styles/schedule/icons/_bootstrap.scss +0 -235
  176. package/styles/schedule/icons/_bootstrap4.scss +0 -235
  177. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  178. package/styles/schedule/icons/_bootstrap5.scss +0 -235
  179. package/styles/schedule/icons/_fabric-dark.scss +0 -235
  180. package/styles/schedule/icons/_fabric.scss +0 -235
  181. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  182. package/styles/schedule/icons/_fluent.scss +0 -235
  183. package/styles/schedule/icons/_fusionnew.scss +0 -235
  184. package/styles/schedule/icons/_highcontrast-light.scss +0 -235
  185. package/styles/schedule/icons/_highcontrast.scss +0 -235
  186. package/styles/schedule/icons/_material-dark.scss +0 -235
  187. package/styles/schedule/icons/_material.scss +0 -235
  188. package/styles/schedule/icons/_material3-dark.scss +0 -1
  189. package/styles/schedule/icons/_material3.scss +0 -235
  190. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  191. package/styles/schedule/icons/_tailwind.scss +0 -235
  192. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,478 +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
- margin-top: 28px;
140
- }
141
- .e-recurrenceeditor.e-rtl .e-end-on > div,
142
- .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
143
- float: right;
144
- }
145
- .e-recurrenceeditor.e-rtl .e-form-left,
146
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
147
- padding: 0 0 10px 8px;
148
- }
149
- .e-recurrenceeditor.e-rtl .e-form-right,
150
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
151
- padding: 0 8px 10px 0;
152
- }
153
- .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
154
- position: relative;
155
- right: 10px;
156
- }
157
- .e-recurrenceeditor.e-rtl .e-week-position {
158
- left: 20px;
159
- right: 0;
160
- }
161
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
162
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
163
- padding-right: 0;
164
- }
165
- .e-recurrenceeditor.e-rtl .e-end-on-label {
166
- margin-bottom: 5px;
167
- }
168
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
169
- padding: 0 0 0 8px;
170
- }
171
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
172
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
173
- padding: 0 8px 0 0;
174
- }
175
- .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
176
- width: 30px;
177
- }
178
- .e-recurrenceeditor .e-days .e-week-expander-label {
179
- font-size: 12px;
180
- font-weight: 400;
181
- margin-bottom: 8px;
182
- }
183
- .e-recurrenceeditor .e-days button {
184
- border-radius: 50%;
185
- -ms-flex-flow: row wrap;
186
- flex-flow: row wrap;
187
- height: 35px;
188
- margin: 0 8px 10px;
189
- width: 35px;
190
- }
191
- .e-recurrenceeditor .e-hide-recurrence-element {
192
- display: none;
193
- }
194
- .e-recurrenceeditor .e-half-space {
195
- width: 20%;
196
- }
197
- .e-recurrenceeditor .e-year-expander {
198
- margin-bottom: 11px;
199
- }
200
- .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
201
- padding-bottom: 11px;
202
- }
203
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
204
- padding-top: 3px;
205
- }
206
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
207
- display: none;
208
- }
209
- .e-recurrenceeditor .e-input-wrapper-side {
210
- float: left;
211
- padding: 16px 20px 0;
212
- width: 50%;
213
- }
214
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
215
- padding-right: 16px;
216
- }
217
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
218
- margin: 0;
219
- }
220
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
221
- font-size: 12px;
222
- font-weight: 400;
223
- margin-bottom: 10px;
224
- padding-right: 16px;
225
- }
226
- .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
227
- padding-bottom: 6px;
228
- }
229
- .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
230
- padding-bottom: 12px;
231
- }
232
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
233
- margin-bottom: 11px;
234
- }
235
-
236
- .e-bigger .e-recurrenceeditor {
237
- padding: 0;
238
- }
239
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
240
- padding: 0 12px 11px 0;
241
- }
242
- .e-bigger .e-recurrenceeditor .e-form-left {
243
- padding: 0 12px 14px 0;
244
- }
245
- .e-bigger .e-recurrenceeditor .e-form-right,
246
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
247
- padding: 0 0 10px;
248
- }
249
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
250
- padding-bottom: 6px;
251
- }
252
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
253
- padding-left: 70px;
254
- }
255
- .e-bigger .e-recurrenceeditor .e-week-position {
256
- min-width: 130px;
257
- right: 0;
258
- }
259
- .e-bigger .e-recurrenceeditor .e-day-position {
260
- min-width: 183px;
261
- padding-left: 54px;
262
- }
263
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
264
- font-size: 12px;
265
- margin-bottom: 10px;
266
- font-weight: 400;
267
- }
268
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
269
- padding-right: 5px;
270
- }
271
- .e-bigger .e-recurrenceeditor .e-end-on-label {
272
- margin-bottom: 0;
273
- }
274
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
275
- font-size: 12px;
276
- margin-bottom: 8px;
277
- }
278
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
279
- padding-bottom: 12px;
280
- }
281
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
282
- font-size: 12px;
283
- margin-bottom: 1px;
284
- }
285
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
286
- .e-bigger .e-recurrenceeditor .e-year-expander,
287
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
288
- margin-bottom: 11px;
289
- }
290
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
291
- width: 30px;
292
- }
293
- .e-bigger .e-recurrenceeditor .e-days button {
294
- height: 40px;
295
- width: 40px;
296
- }
297
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
298
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
299
- padding: 0 0 10px 12px;
300
- }
301
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
302
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
303
- padding: 0 12px 10px 0;
304
- }
305
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
306
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
307
- padding: 0 64px 0 0;
308
- }
309
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
310
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
311
- padding-right: 0;
312
- }
313
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
314
- margin-bottom: 5px;
315
- }
316
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
317
- padding: 0 0 0 12px;
318
- }
319
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
320
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
321
- padding: 0 12px 0 0;
322
- }
323
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
324
- left: 0;
325
- }
326
-
327
- .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
328
- width: 25%;
329
- }
330
- .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
331
- width: 20%;
332
- }
333
- .e-device .e-recurrenceeditor .e-week-expander-label {
334
- margin-bottom: 6px;
335
- }
336
- .e-device .e-recurrenceeditor .e-month-expander-label {
337
- font-size: 12px;
338
- margin-bottom: 5px;
339
- }
340
- .e-device .e-recurrenceeditor .e-footer-content {
341
- padding: 12px;
342
- }
343
- .e-device .e-recurrenceeditor .e-form-left,
344
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
345
- padding: 0 3px 10px 0;
346
- }
347
- .e-device .e-recurrenceeditor .e-form-right,
348
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
349
- padding: 0 0 10px 3px;
350
- }
351
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
352
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
353
- padding: 0 0 0 10px;
354
- }
355
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
356
- padding-right: 10px;
357
- }
358
- .e-device .e-recurrenceeditor.e-end-on {
359
- padding-right: 0;
360
- }
361
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
362
- float: none;
363
- font-size: 12px;
364
- font-weight: 400;
365
- margin-bottom: 7px;
366
- }
367
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
368
- padding-right: 0;
369
- }
370
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
371
- .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
372
- padding-left: 20px;
373
- }
374
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
375
- margin-left: 20px;
376
- }
377
- .e-device .e-recurrenceeditor .e-week-position {
378
- right: 0;
379
- padding-right: 10px;
380
- }
381
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
382
- padding-right: 0;
383
- }
384
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
385
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
386
- padding: 0 10px 0 0;
387
- }
388
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
389
- padding: 0 20px 0 0;
390
- }
391
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
392
- padding: 0 50px 0 0;
393
- }
394
- .e-device .e-recurrenceeditor.e-rtl .e-week-position {
395
- left: 0;
396
- }
397
- .e-device.e-recurrence-dialog .e-dlg-header-content {
398
- background: none;
399
- box-shadow: none;
400
- padding-bottom: 10px;
401
- }
402
- .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
403
- margin-bottom: 7px;
404
- }
405
- .e-device.e-recurrence-dialog .e-footer-content {
406
- padding: 16px 8px;
407
- }
408
-
409
- @media (max-width: 1024px) {
410
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
411
- width: 100%;
412
- }
413
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
414
- width: 65%;
415
- }
416
- }
417
- @media (max-width: 580px) {
418
- .e-recurrenceeditor {
419
- margin-left: auto;
420
- margin-right: auto;
421
- width: 100%;
422
- }
423
- .e-recurrenceeditor .e-editor {
424
- -ms-flex-direction: column;
425
- flex-direction: column;
426
- }
427
- .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
428
- margin-top: 0;
429
- }
430
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
431
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
432
- margin-bottom: 10px;
433
- }
434
- .e-recurrenceeditor .e-editor > div {
435
- margin-top: 20px;
436
- }
437
- .e-recurrenceeditor .e-editor > .e-input-wrapper {
438
- width: 100%;
439
- }
440
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
441
- width: 100%;
442
- }
443
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
444
- width: 50%;
445
- }
446
- .e-recurrenceeditor .e-editor .e-form-left,
447
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
448
- padding: 0 0 10px;
449
- }
450
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
451
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
452
- padding: 0 0 0 10px;
453
- }
454
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
455
- padding-right: 10px;
456
- }
457
- .e-recurrenceeditor .e-editor .e-form-right,
458
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
459
- padding-left: 0;
460
- }
461
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
462
- width: 100%;
463
- }
464
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
465
- width: 65%;
466
- }
467
- .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
468
- padding-left: 50px;
469
- }
470
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
471
- padding-right: 0;
472
- }
473
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
474
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
475
- padding: 0 10px 0 0;
476
- }
477
- }
478
- /*! 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';