@syncfusion/ej2-schedule 24.2.8 → 25.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/CHANGELOG.md +8 -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 +54 -8
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +55 -8
- 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/schedule/actions/crud.js +6 -0
- package/src/schedule/actions/keyboard.d.ts +1 -0
- package/src/schedule/actions/keyboard.js +11 -4
- 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/popups/quick-popups.js +11 -0
- package/src/schedule/renderer/renderer.js +11 -3
- package/styles/bootstrap-dark.css +9 -2
- package/styles/bootstrap.css +9 -2
- package/styles/bootstrap4.css +6 -3
- package/styles/bootstrap5-dark.css +6 -3
- package/styles/bootstrap5.css +6 -3
- package/styles/fabric-dark.css +5 -2
- package/styles/fabric.css +5 -2
- package/styles/fluent-dark.css +10 -2
- package/styles/fluent.css +10 -2
- package/styles/highcontrast-light.css +5 -2
- package/styles/highcontrast.css +5 -2
- package/styles/material-dark.css +5 -2
- package/styles/material.css +5 -2
- package/styles/material3-dark.css +6 -3
- package/styles/material3.css +6 -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 +2 -1
- package/styles/schedule/_material3-definition.scss +1 -1
- package/styles/schedule/_tailwind-definition.scss +1 -1
- package/styles/schedule/bootstrap-dark.css +9 -2
- package/styles/schedule/bootstrap.css +9 -2
- package/styles/schedule/bootstrap4.css +6 -3
- package/styles/schedule/bootstrap5-dark.css +6 -3
- package/styles/schedule/bootstrap5.css +6 -3
- package/styles/schedule/fabric-dark.css +5 -2
- package/styles/schedule/fabric.css +5 -2
- package/styles/schedule/fluent-dark.css +10 -2
- package/styles/schedule/fluent.css +10 -2
- package/styles/schedule/highcontrast-light.css +5 -2
- package/styles/schedule/highcontrast.css +5 -2
- package/styles/schedule/icons/_bds.scss +235 -0
- package/styles/schedule/material-dark.css +5 -2
- package/styles/schedule/material.css +5 -2
- package/styles/schedule/material3-dark.css +6 -3
- package/styles/schedule/material3.css +6 -3
- package/styles/schedule/tailwind-dark.css +6 -3
- package/styles/schedule/tailwind.css +6 -3
- package/styles/tailwind-dark.css +6 -3
- package/styles/tailwind.css +6 -3
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version :
|
|
3
|
+
* version : 25.1.35
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-schedule@
|
|
3
|
+
"_id": "@syncfusion/ej2-schedule@22.9.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HgWYJsJtHsRwZLq9VMWjqS/mOk6zZlOZ4oCvazTD0KeKLwl5mimeKns07gIPbz0pY8yWKHLOwt2tvzjYxIi23A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-schedule",
|
|
24
24
|
"/@syncfusion/ej2-vue-schedule"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-schedule/-/ej2-schedule-22.9.0.tgz",
|
|
27
|
+
"_shasum": "35f485e5f3e388697c615f38881aa98e3965b071",
|
|
28
28
|
"_spec": "@syncfusion/ej2-schedule@*",
|
|
29
|
-
"_where": "/jenkins/workspace/elease-
|
|
29
|
+
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
30
30
|
"author": {
|
|
31
31
|
"name": "Syncfusion Inc."
|
|
32
32
|
},
|
|
@@ -35,16 +35,16 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~
|
|
39
|
-
"@syncfusion/ej2-buttons": "~
|
|
40
|
-
"@syncfusion/ej2-calendars": "~
|
|
41
|
-
"@syncfusion/ej2-data": "~
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~
|
|
43
|
-
"@syncfusion/ej2-excel-export": "~
|
|
44
|
-
"@syncfusion/ej2-inputs": "~
|
|
45
|
-
"@syncfusion/ej2-lists": "~
|
|
46
|
-
"@syncfusion/ej2-navigations": "~
|
|
47
|
-
"@syncfusion/ej2-popups": "~
|
|
38
|
+
"@syncfusion/ej2-base": "~25.1.35",
|
|
39
|
+
"@syncfusion/ej2-buttons": "~25.1.35",
|
|
40
|
+
"@syncfusion/ej2-calendars": "~25.1.35",
|
|
41
|
+
"@syncfusion/ej2-data": "~25.1.35",
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~25.1.35",
|
|
43
|
+
"@syncfusion/ej2-excel-export": "~25.1.35",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~25.1.35",
|
|
45
|
+
"@syncfusion/ej2-lists": "~25.1.35",
|
|
46
|
+
"@syncfusion/ej2-navigations": "~25.1.35",
|
|
47
|
+
"@syncfusion/ej2-popups": "~25.1.35"
|
|
48
48
|
},
|
|
49
49
|
"deprecated": false,
|
|
50
50
|
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support.",
|
|
@@ -73,6 +73,6 @@
|
|
|
73
73
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
74
74
|
},
|
|
75
75
|
"typings": "index.d.ts",
|
|
76
|
-
"version": "
|
|
76
|
+
"version": "25.1.35",
|
|
77
77
|
"sideEffects": false
|
|
78
78
|
}
|
|
@@ -29,6 +29,12 @@ var Crud = /** @class */ (function () {
|
|
|
29
29
|
if (!this.parent.activeView) {
|
|
30
30
|
return;
|
|
31
31
|
}
|
|
32
|
+
if (this.parent.uiStateValues && this.parent.uiStateValues.isPreventEventRefresh) {
|
|
33
|
+
this.parent.uiStateValues.isPreventEventRefresh = false;
|
|
34
|
+
this.parent.refreshEvents(false);
|
|
35
|
+
this.parent.hideSpinner();
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
32
38
|
var start = this.parent.activeView.startDate();
|
|
33
39
|
var end = this.parent.activeView.endDate();
|
|
34
40
|
var dataManager = this.parent.dataModule.getData(this.parent.dataModule.generateQuery(start, end));
|
|
@@ -42,6 +42,7 @@ export declare class KeyboardInteraction {
|
|
|
42
42
|
private getUniqueAppointmentElements;
|
|
43
43
|
private getWorkCellFromAppointmentElement;
|
|
44
44
|
private processViewNavigation;
|
|
45
|
+
private isCalendarTarget;
|
|
45
46
|
private cancelUpDownAction;
|
|
46
47
|
private processUp;
|
|
47
48
|
private processDown;
|
|
@@ -558,6 +558,13 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
558
558
|
}
|
|
559
559
|
}
|
|
560
560
|
};
|
|
561
|
+
KeyboardInteraction.prototype.isCalendarTarget = function (e) {
|
|
562
|
+
var keyTarget = e.currentTarget || e.target;
|
|
563
|
+
if (keyTarget && !isNullOrUndefined(keyTarget.querySelector('.e-header-popup.e-popup-open'))) {
|
|
564
|
+
return true;
|
|
565
|
+
}
|
|
566
|
+
return false;
|
|
567
|
+
};
|
|
561
568
|
KeyboardInteraction.prototype.cancelUpDownAction = function (isTimelineYear) {
|
|
562
569
|
var isVerticalYear = isTimelineYear && this.parent.activeViewOptions.orientation === 'Vertical';
|
|
563
570
|
var isGroup = this.parent.activeViewOptions.group.resources.length > 0;
|
|
@@ -571,7 +578,7 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
571
578
|
};
|
|
572
579
|
KeyboardInteraction.prototype.processUp = function (e, isMultiple) {
|
|
573
580
|
var isTimelineYear = this.parent.currentView === 'TimelineYear';
|
|
574
|
-
if (isMultiple && this.cancelUpDownAction(isTimelineYear)) {
|
|
581
|
+
if (isMultiple && this.cancelUpDownAction(isTimelineYear) || (this.isCalendarTarget(e))) {
|
|
575
582
|
return;
|
|
576
583
|
}
|
|
577
584
|
var target = (e.target);
|
|
@@ -619,7 +626,7 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
619
626
|
};
|
|
620
627
|
KeyboardInteraction.prototype.processDown = function (e, isMultiple) {
|
|
621
628
|
var isTimelineYear = this.parent.currentView === 'TimelineYear';
|
|
622
|
-
if (isMultiple && this.cancelUpDownAction(isTimelineYear)) {
|
|
629
|
+
if (isMultiple && this.cancelUpDownAction(isTimelineYear) || (this.isCalendarTarget(e))) {
|
|
623
630
|
return;
|
|
624
631
|
}
|
|
625
632
|
var target = (e.target);
|
|
@@ -729,7 +736,7 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
729
736
|
};
|
|
730
737
|
KeyboardInteraction.prototype.processRight = function (e, isMultiple) {
|
|
731
738
|
var isTimelineYear = this.parent.currentView === 'TimelineYear';
|
|
732
|
-
if (this.isCancelLeftRightAction(e, isMultiple, isTimelineYear)) {
|
|
739
|
+
if (this.isCancelLeftRightAction(e, isMultiple, isTimelineYear) || (this.isCalendarTarget(e))) {
|
|
733
740
|
return;
|
|
734
741
|
}
|
|
735
742
|
var selectedCells = this.parent.getSelectedCells();
|
|
@@ -800,7 +807,7 @@ var KeyboardInteraction = /** @class */ (function () {
|
|
|
800
807
|
};
|
|
801
808
|
KeyboardInteraction.prototype.processLeft = function (e, isMultiple) {
|
|
802
809
|
var isTimelineYear = this.parent.currentView === 'TimelineYear';
|
|
803
|
-
if (this.isCancelLeftRightAction(e, isMultiple, isTimelineYear)) {
|
|
810
|
+
if (this.isCancelLeftRightAction(e, isMultiple, isTimelineYear) || (this.isCalendarTarget(e))) {
|
|
804
811
|
return;
|
|
805
812
|
}
|
|
806
813
|
var target = (e.target);
|
|
@@ -1457,9 +1457,10 @@ export declare class Schedule extends Component<HTMLElement> implements INotifyP
|
|
|
1457
1457
|
*
|
|
1458
1458
|
* @function setResourceCollections
|
|
1459
1459
|
* @param {ResourcesModel[]} resourceCol Accepts the resource collections in ResourcesModel type
|
|
1460
|
+
* @param {boolean} isEventDataRefresh Accepts the boolean to refresh the appointment data source from remote or local
|
|
1460
1461
|
* @returns {void}
|
|
1461
1462
|
*/
|
|
1462
|
-
setResourceCollections(resourceCol: ResourcesModel[]): void;
|
|
1463
|
+
setResourceCollections(resourceCol: ResourcesModel[], isEventDataRefresh?: boolean): void;
|
|
1463
1464
|
/**
|
|
1464
1465
|
* Current View could be change based on the provided parameters.
|
|
1465
1466
|
*
|
|
@@ -1708,6 +1709,8 @@ export declare class Schedule extends Component<HTMLElement> implements INotifyP
|
|
|
1708
1709
|
getEventDetails(element: Element): Record<string, any>;
|
|
1709
1710
|
/**
|
|
1710
1711
|
* To check whether the given time range slots are available for event creation or already occupied by other events.
|
|
1712
|
+
* This method currently focuses on validating appointments within the current view date range.
|
|
1713
|
+
* However, it does not extend this availability check to recurrence occurrences outside of the current date range.
|
|
1711
1714
|
*
|
|
1712
1715
|
* @function isSlotAvailable
|
|
1713
1716
|
* @param {Date | Object} startTime Denotes the start time of the slot.
|
|
@@ -1992,9 +1992,14 @@ var Schedule = /** @class */ (function (_super) {
|
|
|
1992
1992
|
*
|
|
1993
1993
|
* @function setResourceCollections
|
|
1994
1994
|
* @param {ResourcesModel[]} resourceCol Accepts the resource collections in ResourcesModel type
|
|
1995
|
+
* @param {boolean} isEventDataRefresh Accepts the boolean to refresh the appointment data source from remote or local
|
|
1995
1996
|
* @returns {void}
|
|
1996
1997
|
*/
|
|
1997
|
-
Schedule.prototype.setResourceCollections = function (resourceCol) {
|
|
1998
|
+
Schedule.prototype.setResourceCollections = function (resourceCol, isEventDataRefresh) {
|
|
1999
|
+
if (isEventDataRefresh === void 0) { isEventDataRefresh = true; }
|
|
2000
|
+
if (!isEventDataRefresh && this.uiStateValues) {
|
|
2001
|
+
this.uiStateValues.isPreventEventRefresh = true;
|
|
2002
|
+
}
|
|
1998
2003
|
this.setProperties({ resources: resourceCol }, false);
|
|
1999
2004
|
};
|
|
2000
2005
|
/**
|
|
@@ -2114,6 +2119,8 @@ var Schedule = /** @class */ (function (_super) {
|
|
|
2114
2119
|
this.iCalendarExportModule.initializeCalendarExport(fileName, customData);
|
|
2115
2120
|
}
|
|
2116
2121
|
else {
|
|
2122
|
+
console.warn('[WARNING] :: Module "ICalendarExport" is not available in Schedule component!' +
|
|
2123
|
+
' You either misspelled the module name or forgot to load it.');
|
|
2117
2124
|
throw Error('Inject ICalendarExport module');
|
|
2118
2125
|
}
|
|
2119
2126
|
};
|
|
@@ -2130,6 +2137,8 @@ var Schedule = /** @class */ (function (_super) {
|
|
|
2130
2137
|
this.iCalendarImportModule.initializeCalendarImport(fileContent);
|
|
2131
2138
|
}
|
|
2132
2139
|
else {
|
|
2140
|
+
console.warn('[WARNING] :: Module "ICalendarImport" is not available in Schedule component!' +
|
|
2141
|
+
' You either misspelled the module name or forgot to load it.');
|
|
2133
2142
|
throw Error('Inject ICalendarImport module');
|
|
2134
2143
|
}
|
|
2135
2144
|
};
|
|
@@ -2175,6 +2184,8 @@ var Schedule = /** @class */ (function (_super) {
|
|
|
2175
2184
|
this.excelExportModule.initializeExcelExport(excelExportOptions);
|
|
2176
2185
|
}
|
|
2177
2186
|
else {
|
|
2187
|
+
console.warn('[WARNING] :: Module "ExcelExport" is not available in Schedule component!' +
|
|
2188
|
+
' You either misspelled the module name or forgot to load it.');
|
|
2178
2189
|
throw Error('Inject ExcelExport module');
|
|
2179
2190
|
}
|
|
2180
2191
|
};
|
|
@@ -2191,6 +2202,8 @@ var Schedule = /** @class */ (function (_super) {
|
|
|
2191
2202
|
this.printModule.print(printOptions);
|
|
2192
2203
|
}
|
|
2193
2204
|
else {
|
|
2205
|
+
console.warn('[WARNING] :: Module "Print" is not available in Schedule component!' +
|
|
2206
|
+
' You either misspelled the module name or forgot to load it.');
|
|
2194
2207
|
throw Error('Inject Print module');
|
|
2195
2208
|
}
|
|
2196
2209
|
};
|
|
@@ -2474,6 +2487,8 @@ var Schedule = /** @class */ (function (_super) {
|
|
|
2474
2487
|
};
|
|
2475
2488
|
/**
|
|
2476
2489
|
* To check whether the given time range slots are available for event creation or already occupied by other events.
|
|
2490
|
+
* This method currently focuses on validating appointments within the current view date range.
|
|
2491
|
+
* However, it does not extend this availability check to recurrence occurrences outside of the current date range.
|
|
2477
2492
|
*
|
|
2478
2493
|
* @function isSlotAvailable
|
|
2479
2494
|
* @param {Date | Object} startTime Denotes the start time of the slot.
|
|
@@ -1357,6 +1357,17 @@ var QuickPopups = /** @class */ (function () {
|
|
|
1357
1357
|
instance.destroy();
|
|
1358
1358
|
}
|
|
1359
1359
|
}
|
|
1360
|
+
if (popupName === 'quickPopup') {
|
|
1361
|
+
var input = popup.element.querySelector('input.' + cls.SUBJECT_CLASS);
|
|
1362
|
+
if (input) {
|
|
1363
|
+
input.remove();
|
|
1364
|
+
}
|
|
1365
|
+
var form = this.quickPopup.element.querySelector('form.' + cls.FORM_CLASS);
|
|
1366
|
+
if (form) {
|
|
1367
|
+
util.removeChildren(form);
|
|
1368
|
+
form.remove();
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1360
1371
|
};
|
|
1361
1372
|
QuickPopups.prototype.refreshQuickDialog = function () {
|
|
1362
1373
|
this.destroyQuickDialog();
|
|
@@ -51,15 +51,21 @@ var Render = /** @class */ (function () {
|
|
|
51
51
|
break;
|
|
52
52
|
case 'TimelineDay':
|
|
53
53
|
this.parent.activeView = this.parent.timelineViewsModule;
|
|
54
|
-
this.parent.activeView
|
|
54
|
+
if (!isNullOrUndefined(this.parent.activeView)) {
|
|
55
|
+
this.parent.activeView.viewClass = 'e-timeline-day-view';
|
|
56
|
+
}
|
|
55
57
|
break;
|
|
56
58
|
case 'TimelineWorkWeek':
|
|
57
59
|
this.parent.activeView = this.parent.timelineViewsModule;
|
|
58
|
-
this.parent.activeView
|
|
60
|
+
if (!isNullOrUndefined(this.parent.activeView)) {
|
|
61
|
+
this.parent.activeView.viewClass = 'e-timeline-work-week-view';
|
|
62
|
+
}
|
|
59
63
|
break;
|
|
60
64
|
case 'TimelineWeek':
|
|
61
65
|
this.parent.activeView = this.parent.timelineViewsModule;
|
|
62
|
-
this.parent.activeView
|
|
66
|
+
if (!isNullOrUndefined(this.parent.activeView)) {
|
|
67
|
+
this.parent.activeView.viewClass = 'e-timeline-week-view';
|
|
68
|
+
}
|
|
63
69
|
break;
|
|
64
70
|
case 'TimelineMonth':
|
|
65
71
|
this.parent.activeView = this.parent.timelineMonthModule;
|
|
@@ -76,6 +82,8 @@ var Render = /** @class */ (function () {
|
|
|
76
82
|
this.parent.headerModule.updateActiveView();
|
|
77
83
|
this.parent.headerModule.setCalendarView();
|
|
78
84
|
}
|
|
85
|
+
console.warn('[WARNING] :: Module "' + viewName + '" is not available in Schedule component!' +
|
|
86
|
+
' You either misspelled the module name or forgot to load it.');
|
|
79
87
|
return this.initializeLayout(firstView);
|
|
80
88
|
}
|
|
81
89
|
throw Error('Inject required modules');
|
|
@@ -138,6 +138,10 @@
|
|
|
138
138
|
color: #fff;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
+
.e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
142
|
+
margin-top: -3.2em;
|
|
143
|
+
}
|
|
144
|
+
|
|
141
145
|
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
142
146
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
143
147
|
content: "\e990";
|
|
@@ -323,6 +327,9 @@
|
|
|
323
327
|
font-size: 14px;
|
|
324
328
|
text-transform: initial;
|
|
325
329
|
}
|
|
330
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
331
|
+
height: 43px;
|
|
332
|
+
}
|
|
326
333
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
327
334
|
height: 43px;
|
|
328
335
|
min-height: 43px;
|
|
@@ -2485,8 +2492,8 @@
|
|
|
2485
2492
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2486
2493
|
min-height: 56px;
|
|
2487
2494
|
}
|
|
2488
|
-
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2489
|
-
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2495
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2496
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2490
2497
|
min-width: 34px;
|
|
2491
2498
|
}
|
|
2492
2499
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
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;
|
|
@@ -2480,8 +2487,8 @@
|
|
|
2480
2487
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2481
2488
|
min-height: 56px;
|
|
2482
2489
|
}
|
|
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) {
|
|
2490
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2491
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2485
2492
|
min-width: 34px;
|
|
2486
2493
|
}
|
|
2487
2494
|
.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;
|
|
@@ -1375,7 +1378,7 @@
|
|
|
1375
1378
|
cursor: default;
|
|
1376
1379
|
font-weight: normal;
|
|
1377
1380
|
height: 35px;
|
|
1378
|
-
padding:
|
|
1381
|
+
padding: 3px;
|
|
1379
1382
|
}
|
|
1380
1383
|
.e-schedule .e-month-view .e-content-table {
|
|
1381
1384
|
height: 100%;
|
|
@@ -2589,8 +2592,8 @@
|
|
|
2589
2592
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2590
2593
|
min-height: 54px;
|
|
2591
2594
|
}
|
|
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) {
|
|
2595
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2596
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2594
2597
|
min-width: 34px;
|
|
2595
2598
|
}
|
|
2596
2599
|
.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;
|
|
@@ -1320,7 +1323,7 @@
|
|
|
1320
1323
|
cursor: default;
|
|
1321
1324
|
font-weight: normal;
|
|
1322
1325
|
height: 34px;
|
|
1323
|
-
padding:
|
|
1326
|
+
padding: 3px;
|
|
1324
1327
|
}
|
|
1325
1328
|
.e-schedule .e-month-view .e-content-table {
|
|
1326
1329
|
height: 100%;
|
|
@@ -2534,8 +2537,8 @@
|
|
|
2534
2537
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2535
2538
|
min-height: 54px;
|
|
2536
2539
|
}
|
|
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) {
|
|
2540
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2541
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2539
2542
|
min-width: 34px;
|
|
2540
2543
|
}
|
|
2541
2544
|
.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;
|
|
@@ -1320,7 +1323,7 @@
|
|
|
1320
1323
|
cursor: default;
|
|
1321
1324
|
font-weight: normal;
|
|
1322
1325
|
height: 34px;
|
|
1323
|
-
padding:
|
|
1326
|
+
padding: 3px;
|
|
1324
1327
|
}
|
|
1325
1328
|
.e-schedule .e-month-view .e-content-table {
|
|
1326
1329
|
height: 100%;
|
|
@@ -2534,8 +2537,8 @@
|
|
|
2534
2537
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2535
2538
|
min-height: 54px;
|
|
2536
2539
|
}
|
|
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) {
|
|
2540
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2541
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2539
2542
|
min-width: 34px;
|
|
2540
2543
|
}
|
|
2541
2544
|
.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;
|
|
@@ -2452,8 +2455,8 @@
|
|
|
2452
2455
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2453
2456
|
min-height: 56px;
|
|
2454
2457
|
}
|
|
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) {
|
|
2458
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2459
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2457
2460
|
min-width: 34px;
|
|
2458
2461
|
}
|
|
2459
2462
|
.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;
|
|
@@ -2442,8 +2445,8 @@
|
|
|
2442
2445
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2443
2446
|
min-height: 56px;
|
|
2444
2447
|
}
|
|
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) {
|
|
2448
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2449
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2447
2450
|
min-width: 34px;
|
|
2448
2451
|
}
|
|
2449
2452
|
.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.5em;
|
|
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;
|
|
@@ -2511,8 +2519,8 @@
|
|
|
2511
2519
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2512
2520
|
min-height: 54px;
|
|
2513
2521
|
}
|
|
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) {
|
|
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) {
|
|
2516
2524
|
min-width: 34px;
|
|
2517
2525
|
}
|
|
2518
2526
|
.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.5em;
|
|
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;
|
|
@@ -2511,8 +2519,8 @@
|
|
|
2511
2519
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2512
2520
|
min-height: 54px;
|
|
2513
2521
|
}
|
|
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) {
|
|
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) {
|
|
2516
2524
|
min-width: 34px;
|
|
2517
2525
|
}
|
|
2518
2526
|
.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;
|
|
@@ -2524,8 +2527,8 @@
|
|
|
2524
2527
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2525
2528
|
min-height: 56px;
|
|
2526
2529
|
}
|
|
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) {
|
|
2530
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2531
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2529
2532
|
min-width: 34px;
|
|
2530
2533
|
}
|
|
2531
2534
|
.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;
|
|
@@ -2533,8 +2536,8 @@
|
|
|
2533
2536
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2534
2537
|
min-height: 56px;
|
|
2535
2538
|
}
|
|
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) {
|
|
2539
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2540
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2538
2541
|
min-width: 34px;
|
|
2539
2542
|
}
|
|
2540
2543
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/material-dark.css
CHANGED
|
@@ -306,6 +306,9 @@
|
|
|
306
306
|
font-size: 13px;
|
|
307
307
|
text-transform: uppercase;
|
|
308
308
|
}
|
|
309
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
310
|
+
height: 42px;
|
|
311
|
+
}
|
|
309
312
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
310
313
|
height: 42px;
|
|
311
314
|
min-height: 42px;
|
|
@@ -2468,8 +2471,8 @@
|
|
|
2468
2471
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2469
2472
|
min-height: 56px;
|
|
2470
2473
|
}
|
|
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) {
|
|
2474
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2475
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2473
2476
|
min-width: 34px;
|
|
2474
2477
|
}
|
|
2475
2478
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
package/styles/material.css
CHANGED
|
@@ -342,6 +342,9 @@
|
|
|
342
342
|
font-size: 13px;
|
|
343
343
|
text-transform: uppercase;
|
|
344
344
|
}
|
|
345
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
346
|
+
height: 42px;
|
|
347
|
+
}
|
|
345
348
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
346
349
|
height: 42px;
|
|
347
350
|
min-height: 42px;
|
|
@@ -2504,8 +2507,8 @@
|
|
|
2504
2507
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2505
2508
|
min-height: 56px;
|
|
2506
2509
|
}
|
|
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) {
|
|
2510
|
+
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer),
|
|
2511
|
+
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator):not(.e-spacer) {
|
|
2509
2512
|
min-width: 34px;
|
|
2510
2513
|
}
|
|
2511
2514
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|