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