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