@syncfusion/ej2-angular-schedule 24.1.41 → 24.2.3

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