@syncfusion/ej2-angular-schedule 28.2.11-ngcc → 29.1.33-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 +5 -5
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-schedule.js +5 -5
- package/@syncfusion/ej2-angular-schedule.js.map +1 -1
- package/README.md +6 -6
- package/dist/ej2-angular-schedule.umd.js +8 -5
- 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/recurrence-editor/recurrenceeditor.component.d.ts +2 -0
- package/src/schedule/schedule.component.d.ts +3 -0
- package/src/schedule/views.directive.d.ts +26 -0
package/README.md
CHANGED
|
@@ -34,9 +34,9 @@ ng new my-app
|
|
|
34
34
|
cd my-app
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
-
### Adding Syncfusion
|
|
37
|
+
### Adding Syncfusion Schedule package
|
|
38
38
|
|
|
39
|
-
All Syncfusion
|
|
39
|
+
All Syncfusion Angular packages are available in [npmjs.com](https://www.npmjs.com/~syncfusionorg). To install the Angular schedule package, use the following command.
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
42
|
ng add @syncfusion/ej2-angular-schedule
|
|
@@ -46,9 +46,9 @@ The above command does the below configuration to your Angular app.
|
|
|
46
46
|
|
|
47
47
|
* Adds `@syncfusion/ej2-angular-schedule` package and its peer dependencies to your `package.json` file.
|
|
48
48
|
* Imports the `ScheduleModule` in your application module `app.module.ts`.
|
|
49
|
-
* Registers the Syncfusion
|
|
49
|
+
* Registers the Syncfusion UI default theme (material) in the `angular.json` file.
|
|
50
50
|
|
|
51
|
-
This makes it easy to add the Syncfusion
|
|
51
|
+
This makes it easy to add the Syncfusion Angular Schedule module to your project and start using it in your application.
|
|
52
52
|
|
|
53
53
|
### Module injection
|
|
54
54
|
|
|
@@ -62,7 +62,7 @@ In the **app.component.ts** file, use the following code to inject the modules.
|
|
|
62
62
|
|
|
63
63
|
### Add Schedule component
|
|
64
64
|
|
|
65
|
-
In **src/app/app.component.ts**, use `<ejs-schedule>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion
|
|
65
|
+
In **src/app/app.component.ts**, use `<ejs-schedule>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion Angular Schedule component.
|
|
66
66
|
|
|
67
67
|
```typescript
|
|
68
68
|
import { Component, OnInit } from '@angular/core';
|
|
@@ -138,7 +138,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
138
138
|
|
|
139
139
|
## License and copyright
|
|
140
140
|
|
|
141
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
141
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
142
142
|
|
|
143
143
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
144
144
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-schedule.umd.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 29.1.33
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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', 'enableLazyLoading', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'maxEventsPerRow', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'readonly', 'resourceHeaderTemplate', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'workDays'];
|
|
40
|
+
var input = ['allowOverlap', 'allowVirtualScrolling', 'cellHeaderTemplate', 'cellTemplate', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'displayDate', 'displayName', 'enableLazyLoading', 'endHour', 'eventTemplate', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'interval', 'isSelected', 'maxEventsPerRow', 'monthHeaderTemplate', 'monthsCount', 'numberOfWeeks', 'option', 'orientation', 'overscanCount', '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.
|
|
@@ -416,8 +416,8 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
|
416
416
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
417
417
|
return Reflect.metadata(k, v);
|
|
418
418
|
};
|
|
419
|
-
var inputs = ['agendaDaysCount', 'allowClipboard', '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', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours'];
|
|
420
|
-
var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforePaste', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop', 'currentViewChange', 'selectedDateChange'];
|
|
419
|
+
var inputs = ['agendaDaysCount', 'allowClipboard', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowOverlap', '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', 'overscanCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours'];
|
|
420
|
+
var outputs$4 = ['actionBegin', 'actionComplete', 'actionFailure', 'beforePaste', 'beforePrint', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'excelExport', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'tooltipOpen', 'virtualScrollStart', 'virtualScrollStop', 'currentViewChange', 'selectedDateChange'];
|
|
421
421
|
var twoWays = ['currentView', 'selectedDate'];
|
|
422
422
|
/**
|
|
423
423
|
* `ej-schedule` represents the Angular Schedule Component.
|
|
@@ -832,7 +832,7 @@ var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
|
832
832
|
return Reflect.metadata(k, v);
|
|
833
833
|
};
|
|
834
834
|
var inputs$1 = ['calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value'];
|
|
835
|
-
var outputs$5 = ['change'];
|
|
835
|
+
var outputs$5 = ['change', 'created', 'destroyed'];
|
|
836
836
|
var twoWays$1 = [];
|
|
837
837
|
/**
|
|
838
838
|
* `ejs-recurrenceeditor` represents the Angular RecurrenceEditor Component.
|
|
@@ -1024,6 +1024,9 @@ exports.agendaCells = ej2Schedule.agendaCells;
|
|
|
1024
1024
|
exports.resourceHeader = ej2Schedule.resourceHeader;
|
|
1025
1025
|
exports.dateHeader = ej2Schedule.dateHeader;
|
|
1026
1026
|
exports.beforePaste = ej2Schedule.beforePaste;
|
|
1027
|
+
exports.beforePrint = ej2Schedule.beforePrint;
|
|
1028
|
+
exports.excelExport = ej2Schedule.excelExport;
|
|
1029
|
+
exports.tooltipOpen = ej2Schedule.tooltipOpen;
|
|
1027
1030
|
exports.initialLoad = ej2Schedule.initialLoad;
|
|
1028
1031
|
exports.initialEnd = ej2Schedule.initialEnd;
|
|
1029
1032
|
exports.print = ej2Schedule.print;
|