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