@syncfusion/ej2-schedule 21.2.10 → 22.1.34

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 (98) hide show
  1. package/.eslintrc.json +1 -0
  2. package/CHANGELOG.md +14 -0
  3. package/dist/ej2-schedule.min.js +2 -2
  4. package/dist/ej2-schedule.umd.min.js +2 -2
  5. package/dist/ej2-schedule.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-schedule.es2015.js +50 -26
  7. package/dist/es6/ej2-schedule.es2015.js.map +1 -1
  8. package/dist/es6/ej2-schedule.es5.js +51 -27
  9. package/dist/es6/ej2-schedule.es5.js.map +1 -1
  10. package/dist/global/ej2-schedule.min.js +2 -2
  11. package/dist/global/ej2-schedule.min.js.map +1 -1
  12. package/dist/global/index.d.ts +1 -1
  13. package/package.json +15 -15
  14. package/src/recurrence-editor/recurrence-editor-model.d.ts +8 -1
  15. package/src/recurrence-editor/recurrence-editor.d.ts +17 -0
  16. package/src/recurrence-editor/recurrence-editor.js +7 -4
  17. package/src/schedule/actions/keyboard.js +2 -0
  18. package/src/schedule/base/schedule-model.d.ts +18 -9
  19. package/src/schedule/base/schedule.d.ts +20 -11
  20. package/src/schedule/base/schedule.js +14 -5
  21. package/src/schedule/models/event-settings-model.d.ts +4 -2
  22. package/src/schedule/models/event-settings.d.ts +4 -2
  23. package/src/schedule/models/group-model.d.ts +2 -1
  24. package/src/schedule/models/group.d.ts +2 -1
  25. package/src/schedule/models/header-rows-model.d.ts +2 -1
  26. package/src/schedule/models/header-rows.d.ts +2 -1
  27. package/src/schedule/models/quick-info-templates-model.d.ts +6 -3
  28. package/src/schedule/models/quick-info-templates.d.ts +6 -3
  29. package/src/schedule/models/time-scale-model.d.ts +4 -2
  30. package/src/schedule/models/time-scale.d.ts +4 -2
  31. package/src/schedule/models/views-model.d.ts +18 -9
  32. package/src/schedule/models/views.d.ts +18 -9
  33. package/src/schedule/popups/event-tooltip.js +6 -3
  34. package/src/schedule/popups/event-window.js +18 -14
  35. package/src/schedule/popups/quick-popups.js +3 -1
  36. package/src/schedule/renderer/timeline-view.js +2 -1
  37. package/styles/bootstrap-dark.css +9 -12
  38. package/styles/bootstrap.css +9 -12
  39. package/styles/bootstrap4.css +10 -13
  40. package/styles/bootstrap5-dark.css +9 -12
  41. package/styles/bootstrap5.css +9 -12
  42. package/styles/fabric-dark.css +9 -12
  43. package/styles/fabric.css +9 -12
  44. package/styles/fluent-dark.css +9 -12
  45. package/styles/fluent.css +9 -12
  46. package/styles/highcontrast-light.css +10 -13
  47. package/styles/highcontrast.css +10 -13
  48. package/styles/material-dark.css +9 -12
  49. package/styles/material.css +9 -12
  50. package/styles/material3-dark.css +4597 -0
  51. package/styles/material3-dark.scss +4 -0
  52. package/styles/material3.css +4653 -0
  53. package/styles/material3.scss +4 -0
  54. package/styles/recurrence-editor/_material3-dark-definition.scss +1 -0
  55. package/styles/recurrence-editor/_material3-definition.scss +13 -0
  56. package/styles/recurrence-editor/material3-dark.css +593 -0
  57. package/styles/recurrence-editor/material3-dark.scss +9 -0
  58. package/styles/recurrence-editor/material3.css +649 -0
  59. package/styles/recurrence-editor/material3.scss +9 -0
  60. package/styles/schedule/_bootstrap-dark-definition.scss +3 -2
  61. package/styles/schedule/_bootstrap-definition.scss +3 -2
  62. package/styles/schedule/_bootstrap4-definition.scss +3 -2
  63. package/styles/schedule/_bootstrap5-definition.scss +3 -2
  64. package/styles/schedule/_fabric-dark-definition.scss +3 -2
  65. package/styles/schedule/_fabric-definition.scss +3 -2
  66. package/styles/schedule/_fluent-definition.scss +3 -2
  67. package/styles/schedule/_fusionnew-definition.scss +3 -2
  68. package/styles/schedule/_highcontrast-definition.scss +3 -2
  69. package/styles/schedule/_highcontrast-light-definition.scss +3 -2
  70. package/styles/schedule/_layout.scss +27 -17
  71. package/styles/schedule/_material-dark-definition.scss +3 -2
  72. package/styles/schedule/_material-definition.scss +3 -2
  73. package/styles/schedule/_material3-dark-definition.scss +1 -0
  74. package/styles/schedule/_material3-definition.scss +292 -0
  75. package/styles/schedule/_tailwind-definition.scss +3 -2
  76. package/styles/schedule/_theme.scss +7 -2
  77. package/styles/schedule/bootstrap-dark.css +9 -12
  78. package/styles/schedule/bootstrap.css +9 -12
  79. package/styles/schedule/bootstrap4.css +10 -13
  80. package/styles/schedule/bootstrap5-dark.css +9 -12
  81. package/styles/schedule/bootstrap5.css +9 -12
  82. package/styles/schedule/fabric-dark.css +9 -12
  83. package/styles/schedule/fabric.css +9 -12
  84. package/styles/schedule/fluent-dark.css +9 -12
  85. package/styles/schedule/fluent.css +9 -12
  86. package/styles/schedule/highcontrast-light.css +10 -13
  87. package/styles/schedule/highcontrast.css +10 -13
  88. package/styles/schedule/icons/_material3-dark.scss +1 -0
  89. package/styles/schedule/material-dark.css +9 -12
  90. package/styles/schedule/material.css +9 -12
  91. package/styles/schedule/material3-dark.css +4191 -0
  92. package/styles/schedule/material3-dark.scss +16 -0
  93. package/styles/schedule/material3.css +4247 -0
  94. package/styles/schedule/material3.scss +17 -0
  95. package/styles/schedule/tailwind-dark.css +9 -12
  96. package/styles/schedule/tailwind.css +9 -12
  97. package/styles/tailwind-dark.css +9 -12
  98. package/styles/tailwind.css +9 -12
@@ -0,0 +1,649 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ .e-ddl.e-control-wrapper .e-ddl-icon::before {
114
+ transform: rotate(0deg);
115
+ transition: transform 300ms ease;
116
+ }
117
+
118
+ .e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
119
+ transform: rotate(180deg);
120
+ transition: transform 300ms ease;
121
+ }
122
+
123
+ .e-dropdownbase .e-list-item.e-active.e-hover {
124
+ color: rgba(var(--color-sf-on-surface));
125
+ }
126
+
127
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
128
+ .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
129
+ .e-input-group:not(.e-disabled) .e-back-icon:active,
130
+ .e-input-group:not(.e-disabled) .e-back-icon:hover,
131
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
132
+ .e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
133
+ background: rgba(var(--color-sf-on-surface), 0.08);
134
+ }
135
+
136
+ .e-input-group .e-ddl-icon:not(:active)::after {
137
+ animation: none;
138
+ }
139
+
140
+ .e-ddl.e-popup {
141
+ border: 0;
142
+ box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
143
+ margin-top: 2px;
144
+ }
145
+
146
+ .e-popup.e-ddl .e-dropdownbase {
147
+ min-height: 26px;
148
+ border-radius: 4px;
149
+ }
150
+
151
+ .e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
152
+ border-color: rgba(var(--color-sf-primary));
153
+ }
154
+
155
+ .e-bigger .e-popup.e-ddl-device-filter {
156
+ margin-top: 0;
157
+ }
158
+
159
+ .e-bigger .e-ddl-device .e-input-group,
160
+ .e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
161
+ background: rgba(0, 0, 0, 0.0001);
162
+ border-width: 0;
163
+ box-shadow: none;
164
+ margin-bottom: 0;
165
+ }
166
+
167
+ .e-bigger .e-ddl-device .e-input-group .e-back-icon,
168
+ .e-bigger .e-ddl-device .e-input-group input.e-input,
169
+ .e-bigger .e-ddl-device .e-input-group .e-clear-icon {
170
+ background: rgba(0, 0, 0, 0.0001);
171
+ }
172
+
173
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
174
+ margin: 6px 6px 5px;
175
+ min-height: 12px;
176
+ min-width: 12px;
177
+ padding: 6px;
178
+ }
179
+
180
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
181
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon {
182
+ min-height: 16px;
183
+ min-width: 16px;
184
+ }
185
+
186
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter,
187
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter {
188
+ padding: 8px 16px 8px 0;
189
+ }
190
+
191
+ .e-input-group.e-ddl,
192
+ .e-input-group.e-ddl .e-input,
193
+ .e-input-group.e-ddl .e-ddl-icon {
194
+ background: transparent;
195
+ }
196
+
197
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
198
+ .e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
199
+ border-bottom-width: 0;
200
+ }
201
+
202
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
203
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
204
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
205
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon,
206
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon,
207
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon {
208
+ margin: 0;
209
+ }
210
+
211
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
212
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
213
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
214
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
215
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter,
216
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter {
217
+ padding: 5px 5px 5px 12px;
218
+ }
219
+
220
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
221
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon,
222
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
223
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon,
224
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
225
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon,
226
+ .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon {
227
+ min-height: 18px;
228
+ min-width: 18px;
229
+ }
230
+
231
+ .e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
232
+ .e-bigger.e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter,
233
+ .e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
234
+ .e-bigger.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter,
235
+ .e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
236
+ .e-small.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter,
237
+ .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter {
238
+ padding: 8px 16px;
239
+ }
240
+
241
+ .e-ddl.e-popup.e-outline .e-filter-parent {
242
+ padding: 4px 8px;
243
+ }
244
+
245
+ /*! recurrence editor theme wise definitions*/
246
+ /*! Recurrence-Editor component layout */
247
+ .e-recurrenceeditor .e-editor {
248
+ display: -ms-flexbox;
249
+ display: flex;
250
+ -ms-flex-flow: row wrap;
251
+ flex-flow: row wrap;
252
+ margin: 0 auto;
253
+ max-width: 1240px;
254
+ }
255
+ .e-recurrenceeditor .e-recurrence-table {
256
+ table-layout: fixed;
257
+ width: 100%;
258
+ }
259
+ .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
260
+ width: 27%;
261
+ }
262
+ .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
263
+ width: 24%;
264
+ }
265
+ .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
266
+ display: inline-block;
267
+ font-weight: normal;
268
+ padding: 18px 0 0 8px;
269
+ }
270
+ .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
271
+ float: none;
272
+ width: 100%;
273
+ }
274
+ .e-recurrenceeditor .e-recurrence-table .e-week-position {
275
+ min-width: 98px;
276
+ position: relative;
277
+ right: 20px;
278
+ }
279
+ .e-recurrenceeditor .e-recurrence-table .e-day-position {
280
+ min-width: 120px;
281
+ }
282
+ .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
283
+ padding-left: 10px;
284
+ }
285
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
286
+ padding: 0 8px 16px 0;
287
+ }
288
+ .e-recurrenceeditor .e-form-left {
289
+ padding: 0 8px 16px 0;
290
+ }
291
+ .e-recurrenceeditor .e-form-right,
292
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
293
+ padding: 0 0 10px;
294
+ }
295
+ .e-recurrenceeditor .e-input-wrapper {
296
+ float: left;
297
+ width: 50%;
298
+ }
299
+ .e-recurrenceeditor .e-input-wrapper div {
300
+ margin-bottom: 2.5%;
301
+ }
302
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
303
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
304
+ padding-right: 0;
305
+ }
306
+ .e-recurrenceeditor.e-rtl .e-end-on > div,
307
+ .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
308
+ float: right;
309
+ }
310
+ .e-recurrenceeditor.e-rtl .e-form-left,
311
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
312
+ padding: 0 0 10px 8px;
313
+ }
314
+ .e-recurrenceeditor.e-rtl .e-form-right,
315
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
316
+ padding: 0 8px 10px 0;
317
+ }
318
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
319
+ position: relative;
320
+ right: 10px;
321
+ }
322
+ .e-recurrenceeditor.e-rtl .e-week-position {
323
+ left: 20px;
324
+ right: 0;
325
+ }
326
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
327
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
328
+ padding-right: 0;
329
+ }
330
+ .e-recurrenceeditor.e-rtl .e-end-on-label {
331
+ margin-bottom: 5px;
332
+ }
333
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
334
+ padding: 0 0 0 8px;
335
+ }
336
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
337
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
338
+ padding: 0 8px 0 0;
339
+ }
340
+ .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
341
+ width: 30px;
342
+ }
343
+ .e-recurrenceeditor .e-days .e-week-expander-label {
344
+ font-size: 10px;
345
+ font-weight: 400;
346
+ margin-bottom: 8px;
347
+ }
348
+ .e-recurrenceeditor .e-days button {
349
+ border-radius: 50%;
350
+ -ms-flex-flow: row wrap;
351
+ flex-flow: row wrap;
352
+ height: 35px;
353
+ margin: 0 8px 10px;
354
+ width: 35px;
355
+ }
356
+ .e-recurrenceeditor .e-hide-recurrence-element {
357
+ display: none;
358
+ }
359
+ .e-recurrenceeditor .e-half-space {
360
+ width: 20%;
361
+ }
362
+ .e-recurrenceeditor .e-year-expander {
363
+ margin-bottom: 11px;
364
+ }
365
+ .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
366
+ padding-bottom: 11px;
367
+ }
368
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
369
+ padding-top: 3px;
370
+ }
371
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
372
+ display: none;
373
+ }
374
+ .e-recurrenceeditor .e-input-wrapper-side {
375
+ float: left;
376
+ padding: 16px 20px 0;
377
+ width: 50%;
378
+ }
379
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
380
+ float: none;
381
+ font-size: 10px;
382
+ font-weight: 400;
383
+ margin-bottom: 8px;
384
+ padding-right: 16px;
385
+ }
386
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
387
+ padding-right: 16px;
388
+ }
389
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
390
+ margin: 0;
391
+ }
392
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
393
+ font-size: 10px;
394
+ font-weight: 400;
395
+ margin-bottom: 8px;
396
+ padding-right: 16px;
397
+ }
398
+ .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
399
+ padding-bottom: 6px;
400
+ }
401
+ .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
402
+ padding-bottom: 12px;
403
+ }
404
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
405
+ margin-bottom: 11px;
406
+ }
407
+
408
+ .e-bigger .e-recurrenceeditor {
409
+ padding: 0;
410
+ }
411
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
412
+ padding: 0 12px 11px 0;
413
+ }
414
+ .e-bigger .e-recurrenceeditor .e-form-left {
415
+ padding: 0 12px 14px 0;
416
+ }
417
+ .e-bigger .e-recurrenceeditor .e-form-right,
418
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
419
+ padding: 0 0 10px;
420
+ }
421
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
422
+ padding-bottom: 6px;
423
+ }
424
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
425
+ padding-left: 70px;
426
+ }
427
+ .e-bigger .e-recurrenceeditor .e-week-position {
428
+ min-width: 130px;
429
+ right: 0;
430
+ }
431
+ .e-bigger .e-recurrenceeditor .e-day-position {
432
+ min-width: 190px;
433
+ padding-left: 54px;
434
+ }
435
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
436
+ font-size: 12px;
437
+ margin-bottom: 0;
438
+ }
439
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
440
+ padding-right: 16px;
441
+ }
442
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
443
+ margin-bottom: 0;
444
+ }
445
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
446
+ font-size: 12px;
447
+ margin-bottom: 8px;
448
+ }
449
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
450
+ padding-bottom: 12px;
451
+ }
452
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
453
+ font-size: 12px;
454
+ margin-bottom: 1px;
455
+ }
456
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
457
+ .e-bigger .e-recurrenceeditor .e-year-expander,
458
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
459
+ margin-bottom: 11px;
460
+ }
461
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
462
+ width: 30px;
463
+ }
464
+ .e-bigger .e-recurrenceeditor .e-days button {
465
+ height: 40px;
466
+ width: 40px;
467
+ }
468
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
469
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
470
+ padding: 0 0 10px 12px;
471
+ }
472
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
473
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
474
+ padding: 0 12px 10px 0;
475
+ }
476
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
477
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
478
+ padding: 0 64px 0 0;
479
+ }
480
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
481
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
482
+ padding-right: 0;
483
+ }
484
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
485
+ margin-bottom: 5px;
486
+ }
487
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
488
+ padding: 0 0 0 12px;
489
+ }
490
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
491
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
492
+ padding: 0 12px 0 0;
493
+ }
494
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
495
+ left: 0;
496
+ }
497
+
498
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
499
+ width: 25%;
500
+ }
501
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
502
+ width: 20%;
503
+ }
504
+ .e-device .e-recurrenceeditor .e-week-expander-label {
505
+ margin-bottom: 6px;
506
+ }
507
+ .e-device .e-recurrenceeditor .e-month-expander-label {
508
+ font-size: 12px;
509
+ margin-bottom: 5px;
510
+ }
511
+ .e-device .e-recurrenceeditor .e-footer-content {
512
+ padding: 12px;
513
+ }
514
+ .e-device .e-recurrenceeditor .e-form-left,
515
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
516
+ padding: 0 3px 10px 0;
517
+ }
518
+ .e-device .e-recurrenceeditor .e-form-right,
519
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
520
+ padding: 0 0 10px 3px;
521
+ }
522
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
523
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
524
+ padding: 0 0 0 10px;
525
+ }
526
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
527
+ padding-right: 10px;
528
+ }
529
+ .e-device .e-recurrenceeditor.e-end-on {
530
+ padding-right: 0;
531
+ }
532
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
533
+ float: none;
534
+ font-size: 12px;
535
+ font-weight: 400;
536
+ margin-bottom: 8px;
537
+ }
538
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
539
+ padding-right: 0;
540
+ }
541
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
542
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
543
+ padding-left: 20px;
544
+ }
545
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
546
+ margin-left: 20px;
547
+ }
548
+ .e-device .e-recurrenceeditor .e-week-position {
549
+ right: 0;
550
+ padding-right: 10px;
551
+ }
552
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
553
+ padding-right: 0;
554
+ }
555
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
556
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
557
+ padding: 0 10px 0 0;
558
+ }
559
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
560
+ padding: 0 20px 0 0;
561
+ }
562
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
563
+ padding: 0 50px 0 0;
564
+ }
565
+ .e-device .e-recurrenceeditor.e-rtl .e-week-position {
566
+ left: 0;
567
+ }
568
+ .e-device.e-recurrence-dialog .e-dlg-header-content {
569
+ background: none;
570
+ box-shadow: none;
571
+ padding-bottom: 10px;
572
+ }
573
+ .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
574
+ margin-bottom: 8px;
575
+ }
576
+ .e-device.e-recurrence-dialog .e-footer-content {
577
+ padding: 16px 8px;
578
+ }
579
+
580
+ @media (max-width: 1024px) {
581
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
582
+ width: 100%;
583
+ }
584
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
585
+ width: 65%;
586
+ }
587
+ }
588
+ @media (max-width: 580px) {
589
+ .e-recurrenceeditor {
590
+ margin-left: auto;
591
+ margin-right: auto;
592
+ width: 100%;
593
+ }
594
+ .e-recurrenceeditor .e-editor {
595
+ -ms-flex-direction: column;
596
+ flex-direction: column;
597
+ }
598
+ .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
599
+ margin-top: 0;
600
+ }
601
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
602
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
603
+ margin-bottom: 8px;
604
+ }
605
+ .e-recurrenceeditor .e-editor > div {
606
+ margin-top: 20px;
607
+ }
608
+ .e-recurrenceeditor .e-editor > .e-input-wrapper {
609
+ width: 100%;
610
+ }
611
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
612
+ width: 100%;
613
+ }
614
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
615
+ width: 50%;
616
+ }
617
+ .e-recurrenceeditor .e-editor .e-form-left,
618
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
619
+ padding: 0 0 10px;
620
+ }
621
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
622
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
623
+ padding: 0 0 0 10px;
624
+ }
625
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
626
+ padding-right: 10px;
627
+ }
628
+ .e-recurrenceeditor .e-editor .e-form-right,
629
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
630
+ padding-left: 0;
631
+ }
632
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
633
+ width: 100%;
634
+ }
635
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
636
+ width: 65%;
637
+ }
638
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
639
+ padding-left: 50px;
640
+ }
641
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
642
+ padding-right: 0;
643
+ }
644
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
645
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
646
+ padding: 0 10px 0 0;
647
+ }
648
+ }
649
+ /*! Recurrence-Editor component theme */
@@ -0,0 +1,9 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+
3
+ @import 'ej2-inputs/styles/numerictextbox/material3-definition.scss';
4
+ @import 'ej2-buttons/styles/button/material3-definition.scss';
5
+ @import 'ej2-buttons/styles/radio-button/material3-definition.scss';
6
+ @import 'ej2-calendars/styles/datepicker/material3-definition.scss';
7
+ @import 'ej2-dropdowns/styles/drop-down-list/material3-definition.scss';
8
+ @import 'material3-definition.scss';
9
+ @import 'all.scss';
@@ -69,6 +69,7 @@ $schedule-appointment-text-line-height: 20px !default;
69
69
  $schedule-month-appointment-time-padding: 2.5px !default;
70
70
  $schedule-month-appointment-subject-padding: 2.5px 2px !default;
71
71
  $schedule-timescale-appointment-height: 54px !default;
72
+ $schedule-drag-appointment-opacity: .4;
72
73
 
73
74
  $schedule-header-day-nrml-font-size: 13px !default;
74
75
  $schedule-header-day-bgr-font-size: 14px !default;
@@ -225,10 +226,10 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
225
226
  $schedule-timeline-year-resource-cells-padding-left: 15px !default;
226
227
  $schedule-timeline-year-left-indent-padding: 0 !default;
227
228
  $schedule-timeline-date-header-wrap-padding: 5px !default;
228
- $schedule-dialog-row-continer-padding-bottom: 12px !default;
229
+ $schedule-dialog-row-container-padding-bottom: 12px !default;
229
230
  $schedule-dialog-all-day-row-padding-top: 8px !default;
230
231
  $schedule-dialog-all-day-row-padding-bottom: 14px !default;
231
- $schedule-bigger-dialog-row-continer-padding-bottom: 12px !default;
232
+ $schedule-bigger-dialog-row-container-padding-bottom: 12px !default;
232
233
  $schedule-bigger-dialog-all-day-row-padding-top: 10px !default;
233
234
  $schedule-device-dialog-all-day-row-padding-top: 20px !default;
234
235
  $schedule-all-day-section-hover-color: $schedule-tbar-default-icon-color !default;
@@ -64,6 +64,7 @@ $schedule-appointment-text-line-height: 20px !default;
64
64
  $schedule-month-appointment-time-padding: 2.5px !default;
65
65
  $schedule-month-appointment-subject-padding: 2.5px 2px !default;
66
66
  $schedule-timescale-appointment-height: 54px !default;
67
+ $schedule-drag-appointment-opacity: .4;
67
68
 
68
69
  $schedule-header-date-line-height: unset !default;
69
70
  $schedule-header-padding-top: 0 !default;
@@ -225,10 +226,10 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
225
226
  $schedule-timeline-year-resource-cells-padding-left: 15px !default;
226
227
  $schedule-timeline-year-left-indent-padding: 0 !default;
227
228
  $schedule-timeline-date-header-wrap-padding: 5px !default;
228
- $schedule-dialog-row-continer-padding-bottom: 12px !default;
229
+ $schedule-dialog-row-container-padding-bottom: 12px !default;
229
230
  $schedule-dialog-all-day-row-padding-top: 8px !default;
230
231
  $schedule-dialog-all-day-row-padding-bottom: 14px !default;
231
- $schedule-bigger-dialog-row-continer-padding-bottom: 12px !default;
232
+ $schedule-bigger-dialog-row-container-padding-bottom: 12px !default;
232
233
  $schedule-bigger-dialog-all-day-row-padding-top: 10px !default;
233
234
  $schedule-device-dialog-all-day-row-padding-top: 20px !default;
234
235
  $schedule-all-day-section-hover-color: $schedule-tbar-default-icon-color !default;