@syncfusion/ej2-vue-schedule 20.1.57 → 20.2.36
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 +25 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +5 -2
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +5 -2
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +8 -8
- package/src/recurrence-editor/recurrenceeditor.component.js +1 -1
- package/src/schedule/schedule.component.d.ts +1 -0
- package/src/schedule/schedule.component.js +4 -1
- package/styles/bootstrap-dark.css +6 -5
- package/styles/bootstrap.css +6 -5
- package/styles/bootstrap4.css +6 -5
- package/styles/bootstrap5-dark.css +5 -3
- package/styles/bootstrap5.css +6 -5
- package/styles/fabric-dark.css +6 -5
- package/styles/fabric.css +6 -5
- package/styles/fluent-dark.css +7 -5
- package/styles/fluent.css +8 -7
- package/styles/highcontrast-light.css +6 -5
- package/styles/highcontrast.css +6 -5
- package/styles/material-dark.css +6 -5
- package/styles/material.css +6 -5
- package/styles/schedule/bootstrap-dark.css +6 -5
- package/styles/schedule/bootstrap.css +6 -5
- package/styles/schedule/bootstrap4.css +6 -5
- package/styles/schedule/bootstrap5-dark.css +5 -3
- package/styles/schedule/bootstrap5.css +6 -5
- package/styles/schedule/fabric-dark.css +6 -5
- package/styles/schedule/fabric.css +6 -5
- package/styles/schedule/fluent-dark.css +7 -5
- package/styles/schedule/fluent.css +8 -7
- package/styles/schedule/highcontrast-light.css +6 -5
- package/styles/schedule/highcontrast.css +6 -5
- package/styles/schedule/material-dark.css +6 -5
- package/styles/schedule/material.css +6 -5
- package/styles/schedule/tailwind-dark.css +5 -3
- package/styles/schedule/tailwind.css +6 -5
- package/styles/tailwind-dark.css +5 -3
- package/styles/tailwind.css +6 -5
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-schedule@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-schedule@19.19.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MpUv9QGmtr+25rEE/kMW5fKuZDo5YywqjET7+3wDteEiMhHhnt3ESJM52gDYn9/BD2rgliuqM0Zl8XAo8WCqqQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.19.3.tgz",
|
|
23
|
+
"_shasum": "42972c6bb9f30b3839a23f07583df548774ff16b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-schedule": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.36",
|
|
35
|
+
"@syncfusion/ej2-schedule": "20.2.36",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"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. for Vue",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"type": "git",
|
|
71
71
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
72
72
|
},
|
|
73
|
-
"version": "20.
|
|
73
|
+
"version": "20.2.36",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -21,7 +21,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
|
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { RecurrenceEditor } from '@syncfusion/ej2-schedule';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
24
|
-
export var properties = ['isLazyUpdate', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];
|
|
24
|
+
export var properties = ['isLazyUpdate', 'plugins', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];
|
|
25
25
|
export var modelProps = [];
|
|
26
26
|
export var testProp = getProps({ props: properties });
|
|
27
27
|
export var props = testProp[0];
|
|
@@ -61,6 +61,7 @@ export declare class ScheduleComponent extends ComponentBase {
|
|
|
61
61
|
importICalendar(fileContent: Object | string): void;
|
|
62
62
|
isSlotAvailable(startTime: Object | Object, endTime?: Object, groupIndex?: number): boolean;
|
|
63
63
|
openEditor(data: Object, action: Object, isEventData?: boolean, repeatType?: number): void;
|
|
64
|
+
openQuickInfoPopup(data: Object): void;
|
|
64
65
|
print(printOptions?: Object): void;
|
|
65
66
|
refreshEvents(isRemoteRefresh: boolean): void;
|
|
66
67
|
refreshLayout(): void;
|
|
@@ -25,7 +25,7 @@ import { ViewsDirective, ViewDirective, ViewsPlugin, ViewPlugin } from './views.
|
|
|
25
25
|
import { ResourcesDirective, ResourceDirective, ResourcesPlugin, ResourcePlugin } from './resources.directive';
|
|
26
26
|
import { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlugin } from './headerrows.directive';
|
|
27
27
|
import { Options } from 'vue-class-component';
|
|
28
|
-
export var properties = ['isLazyUpdate', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select'];
|
|
28
|
+
export var properties = ['isLazyUpdate', 'plugins', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select'];
|
|
29
29
|
export var modelProps = ['currentView', 'selectedDate'];
|
|
30
30
|
export var testProp = getProps({ props: properties });
|
|
31
31
|
export var props = testProp[0];
|
|
@@ -249,6 +249,9 @@ var ScheduleComponent = /** @class */ (function (_super) {
|
|
|
249
249
|
ScheduleComponent.prototype.openEditor = function (data, action, isEventData, repeatType) {
|
|
250
250
|
return this.ej2Instances.openEditor(data, action, isEventData, repeatType);
|
|
251
251
|
};
|
|
252
|
+
ScheduleComponent.prototype.openQuickInfoPopup = function (data) {
|
|
253
|
+
return this.ej2Instances.openQuickInfoPopup(data);
|
|
254
|
+
};
|
|
252
255
|
ScheduleComponent.prototype.print = function (printOptions) {
|
|
253
256
|
return this.ej2Instances.print(printOptions);
|
|
254
257
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2468,7 +2469,7 @@
|
|
|
2468
2469
|
}
|
|
2469
2470
|
|
|
2470
2471
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2471
|
-
width:
|
|
2472
|
+
width: 502px;
|
|
2472
2473
|
}
|
|
2473
2474
|
|
|
2474
2475
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1501,6 +1498,10 @@
|
|
|
1501
1498
|
position: absolute;
|
|
1502
1499
|
top: 0;
|
|
1503
1500
|
}
|
|
1501
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1502
|
+
height: 75px;
|
|
1503
|
+
position: relative;
|
|
1504
|
+
}
|
|
1504
1505
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1505
1506
|
position: absolute;
|
|
1506
1507
|
}
|
|
@@ -2466,7 +2467,7 @@
|
|
|
2466
2467
|
}
|
|
2467
2468
|
|
|
2468
2469
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2469
|
-
width:
|
|
2470
|
+
width: 502px;
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap4 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap4 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e78c";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 14px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1506,6 +1503,10 @@
|
|
|
1506
1503
|
position: absolute;
|
|
1507
1504
|
top: 0;
|
|
1508
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1507
|
+
height: 75px;
|
|
1508
|
+
position: relative;
|
|
1509
|
+
}
|
|
1509
1510
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1510
1511
|
position: absolute;
|
|
1511
1512
|
}
|
|
@@ -2485,7 +2486,7 @@
|
|
|
2485
2486
|
}
|
|
2486
2487
|
|
|
2487
2488
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2488
|
-
width:
|
|
2489
|
+
width: 502px;
|
|
2489
2490
|
}
|
|
2490
2491
|
|
|
2491
2492
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1079,8 +1079,6 @@
|
|
|
1079
1079
|
height: 70px;
|
|
1080
1080
|
}
|
|
1081
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1082
|
-
display: -ms-flexbox;
|
|
1083
|
-
display: flex;
|
|
1084
1082
|
font-size: 14px;
|
|
1085
1083
|
}
|
|
1086
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1510,6 +1508,10 @@
|
|
|
1510
1508
|
position: absolute;
|
|
1511
1509
|
top: 0;
|
|
1512
1510
|
}
|
|
1511
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1512
|
+
height: 75px;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
}
|
|
1513
1515
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1514
1516
|
position: absolute;
|
|
1515
1517
|
}
|
|
@@ -2493,7 +2495,7 @@
|
|
|
2493
2495
|
}
|
|
2494
2496
|
|
|
2495
2497
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2496
|
-
width:
|
|
2498
|
+
width: 502px;
|
|
2497
2499
|
}
|
|
2498
2500
|
|
|
2499
2501
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -1080,8 +1079,6 @@
|
|
|
1080
1079
|
height: 70px;
|
|
1081
1080
|
}
|
|
1082
1081
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1083
|
-
display: -ms-flexbox;
|
|
1084
|
-
display: flex;
|
|
1085
1082
|
font-size: 14px;
|
|
1086
1083
|
}
|
|
1087
1084
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1511,6 +1508,10 @@
|
|
|
1511
1508
|
position: absolute;
|
|
1512
1509
|
top: 0;
|
|
1513
1510
|
}
|
|
1511
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1512
|
+
height: 75px;
|
|
1513
|
+
position: relative;
|
|
1514
|
+
}
|
|
1514
1515
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1515
1516
|
position: absolute;
|
|
1516
1517
|
}
|
|
@@ -2494,7 +2495,7 @@
|
|
|
2494
2495
|
}
|
|
2495
2496
|
|
|
2496
2497
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2497
|
-
width:
|
|
2498
|
+
width: 502px;
|
|
2498
2499
|
}
|
|
2499
2500
|
|
|
2500
2501
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2469,7 +2470,7 @@
|
|
|
2469
2470
|
}
|
|
2470
2471
|
|
|
2471
2472
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2472
|
-
width:
|
|
2473
|
+
width: 502px;
|
|
2473
2474
|
}
|
|
2474
2475
|
|
|
2475
2476
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fabric.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's fabric theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's fabric theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2469,7 +2470,7 @@
|
|
|
2469
2470
|
}
|
|
2470
2471
|
|
|
2471
2472
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2472
|
-
width:
|
|
2473
|
+
width: 502px;
|
|
2473
2474
|
}
|
|
2474
2475
|
|
|
2475
2476
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fluent-dark.css
CHANGED
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
.e-schedule .e-schedule-toolbar {
|
|
168
168
|
background: #1b1a19;
|
|
169
169
|
border: 0;
|
|
170
|
-
border-bottom:
|
|
170
|
+
border-bottom: 1px solid #292827;
|
|
171
171
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
172
172
|
margin-bottom: 3px;
|
|
173
173
|
min-height: 38px;
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
}
|
|
271
271
|
.e-schedule .e-schedule-resource-toolbar {
|
|
272
272
|
background: #1b1a19;
|
|
273
|
-
border-bottom:
|
|
273
|
+
border-bottom: 1px solid #292827;
|
|
274
274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
275
275
|
display: -ms-flexbox;
|
|
276
276
|
display: flex;
|
|
@@ -1066,8 +1066,6 @@
|
|
|
1066
1066
|
height: 70px;
|
|
1067
1067
|
}
|
|
1068
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1069
|
-
display: -ms-flexbox;
|
|
1070
|
-
display: flex;
|
|
1071
1069
|
font-size: 14px;
|
|
1072
1070
|
}
|
|
1073
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1496,6 +1494,10 @@
|
|
|
1496
1494
|
position: absolute;
|
|
1497
1495
|
top: 0;
|
|
1498
1496
|
}
|
|
1497
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1498
|
+
height: 75px;
|
|
1499
|
+
position: relative;
|
|
1500
|
+
}
|
|
1499
1501
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1500
1502
|
position: absolute;
|
|
1501
1503
|
}
|
|
@@ -2462,7 +2464,7 @@
|
|
|
2462
2464
|
}
|
|
2463
2465
|
|
|
2464
2466
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2465
|
-
width:
|
|
2467
|
+
width: 502px;
|
|
2466
2468
|
}
|
|
2467
2469
|
|
|
2468
2470
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/fluent.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap5 theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap5 theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e765";
|
|
5
4
|
}
|
|
@@ -168,7 +167,7 @@
|
|
|
168
167
|
.e-schedule .e-schedule-toolbar {
|
|
169
168
|
background: #fff;
|
|
170
169
|
border: 0;
|
|
171
|
-
border-bottom:
|
|
170
|
+
border-bottom: 1px solid #edebe9;
|
|
172
171
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
173
172
|
margin-bottom: 3px;
|
|
174
173
|
min-height: 38px;
|
|
@@ -271,7 +270,7 @@
|
|
|
271
270
|
}
|
|
272
271
|
.e-schedule .e-schedule-resource-toolbar {
|
|
273
272
|
background: #fff;
|
|
274
|
-
border-bottom:
|
|
273
|
+
border-bottom: 1px solid #edebe9;
|
|
275
274
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
276
275
|
display: -ms-flexbox;
|
|
277
276
|
display: flex;
|
|
@@ -1067,8 +1066,6 @@
|
|
|
1067
1066
|
height: 70px;
|
|
1068
1067
|
}
|
|
1069
1068
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1070
|
-
display: -ms-flexbox;
|
|
1071
|
-
display: flex;
|
|
1072
1069
|
font-size: 14px;
|
|
1073
1070
|
}
|
|
1074
1071
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1497,6 +1494,10 @@
|
|
|
1497
1494
|
position: absolute;
|
|
1498
1495
|
top: 0;
|
|
1499
1496
|
}
|
|
1497
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1498
|
+
height: 75px;
|
|
1499
|
+
position: relative;
|
|
1500
|
+
}
|
|
1500
1501
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1501
1502
|
position: absolute;
|
|
1502
1503
|
}
|
|
@@ -2463,7 +2464,7 @@
|
|
|
2463
2464
|
}
|
|
2464
2465
|
|
|
2465
2466
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2466
|
-
width:
|
|
2467
|
+
width: 502px;
|
|
2467
2468
|
}
|
|
2468
2469
|
|
|
2469
2470
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1070,8 +1069,6 @@
|
|
|
1070
1069
|
height: 70px;
|
|
1071
1070
|
}
|
|
1072
1071
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1073
|
-
display: -ms-flexbox;
|
|
1074
|
-
display: flex;
|
|
1075
1072
|
font-size: 13px;
|
|
1076
1073
|
}
|
|
1077
1074
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1500,6 +1497,10 @@
|
|
|
1500
1497
|
position: absolute;
|
|
1501
1498
|
top: 0;
|
|
1502
1499
|
}
|
|
1500
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1501
|
+
height: 75px;
|
|
1502
|
+
position: relative;
|
|
1503
|
+
}
|
|
1503
1504
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1504
1505
|
position: absolute;
|
|
1505
1506
|
}
|
|
@@ -2466,7 +2467,7 @@
|
|
|
2466
2467
|
}
|
|
2467
2468
|
|
|
2468
2469
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2469
|
-
width:
|
|
2470
|
+
width: 502px;
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/highcontrast.css
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's highcontrast theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's highcontrast theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e98f";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1506,6 +1503,10 @@
|
|
|
1506
1503
|
position: absolute;
|
|
1507
1504
|
top: 0;
|
|
1508
1505
|
}
|
|
1506
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1507
|
+
height: 75px;
|
|
1508
|
+
position: relative;
|
|
1509
|
+
}
|
|
1509
1510
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1510
1511
|
position: absolute;
|
|
1511
1512
|
}
|
|
@@ -2472,7 +2473,7 @@
|
|
|
2472
2473
|
}
|
|
2473
2474
|
|
|
2474
2475
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2475
|
-
width:
|
|
2476
|
+
width: 502px;
|
|
2476
2477
|
}
|
|
2477
2478
|
|
|
2478
2479
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/material-dark.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1501,6 +1498,10 @@
|
|
|
1501
1498
|
position: absolute;
|
|
1502
1499
|
top: 0;
|
|
1503
1500
|
}
|
|
1501
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1502
|
+
height: 75px;
|
|
1503
|
+
position: relative;
|
|
1504
|
+
}
|
|
1504
1505
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1505
1506
|
position: absolute;
|
|
1506
1507
|
}
|
|
@@ -2467,7 +2468,7 @@
|
|
|
2467
2468
|
}
|
|
2468
2469
|
|
|
2469
2470
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2470
|
-
width:
|
|
2471
|
+
width: 502px;
|
|
2471
2472
|
}
|
|
2472
2473
|
|
|
2473
2474
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
package/styles/material.css
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
|
-
/*! recurrence editor theme wise definitions*/
|
|
3
|
-
/*! Schedule component's material theme definitions and variables */
|
|
2
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's material theme definitions and variables */
|
|
4
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
5
4
|
content: "\e937";
|
|
6
5
|
}
|
|
@@ -1074,8 +1073,6 @@
|
|
|
1074
1073
|
height: 70px;
|
|
1075
1074
|
}
|
|
1076
1075
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1077
|
-
display: -ms-flexbox;
|
|
1078
|
-
display: flex;
|
|
1079
1076
|
font-size: 13px;
|
|
1080
1077
|
}
|
|
1081
1078
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1504,6 +1501,10 @@
|
|
|
1504
1501
|
position: absolute;
|
|
1505
1502
|
top: 0;
|
|
1506
1503
|
}
|
|
1504
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1505
|
+
height: 75px;
|
|
1506
|
+
position: relative;
|
|
1507
|
+
}
|
|
1507
1508
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1508
1509
|
position: absolute;
|
|
1509
1510
|
}
|
|
@@ -2470,7 +2471,7 @@
|
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2473
|
-
width:
|
|
2474
|
+
width: 502px;
|
|
2474
2475
|
}
|
|
2475
2476
|
|
|
2476
2477
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1073,8 +1072,6 @@
|
|
|
1073
1072
|
height: 70px;
|
|
1074
1073
|
}
|
|
1075
1074
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1076
|
-
display: -ms-flexbox;
|
|
1077
|
-
display: flex;
|
|
1078
1075
|
font-size: 13px;
|
|
1079
1076
|
}
|
|
1080
1077
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1503,6 +1500,10 @@
|
|
|
1503
1500
|
position: absolute;
|
|
1504
1501
|
top: 0;
|
|
1505
1502
|
}
|
|
1503
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1504
|
+
height: 75px;
|
|
1505
|
+
position: relative;
|
|
1506
|
+
}
|
|
1506
1507
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1507
1508
|
position: absolute;
|
|
1508
1509
|
}
|
|
@@ -2468,7 +2469,7 @@
|
|
|
2468
2469
|
}
|
|
2469
2470
|
|
|
2470
2471
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2471
|
-
width:
|
|
2472
|
+
width: 502px;
|
|
2472
2473
|
}
|
|
2473
2474
|
|
|
2474
2475
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
/*! recurrence editor theme wise definitions*/
|
|
2
|
-
/*! Schedule component's bootstrap theme definitions and variables */
|
|
1
|
+
/*! recurrence editor theme wise definitions*/ /*! Schedule component's bootstrap theme definitions and variables */
|
|
3
2
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
3
|
content: "\e990";
|
|
5
4
|
}
|
|
@@ -1071,8 +1070,6 @@
|
|
|
1071
1070
|
height: 70px;
|
|
1072
1071
|
}
|
|
1073
1072
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1074
|
-
display: -ms-flexbox;
|
|
1075
|
-
display: flex;
|
|
1076
1073
|
font-size: 13px;
|
|
1077
1074
|
}
|
|
1078
1075
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
@@ -1501,6 +1498,10 @@
|
|
|
1501
1498
|
position: absolute;
|
|
1502
1499
|
top: 0;
|
|
1503
1500
|
}
|
|
1501
|
+
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-container.e-event-container {
|
|
1502
|
+
height: 75px;
|
|
1503
|
+
position: relative;
|
|
1504
|
+
}
|
|
1504
1505
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1505
1506
|
position: absolute;
|
|
1506
1507
|
}
|
|
@@ -2466,7 +2467,7 @@
|
|
|
2466
2467
|
}
|
|
2467
2468
|
|
|
2468
2469
|
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2469
|
-
width:
|
|
2470
|
+
width: 502px;
|
|
2470
2471
|
}
|
|
2471
2472
|
|
|
2472
2473
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|