@syncfusion/ej2-schedule 25.2.7 → 26.1.35
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.
- package/.eslintrc.json +3 -2
- package/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +331 -332
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +392 -407
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +17 -16
- package/src/recurrence-editor/date-generator.js +1 -0
- package/src/recurrence-editor/recurrence-editor.d.ts +8 -8
- package/src/recurrence-editor/recurrence-editor.js +1 -2
- package/src/schedule/actions/drag.js +2 -1
- package/src/schedule/actions/keyboard.js +1 -1
- package/src/schedule/actions/virtual-scroll.js +2 -1
- package/src/schedule/base/interface.js +0 -1
- package/src/schedule/base/schedule-model.d.ts +11 -11
- package/src/schedule/base/schedule.d.ts +11 -11
- package/src/schedule/base/schedule.js +22 -9
- package/src/schedule/base/util.js +1 -1
- package/src/schedule/event-renderer/event-base.js +5 -3
- package/src/schedule/event-renderer/timeline-view.js +4 -2
- package/src/schedule/event-renderer/year.js +2 -1
- package/src/schedule/exports/calendar-import.js +1 -2
- package/src/schedule/models/toolbar-model.d.ts +2 -2
- package/src/schedule/popups/event-window.js +1 -1
- package/src/schedule/renderer/header-renderer.js +6 -4
- package/src/schedule/renderer/vertical-view.js +3 -0
- package/src/schedule/renderer/view-base.js +8 -4
- package/styles/bootstrap-dark.css +236 -147
- package/styles/bootstrap-dark.scss +19 -2
- package/styles/bootstrap.css +237 -148
- package/styles/bootstrap.scss +19 -2
- package/styles/bootstrap4.css +239 -153
- package/styles/bootstrap4.scss +19 -2
- package/styles/bootstrap5-dark.css +229 -144
- package/styles/bootstrap5-dark.scss +19 -2
- package/styles/bootstrap5.css +229 -144
- package/styles/bootstrap5.scss +19 -2
- package/styles/fabric-dark.css +234 -146
- package/styles/fabric-dark.scss +19 -2
- package/styles/fabric.css +234 -146
- package/styles/fabric.scss +19 -2
- package/styles/fluent-dark.css +229 -142
- package/styles/fluent-dark.scss +19 -2
- package/styles/fluent.css +229 -142
- package/styles/fluent.scss +19 -2
- package/styles/fluent2.css +5932 -0
- package/styles/fluent2.scss +19 -0
- package/styles/highcontrast-light.css +229 -138
- package/styles/highcontrast-light.scss +19 -2
- package/styles/highcontrast.css +229 -138
- package/styles/highcontrast.scss +19 -2
- package/styles/material-dark.css +273 -155
- package/styles/material-dark.scss +19 -2
- package/styles/material.css +285 -156
- package/styles/material.scss +19 -2
- package/styles/material3-dark.css +278 -154
- package/styles/material3-dark.scss +19 -2
- package/styles/material3.css +278 -154
- package/styles/material3.scss +19 -2
- package/styles/recurrence-editor/_bds-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -1
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +14 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_fabric-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent-definition.scss +0 -1
- package/styles/recurrence-editor/_fluent2-definition.scss +14 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +0 -1
- package/styles/recurrence-editor/_highcontrast-definition.scss +0 -1
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -1
- package/styles/recurrence-editor/_layout.scss +1 -17
- package/styles/recurrence-editor/_material-dark-definition.scss +0 -1
- package/styles/recurrence-editor/_material-definition.scss +0 -1
- package/styles/recurrence-editor/_material3-definition.scss +0 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +0 -1
- package/styles/recurrence-editor/bootstrap-dark.css +21 -23
- package/styles/recurrence-editor/bootstrap.css +21 -23
- package/styles/recurrence-editor/bootstrap4.css +22 -23
- package/styles/recurrence-editor/bootstrap5-dark.css +22 -23
- package/styles/recurrence-editor/bootstrap5.css +22 -23
- package/styles/recurrence-editor/fabric-dark.css +19 -22
- package/styles/recurrence-editor/fabric.css +19 -22
- package/styles/recurrence-editor/fluent-dark.css +22 -23
- package/styles/recurrence-editor/fluent.css +22 -23
- package/styles/recurrence-editor/fluent2.css +1534 -0
- package/styles/recurrence-editor/fluent2.scss +8 -0
- package/styles/recurrence-editor/highcontrast-light.css +19 -22
- package/styles/recurrence-editor/highcontrast.css +19 -22
- package/styles/recurrence-editor/material-dark.css +32 -26
- package/styles/recurrence-editor/material.css +32 -26
- package/styles/recurrence-editor/material3-dark.css +33 -27
- package/styles/recurrence-editor/material3.css +33 -27
- package/styles/recurrence-editor/tailwind-dark.css +32 -26
- package/styles/recurrence-editor/tailwind.css +32 -26
- package/styles/schedule/_bds-definition.scss +0 -15
- package/styles/schedule/_bootstrap-dark-definition.scss +4 -19
- package/styles/schedule/_bootstrap-definition.scss +4 -19
- package/styles/schedule/_bootstrap4-definition.scss +3 -18
- package/styles/schedule/_bootstrap5-definition.scss +1 -22
- package/styles/schedule/_bootstrap5.3-definition.scss +273 -0
- package/styles/schedule/_fabric-dark-definition.scss +4 -17
- package/styles/schedule/_fabric-definition.scss +4 -19
- package/styles/schedule/_fluent-definition.scss +0 -14
- package/styles/schedule/_fluent2-definition.scss +273 -0
- package/styles/schedule/_fusionnew-definition.scss +0 -21
- package/styles/schedule/_highcontrast-definition.scss +1 -16
- package/styles/schedule/_highcontrast-light-definition.scss +1 -16
- package/styles/schedule/_layout.scss +83 -130
- package/styles/schedule/_material-dark-definition.scss +5 -20
- package/styles/schedule/_material-definition.scss +4 -19
- package/styles/schedule/_material3-definition.scss +1 -23
- package/styles/schedule/_tailwind-definition.scss +0 -16
- package/styles/schedule/_theme.scss +14 -2
- package/styles/schedule/bootstrap-dark.css +220 -126
- package/styles/schedule/bootstrap.css +221 -127
- package/styles/schedule/bootstrap4.css +223 -132
- package/styles/schedule/bootstrap5-dark.css +213 -123
- package/styles/schedule/bootstrap5.css +213 -123
- package/styles/schedule/fabric-dark.css +218 -125
- package/styles/schedule/fabric.css +218 -125
- package/styles/schedule/fluent-dark.css +213 -121
- package/styles/schedule/fluent.css +213 -121
- package/styles/schedule/fluent2.css +5536 -0
- package/styles/schedule/fluent2.scss +16 -0
- package/styles/schedule/highcontrast-light.css +213 -117
- package/styles/schedule/highcontrast.css +213 -117
- package/styles/schedule/icons/_bds.scss +6 -21
- package/styles/schedule/icons/_bootstrap-dark.scss +4 -16
- package/styles/schedule/icons/_bootstrap.scss +4 -16
- package/styles/schedule/icons/_bootstrap4.scss +8 -26
- package/styles/schedule/icons/_bootstrap5.3.scss +220 -0
- package/styles/schedule/icons/_bootstrap5.scss +7 -22
- package/styles/schedule/icons/_fabric-dark.scss +5 -17
- package/styles/schedule/icons/_fabric.scss +5 -17
- package/styles/schedule/icons/_fluent.scss +7 -22
- package/styles/schedule/icons/_fluent2.scss +220 -0
- package/styles/schedule/icons/_fusionnew.scss +7 -22
- package/styles/schedule/icons/_highcontrast-light.scss +5 -17
- package/styles/schedule/icons/_highcontrast.scss +5 -17
- package/styles/schedule/icons/_material-dark.scss +5 -17
- package/styles/schedule/icons/_material.scss +5 -17
- package/styles/schedule/icons/_material3.scss +7 -22
- package/styles/schedule/icons/_tailwind.scss +7 -22
- package/styles/schedule/material-dark.css +257 -134
- package/styles/schedule/material.css +269 -135
- package/styles/schedule/material3-dark.css +262 -133
- package/styles/schedule/material3.css +262 -133
- package/styles/schedule/tailwind-dark.css +223 -124
- package/styles/schedule/tailwind.css +223 -124
- package/styles/tailwind-dark.css +239 -145
- package/styles/tailwind-dark.scss +19 -2
- package/styles/tailwind.css +239 -145
- package/styles/tailwind.scss +19 -2
- package/CHANGELOG.md +0 -1932
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.e-popup.e-ddl {
|
|
2
2
|
border-radius: 4px;
|
|
3
|
-
box-shadow: none;
|
|
3
|
+
-webkit-box-shadow: none;
|
|
4
|
+
box-shadow: none;
|
|
4
5
|
margin-top: 3px;
|
|
5
6
|
}
|
|
6
7
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
19
|
+
display: -webkit-box;
|
|
18
20
|
display: -ms-flexbox;
|
|
19
21
|
display: flex;
|
|
20
22
|
width: auto;
|
|
@@ -102,11 +104,13 @@
|
|
|
102
104
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
103
105
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
104
106
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
105
|
-
box-shadow: none;
|
|
107
|
+
-webkit-box-shadow: none;
|
|
108
|
+
box-shadow: none;
|
|
106
109
|
}
|
|
107
110
|
|
|
108
111
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
109
112
|
background: transparent;
|
|
113
|
+
display: -webkit-box;
|
|
110
114
|
display: -ms-flexbox;
|
|
111
115
|
display: flex;
|
|
112
116
|
position: relative;
|
|
@@ -144,13 +148,14 @@
|
|
|
144
148
|
min-height: 34px;
|
|
145
149
|
}
|
|
146
150
|
|
|
147
|
-
/*! recurrence editor theme wise definitions*/
|
|
148
|
-
/*! Recurrence-Editor component layout */
|
|
149
151
|
.e-recurrenceeditor .e-editor {
|
|
152
|
+
display: -webkit-box;
|
|
150
153
|
display: -ms-flexbox;
|
|
151
154
|
display: flex;
|
|
152
|
-
-
|
|
153
|
-
|
|
155
|
+
-webkit-box-orient: horizontal;
|
|
156
|
+
-webkit-box-direction: normal;
|
|
157
|
+
-ms-flex-flow: row wrap;
|
|
158
|
+
flex-flow: row wrap;
|
|
154
159
|
margin: 0 auto;
|
|
155
160
|
max-width: 1240px;
|
|
156
161
|
}
|
|
@@ -250,8 +255,10 @@
|
|
|
250
255
|
}
|
|
251
256
|
.e-recurrenceeditor .e-days button {
|
|
252
257
|
border-radius: 50%;
|
|
253
|
-
-
|
|
254
|
-
|
|
258
|
+
-webkit-box-orient: horizontal;
|
|
259
|
+
-webkit-box-direction: normal;
|
|
260
|
+
-ms-flex-flow: row wrap;
|
|
261
|
+
flex-flow: row wrap;
|
|
255
262
|
height: 35px;
|
|
256
263
|
margin: 0 8px 10px;
|
|
257
264
|
width: 35px;
|
|
@@ -310,13 +317,6 @@
|
|
|
310
317
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
311
318
|
padding: 0 12px 14px 0;
|
|
312
319
|
}
|
|
313
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
314
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
315
|
-
padding: 0 0 10px;
|
|
316
|
-
}
|
|
317
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
318
|
-
padding-bottom: 6px;
|
|
319
|
-
}
|
|
320
320
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
321
321
|
padding-left: 70px;
|
|
322
322
|
}
|
|
@@ -343,16 +343,12 @@
|
|
|
343
343
|
font-size: 16px;
|
|
344
344
|
margin-bottom: 8px;
|
|
345
345
|
}
|
|
346
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
347
|
-
padding-bottom: 12px;
|
|
348
|
-
}
|
|
349
346
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
350
347
|
font-size: 16px;
|
|
351
348
|
margin-bottom: 1px;
|
|
352
349
|
}
|
|
353
350
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
354
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
355
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
351
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
356
352
|
margin-bottom: 11px;
|
|
357
353
|
}
|
|
358
354
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -464,7 +460,8 @@
|
|
|
464
460
|
}
|
|
465
461
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
466
462
|
background: none;
|
|
467
|
-
box-shadow: none;
|
|
463
|
+
-webkit-box-shadow: none;
|
|
464
|
+
box-shadow: none;
|
|
468
465
|
padding-bottom: 10px;
|
|
469
466
|
}
|
|
470
467
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -489,8 +486,10 @@
|
|
|
489
486
|
width: 100%;
|
|
490
487
|
}
|
|
491
488
|
.e-recurrenceeditor .e-editor {
|
|
492
|
-
-
|
|
493
|
-
|
|
489
|
+
-webkit-box-orient: vertical;
|
|
490
|
+
-webkit-box-direction: normal;
|
|
491
|
+
-ms-flex-direction: column;
|
|
492
|
+
flex-direction: column;
|
|
494
493
|
}
|
|
495
494
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
496
495
|
margin-top: 0;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.e-ddl.e-popup {
|
|
2
2
|
border: 0;
|
|
3
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
3
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
4
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.26);
|
|
4
5
|
margin-top: 1px;
|
|
5
6
|
}
|
|
6
7
|
.e-ddl.e-popup .e-input-group input {
|
|
@@ -8,6 +9,7 @@
|
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.e-ddl.e-popup .e-input-group {
|
|
12
|
+
display: -webkit-box;
|
|
11
13
|
display: -ms-flexbox;
|
|
12
14
|
display: flex;
|
|
13
15
|
width: auto;
|
|
@@ -79,13 +81,14 @@
|
|
|
79
81
|
height: 34px;
|
|
80
82
|
}
|
|
81
83
|
|
|
82
|
-
/*! recurrence editor theme wise definitions*/
|
|
83
|
-
/*! Recurrence-Editor component layout */
|
|
84
84
|
.e-recurrenceeditor .e-editor {
|
|
85
|
+
display: -webkit-box;
|
|
85
86
|
display: -ms-flexbox;
|
|
86
87
|
display: flex;
|
|
87
|
-
-
|
|
88
|
-
|
|
88
|
+
-webkit-box-orient: horizontal;
|
|
89
|
+
-webkit-box-direction: normal;
|
|
90
|
+
-ms-flex-flow: row wrap;
|
|
91
|
+
flex-flow: row wrap;
|
|
89
92
|
margin: 0 auto;
|
|
90
93
|
max-width: 1240px;
|
|
91
94
|
}
|
|
@@ -185,8 +188,10 @@
|
|
|
185
188
|
}
|
|
186
189
|
.e-recurrenceeditor .e-days button {
|
|
187
190
|
border-radius: 50%;
|
|
188
|
-
-
|
|
189
|
-
|
|
191
|
+
-webkit-box-orient: horizontal;
|
|
192
|
+
-webkit-box-direction: normal;
|
|
193
|
+
-ms-flex-flow: row wrap;
|
|
194
|
+
flex-flow: row wrap;
|
|
190
195
|
height: 35px;
|
|
191
196
|
margin: 0 8px 10px;
|
|
192
197
|
width: 35px;
|
|
@@ -245,13 +250,6 @@
|
|
|
245
250
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
246
251
|
padding: 0 12px 14px 0;
|
|
247
252
|
}
|
|
248
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
249
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
250
|
-
padding: 0 0 10px;
|
|
251
|
-
}
|
|
252
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
253
|
-
padding-bottom: 6px;
|
|
254
|
-
}
|
|
255
253
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
256
254
|
padding-left: 70px;
|
|
257
255
|
}
|
|
@@ -278,16 +276,12 @@
|
|
|
278
276
|
font-size: 13px;
|
|
279
277
|
margin-bottom: 8px;
|
|
280
278
|
}
|
|
281
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
282
|
-
padding-bottom: 12px;
|
|
283
|
-
}
|
|
284
279
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
285
280
|
font-size: 13px;
|
|
286
281
|
margin-bottom: 1px;
|
|
287
282
|
}
|
|
288
283
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
289
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
290
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
284
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
291
285
|
margin-bottom: 11px;
|
|
292
286
|
}
|
|
293
287
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -399,7 +393,8 @@
|
|
|
399
393
|
}
|
|
400
394
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
401
395
|
background: none;
|
|
402
|
-
box-shadow: none;
|
|
396
|
+
-webkit-box-shadow: none;
|
|
397
|
+
box-shadow: none;
|
|
403
398
|
padding-bottom: 10px;
|
|
404
399
|
}
|
|
405
400
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -424,8 +419,10 @@
|
|
|
424
419
|
width: 100%;
|
|
425
420
|
}
|
|
426
421
|
.e-recurrenceeditor .e-editor {
|
|
427
|
-
-
|
|
428
|
-
|
|
422
|
+
-webkit-box-orient: vertical;
|
|
423
|
+
-webkit-box-direction: normal;
|
|
424
|
+
-ms-flex-direction: column;
|
|
425
|
+
flex-direction: column;
|
|
429
426
|
}
|
|
430
427
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
431
428
|
margin-top: 0;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.e-ddl.e-popup {
|
|
2
2
|
border: 0;
|
|
3
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
3
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
4
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
4
5
|
margin-top: 1px;
|
|
5
6
|
}
|
|
6
7
|
.e-ddl.e-popup .e-input-group input {
|
|
@@ -8,6 +9,7 @@
|
|
|
8
9
|
}
|
|
9
10
|
|
|
10
11
|
.e-ddl.e-popup .e-input-group {
|
|
12
|
+
display: -webkit-box;
|
|
11
13
|
display: -ms-flexbox;
|
|
12
14
|
display: flex;
|
|
13
15
|
width: auto;
|
|
@@ -72,13 +74,14 @@
|
|
|
72
74
|
height: 34px;
|
|
73
75
|
}
|
|
74
76
|
|
|
75
|
-
/*! recurrence editor theme wise definitions*/
|
|
76
|
-
/*! Recurrence-Editor component layout */
|
|
77
77
|
.e-recurrenceeditor .e-editor {
|
|
78
|
+
display: -webkit-box;
|
|
78
79
|
display: -ms-flexbox;
|
|
79
80
|
display: flex;
|
|
80
|
-
-
|
|
81
|
-
|
|
81
|
+
-webkit-box-orient: horizontal;
|
|
82
|
+
-webkit-box-direction: normal;
|
|
83
|
+
-ms-flex-flow: row wrap;
|
|
84
|
+
flex-flow: row wrap;
|
|
82
85
|
margin: 0 auto;
|
|
83
86
|
max-width: 1240px;
|
|
84
87
|
}
|
|
@@ -178,8 +181,10 @@
|
|
|
178
181
|
}
|
|
179
182
|
.e-recurrenceeditor .e-days button {
|
|
180
183
|
border-radius: 50%;
|
|
181
|
-
-
|
|
182
|
-
|
|
184
|
+
-webkit-box-orient: horizontal;
|
|
185
|
+
-webkit-box-direction: normal;
|
|
186
|
+
-ms-flex-flow: row wrap;
|
|
187
|
+
flex-flow: row wrap;
|
|
183
188
|
height: 35px;
|
|
184
189
|
margin: 0 8px 10px;
|
|
185
190
|
width: 35px;
|
|
@@ -238,13 +243,6 @@
|
|
|
238
243
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
239
244
|
padding: 0 12px 14px 0;
|
|
240
245
|
}
|
|
241
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
242
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
243
|
-
padding: 0 0 10px;
|
|
244
|
-
}
|
|
245
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
246
|
-
padding-bottom: 6px;
|
|
247
|
-
}
|
|
248
246
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
249
247
|
padding-left: 70px;
|
|
250
248
|
}
|
|
@@ -271,16 +269,12 @@
|
|
|
271
269
|
font-size: 13px;
|
|
272
270
|
margin-bottom: 8px;
|
|
273
271
|
}
|
|
274
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
275
|
-
padding-bottom: 12px;
|
|
276
|
-
}
|
|
277
272
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
278
273
|
font-size: 13px;
|
|
279
274
|
margin-bottom: 1px;
|
|
280
275
|
}
|
|
281
276
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
282
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
283
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
277
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
284
278
|
margin-bottom: 11px;
|
|
285
279
|
}
|
|
286
280
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -392,7 +386,8 @@
|
|
|
392
386
|
}
|
|
393
387
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
394
388
|
background: none;
|
|
395
|
-
box-shadow: none;
|
|
389
|
+
-webkit-box-shadow: none;
|
|
390
|
+
box-shadow: none;
|
|
396
391
|
padding-bottom: 10px;
|
|
397
392
|
}
|
|
398
393
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -417,8 +412,10 @@
|
|
|
417
412
|
width: 100%;
|
|
418
413
|
}
|
|
419
414
|
.e-recurrenceeditor .e-editor {
|
|
420
|
-
-
|
|
421
|
-
|
|
415
|
+
-webkit-box-orient: vertical;
|
|
416
|
+
-webkit-box-direction: normal;
|
|
417
|
+
-ms-flex-direction: column;
|
|
418
|
+
flex-direction: column;
|
|
422
419
|
}
|
|
423
420
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
424
421
|
margin-top: 0;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.e-popup.e-ddl {
|
|
2
2
|
border-radius: 4px;
|
|
3
|
-
box-shadow: none;
|
|
3
|
+
-webkit-box-shadow: none;
|
|
4
|
+
box-shadow: none;
|
|
4
5
|
margin-top: 1px;
|
|
5
6
|
}
|
|
6
7
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
19
|
+
display: -webkit-box;
|
|
18
20
|
display: -ms-flexbox;
|
|
19
21
|
display: flex;
|
|
20
22
|
width: auto;
|
|
@@ -86,11 +88,13 @@
|
|
|
86
88
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
87
89
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
88
90
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
89
|
-
box-shadow: none;
|
|
91
|
+
-webkit-box-shadow: none;
|
|
92
|
+
box-shadow: none;
|
|
90
93
|
}
|
|
91
94
|
|
|
92
95
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
93
96
|
background: none;
|
|
97
|
+
display: -webkit-box;
|
|
94
98
|
display: -ms-flexbox;
|
|
95
99
|
display: flex;
|
|
96
100
|
position: relative;
|
|
@@ -124,13 +128,14 @@
|
|
|
124
128
|
min-height: 34px;
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
/*! recurrence editor theme wise definitions*/
|
|
128
|
-
/*! Recurrence-Editor component layout */
|
|
129
131
|
.e-recurrenceeditor .e-editor {
|
|
132
|
+
display: -webkit-box;
|
|
130
133
|
display: -ms-flexbox;
|
|
131
134
|
display: flex;
|
|
132
|
-
-
|
|
133
|
-
|
|
135
|
+
-webkit-box-orient: horizontal;
|
|
136
|
+
-webkit-box-direction: normal;
|
|
137
|
+
-ms-flex-flow: row wrap;
|
|
138
|
+
flex-flow: row wrap;
|
|
134
139
|
margin: 0 auto;
|
|
135
140
|
max-width: 1240px;
|
|
136
141
|
}
|
|
@@ -230,8 +235,10 @@
|
|
|
230
235
|
}
|
|
231
236
|
.e-recurrenceeditor .e-days button {
|
|
232
237
|
border-radius: 50%;
|
|
233
|
-
-
|
|
234
|
-
|
|
238
|
+
-webkit-box-orient: horizontal;
|
|
239
|
+
-webkit-box-direction: normal;
|
|
240
|
+
-ms-flex-flow: row wrap;
|
|
241
|
+
flex-flow: row wrap;
|
|
235
242
|
height: 35px;
|
|
236
243
|
margin: 0 8px 10px;
|
|
237
244
|
width: 35px;
|
|
@@ -290,13 +297,6 @@
|
|
|
290
297
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
291
298
|
padding: 0 12px 14px 0;
|
|
292
299
|
}
|
|
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
300
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
301
301
|
padding-left: 70px;
|
|
302
302
|
}
|
|
@@ -323,16 +323,12 @@
|
|
|
323
323
|
font-size: 16px;
|
|
324
324
|
margin-bottom: 8px;
|
|
325
325
|
}
|
|
326
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
327
|
-
padding-bottom: 12px;
|
|
328
|
-
}
|
|
329
326
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
330
327
|
font-size: 16px;
|
|
331
328
|
margin-bottom: 1px;
|
|
332
329
|
}
|
|
333
330
|
.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 {
|
|
331
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
336
332
|
margin-bottom: 11px;
|
|
337
333
|
}
|
|
338
334
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -444,7 +440,8 @@
|
|
|
444
440
|
}
|
|
445
441
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
446
442
|
background: none;
|
|
447
|
-
box-shadow: none;
|
|
443
|
+
-webkit-box-shadow: none;
|
|
444
|
+
box-shadow: none;
|
|
448
445
|
padding-bottom: 10px;
|
|
449
446
|
}
|
|
450
447
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -469,8 +466,10 @@
|
|
|
469
466
|
width: 100%;
|
|
470
467
|
}
|
|
471
468
|
.e-recurrenceeditor .e-editor {
|
|
472
|
-
-
|
|
473
|
-
|
|
469
|
+
-webkit-box-orient: vertical;
|
|
470
|
+
-webkit-box-direction: normal;
|
|
471
|
+
-ms-flex-direction: column;
|
|
472
|
+
flex-direction: column;
|
|
474
473
|
}
|
|
475
474
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
476
475
|
margin-top: 0;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.e-popup.e-ddl {
|
|
2
2
|
border-radius: 4px;
|
|
3
|
-
box-shadow: none;
|
|
3
|
+
-webkit-box-shadow: none;
|
|
4
|
+
box-shadow: none;
|
|
4
5
|
margin-top: 1px;
|
|
5
6
|
}
|
|
6
7
|
.e-popup.e-ddl .e-input-group {
|
|
@@ -15,6 +16,7 @@
|
|
|
15
16
|
}
|
|
16
17
|
|
|
17
18
|
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
19
|
+
display: -webkit-box;
|
|
18
20
|
display: -ms-flexbox;
|
|
19
21
|
display: flex;
|
|
20
22
|
width: auto;
|
|
@@ -86,11 +88,13 @@
|
|
|
86
88
|
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
87
89
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
88
90
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
89
|
-
box-shadow: none;
|
|
91
|
+
-webkit-box-shadow: none;
|
|
92
|
+
box-shadow: none;
|
|
90
93
|
}
|
|
91
94
|
|
|
92
95
|
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
93
96
|
background: none;
|
|
97
|
+
display: -webkit-box;
|
|
94
98
|
display: -ms-flexbox;
|
|
95
99
|
display: flex;
|
|
96
100
|
position: relative;
|
|
@@ -124,13 +128,14 @@
|
|
|
124
128
|
min-height: 34px;
|
|
125
129
|
}
|
|
126
130
|
|
|
127
|
-
/*! recurrence editor theme wise definitions*/
|
|
128
|
-
/*! Recurrence-Editor component layout */
|
|
129
131
|
.e-recurrenceeditor .e-editor {
|
|
132
|
+
display: -webkit-box;
|
|
130
133
|
display: -ms-flexbox;
|
|
131
134
|
display: flex;
|
|
132
|
-
-
|
|
133
|
-
|
|
135
|
+
-webkit-box-orient: horizontal;
|
|
136
|
+
-webkit-box-direction: normal;
|
|
137
|
+
-ms-flex-flow: row wrap;
|
|
138
|
+
flex-flow: row wrap;
|
|
134
139
|
margin: 0 auto;
|
|
135
140
|
max-width: 1240px;
|
|
136
141
|
}
|
|
@@ -230,8 +235,10 @@
|
|
|
230
235
|
}
|
|
231
236
|
.e-recurrenceeditor .e-days button {
|
|
232
237
|
border-radius: 50%;
|
|
233
|
-
-
|
|
234
|
-
|
|
238
|
+
-webkit-box-orient: horizontal;
|
|
239
|
+
-webkit-box-direction: normal;
|
|
240
|
+
-ms-flex-flow: row wrap;
|
|
241
|
+
flex-flow: row wrap;
|
|
235
242
|
height: 35px;
|
|
236
243
|
margin: 0 8px 10px;
|
|
237
244
|
width: 35px;
|
|
@@ -290,13 +297,6 @@
|
|
|
290
297
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
291
298
|
padding: 0 12px 14px 0;
|
|
292
299
|
}
|
|
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
300
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
301
301
|
padding-left: 70px;
|
|
302
302
|
}
|
|
@@ -323,16 +323,12 @@
|
|
|
323
323
|
font-size: 16px;
|
|
324
324
|
margin-bottom: 8px;
|
|
325
325
|
}
|
|
326
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
327
|
-
padding-bottom: 12px;
|
|
328
|
-
}
|
|
329
326
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
330
327
|
font-size: 16px;
|
|
331
328
|
margin-bottom: 1px;
|
|
332
329
|
}
|
|
333
330
|
.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 {
|
|
331
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
336
332
|
margin-bottom: 11px;
|
|
337
333
|
}
|
|
338
334
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -444,7 +440,8 @@
|
|
|
444
440
|
}
|
|
445
441
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
446
442
|
background: none;
|
|
447
|
-
box-shadow: none;
|
|
443
|
+
-webkit-box-shadow: none;
|
|
444
|
+
box-shadow: none;
|
|
448
445
|
padding-bottom: 10px;
|
|
449
446
|
}
|
|
450
447
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -469,8 +466,10 @@
|
|
|
469
466
|
width: 100%;
|
|
470
467
|
}
|
|
471
468
|
.e-recurrenceeditor .e-editor {
|
|
472
|
-
-
|
|
473
|
-
|
|
469
|
+
-webkit-box-orient: vertical;
|
|
470
|
+
-webkit-box-direction: normal;
|
|
471
|
+
-ms-flex-direction: column;
|
|
472
|
+
flex-direction: column;
|
|
474
473
|
}
|
|
475
474
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
476
475
|
margin-top: 0;
|