@syncfusion/ej2-angular-schedule 22.2.12-ngcc → 23.1.36-ngcc
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/@syncfusion/ej2-angular-schedule.es5.js +14 -4
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-schedule.js +14 -4
- package/@syncfusion/ej2-angular-schedule.js.map +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/ej2-angular-schedule.umd.js +16 -4
- package/dist/ej2-angular-schedule.umd.js.map +1 -1
- package/dist/ej2-angular-schedule.umd.min.js +2 -2
- package/dist/ej2-angular-schedule.umd.min.js.map +1 -1
- package/ej2-angular-schedule.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/schedule/schedule.component.d.ts +20 -0
- package/src/schedule/views.directive.d.ts +8 -1
- package/styles/bootstrap-dark.css +15 -0
- package/styles/bootstrap.css +15 -0
- package/styles/bootstrap4.css +15 -0
- package/styles/bootstrap5-dark.css +15 -0
- package/styles/bootstrap5.css +15 -0
- package/styles/fabric-dark.css +15 -0
- package/styles/fabric.css +15 -0
- package/styles/fluent-dark.css +15 -0
- package/styles/fluent.css +15 -0
- package/styles/highcontrast-light.css +15 -0
- package/styles/highcontrast.css +15 -0
- package/styles/material-dark.css +15 -1
- package/styles/material.css +15 -1
- package/styles/material3-dark.css +16 -3
- package/styles/material3.css +16 -2
- package/styles/recurrence-editor/material-dark.css +0 -1
- package/styles/recurrence-editor/material.css +0 -1
- package/styles/recurrence-editor/material3-dark.css +0 -1
- package/styles/recurrence-editor/material3-dark.scss +1 -1
- package/styles/recurrence-editor/material3.css +0 -1
- package/styles/recurrence-editor/material3.scss +1 -1
- package/styles/recurrence-editor/tailwind-dark.css +0 -1
- package/styles/recurrence-editor/tailwind.css +0 -1
- package/styles/schedule/bootstrap-dark.css +15 -0
- package/styles/schedule/bootstrap.css +15 -0
- package/styles/schedule/bootstrap4.css +15 -0
- package/styles/schedule/bootstrap5-dark.css +15 -0
- package/styles/schedule/bootstrap5.css +15 -0
- package/styles/schedule/fabric-dark.css +15 -0
- package/styles/schedule/fabric.css +15 -0
- package/styles/schedule/fluent-dark.css +15 -0
- package/styles/schedule/fluent.css +15 -0
- package/styles/schedule/highcontrast-light.css +15 -0
- package/styles/schedule/highcontrast.css +15 -0
- package/styles/schedule/material-dark.css +15 -1
- package/styles/schedule/material.css +15 -1
- package/styles/schedule/material3-dark.css +16 -2
- package/styles/schedule/material3-dark.scss +1 -1
- package/styles/schedule/material3.css +16 -2
- package/styles/schedule/material3.scss +1 -1
- package/styles/schedule/tailwind-dark.css +15 -1
- package/styles/schedule/tailwind.css +15 -1
- package/styles/tailwind-dark.css +15 -2
- package/styles/tailwind.css +15 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@
|
|
|
4
4
|
|
|
5
5
|
### Schedule
|
|
6
6
|
|
|
7
|
+
#### Features
|
|
8
|
+
|
|
9
|
+
- `#I393657` - Provided on-demand data loading support that allows users to retrieve events from remote services for the current view port alone and retrieve the remaining data on demand while scrolling, which improves the performance and usability of the Scheduler component.
|
|
10
|
+
- `#I397280`, `#I296716`, `#F184285`, `#FB37717` - Provided `virtualScrollStart` and `virtualScrollStop` event support to notify the resource virtual scrolling actions of Scheduler.
|
|
11
|
+
- `#I339243`, `#I365629`, `#F174284` - Provided support to customize the header and footer of editor window.
|
|
12
|
+
|
|
13
|
+
#### Bug fixes
|
|
14
|
+
|
|
15
|
+
- `#F184224` - An issue with start and end date query parameters passed incorrectly, when timezone is applied for scheduler has been fixed.
|
|
16
|
+
- `#I499207` - An issue with quick popup not opens on selected cell, when `allowMultiRowSelection` property disabled has been fixed.
|
|
17
|
+
|
|
18
|
+
## 22.2.12 (2023-09-05)
|
|
19
|
+
|
|
20
|
+
### Schedule
|
|
21
|
+
|
|
7
22
|
#### Bug fixes
|
|
8
23
|
|
|
9
24
|
- `#I492172` - An issue with recurrence exception not calculated based on scheduler timezone has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-schedule.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 23.1.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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
|
|
@@ -37,7 +37,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
37
37
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
38
|
return Reflect.metadata(k, v);
|
|
39
39
|
};
|
|
40
|
-
var input = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];
|
|
40
|
+
var input = ['allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'enableLazyLoading', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];
|
|
41
41
|
var outputs = [];
|
|
42
42
|
/**
|
|
43
43
|
* `e-views` directive represent a view of the Angular Schedule.
|
|
@@ -329,8 +329,8 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
|
329
329
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
330
330
|
return Reflect.metadata(k, v);
|
|
331
331
|
};
|
|
332
|
-
var inputs = ['agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', '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'];
|
|
333
|
-
var outputs$3 = ['actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'currentViewChange', 'selectedDateChange'];
|
|
332
|
+
var inputs = ['agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorFooterTemplate', 'editorHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', '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'];
|
|
333
|
+
var outputs$3 = ['actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop', 'currentViewChange', 'selectedDateChange'];
|
|
334
334
|
var twoWays = ['currentView', 'selectedDate'];
|
|
335
335
|
/**
|
|
336
336
|
* `ej-schedule` represents the Angular Schedule Component.
|
|
@@ -538,6 +538,8 @@ exports.ScheduleComponent.propDecorators = {
|
|
|
538
538
|
'eventSettings_tooltipTemplate': [{ type: core.ContentChild, args: ['eventSettingsTooltipTemplate',] },],
|
|
539
539
|
'eventSettings_template': [{ type: core.ContentChild, args: ['eventSettingsTemplate',] },],
|
|
540
540
|
'editorTemplate': [{ type: core.ContentChild, args: ['editorTemplate',] },],
|
|
541
|
+
'editorHeaderTemplate': [{ type: core.ContentChild, args: ['editorHeaderTemplate',] },],
|
|
542
|
+
'editorFooterTemplate': [{ type: core.ContentChild, args: ['editorFooterTemplate',] },],
|
|
541
543
|
'monthHeaderTemplate': [{ type: core.ContentChild, args: ['monthHeaderTemplate',] },],
|
|
542
544
|
'timeScale_minorSlotTemplate': [{ type: core.ContentChild, args: ['timeScaleMinorSlotTemplate',] },],
|
|
543
545
|
'timeScale_majorSlotTemplate': [{ type: core.ContentChild, args: ['timeScaleMajorSlotTemplate',] },],
|
|
@@ -580,6 +582,14 @@ __decorate$2([
|
|
|
580
582
|
ej2AngularBase.Template(),
|
|
581
583
|
__metadata$2("design:type", Object)
|
|
582
584
|
], exports.ScheduleComponent.prototype, "editorTemplate", void 0);
|
|
585
|
+
__decorate$2([
|
|
586
|
+
ej2AngularBase.Template(),
|
|
587
|
+
__metadata$2("design:type", Object)
|
|
588
|
+
], exports.ScheduleComponent.prototype, "editorHeaderTemplate", void 0);
|
|
589
|
+
__decorate$2([
|
|
590
|
+
ej2AngularBase.Template(),
|
|
591
|
+
__metadata$2("design:type", Object)
|
|
592
|
+
], exports.ScheduleComponent.prototype, "editorFooterTemplate", void 0);
|
|
583
593
|
__decorate$2([
|
|
584
594
|
ej2AngularBase.Template(),
|
|
585
595
|
__metadata$2("design:type", Object)
|
|
@@ -909,6 +919,8 @@ exports.resizing = ej2Schedule.resizing;
|
|
|
909
919
|
exports.resizeStop = ej2Schedule.resizeStop;
|
|
910
920
|
exports.inlineClick = ej2Schedule.inlineClick;
|
|
911
921
|
exports.cellSelect = ej2Schedule.cellSelect;
|
|
922
|
+
exports.virtualScrollStart = ej2Schedule.virtualScrollStart;
|
|
923
|
+
exports.virtualScrollStop = ej2Schedule.virtualScrollStop;
|
|
912
924
|
exports.initialLoad = ej2Schedule.initialLoad;
|
|
913
925
|
exports.initialEnd = ej2Schedule.initialEnd;
|
|
914
926
|
exports.print = ej2Schedule.print;
|