@syncfusion/ej2-vue-schedule 20.2.50 → 20.3.47

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 (64) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  3. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-schedule.es2015.js +31 -36
  5. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-schedule.es5.js +31 -36
  7. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-schedule.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -1
  11. package/src/recurrence-editor/recurrenceeditor.component.js +3 -4
  12. package/src/schedule/headerrows.directive.d.ts +0 -1
  13. package/src/schedule/headerrows.directive.js +5 -6
  14. package/src/schedule/resources.directive.d.ts +0 -1
  15. package/src/schedule/resources.directive.js +5 -6
  16. package/src/schedule/schedule.component.d.ts +0 -1
  17. package/src/schedule/schedule.component.js +4 -5
  18. package/src/schedule/views.directive.d.ts +0 -1
  19. package/src/schedule/views.directive.js +5 -6
  20. package/styles/bootstrap-dark.css +50 -33
  21. package/styles/bootstrap.css +50 -33
  22. package/styles/bootstrap4.css +50 -33
  23. package/styles/bootstrap5-dark.css +51 -38
  24. package/styles/bootstrap5.css +51 -38
  25. package/styles/fabric-dark.css +50 -33
  26. package/styles/fabric.css +50 -33
  27. package/styles/fluent-dark.css +52 -39
  28. package/styles/fluent.css +52 -39
  29. package/styles/highcontrast-light.css +50 -33
  30. package/styles/highcontrast.css +50 -33
  31. package/styles/material-dark.css +50 -33
  32. package/styles/material.css +50 -33
  33. package/styles/recurrence-editor/bootstrap-dark.css +21 -27
  34. package/styles/recurrence-editor/bootstrap.css +21 -27
  35. package/styles/recurrence-editor/bootstrap4.css +21 -27
  36. package/styles/recurrence-editor/bootstrap5-dark.css +21 -27
  37. package/styles/recurrence-editor/bootstrap5.css +21 -27
  38. package/styles/recurrence-editor/fabric-dark.css +21 -27
  39. package/styles/recurrence-editor/fabric.css +21 -27
  40. package/styles/recurrence-editor/fluent-dark.css +21 -27
  41. package/styles/recurrence-editor/fluent.css +21 -27
  42. package/styles/recurrence-editor/highcontrast-light.css +21 -27
  43. package/styles/recurrence-editor/highcontrast.css +21 -27
  44. package/styles/recurrence-editor/material-dark.css +21 -27
  45. package/styles/recurrence-editor/material.css +21 -27
  46. package/styles/recurrence-editor/tailwind-dark.css +21 -27
  47. package/styles/recurrence-editor/tailwind.css +21 -27
  48. package/styles/schedule/bootstrap-dark.css +29 -6
  49. package/styles/schedule/bootstrap.css +29 -6
  50. package/styles/schedule/bootstrap4.css +29 -6
  51. package/styles/schedule/bootstrap5-dark.css +30 -11
  52. package/styles/schedule/bootstrap5.css +30 -11
  53. package/styles/schedule/fabric-dark.css +29 -6
  54. package/styles/schedule/fabric.css +29 -6
  55. package/styles/schedule/fluent-dark.css +31 -12
  56. package/styles/schedule/fluent.css +31 -12
  57. package/styles/schedule/highcontrast-light.css +29 -6
  58. package/styles/schedule/highcontrast.css +29 -6
  59. package/styles/schedule/material-dark.css +29 -6
  60. package/styles/schedule/material.css +29 -6
  61. package/styles/schedule/tailwind-dark.css +29 -6
  62. package/styles/schedule/tailwind.css +29 -6
  63. package/styles/tailwind-dark.css +50 -33
  64. package/styles/tailwind.css +50 -33
package/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@
4
4
 
5
5
  ### Schedule
6
6
 
7
+ #### New Features
8
+
9
+ - `#I329117` - Provided option to disable the date navigation via touch swipe.
10
+ - `#F171009`, `#FB3560`, `#FB30983`, `#FB31560`, `#FB36386` - Provided virtual scrolling support to Vertical Day, Week, and Month views.
11
+ - Provided cell template, day header template and month header template support for Year view.
12
+
13
+ #### Bug fixes
14
+
15
+ - `#I406122` - An issue with Recurrence appointment rendered after the end time on DST timezone has been fixed.
16
+
17
+ ## 20.2.50 (2022-09-20)
18
+
19
+ ### Schedule
20
+
7
21
  #### Bug fixes
8
22
 
9
23
  - `#I405416` - An issue with next date navigation arrow shown when the upcoming date is greater than `maxDate` has been fixed.
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-vue-schedule.umd.min.js
3
- * version : 20.2.50
3
+ * version : 20.3.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-schedule"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-schedule","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Schedule,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,r,o){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),c=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=c([r.EJComponentDecorator({})],t)}(n),a={name:"e-views",install:function(e){e.component(a.name,i)}},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=c([r.EJComponentDecorator({})],t)}(n),p={name:"e-view",install:function(e){e.component(p.name,u)}},l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),f=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([r.EJComponentDecorator({})],t)}(n),h={name:"e-resources",install:function(e){e.component(h.name,d)}},y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([r.EJComponentDecorator({})],t)}(n),m={name:"e-resource",install:function(e){e.component(m.name,y)}},g=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),j=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return g(t,e),t.prototype.render=function(){},t=j([r.EJComponentDecorator({})],t)}(n),v={name:"e-header-rows",install:function(e){e.component(v.name,I)}},R=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return g(t,e),t.prototype.render=function(){},t=j([r.EJComponentDecorator({})],t)}(n),w={name:"e-header-row",install:function(e){e.component(w.name,R)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),D=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},O=["isLazyUpdate","plugins","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"],C=["currentView","selectedDate"],P=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=O,n.models=C,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-views":"e-view","e-resources":"e-resource","e-header-rows":"e-header-row"},n.tagNameMapper={"e-header-rows":"e-headerRows"},n.ej2Instances=new t.Schedule({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return _(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var r=n[t],s=this.templateCollection[r];if(s&&s.length){for(var c=0,i=s;c<i.length;c++){var a=i[c];o.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[r]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(r){t!==r||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.trigger=function(e,t,n){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){s=(r=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&r&&!o.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}}else{var r,s=(r=this.models.toString().match(/checked|value/)||[])[0];t&&r&&!o.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.addEvent=function(e){return this.ej2Instances.addEvent(e)},n.prototype.addResource=function(e,t,n){return this.ej2Instances.addResource(e,t,n)},n.prototype.changeCurrentView=function(e,t){return this.ej2Instances.changeCurrentView(e,t)},n.prototype.closeEditor=function(){return this.ej2Instances.closeEditor()},n.prototype.closeQuickInfoPopup=function(){return this.ej2Instances.closeQuickInfoPopup()},n.prototype.collapseResource=function(e,t){return this.ej2Instances.collapseResource(e,t)},n.prototype.deleteEvent=function(e,t){return this.ej2Instances.deleteEvent(e,t)},n.prototype.expandResource=function(e,t){return this.ej2Instances.expandResource(e,t)},n.prototype.exportToExcel=function(e){return this.ej2Instances.exportToExcel(e)},n.prototype.exportToICalendar=function(e,t){return this.ej2Instances.exportToICalendar(e,t)},n.prototype.getBlockEvents=function(e,t,n){return this.ej2Instances.getBlockEvents(e,t,n)},n.prototype.getCellDetails=function(e){return this.ej2Instances.getCellDetails(e)},n.prototype.getCurrentViewDates=function(){return this.ej2Instances.getCurrentViewDates()},n.prototype.getCurrentViewEvents=function(){return this.ej2Instances.getCurrentViewEvents()},n.prototype.getCurrentViewIndex=function(){return this.ej2Instances.getCurrentViewIndex()},n.prototype.getDeletedOccurrences=function(e){return this.ej2Instances.getDeletedOccurrences(e)},n.prototype.getEventDetails=function(e){return this.ej2Instances.getEventDetails(e)},n.prototype.getEventMaxID=function(){return this.ej2Instances.getEventMaxID()},n.prototype.getEvents=function(e,t,n){return this.ej2Instances.getEvents(e,t,n)},n.prototype.getIndexFromResourceId=function(e,t){return this.ej2Instances.getIndexFromResourceId(e,t)},n.prototype.getOccurrencesByID=function(e){return this.ej2Instances.getOccurrencesByID(e)},n.prototype.getOccurrencesByRange=function(e,t){return this.ej2Instances.getOccurrencesByRange(e,t)},n.prototype.getResourceCollections=function(){return this.ej2Instances.getResourceCollections()},n.prototype.getResourcesByIndex=function(e){return this.ej2Instances.getResourcesByIndex(e)},n.prototype.getSelectedElements=function(){return this.ej2Instances.getSelectedElements()},n.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},n.prototype.importICalendar=function(e){return this.ej2Instances.importICalendar(e)},n.prototype.isSlotAvailable=function(e,t,n){return this.ej2Instances.isSlotAvailable(e,t,n)},n.prototype.openEditor=function(e,t,n,r){return this.ej2Instances.openEditor(e,t,n,r)},n.prototype.openQuickInfoPopup=function(e){return this.ej2Instances.openQuickInfoPopup(e)},n.prototype.print=function(e){return this.ej2Instances.print(e)},n.prototype.refreshEvents=function(e){return this.ej2Instances.refreshEvents(e)},n.prototype.refreshLayout=function(){return this.ej2Instances.refreshLayout()},n.prototype.refreshTemplates=function(e){return this.ej2Instances.refreshTemplates(e)},n.prototype.removeResource=function(e,t){return this.ej2Instances.removeResource(e,t)},n.prototype.resetWorkHours=function(e,t,n,r){return this.ej2Instances.resetWorkHours(e,t,n,r)},n.prototype.saveEvent=function(e,t){return this.ej2Instances.saveEvent(e,t)},n.prototype.scrollTo=function(e,t){return this.ej2Instances.scrollTo(e,t)},n.prototype.scrollToResource=function(e,t){return this.ej2Instances.scrollToResource(e,t)},n.prototype.selectResourceByIndex=function(e){return this.ej2Instances.selectResourceByIndex(e)},n.prototype.setRecurrenceEditor=function(e){return this.ej2Instances.setRecurrenceEditor(e)},n.prototype.setResourceCollections=function(e){return this.ej2Instances.setResourceCollections(e)},n.prototype.setWorkHours=function(e,t,n,r){return this.ej2Instances.setWorkHours(e,t,n,r)},n.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},n=D([r.EJComponentDecorator({props:O,model:{event:"modelchanged"}})],n)}(r.ComponentBase),b={name:"ejs-schedule",install:function(e){e.component(b.name,P),e.component(p.name,u),e.component(a.name,i),e.component(m.name,y),e.component(h.name,d),e.component(w.name,R),e.component(v.name,I)}},E=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),T=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},k=["isLazyUpdate","plugins","calendarMode","cssClass","dateFormat","enablePersistence","enableRtl","firstDayOfWeek","frequencies","locale","maxDate","minDate","selectedType","startDate","value","change"],S=[],x=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=k,n.models=S,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.RecurrenceEditor({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return E(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var r=n[t],s=this.templateCollection[r];if(s&&s.length){for(var c=0,i=s;c<i.length;c++){var a=i[c];o.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[r]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(r){t!==r||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.getRecurrenceDates=function(e,t,n,r,o){return this.ej2Instances.getRecurrenceDates(e,t,n,r,o)},n.prototype.getRecurrenceRule=function(){return this.ej2Instances.getRecurrenceRule()},n.prototype.getRuleSummary=function(e){return this.ej2Instances.getRuleSummary(e)},n.prototype.resetFields=function(){return this.ej2Instances.resetFields()},n.prototype.setRecurrenceRule=function(e,t){return this.ej2Instances.setRecurrenceRule(e,t)},n.prototype.updateRuleUntilDate=function(e){return this.ej2Instances.updateRuleUntilDate(e)},n=T([r.EJComponentDecorator({props:k})],n)}(r.ComponentBase),H={name:"ejs-recurrenceeditor",install:function(e){e.component(H.name,x)}};e.ViewsDirective=i,e.ViewDirective=u,e.ViewsPlugin=a,e.ViewPlugin=p,e.ResourcesDirective=d,e.ResourceDirective=y,e.ResourcesPlugin=h,e.ResourcePlugin=m,e.HeaderRowsDirective=I,e.HeaderRowDirective=R,e.HeaderRowsPlugin=v,e.HeaderRowPlugin=w,e.ScheduleComponent=P,e.SchedulePlugin=b,e.RecurrenceEditorComponent=x,e.RecurrenceEditorPlugin=H,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-schedule"),require("vue"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-schedule","vue","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Schedule,e.Vue,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,r,o){"use strict";n=n&&n.hasOwnProperty("default")?n.default:n;var s=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),c=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},i=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=c([r.EJComponentDecorator({})],t)}(n),a={name:"e-views",install:function(e){e.component(a.name,i)}},u=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return s(t,e),t.prototype.render=function(){},t=c([r.EJComponentDecorator({})],t)}(n),p={name:"e-view",install:function(e){e.component(p.name,u)}},l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),f=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},d=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([r.EJComponentDecorator({})],t)}(n),h={name:"e-resources",install:function(e){e.component(h.name,d)}},y=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return l(t,e),t.prototype.render=function(){},t=f([r.EJComponentDecorator({})],t)}(n),m={name:"e-resource",install:function(e){e.component(m.name,y)}},g=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),j=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},I=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return g(t,e),t.prototype.render=function(){},t=j([r.EJComponentDecorator({})],t)}(n),v={name:"e-header-rows",install:function(e){e.component(v.name,I)}},R=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return g(t,e),t.prototype.render=function(){},t=j([r.EJComponentDecorator({})],t)}(n),w={name:"e-header-row",install:function(e){e.component(w.name,R)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),D=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},O=["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"],C=["currentView","selectedDate"],P=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=O,n.models=C,n.hasChildDirective=!0,n.hasInjectedModules=!0,n.tagMapper={"e-views":"e-view","e-resources":"e-resource","e-header-rows":"e-header-row"},n.tagNameMapper={"e-header-rows":"e-headerRows"},n.ej2Instances=new t.Schedule({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return _(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var r=n[t],s=this.templateCollection[r];if(s&&s.length){for(var c=0,i=s;c<i.length;c++){var a=i[c];o.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[r]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(r){t!==r||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.trigger=function(e,t,n){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){s=(r=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&r&&!o.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}}else{var r,s=(r=this.models.toString().match(/checked|value/)||[])[0];t&&r&&!o.isUndefined(t[s])&&(this.$emit("update:"+s,t[s]),this.$emit("modelchanged",t[s]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.addEvent=function(e){return this.ej2Instances.addEvent(e)},n.prototype.addResource=function(e,t,n){return this.ej2Instances.addResource(e,t,n)},n.prototype.changeCurrentView=function(e,t){return this.ej2Instances.changeCurrentView(e,t)},n.prototype.closeEditor=function(){return this.ej2Instances.closeEditor()},n.prototype.closeQuickInfoPopup=function(){return this.ej2Instances.closeQuickInfoPopup()},n.prototype.collapseResource=function(e,t){return this.ej2Instances.collapseResource(e,t)},n.prototype.deleteEvent=function(e,t){return this.ej2Instances.deleteEvent(e,t)},n.prototype.expandResource=function(e,t){return this.ej2Instances.expandResource(e,t)},n.prototype.exportToExcel=function(e){return this.ej2Instances.exportToExcel(e)},n.prototype.exportToICalendar=function(e,t){return this.ej2Instances.exportToICalendar(e,t)},n.prototype.getBlockEvents=function(e,t,n){return this.ej2Instances.getBlockEvents(e,t,n)},n.prototype.getCellDetails=function(e){return this.ej2Instances.getCellDetails(e)},n.prototype.getCurrentViewDates=function(){return this.ej2Instances.getCurrentViewDates()},n.prototype.getCurrentViewEvents=function(){return this.ej2Instances.getCurrentViewEvents()},n.prototype.getCurrentViewIndex=function(){return this.ej2Instances.getCurrentViewIndex()},n.prototype.getDeletedOccurrences=function(e){return this.ej2Instances.getDeletedOccurrences(e)},n.prototype.getEventDetails=function(e){return this.ej2Instances.getEventDetails(e)},n.prototype.getEventMaxID=function(){return this.ej2Instances.getEventMaxID()},n.prototype.getEvents=function(e,t,n){return this.ej2Instances.getEvents(e,t,n)},n.prototype.getIndexFromResourceId=function(e,t){return this.ej2Instances.getIndexFromResourceId(e,t)},n.prototype.getOccurrencesByID=function(e){return this.ej2Instances.getOccurrencesByID(e)},n.prototype.getOccurrencesByRange=function(e,t){return this.ej2Instances.getOccurrencesByRange(e,t)},n.prototype.getResourceCollections=function(){return this.ej2Instances.getResourceCollections()},n.prototype.getResourcesByIndex=function(e){return this.ej2Instances.getResourcesByIndex(e)},n.prototype.getSelectedElements=function(){return this.ej2Instances.getSelectedElements()},n.prototype.hideSpinner=function(){return this.ej2Instances.hideSpinner()},n.prototype.importICalendar=function(e){return this.ej2Instances.importICalendar(e)},n.prototype.isSlotAvailable=function(e,t,n){return this.ej2Instances.isSlotAvailable(e,t,n)},n.prototype.openEditor=function(e,t,n,r){return this.ej2Instances.openEditor(e,t,n,r)},n.prototype.openQuickInfoPopup=function(e){return this.ej2Instances.openQuickInfoPopup(e)},n.prototype.print=function(e){return this.ej2Instances.print(e)},n.prototype.refreshEvents=function(e){return this.ej2Instances.refreshEvents(e)},n.prototype.refreshLayout=function(){return this.ej2Instances.refreshLayout()},n.prototype.refreshTemplates=function(e){return this.ej2Instances.refreshTemplates(e)},n.prototype.removeResource=function(e,t){return this.ej2Instances.removeResource(e,t)},n.prototype.resetWorkHours=function(e,t,n,r){return this.ej2Instances.resetWorkHours(e,t,n,r)},n.prototype.saveEvent=function(e,t){return this.ej2Instances.saveEvent(e,t)},n.prototype.scrollTo=function(e,t){return this.ej2Instances.scrollTo(e,t)},n.prototype.scrollToResource=function(e,t){return this.ej2Instances.scrollToResource(e,t)},n.prototype.selectResourceByIndex=function(e){return this.ej2Instances.selectResourceByIndex(e)},n.prototype.setRecurrenceEditor=function(e){return this.ej2Instances.setRecurrenceEditor(e)},n.prototype.setResourceCollections=function(e){return this.ej2Instances.setResourceCollections(e)},n.prototype.setWorkHours=function(e,t,n,r){return this.ej2Instances.setWorkHours(e,t,n,r)},n.prototype.showSpinner=function(){return this.ej2Instances.showSpinner()},n=D([r.EJComponentDecorator({props:O,model:{event:"modelchanged"}})],n)}(r.ComponentBase),b={name:"ejs-schedule",install:function(e){e.component(b.name,P),e.component(p.name,u),e.component(a.name,i),e.component(m.name,y),e.component(h.name,d),e.component(w.name,R),e.component(v.name,I)}},E=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),T=function(e,t,n,r){var o,s=arguments.length,c=s<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)c=Reflect.decorate(e,t,n,r);else for(var i=e.length-1;i>=0;i--)(o=e[i])&&(c=(s<3?o(c):s>3?o(t,n,c):o(t,n))||c);return s>3&&c&&Object.defineProperty(t,n,c),c},k=["isLazyUpdate","plugins","calendarMode","cssClass","dateFormat","enablePersistence","enableRtl","firstDayOfWeek","frequencies","locale","maxDate","minDate","selectedType","startDate","value","change"],S=[],x=function(e){function n(){var n=e.call(this,arguments)||this;return n.propKeys=k,n.models=S,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.RecurrenceEditor({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return E(n,e),n.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var r=n[t],s=this.templateCollection[r];if(s&&s.length){for(var c=0,i=s;c<i.length;c++){var a=i[c];o.getValue("__vue__.$destroy",a)&&a.__vue__.$destroy(),a.innerHTML&&(a.innerHTML="")}delete this.templateCollection[r]}}},n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(r){t!==r||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("div",this.$slots.default)},n.prototype.custom=function(){this.updated()},n.prototype.getRecurrenceDates=function(e,t,n,r,o){return this.ej2Instances.getRecurrenceDates(e,t,n,r,o)},n.prototype.getRecurrenceRule=function(){return this.ej2Instances.getRecurrenceRule()},n.prototype.getRuleSummary=function(e){return this.ej2Instances.getRuleSummary(e)},n.prototype.resetFields=function(){return this.ej2Instances.resetFields()},n.prototype.setRecurrenceRule=function(e,t){return this.ej2Instances.setRecurrenceRule(e,t)},n.prototype.updateRuleUntilDate=function(e){return this.ej2Instances.updateRuleUntilDate(e)},n=T([r.EJComponentDecorator({props:k})],n)}(r.ComponentBase),H={name:"ejs-recurrenceeditor",install:function(e){e.component(H.name,x)}};e.ViewsDirective=i,e.ViewDirective=u,e.ViewsPlugin=a,e.ViewPlugin=p,e.ResourcesDirective=d,e.ResourceDirective=y,e.ResourcesPlugin=h,e.ResourcePlugin=m,e.HeaderRowsDirective=I,e.HeaderRowDirective=R,e.HeaderRowsPlugin=v,e.HeaderRowPlugin=w,e.ScheduleComponent=P,e.SchedulePlugin=b,e.RecurrenceEditorComponent=x,e.RecurrenceEditorPlugin=H,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-vue-schedule.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-vue-schedule.umd.min.js","sources":["../vue2/src/schedule/views.directive.js","../vue2/src/schedule/resources.directive.js","../vue2/src/schedule/headerrows.directive.js","../vue2/src/schedule/schedule.component.js","../vue2/src/recurrence-editor/recurrenceeditor.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ViewsDirective = /** @class */ (function (_super) {\n __extends(ViewsDirective, _super);\n function ViewsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ViewsDirective.prototype.render = function () {\n return;\n };\n ViewsDirective = __decorate([\n EJComponentDecorator({})\n ], ViewsDirective);\n return ViewsDirective;\n}(Vue));\nexport { ViewsDirective };\nexport var ViewsPlugin = {\n name: 'e-views',\n install: function (Vue) {\n Vue.component(ViewsPlugin.name, ViewsDirective);\n }\n};\n/**\n * `e-views` directive represent a view of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-views>\n * <e-view option='day' dateFormat='dd MMM'></e-view>\n * <e-view option='week'></e-view>\n * </e-views>\n * </ejs-schedule>\n * ```\n */\nvar ViewDirective = /** @class */ (function (_super) {\n __extends(ViewDirective, _super);\n function ViewDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ViewDirective.prototype.render = function () {\n return;\n };\n ViewDirective = __decorate([\n EJComponentDecorator({})\n ], ViewDirective);\n return ViewDirective;\n}(Vue));\nexport { ViewDirective };\nexport var ViewPlugin = {\n name: 'e-view',\n install: function (Vue) {\n Vue.component(ViewPlugin.name, ViewDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ResourcesDirective = /** @class */ (function (_super) {\n __extends(ResourcesDirective, _super);\n function ResourcesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ResourcesDirective.prototype.render = function () {\n return;\n };\n ResourcesDirective = __decorate([\n EJComponentDecorator({})\n ], ResourcesDirective);\n return ResourcesDirective;\n}(Vue));\nexport { ResourcesDirective };\nexport var ResourcesPlugin = {\n name: 'e-resources',\n install: function (Vue) {\n Vue.component(ResourcesPlugin.name, ResourcesDirective);\n }\n};\n/**\n * `e-resources` directive represent a resources of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-resources>\n * <e-resource field='RoomId' name='Rooms'></e-resource>\n * <e-resource field='OwnerId' name='Owners'></e-resource>\n * </e-resources>\n * </ejs-schedule>\n * ```\n */\nvar ResourceDirective = /** @class */ (function (_super) {\n __extends(ResourceDirective, _super);\n function ResourceDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ResourceDirective.prototype.render = function () {\n return;\n };\n ResourceDirective = __decorate([\n EJComponentDecorator({})\n ], ResourceDirective);\n return ResourceDirective;\n}(Vue));\nexport { ResourceDirective };\nexport var ResourcePlugin = {\n name: 'e-resource',\n install: function (Vue) {\n Vue.component(ResourcePlugin.name, ResourceDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar HeaderRowsDirective = /** @class */ (function (_super) {\n __extends(HeaderRowsDirective, _super);\n function HeaderRowsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n HeaderRowsDirective.prototype.render = function () {\n return;\n };\n HeaderRowsDirective = __decorate([\n EJComponentDecorator({})\n ], HeaderRowsDirective);\n return HeaderRowsDirective;\n}(Vue));\nexport { HeaderRowsDirective };\nexport var HeaderRowsPlugin = {\n name: 'e-header-rows',\n install: function (Vue) {\n Vue.component(HeaderRowsPlugin.name, HeaderRowsDirective);\n }\n};\n/**\n * `e-header-rows` directive represent a header rows of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-header-rows>\n * <e-header-row option='Week'></e-header-row>\n * <e-header-row option='Date'></e-header-row>\n * </e-header-rows>\n * </ejs-schedule>\n * ```\n */\nvar HeaderRowDirective = /** @class */ (function (_super) {\n __extends(HeaderRowDirective, _super);\n function HeaderRowDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n HeaderRowDirective.prototype.render = function () {\n return;\n };\n HeaderRowDirective = __decorate([\n EJComponentDecorator({})\n ], HeaderRowDirective);\n return HeaderRowDirective;\n}(Vue));\nexport { HeaderRowDirective };\nexport var HeaderRowPlugin = {\n name: 'e-header-row',\n install: function (Vue) {\n Vue.component(HeaderRowPlugin.name, HeaderRowDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { Schedule } from '@syncfusion/ej2-schedule';\nimport { ViewsDirective, ViewDirective, ViewsPlugin, ViewPlugin } from './views.directive';\nimport { ResourcesDirective, ResourceDirective, ResourcesPlugin, ResourcePlugin } from './resources.directive';\nimport { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlugin } from './headerrows.directive';\nexport var properties = ['isLazyUpdate', 'plugins', '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'];\nexport var modelProps = ['currentView', 'selectedDate'];\n/**\n * `ej-schedule` represents the VueJS Schedule Component.\n * ```vue\n * <ejs-schedule></ejs-schedule>\n * ```\n */\nvar ScheduleComponent = /** @class */ (function (_super) {\n __extends(ScheduleComponent, _super);\n function ScheduleComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = true;\n _this.tagMapper = { \"e-views\": \"e-view\", \"e-resources\": \"e-resource\", \"e-header-rows\": \"e-header-row\" };\n _this.tagNameMapper = { \"e-header-rows\": \"e-headerRows\" };\n _this.ej2Instances = new Schedule({});\n _this.ej2Instances._trigger = _this.ej2Instances.trigger;\n _this.ej2Instances.trigger = _this.trigger;\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n ScheduleComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n ScheduleComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n ScheduleComponent.prototype.trigger = function (eventName, eventProp, successHandler) {\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n if (this.ej2Instances && this.ej2Instances._trigger) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n };\n ScheduleComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n ScheduleComponent.prototype.custom = function () {\n this.updated();\n };\n ScheduleComponent.prototype.addEvent = function (data) {\n return this.ej2Instances.addEvent(data);\n };\n ScheduleComponent.prototype.addResource = function (resources, name, index) {\n return this.ej2Instances.addResource(resources, name, index);\n };\n ScheduleComponent.prototype.changeCurrentView = function (viewName, viewIndex) {\n return this.ej2Instances.changeCurrentView(viewName, viewIndex);\n };\n ScheduleComponent.prototype.closeEditor = function () {\n return this.ej2Instances.closeEditor();\n };\n ScheduleComponent.prototype.closeQuickInfoPopup = function () {\n return this.ej2Instances.closeQuickInfoPopup();\n };\n ScheduleComponent.prototype.collapseResource = function (resourceId, name) {\n return this.ej2Instances.collapseResource(resourceId, name);\n };\n ScheduleComponent.prototype.deleteEvent = function (id, currentAction) {\n return this.ej2Instances.deleteEvent(id, currentAction);\n };\n ScheduleComponent.prototype.expandResource = function (resourceId, name) {\n return this.ej2Instances.expandResource(resourceId, name);\n };\n ScheduleComponent.prototype.exportToExcel = function (excelExportOptions) {\n return this.ej2Instances.exportToExcel(excelExportOptions);\n };\n ScheduleComponent.prototype.exportToICalendar = function (fileName, customData) {\n return this.ej2Instances.exportToICalendar(fileName, customData);\n };\n ScheduleComponent.prototype.getBlockEvents = function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getBlockEvents(startDate, endDate, includeOccurrences);\n };\n ScheduleComponent.prototype.getCellDetails = function (tdCol) {\n return this.ej2Instances.getCellDetails(tdCol);\n };\n ScheduleComponent.prototype.getCurrentViewDates = function () {\n return this.ej2Instances.getCurrentViewDates();\n };\n ScheduleComponent.prototype.getCurrentViewEvents = function () {\n return this.ej2Instances.getCurrentViewEvents();\n };\n ScheduleComponent.prototype.getCurrentViewIndex = function () {\n return this.ej2Instances.getCurrentViewIndex();\n };\n ScheduleComponent.prototype.getDeletedOccurrences = function (recurrenceData) {\n return this.ej2Instances.getDeletedOccurrences(recurrenceData);\n };\n ScheduleComponent.prototype.getEventDetails = function (element) {\n return this.ej2Instances.getEventDetails(element);\n };\n ScheduleComponent.prototype.getEventMaxID = function () {\n return this.ej2Instances.getEventMaxID();\n };\n ScheduleComponent.prototype.getEvents = function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getEvents(startDate, endDate, includeOccurrences);\n };\n ScheduleComponent.prototype.getIndexFromResourceId = function (id, name) {\n return this.ej2Instances.getIndexFromResourceId(id, name);\n };\n ScheduleComponent.prototype.getOccurrencesByID = function (eventID) {\n return this.ej2Instances.getOccurrencesByID(eventID);\n };\n ScheduleComponent.prototype.getOccurrencesByRange = function (startTime, endTime) {\n return this.ej2Instances.getOccurrencesByRange(startTime, endTime);\n };\n ScheduleComponent.prototype.getResourceCollections = function () {\n return this.ej2Instances.getResourceCollections();\n };\n ScheduleComponent.prototype.getResourcesByIndex = function (index) {\n return this.ej2Instances.getResourcesByIndex(index);\n };\n ScheduleComponent.prototype.getSelectedElements = function () {\n return this.ej2Instances.getSelectedElements();\n };\n ScheduleComponent.prototype.hideSpinner = function () {\n return this.ej2Instances.hideSpinner();\n };\n ScheduleComponent.prototype.importICalendar = function (fileContent) {\n return this.ej2Instances.importICalendar(fileContent);\n };\n ScheduleComponent.prototype.isSlotAvailable = function (startTime, endTime, groupIndex) {\n return this.ej2Instances.isSlotAvailable(startTime, endTime, groupIndex);\n };\n ScheduleComponent.prototype.openEditor = function (data, action, isEventData, repeatType) {\n return this.ej2Instances.openEditor(data, action, isEventData, repeatType);\n };\n ScheduleComponent.prototype.openQuickInfoPopup = function (data) {\n return this.ej2Instances.openQuickInfoPopup(data);\n };\n ScheduleComponent.prototype.print = function (printOptions) {\n return this.ej2Instances.print(printOptions);\n };\n ScheduleComponent.prototype.refreshEvents = function (isRemoteRefresh) {\n return this.ej2Instances.refreshEvents(isRemoteRefresh);\n };\n ScheduleComponent.prototype.refreshLayout = function () {\n return this.ej2Instances.refreshLayout();\n };\n ScheduleComponent.prototype.refreshTemplates = function (templateName) {\n return this.ej2Instances.refreshTemplates(templateName);\n };\n ScheduleComponent.prototype.removeResource = function (resourceId, name) {\n return this.ej2Instances.removeResource(resourceId, name);\n };\n ScheduleComponent.prototype.resetWorkHours = function (dates, start, end, groupIndex) {\n return this.ej2Instances.resetWorkHours(dates, start, end, groupIndex);\n };\n ScheduleComponent.prototype.saveEvent = function (data, currentAction) {\n return this.ej2Instances.saveEvent(data, currentAction);\n };\n ScheduleComponent.prototype.scrollTo = function (hour, scrollDate) {\n return this.ej2Instances.scrollTo(hour, scrollDate);\n };\n ScheduleComponent.prototype.scrollToResource = function (resourceId, groupName) {\n return this.ej2Instances.scrollToResource(resourceId, groupName);\n };\n ScheduleComponent.prototype.selectResourceByIndex = function (groupIndex) {\n return this.ej2Instances.selectResourceByIndex(groupIndex);\n };\n ScheduleComponent.prototype.setRecurrenceEditor = function (recurrenceEditor) {\n return this.ej2Instances.setRecurrenceEditor(recurrenceEditor);\n };\n ScheduleComponent.prototype.setResourceCollections = function (resourceCol) {\n return this.ej2Instances.setResourceCollections(resourceCol);\n };\n ScheduleComponent.prototype.setWorkHours = function (dates, start, end, groupIndex) {\n return this.ej2Instances.setWorkHours(dates, start, end, groupIndex);\n };\n ScheduleComponent.prototype.showSpinner = function () {\n return this.ej2Instances.showSpinner();\n };\n ScheduleComponent = __decorate([\n EJComponentDecorator({\n props: properties,\n model: {\n event: 'modelchanged'\n }\n })\n ], ScheduleComponent);\n return ScheduleComponent;\n}(ComponentBase));\nexport { ScheduleComponent };\nexport var SchedulePlugin = {\n name: 'ejs-schedule',\n install: function (Vue) {\n Vue.component(SchedulePlugin.name, ScheduleComponent);\n Vue.component(ViewPlugin.name, ViewDirective);\n Vue.component(ViewsPlugin.name, ViewsDirective);\n Vue.component(ResourcePlugin.name, ResourceDirective);\n Vue.component(ResourcesPlugin.name, ResourcesDirective);\n Vue.component(HeaderRowPlugin.name, HeaderRowDirective);\n Vue.component(HeaderRowsPlugin.name, HeaderRowsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\nexport var properties = ['isLazyUpdate', 'plugins', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];\nexport var modelProps = [];\n/**\n * `ejs-recurrenceeditor` represents the VueJS RecurrenceEditor Component.\n * ```vue\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\nvar RecurrenceEditorComponent = /** @class */ (function (_super) {\n __extends(RecurrenceEditorComponent, _super);\n function RecurrenceEditorComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = false;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.ej2Instances = new RecurrenceEditor({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n RecurrenceEditorComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n RecurrenceEditorComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n RecurrenceEditorComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n RecurrenceEditorComponent.prototype.custom = function () {\n this.updated();\n };\n RecurrenceEditorComponent.prototype.getRecurrenceDates = function (startDate, rule, excludeDate, maximumCount, viewDate) {\n return this.ej2Instances.getRecurrenceDates(startDate, rule, excludeDate, maximumCount, viewDate);\n };\n RecurrenceEditorComponent.prototype.getRecurrenceRule = function () {\n return this.ej2Instances.getRecurrenceRule();\n };\n RecurrenceEditorComponent.prototype.getRuleSummary = function (rule) {\n return this.ej2Instances.getRuleSummary(rule);\n };\n RecurrenceEditorComponent.prototype.resetFields = function () {\n return this.ej2Instances.resetFields();\n };\n RecurrenceEditorComponent.prototype.setRecurrenceRule = function (rule, startDate) {\n return this.ej2Instances.setRecurrenceRule(rule, startDate);\n };\n RecurrenceEditorComponent.prototype.updateRuleUntilDate = function (startDate) {\n return this.ej2Instances.updateRuleUntilDate(startDate);\n };\n RecurrenceEditorComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], RecurrenceEditorComponent);\n return RecurrenceEditorComponent;\n}(ComponentBase));\nexport { RecurrenceEditorComponent };\nexport var RecurrenceEditorPlugin = {\n name: 'ejs-recurrenceeditor',\n install: function (Vue) {\n Vue.component(RecurrenceEditorPlugin.name, RecurrenceEditorComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","ViewsDirective","_super","apply","render","EJComponentDecorator","Vue","ViewsPlugin","name","install","component","ViewDirective","ViewPlugin","ResourcesDirective","ResourcesPlugin","ResourceDirective","ResourcePlugin","HeaderRowsDirective","HeaderRowsPlugin","HeaderRowDirective","HeaderRowPlugin","properties","modelProps","ScheduleComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-views","e-resources","e-header-rows","tagNameMapper","ej2Instances","Schedule","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","updated","templateNames","keys","templateCollection","_i","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","map","model","test","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","createElement","$slots","default","custom","addEvent","data","addResource","resources","index","changeCurrentView","viewName","viewIndex","closeEditor","closeQuickInfoPopup","collapseResource","resourceId","deleteEvent","id","currentAction","expandResource","exportToExcel","excelExportOptions","exportToICalendar","fileName","customData","getBlockEvents","startDate","endDate","includeOccurrences","getCellDetails","tdCol","getCurrentViewDates","getCurrentViewEvents","getCurrentViewIndex","getDeletedOccurrences","recurrenceData","getEventDetails","element","getEventMaxID","getEvents","getIndexFromResourceId","getOccurrencesByID","eventID","getOccurrencesByRange","startTime","endTime","getResourceCollections","getResourcesByIndex","getSelectedElements","hideSpinner","importICalendar","fileContent","isSlotAvailable","groupIndex","openEditor","action","isEventData","repeatType","openQuickInfoPopup","print","printOptions","refreshEvents","isRemoteRefresh","refreshLayout","refreshTemplates","templateName","removeResource","resetWorkHours","dates","start","end","saveEvent","scrollTo","hour","scrollDate","scrollToResource","groupName","selectResourceByIndex","setRecurrenceEditor","recurrenceEditor","setResourceCollections","resourceCol","setWorkHours","showSpinner","props","event","ComponentBase","SchedulePlugin","RecurrenceEditorComponent","RecurrenceEditor","getRecurrenceDates","rule","excludeDate","maximumCount","viewDate","getRecurrenceRule","getRuleSummary","resetFields","setRecurrenceRule","updateRuleUntilDate","RecurrenceEditorPlugin"],"mappings":"+dAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAaxCK,EAA0C,SAAUC,EAAYC,EAAQC,EAAKC,GAC7E,IAA2HjB,EAAvHkB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOf,OAAOoB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAASV,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAIX,EAAWM,OAAS,EAAGK,GAAK,EAAGA,KAASzB,EAAIc,EAAWW,MAAIJ,GAAKH,EAAI,EAAIlB,EAAEqB,GAAKH,EAAI,EAAIlB,EAAEe,EAAQC,EAAKK,GAAKrB,EAAEe,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKnB,OAAOwB,eAAeX,EAAQC,EAAKK,GAAIA,GAI5DM,EAAgC,SAAUC,GAE1C,SAASD,IACL,OAAkB,OAAXC,GAAmBA,EAAOC,MAAMpB,KAAMU,YAAcV,KAQ/D,OAVAX,EAAU6B,EAAgBC,GAI1BD,EAAehB,UAAUmB,OAAS,aAGlCH,EAAiBd,GACbkB,4BACDJ,IAELK,GAESC,GACPC,KAAM,UACNC,QAAS,SAAUH,GACfA,EAAII,UAAUH,EAAYC,KAAMP,KAepCU,EAA+B,SAAUT,GAEzC,SAASS,IACL,OAAkB,OAAXT,GAAmBA,EAAOC,MAAMpB,KAAMU,YAAcV,KAQ/D,OAVAX,EAAUuC,EAAeT,GAIzBS,EAAc1B,UAAUmB,OAAS,aAGjCO,EAAgBxB,GACZkB,4BACDM,IAELL,GAESM,GACPJ,KAAM,SACNC,QAAS,SAAUH,GACfA,EAAII,UAAUE,EAAWJ,KAAMG,KCtEnCvC,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAaxCK,EAA0C,SAAUC,EAAYC,EAAQC,EAAKC,GAC7E,IAA2HjB,EAAvHkB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOf,OAAOoB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAASV,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAIX,EAAWM,OAAS,EAAGK,GAAK,EAAGA,KAASzB,EAAIc,EAAWW,MAAIJ,GAAKH,EAAI,EAAIlB,EAAEqB,GAAKH,EAAI,EAAIlB,EAAEe,EAAQC,EAAKK,GAAKrB,EAAEe,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKnB,OAAOwB,eAAeX,EAAQC,EAAKK,GAAIA,GAI5DkB,EAAoC,SAAUX,GAE9C,SAASW,IACL,OAAkB,OAAXX,GAAmBA,EAAOC,MAAMpB,KAAMU,YAAcV,KAQ/D,OAVAX,EAAUyC,EAAoBX,GAI9BW,EAAmB5B,UAAUmB,OAAS,aAGtCS,EAAqB1B,GACjBkB,4BACDQ,IAELP,GAESQ,GACPN,KAAM,cACNC,QAAS,SAAUH,GACfA,EAAII,UAAUI,EAAgBN,KAAMK,KAexCE,EAAmC,SAAUb,GAE7C,SAASa,IACL,OAAkB,OAAXb,GAAmBA,EAAOC,MAAMpB,KAAMU,YAAcV,KAQ/D,OAVAX,EAAU2C,EAAmBb,GAI7Ba,EAAkB9B,UAAUmB,OAAS,aAGrCW,EAAoB5B,GAChBkB,4BACDU,IAELT,GAESU,GACPR,KAAM,aACNC,QAAS,SAAUH,GACfA,EAAII,UAAUM,EAAeR,KAAMO,KCtEvC3C,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAaxCK,EAA0C,SAAUC,EAAYC,EAAQC,EAAKC,GAC7E,IAA2HjB,EAAvHkB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOf,OAAOoB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAASV,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAIX,EAAWM,OAAS,EAAGK,GAAK,EAAGA,KAASzB,EAAIc,EAAWW,MAAIJ,GAAKH,EAAI,EAAIlB,EAAEqB,GAAKH,EAAI,EAAIlB,EAAEe,EAAQC,EAAKK,GAAKrB,EAAEe,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKnB,OAAOwB,eAAeX,EAAQC,EAAKK,GAAIA,GAI5DsB,EAAqC,SAAUf,GAE/C,SAASe,IACL,OAAkB,OAAXf,GAAmBA,EAAOC,MAAMpB,KAAMU,YAAcV,KAQ/D,OAVAX,EAAU6C,EAAqBf,GAI/Be,EAAoBhC,UAAUmB,OAAS,aAGvCa,EAAsB9B,GAClBkB,4BACDY,IAELX,GAESY,GACPV,KAAM,gBACNC,QAAS,SAAUH,GACfA,EAAII,UAAUQ,EAAiBV,KAAMS,KAezCE,EAAoC,SAAUjB,GAE9C,SAASiB,IACL,OAAkB,OAAXjB,GAAmBA,EAAOC,MAAMpB,KAAMU,YAAcV,KAQ/D,OAVAX,EAAU+C,EAAoBjB,GAI9BiB,EAAmBlC,UAAUmB,OAAS,aAGtCe,EAAqBhC,GACjBkB,4BACDc,IAELb,GAESc,GACPZ,KAAM,eACNC,QAAS,SAAUH,GACfA,EAAII,UAAUU,EAAgBZ,KAAMW,KCtExC/C,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAaxCK,EAA0C,SAAUC,EAAYC,EAAQC,EAAKC,GAC7E,IAA2HjB,EAAvHkB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOf,OAAOoB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAASV,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAIX,EAAWM,OAAS,EAAGK,GAAK,EAAGA,KAASzB,EAAIc,EAAWW,MAAIJ,GAAKH,EAAI,EAAIlB,EAAEqB,GAAKH,EAAI,EAAIlB,EAAEe,EAAQC,EAAKK,GAAKrB,EAAEe,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKnB,OAAOwB,eAAeX,EAAQC,EAAKK,GAAIA,GASrD0B,GAAc,eAAgB,UAAW,kBAAmB,mBAAoB,cAAe,2BAA4B,0BAA2B,iBAAkB,yBAA0B,gBAAiB,eAAgB,qBAAsB,eAAgB,WAAY,cAAe,aAAc,qBAAsB,oBAAqB,iBAAkB,mBAAoB,qBAAsB,oBAAqB,6BAA8B,YAAa,UAAW,gBAAiB,gBAAiB,iBAAkB,mBAAoB,QAAS,uBAAwB,aAAc,SAAU,sBAAuB,SAAU,UAAW,UAAW,sBAAuB,cAAe,0BAA2B,qBAAsB,WAAY,yBAA0B,YAAa,gBAAiB,eAAgB,gBAAiB,gBAAiB,oBAAqB,iBAAkB,cAAe,YAAa,aAAc,YAAa,WAAY,qBAAsB,QAAS,WAAY,QAAS,WAAY,YAAa,cAAe,iBAAkB,gBAAiB,YAAa,kBAAmB,UAAW,cAAe,YAAa,YAAa,OAAQ,YAAa,WAAY,aAAc,gBAAiB,QAAS,kBAAmB,aAAc,aAAc,YAAa,aAAc,cAAe,aAAc,WAAY,UACl2CC,GAAc,cAAe,gBAOpCC,EAAmC,SAAUrB,GAE7C,SAASqB,IACL,IAAIC,EAAQtB,EAAOuB,KAAK1C,KAAMU,YAAcV,KAe5C,OAdAyC,EAAME,SAAWL,EACjBG,EAAMG,OAASL,EACfE,EAAMI,mBAAoB,EAC1BJ,EAAMK,oBAAqB,EAC3BL,EAAMM,WAAcC,UAAW,SAAUC,cAAe,aAAcC,gBAAiB,gBACvFT,EAAMU,eAAkBD,gBAAiB,gBACzCT,EAAMW,aAAe,IAAIC,eACzBZ,EAAMW,aAAaE,SAAWb,EAAMW,aAAaG,QACjDd,EAAMW,aAAaG,QAAUd,EAAMc,QACnCd,EAAMe,iBACNf,EAAMW,aAAaK,eAAiBhB,EAAMW,aAAaM,cACvDjB,EAAMW,aAAaM,cAAgBjB,EAAMiB,cACzCjB,EAAMW,aAAaO,cAAgBlB,EAAMkB,cACzClB,EAAMmB,QAAUnB,EAAMmB,QACfnB,EAgNX,OAjOApD,EAAUmD,EAAmBrB,GAmB7BqB,EAAkBtC,UAAUyD,cAAgB,SAAUE,GAIlD,GAHKA,IACDA,EAAgBpE,OAAOqE,KAAK9D,KAAK+D,yBAEjCF,EAAclD,QAAUX,KAAK+D,mBAC7B,IAAK,IAAIC,EAAK,EAAGC,EAAkBJ,EAAeG,EAAKC,EAAgBtD,OAAQqD,IAAM,CACjF,IAAIE,EAAWD,EAAgBD,GAC3BG,EAAoBnE,KAAK+D,mBAAmBG,GAChD,GAAIC,GAAqBA,EAAkBxD,OAAQ,CAC/C,IAAK,IAAIyD,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoB1D,OAAQyD,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjB1E,KAAK+D,mBAAmBG,MAK/C1B,EAAkBtC,UAAUwD,cAAgB,SAAUiB,EAAMC,GACxD,IAAInC,EAAQzC,KACRA,KAAKoD,cAAgBpD,KAAKoD,aAAaK,gBACvCzD,KAAKoD,aAAaK,eAAekB,EAAMC,GAEvCD,GAAQ3E,KAAK4C,QAAU5C,KAAK4C,OAAOjC,QACnClB,OAAOqE,KAAKa,GAAME,IAAI,SAAUtE,GAC5BkC,EAAMG,OAAOiC,IAAI,SAAUC,GAClBvE,IAAQuE,GAAY,cAAcC,KAAKxE,IACxCkC,EAAMuC,MAAM,UAAYzE,EAAKoE,EAAKpE,SAMtDiC,EAAkBtC,UAAUqD,QAAU,SAAU0B,EAAWC,EAAWC,GAClE,GAAmB,WAAdF,GAAwC,UAAdA,IAA0BjF,KAAK4C,QAAkC,IAAvB5C,KAAK4C,OAAOjC,QAQhF,GAAmB,gBAAdsE,GAAyD,iBAA1BC,EAAUE,aAAmCpF,KAAK4C,QAAkC,IAAvB5C,KAAK4C,OAAOjC,OAAe,CAEzH0E,GADA9E,EAAMP,KAAK4C,OAAO0C,WAAWC,MAAM,iCACrB,GACdL,GAAa3E,IAAQiF,cAAYN,EAAUG,MAC3CrF,KAAKgF,MAAM,UAAYK,EAASH,EAAUG,IAC1CrF,KAAKgF,MAAM,eAAgBE,EAAUG,UAbuD,CAChG,IAAI9E,EACA8E,GADA9E,EAAMP,KAAK4C,OAAO0C,WAAWC,MAAM,sBACrB,GACdL,GAAa3E,IAAQiF,cAAYN,EAAUG,MAC3CrF,KAAKgF,MAAM,UAAYK,EAASH,EAAUG,IAC1CrF,KAAKgF,MAAM,eAAgBE,EAAUG,KAWzCrF,KAAKoD,cAAgBpD,KAAKoD,aAAaE,UACvCtD,KAAKoD,aAAaE,SAAS2B,EAAWC,EAAWC,IAGzD3C,EAAkBtC,UAAUmB,OAAS,SAAUoE,GAC3C,OAAOA,EAAc,MAAOzF,KAAK0F,OAAOC,UAE5CnD,EAAkBtC,UAAU0F,OAAS,WACjC5F,KAAK4D,WAETpB,EAAkBtC,UAAU2F,SAAW,SAAUC,GAC7C,OAAO9F,KAAKoD,aAAayC,SAASC,IAEtCtD,EAAkBtC,UAAU6F,YAAc,SAAUC,EAAWvE,EAAMwE,GACjE,OAAOjG,KAAKoD,aAAa2C,YAAYC,EAAWvE,EAAMwE,IAE1DzD,EAAkBtC,UAAUgG,kBAAoB,SAAUC,EAAUC,GAChE,OAAOpG,KAAKoD,aAAa8C,kBAAkBC,EAAUC,IAEzD5D,EAAkBtC,UAAUmG,YAAc,WACtC,OAAOrG,KAAKoD,aAAaiD,eAE7B7D,EAAkBtC,UAAUoG,oBAAsB,WAC9C,OAAOtG,KAAKoD,aAAakD,uBAE7B9D,EAAkBtC,UAAUqG,iBAAmB,SAAUC,EAAY/E,GACjE,OAAOzB,KAAKoD,aAAamD,iBAAiBC,EAAY/E,IAE1De,EAAkBtC,UAAUuG,YAAc,SAAUC,EAAIC,GACpD,OAAO3G,KAAKoD,aAAaqD,YAAYC,EAAIC,IAE7CnE,EAAkBtC,UAAU0G,eAAiB,SAAUJ,EAAY/E,GAC/D,OAAOzB,KAAKoD,aAAawD,eAAeJ,EAAY/E,IAExDe,EAAkBtC,UAAU2G,cAAgB,SAAUC,GAClD,OAAO9G,KAAKoD,aAAayD,cAAcC,IAE3CtE,EAAkBtC,UAAU6G,kBAAoB,SAAUC,EAAUC,GAChE,OAAOjH,KAAKoD,aAAa2D,kBAAkBC,EAAUC,IAEzDzE,EAAkBtC,UAAUgH,eAAiB,SAAUC,EAAWC,EAASC,GACvE,OAAOrH,KAAKoD,aAAa8D,eAAeC,EAAWC,EAASC,IAEhE7E,EAAkBtC,UAAUoH,eAAiB,SAAUC,GACnD,OAAOvH,KAAKoD,aAAakE,eAAeC,IAE5C/E,EAAkBtC,UAAUsH,oBAAsB,WAC9C,OAAOxH,KAAKoD,aAAaoE,uBAE7BhF,EAAkBtC,UAAUuH,qBAAuB,WAC/C,OAAOzH,KAAKoD,aAAaqE,wBAE7BjF,EAAkBtC,UAAUwH,oBAAsB,WAC9C,OAAO1H,KAAKoD,aAAasE,uBAE7BlF,EAAkBtC,UAAUyH,sBAAwB,SAAUC,GAC1D,OAAO5H,KAAKoD,aAAauE,sBAAsBC,IAEnDpF,EAAkBtC,UAAU2H,gBAAkB,SAAUC,GACpD,OAAO9H,KAAKoD,aAAayE,gBAAgBC,IAE7CtF,EAAkBtC,UAAU6H,cAAgB,WACxC,OAAO/H,KAAKoD,aAAa2E,iBAE7BvF,EAAkBtC,UAAU8H,UAAY,SAAUb,EAAWC,EAASC,GAClE,OAAOrH,KAAKoD,aAAa4E,UAAUb,EAAWC,EAASC,IAE3D7E,EAAkBtC,UAAU+H,uBAAyB,SAAUvB,EAAIjF,GAC/D,OAAOzB,KAAKoD,aAAa6E,uBAAuBvB,EAAIjF,IAExDe,EAAkBtC,UAAUgI,mBAAqB,SAAUC,GACvD,OAAOnI,KAAKoD,aAAa8E,mBAAmBC,IAEhD3F,EAAkBtC,UAAUkI,sBAAwB,SAAUC,EAAWC,GACrE,OAAOtI,KAAKoD,aAAagF,sBAAsBC,EAAWC,IAE9D9F,EAAkBtC,UAAUqI,uBAAyB,WACjD,OAAOvI,KAAKoD,aAAamF,0BAE7B/F,EAAkBtC,UAAUsI,oBAAsB,SAAUvC,GACxD,OAAOjG,KAAKoD,aAAaoF,oBAAoBvC,IAEjDzD,EAAkBtC,UAAUuI,oBAAsB,WAC9C,OAAOzI,KAAKoD,aAAaqF,uBAE7BjG,EAAkBtC,UAAUwI,YAAc,WACtC,OAAO1I,KAAKoD,aAAasF,eAE7BlG,EAAkBtC,UAAUyI,gBAAkB,SAAUC,GACpD,OAAO5I,KAAKoD,aAAauF,gBAAgBC,IAE7CpG,EAAkBtC,UAAU2I,gBAAkB,SAAUR,EAAWC,EAASQ,GACxE,OAAO9I,KAAKoD,aAAayF,gBAAgBR,EAAWC,EAASQ,IAEjEtG,EAAkBtC,UAAU6I,WAAa,SAAUjD,EAAMkD,EAAQC,EAAaC,GAC1E,OAAOlJ,KAAKoD,aAAa2F,WAAWjD,EAAMkD,EAAQC,EAAaC,IAEnE1G,EAAkBtC,UAAUiJ,mBAAqB,SAAUrD,GACvD,OAAO9F,KAAKoD,aAAa+F,mBAAmBrD,IAEhDtD,EAAkBtC,UAAUkJ,MAAQ,SAAUC,GAC1C,OAAOrJ,KAAKoD,aAAagG,MAAMC,IAEnC7G,EAAkBtC,UAAUoJ,cAAgB,SAAUC,GAClD,OAAOvJ,KAAKoD,aAAakG,cAAcC,IAE3C/G,EAAkBtC,UAAUsJ,cAAgB,WACxC,OAAOxJ,KAAKoD,aAAaoG,iBAE7BhH,EAAkBtC,UAAUuJ,iBAAmB,SAAUC,GACrD,OAAO1J,KAAKoD,aAAaqG,iBAAiBC,IAE9ClH,EAAkBtC,UAAUyJ,eAAiB,SAAUnD,EAAY/E,GAC/D,OAAOzB,KAAKoD,aAAauG,eAAenD,EAAY/E,IAExDe,EAAkBtC,UAAU0J,eAAiB,SAAUC,EAAOC,EAAOC,EAAKjB,GACtE,OAAO9I,KAAKoD,aAAawG,eAAeC,EAAOC,EAAOC,EAAKjB,IAE/DtG,EAAkBtC,UAAU8J,UAAY,SAAUlE,EAAMa,GACpD,OAAO3G,KAAKoD,aAAa4G,UAAUlE,EAAMa,IAE7CnE,EAAkBtC,UAAU+J,SAAW,SAAUC,EAAMC,GACnD,OAAOnK,KAAKoD,aAAa6G,SAASC,EAAMC,IAE5C3H,EAAkBtC,UAAUkK,iBAAmB,SAAU5D,EAAY6D,GACjE,OAAOrK,KAAKoD,aAAagH,iBAAiB5D,EAAY6D,IAE1D7H,EAAkBtC,UAAUoK,sBAAwB,SAAUxB,GAC1D,OAAO9I,KAAKoD,aAAakH,sBAAsBxB,IAEnDtG,EAAkBtC,UAAUqK,oBAAsB,SAAUC,GACxD,OAAOxK,KAAKoD,aAAamH,oBAAoBC,IAEjDhI,EAAkBtC,UAAUuK,uBAAyB,SAAUC,GAC3D,OAAO1K,KAAKoD,aAAaqH,uBAAuBC,IAEpDlI,EAAkBtC,UAAUyK,aAAe,SAAUd,EAAOC,EAAOC,EAAKjB,GACpE,OAAO9I,KAAKoD,aAAauH,aAAad,EAAOC,EAAOC,EAAKjB,IAE7DtG,EAAkBtC,UAAU0K,YAAc,WACtC,OAAO5K,KAAKoD,aAAawH,eAE7BpI,EAAoBpC,GAChBkB,wBACIuJ,MAAOvI,EACPwC,OACIgG,MAAO,mBAGhBtI,IAELuI,iBAESC,GACPvJ,KAAM,eACNC,QAAS,SAAUH,GACfA,EAAII,UAAUqJ,EAAevJ,KAAMe,GACnCjB,EAAII,UAAUE,EAAWJ,KAAMG,GAC/BL,EAAII,UAAUH,EAAYC,KAAMP,GAChCK,EAAII,UAAUM,EAAeR,KAAMO,GACnCT,EAAII,UAAUI,EAAgBN,KAAMK,GACpCP,EAAII,UAAUU,EAAgBZ,KAAMW,GACpCb,EAAII,UAAUQ,EAAiBV,KAAMS,KChRzC7C,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAaxCK,EAA0C,SAAUC,EAAYC,EAAQC,EAAKC,GAC7E,IAA2HjB,EAAvHkB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOf,OAAOoB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAASV,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAIX,EAAWM,OAAS,EAAGK,GAAK,EAAGA,KAASzB,EAAIc,EAAWW,MAAIJ,GAAKH,EAAI,EAAIlB,EAAEqB,GAAKH,EAAI,EAAIlB,EAAEe,EAAQC,EAAKK,GAAKrB,EAAEe,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKnB,OAAOwB,eAAeX,EAAQC,EAAKK,GAAIA,GAKrD0B,GAAc,eAAgB,UAAW,eAAgB,WAAY,aAAc,oBAAqB,YAAa,iBAAkB,cAAe,SAAU,UAAW,UAAW,eAAgB,YAAa,QAAS,UAC5NC,KAOP0I,EAA2C,SAAU9J,GAErD,SAAS8J,IACL,IAAIxI,EAAQtB,EAAOuB,KAAK1C,KAAMU,YAAcV,KAa5C,OAZAyC,EAAME,SAAWL,EACjBG,EAAMG,OAASL,EACfE,EAAMI,mBAAoB,EAC1BJ,EAAMK,oBAAqB,EAC3BL,EAAMM,aACNN,EAAMU,iBACNV,EAAMW,aAAe,IAAI8H,uBACzBzI,EAAMe,iBACNf,EAAMW,aAAaK,eAAiBhB,EAAMW,aAAaM,cACvDjB,EAAMW,aAAaM,cAAgBjB,EAAMiB,cACzCjB,EAAMW,aAAaO,cAAgBlB,EAAMkB,cACzClB,EAAMmB,QAAUnB,EAAMmB,QACfnB,EAsEX,OArFApD,EAAU4L,EAA2B9J,GAiBrC8J,EAA0B/K,UAAUyD,cAAgB,SAAUE,GAI1D,GAHKA,IACDA,EAAgBpE,OAAOqE,KAAK9D,KAAK+D,yBAEjCF,EAAclD,QAAUX,KAAK+D,mBAC7B,IAAK,IAAIC,EAAK,EAAGC,EAAkBJ,EAAeG,EAAKC,EAAgBtD,OAAQqD,IAAM,CACjF,IAAIE,EAAWD,EAAgBD,GAC3BG,EAAoBnE,KAAK+D,mBAAmBG,GAChD,GAAIC,GAAqBA,EAAkBxD,OAAQ,CAC/C,IAAK,IAAIyD,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoB1D,OAAQyD,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjB1E,KAAK+D,mBAAmBG,MAK/C+G,EAA0B/K,UAAUwD,cAAgB,SAAUiB,EAAMC,GAChE,IAAInC,EAAQzC,KACRA,KAAKoD,cAAgBpD,KAAKoD,aAAaK,gBACvCzD,KAAKoD,aAAaK,eAAekB,EAAMC,GAEvCD,GAAQ3E,KAAK4C,QAAU5C,KAAK4C,OAAOjC,QACnClB,OAAOqE,KAAKa,GAAME,IAAI,SAAUtE,GAC5BkC,EAAMG,OAAOiC,IAAI,SAAUC,GAClBvE,IAAQuE,GAAY,cAAcC,KAAKxE,IACxCkC,EAAMuC,MAAM,UAAYzE,EAAKoE,EAAKpE,SAMtD0K,EAA0B/K,UAAUmB,OAAS,SAAUoE,GACnD,OAAOA,EAAc,MAAOzF,KAAK0F,OAAOC,UAE5CsF,EAA0B/K,UAAU0F,OAAS,WACzC5F,KAAK4D,WAETqH,EAA0B/K,UAAUiL,mBAAqB,SAAUhE,EAAWiE,EAAMC,EAAaC,EAAcC,GAC3G,OAAOvL,KAAKoD,aAAa+H,mBAAmBhE,EAAWiE,EAAMC,EAAaC,EAAcC,IAE5FN,EAA0B/K,UAAUsL,kBAAoB,WACpD,OAAOxL,KAAKoD,aAAaoI,qBAE7BP,EAA0B/K,UAAUuL,eAAiB,SAAUL,GAC3D,OAAOpL,KAAKoD,aAAaqI,eAAeL,IAE5CH,EAA0B/K,UAAUwL,YAAc,WAC9C,OAAO1L,KAAKoD,aAAasI,eAE7BT,EAA0B/K,UAAUyL,kBAAoB,SAAUP,EAAMjE,GACpE,OAAOnH,KAAKoD,aAAauI,kBAAkBP,EAAMjE,IAErD8D,EAA0B/K,UAAU0L,oBAAsB,SAAUzE,GAChE,OAAOnH,KAAKoD,aAAawI,oBAAoBzE,IAEjD8D,EAA4B7K,GACxBkB,wBACIuJ,MAAOvI,KAEZ2I,IAELF,iBAESc,GACPpK,KAAM,uBACNC,QAAS,SAAUH,GACfA,EAAII,UAAUkK,EAAuBpK,KAAMwJ"}
1
+ {"version":3,"file":"ej2-vue-schedule.umd.min.js","sources":["../vue2/src/schedule/views.directive.js","../vue2/src/schedule/resources.directive.js","../vue2/src/schedule/headerrows.directive.js","../vue2/src/schedule/schedule.component.js","../vue2/src/recurrence-editor/recurrenceeditor.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ViewsDirective = /** @class */ (function (_super) {\n __extends(ViewsDirective, _super);\n function ViewsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ViewsDirective.prototype.render = function () {\n return;\n };\n ViewsDirective = __decorate([\n EJComponentDecorator({})\n ], ViewsDirective);\n return ViewsDirective;\n}(Vue));\nexport { ViewsDirective };\nexport var ViewsPlugin = {\n name: 'e-views',\n install: function (Vue) {\n Vue.component(ViewsPlugin.name, ViewsDirective);\n }\n};\n/**\n * `e-views` directive represent a view of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-views>\n * <e-view option='day' dateFormat='dd MMM'></e-view>\n * <e-view option='week'></e-view>\n * </e-views>\n * </ejs-schedule>\n * ```\n */\nvar ViewDirective = /** @class */ (function (_super) {\n __extends(ViewDirective, _super);\n function ViewDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ViewDirective.prototype.render = function () {\n return;\n };\n ViewDirective = __decorate([\n EJComponentDecorator({})\n ], ViewDirective);\n return ViewDirective;\n}(Vue));\nexport { ViewDirective };\nexport var ViewPlugin = {\n name: 'e-view',\n install: function (Vue) {\n Vue.component(ViewPlugin.name, ViewDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar ResourcesDirective = /** @class */ (function (_super) {\n __extends(ResourcesDirective, _super);\n function ResourcesDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ResourcesDirective.prototype.render = function () {\n return;\n };\n ResourcesDirective = __decorate([\n EJComponentDecorator({})\n ], ResourcesDirective);\n return ResourcesDirective;\n}(Vue));\nexport { ResourcesDirective };\nexport var ResourcesPlugin = {\n name: 'e-resources',\n install: function (Vue) {\n Vue.component(ResourcesPlugin.name, ResourcesDirective);\n }\n};\n/**\n * `e-resources` directive represent a resources of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-resources>\n * <e-resource field='RoomId' name='Rooms'></e-resource>\n * <e-resource field='OwnerId' name='Owners'></e-resource>\n * </e-resources>\n * </ejs-schedule>\n * ```\n */\nvar ResourceDirective = /** @class */ (function (_super) {\n __extends(ResourceDirective, _super);\n function ResourceDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n ResourceDirective.prototype.render = function () {\n return;\n };\n ResourceDirective = __decorate([\n EJComponentDecorator({})\n ], ResourceDirective);\n return ResourceDirective;\n}(Vue));\nexport { ResourceDirective };\nexport var ResourcePlugin = {\n name: 'e-resource',\n install: function (Vue) {\n Vue.component(ResourcePlugin.name, ResourceDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport Vue from 'vue';\nimport { EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nvar HeaderRowsDirective = /** @class */ (function (_super) {\n __extends(HeaderRowsDirective, _super);\n function HeaderRowsDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n HeaderRowsDirective.prototype.render = function () {\n return;\n };\n HeaderRowsDirective = __decorate([\n EJComponentDecorator({})\n ], HeaderRowsDirective);\n return HeaderRowsDirective;\n}(Vue));\nexport { HeaderRowsDirective };\nexport var HeaderRowsPlugin = {\n name: 'e-header-rows',\n install: function (Vue) {\n Vue.component(HeaderRowsPlugin.name, HeaderRowsDirective);\n }\n};\n/**\n * `e-header-rows` directive represent a header rows of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-header-rows>\n * <e-header-row option='Week'></e-header-row>\n * <e-header-row option='Date'></e-header-row>\n * </e-header-rows>\n * </ejs-schedule>\n * ```\n */\nvar HeaderRowDirective = /** @class */ (function (_super) {\n __extends(HeaderRowDirective, _super);\n function HeaderRowDirective() {\n return _super !== null && _super.apply(this, arguments) || this;\n }\n HeaderRowDirective.prototype.render = function () {\n return;\n };\n HeaderRowDirective = __decorate([\n EJComponentDecorator({})\n ], HeaderRowDirective);\n return HeaderRowDirective;\n}(Vue));\nexport { HeaderRowDirective };\nexport var HeaderRowPlugin = {\n name: 'e-header-row',\n install: function (Vue) {\n Vue.component(HeaderRowPlugin.name, HeaderRowDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { Schedule } from '@syncfusion/ej2-schedule';\nimport { ViewsDirective, ViewDirective, ViewsPlugin, ViewPlugin } from './views.directive';\nimport { ResourcesDirective, ResourceDirective, ResourcesPlugin, ResourcePlugin } from './resources.directive';\nimport { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlugin } from './headerrows.directive';\nexport 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'];\nexport var modelProps = ['currentView', 'selectedDate'];\n/**\n * `ej-schedule` represents the VueJS Schedule Component.\n * ```vue\n * <ejs-schedule></ejs-schedule>\n * ```\n */\nvar ScheduleComponent = /** @class */ (function (_super) {\n __extends(ScheduleComponent, _super);\n function ScheduleComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = true;\n _this.hasInjectedModules = true;\n _this.tagMapper = { \"e-views\": \"e-view\", \"e-resources\": \"e-resource\", \"e-header-rows\": \"e-header-row\" };\n _this.tagNameMapper = { \"e-header-rows\": \"e-headerRows\" };\n _this.ej2Instances = new Schedule({});\n _this.ej2Instances._trigger = _this.ej2Instances.trigger;\n _this.ej2Instances.trigger = _this.trigger;\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n ScheduleComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n ScheduleComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n ScheduleComponent.prototype.trigger = function (eventName, eventProp, successHandler) {\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n if (this.ej2Instances && this.ej2Instances._trigger) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n };\n ScheduleComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n ScheduleComponent.prototype.custom = function () {\n this.updated();\n };\n ScheduleComponent.prototype.addEvent = function (data) {\n return this.ej2Instances.addEvent(data);\n };\n ScheduleComponent.prototype.addResource = function (resources, name, index) {\n return this.ej2Instances.addResource(resources, name, index);\n };\n ScheduleComponent.prototype.changeCurrentView = function (viewName, viewIndex) {\n return this.ej2Instances.changeCurrentView(viewName, viewIndex);\n };\n ScheduleComponent.prototype.closeEditor = function () {\n return this.ej2Instances.closeEditor();\n };\n ScheduleComponent.prototype.closeQuickInfoPopup = function () {\n return this.ej2Instances.closeQuickInfoPopup();\n };\n ScheduleComponent.prototype.collapseResource = function (resourceId, name) {\n return this.ej2Instances.collapseResource(resourceId, name);\n };\n ScheduleComponent.prototype.deleteEvent = function (id, currentAction) {\n return this.ej2Instances.deleteEvent(id, currentAction);\n };\n ScheduleComponent.prototype.expandResource = function (resourceId, name) {\n return this.ej2Instances.expandResource(resourceId, name);\n };\n ScheduleComponent.prototype.exportToExcel = function (excelExportOptions) {\n return this.ej2Instances.exportToExcel(excelExportOptions);\n };\n ScheduleComponent.prototype.exportToICalendar = function (fileName, customData) {\n return this.ej2Instances.exportToICalendar(fileName, customData);\n };\n ScheduleComponent.prototype.getBlockEvents = function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getBlockEvents(startDate, endDate, includeOccurrences);\n };\n ScheduleComponent.prototype.getCellDetails = function (tdCol) {\n return this.ej2Instances.getCellDetails(tdCol);\n };\n ScheduleComponent.prototype.getCurrentViewDates = function () {\n return this.ej2Instances.getCurrentViewDates();\n };\n ScheduleComponent.prototype.getCurrentViewEvents = function () {\n return this.ej2Instances.getCurrentViewEvents();\n };\n ScheduleComponent.prototype.getCurrentViewIndex = function () {\n return this.ej2Instances.getCurrentViewIndex();\n };\n ScheduleComponent.prototype.getDeletedOccurrences = function (recurrenceData) {\n return this.ej2Instances.getDeletedOccurrences(recurrenceData);\n };\n ScheduleComponent.prototype.getEventDetails = function (element) {\n return this.ej2Instances.getEventDetails(element);\n };\n ScheduleComponent.prototype.getEventMaxID = function () {\n return this.ej2Instances.getEventMaxID();\n };\n ScheduleComponent.prototype.getEvents = function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getEvents(startDate, endDate, includeOccurrences);\n };\n ScheduleComponent.prototype.getIndexFromResourceId = function (id, name) {\n return this.ej2Instances.getIndexFromResourceId(id, name);\n };\n ScheduleComponent.prototype.getOccurrencesByID = function (eventID) {\n return this.ej2Instances.getOccurrencesByID(eventID);\n };\n ScheduleComponent.prototype.getOccurrencesByRange = function (startTime, endTime) {\n return this.ej2Instances.getOccurrencesByRange(startTime, endTime);\n };\n ScheduleComponent.prototype.getResourceCollections = function () {\n return this.ej2Instances.getResourceCollections();\n };\n ScheduleComponent.prototype.getResourcesByIndex = function (index) {\n return this.ej2Instances.getResourcesByIndex(index);\n };\n ScheduleComponent.prototype.getSelectedElements = function () {\n return this.ej2Instances.getSelectedElements();\n };\n ScheduleComponent.prototype.hideSpinner = function () {\n return this.ej2Instances.hideSpinner();\n };\n ScheduleComponent.prototype.importICalendar = function (fileContent) {\n return this.ej2Instances.importICalendar(fileContent);\n };\n ScheduleComponent.prototype.isSlotAvailable = function (startTime, endTime, groupIndex) {\n return this.ej2Instances.isSlotAvailable(startTime, endTime, groupIndex);\n };\n ScheduleComponent.prototype.openEditor = function (data, action, isEventData, repeatType) {\n return this.ej2Instances.openEditor(data, action, isEventData, repeatType);\n };\n ScheduleComponent.prototype.openQuickInfoPopup = function (data) {\n return this.ej2Instances.openQuickInfoPopup(data);\n };\n ScheduleComponent.prototype.print = function (printOptions) {\n return this.ej2Instances.print(printOptions);\n };\n ScheduleComponent.prototype.refreshEvents = function (isRemoteRefresh) {\n return this.ej2Instances.refreshEvents(isRemoteRefresh);\n };\n ScheduleComponent.prototype.refreshLayout = function () {\n return this.ej2Instances.refreshLayout();\n };\n ScheduleComponent.prototype.refreshTemplates = function (templateName) {\n return this.ej2Instances.refreshTemplates(templateName);\n };\n ScheduleComponent.prototype.removeResource = function (resourceId, name) {\n return this.ej2Instances.removeResource(resourceId, name);\n };\n ScheduleComponent.prototype.resetWorkHours = function (dates, start, end, groupIndex) {\n return this.ej2Instances.resetWorkHours(dates, start, end, groupIndex);\n };\n ScheduleComponent.prototype.saveEvent = function (data, currentAction) {\n return this.ej2Instances.saveEvent(data, currentAction);\n };\n ScheduleComponent.prototype.scrollTo = function (hour, scrollDate) {\n return this.ej2Instances.scrollTo(hour, scrollDate);\n };\n ScheduleComponent.prototype.scrollToResource = function (resourceId, groupName) {\n return this.ej2Instances.scrollToResource(resourceId, groupName);\n };\n ScheduleComponent.prototype.selectResourceByIndex = function (groupIndex) {\n return this.ej2Instances.selectResourceByIndex(groupIndex);\n };\n ScheduleComponent.prototype.setRecurrenceEditor = function (recurrenceEditor) {\n return this.ej2Instances.setRecurrenceEditor(recurrenceEditor);\n };\n ScheduleComponent.prototype.setResourceCollections = function (resourceCol) {\n return this.ej2Instances.setResourceCollections(resourceCol);\n };\n ScheduleComponent.prototype.setWorkHours = function (dates, start, end, groupIndex) {\n return this.ej2Instances.setWorkHours(dates, start, end, groupIndex);\n };\n ScheduleComponent.prototype.showSpinner = function () {\n return this.ej2Instances.showSpinner();\n };\n ScheduleComponent = __decorate([\n EJComponentDecorator({\n props: properties,\n model: {\n event: 'modelchanged'\n }\n })\n ], ScheduleComponent);\n return ScheduleComponent;\n}(ComponentBase));\nexport { ScheduleComponent };\nexport var SchedulePlugin = {\n name: 'ejs-schedule',\n install: function (Vue) {\n Vue.component(SchedulePlugin.name, ScheduleComponent);\n Vue.component(ViewPlugin.name, ViewDirective);\n Vue.component(ViewsPlugin.name, ViewsDirective);\n Vue.component(ResourcePlugin.name, ResourceDirective);\n Vue.component(ResourcesPlugin.name, ResourcesDirective);\n Vue.component(HeaderRowPlugin.name, HeaderRowDirective);\n Vue.component(HeaderRowsPlugin.name, HeaderRowsDirective);\n }\n};\n","var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\nexport var properties = ['isLazyUpdate', 'plugins', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];\nexport var modelProps = [];\n/**\n * `ejs-recurrenceeditor` represents the VueJS RecurrenceEditor Component.\n * ```vue\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\nvar RecurrenceEditorComponent = /** @class */ (function (_super) {\n __extends(RecurrenceEditorComponent, _super);\n function RecurrenceEditorComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = false;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.ej2Instances = new RecurrenceEditor({});\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n RecurrenceEditorComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n RecurrenceEditorComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n RecurrenceEditorComponent.prototype.render = function (createElement) {\n return createElement('div', this.$slots.default);\n };\n RecurrenceEditorComponent.prototype.custom = function () {\n this.updated();\n };\n RecurrenceEditorComponent.prototype.getRecurrenceDates = function (startDate, rule, excludeDate, maximumCount, viewDate) {\n return this.ej2Instances.getRecurrenceDates(startDate, rule, excludeDate, maximumCount, viewDate);\n };\n RecurrenceEditorComponent.prototype.getRecurrenceRule = function () {\n return this.ej2Instances.getRecurrenceRule();\n };\n RecurrenceEditorComponent.prototype.getRuleSummary = function (rule) {\n return this.ej2Instances.getRuleSummary(rule);\n };\n RecurrenceEditorComponent.prototype.resetFields = function () {\n return this.ej2Instances.resetFields();\n };\n RecurrenceEditorComponent.prototype.setRecurrenceRule = function (rule, startDate) {\n return this.ej2Instances.setRecurrenceRule(rule, startDate);\n };\n RecurrenceEditorComponent.prototype.updateRuleUntilDate = function (startDate) {\n return this.ej2Instances.updateRuleUntilDate(startDate);\n };\n RecurrenceEditorComponent = __decorate([\n EJComponentDecorator({\n props: properties\n })\n ], RecurrenceEditorComponent);\n return RecurrenceEditorComponent;\n}(ComponentBase));\nexport { RecurrenceEditorComponent };\nexport var RecurrenceEditorPlugin = {\n name: 'ejs-recurrenceeditor',\n install: function (Vue) {\n Vue.component(RecurrenceEditorPlugin.name, RecurrenceEditorComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","ViewsDirective","_super","apply","render","EJComponentDecorator","Vue","ViewsPlugin","name","install","component","ViewDirective","ViewPlugin","ResourcesDirective","ResourcesPlugin","ResourceDirective","ResourcePlugin","HeaderRowsDirective","HeaderRowsPlugin","HeaderRowDirective","HeaderRowPlugin","properties","modelProps","ScheduleComponent","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-views","e-resources","e-header-rows","tagNameMapper","ej2Instances","Schedule","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","updated","templateNames","keys","templateCollection","_i","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","map","model","test","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","createElement","$slots","default","custom","addEvent","data","addResource","resources","index","changeCurrentView","viewName","viewIndex","closeEditor","closeQuickInfoPopup","collapseResource","resourceId","deleteEvent","id","currentAction","expandResource","exportToExcel","excelExportOptions","exportToICalendar","fileName","customData","getBlockEvents","startDate","endDate","includeOccurrences","getCellDetails","tdCol","getCurrentViewDates","getCurrentViewEvents","getCurrentViewIndex","getDeletedOccurrences","recurrenceData","getEventDetails","element","getEventMaxID","getEvents","getIndexFromResourceId","getOccurrencesByID","eventID","getOccurrencesByRange","startTime","endTime","getResourceCollections","getResourcesByIndex","getSelectedElements","hideSpinner","importICalendar","fileContent","isSlotAvailable","groupIndex","openEditor","action","isEventData","repeatType","openQuickInfoPopup","print","printOptions","refreshEvents","isRemoteRefresh","refreshLayout","refreshTemplates","templateName","removeResource","resetWorkHours","dates","start","end","saveEvent","scrollTo","hour","scrollDate","scrollToResource","groupName","selectResourceByIndex","setRecurrenceEditor","recurrenceEditor","setResourceCollections","resourceCol","setWorkHours","showSpinner","props","event","ComponentBase","SchedulePlugin","RecurrenceEditorComponent","RecurrenceEditor","getRecurrenceDates","rule","excludeDate","maximumCount","viewDate","getRecurrenceRule","getRuleSummary","resetFields","setRecurrenceRule","updateRuleUntilDate","RecurrenceEditorPlugin"],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { RecurrenceEditor, Schedule } from '@syncfusion/ej2-schedule';
2
- import { ComponentBase, EJComponentDecorator, allVue, getProps, gh } from '@syncfusion/ej2-vue-base';
2
+ import { ComponentBase, EJComponentDecorator, allVue, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
3
3
  import { Vue } from 'vue-class-component';
4
4
  import { getValue, isNullOrUndefined, isUndefined } from '@syncfusion/ej2-base';
5
5
  import Vue$1 from 'vue';
@@ -11,7 +11,6 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
11
11
  return c > 3 && r && Object.defineProperty(target, key, r), r;
12
12
  };
13
13
  // {{VueImport}}
14
- const isExecute = gh ? false : true;
15
14
  let vueImport;
16
15
  if (!isExecute || parseInt(allVue.version) < 3) {
17
16
  vueImport = Vue;
@@ -32,18 +31,18 @@ class ViewsDirective extends vueImport {
32
31
  super(arguments);
33
32
  }
34
33
  render(createElement) {
35
- if (gh) {
36
- let h = gh || createElement;
34
+ if (!isExecute) {
35
+ let h = !isExecute ? gh : createElement;
37
36
  let slots = null;
38
37
  if (!isNullOrUndefined(this.$slots.default)) {
39
- slots = gh ? this.$slots.default() : this.$slots.default;
38
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
40
39
  }
41
40
  return h('div', { class: 'e-directive' }, slots);
42
41
  }
43
42
  return;
44
43
  }
45
44
  updated() {
46
- if (gh && this.custom) {
45
+ if (!isExecute && this.custom) {
47
46
  this.custom();
48
47
  }
49
48
  }
@@ -104,9 +103,8 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
104
103
  return c > 3 && r && Object.defineProperty(target, key, r), r;
105
104
  };
106
105
  // {{VueImport}}
107
- const isExecute$1 = gh ? false : true;
108
106
  let vueImport$1;
109
- if (!isExecute$1 || parseInt(allVue.version) < 3) {
107
+ if (!isExecute || parseInt(allVue.version) < 3) {
110
108
  vueImport$1 = Vue;
111
109
  }
112
110
  else {
@@ -125,18 +123,18 @@ class ResourcesDirective extends vueImport$1 {
125
123
  super(arguments);
126
124
  }
127
125
  render(createElement) {
128
- if (gh) {
129
- let h = gh || createElement;
126
+ if (!isExecute) {
127
+ let h = !isExecute ? gh : createElement;
130
128
  let slots = null;
131
129
  if (!isNullOrUndefined(this.$slots.default)) {
132
- slots = gh ? this.$slots.default() : this.$slots.default;
130
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
133
131
  }
134
132
  return h('div', { class: 'e-directive' }, slots);
135
133
  }
136
134
  return;
137
135
  }
138
136
  updated() {
139
- if (gh && this.custom) {
137
+ if (!isExecute && this.custom) {
140
138
  this.custom();
141
139
  }
142
140
  }
@@ -145,7 +143,7 @@ class ResourcesDirective extends vueImport$1 {
145
143
  }
146
144
  };
147
145
  ResourcesDirective = __decorate$1([
148
- EJComponentDecorator({}, isExecute$1)
146
+ EJComponentDecorator({}, isExecute)
149
147
  /* Start Options({
150
148
  inject: {
151
149
  custom: {
@@ -181,7 +179,7 @@ let ResourceDirective = class ResourceDirective extends vueImport$1 {
181
179
  }
182
180
  };
183
181
  ResourceDirective = __decorate$1([
184
- EJComponentDecorator({}, isExecute$1)
182
+ EJComponentDecorator({}, isExecute)
185
183
  ], ResourceDirective);
186
184
  const ResourcePlugin = {
187
185
  name: 'e-resource',
@@ -197,9 +195,8 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
197
195
  return c > 3 && r && Object.defineProperty(target, key, r), r;
198
196
  };
199
197
  // {{VueImport}}
200
- const isExecute$2 = gh ? false : true;
201
198
  let vueImport$2;
202
- if (!isExecute$2 || parseInt(allVue.version) < 3) {
199
+ if (!isExecute || parseInt(allVue.version) < 3) {
203
200
  vueImport$2 = Vue;
204
201
  }
205
202
  else {
@@ -218,18 +215,18 @@ class HeaderRowsDirective extends vueImport$2 {
218
215
  super(arguments);
219
216
  }
220
217
  render(createElement) {
221
- if (gh) {
222
- let h = gh || createElement;
218
+ if (!isExecute) {
219
+ let h = !isExecute ? gh : createElement;
223
220
  let slots = null;
224
221
  if (!isNullOrUndefined(this.$slots.default)) {
225
- slots = gh ? this.$slots.default() : this.$slots.default;
222
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
226
223
  }
227
224
  return h('div', { class: 'e-directive' }, slots);
228
225
  }
229
226
  return;
230
227
  }
231
228
  updated() {
232
- if (gh && this.custom) {
229
+ if (!isExecute && this.custom) {
233
230
  this.custom();
234
231
  }
235
232
  }
@@ -238,7 +235,7 @@ class HeaderRowsDirective extends vueImport$2 {
238
235
  }
239
236
  };
240
237
  HeaderRowsDirective = __decorate$2([
241
- EJComponentDecorator({}, isExecute$2)
238
+ EJComponentDecorator({}, isExecute)
242
239
  /* Start Options({
243
240
  inject: {
244
241
  custom: {
@@ -274,7 +271,7 @@ let HeaderRowDirective = class HeaderRowDirective extends vueImport$2 {
274
271
  }
275
272
  };
276
273
  HeaderRowDirective = __decorate$2([
277
- EJComponentDecorator({}, isExecute$2)
274
+ EJComponentDecorator({}, isExecute)
278
275
  ], HeaderRowDirective);
279
276
  const HeaderRowPlugin = {
280
277
  name: 'e-header-row',
@@ -290,7 +287,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
290
287
  return c > 3 && r && Object.defineProperty(target, key, r), r;
291
288
  };
292
289
  // {{VueImport}}
293
- const properties = ['isLazyUpdate', 'plugins', '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'];
290
+ const 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'];
294
291
  const modelProps = ['currentView', 'selectedDate'];
295
292
  const testProp = getProps({ props: properties });
296
293
  const props = testProp[0];
@@ -300,7 +297,6 @@ emitProbs.push('modelchanged', 'update:modelValue');
300
297
  for (let props of modelProps) {
301
298
  emitProbs.push('update:' + props);
302
299
  }
303
- const isExecute$3 = gh ? false : true;
304
300
  /**
305
301
  * `ej-schedule` represents the VueJS Schedule Component.
306
302
  * ```vue
@@ -327,7 +323,7 @@ class ScheduleComponent extends ComponentBase {
327
323
  this.hasInjectedModules = true;
328
324
  this.tagMapper = { "e-views": "e-view", "e-resources": "e-resource", "e-header-rows": "e-header-row" };
329
325
  this.tagNameMapper = { "e-header-rows": "e-headerRows" };
330
- this.isVue3 = !isExecute$3;
326
+ this.isVue3 = !isExecute;
331
327
  this.ej2Instances = new Schedule({});
332
328
  this.ej2Instances._trigger = this.ej2Instances.trigger;
333
329
  this.ej2Instances.trigger = this.trigger;
@@ -383,14 +379,14 @@ class ScheduleComponent extends ComponentBase {
383
379
  }
384
380
  }
385
381
  trigger(eventName, eventProp, successHandler) {
386
- if (!isExecute$3) {
382
+ if (!isExecute) {
387
383
  this.models = !this.models ? this.ej2Instances.referModels : this.models;
388
384
  }
389
385
  if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
390
386
  let key = this.models.toString().match(/checked|value/) || [];
391
387
  let propKey = key[0];
392
388
  if (eventProp && key && !isUndefined(eventProp[propKey])) {
393
- if (!isExecute$3) {
389
+ if (!isExecute) {
394
390
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
395
391
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
396
392
  this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
@@ -407,7 +403,7 @@ class ScheduleComponent extends ComponentBase {
407
403
  let key = this.models.toString().match(/currentView|selectedDate/) || [];
408
404
  let propKey = key[0];
409
405
  if (eventProp && key && !isUndefined(eventProp[propKey])) {
410
- if (!isExecute$3) {
406
+ if (!isExecute) {
411
407
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
412
408
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
413
409
  }
@@ -422,10 +418,10 @@ class ScheduleComponent extends ComponentBase {
422
418
  }
423
419
  }
424
420
  render(createElement) {
425
- let h = gh || createElement;
421
+ let h = !isExecute ? gh : createElement;
426
422
  let slots = null;
427
423
  if (!isNullOrUndefined(this.$slots.default)) {
428
- slots = gh ? this.$slots.default() : this.$slots.default;
424
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
429
425
  }
430
426
  return h('div', slots);
431
427
  }
@@ -571,7 +567,7 @@ ScheduleComponent = __decorate$3([
571
567
  model: {
572
568
  event: 'modelchanged'
573
569
  }
574
- }, isExecute$3)
570
+ }, isExecute)
575
571
  /* Start Options({
576
572
  props: props,
577
573
  watch: watch,
@@ -613,7 +609,6 @@ emitProbs$1.push('modelchanged', 'update:modelValue');
613
609
  for (let props of modelProps$1) {
614
610
  emitProbs$1.push('update:' + props);
615
611
  }
616
- const isExecute$4 = gh ? false : true;
617
612
  /**
618
613
  * `ejs-recurrenceeditor` represents the VueJS RecurrenceEditor Component.
619
614
  * ```vue
@@ -640,7 +635,7 @@ class RecurrenceEditorComponent extends ComponentBase {
640
635
  this.hasInjectedModules = false;
641
636
  this.tagMapper = {};
642
637
  this.tagNameMapper = {};
643
- this.isVue3 = !isExecute$4;
638
+ this.isVue3 = !isExecute;
644
639
  this.ej2Instances = new RecurrenceEditor({});
645
640
  this.bindProperties();
646
641
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
@@ -694,10 +689,10 @@ class RecurrenceEditorComponent extends ComponentBase {
694
689
  }
695
690
  }
696
691
  render(createElement) {
697
- let h = gh || createElement;
692
+ let h = !isExecute ? gh : createElement;
698
693
  let slots = null;
699
694
  if (!isNullOrUndefined(this.$slots.default)) {
700
- slots = gh ? this.$slots.default() : this.$slots.default;
695
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
701
696
  }
702
697
  return h('div', slots);
703
698
  }
@@ -726,7 +721,7 @@ class RecurrenceEditorComponent extends ComponentBase {
726
721
  RecurrenceEditorComponent = __decorate$4([
727
722
  EJComponentDecorator({
728
723
  props: properties$1
729
- }, isExecute$4)
724
+ }, isExecute)
730
725
  /* Start Options({
731
726
  props: props,
732
727
  watch: watch,