@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,486 +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
- }
143
- .e-recurrenceeditor.e-rtl .e-end-on > div,
144
- .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
145
- float: right;
146
- }
147
- .e-recurrenceeditor.e-rtl .e-form-left,
148
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
149
- padding: 0 0 10px 8px;
150
- }
151
- .e-recurrenceeditor.e-rtl .e-form-right,
152
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
153
- padding: 0 8px 10px 0;
154
- }
155
- .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
156
- position: relative;
157
- right: 10px;
158
- }
159
- .e-recurrenceeditor.e-rtl .e-week-position {
160
- left: 20px;
161
- right: 0;
162
- }
163
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
164
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
165
- padding-right: 0;
166
- }
167
- .e-recurrenceeditor.e-rtl .e-end-on-label {
168
- margin-bottom: 5px;
169
- }
170
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
171
- padding: 0 0 0 8px;
172
- }
173
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
174
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
175
- padding: 0 8px 0 0;
176
- }
177
- .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
178
- width: 30px;
179
- }
180
- .e-recurrenceeditor .e-days .e-week-expander-label {
181
- font-size: 13px;
182
- font-weight: 400;
183
- margin-bottom: 8px;
184
- }
185
- .e-recurrenceeditor .e-days button {
186
- border-radius: 50%;
187
- -ms-flex-flow: row wrap;
188
- flex-flow: row wrap;
189
- height: 35px;
190
- margin: 0 8px 10px;
191
- width: 35px;
192
- }
193
- .e-recurrenceeditor .e-hide-recurrence-element {
194
- display: none;
195
- }
196
- .e-recurrenceeditor .e-half-space {
197
- width: 20%;
198
- }
199
- .e-recurrenceeditor .e-year-expander {
200
- margin-bottom: 11px;
201
- }
202
- .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
203
- padding-bottom: 11px;
204
- }
205
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
206
- padding-top: 3px;
207
- }
208
- .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
209
- display: none;
210
- }
211
- .e-recurrenceeditor .e-input-wrapper-side {
212
- float: left;
213
- padding: 16px 20px 0;
214
- width: 50%;
215
- }
216
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
217
- float: none;
218
- font-size: 13px;
219
- font-weight: 400;
220
- margin-bottom: 7px;
221
- padding-right: 16px;
222
- }
223
- .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
224
- padding-right: 16px;
225
- }
226
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
227
- margin: 0;
228
- }
229
- .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
230
- font-size: 13px;
231
- font-weight: 400;
232
- margin-bottom: 7px;
233
- padding-right: 16px;
234
- }
235
- .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
236
- padding-bottom: 6px;
237
- }
238
- .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
239
- padding-bottom: 12px;
240
- }
241
- .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
242
- margin-bottom: 11px;
243
- }
244
-
245
- .e-bigger .e-recurrenceeditor {
246
- padding: 0;
247
- }
248
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
249
- padding: 0 12px 11px 0;
250
- }
251
- .e-bigger .e-recurrenceeditor .e-form-left {
252
- padding: 0 12px 14px 0;
253
- }
254
- .e-bigger .e-recurrenceeditor .e-form-right,
255
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
256
- padding: 0 0 10px;
257
- }
258
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
259
- padding-bottom: 6px;
260
- }
261
- .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
262
- padding-left: 70px;
263
- }
264
- .e-bigger .e-recurrenceeditor .e-week-position {
265
- min-width: 130px;
266
- right: 0;
267
- }
268
- .e-bigger .e-recurrenceeditor .e-day-position {
269
- min-width: 183px;
270
- padding-left: 54px;
271
- }
272
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
273
- font-size: 13px;
274
- margin-bottom: 0;
275
- }
276
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
277
- padding-right: 5px;
278
- }
279
- .e-bigger .e-recurrenceeditor .e-end-on-label {
280
- margin-bottom: 0;
281
- }
282
- .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
283
- font-size: 13px;
284
- margin-bottom: 8px;
285
- }
286
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
287
- padding-bottom: 12px;
288
- }
289
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
290
- font-size: 13px;
291
- margin-bottom: 1px;
292
- }
293
- .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
294
- .e-bigger .e-recurrenceeditor .e-year-expander,
295
- .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
296
- margin-bottom: 11px;
297
- }
298
- .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
299
- width: 30px;
300
- }
301
- .e-bigger .e-recurrenceeditor .e-days button {
302
- height: 40px;
303
- width: 40px;
304
- }
305
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
306
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
307
- padding: 0 0 10px 12px;
308
- }
309
- .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
310
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
311
- padding: 0 12px 10px 0;
312
- }
313
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
314
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
315
- padding: 0 64px 0 0;
316
- }
317
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
318
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
319
- padding-right: 0;
320
- }
321
- .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
322
- margin-bottom: 5px;
323
- }
324
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
325
- padding: 0 0 0 12px;
326
- }
327
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
328
- .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
329
- padding: 0 12px 0 0;
330
- }
331
- .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
332
- left: 0;
333
- }
334
-
335
- .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
336
- width: 25%;
337
- }
338
- .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
339
- width: 20%;
340
- }
341
- .e-device .e-recurrenceeditor .e-week-expander-label {
342
- margin-bottom: 6px;
343
- }
344
- .e-device .e-recurrenceeditor .e-month-expander-label {
345
- font-size: 12px;
346
- margin-bottom: 5px;
347
- }
348
- .e-device .e-recurrenceeditor .e-footer-content {
349
- padding: 12px;
350
- }
351
- .e-device .e-recurrenceeditor .e-form-left,
352
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
353
- padding: 0 3px 10px 0;
354
- }
355
- .e-device .e-recurrenceeditor .e-form-right,
356
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
357
- padding: 0 0 10px 3px;
358
- }
359
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
360
- .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
361
- padding: 0 0 0 10px;
362
- }
363
- .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
364
- padding-right: 10px;
365
- }
366
- .e-device .e-recurrenceeditor.e-end-on {
367
- padding-right: 0;
368
- }
369
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
370
- float: none;
371
- font-size: 12px;
372
- font-weight: 400;
373
- margin-bottom: 7px;
374
- }
375
- .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
376
- padding-right: 0;
377
- }
378
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
379
- .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
380
- padding-left: 20px;
381
- }
382
- .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
383
- margin-left: 20px;
384
- }
385
- .e-device .e-recurrenceeditor .e-week-position {
386
- right: 0;
387
- padding-right: 10px;
388
- }
389
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
390
- padding-right: 0;
391
- }
392
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
393
- .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
394
- padding: 0 10px 0 0;
395
- }
396
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
397
- padding: 0 20px 0 0;
398
- }
399
- .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
400
- padding: 0 50px 0 0;
401
- }
402
- .e-device .e-recurrenceeditor.e-rtl .e-week-position {
403
- left: 0;
404
- }
405
- .e-device.e-recurrence-dialog .e-dlg-header-content {
406
- background: none;
407
- box-shadow: none;
408
- padding-bottom: 10px;
409
- }
410
- .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
411
- margin-bottom: 7px;
412
- }
413
- .e-device.e-recurrence-dialog .e-footer-content {
414
- padding: 16px 8px;
415
- }
416
-
417
- @media (max-width: 1024px) {
418
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
419
- width: 100%;
420
- }
421
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
422
- width: 65%;
423
- }
424
- }
425
- @media (max-width: 580px) {
426
- .e-recurrenceeditor {
427
- margin-left: auto;
428
- margin-right: auto;
429
- width: 100%;
430
- }
431
- .e-recurrenceeditor .e-editor {
432
- -ms-flex-direction: column;
433
- flex-direction: column;
434
- }
435
- .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
436
- margin-top: 0;
437
- }
438
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
439
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
440
- margin-bottom: 7px;
441
- }
442
- .e-recurrenceeditor .e-editor > div {
443
- margin-top: 20px;
444
- }
445
- .e-recurrenceeditor .e-editor > .e-input-wrapper {
446
- width: 100%;
447
- }
448
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
449
- width: 100%;
450
- }
451
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
452
- width: 50%;
453
- }
454
- .e-recurrenceeditor .e-editor .e-form-left,
455
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
456
- padding: 0 0 10px;
457
- }
458
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
459
- .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
460
- padding: 0 0 0 10px;
461
- }
462
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
463
- padding-right: 10px;
464
- }
465
- .e-recurrenceeditor .e-editor .e-form-right,
466
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
467
- padding-left: 0;
468
- }
469
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
470
- width: 100%;
471
- }
472
- .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
473
- width: 65%;
474
- }
475
- .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
476
- padding-left: 50px;
477
- }
478
- .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
479
- padding-right: 0;
480
- }
481
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
482
- .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
483
- padding: 0 10px 0 0;
484
- }
485
- }
486
- /*! 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';