@syncfusion/ej2-schedule 26.2.12 → 27.1.48
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/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 +173 -34
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +173 -34
- 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 +18 -17
- package/src/schedule/actions/crud.js +22 -6
- package/src/schedule/actions/keyboard.d.ts +1 -0
- package/src/schedule/actions/keyboard.js +45 -3
- package/src/schedule/actions/resize.js +1 -0
- package/src/schedule/actions/virtual-scroll.d.ts +1 -0
- package/src/schedule/actions/virtual-scroll.js +35 -4
- package/src/schedule/base/interface.d.ts +1 -0
- package/src/schedule/base/resource.js +5 -0
- package/src/schedule/base/schedule.js +2 -1
- package/src/schedule/event-renderer/inline-edit.js +9 -1
- package/src/schedule/event-renderer/month.js +4 -1
- package/src/schedule/event-renderer/timeline-view.js +4 -1
- package/src/schedule/event-renderer/year.js +2 -2
- package/src/schedule/popups/event-tooltip.js +2 -1
- package/src/schedule/renderer/header-renderer.d.ts +1 -0
- package/src/schedule/renderer/header-renderer.js +9 -1
- package/src/schedule/renderer/month.js +6 -0
- package/src/schedule/renderer/timeline-header-row.js +1 -1
- package/src/schedule/renderer/timeline-view.js +5 -0
- package/src/schedule/renderer/timeline-year.js +6 -2
- package/src/schedule/renderer/vertical-view.js +2 -6
- package/src/schedule/renderer/view-base.d.ts +1 -0
- package/src/schedule/renderer/view-base.js +9 -0
- package/src/schedule/renderer/year.js +4 -4
- package/styles/bootstrap-dark-lite.css +4169 -0
- package/styles/bootstrap-dark-lite.scss +18 -0
- package/styles/bootstrap-dark.css +818 -596
- package/styles/bootstrap-dark.scss +3 -2
- package/styles/bootstrap-lite.css +4164 -0
- package/styles/bootstrap-lite.scss +18 -0
- package/styles/bootstrap.css +818 -596
- package/styles/bootstrap.scss +3 -2
- package/styles/bootstrap4-lite.css +4211 -0
- package/styles/bootstrap4-lite.scss +18 -0
- package/styles/bootstrap4.css +803 -636
- package/styles/bootstrap4.scss +3 -2
- package/styles/bootstrap5-dark-lite.css +4210 -0
- package/styles/bootstrap5-dark-lite.scss +18 -0
- package/styles/bootstrap5-dark.css +819 -597
- package/styles/bootstrap5-dark.scss +3 -2
- package/styles/bootstrap5-lite.css +4210 -0
- package/styles/bootstrap5-lite.scss +18 -0
- package/styles/bootstrap5.3-lite.css +4256 -0
- package/styles/bootstrap5.3-lite.scss +18 -0
- package/styles/bootstrap5.3.css +5017 -0
- package/styles/bootstrap5.3.scss +20 -0
- package/styles/bootstrap5.css +819 -597
- package/styles/bootstrap5.scss +3 -2
- package/styles/fabric-dark-lite.css +4139 -0
- package/styles/fabric-dark-lite.scss +18 -0
- package/styles/fabric-dark.css +825 -595
- package/styles/fabric-dark.scss +3 -2
- package/styles/fabric-lite.css +4136 -0
- package/styles/fabric-lite.scss +18 -0
- package/styles/fabric.css +825 -588
- package/styles/fabric.scss +3 -2
- package/styles/fluent-dark-lite.css +4202 -0
- package/styles/fluent-dark-lite.scss +18 -0
- package/styles/fluent-dark.css +823 -593
- package/styles/fluent-dark.scss +3 -2
- package/styles/fluent-lite.css +4202 -0
- package/styles/fluent-lite.scss +18 -0
- package/styles/fluent.css +823 -593
- package/styles/fluent.scss +3 -2
- package/styles/fluent2-lite.css +4422 -0
- package/styles/fluent2-lite.scss +18 -0
- package/styles/fluent2.css +860 -602
- package/styles/fluent2.scss +3 -2
- package/styles/highcontrast-light-lite.css +4228 -0
- package/styles/highcontrast-light-lite.scss +18 -0
- package/styles/highcontrast-light.css +828 -584
- package/styles/highcontrast-light.scss +3 -2
- package/styles/highcontrast-lite.css +4237 -0
- package/styles/highcontrast-lite.scss +18 -0
- package/styles/highcontrast.css +829 -585
- package/styles/highcontrast.scss +3 -2
- package/styles/material-dark-lite.css +4216 -0
- package/styles/material-dark-lite.scss +18 -0
- package/styles/material-dark.css +834 -582
- package/styles/material-dark.scss +3 -2
- package/styles/material-lite.css +4242 -0
- package/styles/material-lite.scss +18 -0
- package/styles/material.css +831 -600
- package/styles/material.scss +3 -2
- package/styles/material3-dark-lite.css +4233 -0
- package/styles/material3-dark-lite.scss +18 -0
- package/styles/material3-dark.css +825 -602
- package/styles/material3-dark.scss +3 -2
- package/styles/material3-lite.css +4235 -0
- package/styles/material3-lite.scss +18 -0
- package/styles/material3.css +825 -602
- package/styles/material3.scss +3 -2
- package/styles/recurrence-editor/_bigger.scss +134 -0
- package/styles/recurrence-editor/_layout.scss +0 -110
- package/styles/recurrence-editor/bootstrap-dark.css +87 -131
- package/styles/recurrence-editor/bootstrap-dark.scss +1 -0
- package/styles/recurrence-editor/bootstrap.css +87 -131
- package/styles/recurrence-editor/bootstrap.scss +1 -0
- package/styles/recurrence-editor/bootstrap4.css +87 -149
- package/styles/recurrence-editor/bootstrap4.scss +1 -0
- package/styles/recurrence-editor/bootstrap5-dark.css +87 -135
- package/styles/recurrence-editor/bootstrap5-dark.scss +1 -0
- package/styles/recurrence-editor/bootstrap5.3.css +501 -0
- package/styles/recurrence-editor/bootstrap5.3.scss +9 -0
- package/styles/recurrence-editor/bootstrap5.css +87 -135
- package/styles/recurrence-editor/bootstrap5.scss +1 -0
- package/styles/recurrence-editor/fabric-dark.css +87 -130
- package/styles/recurrence-editor/fabric-dark.scss +1 -0
- package/styles/recurrence-editor/fabric.css +87 -123
- package/styles/recurrence-editor/fabric.scss +1 -0
- package/styles/recurrence-editor/fluent-dark.css +87 -122
- package/styles/recurrence-editor/fluent-dark.scss +1 -0
- package/styles/recurrence-editor/fluent.css +87 -122
- package/styles/recurrence-editor/fluent.scss +1 -0
- package/styles/recurrence-editor/fluent2.css +91 -117
- package/styles/recurrence-editor/fluent2.scss +1 -0
- package/styles/recurrence-editor/highcontrast-light.css +87 -118
- package/styles/recurrence-editor/highcontrast-light.scss +1 -0
- package/styles/recurrence-editor/highcontrast.css +87 -118
- package/styles/recurrence-editor/highcontrast.scss +1 -0
- package/styles/recurrence-editor/material-dark.css +87 -115
- package/styles/recurrence-editor/material-dark.scss +1 -0
- package/styles/recurrence-editor/material.css +87 -136
- package/styles/recurrence-editor/material.scss +1 -0
- package/styles/recurrence-editor/material3-dark.css +87 -140
- package/styles/recurrence-editor/material3-dark.scss +1 -0
- package/styles/recurrence-editor/material3.css +87 -140
- package/styles/recurrence-editor/material3.scss +1 -0
- package/styles/recurrence-editor/tailwind-dark.css +87 -116
- package/styles/recurrence-editor/tailwind-dark.scss +1 -0
- package/styles/recurrence-editor/tailwind.css +87 -116
- package/styles/recurrence-editor/tailwind.scss +1 -0
- package/styles/schedule/_bds-definition.scss +1 -1
- package/styles/schedule/_bigger.scss +809 -0
- package/styles/schedule/_bootstrap4-definition.scss +1 -1
- package/styles/schedule/_bootstrap5-definition.scss +1 -1
- package/styles/schedule/_bootstrap5.3-definition.scss +9 -6
- package/styles/schedule/_fluent-definition.scss +1 -1
- package/styles/schedule/_fluent2-definition.scss +6 -6
- package/styles/schedule/_fusionnew-definition.scss +1 -1
- package/styles/schedule/_layout.scss +5 -442
- package/styles/schedule/_tailwind-definition.scss +1 -1
- package/styles/schedule/_theme.scss +23 -1
- package/styles/schedule/bootstrap-dark.css +699 -483
- package/styles/schedule/bootstrap-dark.scss +1 -0
- package/styles/schedule/bootstrap.css +699 -483
- package/styles/schedule/bootstrap.scss +1 -0
- package/styles/schedule/bootstrap4.css +684 -523
- package/styles/schedule/bootstrap4.scss +1 -0
- package/styles/schedule/bootstrap5-dark.css +707 -491
- package/styles/schedule/bootstrap5-dark.scss +1 -0
- package/styles/schedule/bootstrap5.3.css +4615 -0
- package/styles/schedule/bootstrap5.3.scss +17 -0
- package/styles/schedule/bootstrap5.css +707 -491
- package/styles/schedule/bootstrap5.scss +1 -0
- package/styles/schedule/fabric-dark.css +706 -482
- package/styles/schedule/fabric-dark.scss +1 -0
- package/styles/schedule/fabric.css +706 -475
- package/styles/schedule/fabric.scss +1 -0
- package/styles/schedule/fluent-dark.css +716 -492
- package/styles/schedule/fluent-dark.scss +1 -0
- package/styles/schedule/fluent.css +716 -492
- package/styles/schedule/fluent.scss +1 -0
- package/styles/schedule/fluent2.css +746 -497
- package/styles/schedule/fluent2.scss +1 -0
- package/styles/schedule/highcontrast-light.css +714 -476
- package/styles/schedule/highcontrast-light.scss +1 -0
- package/styles/schedule/highcontrast.css +714 -476
- package/styles/schedule/highcontrast.scss +1 -0
- package/styles/schedule/material-dark.css +725 -479
- package/styles/schedule/material-dark.scss +1 -0
- package/styles/schedule/material.css +722 -497
- package/styles/schedule/material.scss +1 -0
- package/styles/schedule/material3-dark.css +714 -497
- package/styles/schedule/material3-dark.scss +1 -0
- package/styles/schedule/material3.css +714 -497
- package/styles/schedule/material3.scss +1 -0
- package/styles/schedule/tailwind-dark.css +718 -483
- package/styles/schedule/tailwind-dark.scss +1 -0
- package/styles/schedule/tailwind.css +718 -483
- package/styles/schedule/tailwind.scss +1 -0
- package/styles/tailwind-dark-lite.css +4179 -0
- package/styles/tailwind-dark-lite.scss +18 -0
- package/styles/tailwind-dark.css +827 -586
- package/styles/tailwind-dark.scss +3 -2
- package/styles/tailwind-lite.css +4179 -0
- package/styles/tailwind-lite.scss +18 -0
- package/styles/tailwind.css +827 -586
- package/styles/tailwind.scss +3 -2
- package/dist/ej2-schedule.min.js +0 -10
|
@@ -48,46 +48,11 @@
|
|
|
48
48
|
margin-top: 2px;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-bigger .e-ddl.e-popup,
|
|
52
|
-
.e-bigger.e-ddl.e-popup {
|
|
53
|
-
border-radius: 6px;
|
|
54
|
-
margin-top: 8px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-bigger.e-small .e-ddl.e-popup,
|
|
58
|
-
.e-small.e-bigger.e-ddl.e-popup {
|
|
59
|
-
border-radius: 4px;
|
|
60
|
-
margin-top: 6px;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
51
|
.e-popup.e-ddl .e-dropdownbase {
|
|
64
52
|
min-height: 26px;
|
|
65
53
|
padding: 4px 0;
|
|
66
54
|
}
|
|
67
55
|
|
|
68
|
-
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
69
|
-
border-color: #4b5563;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
73
|
-
margin-top: 0;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
77
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
78
|
-
background: #374151;
|
|
79
|
-
border-width: 0;
|
|
80
|
-
-webkit-box-shadow: none;
|
|
81
|
-
box-shadow: none;
|
|
82
|
-
margin-bottom: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
86
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
87
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
88
|
-
background-color: #374151;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
56
|
.e-input-group.e-ddl,
|
|
92
57
|
.e-input-group.e-ddl .e-input,
|
|
93
58
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -263,86 +228,6 @@
|
|
|
263
228
|
margin-bottom: 11px;
|
|
264
229
|
}
|
|
265
230
|
|
|
266
|
-
.e-bigger .e-recurrenceeditor {
|
|
267
|
-
padding: 0;
|
|
268
|
-
}
|
|
269
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
270
|
-
padding: 0 12px 11px 0;
|
|
271
|
-
}
|
|
272
|
-
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
273
|
-
padding: 0 12px 14px 0;
|
|
274
|
-
}
|
|
275
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
276
|
-
padding-left: 70px;
|
|
277
|
-
}
|
|
278
|
-
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
279
|
-
min-width: 130px;
|
|
280
|
-
right: 0;
|
|
281
|
-
}
|
|
282
|
-
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
283
|
-
min-width: 197px;
|
|
284
|
-
padding-left: 54px;
|
|
285
|
-
}
|
|
286
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
287
|
-
font-size: 16px;
|
|
288
|
-
margin-bottom: 0;
|
|
289
|
-
font-weight: 500;
|
|
290
|
-
}
|
|
291
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
292
|
-
padding-right: 2px;
|
|
293
|
-
}
|
|
294
|
-
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
295
|
-
margin-bottom: 0;
|
|
296
|
-
}
|
|
297
|
-
.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
|
|
298
|
-
font-size: 16px;
|
|
299
|
-
margin-bottom: 8px;
|
|
300
|
-
}
|
|
301
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
302
|
-
font-size: 16px;
|
|
303
|
-
margin-bottom: 1px;
|
|
304
|
-
}
|
|
305
|
-
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
306
|
-
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
307
|
-
margin-bottom: 11px;
|
|
308
|
-
}
|
|
309
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
310
|
-
width: 30px;
|
|
311
|
-
}
|
|
312
|
-
.e-bigger .e-recurrenceeditor .e-days button {
|
|
313
|
-
height: 40px;
|
|
314
|
-
width: 40px;
|
|
315
|
-
}
|
|
316
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
|
|
317
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
|
|
318
|
-
padding: 0 0 10px 12px;
|
|
319
|
-
}
|
|
320
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
|
|
321
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
322
|
-
padding: 0 12px 10px 0;
|
|
323
|
-
}
|
|
324
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
325
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
326
|
-
padding: 0 64px 0 0;
|
|
327
|
-
}
|
|
328
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
329
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
330
|
-
padding-right: 0;
|
|
331
|
-
}
|
|
332
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
|
|
333
|
-
margin-bottom: 5px;
|
|
334
|
-
}
|
|
335
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
336
|
-
padding: 0 0 0 12px;
|
|
337
|
-
}
|
|
338
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
339
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
340
|
-
padding: 0 12px 0 0;
|
|
341
|
-
}
|
|
342
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
343
|
-
left: 0;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
231
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
347
232
|
width: 25%;
|
|
348
233
|
}
|
|
@@ -497,4 +382,90 @@
|
|
|
497
382
|
padding: 0 10px 0 0;
|
|
498
383
|
}
|
|
499
384
|
}
|
|
500
|
-
/*! Recurrence-Editor component theme */
|
|
385
|
+
/*! Recurrence-Editor component theme */
|
|
386
|
+
.e-bigger .e-recurrenceeditor {
|
|
387
|
+
padding: 0;
|
|
388
|
+
}
|
|
389
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
390
|
+
padding: 0 12px 11px 0;
|
|
391
|
+
}
|
|
392
|
+
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
393
|
+
padding: 0 12px 14px 0;
|
|
394
|
+
}
|
|
395
|
+
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
396
|
+
padding-left: 70px;
|
|
397
|
+
}
|
|
398
|
+
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
399
|
+
min-width: 130px;
|
|
400
|
+
right: 0;
|
|
401
|
+
}
|
|
402
|
+
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
403
|
+
min-width: 197px;
|
|
404
|
+
padding-left: 54px;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
407
|
+
font-size: 16px;
|
|
408
|
+
margin-bottom: 0;
|
|
409
|
+
font-weight: 500;
|
|
410
|
+
}
|
|
411
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
412
|
+
padding-right: 2px;
|
|
413
|
+
}
|
|
414
|
+
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
415
|
+
margin-bottom: 0;
|
|
416
|
+
}
|
|
417
|
+
.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
|
|
418
|
+
font-size: 16px;
|
|
419
|
+
margin-bottom: 8px;
|
|
420
|
+
}
|
|
421
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
422
|
+
font-size: 16px;
|
|
423
|
+
margin-bottom: 1px;
|
|
424
|
+
}
|
|
425
|
+
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
426
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
427
|
+
margin-bottom: 11px;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
430
|
+
width: 30px;
|
|
431
|
+
}
|
|
432
|
+
.e-bigger .e-recurrenceeditor .e-days button {
|
|
433
|
+
height: 40px;
|
|
434
|
+
width: 40px;
|
|
435
|
+
}
|
|
436
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
|
|
437
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
|
|
438
|
+
padding: 0 0 10px 12px;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
|
|
441
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
442
|
+
padding: 0 12px 10px 0;
|
|
443
|
+
}
|
|
444
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
445
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
446
|
+
padding: 0 64px 0 0;
|
|
447
|
+
}
|
|
448
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
449
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
450
|
+
padding-right: 0;
|
|
451
|
+
}
|
|
452
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
|
|
453
|
+
margin-bottom: 5px;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
456
|
+
padding: 0 0 0 12px;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
459
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
460
|
+
padding: 0 12px 0 0;
|
|
461
|
+
}
|
|
462
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
463
|
+
left: 0;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-device .e-recurrence-table .e-monthday-element,
|
|
466
|
+
.e-bigger .e-device .e-recurrence-table .e-day-position {
|
|
467
|
+
padding-left: 20px;
|
|
468
|
+
}
|
|
469
|
+
.e-bigger .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
470
|
+
padding: 0 20px 0 0;
|
|
471
|
+
}
|
|
@@ -48,46 +48,11 @@
|
|
|
48
48
|
margin-top: 2px;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
|
-
.e-bigger .e-ddl.e-popup,
|
|
52
|
-
.e-bigger.e-ddl.e-popup {
|
|
53
|
-
border-radius: 6px;
|
|
54
|
-
margin-top: 8px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-bigger.e-small .e-ddl.e-popup,
|
|
58
|
-
.e-small.e-bigger.e-ddl.e-popup {
|
|
59
|
-
border-radius: 4px;
|
|
60
|
-
margin-top: 6px;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
51
|
.e-popup.e-ddl .e-dropdownbase {
|
|
64
52
|
min-height: 26px;
|
|
65
53
|
padding: 4px 0;
|
|
66
54
|
}
|
|
67
55
|
|
|
68
|
-
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
69
|
-
border-color: #e5e7eb;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
73
|
-
margin-top: 0;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
77
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
78
|
-
background: #fff;
|
|
79
|
-
border-width: 0;
|
|
80
|
-
-webkit-box-shadow: none;
|
|
81
|
-
box-shadow: none;
|
|
82
|
-
margin-bottom: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
86
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
87
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
88
|
-
background-color: #fff;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
56
|
.e-input-group.e-ddl,
|
|
92
57
|
.e-input-group.e-ddl .e-input,
|
|
93
58
|
.e-input-group.e-ddl .e-ddl-icon {
|
|
@@ -263,86 +228,6 @@
|
|
|
263
228
|
margin-bottom: 11px;
|
|
264
229
|
}
|
|
265
230
|
|
|
266
|
-
.e-bigger .e-recurrenceeditor {
|
|
267
|
-
padding: 0;
|
|
268
|
-
}
|
|
269
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
270
|
-
padding: 0 12px 11px 0;
|
|
271
|
-
}
|
|
272
|
-
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
273
|
-
padding: 0 12px 14px 0;
|
|
274
|
-
}
|
|
275
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
276
|
-
padding-left: 70px;
|
|
277
|
-
}
|
|
278
|
-
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
279
|
-
min-width: 130px;
|
|
280
|
-
right: 0;
|
|
281
|
-
}
|
|
282
|
-
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
283
|
-
min-width: 197px;
|
|
284
|
-
padding-left: 54px;
|
|
285
|
-
}
|
|
286
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
287
|
-
font-size: 16px;
|
|
288
|
-
margin-bottom: 0;
|
|
289
|
-
font-weight: 500;
|
|
290
|
-
}
|
|
291
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
292
|
-
padding-right: 2px;
|
|
293
|
-
}
|
|
294
|
-
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
295
|
-
margin-bottom: 0;
|
|
296
|
-
}
|
|
297
|
-
.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
|
|
298
|
-
font-size: 16px;
|
|
299
|
-
margin-bottom: 8px;
|
|
300
|
-
}
|
|
301
|
-
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
302
|
-
font-size: 16px;
|
|
303
|
-
margin-bottom: 1px;
|
|
304
|
-
}
|
|
305
|
-
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
306
|
-
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
307
|
-
margin-bottom: 11px;
|
|
308
|
-
}
|
|
309
|
-
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
310
|
-
width: 30px;
|
|
311
|
-
}
|
|
312
|
-
.e-bigger .e-recurrenceeditor .e-days button {
|
|
313
|
-
height: 40px;
|
|
314
|
-
width: 40px;
|
|
315
|
-
}
|
|
316
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
|
|
317
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
|
|
318
|
-
padding: 0 0 10px 12px;
|
|
319
|
-
}
|
|
320
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
|
|
321
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
322
|
-
padding: 0 12px 10px 0;
|
|
323
|
-
}
|
|
324
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
325
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
326
|
-
padding: 0 64px 0 0;
|
|
327
|
-
}
|
|
328
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
329
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
330
|
-
padding-right: 0;
|
|
331
|
-
}
|
|
332
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
|
|
333
|
-
margin-bottom: 5px;
|
|
334
|
-
}
|
|
335
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
336
|
-
padding: 0 0 0 12px;
|
|
337
|
-
}
|
|
338
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
339
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
340
|
-
padding: 0 12px 0 0;
|
|
341
|
-
}
|
|
342
|
-
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
343
|
-
left: 0;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
231
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
347
232
|
width: 25%;
|
|
348
233
|
}
|
|
@@ -497,4 +382,90 @@
|
|
|
497
382
|
padding: 0 10px 0 0;
|
|
498
383
|
}
|
|
499
384
|
}
|
|
500
|
-
/*! Recurrence-Editor component theme */
|
|
385
|
+
/*! Recurrence-Editor component theme */
|
|
386
|
+
.e-bigger .e-recurrenceeditor {
|
|
387
|
+
padding: 0;
|
|
388
|
+
}
|
|
389
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
390
|
+
padding: 0 12px 11px 0;
|
|
391
|
+
}
|
|
392
|
+
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
393
|
+
padding: 0 12px 14px 0;
|
|
394
|
+
}
|
|
395
|
+
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
396
|
+
padding-left: 70px;
|
|
397
|
+
}
|
|
398
|
+
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
399
|
+
min-width: 130px;
|
|
400
|
+
right: 0;
|
|
401
|
+
}
|
|
402
|
+
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
403
|
+
min-width: 197px;
|
|
404
|
+
padding-left: 54px;
|
|
405
|
+
}
|
|
406
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
407
|
+
font-size: 16px;
|
|
408
|
+
margin-bottom: 0;
|
|
409
|
+
font-weight: 500;
|
|
410
|
+
}
|
|
411
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
412
|
+
padding-right: 2px;
|
|
413
|
+
}
|
|
414
|
+
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
415
|
+
margin-bottom: 0;
|
|
416
|
+
}
|
|
417
|
+
.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
|
|
418
|
+
font-size: 16px;
|
|
419
|
+
margin-bottom: 8px;
|
|
420
|
+
}
|
|
421
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
422
|
+
font-size: 16px;
|
|
423
|
+
margin-bottom: 1px;
|
|
424
|
+
}
|
|
425
|
+
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
426
|
+
.e-bigger .e-recurrenceeditor .e-year-expander {
|
|
427
|
+
margin-bottom: 11px;
|
|
428
|
+
}
|
|
429
|
+
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
430
|
+
width: 30px;
|
|
431
|
+
}
|
|
432
|
+
.e-bigger .e-recurrenceeditor .e-days button {
|
|
433
|
+
height: 40px;
|
|
434
|
+
width: 40px;
|
|
435
|
+
}
|
|
436
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
|
|
437
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
|
|
438
|
+
padding: 0 0 10px 12px;
|
|
439
|
+
}
|
|
440
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
|
|
441
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
442
|
+
padding: 0 12px 10px 0;
|
|
443
|
+
}
|
|
444
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
445
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
446
|
+
padding: 0 64px 0 0;
|
|
447
|
+
}
|
|
448
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
449
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
450
|
+
padding-right: 0;
|
|
451
|
+
}
|
|
452
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
|
|
453
|
+
margin-bottom: 5px;
|
|
454
|
+
}
|
|
455
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
456
|
+
padding: 0 0 0 12px;
|
|
457
|
+
}
|
|
458
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
459
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
460
|
+
padding: 0 12px 0 0;
|
|
461
|
+
}
|
|
462
|
+
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
463
|
+
left: 0;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-device .e-recurrence-table .e-monthday-element,
|
|
466
|
+
.e-bigger .e-device .e-recurrence-table .e-day-position {
|
|
467
|
+
padding-left: 20px;
|
|
468
|
+
}
|
|
469
|
+
.e-bigger .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
470
|
+
padding: 0 20px 0 0;
|
|
471
|
+
}
|
|
@@ -208,7 +208,7 @@ $schedule-more-indicator-nrml-font-size: $text-xxs !default;
|
|
|
208
208
|
$schedule-more-popup-close-margin-top: 8px !default;
|
|
209
209
|
$schedule-more-popup-padding: 8px 0 !default;
|
|
210
210
|
$schedule-more-appointment-margin-bottom: 2px !default;
|
|
211
|
-
$schedule-event-popup-header-icon-padding: 6px 8px 0
|
|
211
|
+
$schedule-event-popup-header-icon-padding: 6px 8px 0 8px !default;
|
|
212
212
|
$schedule-event-popup-subject-wrap-padding: 12px 18px !default;
|
|
213
213
|
$schedule-timeline-header-time-slots-bg: $schedule-tbar-default-bg !default;
|
|
214
214
|
$schedule-timeline-header-cells-height: 36px !default;
|