@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
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import 'ej2-base/styles/definition/fluent2.scss';
|
|
2
|
+
@import 'ej2-inputs/styles/numerictextbox/fluent2-definition.scss';
|
|
3
|
+
@import 'ej2-buttons/styles/button/fluent2-definition.scss';
|
|
4
|
+
@import 'ej2-buttons/styles/radio-button/fluent2-definition.scss';
|
|
5
|
+
@import 'ej2-calendars/styles/datepicker/fluent2-definition.scss';
|
|
6
|
+
@import 'ej2-dropdowns/styles/drop-down-list/fluent2-definition.scss';
|
|
7
|
+
@import 'fluent2-definition.scss';
|
|
8
|
+
@import 'all.scss';
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
.e-ddl.e-popup {
|
|
10
10
|
border: 0;
|
|
11
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
11
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
13
|
margin-top: 1px;
|
|
13
14
|
}
|
|
14
15
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
color: #23726c;
|
|
19
20
|
}
|
|
20
21
|
.e-ddl.e-popup .e-input-group {
|
|
22
|
+
display: -webkit-box;
|
|
21
23
|
display: -ms-flexbox;
|
|
22
24
|
display: flex;
|
|
23
25
|
width: auto;
|
|
@@ -76,13 +78,14 @@
|
|
|
76
78
|
height: 34px;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
|
-
/*! recurrence editor theme wise definitions*/
|
|
80
|
-
/*! Recurrence-Editor component layout */
|
|
81
81
|
.e-recurrenceeditor .e-editor {
|
|
82
|
+
display: -webkit-box;
|
|
82
83
|
display: -ms-flexbox;
|
|
83
84
|
display: flex;
|
|
84
|
-
-
|
|
85
|
-
|
|
85
|
+
-webkit-box-orient: horizontal;
|
|
86
|
+
-webkit-box-direction: normal;
|
|
87
|
+
-ms-flex-flow: row wrap;
|
|
88
|
+
flex-flow: row wrap;
|
|
86
89
|
margin: 0 auto;
|
|
87
90
|
max-width: 1240px;
|
|
88
91
|
}
|
|
@@ -182,8 +185,10 @@
|
|
|
182
185
|
}
|
|
183
186
|
.e-recurrenceeditor .e-days button {
|
|
184
187
|
border-radius: 50%;
|
|
185
|
-
-
|
|
186
|
-
|
|
188
|
+
-webkit-box-orient: horizontal;
|
|
189
|
+
-webkit-box-direction: normal;
|
|
190
|
+
-ms-flex-flow: row wrap;
|
|
191
|
+
flex-flow: row wrap;
|
|
187
192
|
height: 35px;
|
|
188
193
|
margin: 0 8px 10px;
|
|
189
194
|
width: 35px;
|
|
@@ -242,13 +247,6 @@
|
|
|
242
247
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
243
248
|
padding: 0 12px 14px 0;
|
|
244
249
|
}
|
|
245
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
246
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
247
|
-
padding: 0 0 10px;
|
|
248
|
-
}
|
|
249
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
250
|
-
padding-bottom: 6px;
|
|
251
|
-
}
|
|
252
250
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
253
251
|
padding-left: 70px;
|
|
254
252
|
}
|
|
@@ -275,16 +273,12 @@
|
|
|
275
273
|
font-size: 12px;
|
|
276
274
|
margin-bottom: 8px;
|
|
277
275
|
}
|
|
278
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
279
|
-
padding-bottom: 12px;
|
|
280
|
-
}
|
|
281
276
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
282
277
|
font-size: 12px;
|
|
283
278
|
margin-bottom: 1px;
|
|
284
279
|
}
|
|
285
280
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
286
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
287
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
281
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
288
282
|
margin-bottom: 11px;
|
|
289
283
|
}
|
|
290
284
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -396,7 +390,8 @@
|
|
|
396
390
|
}
|
|
397
391
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
398
392
|
background: none;
|
|
399
|
-
box-shadow: none;
|
|
393
|
+
-webkit-box-shadow: none;
|
|
394
|
+
box-shadow: none;
|
|
400
395
|
padding-bottom: 10px;
|
|
401
396
|
}
|
|
402
397
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -421,8 +416,10 @@
|
|
|
421
416
|
width: 100%;
|
|
422
417
|
}
|
|
423
418
|
.e-recurrenceeditor .e-editor {
|
|
424
|
-
-
|
|
425
|
-
|
|
419
|
+
-webkit-box-orient: vertical;
|
|
420
|
+
-webkit-box-direction: normal;
|
|
421
|
+
-ms-flex-direction: column;
|
|
422
|
+
flex-direction: column;
|
|
426
423
|
}
|
|
427
424
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
428
425
|
margin-top: 0;
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
.e-ddl.e-popup {
|
|
10
10
|
border: 0;
|
|
11
|
-
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
11
|
+
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
|
+
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
|
|
12
13
|
margin-top: 1px;
|
|
13
14
|
}
|
|
14
15
|
.e-ddl.e-popup .e-content.e-nodata {
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
color: #ffd939;
|
|
19
20
|
}
|
|
20
21
|
.e-ddl.e-popup .e-input-group {
|
|
22
|
+
display: -webkit-box;
|
|
21
23
|
display: -ms-flexbox;
|
|
22
24
|
display: flex;
|
|
23
25
|
width: auto;
|
|
@@ -76,13 +78,14 @@
|
|
|
76
78
|
height: 34px;
|
|
77
79
|
}
|
|
78
80
|
|
|
79
|
-
/*! recurrence editor theme wise definitions*/
|
|
80
|
-
/*! Recurrence-Editor component layout */
|
|
81
81
|
.e-recurrenceeditor .e-editor {
|
|
82
|
+
display: -webkit-box;
|
|
82
83
|
display: -ms-flexbox;
|
|
83
84
|
display: flex;
|
|
84
|
-
-
|
|
85
|
-
|
|
85
|
+
-webkit-box-orient: horizontal;
|
|
86
|
+
-webkit-box-direction: normal;
|
|
87
|
+
-ms-flex-flow: row wrap;
|
|
88
|
+
flex-flow: row wrap;
|
|
86
89
|
margin: 0 auto;
|
|
87
90
|
max-width: 1240px;
|
|
88
91
|
}
|
|
@@ -182,8 +185,10 @@
|
|
|
182
185
|
}
|
|
183
186
|
.e-recurrenceeditor .e-days button {
|
|
184
187
|
border-radius: 50%;
|
|
185
|
-
-
|
|
186
|
-
|
|
188
|
+
-webkit-box-orient: horizontal;
|
|
189
|
+
-webkit-box-direction: normal;
|
|
190
|
+
-ms-flex-flow: row wrap;
|
|
191
|
+
flex-flow: row wrap;
|
|
187
192
|
height: 35px;
|
|
188
193
|
margin: 0 8px 10px;
|
|
189
194
|
width: 35px;
|
|
@@ -242,13 +247,6 @@
|
|
|
242
247
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
243
248
|
padding: 0 12px 14px 0;
|
|
244
249
|
}
|
|
245
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
246
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
247
|
-
padding: 0 0 10px;
|
|
248
|
-
}
|
|
249
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
250
|
-
padding-bottom: 6px;
|
|
251
|
-
}
|
|
252
250
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
253
251
|
padding-left: 70px;
|
|
254
252
|
}
|
|
@@ -275,16 +273,12 @@
|
|
|
275
273
|
font-size: 12px;
|
|
276
274
|
margin-bottom: 8px;
|
|
277
275
|
}
|
|
278
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
279
|
-
padding-bottom: 12px;
|
|
280
|
-
}
|
|
281
276
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
282
277
|
font-size: 12px;
|
|
283
278
|
margin-bottom: 1px;
|
|
284
279
|
}
|
|
285
280
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
286
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
287
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
281
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
288
282
|
margin-bottom: 11px;
|
|
289
283
|
}
|
|
290
284
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -396,7 +390,8 @@
|
|
|
396
390
|
}
|
|
397
391
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
398
392
|
background: none;
|
|
399
|
-
box-shadow: none;
|
|
393
|
+
-webkit-box-shadow: none;
|
|
394
|
+
box-shadow: none;
|
|
400
395
|
padding-bottom: 10px;
|
|
401
396
|
}
|
|
402
397
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -421,8 +416,10 @@
|
|
|
421
416
|
width: 100%;
|
|
422
417
|
}
|
|
423
418
|
.e-recurrenceeditor .e-editor {
|
|
424
|
-
-
|
|
425
|
-
|
|
419
|
+
-webkit-box-orient: vertical;
|
|
420
|
+
-webkit-box-direction: normal;
|
|
421
|
+
-ms-flex-direction: column;
|
|
422
|
+
flex-direction: column;
|
|
426
423
|
}
|
|
427
424
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
428
425
|
margin-top: 0;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
2
|
-
transform: rotate(0deg);
|
|
2
|
+
-webkit-transform: rotate(0deg);
|
|
3
|
+
transform: rotate(0deg);
|
|
4
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
5
|
+
transition: -webkit-transform 300ms ease;
|
|
3
6
|
transition: transform 300ms ease;
|
|
7
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
.e-popup.e-ddl .e-dropdownbase {
|
|
@@ -8,8 +12,12 @@
|
|
|
8
12
|
}
|
|
9
13
|
|
|
10
14
|
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
11
|
-
transform: rotate(180deg);
|
|
15
|
+
-webkit-transform: rotate(180deg);
|
|
16
|
+
transform: rotate(180deg);
|
|
17
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
18
|
+
transition: -webkit-transform 300ms ease;
|
|
12
19
|
transition: transform 300ms ease;
|
|
20
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
13
21
|
}
|
|
14
22
|
|
|
15
23
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -26,12 +34,14 @@
|
|
|
26
34
|
}
|
|
27
35
|
|
|
28
36
|
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
29
|
-
animation: none;
|
|
37
|
+
-webkit-animation: none;
|
|
38
|
+
animation: none;
|
|
30
39
|
}
|
|
31
40
|
|
|
32
41
|
.e-ddl.e-popup {
|
|
33
42
|
border: 0;
|
|
34
|
-
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
43
|
+
-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
44
|
+
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21);
|
|
35
45
|
margin-top: 2px;
|
|
36
46
|
}
|
|
37
47
|
|
|
@@ -47,7 +57,8 @@
|
|
|
47
57
|
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
48
58
|
background: #f5f5f5;
|
|
49
59
|
border-width: 0;
|
|
50
|
-
box-shadow: none;
|
|
60
|
+
-webkit-box-shadow: none;
|
|
61
|
+
box-shadow: none;
|
|
51
62
|
margin-bottom: 0;
|
|
52
63
|
}
|
|
53
64
|
|
|
@@ -104,13 +115,14 @@
|
|
|
104
115
|
padding: 5px 5px 5px 12px;
|
|
105
116
|
}
|
|
106
117
|
|
|
107
|
-
/*! recurrence editor theme wise definitions*/
|
|
108
|
-
/*! Recurrence-Editor component layout */
|
|
109
118
|
.e-recurrenceeditor .e-editor {
|
|
119
|
+
display: -webkit-box;
|
|
110
120
|
display: -ms-flexbox;
|
|
111
121
|
display: flex;
|
|
112
|
-
-
|
|
113
|
-
|
|
122
|
+
-webkit-box-orient: horizontal;
|
|
123
|
+
-webkit-box-direction: normal;
|
|
124
|
+
-ms-flex-flow: row wrap;
|
|
125
|
+
flex-flow: row wrap;
|
|
114
126
|
margin: 0 auto;
|
|
115
127
|
max-width: 1240px;
|
|
116
128
|
}
|
|
@@ -210,8 +222,10 @@
|
|
|
210
222
|
}
|
|
211
223
|
.e-recurrenceeditor .e-days button {
|
|
212
224
|
border-radius: 50%;
|
|
213
|
-
-
|
|
214
|
-
|
|
225
|
+
-webkit-box-orient: horizontal;
|
|
226
|
+
-webkit-box-direction: normal;
|
|
227
|
+
-ms-flex-flow: row wrap;
|
|
228
|
+
flex-flow: row wrap;
|
|
215
229
|
height: 35px;
|
|
216
230
|
margin: 0 8px 10px;
|
|
217
231
|
width: 35px;
|
|
@@ -270,13 +284,6 @@
|
|
|
270
284
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
271
285
|
padding: 0 12px 14px 0;
|
|
272
286
|
}
|
|
273
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
274
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
275
|
-
padding: 0 0 10px;
|
|
276
|
-
}
|
|
277
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
278
|
-
padding-bottom: 6px;
|
|
279
|
-
}
|
|
280
287
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
281
288
|
padding-left: 70px;
|
|
282
289
|
}
|
|
@@ -303,16 +310,12 @@
|
|
|
303
310
|
font-size: 12px;
|
|
304
311
|
margin-bottom: 8px;
|
|
305
312
|
}
|
|
306
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
307
|
-
padding-bottom: 12px;
|
|
308
|
-
}
|
|
309
313
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
310
314
|
font-size: 12px;
|
|
311
315
|
margin-bottom: 1px;
|
|
312
316
|
}
|
|
313
317
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
314
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
315
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
318
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
316
319
|
margin-bottom: 11px;
|
|
317
320
|
}
|
|
318
321
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -424,7 +427,8 @@
|
|
|
424
427
|
}
|
|
425
428
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
426
429
|
background: none;
|
|
427
|
-
box-shadow: none;
|
|
430
|
+
-webkit-box-shadow: none;
|
|
431
|
+
box-shadow: none;
|
|
428
432
|
padding-bottom: 10px;
|
|
429
433
|
}
|
|
430
434
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -449,8 +453,10 @@
|
|
|
449
453
|
width: 100%;
|
|
450
454
|
}
|
|
451
455
|
.e-recurrenceeditor .e-editor {
|
|
452
|
-
-
|
|
453
|
-
|
|
456
|
+
-webkit-box-orient: vertical;
|
|
457
|
+
-webkit-box-direction: normal;
|
|
458
|
+
-ms-flex-direction: column;
|
|
459
|
+
flex-direction: column;
|
|
454
460
|
}
|
|
455
461
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
456
462
|
margin-top: 0;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
2
|
-
transform: rotate(0deg);
|
|
2
|
+
-webkit-transform: rotate(0deg);
|
|
3
|
+
transform: rotate(0deg);
|
|
4
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
5
|
+
transition: -webkit-transform 300ms ease;
|
|
3
6
|
transition: transform 300ms ease;
|
|
7
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
7
|
-
transform: rotate(180deg);
|
|
11
|
+
-webkit-transform: rotate(180deg);
|
|
12
|
+
transform: rotate(180deg);
|
|
13
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
14
|
+
transition: -webkit-transform 300ms ease;
|
|
8
15
|
transition: transform 300ms ease;
|
|
16
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
9
17
|
}
|
|
10
18
|
|
|
11
19
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -22,12 +30,14 @@
|
|
|
22
30
|
}
|
|
23
31
|
|
|
24
32
|
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
25
|
-
animation: none;
|
|
33
|
+
-webkit-animation: none;
|
|
34
|
+
animation: none;
|
|
26
35
|
}
|
|
27
36
|
|
|
28
37
|
.e-ddl.e-popup {
|
|
29
38
|
border: 0;
|
|
30
|
-
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
39
|
+
-webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
40
|
+
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
31
41
|
margin-top: 2px;
|
|
32
42
|
}
|
|
33
43
|
|
|
@@ -47,7 +57,8 @@
|
|
|
47
57
|
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
48
58
|
background: #f5f5f5;
|
|
49
59
|
border-width: 0;
|
|
50
|
-
box-shadow: none;
|
|
60
|
+
-webkit-box-shadow: none;
|
|
61
|
+
box-shadow: none;
|
|
51
62
|
margin-bottom: 0;
|
|
52
63
|
}
|
|
53
64
|
|
|
@@ -129,13 +140,14 @@
|
|
|
129
140
|
padding: 4px 8px;
|
|
130
141
|
}
|
|
131
142
|
|
|
132
|
-
/*! recurrence editor theme wise definitions*/
|
|
133
|
-
/*! Recurrence-Editor component layout */
|
|
134
143
|
.e-recurrenceeditor .e-editor {
|
|
144
|
+
display: -webkit-box;
|
|
135
145
|
display: -ms-flexbox;
|
|
136
146
|
display: flex;
|
|
137
|
-
-
|
|
138
|
-
|
|
147
|
+
-webkit-box-orient: horizontal;
|
|
148
|
+
-webkit-box-direction: normal;
|
|
149
|
+
-ms-flex-flow: row wrap;
|
|
150
|
+
flex-flow: row wrap;
|
|
139
151
|
margin: 0 auto;
|
|
140
152
|
max-width: 1240px;
|
|
141
153
|
}
|
|
@@ -235,8 +247,10 @@
|
|
|
235
247
|
}
|
|
236
248
|
.e-recurrenceeditor .e-days button {
|
|
237
249
|
border-radius: 50%;
|
|
238
|
-
-
|
|
239
|
-
|
|
250
|
+
-webkit-box-orient: horizontal;
|
|
251
|
+
-webkit-box-direction: normal;
|
|
252
|
+
-ms-flex-flow: row wrap;
|
|
253
|
+
flex-flow: row wrap;
|
|
240
254
|
height: 35px;
|
|
241
255
|
margin: 0 8px 10px;
|
|
242
256
|
width: 35px;
|
|
@@ -295,13 +309,6 @@
|
|
|
295
309
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
296
310
|
padding: 0 12px 14px 0;
|
|
297
311
|
}
|
|
298
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
299
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
300
|
-
padding: 0 0 10px;
|
|
301
|
-
}
|
|
302
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
303
|
-
padding-bottom: 6px;
|
|
304
|
-
}
|
|
305
312
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
306
313
|
padding-left: 70px;
|
|
307
314
|
}
|
|
@@ -328,16 +335,12 @@
|
|
|
328
335
|
font-size: 12px;
|
|
329
336
|
margin-bottom: 8px;
|
|
330
337
|
}
|
|
331
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
332
|
-
padding-bottom: 12px;
|
|
333
|
-
}
|
|
334
338
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
335
339
|
font-size: 12px;
|
|
336
340
|
margin-bottom: 1px;
|
|
337
341
|
}
|
|
338
342
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
339
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
340
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
343
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
341
344
|
margin-bottom: 11px;
|
|
342
345
|
}
|
|
343
346
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -449,7 +452,8 @@
|
|
|
449
452
|
}
|
|
450
453
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
451
454
|
background: none;
|
|
452
|
-
box-shadow: none;
|
|
455
|
+
-webkit-box-shadow: none;
|
|
456
|
+
box-shadow: none;
|
|
453
457
|
padding-bottom: 10px;
|
|
454
458
|
}
|
|
455
459
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -474,8 +478,10 @@
|
|
|
474
478
|
width: 100%;
|
|
475
479
|
}
|
|
476
480
|
.e-recurrenceeditor .e-editor {
|
|
477
|
-
-
|
|
478
|
-
|
|
481
|
+
-webkit-box-orient: vertical;
|
|
482
|
+
-webkit-box-direction: normal;
|
|
483
|
+
-ms-flex-direction: column;
|
|
484
|
+
flex-direction: column;
|
|
479
485
|
}
|
|
480
486
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
481
487
|
margin-top: 0;
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
--color-sf-on-warning: 99, 52, 0;
|
|
45
45
|
--color-sf-on-warning-container: 255, 220, 193;
|
|
46
46
|
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
47
|
-
--color-sf-shadow-focus-ring1: 0 0 0 1px #
|
|
47
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
|
|
48
48
|
--color-sf-success-text: 0, 0, 0;
|
|
49
49
|
--color-sf-warning-text: 0, 0, 0;
|
|
50
50
|
--color-sf-info-text: 0, 0, 0;
|
|
@@ -54,13 +54,21 @@
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
57
|
-
transform: rotate(0deg);
|
|
57
|
+
-webkit-transform: rotate(0deg);
|
|
58
|
+
transform: rotate(0deg);
|
|
59
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
60
|
+
transition: -webkit-transform 300ms ease;
|
|
58
61
|
transition: transform 300ms ease;
|
|
62
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
59
63
|
}
|
|
60
64
|
|
|
61
65
|
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
62
|
-
transform: rotate(180deg);
|
|
66
|
+
-webkit-transform: rotate(180deg);
|
|
67
|
+
transform: rotate(180deg);
|
|
68
|
+
-webkit-transition: -webkit-transform 300ms ease;
|
|
69
|
+
transition: -webkit-transform 300ms ease;
|
|
63
70
|
transition: transform 300ms ease;
|
|
71
|
+
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
64
72
|
}
|
|
65
73
|
|
|
66
74
|
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
@@ -77,12 +85,14 @@
|
|
|
77
85
|
}
|
|
78
86
|
|
|
79
87
|
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
80
|
-
animation: none;
|
|
88
|
+
-webkit-animation: none;
|
|
89
|
+
animation: none;
|
|
81
90
|
}
|
|
82
91
|
|
|
83
92
|
.e-ddl.e-popup {
|
|
84
93
|
border: 0;
|
|
85
|
-
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
94
|
+
-webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
95
|
+
box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
|
|
86
96
|
margin-top: 2px;
|
|
87
97
|
}
|
|
88
98
|
|
|
@@ -103,7 +113,8 @@
|
|
|
103
113
|
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
104
114
|
background: rgba(0, 0, 0, 0.0001);
|
|
105
115
|
border-width: 0;
|
|
106
|
-
box-shadow: none;
|
|
116
|
+
-webkit-box-shadow: none;
|
|
117
|
+
box-shadow: none;
|
|
107
118
|
margin-bottom: 0;
|
|
108
119
|
}
|
|
109
120
|
|
|
@@ -194,13 +205,14 @@
|
|
|
194
205
|
padding: 4px 8px;
|
|
195
206
|
}
|
|
196
207
|
|
|
197
|
-
/*! recurrence editor theme wise definitions*/
|
|
198
|
-
/*! Recurrence-Editor component layout */
|
|
199
208
|
.e-recurrenceeditor .e-editor {
|
|
209
|
+
display: -webkit-box;
|
|
200
210
|
display: -ms-flexbox;
|
|
201
211
|
display: flex;
|
|
202
|
-
-
|
|
203
|
-
|
|
212
|
+
-webkit-box-orient: horizontal;
|
|
213
|
+
-webkit-box-direction: normal;
|
|
214
|
+
-ms-flex-flow: row wrap;
|
|
215
|
+
flex-flow: row wrap;
|
|
204
216
|
margin: 0 auto;
|
|
205
217
|
max-width: 1240px;
|
|
206
218
|
}
|
|
@@ -300,8 +312,10 @@
|
|
|
300
312
|
}
|
|
301
313
|
.e-recurrenceeditor .e-days button {
|
|
302
314
|
border-radius: 50%;
|
|
303
|
-
-
|
|
304
|
-
|
|
315
|
+
-webkit-box-orient: horizontal;
|
|
316
|
+
-webkit-box-direction: normal;
|
|
317
|
+
-ms-flex-flow: row wrap;
|
|
318
|
+
flex-flow: row wrap;
|
|
305
319
|
height: 35px;
|
|
306
320
|
margin: 0 8px 10px;
|
|
307
321
|
width: 35px;
|
|
@@ -360,13 +374,6 @@
|
|
|
360
374
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
361
375
|
padding: 0 12px 14px 0;
|
|
362
376
|
}
|
|
363
|
-
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
364
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
365
|
-
padding: 0 0 10px;
|
|
366
|
-
}
|
|
367
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
368
|
-
padding-bottom: 6px;
|
|
369
|
-
}
|
|
370
377
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
371
378
|
padding-left: 70px;
|
|
372
379
|
}
|
|
@@ -393,16 +400,12 @@
|
|
|
393
400
|
font-size: 12px;
|
|
394
401
|
margin-bottom: 8px;
|
|
395
402
|
}
|
|
396
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
397
|
-
padding-bottom: 12px;
|
|
398
|
-
}
|
|
399
403
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
400
404
|
font-size: 12px;
|
|
401
405
|
margin-bottom: 1px;
|
|
402
406
|
}
|
|
403
407
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
404
|
-
.e-bigger .e-recurrenceeditor .e-year-expander
|
|
405
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
408
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
406
409
|
margin-bottom: 11px;
|
|
407
410
|
}
|
|
408
411
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
@@ -514,7 +517,8 @@
|
|
|
514
517
|
}
|
|
515
518
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
516
519
|
background: none;
|
|
517
|
-
box-shadow: none;
|
|
520
|
+
-webkit-box-shadow: none;
|
|
521
|
+
box-shadow: none;
|
|
518
522
|
padding-bottom: 10px;
|
|
519
523
|
}
|
|
520
524
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
@@ -539,8 +543,10 @@
|
|
|
539
543
|
width: 100%;
|
|
540
544
|
}
|
|
541
545
|
.e-recurrenceeditor .e-editor {
|
|
542
|
-
-
|
|
543
|
-
|
|
546
|
+
-webkit-box-orient: vertical;
|
|
547
|
+
-webkit-box-direction: normal;
|
|
548
|
+
-ms-flex-direction: column;
|
|
549
|
+
flex-direction: column;
|
|
544
550
|
}
|
|
545
551
|
.e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
|
|
546
552
|
margin-top: 0;
|