@syncfusion/ej2-schedule 24.2.8 → 25.1.37
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/CHANGELOG.md +17 -0
- 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 +145 -39
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +146 -36
- 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 +16 -16
- package/src/recurrence-editor/recurrence-editor.js +1 -2
- package/src/schedule/actions/crud.js +9 -0
- package/src/schedule/actions/keyboard.d.ts +1 -0
- package/src/schedule/actions/keyboard.js +11 -4
- package/src/schedule/base/css-constant.d.ts +2 -0
- package/src/schedule/base/css-constant.js +2 -0
- package/src/schedule/base/interface.d.ts +1 -0
- package/src/schedule/base/schedule.d.ts +4 -1
- package/src/schedule/base/schedule.js +16 -1
- package/src/schedule/base/type.d.ts +1 -0
- package/src/schedule/event-renderer/agenda-base.d.ts +1 -1
- package/src/schedule/event-renderer/agenda-base.js +36 -14
- package/src/schedule/event-renderer/event-base.js +4 -2
- package/src/schedule/event-renderer/vertical-view.js +7 -1
- package/src/schedule/popups/quick-popups.js +11 -0
- package/src/schedule/renderer/agenda.d.ts +1 -0
- package/src/schedule/renderer/agenda.js +38 -9
- package/src/schedule/renderer/renderer.js +11 -3
- package/styles/bootstrap-dark.css +12 -2
- package/styles/bootstrap.css +12 -2
- package/styles/bootstrap4.css +9 -3
- package/styles/bootstrap5-dark.css +9 -3
- package/styles/bootstrap5.css +9 -3
- package/styles/fabric-dark.css +8 -2
- package/styles/fabric.css +8 -2
- package/styles/fluent-dark.css +13 -2
- package/styles/fluent.css +13 -2
- package/styles/highcontrast-light.css +8 -2
- package/styles/highcontrast.css +8 -2
- package/styles/material-dark.css +17 -2
- package/styles/material.css +17 -2
- package/styles/material3-dark.css +9 -3
- package/styles/material3.css +9 -3
- package/styles/recurrence-editor/_bds-definition.scss +15 -0
- package/styles/schedule/_bds-definition.scss +287 -0
- package/styles/schedule/_bootstrap4-definition.scss +1 -1
- package/styles/schedule/_bootstrap5-definition.scss +1 -1
- package/styles/schedule/_fusionnew-definition.scss +1 -1
- package/styles/schedule/_layout.scss +6 -1
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/_tailwind-definition.scss +1 -1
- package/styles/schedule/bootstrap-dark.css +12 -2
- package/styles/schedule/bootstrap.css +12 -2
- package/styles/schedule/bootstrap4.css +9 -3
- package/styles/schedule/bootstrap5-dark.css +9 -3
- package/styles/schedule/bootstrap5.css +9 -3
- package/styles/schedule/fabric-dark.css +8 -2
- package/styles/schedule/fabric.css +8 -2
- package/styles/schedule/fluent-dark.css +13 -2
- package/styles/schedule/fluent.css +13 -2
- package/styles/schedule/highcontrast-light.css +8 -2
- package/styles/schedule/highcontrast.css +8 -2
- package/styles/schedule/icons/_bds.scss +235 -0
- package/styles/schedule/material-dark.css +17 -2
- package/styles/schedule/material.css +17 -2
- package/styles/schedule/material3-dark.css +9 -3
- package/styles/schedule/material3.css +9 -3
- package/styles/schedule/tailwind-dark.css +9 -3
- package/styles/schedule/tailwind.css +9 -3
- package/styles/tailwind-dark.css +9 -3
- package/styles/tailwind.css +9 -3
package/styles/bootstrap.css
CHANGED
|
@@ -133,6 +133,10 @@
|
|
|
133
133
|
width: 40px;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
137
|
+
margin-top: -3.2em;
|
|
138
|
+
}
|
|
139
|
+
|
|
136
140
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
137
141
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
138
142
|
content: "\e990";
|
|
@@ -318,6 +322,9 @@
|
|
|
318
322
|
font-size: 14px;
|
|
319
323
|
text-transform: initial;
|
|
320
324
|
}
|
|
325
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
326
|
+
height: 43px;
|
|
327
|
+
}
|
|
321
328
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
322
329
|
height: 43px;
|
|
323
330
|
min-height: 43px;
|
|
@@ -1026,6 +1033,9 @@
|
|
|
1026
1033
|
padding: 0;
|
|
1027
1034
|
position: relative;
|
|
1028
1035
|
}
|
|
1036
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1037
|
+
visibility: hidden;
|
|
1038
|
+
}
|
|
1029
1039
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1030
1040
|
cursor: default;
|
|
1031
1041
|
}
|
|
@@ -2480,8 +2490,8 @@
|
|
|
2480
2490
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2481
2491
|
min-height: 56px;
|
|
2482
2492
|
}
|
|
2483
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2484
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2493
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2494
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2485
2495
|
min-width: 34px;
|
|
2486
2496
|
}
|
|
2487
2497
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/bootstrap4.css
CHANGED
|
@@ -427,6 +427,9 @@
|
|
|
427
427
|
font-size: 14px;
|
|
428
428
|
text-transform: initial;
|
|
429
429
|
}
|
|
430
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
431
|
+
height: 46px;
|
|
432
|
+
}
|
|
430
433
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
431
434
|
height: 46px;
|
|
432
435
|
min-height: 46px;
|
|
@@ -1135,6 +1138,9 @@
|
|
|
1135
1138
|
padding: 0;
|
|
1136
1139
|
position: relative;
|
|
1137
1140
|
}
|
|
1141
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1142
|
+
visibility: hidden;
|
|
1143
|
+
}
|
|
1138
1144
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1139
1145
|
cursor: default;
|
|
1140
1146
|
}
|
|
@@ -1375,7 +1381,7 @@
|
|
|
1375
1381
|
cursor: default;
|
|
1376
1382
|
font-weight: normal;
|
|
1377
1383
|
height: 35px;
|
|
1378
|
-
padding:
|
|
1384
|
+
padding: 3px;
|
|
1379
1385
|
}
|
|
1380
1386
|
.e-schedule .e-month-view .e-content-table {
|
|
1381
1387
|
height: 100%;
|
|
@@ -2589,8 +2595,8 @@
|
|
|
2589
2595
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2590
2596
|
min-height: 54px;
|
|
2591
2597
|
}
|
|
2592
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2593
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2598
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2599
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2594
2600
|
min-width: 34px;
|
|
2595
2601
|
}
|
|
2596
2602
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -372,6 +372,9 @@
|
|
|
372
372
|
font-size: 14px;
|
|
373
373
|
text-transform: none;
|
|
374
374
|
}
|
|
375
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
376
|
+
height: 38px;
|
|
377
|
+
}
|
|
375
378
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
376
379
|
height: 38px;
|
|
377
380
|
min-height: 38px;
|
|
@@ -1080,6 +1083,9 @@
|
|
|
1080
1083
|
padding: 0;
|
|
1081
1084
|
position: relative;
|
|
1082
1085
|
}
|
|
1086
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1087
|
+
visibility: hidden;
|
|
1088
|
+
}
|
|
1083
1089
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1084
1090
|
cursor: default;
|
|
1085
1091
|
}
|
|
@@ -1320,7 +1326,7 @@
|
|
|
1320
1326
|
cursor: default;
|
|
1321
1327
|
font-weight: normal;
|
|
1322
1328
|
height: 34px;
|
|
1323
|
-
padding:
|
|
1329
|
+
padding: 3px;
|
|
1324
1330
|
}
|
|
1325
1331
|
.e-schedule .e-month-view .e-content-table {
|
|
1326
1332
|
height: 100%;
|
|
@@ -2534,8 +2540,8 @@
|
|
|
2534
2540
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2535
2541
|
min-height: 54px;
|
|
2536
2542
|
}
|
|
2537
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2538
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2543
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2544
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2539
2545
|
min-width: 34px;
|
|
2540
2546
|
}
|
|
2541
2547
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/bootstrap5.css
CHANGED
|
@@ -372,6 +372,9 @@
|
|
|
372
372
|
font-size: 14px;
|
|
373
373
|
text-transform: none;
|
|
374
374
|
}
|
|
375
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
376
|
+
height: 38px;
|
|
377
|
+
}
|
|
375
378
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
376
379
|
height: 38px;
|
|
377
380
|
min-height: 38px;
|
|
@@ -1080,6 +1083,9 @@
|
|
|
1080
1083
|
padding: 0;
|
|
1081
1084
|
position: relative;
|
|
1082
1085
|
}
|
|
1086
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1087
|
+
visibility: hidden;
|
|
1088
|
+
}
|
|
1083
1089
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1084
1090
|
cursor: default;
|
|
1085
1091
|
}
|
|
@@ -1320,7 +1326,7 @@
|
|
|
1320
1326
|
cursor: default;
|
|
1321
1327
|
font-weight: normal;
|
|
1322
1328
|
height: 34px;
|
|
1323
|
-
padding:
|
|
1329
|
+
padding: 3px;
|
|
1324
1330
|
}
|
|
1325
1331
|
.e-schedule .e-month-view .e-content-table {
|
|
1326
1332
|
height: 100%;
|
|
@@ -2534,8 +2540,8 @@
|
|
|
2534
2540
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2535
2541
|
min-height: 54px;
|
|
2536
2542
|
}
|
|
2537
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2538
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2543
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2544
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2539
2545
|
min-width: 34px;
|
|
2540
2546
|
}
|
|
2541
2547
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/fabric-dark.css
CHANGED
|
@@ -290,6 +290,9 @@
|
|
|
290
290
|
font-size: 14px;
|
|
291
291
|
text-transform: initial;
|
|
292
292
|
}
|
|
293
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
294
|
+
height: 43px;
|
|
295
|
+
}
|
|
293
296
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
294
297
|
height: 43px;
|
|
295
298
|
min-height: 43px;
|
|
@@ -998,6 +1001,9 @@
|
|
|
998
1001
|
padding: 0;
|
|
999
1002
|
position: relative;
|
|
1000
1003
|
}
|
|
1004
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1005
|
+
visibility: hidden;
|
|
1006
|
+
}
|
|
1001
1007
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1002
1008
|
cursor: default;
|
|
1003
1009
|
}
|
|
@@ -2452,8 +2458,8 @@
|
|
|
2452
2458
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2453
2459
|
min-height: 56px;
|
|
2454
2460
|
}
|
|
2455
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2456
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2461
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2462
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2457
2463
|
min-width: 34px;
|
|
2458
2464
|
}
|
|
2459
2465
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/fabric.css
CHANGED
|
@@ -280,6 +280,9 @@
|
|
|
280
280
|
font-size: 14px;
|
|
281
281
|
text-transform: initial;
|
|
282
282
|
}
|
|
283
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
284
|
+
height: 43px;
|
|
285
|
+
}
|
|
283
286
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
284
287
|
height: 43px;
|
|
285
288
|
min-height: 43px;
|
|
@@ -988,6 +991,9 @@
|
|
|
988
991
|
padding: 0;
|
|
989
992
|
position: relative;
|
|
990
993
|
}
|
|
994
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
995
|
+
visibility: hidden;
|
|
996
|
+
}
|
|
991
997
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
992
998
|
cursor: default;
|
|
993
999
|
}
|
|
@@ -2442,8 +2448,8 @@
|
|
|
2442
2448
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2443
2449
|
min-height: 56px;
|
|
2444
2450
|
}
|
|
2445
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2446
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2451
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2452
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2447
2453
|
min-width: 34px;
|
|
2448
2454
|
}
|
|
2449
2455
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -164,6 +164,11 @@
|
|
|
164
164
|
border-left-width: 0;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
168
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
169
|
+
margin-top: -1.6em;
|
|
170
|
+
}
|
|
171
|
+
|
|
167
172
|
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
168
173
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
169
174
|
content: "\e765";
|
|
@@ -349,6 +354,9 @@
|
|
|
349
354
|
font-size: 14px;
|
|
350
355
|
text-transform: none;
|
|
351
356
|
}
|
|
357
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
358
|
+
height: 38px;
|
|
359
|
+
}
|
|
352
360
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
353
361
|
height: 38px;
|
|
354
362
|
min-height: 38px;
|
|
@@ -1057,6 +1065,9 @@
|
|
|
1057
1065
|
padding: 0;
|
|
1058
1066
|
position: relative;
|
|
1059
1067
|
}
|
|
1068
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1069
|
+
visibility: hidden;
|
|
1070
|
+
}
|
|
1060
1071
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1061
1072
|
cursor: default;
|
|
1062
1073
|
}
|
|
@@ -2511,8 +2522,8 @@
|
|
|
2511
2522
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2512
2523
|
min-height: 54px;
|
|
2513
2524
|
}
|
|
2514
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2515
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2525
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2526
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2516
2527
|
min-width: 34px;
|
|
2517
2528
|
}
|
|
2518
2529
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/fluent.css
CHANGED
|
@@ -164,6 +164,11 @@
|
|
|
164
164
|
border-left-width: 0;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
+
.e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon,
|
|
168
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon {
|
|
169
|
+
margin-top: -1.6em;
|
|
170
|
+
}
|
|
171
|
+
|
|
167
172
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
|
|
168
173
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
169
174
|
content: "\e765";
|
|
@@ -349,6 +354,9 @@
|
|
|
349
354
|
font-size: 14px;
|
|
350
355
|
text-transform: none;
|
|
351
356
|
}
|
|
357
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
358
|
+
height: 38px;
|
|
359
|
+
}
|
|
352
360
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
353
361
|
height: 38px;
|
|
354
362
|
min-height: 38px;
|
|
@@ -1057,6 +1065,9 @@
|
|
|
1057
1065
|
padding: 0;
|
|
1058
1066
|
position: relative;
|
|
1059
1067
|
}
|
|
1068
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1069
|
+
visibility: hidden;
|
|
1070
|
+
}
|
|
1060
1071
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1061
1072
|
cursor: default;
|
|
1062
1073
|
}
|
|
@@ -2511,8 +2522,8 @@
|
|
|
2511
2522
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2512
2523
|
min-height: 54px;
|
|
2513
2524
|
}
|
|
2514
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2515
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2525
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2526
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2516
2527
|
min-width: 34px;
|
|
2517
2528
|
}
|
|
2518
2529
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -362,6 +362,9 @@
|
|
|
362
362
|
font-size: 14px;
|
|
363
363
|
text-transform: uppercase;
|
|
364
364
|
}
|
|
365
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
366
|
+
height: 43px;
|
|
367
|
+
}
|
|
365
368
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
366
369
|
height: 43px;
|
|
367
370
|
min-height: 43px;
|
|
@@ -1070,6 +1073,9 @@
|
|
|
1070
1073
|
padding: 0;
|
|
1071
1074
|
position: relative;
|
|
1072
1075
|
}
|
|
1076
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1077
|
+
visibility: hidden;
|
|
1078
|
+
}
|
|
1073
1079
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1074
1080
|
cursor: default;
|
|
1075
1081
|
}
|
|
@@ -2524,8 +2530,8 @@
|
|
|
2524
2530
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2525
2531
|
min-height: 56px;
|
|
2526
2532
|
}
|
|
2527
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2528
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2533
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2534
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2529
2535
|
min-width: 34px;
|
|
2530
2536
|
}
|
|
2531
2537
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/highcontrast.css
CHANGED
|
@@ -371,6 +371,9 @@
|
|
|
371
371
|
font-size: 14px;
|
|
372
372
|
text-transform: uppercase;
|
|
373
373
|
}
|
|
374
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
375
|
+
height: 43px;
|
|
376
|
+
}
|
|
374
377
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
375
378
|
height: 43px;
|
|
376
379
|
min-height: 43px;
|
|
@@ -1079,6 +1082,9 @@
|
|
|
1079
1082
|
padding: 0;
|
|
1080
1083
|
position: relative;
|
|
1081
1084
|
}
|
|
1085
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1086
|
+
visibility: hidden;
|
|
1087
|
+
}
|
|
1082
1088
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1083
1089
|
cursor: default;
|
|
1084
1090
|
}
|
|
@@ -2533,8 +2539,8 @@
|
|
|
2533
2539
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2534
2540
|
min-height: 56px;
|
|
2535
2541
|
}
|
|
2536
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2537
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2542
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2543
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2538
2544
|
min-width: 34px;
|
|
2539
2545
|
}
|
|
2540
2546
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/material-dark.css
CHANGED
|
@@ -121,6 +121,15 @@
|
|
|
121
121
|
padding: 5px 5px 5px 12px;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
+
.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
|
|
125
|
+
padding: 1px 0;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
|
|
129
|
+
.e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
|
|
130
|
+
padding: 0;
|
|
131
|
+
}
|
|
132
|
+
|
|
124
133
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
125
134
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
126
135
|
content: "\e937";
|
|
@@ -306,6 +315,9 @@
|
|
|
306
315
|
font-size: 13px;
|
|
307
316
|
text-transform: uppercase;
|
|
308
317
|
}
|
|
318
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
319
|
+
height: 42px;
|
|
320
|
+
}
|
|
309
321
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
310
322
|
height: 42px;
|
|
311
323
|
min-height: 42px;
|
|
@@ -1014,6 +1026,9 @@
|
|
|
1014
1026
|
padding: 0;
|
|
1015
1027
|
position: relative;
|
|
1016
1028
|
}
|
|
1029
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1030
|
+
visibility: hidden;
|
|
1031
|
+
}
|
|
1017
1032
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1018
1033
|
cursor: default;
|
|
1019
1034
|
}
|
|
@@ -2468,8 +2483,8 @@
|
|
|
2468
2483
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2469
2484
|
min-height: 56px;
|
|
2470
2485
|
}
|
|
2471
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2472
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2486
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2487
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2473
2488
|
min-width: 34px;
|
|
2474
2489
|
}
|
|
2475
2490
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/material.css
CHANGED
|
@@ -157,6 +157,15 @@
|
|
|
157
157
|
padding: 4px 8px;
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
+
.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
|
|
161
|
+
padding: 1px 0;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.e-small .e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text],
|
|
165
|
+
.e-small.e-multiselect.e-input-group.e-checkbox .e-multi-select-wrapper input[type=text] {
|
|
166
|
+
padding: 0;
|
|
167
|
+
}
|
|
168
|
+
|
|
160
169
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
161
170
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
162
171
|
content: "\e937";
|
|
@@ -342,6 +351,9 @@
|
|
|
342
351
|
font-size: 13px;
|
|
343
352
|
text-transform: uppercase;
|
|
344
353
|
}
|
|
354
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
355
|
+
height: 42px;
|
|
356
|
+
}
|
|
345
357
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
346
358
|
height: 42px;
|
|
347
359
|
min-height: 42px;
|
|
@@ -1050,6 +1062,9 @@
|
|
|
1050
1062
|
padding: 0;
|
|
1051
1063
|
position: relative;
|
|
1052
1064
|
}
|
|
1065
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1066
|
+
visibility: hidden;
|
|
1067
|
+
}
|
|
1053
1068
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1054
1069
|
cursor: default;
|
|
1055
1070
|
}
|
|
@@ -2504,8 +2519,8 @@
|
|
|
2504
2519
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2505
2520
|
min-height: 56px;
|
|
2506
2521
|
}
|
|
2507
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2508
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2522
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2523
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2509
2524
|
min-width: 34px;
|
|
2510
2525
|
}
|
|
2511
2526
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -400,6 +400,9 @@
|
|
|
400
400
|
font-size: 14px;
|
|
401
401
|
text-transform: none;
|
|
402
402
|
}
|
|
403
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
404
|
+
height: 48px;
|
|
405
|
+
}
|
|
403
406
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
404
407
|
height: 48px;
|
|
405
408
|
min-height: 48px;
|
|
@@ -1117,6 +1120,9 @@
|
|
|
1117
1120
|
padding: 0;
|
|
1118
1121
|
position: relative;
|
|
1119
1122
|
}
|
|
1123
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1124
|
+
visibility: hidden;
|
|
1125
|
+
}
|
|
1120
1126
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1121
1127
|
cursor: default;
|
|
1122
1128
|
}
|
|
@@ -1357,7 +1363,7 @@
|
|
|
1357
1363
|
cursor: default;
|
|
1358
1364
|
font-weight: normal;
|
|
1359
1365
|
height: 34px;
|
|
1360
|
-
padding:
|
|
1366
|
+
padding: 3px;
|
|
1361
1367
|
}
|
|
1362
1368
|
.e-schedule .e-month-view .e-content-table {
|
|
1363
1369
|
height: 100%;
|
|
@@ -2571,8 +2577,8 @@
|
|
|
2571
2577
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2572
2578
|
min-height: 56px;
|
|
2573
2579
|
}
|
|
2574
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2575
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2580
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2581
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2576
2582
|
min-width: 32px;
|
|
2577
2583
|
}
|
|
2578
2584
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/material3.css
CHANGED
|
@@ -456,6 +456,9 @@
|
|
|
456
456
|
font-size: 14px;
|
|
457
457
|
text-transform: none;
|
|
458
458
|
}
|
|
459
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
460
|
+
height: 48px;
|
|
461
|
+
}
|
|
459
462
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
460
463
|
height: 48px;
|
|
461
464
|
min-height: 48px;
|
|
@@ -1173,6 +1176,9 @@
|
|
|
1173
1176
|
padding: 0;
|
|
1174
1177
|
position: relative;
|
|
1175
1178
|
}
|
|
1179
|
+
.e-schedule .e-vertical-view .e-appointment-wrapper-hidden {
|
|
1180
|
+
visibility: hidden;
|
|
1181
|
+
}
|
|
1176
1182
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1177
1183
|
cursor: default;
|
|
1178
1184
|
}
|
|
@@ -1413,7 +1419,7 @@
|
|
|
1413
1419
|
cursor: default;
|
|
1414
1420
|
font-weight: normal;
|
|
1415
1421
|
height: 34px;
|
|
1416
|
-
padding:
|
|
1422
|
+
padding: 3px;
|
|
1417
1423
|
}
|
|
1418
1424
|
.e-schedule .e-month-view .e-content-table {
|
|
1419
1425
|
height: 100%;
|
|
@@ -2627,8 +2633,8 @@
|
|
|
2627
2633
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2628
2634
|
min-height: 56px;
|
|
2629
2635
|
}
|
|
2630
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2631
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2636
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2637
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2632
2638
|
min-width: 32px;
|
|
2633
2639
|
}
|
|
2634
2640
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*! recurrence editor theme wise definitions*/
|
|
2
|
+
$recurrence-label-bottom: 7px !default;
|
|
3
|
+
$recurrence-month-label-bottom: 6px !default;
|
|
4
|
+
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
5
|
+
$recurrence-week-label-bottom: 10px !default;
|
|
6
|
+
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
7
|
+
$recurrence-label-font-nrml-size: 12px !default;
|
|
8
|
+
$recurrence-label-font-bgr-size: 16px !default;
|
|
9
|
+
$recurrence-left-padding: 0 8px 16px 0 !default;
|
|
10
|
+
$recurrence-week-position-bgr-min-width: 130px !default;
|
|
11
|
+
$recurrence-day-position-bgr-min-width: 197px !default;
|
|
12
|
+
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
13
|
+
$recurrence-end-bgr-padding-right: 2px !default;
|
|
14
|
+
$recurrence-week-position-min-width: 94px !default;
|
|
15
|
+
$recurrence-end-on-date-margin-top: 24px !default;
|