@syncfusion/ej2-vue-schedule 20.3.61 → 20.4.40

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +145 -41
  3. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  4. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es2015.js +4 -1
  6. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-schedule.es5.js +4 -1
  8. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-schedule.min.js +2 -2
  10. package/package.json +12 -27
  11. package/src/schedule/schedule.component.d.ts +1 -0
  12. package/src/schedule/schedule.component.js +4 -1
  13. package/styles/bootstrap-dark.css +364 -101
  14. package/styles/bootstrap.css +363 -99
  15. package/styles/bootstrap4.css +375 -141
  16. package/styles/bootstrap5-dark.css +339 -137
  17. package/styles/bootstrap5.css +339 -137
  18. package/styles/fabric-dark.css +330 -101
  19. package/styles/fabric.css +316 -106
  20. package/styles/fluent-dark.css +395 -102
  21. package/styles/fluent.css +395 -102
  22. package/styles/highcontrast-light.css +407 -98
  23. package/styles/highcontrast.css +399 -113
  24. package/styles/material-dark.css +362 -110
  25. package/styles/material.css +404 -110
  26. package/styles/recurrence-editor/bootstrap-dark.css +137 -28
  27. package/styles/recurrence-editor/bootstrap.css +137 -28
  28. package/styles/recurrence-editor/bootstrap4.css +171 -28
  29. package/styles/recurrence-editor/bootstrap5-dark.css +178 -28
  30. package/styles/recurrence-editor/bootstrap5.css +178 -28
  31. package/styles/recurrence-editor/fabric-dark.css +113 -28
  32. package/styles/recurrence-editor/fabric.css +106 -28
  33. package/styles/recurrence-editor/fluent-dark.css +158 -28
  34. package/styles/recurrence-editor/fluent.css +158 -28
  35. package/styles/recurrence-editor/highcontrast-light.css +110 -28
  36. package/styles/recurrence-editor/highcontrast.css +110 -28
  37. package/styles/recurrence-editor/material-dark.css +138 -28
  38. package/styles/recurrence-editor/material.css +163 -28
  39. package/styles/recurrence-editor/tailwind-dark.css +126 -28
  40. package/styles/recurrence-editor/tailwind.css +126 -28
  41. package/styles/schedule/bootstrap-dark.css +332 -73
  42. package/styles/schedule/bootstrap.css +331 -71
  43. package/styles/schedule/bootstrap4.css +343 -113
  44. package/styles/schedule/bootstrap5-dark.css +307 -109
  45. package/styles/schedule/bootstrap5.css +307 -109
  46. package/styles/schedule/fabric-dark.css +298 -73
  47. package/styles/schedule/fabric.css +284 -78
  48. package/styles/schedule/fluent-dark.css +363 -74
  49. package/styles/schedule/fluent.css +363 -74
  50. package/styles/schedule/highcontrast-light.css +375 -70
  51. package/styles/schedule/highcontrast.css +367 -85
  52. package/styles/schedule/material-dark.css +330 -82
  53. package/styles/schedule/material.css +372 -82
  54. package/styles/schedule/tailwind-dark.css +246 -111
  55. package/styles/schedule/tailwind.css +246 -111
  56. package/styles/tailwind-dark.css +279 -140
  57. 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.58",
3
+ "_id": "@syncfusion/ej2-vue-schedule@20.4.38",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-g2cEEp1ylBhEiLki0pPvXvWKx+LNIgEQBXnnroXQlP6cIfeEWDkuFz603lJbkMfgi9SeTlPK//mg3q+RYc8OIw==",
5
+ "_integrity": "sha512-voTF8jvsau3G49n45FOVqehJQl5qXL3PZpEXCeVlN+mM7OgsAyFl/kvZ1+k7xsDhhSsCjcttxXxyUlKtwj3law==",
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-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-20.3.58.tgz",
23
- "_shasum": "54d63fcd8c1a44ea18fbe1f20e6b1788c5280543",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-20.4.38.tgz",
23
+ "_shasum": "be67c9aa3c6661b1e838665aea92872fd7b4c0f7",
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,36 +31,21 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-schedule": "20.3.61",
36
- "@syncfusion/ej2-vue-base": "~20.3.59"
34
+ "@syncfusion/ej2-base": "~20.4.40",
35
+ "@syncfusion/ej2-schedule": "20.4.40",
36
+ "@syncfusion/ej2-vue-base": "~20.4.40"
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",
40
40
  "devDependencies": {},
41
41
  "es2015": "dist/es6/ej2-vue-schedule.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-vue-ui-components#readme",
42
+ "homepage": "https://www.syncfusion.com/vue-components",
43
43
  "keywords": [
44
- "ej2",
45
- "syncfusion",
46
- "web-components",
47
- "schedule",
48
- "resources",
49
- "multiple-resources",
50
- "grouping",
51
- "views",
52
- "calendar",
53
- "appointments",
54
- "events",
55
- "tasks",
56
- "recurrence",
57
- "data-binding",
58
- "timezone",
59
- "recurrence-editor",
60
- "agenda",
61
44
  "vue",
45
+ "vuejs",
62
46
  "vue-schedule",
63
- "ej2-vue-schedule"
47
+ "vue-scheduler",
48
+ "ej2-vue-scheduler"
64
49
  ],
65
50
  "license": "SEE LICENSE IN license",
66
51
  "main": "./dist/ej2-vue-schedule.umd.min.js",
@@ -73,6 +58,6 @@
73
58
  "scripts": {
74
59
  "postinstall": "node ../ej2-vue-base/postinstall.js"
75
60
  },
76
- "version": "20.3.61",
61
+ "version": "20.4.40",
77
62
  "sideEffects": false
78
63
  }
@@ -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
  };