@syncfusion/ej2-vue-schedule 20.3.58 → 20.4.38
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 +10 -0
- package/README.md +145 -41
- package/dist/ej2-vue-schedule.umd.min.js +2 -2
- package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +4 -1
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +4 -1
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +17 -23
- package/src/schedule/schedule.component.d.ts +1 -0
- package/src/schedule/schedule.component.js +4 -1
- package/styles/bootstrap-dark.css +364 -101
- package/styles/bootstrap.css +363 -99
- package/styles/bootstrap4.css +375 -141
- package/styles/bootstrap5-dark.css +339 -137
- package/styles/bootstrap5.css +339 -137
- package/styles/fabric-dark.css +330 -101
- package/styles/fabric.css +316 -106
- package/styles/fluent-dark.css +395 -102
- package/styles/fluent.css +395 -102
- package/styles/highcontrast-light.css +407 -98
- package/styles/highcontrast.css +399 -113
- package/styles/material-dark.css +362 -110
- package/styles/material.css +404 -110
- package/styles/recurrence-editor/bootstrap-dark.css +137 -28
- package/styles/recurrence-editor/bootstrap.css +137 -28
- package/styles/recurrence-editor/bootstrap4.css +171 -28
- package/styles/recurrence-editor/bootstrap5-dark.css +178 -28
- package/styles/recurrence-editor/bootstrap5.css +178 -28
- package/styles/recurrence-editor/fabric-dark.css +113 -28
- package/styles/recurrence-editor/fabric.css +106 -28
- package/styles/recurrence-editor/fluent-dark.css +158 -28
- package/styles/recurrence-editor/fluent.css +158 -28
- package/styles/recurrence-editor/highcontrast-light.css +110 -28
- package/styles/recurrence-editor/highcontrast.css +110 -28
- package/styles/recurrence-editor/material-dark.css +138 -28
- package/styles/recurrence-editor/material.css +163 -28
- package/styles/recurrence-editor/tailwind-dark.css +126 -28
- package/styles/recurrence-editor/tailwind.css +126 -28
- package/styles/schedule/bootstrap-dark.css +332 -73
- package/styles/schedule/bootstrap.css +331 -71
- package/styles/schedule/bootstrap4.css +343 -113
- package/styles/schedule/bootstrap5-dark.css +307 -109
- package/styles/schedule/bootstrap5.css +307 -109
- package/styles/schedule/fabric-dark.css +298 -73
- package/styles/schedule/fabric.css +284 -78
- package/styles/schedule/fluent-dark.css +363 -74
- package/styles/schedule/fluent.css +363 -74
- package/styles/schedule/highcontrast-light.css +375 -70
- package/styles/schedule/highcontrast.css +367 -85
- package/styles/schedule/material-dark.css +330 -82
- package/styles/schedule/material.css +372 -82
- package/styles/schedule/tailwind-dark.css +246 -111
- package/styles/schedule/tailwind.css +246 -111
- package/styles/tailwind-dark.css +279 -140
- package/styles/tailwind.css +279 -140
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-schedule@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-schedule@20.5.7",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-uJBrfY+bmgN9/eWbCG7Aa5bji8BmTxrAQJGnQGUemMcbRteMG/6KOcjMEZj8jbxesipoFYGsAsMtrCYZDOV44Q==",
|
|
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": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-20.5.7.tgz",
|
|
23
|
+
"_shasum": "a0707fd8043d8f5dce234caa7e5818ec8f1d182f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/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.4.38",
|
|
35
|
+
"@syncfusion/ej2-schedule": "20.4.38",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.38"
|
|
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",
|
|
@@ -43,24 +43,18 @@
|
|
|
43
43
|
"keywords": [
|
|
44
44
|
"ej2",
|
|
45
45
|
"syncfusion",
|
|
46
|
-
"web-components",
|
|
47
46
|
"schedule",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"events",
|
|
55
|
-
"tasks",
|
|
56
|
-
"recurrence",
|
|
57
|
-
"data-binding",
|
|
58
|
-
"timezone",
|
|
59
|
-
"recurrence-editor",
|
|
60
|
-
"agenda",
|
|
47
|
+
"scheduler",
|
|
48
|
+
"events-calendar",
|
|
49
|
+
"events-scheduler",
|
|
50
|
+
"appointment-calendar",
|
|
51
|
+
"appointments-planner",
|
|
52
|
+
"resources-scheduler",
|
|
61
53
|
"vue",
|
|
54
|
+
"vuejs",
|
|
62
55
|
"vue-schedule",
|
|
63
|
-
"
|
|
56
|
+
"vue-scheduler",
|
|
57
|
+
"ej2-vue-scheduler"
|
|
64
58
|
],
|
|
65
59
|
"license": "SEE LICENSE IN license",
|
|
66
60
|
"main": "./dist/ej2-vue-schedule.umd.min.js",
|
|
@@ -73,6 +67,6 @@
|
|
|
73
67
|
"scripts": {
|
|
74
68
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
75
69
|
},
|
|
76
|
-
"version": "20.
|
|
70
|
+
"version": "20.4.38",
|
|
77
71
|
"sideEffects": false
|
|
78
72
|
}
|
|
@@ -36,6 +36,7 @@ export declare class ScheduleComponent extends ComponentBase {
|
|
|
36
36
|
changeCurrentView(viewName: Object, viewIndex?: number): void;
|
|
37
37
|
closeEditor(): void;
|
|
38
38
|
closeQuickInfoPopup(): void;
|
|
39
|
+
closeTooltip(): void;
|
|
39
40
|
collapseResource(resourceId: string | number, name: string): void;
|
|
40
41
|
deleteEvent(id: string | number | Object | Object[], currentAction?: Object): void;
|
|
41
42
|
expandResource(resourceId: string | number, name: string): 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', 'plugins', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', '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', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', '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];
|
|
@@ -176,6 +176,9 @@ var ScheduleComponent = /** @class */ (function (_super) {
|
|
|
176
176
|
ScheduleComponent.prototype.closeQuickInfoPopup = function () {
|
|
177
177
|
return this.ej2Instances.closeQuickInfoPopup();
|
|
178
178
|
};
|
|
179
|
+
ScheduleComponent.prototype.closeTooltip = function () {
|
|
180
|
+
return this.ej2Instances.closeTooltip();
|
|
181
|
+
};
|
|
179
182
|
ScheduleComponent.prototype.collapseResource = function (resourceId, name) {
|
|
180
183
|
return this.ej2Instances.collapseResource(resourceId, name);
|
|
181
184
|
};
|