@syncfusion/ej2-vue-schedule 19.3.44 → 19.3.55

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 (36) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  3. package/dist/es6/ej2-vue-schedule.es2015.js +1 -1
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +1 -1
  6. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-schedule.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/schedule/schedule.component.d.ts +1 -1
  10. package/src/schedule/schedule.component.js +1 -1
  11. package/styles/bootstrap-dark.css +1 -1
  12. package/styles/bootstrap.css +1 -1
  13. package/styles/bootstrap4.css +1 -1
  14. package/styles/bootstrap5-dark.css +1 -1
  15. package/styles/bootstrap5.css +1 -1
  16. package/styles/fabric-dark.css +1 -1
  17. package/styles/fabric.css +1 -1
  18. package/styles/highcontrast-light.css +1 -1
  19. package/styles/highcontrast.css +1 -1
  20. package/styles/material-dark.css +1 -1
  21. package/styles/material.css +1 -1
  22. package/styles/schedule/bootstrap-dark.css +1 -1
  23. package/styles/schedule/bootstrap.css +1 -1
  24. package/styles/schedule/bootstrap4.css +1 -1
  25. package/styles/schedule/bootstrap5-dark.css +1 -1
  26. package/styles/schedule/bootstrap5.css +1 -1
  27. package/styles/schedule/fabric-dark.css +1 -1
  28. package/styles/schedule/fabric.css +1 -1
  29. package/styles/schedule/highcontrast-light.css +1 -1
  30. package/styles/schedule/highcontrast.css +1 -1
  31. package/styles/schedule/material-dark.css +1 -1
  32. package/styles/schedule/material.css +1 -1
  33. package/styles/schedule/tailwind-dark.css +1 -1
  34. package/styles/schedule/tailwind.css +1 -1
  35. package/styles/tailwind-dark.css +1 -1
  36. package/styles/tailwind.css +1 -1
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@19.5.10",
3
+ "_id": "@syncfusion/ej2-vue-schedule@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-vXpbtEdzkArV8k+vJwXhOH1VuPAFTdyevPLPjArH7/rVgodbvGnL+iERhVfFV7nF6RQLdPI02QN84ZD+CkC3sQ==",
5
+ "_integrity": "sha512-yC78P6cDtqa8Nt1kLzNYZ9hbMyu83g6CGXAl0leOSrlPr3g5tFKeKTrvZ9QrtdscCdQLFmEUAV6OWfQ86tvi8g==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.5.10.tgz",
23
- "_shasum": "8b4723f46aca5c7cfda2b2e9a05d9b6f8d7e7948",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-19.3.53.tgz",
23
+ "_shasum": "071d06dd70c8b3d36561eb8cda27b0a1832d1dbe",
24
24
  "_spec": "@syncfusion/ej2-vue-schedule@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~19.3.43",
35
- "@syncfusion/ej2-schedule": "19.3.44",
36
- "@syncfusion/ej2-vue-base": "~19.3.43"
34
+ "@syncfusion/ej2-base": "~19.3.54",
35
+ "@syncfusion/ej2-schedule": "19.3.55",
36
+ "@syncfusion/ej2-vue-base": "~19.3.55"
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",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
72
72
  },
73
- "version": "19.3.44",
73
+ "version": "19.3.55",
74
74
  "sideEffects": false
75
75
  }
@@ -63,7 +63,7 @@ export declare class ScheduleComponent extends ComponentBase {
63
63
  print(printOptions?: Object): void;
64
64
  refreshEvents(isRemoteRefresh: boolean): void;
65
65
  refreshLayout(): void;
66
- refreshTemplates(templateName: string): void;
66
+ refreshTemplates(templateName?: string): void;
67
67
  removeResource(resourceId: string | string[] | number | number[], name: string): void;
68
68
  resetWorkHours(dates: Object[], start?: string, end?: string, groupIndex?: number): void;
69
69
  saveEvent(data: Object | Object[], currentAction?: Object): 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', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', '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', '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', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', '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'];
29
29
  export var modelProps = ['currentView', 'selectedDate'];
30
30
  export var testProp = getProps({ props: properties });
31
31
  export var props = testProp[0];
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #f0f0f0;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1677,7 +1677,7 @@
1677
1677
  border-style: solid;
1678
1678
  border-width: 0 1px 1px 0;
1679
1679
  color: #333;
1680
- height: 70px;
1680
+ height: 75px;
1681
1681
  padding-left: 15px;
1682
1682
  padding-right: 0;
1683
1683
  vertical-align: middle;
@@ -1689,7 +1689,7 @@
1689
1689
  border-style: solid;
1690
1690
  border-width: 0 1px 1px 0;
1691
1691
  color: #212529;
1692
- height: 70px;
1692
+ height: 75px;
1693
1693
  padding-left: 15px;
1694
1694
  padding-right: 0;
1695
1695
  vertical-align: middle;
@@ -1693,7 +1693,7 @@
1693
1693
  border-style: solid;
1694
1694
  border-width: 0 1px 1px 0;
1695
1695
  color: #fff;
1696
- height: 70px;
1696
+ height: 75px;
1697
1697
  padding-left: 15px;
1698
1698
  padding-right: 0;
1699
1699
  vertical-align: middle;
@@ -1694,7 +1694,7 @@
1694
1694
  border-style: solid;
1695
1695
  border-width: 0 1px 1px 0;
1696
1696
  color: #212529;
1697
- height: 70px;
1697
+ height: 75px;
1698
1698
  padding-left: 15px;
1699
1699
  padding-right: 0;
1700
1700
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #dadada;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
package/styles/fabric.css CHANGED
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #333;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #000;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #fff;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1677,7 +1677,7 @@
1677
1677
  border-style: solid;
1678
1678
  border-width: 0 1px 1px 0;
1679
1679
  color: #fff;
1680
- height: 70px;
1680
+ height: 75px;
1681
1681
  padding-left: 15px;
1682
1682
  padding-right: 0;
1683
1683
  vertical-align: middle;
@@ -1681,7 +1681,7 @@
1681
1681
  border-style: solid;
1682
1682
  border-width: 0 1px 1px 0;
1683
1683
  color: rgba(0, 0, 0, 0.87);
1684
- height: 70px;
1684
+ height: 75px;
1685
1685
  padding-left: 15px;
1686
1686
  padding-right: 0;
1687
1687
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #f0f0f0;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1677,7 +1677,7 @@
1677
1677
  border-style: solid;
1678
1678
  border-width: 0 1px 1px 0;
1679
1679
  color: #333;
1680
- height: 70px;
1680
+ height: 75px;
1681
1681
  padding-left: 15px;
1682
1682
  padding-right: 0;
1683
1683
  vertical-align: middle;
@@ -1689,7 +1689,7 @@
1689
1689
  border-style: solid;
1690
1690
  border-width: 0 1px 1px 0;
1691
1691
  color: #212529;
1692
- height: 70px;
1692
+ height: 75px;
1693
1693
  padding-left: 15px;
1694
1694
  padding-right: 0;
1695
1695
  vertical-align: middle;
@@ -1693,7 +1693,7 @@
1693
1693
  border-style: solid;
1694
1694
  border-width: 0 1px 1px 0;
1695
1695
  color: #fff;
1696
- height: 70px;
1696
+ height: 75px;
1697
1697
  padding-left: 15px;
1698
1698
  padding-right: 0;
1699
1699
  vertical-align: middle;
@@ -1694,7 +1694,7 @@
1694
1694
  border-style: solid;
1695
1695
  border-width: 0 1px 1px 0;
1696
1696
  color: #212529;
1697
- height: 70px;
1697
+ height: 75px;
1698
1698
  padding-left: 15px;
1699
1699
  padding-right: 0;
1700
1700
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #dadada;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #333;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #000;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1676,7 +1676,7 @@
1676
1676
  border-style: solid;
1677
1677
  border-width: 0 1px 1px 0;
1678
1678
  color: #fff;
1679
- height: 70px;
1679
+ height: 75px;
1680
1680
  padding-left: 15px;
1681
1681
  padding-right: 0;
1682
1682
  vertical-align: middle;
@@ -1677,7 +1677,7 @@
1677
1677
  border-style: solid;
1678
1678
  border-width: 0 1px 1px 0;
1679
1679
  color: #fff;
1680
- height: 70px;
1680
+ height: 75px;
1681
1681
  padding-left: 15px;
1682
1682
  padding-right: 0;
1683
1683
  vertical-align: middle;
@@ -1681,7 +1681,7 @@
1681
1681
  border-style: solid;
1682
1682
  border-width: 0 1px 1px 0;
1683
1683
  color: rgba(0, 0, 0, 0.87);
1684
- height: 70px;
1684
+ height: 75px;
1685
1685
  padding-left: 15px;
1686
1686
  padding-right: 0;
1687
1687
  vertical-align: middle;
@@ -1687,7 +1687,7 @@
1687
1687
  border-style: solid;
1688
1688
  border-width: 0 1px 1px 0;
1689
1689
  color: #fff;
1690
- height: 70px;
1690
+ height: 75px;
1691
1691
  padding-left: 15px;
1692
1692
  padding-right: 0;
1693
1693
  vertical-align: middle;
@@ -1688,7 +1688,7 @@
1688
1688
  border-style: solid;
1689
1689
  border-width: 0 1px 1px 0;
1690
1690
  color: #111827;
1691
- height: 70px;
1691
+ height: 75px;
1692
1692
  padding-left: 15px;
1693
1693
  padding-right: 0;
1694
1694
  vertical-align: middle;
@@ -1688,7 +1688,7 @@
1688
1688
  border-style: solid;
1689
1689
  border-width: 0 1px 1px 0;
1690
1690
  color: #fff;
1691
- height: 70px;
1691
+ height: 75px;
1692
1692
  padding-left: 15px;
1693
1693
  padding-right: 0;
1694
1694
  vertical-align: middle;
@@ -1689,7 +1689,7 @@
1689
1689
  border-style: solid;
1690
1690
  border-width: 0 1px 1px 0;
1691
1691
  color: #111827;
1692
- height: 70px;
1692
+ height: 75px;
1693
1693
  padding-left: 15px;
1694
1694
  padding-right: 0;
1695
1695
  vertical-align: middle;