@syncfusion/ej2-angular-schedule 27.2.5-ngcc → 28.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 +3 -3
- package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-schedule.js +3 -3
- package/@syncfusion/ej2-angular-schedule.js.map +1 -1
- package/README.md +7 -7
- package/dist/ej2-angular-schedule.umd.js +6 -4
- package/dist/ej2-angular-schedule.umd.js.map +1 -1
- package/dist/ej2-angular-schedule.umd.min.js +3 -3
- 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 +1 -0
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +2 -0
- package/styles/recurrence-editor/bds.css +1 -0
- package/styles/recurrence-editor/bds.scss +1 -0
- package/styles/recurrence-editor/tailwind3.css +1 -0
- package/styles/recurrence-editor/tailwind3.scss +1 -0
- package/styles/schedule/bds.css +1 -0
- package/styles/schedule/bds.scss +1 -0
- package/styles/schedule/tailwind3.css +1 -0
- package/styles/schedule/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +2 -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 Schedule package
|
|
37
|
+
### Adding Syncfusion<sup>®</sup> Schedule package
|
|
38
38
|
|
|
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.
|
|
39
|
+
All Syncfusion<sup>®</sup> 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 UI default theme (material) in the `angular.json` file.
|
|
49
|
+
* Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
|
|
50
50
|
|
|
51
|
-
This makes it easy to add the Syncfusion Angular Schedule module to your project and start using it in your application.
|
|
51
|
+
This makes it easy to add the Syncfusion<sup>®</sup> 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 Angular Schedule component.
|
|
65
|
+
In **src/app/app.component.ts**, use `<ejs-schedule>` selector in the `template` attribute of the `@Component` directive to render the Syncfusion<sup>®</sup> Angular Schedule component.
|
|
66
66
|
|
|
67
67
|
```typescript
|
|
68
68
|
import { Component, OnInit } from '@angular/core';
|
|
@@ -138,10 +138,10 @@ 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<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [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
|
|
|
145
145
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) for more info.
|
|
146
146
|
|
|
147
|
-
© Copyright 2024 Syncfusion
|
|
147
|
+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-schedule.umd.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.33
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -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', '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', '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', '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'];
|
|
421
421
|
var twoWays = ['currentView', 'selectedDate'];
|
|
422
422
|
/**
|
|
423
423
|
* `ej-schedule` represents the Angular Schedule Component.
|
|
@@ -1023,6 +1023,7 @@ exports.noEvents = ej2Schedule.noEvents;
|
|
|
1023
1023
|
exports.agendaCells = ej2Schedule.agendaCells;
|
|
1024
1024
|
exports.resourceHeader = ej2Schedule.resourceHeader;
|
|
1025
1025
|
exports.dateHeader = ej2Schedule.dateHeader;
|
|
1026
|
+
exports.beforePaste = ej2Schedule.beforePaste;
|
|
1026
1027
|
exports.initialLoad = ej2Schedule.initialLoad;
|
|
1027
1028
|
exports.initialEnd = ej2Schedule.initialEnd;
|
|
1028
1029
|
exports.print = ej2Schedule.print;
|
|
@@ -1034,6 +1035,7 @@ exports.virtualScroll = ej2Schedule.virtualScroll;
|
|
|
1034
1035
|
exports.scrollUiUpdate = ej2Schedule.scrollUiUpdate;
|
|
1035
1036
|
exports.uiUpdate = ej2Schedule.uiUpdate;
|
|
1036
1037
|
exports.documentClick = ej2Schedule.documentClick;
|
|
1038
|
+
exports.documentPaste = ej2Schedule.documentPaste;
|
|
1037
1039
|
exports.cellMouseDown = ej2Schedule.cellMouseDown;
|
|
1038
1040
|
exports.WEEK_LENGTH = ej2Schedule.WEEK_LENGTH;
|
|
1039
1041
|
exports.DEFAULT_WEEKS = ej2Schedule.DEFAULT_WEEKS;
|