@syncfusion/ej2-vue-schedule 27.2.5 → 28.1.35

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@27.2.3",
3
+ "_id": "@syncfusion/ej2-vue-schedule@28.1.33",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Gmv7rh6HzSsFIQxjfUK+uRWt33fYhStdg/LervqBnLC+8+lXNbVkXD+sQ0FhPq9QGpcJfjpofJJtMmkXZrfaoA==",
5
+ "_integrity": "sha512-fysMaZfmHfYPVgL9pS4PCyinzkVydgtjzjQNtf0YN0EK63BZE0FiI96BlSfMH5wjeKA+2xGNjJ9decY/b4hoWg==",
6
6
  "_location": "/@syncfusion/ej2-vue-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-27.2.3.tgz",
23
- "_shasum": "4e6286fd935bf4b73eac4d0fe6e8f1d53393876e",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-28.1.33.tgz",
23
+ "_shasum": "b248fc02f9929cdbd32a81e414f0484c20241a15",
24
24
  "_spec": "@syncfusion/ej2-vue-schedule@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~27.2.5",
35
- "@syncfusion/ej2-schedule": "27.2.5",
36
- "@syncfusion/ej2-vue-base": "~27.2.2"
34
+ "@syncfusion/ej2-base": "~28.1.33",
35
+ "@syncfusion/ej2-schedule": "28.1.35",
36
+ "@syncfusion/ej2-vue-base": "~28.1.33"
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",
@@ -59,6 +59,6 @@
59
59
  "ci-publish": "gulp ci-publish",
60
60
  "compile": "gulp ci-compile && gulp vue-global-script"
61
61
  },
62
- "version": "27.2.5",
62
+ "version": "28.1.35",
63
63
  "sideEffects": false
64
64
  }
@@ -34,6 +34,8 @@ export declare type ScheduleComponent = typeof ComponentBase & {
34
34
  closeQuickInfoPopup(): void;
35
35
  closeTooltip(): void;
36
36
  collapseResource(resourceId: string | number, name: string): void;
37
+ copy(elements: Object[]): void;
38
+ cut(elements: Object[]): void;
37
39
  deleteEvent(id: string | number | Object | Object[], currentAction?: Object): void;
38
40
  destroy(): void;
39
41
  expandResource(resourceId: string | number, name: string): void;
@@ -45,6 +47,7 @@ export declare type ScheduleComponent = typeof ComponentBase & {
45
47
  getCurrentViewDates(): Object[];
46
48
  getCurrentViewEvents(): Object[];
47
49
  getCurrentViewIndex(): number;
50
+ getDateRangeText(dates: Object[]): string;
48
51
  getDeletedOccurrences(recurrenceData: string | number | Object): Object[];
49
52
  getEventDetails(element: Object): Object;
50
53
  getEventMaxID(): number | string;
@@ -56,11 +59,13 @@ export declare type ScheduleComponent = typeof ComponentBase & {
56
59
  getResourceCollections(): Object[];
57
60
  getResourcesByIndex(index: number): Object;
58
61
  getSelectedElements(): Object[];
62
+ getViewDates(type: Object): Object[];
59
63
  hideSpinner(): void;
60
64
  importICalendar(fileContent: Object | string): void;
61
65
  isSlotAvailable(startTime: Object | Object, endTime?: Object, groupIndex?: number): boolean;
62
66
  openEditor(data: Object, action: Object, isEventData?: boolean, repeatType?: number): void;
63
67
  openQuickInfoPopup(data: Object): void;
68
+ paste(targetElement: Object): void;
64
69
  print(printOptions?: Object): void;
65
70
  refreshEvents(isRemoteRefresh: boolean): void;
66
71
  refreshLayout(): void;
@@ -6,7 +6,7 @@ import { ViewsDirective, ViewDirective, ViewsPlugin, ViewPlugin } from './views.
6
6
  import { ResourcesDirective, ResourceDirective, ResourcesPlugin, ResourcePlugin } from './resources.directive';
7
7
  import { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlugin } from './headerrows.directive';
8
8
  import { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './toolbaritems.directive';
9
- export var properties = ['isLazyUpdate', 'plugins', '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', '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'];
9
+ export var properties = ['isLazyUpdate', 'plugins', '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', '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'];
10
10
  export var modelProps = ['currentView', 'selectedDate'];
11
11
  export var testProp = getProps({ props: properties });
12
12
  export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
@@ -165,6 +165,12 @@ export var ScheduleComponent = vueDefineComponent({
165
165
  collapseResource: function (resourceId, name) {
166
166
  return this.ej2Instances.collapseResource(resourceId, name);
167
167
  },
168
+ copy: function (elements) {
169
+ return this.ej2Instances.copy(elements);
170
+ },
171
+ cut: function (elements) {
172
+ return this.ej2Instances.cut(elements);
173
+ },
168
174
  deleteEvent: function (id, currentAction) {
169
175
  return this.ej2Instances.deleteEvent(id, currentAction);
170
176
  },
@@ -198,6 +204,9 @@ export var ScheduleComponent = vueDefineComponent({
198
204
  getCurrentViewIndex: function () {
199
205
  return this.ej2Instances.getCurrentViewIndex();
200
206
  },
207
+ getDateRangeText: function (dates) {
208
+ return this.ej2Instances.getDateRangeText(dates);
209
+ },
201
210
  getDeletedOccurrences: function (recurrenceData) {
202
211
  return this.ej2Instances.getDeletedOccurrences(recurrenceData);
203
212
  },
@@ -231,6 +240,9 @@ export var ScheduleComponent = vueDefineComponent({
231
240
  getSelectedElements: function () {
232
241
  return this.ej2Instances.getSelectedElements();
233
242
  },
243
+ getViewDates: function (type) {
244
+ return this.ej2Instances.getViewDates(type);
245
+ },
234
246
  hideSpinner: function () {
235
247
  return this.ej2Instances.hideSpinner();
236
248
  },
@@ -246,6 +258,9 @@ export var ScheduleComponent = vueDefineComponent({
246
258
  openQuickInfoPopup: function (data) {
247
259
  return this.ej2Instances.openQuickInfoPopup(data);
248
260
  },
261
+ paste: function (targetElement) {
262
+ return this.ej2Instances.paste(targetElement);
263
+ },
249
264
  print: function (printOptions) {
250
265
  return this.ej2Instances.print(printOptions);
251
266
  },
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/bds-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/bds-lite.scss';
package/styles/bds.css ADDED
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/bds.css';
@@ -0,0 +1,2 @@
1
+ @import 'schedule/bds.scss';
2
+ @import 'recurrence-editor/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/recurrence-editor/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/recurrence-editor/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/recurrence-editor/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/recurrence-editor/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/schedule/bds.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/schedule/bds.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/schedule/tailwind3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/schedule/tailwind3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/tailwind3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/tailwind3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-schedule/styles/tailwind3.css';
@@ -0,0 +1,2 @@
1
+ @import 'schedule/tailwind3.scss';
2
+ @import 'recurrence-editor/tailwind3.scss';