@syncfusion/ej2-vue-schedule 27.2.5 → 28.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/ej2-vue-schedule.umd.min.js +3 -3
- package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +16 -1
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +16 -1
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/package.json +9 -9
- package/src/schedule/schedule.component.d.ts +5 -0
- package/src/schedule/schedule.component.js +16 -1
- package/styles/bds-lite.css +1 -0
- package/styles/bds-lite.scss +1 -0
- package/styles/bds.css +1 -0
- package/styles/bds.scss +2 -0
- package/styles/recurrence-editor/bds.css +1 -0
- package/styles/recurrence-editor/bds.scss +1 -0
- package/styles/recurrence-editor/tailwind3.css +1 -0
- package/styles/recurrence-editor/tailwind3.scss +1 -0
- package/styles/schedule/bds.css +1 -0
- package/styles/schedule/bds.scss +1 -0
- package/styles/schedule/tailwind3.css +1 -0
- package/styles/schedule/tailwind3.scss +1 -0
- package/styles/tailwind3-lite.css +1 -0
- package/styles/tailwind3-lite.scss +1 -0
- package/styles/tailwind3.css +1 -0
- package/styles/tailwind3.scss +2 -0
package/README.md
CHANGED
|
@@ -31,9 +31,9 @@ npm run serve
|
|
|
31
31
|
```
|
|
32
32
|
Initiating a new project prompts us to choose the type of project to be used for the current application. Select the option `Default ([Vue 2] babel, eslint)` from the menu.
|
|
33
33
|
|
|
34
|
-
### Adding Syncfusion Schedule package
|
|
34
|
+
### Adding Syncfusion<sup>®</sup> Schedule package
|
|
35
35
|
|
|
36
|
-
All Syncfusion Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue schedule package, use the following command.
|
|
36
|
+
All Syncfusion<sup>®</sup> Vue packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Vue schedule package, use the following command.
|
|
37
37
|
|
|
38
38
|
```bash
|
|
39
39
|
npm install @syncfusion/ej2-vue-schedule --save
|
|
@@ -170,8 +170,8 @@ Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/b
|
|
|
170
170
|
|
|
171
171
|
## License and copyright
|
|
172
172
|
|
|
173
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
173
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Vue UI components](https://www.syncfusion.com/vue-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
174
174
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
175
175
|
See [LICENSE FILE](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=vue-scheduler-npm) for more info.
|
|
176
176
|
|
|
177
|
-
© Copyright 2024 Syncfusion
|
|
177
|
+
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-schedule.umd.min.js
|
|
3
|
-
* version :
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 28.1.35
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-schedule","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Schedule,e.ej2VueBase,e.ej2Base)}(this,function(t,n,r,o){"use strict";var s=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-views"}}}),i={name:"e-views",install:function(e){e.component(i.name,s)}},c=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-view"}}}),a={name:"e-view",install:function(e){e.component(a.name,c)}},u=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-resources"}}}),l={name:"e-resources",install:function(e){e.component(l.name,u)}},d=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-resource"}}}),h={name:"e-resource",install:function(e){e.component(h.name,d)}},m=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-header-rows"}}}),p={name:"e-header-rows",install:function(e){e.component(p.name,m)}},f=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-header-row"}}}),g={name:"e-header-row",install:function(e){e.component(g.name,f)}},I=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-toolbaritems"}}}),j={name:"e-toolbaritems",install:function(e){e.component(j.name,I)}},v=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-toolbaritem"}}}),E={name:"e-toolbaritem",install:function(e){e.component(E.name,v)}},e=["isLazyUpdate","plugins","agendaDaysCount","allowDragAndDrop","allowInline","allowKeyboardInteraction","allowMultiCellSelection","allowMultiDrag","allowMultiRowSelection","allowResizing","allowSwiping","calendarMode","cellHeaderTemplate","cellTemplate","cssClass","currentView","dateFormat","dateHeaderTemplate","dateRangeTemplate","dayHeaderTemplate","editorFooterTemplate","editorHeaderTemplate","editorTemplate","enableAdaptiveUI","enableAllDayScroll","enableHtmlSanitizer","enablePersistence","enableRecurrenceValidation","enableRtl","endHour","eventDragArea","eventSettings","firstDayOfWeek","firstMonthOfYear","group","headerIndentTemplate","headerRows","height","hideEmptyAgendaDays","locale","maxDate","minDate","monthHeaderTemplate","monthsCount","quickInfoOnSelectionEnd","quickInfoTemplates","readonly","resourceHeaderTemplate","resources","rowAutoHeight","selectedDate","showHeaderBar","showQuickInfo","showTimeIndicator","showWeekNumber","showWeekend","startHour","timeFormat","timeScale","timezone","timezoneDataSource","toolbarItems","views","weekRule","width","workDays","workHours","actionBegin","actionComplete","actionFailure","cellClick","cellDoubleClick","created","dataBinding","dataBound","destroyed","drag","dragStart","dragStop","eventClick","eventDoubleClick","eventRendered","hover","moreEventsClick","navigating","popupClose","popupOpen","renderCell","resizeStart","resizeStop","resizing","select","virtualScrollStart","virtualScrollStop"],w=["currentView","selectedDate"],R=r.getProps({props:e}),C=R[0],R=R[1],D=Object.keys(R);D.push("modelchanged","update:modelValue");for(var y=0,x=w;y<x.length;y++)D.push("update:"+x[y]);var T=r.vueDefineComponent({name:"ScheduleComponent",mixins:[r.ComponentBase],props:C,watch:R,emits:D,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new n.Schedule({}),propKeys:e,models:w,hasChildDirective:!0,hasInjectedModules:!0,tagMapper:{"e-views":"e-view","e-resources":"e-resource","e-header-rows":"e-header-row","e-toolbaritems":"e-toolbaritem"},tagNameMapper:{"e-header-rows":"e-headerRows","e-toolbaritems":"e-toolbarItems"},isVue3:!r.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(r.isExecute?e:r.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var s=n[t],i=this.templateCollection[s];if(i&&i.length){for(var r=0,o=i;r<o.length;r++){var c=o[r];this.destroyPortals(c)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(n,e),n&&this.models&&this.models.length&&Object.keys(n).map(function(t){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},trigger:function(e,t,n){var s,i;r.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&s&&!o.isUndefined(t[i])&&(r.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(s=this.models.toString().match(/checked|value/)||[])[0],t&&s&&!o.isUndefined(t[i])&&(r.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},custom:function(){this.updated()},addEvent:function(e){return this.ej2Instances.addEvent(e)},addResource:function(e,t,n){return this.ej2Instances.addResource(e,t,n)},changeCurrentView:function(e,t){return this.ej2Instances.changeCurrentView(e,t)},closeEditor:function(){return this.ej2Instances.closeEditor()},closeQuickInfoPopup:function(){return this.ej2Instances.closeQuickInfoPopup()},closeTooltip:function(){return this.ej2Instances.closeTooltip()},collapseResource:function(e,t){return this.ej2Instances.collapseResource(e,t)},deleteEvent:function(e,t){return this.ej2Instances.deleteEvent(e,t)},destroy:function(){return this.ej2Instances.destroy()},expandResource:function(e,t){return this.ej2Instances.expandResource(e,t)},exportToExcel:function(e){return this.ej2Instances.exportToExcel(e)},exportToICalendar:function(e,t){return this.ej2Instances.exportToICalendar(e,t)},generateEventOccurrences:function(e,t){return this.ej2Instances.generateEventOccurrences(e,t)},getBlockEvents:function(e,t,n){return this.ej2Instances.getBlockEvents(e,t,n)},getCellDetails:function(e){return this.ej2Instances.getCellDetails(e)},getCurrentViewDates:function(){return this.ej2Instances.getCurrentViewDates()},getCurrentViewEvents:function(){return this.ej2Instances.getCurrentViewEvents()},getCurrentViewIndex:function(){return this.ej2Instances.getCurrentViewIndex()},getDeletedOccurrences:function(e){return this.ej2Instances.getDeletedOccurrences(e)},getEventDetails:function(e){return this.ej2Instances.getEventDetails(e)},getEventMaxID:function(){return this.ej2Instances.getEventMaxID()},getEventTemplateName:function(e){return this.ej2Instances.getEventTemplateName(e)},getEvents:function(e,t,n){return this.ej2Instances.getEvents(e,t,n)},getIndexFromResourceId:function(e,t){return this.ej2Instances.getIndexFromResourceId(e,t)},getOccurrencesByID:function(e){return this.ej2Instances.getOccurrencesByID(e)},getOccurrencesByRange:function(e,t){return this.ej2Instances.getOccurrencesByRange(e,t)},getResourceCollections:function(){return this.ej2Instances.getResourceCollections()},getResourcesByIndex:function(e){return this.ej2Instances.getResourcesByIndex(e)},getSelectedElements:function(){return this.ej2Instances.getSelectedElements()},hideSpinner:function(){return this.ej2Instances.hideSpinner()},importICalendar:function(e){return this.ej2Instances.importICalendar(e)},isSlotAvailable:function(e,t,n){return this.ej2Instances.isSlotAvailable(e,t,n)},openEditor:function(e,t,n,s){return this.ej2Instances.openEditor(e,t,n,s)},openQuickInfoPopup:function(e){return this.ej2Instances.openQuickInfoPopup(e)},print:function(e){return this.ej2Instances.print(e)},refreshEvents:function(e){return this.ej2Instances.refreshEvents(e)},refreshLayout:function(){return this.ej2Instances.refreshLayout()},refreshTemplates:function(e){return this.ej2Instances.refreshTemplates(e)},removeResource:function(e,t){return this.ej2Instances.removeResource(e,t)},resetWorkHours:function(e,t,n,s){return this.ej2Instances.resetWorkHours(e,t,n,s)},saveEvent:function(e,t){return this.ej2Instances.saveEvent(e,t)},scrollTo:function(e,t){return this.ej2Instances.scrollTo(e,t)},scrollToResource:function(e,t){return this.ej2Instances.scrollToResource(e,t)},selectResourceByIndex:function(e){return this.ej2Instances.selectResourceByIndex(e)},setRecurrenceEditor:function(e){return this.ej2Instances.setRecurrenceEditor(e)},setResourceCollections:function(e,t){return this.ej2Instances.setResourceCollections(e,t)},setWorkHours:function(e,t,n,s){return this.ej2Instances.setWorkHours(e,t,n,s)},showSpinner:function(){return this.ej2Instances.showSpinner()}}}),b={name:"ejs-schedule",install:function(e){e.component(b.name,T),e.component(a.name,c),e.component(i.name,s),e.component(h.name,d),e.component(l.name,u),e.component(g.name,f),e.component(p.name,m),e.component(E.name,v),e.component(j.name,I)}},P=["isLazyUpdate","plugins","calendarMode","cssClass","dateFormat","enablePersistence","enableRtl","endTypes","firstDayOfWeek","frequencies","locale","maxDate","minDate","selectedType","startDate","value","change"],S=[],C=r.getProps({props:P}),R=C[0],C=C[1],$=Object.keys(C);$.push("modelchanged","update:modelValue");for(var k=0,O=S;k<O.length;k++)$.push("update:"+O[k]);var V=r.vueDefineComponent({name:"RecurrenceEditorComponent",mixins:[r.ComponentBase],props:R,watch:C,emits:$,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new n.RecurrenceEditor({}),propKeys:P,models:S,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!r.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(r.isExecute?e:r.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var s=n[t],i=this.templateCollection[s];if(i&&i.length){for(var r=0,o=i;r<o.length;r++){var c=o[r];this.destroyPortals(c)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(n,e),n&&this.models&&this.models.length&&Object.keys(n).map(function(t){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},getRecurrenceDates:function(e,t,n,s,i){return this.ej2Instances.getRecurrenceDates(e,t,n,s,i)},getRecurrenceRule:function(){return this.ej2Instances.getRecurrenceRule()},getRuleSummary:function(e){return this.ej2Instances.getRuleSummary(e)},resetFields:function(){return this.ej2Instances.resetFields()},setRecurrenceRule:function(e,t){return this.ej2Instances.setRecurrenceRule(e,t)},updateRuleUntilDate:function(e){return this.ej2Instances.updateRuleUntilDate(e)}}}),H={name:"ejs-recurrenceeditor",install:function(e){e.component(H.name,V)}};Object.keys(n).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return n[e]}})}),t.HeaderRowDirective=f,t.HeaderRowPlugin=g,t.HeaderRowsDirective=m,t.HeaderRowsPlugin=p,t.RecurrenceEditorComponent=V,t.RecurrenceEditorPlugin=H,t.ResourceDirective=d,t.ResourcePlugin=h,t.ResourcesDirective=u,t.ResourcesPlugin=l,t.ScheduleComponent=T,t.SchedulePlugin=b,t.ToolbarItemDirective=v,t.ToolbarItemPlugin=E,t.ToolbarItemsDirective=I,t.ToolbarItemsPlugin=j,t.ViewDirective=c,t.ViewPlugin=a,t.ViewsDirective=s,t.ViewsPlugin=i,Object.defineProperty(t,"__esModule",{value:!0})});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-schedule"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-schedule","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Schedule,e.ej2VueBase,e.ej2Base)}(this,function(t,n,r,o){"use strict";var s=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-views"}}}),i={name:"e-views",install:function(e){e.component(i.name,s)}},c=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-view"}}}),a={name:"e-view",install:function(e){e.component(a.name,c)}},u=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-resources"}}}),l={name:"e-resources",install:function(e){e.component(l.name,u)}},d=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-resource"}}}),h={name:"e-resource",install:function(e){e.component(h.name,d)}},m=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-header-rows"}}}),p={name:"e-header-rows",install:function(e){e.component(p.name,m)}},f=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-header-row"}}}),g={name:"e-header-row",install:function(e){e.component(g.name,f)}},I=r.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!r.isExecute)return t=null,(r.isExecute?e:r.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!r.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-toolbaritems"}}}),j={name:"e-toolbaritems",install:function(e){e.component(j.name,I)}},v=r.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-toolbaritem"}}}),E={name:"e-toolbaritem",install:function(e){e.component(E.name,v)}},e=["isLazyUpdate","plugins","agendaDaysCount","allowClipboard","allowDragAndDrop","allowInline","allowKeyboardInteraction","allowMultiCellSelection","allowMultiDrag","allowMultiRowSelection","allowResizing","allowSwiping","calendarMode","cellHeaderTemplate","cellTemplate","cssClass","currentView","dateFormat","dateHeaderTemplate","dateRangeTemplate","dayHeaderTemplate","editorFooterTemplate","editorHeaderTemplate","editorTemplate","enableAdaptiveUI","enableAllDayScroll","enableHtmlSanitizer","enablePersistence","enableRecurrenceValidation","enableRtl","endHour","eventDragArea","eventSettings","firstDayOfWeek","firstMonthOfYear","group","headerIndentTemplate","headerRows","height","hideEmptyAgendaDays","locale","maxDate","minDate","monthHeaderTemplate","monthsCount","quickInfoOnSelectionEnd","quickInfoTemplates","readonly","resourceHeaderTemplate","resources","rowAutoHeight","selectedDate","showHeaderBar","showQuickInfo","showTimeIndicator","showWeekNumber","showWeekend","startHour","timeFormat","timeScale","timezone","timezoneDataSource","toolbarItems","views","weekRule","width","workDays","workHours","actionBegin","actionComplete","actionFailure","beforePaste","cellClick","cellDoubleClick","created","dataBinding","dataBound","destroyed","drag","dragStart","dragStop","eventClick","eventDoubleClick","eventRendered","hover","moreEventsClick","navigating","popupClose","popupOpen","renderCell","resizeStart","resizeStop","resizing","select","virtualScrollStart","virtualScrollStop"],w=["currentView","selectedDate"],R=r.getProps({props:e}),D=R[0],R=R[1],C=Object.keys(R);C.push("modelchanged","update:modelValue");for(var y=0,x=w;y<x.length;y++)C.push("update:"+x[y]);var T=r.vueDefineComponent({name:"ScheduleComponent",mixins:[r.ComponentBase],props:D,watch:R,emits:C,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new n.Schedule({}),propKeys:e,models:w,hasChildDirective:!0,hasInjectedModules:!0,tagMapper:{"e-views":"e-view","e-resources":"e-resource","e-header-rows":"e-header-row","e-toolbaritems":"e-toolbaritem"},tagNameMapper:{"e-header-rows":"e-headerRows","e-toolbaritems":"e-toolbarItems"},isVue3:!r.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(r.isExecute?e:r.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var s=n[t],i=this.templateCollection[s];if(i&&i.length){for(var r=0,o=i;r<o.length;r++){var c=o[r];this.destroyPortals(c)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(n,e),n&&this.models&&this.models.length&&Object.keys(n).map(function(t){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},trigger:function(e,t,n){var s,i;r.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&s&&!o.isUndefined(t[i])&&(r.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(s=this.models.toString().match(/checked|value/)||[])[0],t&&s&&!o.isUndefined(t[i])&&(r.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,n)},custom:function(){this.updated()},addEvent:function(e){return this.ej2Instances.addEvent(e)},addResource:function(e,t,n){return this.ej2Instances.addResource(e,t,n)},changeCurrentView:function(e,t){return this.ej2Instances.changeCurrentView(e,t)},closeEditor:function(){return this.ej2Instances.closeEditor()},closeQuickInfoPopup:function(){return this.ej2Instances.closeQuickInfoPopup()},closeTooltip:function(){return this.ej2Instances.closeTooltip()},collapseResource:function(e,t){return this.ej2Instances.collapseResource(e,t)},copy:function(e){return this.ej2Instances.copy(e)},cut:function(e){return this.ej2Instances.cut(e)},deleteEvent:function(e,t){return this.ej2Instances.deleteEvent(e,t)},destroy:function(){return this.ej2Instances.destroy()},expandResource:function(e,t){return this.ej2Instances.expandResource(e,t)},exportToExcel:function(e){return this.ej2Instances.exportToExcel(e)},exportToICalendar:function(e,t){return this.ej2Instances.exportToICalendar(e,t)},generateEventOccurrences:function(e,t){return this.ej2Instances.generateEventOccurrences(e,t)},getBlockEvents:function(e,t,n){return this.ej2Instances.getBlockEvents(e,t,n)},getCellDetails:function(e){return this.ej2Instances.getCellDetails(e)},getCurrentViewDates:function(){return this.ej2Instances.getCurrentViewDates()},getCurrentViewEvents:function(){return this.ej2Instances.getCurrentViewEvents()},getCurrentViewIndex:function(){return this.ej2Instances.getCurrentViewIndex()},getDateRangeText:function(e){return this.ej2Instances.getDateRangeText(e)},getDeletedOccurrences:function(e){return this.ej2Instances.getDeletedOccurrences(e)},getEventDetails:function(e){return this.ej2Instances.getEventDetails(e)},getEventMaxID:function(){return this.ej2Instances.getEventMaxID()},getEventTemplateName:function(e){return this.ej2Instances.getEventTemplateName(e)},getEvents:function(e,t,n){return this.ej2Instances.getEvents(e,t,n)},getIndexFromResourceId:function(e,t){return this.ej2Instances.getIndexFromResourceId(e,t)},getOccurrencesByID:function(e){return this.ej2Instances.getOccurrencesByID(e)},getOccurrencesByRange:function(e,t){return this.ej2Instances.getOccurrencesByRange(e,t)},getResourceCollections:function(){return this.ej2Instances.getResourceCollections()},getResourcesByIndex:function(e){return this.ej2Instances.getResourcesByIndex(e)},getSelectedElements:function(){return this.ej2Instances.getSelectedElements()},getViewDates:function(e){return this.ej2Instances.getViewDates(e)},hideSpinner:function(){return this.ej2Instances.hideSpinner()},importICalendar:function(e){return this.ej2Instances.importICalendar(e)},isSlotAvailable:function(e,t,n){return this.ej2Instances.isSlotAvailable(e,t,n)},openEditor:function(e,t,n,s){return this.ej2Instances.openEditor(e,t,n,s)},openQuickInfoPopup:function(e){return this.ej2Instances.openQuickInfoPopup(e)},paste:function(e){return this.ej2Instances.paste(e)},print:function(e){return this.ej2Instances.print(e)},refreshEvents:function(e){return this.ej2Instances.refreshEvents(e)},refreshLayout:function(){return this.ej2Instances.refreshLayout()},refreshTemplates:function(e){return this.ej2Instances.refreshTemplates(e)},removeResource:function(e,t){return this.ej2Instances.removeResource(e,t)},resetWorkHours:function(e,t,n,s){return this.ej2Instances.resetWorkHours(e,t,n,s)},saveEvent:function(e,t){return this.ej2Instances.saveEvent(e,t)},scrollTo:function(e,t){return this.ej2Instances.scrollTo(e,t)},scrollToResource:function(e,t){return this.ej2Instances.scrollToResource(e,t)},selectResourceByIndex:function(e){return this.ej2Instances.selectResourceByIndex(e)},setRecurrenceEditor:function(e){return this.ej2Instances.setRecurrenceEditor(e)},setResourceCollections:function(e,t){return this.ej2Instances.setResourceCollections(e,t)},setWorkHours:function(e,t,n,s){return this.ej2Instances.setWorkHours(e,t,n,s)},showSpinner:function(){return this.ej2Instances.showSpinner()}}}),b={name:"ejs-schedule",install:function(e){e.component(b.name,T),e.component(a.name,c),e.component(i.name,s),e.component(h.name,d),e.component(l.name,u),e.component(g.name,f),e.component(p.name,m),e.component(E.name,v),e.component(j.name,I)}},P=["isLazyUpdate","plugins","calendarMode","cssClass","dateFormat","enablePersistence","enableRtl","endTypes","firstDayOfWeek","frequencies","locale","maxDate","minDate","selectedType","startDate","value","change"],S=[],D=r.getProps({props:P}),R=D[0],D=D[1],$=Object.keys(D);$.push("modelchanged","update:modelValue");for(var k=0,O=S;k<O.length;k++)$.push("update:"+O[k]);var V=r.vueDefineComponent({name:"RecurrenceEditorComponent",mixins:[r.ComponentBase],props:R,watch:D,emits:$,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new n.RecurrenceEditor({}),propKeys:P,models:S,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!r.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(r.isExecute?e:r.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:r.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var s=n[t],i=this.templateCollection[s];if(i&&i.length){for(var r=0,o=i;r<o.length;r++){var c=o[r];this.destroyPortals(c)}delete this.templateCollection[s]}}},setProperties:function(n,e){var s=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(n,e),n&&this.models&&this.models.length&&Object.keys(n).map(function(t){s.models.map(function(e){t!==e||/datasource/i.test(t)||(s.isVue3?s.ej2Instances.vueInstance.$emit("update:"+t,n[t]):(s.$emit("update:"+t,n[t]),s.$emit("modelchanged",n[t])))})})},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},getRecurrenceDates:function(e,t,n,s,i){return this.ej2Instances.getRecurrenceDates(e,t,n,s,i)},getRecurrenceRule:function(){return this.ej2Instances.getRecurrenceRule()},getRuleSummary:function(e){return this.ej2Instances.getRuleSummary(e)},resetFields:function(){return this.ej2Instances.resetFields()},setRecurrenceRule:function(e,t){return this.ej2Instances.setRecurrenceRule(e,t)},updateRuleUntilDate:function(e){return this.ej2Instances.updateRuleUntilDate(e)}}}),H={name:"ejs-recurrenceeditor",install:function(e){e.component(H.name,V)}};Object.keys(n).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return n[e]}})}),t.HeaderRowDirective=f,t.HeaderRowPlugin=g,t.HeaderRowsDirective=m,t.HeaderRowsPlugin=p,t.RecurrenceEditorComponent=V,t.RecurrenceEditorPlugin=H,t.ResourceDirective=d,t.ResourcePlugin=h,t.ResourcesDirective=u,t.ResourcesPlugin=l,t.ScheduleComponent=T,t.SchedulePlugin=b,t.ToolbarItemDirective=v,t.ToolbarItemPlugin=E,t.ToolbarItemsDirective=I,t.ToolbarItemsPlugin=j,t.ViewDirective=c,t.ViewPlugin=a,t.ViewsDirective=s,t.ViewsPlugin=i,Object.defineProperty(t,"__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":["../src/schedule/views.directive.js","../src/schedule/resources.directive.js","../src/schedule/headerrows.directive.js","../src/schedule/toolbaritems.directive.js","../src/schedule/schedule.component.js","../src/recurrence-editor/recurrenceeditor.component.js"],"sourcesContent":["import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ViewsDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-views';\n }\n }\n});\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 */\nexport var ViewDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-view';\n }\n }\n});\nexport var ViewPlugin = {\n name: 'e-view',\n install: function (Vue) {\n Vue.component(ViewPlugin.name, ViewDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ResourcesDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-resources';\n }\n }\n});\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 */\nexport var ResourceDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-resource';\n }\n }\n});\nexport var ResourcePlugin = {\n name: 'e-resource',\n install: function (Vue) {\n Vue.component(ResourcePlugin.name, ResourceDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var HeaderRowsDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-header-rows';\n }\n }\n});\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 */\nexport var HeaderRowDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-header-row';\n }\n }\n});\nexport var HeaderRowPlugin = {\n name: 'e-header-row',\n install: function (Vue) {\n Vue.component(HeaderRowPlugin.name, HeaderRowDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ToolbarItemsDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-toolbaritems';\n }\n }\n});\nexport var ToolbarItemsPlugin = {\n name: 'e-toolbaritems',\n install: function (Vue) {\n Vue.component(ToolbarItemsPlugin.name, ToolbarItemsDirective);\n }\n};\n/**\n * `e-toolbaritems` directive represent a custom toolbar items of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-toolbaritems>\n * <e-toolbaritem name='Today'></<e-toolbaritem>\n * <e-toolbaritem name='DateRangeText'></e-toolbaritem>\n * <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>\n * <e-toolbaritems>\n * </ejs-schedule>\n * ```\n */\nexport var ToolbarItemDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-toolbaritem';\n }\n }\n});\nexport var ToolbarItemPlugin = {\n name: 'e-toolbaritem',\n install: function (Vue) {\n Vue.component(ToolbarItemPlugin.name, ToolbarItemDirective);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { isUndefined } 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';\nimport { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './toolbaritems.directive';\nexport var properties = ['isLazyUpdate', 'plugins', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorFooterTemplate', 'editorHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop'];\nexport var modelProps = ['currentView', 'selectedDate'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * `ej-schedule` represents the VueJS Schedule Component.\n * ```vue\n * <ejs-schedule></ejs-schedule>\n * ```\n */\nexport var ScheduleComponent = vueDefineComponent({\n name: 'ScheduleComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new Schedule({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: true,\n hasInjectedModules: true,\n tagMapper: { \"e-views\": \"e-view\", \"e-resources\": \"e-resource\", \"e-header-rows\": \"e-header-row\", \"e-toolbaritems\": \"e-toolbaritem\" },\n tagNameMapper: { \"e-header-rows\": \"e-headerRows\", \"e-toolbaritems\": \"e-toolbarItems\" },\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\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 },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n 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 this.destroyPortals(ele);\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\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 if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addEvent: function (data) {\n return this.ej2Instances.addEvent(data);\n },\n addResource: function (resources, name, index) {\n return this.ej2Instances.addResource(resources, name, index);\n },\n changeCurrentView: function (viewName, viewIndex) {\n return this.ej2Instances.changeCurrentView(viewName, viewIndex);\n },\n closeEditor: function () {\n return this.ej2Instances.closeEditor();\n },\n closeQuickInfoPopup: function () {\n return this.ej2Instances.closeQuickInfoPopup();\n },\n closeTooltip: function () {\n return this.ej2Instances.closeTooltip();\n },\n collapseResource: function (resourceId, name) {\n return this.ej2Instances.collapseResource(resourceId, name);\n },\n deleteEvent: function (id, currentAction) {\n return this.ej2Instances.deleteEvent(id, currentAction);\n },\n destroy: function () {\n return this.ej2Instances.destroy();\n },\n expandResource: function (resourceId, name) {\n return this.ej2Instances.expandResource(resourceId, name);\n },\n exportToExcel: function (excelExportOptions) {\n return this.ej2Instances.exportToExcel(excelExportOptions);\n },\n exportToICalendar: function (fileName, customData) {\n return this.ej2Instances.exportToICalendar(fileName, customData);\n },\n generateEventOccurrences: function (event, startDate) {\n return this.ej2Instances.generateEventOccurrences(event, startDate);\n },\n getBlockEvents: function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getBlockEvents(startDate, endDate, includeOccurrences);\n },\n getCellDetails: function (tdCol) {\n return this.ej2Instances.getCellDetails(tdCol);\n },\n getCurrentViewDates: function () {\n return this.ej2Instances.getCurrentViewDates();\n },\n getCurrentViewEvents: function () {\n return this.ej2Instances.getCurrentViewEvents();\n },\n getCurrentViewIndex: function () {\n return this.ej2Instances.getCurrentViewIndex();\n },\n getDeletedOccurrences: function (recurrenceData) {\n return this.ej2Instances.getDeletedOccurrences(recurrenceData);\n },\n getEventDetails: function (element) {\n return this.ej2Instances.getEventDetails(element);\n },\n getEventMaxID: function () {\n return this.ej2Instances.getEventMaxID();\n },\n getEventTemplateName: function (resIndex) {\n return this.ej2Instances.getEventTemplateName(resIndex);\n },\n getEvents: function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getEvents(startDate, endDate, includeOccurrences);\n },\n getIndexFromResourceId: function (id, name) {\n return this.ej2Instances.getIndexFromResourceId(id, name);\n },\n getOccurrencesByID: function (eventID) {\n return this.ej2Instances.getOccurrencesByID(eventID);\n },\n getOccurrencesByRange: function (startTime, endTime) {\n return this.ej2Instances.getOccurrencesByRange(startTime, endTime);\n },\n getResourceCollections: function () {\n return this.ej2Instances.getResourceCollections();\n },\n getResourcesByIndex: function (index) {\n return this.ej2Instances.getResourcesByIndex(index);\n },\n getSelectedElements: function () {\n return this.ej2Instances.getSelectedElements();\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n importICalendar: function (fileContent) {\n return this.ej2Instances.importICalendar(fileContent);\n },\n isSlotAvailable: function (startTime, endTime, groupIndex) {\n return this.ej2Instances.isSlotAvailable(startTime, endTime, groupIndex);\n },\n openEditor: function (data, action, isEventData, repeatType) {\n return this.ej2Instances.openEditor(data, action, isEventData, repeatType);\n },\n openQuickInfoPopup: function (data) {\n return this.ej2Instances.openQuickInfoPopup(data);\n },\n print: function (printOptions) {\n return this.ej2Instances.print(printOptions);\n },\n refreshEvents: function (isRemoteRefresh) {\n return this.ej2Instances.refreshEvents(isRemoteRefresh);\n },\n refreshLayout: function () {\n return this.ej2Instances.refreshLayout();\n },\n refreshTemplates: function (templateName) {\n return this.ej2Instances.refreshTemplates(templateName);\n },\n removeResource: function (resourceId, name) {\n return this.ej2Instances.removeResource(resourceId, name);\n },\n resetWorkHours: function (dates, start, end, groupIndex) {\n return this.ej2Instances.resetWorkHours(dates, start, end, groupIndex);\n },\n saveEvent: function (data, currentAction) {\n return this.ej2Instances.saveEvent(data, currentAction);\n },\n scrollTo: function (hour, scrollDate) {\n return this.ej2Instances.scrollTo(hour, scrollDate);\n },\n scrollToResource: function (resourceId, groupName) {\n return this.ej2Instances.scrollToResource(resourceId, groupName);\n },\n selectResourceByIndex: function (groupIndex) {\n return this.ej2Instances.selectResourceByIndex(groupIndex);\n },\n setRecurrenceEditor: function (recurrenceEditor) {\n return this.ej2Instances.setRecurrenceEditor(recurrenceEditor);\n },\n setResourceCollections: function (resourceCol, isEventDataRefresh) {\n return this.ej2Instances.setResourceCollections(resourceCol, isEventDataRefresh);\n },\n setWorkHours: function (dates, start, end, groupIndex) {\n return this.ej2Instances.setWorkHours(dates, start, end, groupIndex);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\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 Vue.component(ToolbarItemPlugin.name, ToolbarItemDirective);\n Vue.component(ToolbarItemsPlugin.name, ToolbarItemsDirective);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\nexport var properties = ['isLazyUpdate', 'plugins', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * `ejs-recurrenceeditor` represents the VueJS RecurrenceEditor Component.\n * ```vue\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\nexport var RecurrenceEditorComponent = vueDefineComponent({\n name: 'RecurrenceEditorComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new RecurrenceEditor({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\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 },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n 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 this.destroyPortals(ele);\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n custom: function () {\n this.updated();\n },\n destroy: function () {\n return this.ej2Instances.destroy();\n },\n getRecurrenceDates: function (startDate, rule, excludeDate, maximumCount, viewDate) {\n return this.ej2Instances.getRecurrenceDates(startDate, rule, excludeDate, maximumCount, viewDate);\n },\n getRecurrenceRule: function () {\n return this.ej2Instances.getRecurrenceRule();\n },\n getRuleSummary: function (rule) {\n return this.ej2Instances.getRuleSummary(rule);\n },\n resetFields: function () {\n return this.ej2Instances.resetFields();\n },\n setRecurrenceRule: function (rule, startDate) {\n return this.ej2Instances.setRecurrenceRule(rule, startDate);\n },\n updateRuleUntilDate: function (startDate) {\n return this.ej2Instances.updateRuleUntilDate(startDate);\n },\n }\n});\nexport var RecurrenceEditorPlugin = {\n name: 'ejs-recurrenceeditor',\n install: function (Vue) {\n Vue.component(RecurrenceEditorPlugin.name, RecurrenceEditorComponent);\n }\n};\n"],"names":["ViewsDirective","vueDefineComponent","inject","custom","default","render","createElement","slots","isExecute","gh","class","isNullOrUndefined","this","$slots","updated","methods","getTag","ViewsPlugin","name","install","Vue","component","ViewDirective","ViewPlugin","ResourcesDirective","ResourcesPlugin","ResourceDirective","ResourcePlugin","HeaderRowsDirective","HeaderRowsPlugin","HeaderRowDirective","HeaderRowPlugin","ToolbarItemsDirective","ToolbarItemsPlugin","ToolbarItemDirective","ToolbarItemPlugin","properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","ScheduleComponent","mixins","ComponentBase","emits","model","event","provide","data","ej2Instances","Schedule","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-views","e-resources","e-header-rows","e-toolbaritems","tagNameMapper","isVue3","templateCollection","created","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","destroyPortals","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","propKey","requestType","toString","match","isUndefined","$props","isLazyUpdate","addEvent","addResource","resources","index","changeCurrentView","viewName","viewIndex","closeEditor","closeQuickInfoPopup","closeTooltip","collapseResource","resourceId","deleteEvent","id","currentAction","destroy","expandResource","exportToExcel","excelExportOptions","exportToICalendar","fileName","customData","generateEventOccurrences","startDate","getBlockEvents","endDate","includeOccurrences","getCellDetails","tdCol","getCurrentViewDates","getCurrentViewEvents","getCurrentViewIndex","getDeletedOccurrences","recurrenceData","getEventDetails","element","getEventMaxID","getEventTemplateName","resIndex","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","isEventDataRefresh","setWorkHours","showSpinner","SchedulePlugin","RecurrenceEditorComponent","RecurrenceEditor","getRecurrenceDates","rule","excludeDate","maximumCount","viewDate","getRecurrenceRule","getRuleSummary","resetFields","setRecurrenceRule","updateRuleUntilDate","RecurrenceEditorPlugin"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-schedule.umd.min.js","sources":["../src/schedule/views.directive.js","../src/schedule/resources.directive.js","../src/schedule/headerrows.directive.js","../src/schedule/toolbaritems.directive.js","../src/schedule/schedule.component.js","../src/recurrence-editor/recurrenceeditor.component.js"],"sourcesContent":["import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ViewsDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-views';\n }\n }\n});\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 */\nexport var ViewDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-view';\n }\n }\n});\nexport var ViewPlugin = {\n name: 'e-view',\n install: function (Vue) {\n Vue.component(ViewPlugin.name, ViewDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ResourcesDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-resources';\n }\n }\n});\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 */\nexport var ResourceDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-resource';\n }\n }\n});\nexport var ResourcePlugin = {\n name: 'e-resource',\n install: function (Vue) {\n Vue.component(ResourcePlugin.name, ResourceDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var HeaderRowsDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-header-rows';\n }\n }\n});\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 */\nexport var HeaderRowDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-header-row';\n }\n }\n});\nexport var HeaderRowPlugin = {\n name: 'e-header-row',\n install: function (Vue) {\n Vue.component(HeaderRowPlugin.name, HeaderRowDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ToolbarItemsDirective = vueDefineComponent({\n inject: { custom: { default: null } },\n render: function (createElement) {\n if (!isExecute) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', { class: 'e-directive' }, slots);\n }\n return;\n },\n updated: function () {\n if (!isExecute && this.custom) {\n this.custom();\n }\n },\n methods: {\n getTag: function () {\n return 'e-toolbaritems';\n }\n }\n});\nexport var ToolbarItemsPlugin = {\n name: 'e-toolbaritems',\n install: function (Vue) {\n Vue.component(ToolbarItemsPlugin.name, ToolbarItemsDirective);\n }\n};\n/**\n * `e-toolbaritems` directive represent a custom toolbar items of the VueJS Schedule.\n * It must be contained in a Schedule component(`ejs-schedule`).\n * ```vue\n * <ejs-schedule>\n * <e-toolbaritems>\n * <e-toolbaritem name='Today'></<e-toolbaritem>\n * <e-toolbaritem name='DateRangeText'></e-toolbaritem>\n * <e-toolbaritem prefixIcon='e-icons e-cut' text='Cut'></e-toolbaritem>\n * <e-toolbaritems>\n * </ejs-schedule>\n * ```\n */\nexport var ToolbarItemDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-toolbaritem';\n }\n }\n});\nexport var ToolbarItemPlugin = {\n name: 'e-toolbaritem',\n install: function (Vue) {\n Vue.component(ToolbarItemPlugin.name, ToolbarItemDirective);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { isUndefined } 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';\nimport { ToolbarItemsDirective, ToolbarItemDirective, ToolbarItemsPlugin, ToolbarItemPlugin } from './toolbaritems.directive';\nexport var properties = ['isLazyUpdate', 'plugins', 'agendaDaysCount', 'allowClipboard', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorFooterTemplate', 'editorHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'beforePaste', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop'];\nexport var modelProps = ['currentView', 'selectedDate'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * `ej-schedule` represents the VueJS Schedule Component.\n * ```vue\n * <ejs-schedule></ejs-schedule>\n * ```\n */\nexport var ScheduleComponent = vueDefineComponent({\n name: 'ScheduleComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new Schedule({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: true,\n hasInjectedModules: true,\n tagMapper: { \"e-views\": \"e-view\", \"e-resources\": \"e-resource\", \"e-header-rows\": \"e-header-row\", \"e-toolbaritems\": \"e-toolbaritem\" },\n tagNameMapper: { \"e-header-rows\": \"e-headerRows\", \"e-toolbaritems\": \"e-toolbarItems\" },\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\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 },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n 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 this.destroyPortals(ele);\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\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 if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n addEvent: function (data) {\n return this.ej2Instances.addEvent(data);\n },\n addResource: function (resources, name, index) {\n return this.ej2Instances.addResource(resources, name, index);\n },\n changeCurrentView: function (viewName, viewIndex) {\n return this.ej2Instances.changeCurrentView(viewName, viewIndex);\n },\n closeEditor: function () {\n return this.ej2Instances.closeEditor();\n },\n closeQuickInfoPopup: function () {\n return this.ej2Instances.closeQuickInfoPopup();\n },\n closeTooltip: function () {\n return this.ej2Instances.closeTooltip();\n },\n collapseResource: function (resourceId, name) {\n return this.ej2Instances.collapseResource(resourceId, name);\n },\n copy: function (elements) {\n return this.ej2Instances.copy(elements);\n },\n cut: function (elements) {\n return this.ej2Instances.cut(elements);\n },\n deleteEvent: function (id, currentAction) {\n return this.ej2Instances.deleteEvent(id, currentAction);\n },\n destroy: function () {\n return this.ej2Instances.destroy();\n },\n expandResource: function (resourceId, name) {\n return this.ej2Instances.expandResource(resourceId, name);\n },\n exportToExcel: function (excelExportOptions) {\n return this.ej2Instances.exportToExcel(excelExportOptions);\n },\n exportToICalendar: function (fileName, customData) {\n return this.ej2Instances.exportToICalendar(fileName, customData);\n },\n generateEventOccurrences: function (event, startDate) {\n return this.ej2Instances.generateEventOccurrences(event, startDate);\n },\n getBlockEvents: function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getBlockEvents(startDate, endDate, includeOccurrences);\n },\n getCellDetails: function (tdCol) {\n return this.ej2Instances.getCellDetails(tdCol);\n },\n getCurrentViewDates: function () {\n return this.ej2Instances.getCurrentViewDates();\n },\n getCurrentViewEvents: function () {\n return this.ej2Instances.getCurrentViewEvents();\n },\n getCurrentViewIndex: function () {\n return this.ej2Instances.getCurrentViewIndex();\n },\n getDateRangeText: function (dates) {\n return this.ej2Instances.getDateRangeText(dates);\n },\n getDeletedOccurrences: function (recurrenceData) {\n return this.ej2Instances.getDeletedOccurrences(recurrenceData);\n },\n getEventDetails: function (element) {\n return this.ej2Instances.getEventDetails(element);\n },\n getEventMaxID: function () {\n return this.ej2Instances.getEventMaxID();\n },\n getEventTemplateName: function (resIndex) {\n return this.ej2Instances.getEventTemplateName(resIndex);\n },\n getEvents: function (startDate, endDate, includeOccurrences) {\n return this.ej2Instances.getEvents(startDate, endDate, includeOccurrences);\n },\n getIndexFromResourceId: function (id, name) {\n return this.ej2Instances.getIndexFromResourceId(id, name);\n },\n getOccurrencesByID: function (eventID) {\n return this.ej2Instances.getOccurrencesByID(eventID);\n },\n getOccurrencesByRange: function (startTime, endTime) {\n return this.ej2Instances.getOccurrencesByRange(startTime, endTime);\n },\n getResourceCollections: function () {\n return this.ej2Instances.getResourceCollections();\n },\n getResourcesByIndex: function (index) {\n return this.ej2Instances.getResourcesByIndex(index);\n },\n getSelectedElements: function () {\n return this.ej2Instances.getSelectedElements();\n },\n getViewDates: function (type) {\n return this.ej2Instances.getViewDates(type);\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n importICalendar: function (fileContent) {\n return this.ej2Instances.importICalendar(fileContent);\n },\n isSlotAvailable: function (startTime, endTime, groupIndex) {\n return this.ej2Instances.isSlotAvailable(startTime, endTime, groupIndex);\n },\n openEditor: function (data, action, isEventData, repeatType) {\n return this.ej2Instances.openEditor(data, action, isEventData, repeatType);\n },\n openQuickInfoPopup: function (data) {\n return this.ej2Instances.openQuickInfoPopup(data);\n },\n paste: function (targetElement) {\n return this.ej2Instances.paste(targetElement);\n },\n print: function (printOptions) {\n return this.ej2Instances.print(printOptions);\n },\n refreshEvents: function (isRemoteRefresh) {\n return this.ej2Instances.refreshEvents(isRemoteRefresh);\n },\n refreshLayout: function () {\n return this.ej2Instances.refreshLayout();\n },\n refreshTemplates: function (templateName) {\n return this.ej2Instances.refreshTemplates(templateName);\n },\n removeResource: function (resourceId, name) {\n return this.ej2Instances.removeResource(resourceId, name);\n },\n resetWorkHours: function (dates, start, end, groupIndex) {\n return this.ej2Instances.resetWorkHours(dates, start, end, groupIndex);\n },\n saveEvent: function (data, currentAction) {\n return this.ej2Instances.saveEvent(data, currentAction);\n },\n scrollTo: function (hour, scrollDate) {\n return this.ej2Instances.scrollTo(hour, scrollDate);\n },\n scrollToResource: function (resourceId, groupName) {\n return this.ej2Instances.scrollToResource(resourceId, groupName);\n },\n selectResourceByIndex: function (groupIndex) {\n return this.ej2Instances.selectResourceByIndex(groupIndex);\n },\n setRecurrenceEditor: function (recurrenceEditor) {\n return this.ej2Instances.setRecurrenceEditor(recurrenceEditor);\n },\n setResourceCollections: function (resourceCol, isEventDataRefresh) {\n return this.ej2Instances.setResourceCollections(resourceCol, isEventDataRefresh);\n },\n setWorkHours: function (dates, start, end, groupIndex) {\n return this.ej2Instances.setWorkHours(dates, start, end, groupIndex);\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n }\n});\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 Vue.component(ToolbarItemPlugin.name, ToolbarItemDirective);\n Vue.component(ToolbarItemsPlugin.name, ToolbarItemsDirective);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nimport { RecurrenceEditor } from '@syncfusion/ej2-schedule';\nexport var properties = ['isLazyUpdate', 'plugins', 'calendarMode', 'cssClass', 'dateFormat', 'enablePersistence', 'enableRtl', 'endTypes', 'firstDayOfWeek', 'frequencies', 'locale', 'maxDate', 'minDate', 'selectedType', 'startDate', 'value', 'change'];\nexport var modelProps = [];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * `ejs-recurrenceeditor` represents the VueJS RecurrenceEditor Component.\n * ```vue\n * <ejs-recurrenceeditor></ejs-recurrenceeditor>\n * ```\n */\nexport var RecurrenceEditorComponent = vueDefineComponent({\n name: 'RecurrenceEditorComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new RecurrenceEditor({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: false,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\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 },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('div', slots);\n },\n methods: {\n 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 this.destroyPortals(ele);\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\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 if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n custom: function () {\n this.updated();\n },\n destroy: function () {\n return this.ej2Instances.destroy();\n },\n getRecurrenceDates: function (startDate, rule, excludeDate, maximumCount, viewDate) {\n return this.ej2Instances.getRecurrenceDates(startDate, rule, excludeDate, maximumCount, viewDate);\n },\n getRecurrenceRule: function () {\n return this.ej2Instances.getRecurrenceRule();\n },\n getRuleSummary: function (rule) {\n return this.ej2Instances.getRuleSummary(rule);\n },\n resetFields: function () {\n return this.ej2Instances.resetFields();\n },\n setRecurrenceRule: function (rule, startDate) {\n return this.ej2Instances.setRecurrenceRule(rule, startDate);\n },\n updateRuleUntilDate: function (startDate) {\n return this.ej2Instances.updateRuleUntilDate(startDate);\n },\n }\n});\nexport var RecurrenceEditorPlugin = {\n name: 'ejs-recurrenceeditor',\n install: function (Vue) {\n Vue.component(RecurrenceEditorPlugin.name, RecurrenceEditorComponent);\n }\n};\n"],"names":["ViewsDirective","vueDefineComponent","inject","custom","default","render","createElement","slots","isExecute","gh","class","isNullOrUndefined","this","$slots","updated","methods","getTag","ViewsPlugin","name","install","Vue","component","ViewDirective","ViewPlugin","ResourcesDirective","ResourcesPlugin","ResourceDirective","ResourcePlugin","HeaderRowsDirective","HeaderRowsPlugin","HeaderRowDirective","HeaderRowPlugin","ToolbarItemsDirective","ToolbarItemsPlugin","ToolbarItemDirective","ToolbarItemPlugin","properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","ScheduleComponent","mixins","ComponentBase","emits","model","event","provide","data","ej2Instances","Schedule","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-views","e-resources","e-header-rows","e-toolbaritems","tagNameMapper","isVue3","templateCollection","created","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","destroyPortals","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","propKey","requestType","toString","match","isUndefined","$props","isLazyUpdate","addEvent","addResource","resources","index","changeCurrentView","viewName","viewIndex","closeEditor","closeQuickInfoPopup","closeTooltip","collapseResource","resourceId","copy","elements","cut","deleteEvent","id","currentAction","destroy","expandResource","exportToExcel","excelExportOptions","exportToICalendar","fileName","customData","generateEventOccurrences","startDate","getBlockEvents","endDate","includeOccurrences","getCellDetails","tdCol","getCurrentViewDates","getCurrentViewEvents","getCurrentViewIndex","getDateRangeText","dates","getDeletedOccurrences","recurrenceData","getEventDetails","element","getEventMaxID","getEventTemplateName","resIndex","getEvents","getIndexFromResourceId","getOccurrencesByID","eventID","getOccurrencesByRange","startTime","endTime","getResourceCollections","getResourcesByIndex","getSelectedElements","getViewDates","type","hideSpinner","importICalendar","fileContent","isSlotAvailable","groupIndex","openEditor","action","isEventData","repeatType","openQuickInfoPopup","paste","targetElement","print","printOptions","refreshEvents","isRemoteRefresh","refreshLayout","refreshTemplates","templateName","removeResource","resetWorkHours","start","end","saveEvent","scrollTo","hour","scrollDate","scrollToResource","groupName","selectResourceByIndex","setRecurrenceEditor","recurrenceEditor","setResourceCollections","resourceCol","isEventDataRefresh","setWorkHours","showSpinner","SchedulePlugin","RecurrenceEditorComponent","RecurrenceEditor","getRecurrenceDates","rule","excludeDate","maximumCount","viewDate","getRecurrenceRule","getRuleSummary","resetFields","setRecurrenceRule","updateRuleUntilDate","RecurrenceEditorPlugin"],"mappings":"maAEWA,EAAiBC,qBAAmB,CAC3CC,OAAQ,CAAEC,OAAQ,CAAEC,QAAS,OAC7BC,OAAQ,SAAUC,GACd,IAEQC,EAFR,GAAI,CAACC,YAMD,OAJID,EAAQ,MADHC,YAAiBF,EAALG,MAKZ,MAAO,CAAEC,MAAO,eAFrBH,EADCI,oBAAkBC,KAAKC,OAAOT,OAAO,EAGAG,EAF7BC,YAAoCI,KAAKC,OAAOT,QAApCQ,KAAKC,OAAOT,SAEU,GAIvDU,QAAS,WACD,CAACN,aAAaI,KAAKT,QACnBS,KAAKT,UAGbY,QAAS,CACLC,OAAQ,WACJ,MAAO,WAGnB,CAAC,EACUC,EAAc,CACrBC,KAAM,UACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUJ,EAAYC,KAAMlB,CAAc,EAEtD,EAaWsB,EAAgBrB,qBAAmB,CAC1CI,OAAQ,aAGRU,QAAS,CACLC,OAAQ,WACJ,MAAO,UAGnB,CAAC,EACUO,EAAa,CACpBL,KAAM,SACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUE,EAAWL,KAAMI,CAAa,EAEpD,ECzDWE,EAAqBvB,qBAAmB,CAC/CC,OAAQ,CAAEC,OAAQ,CAAEC,QAAS,OAC7BC,OAAQ,SAAUC,GACd,IAEQC,EAFR,GAAI,CAACC,YAMD,OAJID,EAAQ,MADHC,YAAiBF,EAALG,MAKZ,MAAO,CAAEC,MAAO,eAFrBH,EADCI,oBAAkBC,KAAKC,OAAOT,OAAO,EAGAG,EAF7BC,YAAoCI,KAAKC,OAAOT,QAApCQ,KAAKC,OAAOT,SAEU,GAIvDU,QAAS,WACD,CAACN,aAAaI,KAAKT,QACnBS,KAAKT,UAGbY,QAAS,CACLC,OAAQ,WACJ,MAAO,eAGnB,CAAC,EACUS,EAAkB,CACzBP,KAAM,cACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUI,EAAgBP,KAAMM,CAAkB,EAE9D,EAaWE,EAAoBzB,qBAAmB,CAC9CI,OAAQ,aAGRU,QAAS,CACLC,OAAQ,WACJ,MAAO,cAGnB,CAAC,EACUW,EAAiB,CACxBT,KAAM,aACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUM,EAAeT,KAAMQ,CAAiB,EAE5D,ECzDWE,EAAsB3B,qBAAmB,CAChDC,OAAQ,CAAEC,OAAQ,CAAEC,QAAS,OAC7BC,OAAQ,SAAUC,GACd,IAEQC,EAFR,GAAI,CAACC,YAMD,OAJID,EAAQ,MADHC,YAAiBF,EAALG,MAKZ,MAAO,CAAEC,MAAO,eAFrBH,EADCI,oBAAkBC,KAAKC,OAAOT,OAAO,EAGAG,EAF7BC,YAAoCI,KAAKC,OAAOT,QAApCQ,KAAKC,OAAOT,SAEU,GAIvDU,QAAS,WACD,CAACN,aAAaI,KAAKT,QACnBS,KAAKT,UAGbY,QAAS,CACLC,OAAQ,WACJ,MAAO,iBAGnB,CAAC,EACUa,EAAmB,CAC1BX,KAAM,gBACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUQ,EAAiBX,KAAMU,CAAmB,EAEhE,EAaWE,EAAqB7B,qBAAmB,CAC/CI,OAAQ,aAGRU,QAAS,CACLC,OAAQ,WACJ,MAAO,gBAGnB,CAAC,EACUe,EAAkB,CACzBb,KAAM,eACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUU,EAAgBb,KAAMY,CAAkB,EAE9D,ECzDWE,EAAwB/B,qBAAmB,CAClDC,OAAQ,CAAEC,OAAQ,CAAEC,QAAS,OAC7BC,OAAQ,SAAUC,GACd,IAEQC,EAFR,GAAI,CAACC,YAMD,OAJID,EAAQ,MADHC,YAAiBF,EAALG,MAKZ,MAAO,CAAEC,MAAO,eAFrBH,EADCI,oBAAkBC,KAAKC,OAAOT,OAAO,EAGAG,EAF7BC,YAAoCI,KAAKC,OAAOT,QAApCQ,KAAKC,OAAOT,SAEU,GAIvDU,QAAS,WACD,CAACN,aAAaI,KAAKT,QACnBS,KAAKT,UAGbY,QAAS,CACLC,OAAQ,WACJ,MAAO,kBAGnB,CAAC,EACUiB,EAAqB,CAC5Bf,KAAM,iBACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUY,EAAmBf,KAAMc,CAAqB,EAEpE,EAcWE,EAAuBjC,qBAAmB,CACjDI,OAAQ,aAGRU,QAAS,CACLC,OAAQ,WACJ,MAAO,iBAGnB,CAAC,EACUmB,EAAoB,CAC3BjB,KAAM,gBACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUc,EAAkBjB,KAAMgB,CAAoB,EAElE,ECpDWE,EAAa,CAAC,eAAgB,UAAW,kBAAmB,iBAAkB,mBAAoB,cAAe,2BAA4B,0BAA2B,iBAAkB,yBAA0B,gBAAiB,eAAgB,eAAgB,qBAAsB,eAAgB,WAAY,cAAe,aAAc,qBAAsB,oBAAqB,oBAAqB,uBAAwB,uBAAwB,iBAAkB,mBAAoB,qBAAsB,sBAAuB,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,eAAgB,QAAS,WAAY,QAAS,WAAY,YAAa,cAAe,iBAAkB,gBAAiB,cAAe,YAAa,kBAAmB,UAAW,cAAe,YAAa,YAAa,OAAQ,YAAa,WAAY,aAAc,mBAAoB,gBAAiB,QAAS,kBAAmB,aAAc,aAAc,YAAa,aAAc,cAAe,aAAc,WAAY,SAAU,qBAAsB,qBACnjDC,EAAa,CAAC,cAAe,gBAC7BC,EAAWC,WAAS,CAAEC,MAAOJ,EAAY,EACzCI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,CAAK,EAClFC,EAAUG,KAAK,eAAgB,mBAAmB,EAClD,IAAK,IAAIC,EAAK,EAAGC,EAAeV,EAAYS,EAAKC,EAAaC,OAAQF,CAAE,GAEpEJ,EAAUG,KAAK,UADDE,EAAaD,EACO,MAQ3BG,EAAoBhD,qBAAmB,CAC9CiB,KAAM,oBACNgC,OAAQ,CAACC,iBACTX,MAAOA,EACPC,MAAOA,EACPW,MAAOV,EACPW,MAAO,CAAEC,MAAO,gBAChBC,QAAS,WAAc,MAAO,CAAEpD,OAAQS,KAAKT,SAC7CqD,KAAM,WACF,MAAO,CACHC,aAAc,IAAIC,WAAS,EAAE,EAC7BC,SAAUvB,EACVwB,OAAQvB,EACRwB,kBAAmB,CAAA,EACnBC,mBAAoB,CAAA,EACpBC,UAAW,CAAEC,UAAW,SAAUC,cAAe,aAAcC,gBAAiB,eAAgBC,iBAAkB,iBAClHC,cAAe,CAAEF,gBAAiB,eAAgBC,iBAAkB,kBACpEE,OAAQ,CAAC7D,YACT8D,mBAAoB,KAG5BC,QAAS,WACL3D,KAAK6C,aAAae,SAAW5D,KAAK6C,aAAagB,QAC/C7D,KAAK6C,aAAagB,QAAU7D,KAAK6D,QACjC7D,KAAK8D,iBACL9D,KAAK6C,aAAakB,eAAiB/D,KAAK6C,aAAamB,cACrDhE,KAAK6C,aAAamB,cAAgBhE,KAAKgE,cACvChE,KAAK6C,aAAaoB,cAAgBjE,KAAKiE,cACvCjE,KAAKE,QAAUF,KAAKE,SAExBT,OAAQ,SAAUC,GACd,IACIC,EAAQ,KAIZ,OALSC,YAAiBF,EAALG,MAKZ,MAFLF,EADCI,oBAAkBC,KAAKC,OAAOT,OAAO,EAG1BG,EAFHC,YAAoCI,KAAKC,OAAOT,QAApCQ,KAAKC,OAAOT,SAEhB,GAEzBW,QAAS,CACL8D,cAAe,SAAUC,GAIrB,IAHKA,EAAAA,GACenC,OAAOC,KAAKhC,KAAK0D,oBAAsB,EAAE,GAE3CtB,QAAUpC,KAAK0D,mBAC7B,IAAK,IAAIxB,EAAK,EAAGiC,EAAkBD,EAAehC,EAAKiC,EAAgB/B,OAAQF,CAAE,GAAI,CACjF,IAAIkC,EAAWD,EAAgBjC,GAC3BmC,EAAoBrE,KAAK0D,mBAAmBU,GAChD,GAAIC,GAAqBA,EAAkBjC,OAAQ,CAC/C,IAAK,IAAIkC,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBnC,OAAQkC,CAAE,GAAI,CAC7F,IAAIE,EAAMD,EAAoBD,GAC9BtE,KAAKyE,eAAeD,CAAG,EAE3B,OAAOxE,KAAK0D,mBAAmBU,MAK/CJ,cAAe,SAAUU,EAAMC,GAC3B,IAAIC,EAAQ5E,KACRA,KAAKyD,SACLzD,KAAKgD,OAAUhD,KAAKgD,QAAShD,KAAK6C,aAAagC,aAE/C7E,KAAK6C,cAAgB7C,KAAK6C,aAAakB,gBACvC/D,KAAK6C,aAAakB,eAAeW,EAAMC,CAAY,EAEnDD,GAAQ1E,KAAKgD,QAAUhD,KAAKgD,OAAOZ,QACnCL,OAAOC,KAAK0C,CAAI,EAAEI,IAAI,SAAUC,GAC5BH,EAAM5B,OAAO8B,IAAI,SAAUrC,GAClBsC,IAAQtC,GAAY,cAAcuC,KAAKD,CAAI,IACxCH,EAAMnB,OACNmB,EAAM/B,aAAaoC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,EAAI,GAG/DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,EAAI,EACtCH,EAAMM,MAAM,eAAgBR,EAAKK,EAAI,IAGhD,EACJ,GAGTlB,QAAS,SAAUsB,EAAWC,EAAWC,GAIrC,IACQN,EACAO,EALH1F,cACDI,KAAKgD,OAAUhD,KAAKgD,QAAShD,KAAK6C,aAAagC,aAEhC,WAAdM,GAAwC,UAAdA,GAA0BnF,CAAAA,KAAKgD,QAAkC,IAAvBhD,KAAKgD,OAAOZ,OAiB7D,gBAAd+C,GAAyD,iBAA1BC,EAAUG,aAAmCvF,KAAKgD,QAAkC,IAAvBhD,KAAKgD,OAAOZ,SAE1GkD,GAAUP,EADJ/E,KAAKgD,OAAOwC,WAAWC,MAAM,0BAA0B,GAAK,IACpD,GACdL,IAAaL,GAAO,CAACW,cAAYN,EAAUE,EAAQ,IAC9C1F,aAKDI,KAAKkF,MAAM,UAAYI,EAASF,EAAUE,EAAQ,EAClDtF,OALAA,KAAK6C,aAAaoC,YAAYC,MAAM,UAAYI,EAASF,EAAUE,EAAQ,EAC3EtF,KAAK6C,aAAaoC,cAIbC,MAAM,eAAgBE,EAAUE,EAAQ,GAzBjDA,GAAUP,EADJ/E,KAAKgD,OAAOwC,WAAWC,MAAM,eAAe,GAAK,IACzC,GACdL,GAAaL,GAAO,CAACW,cAAYN,EAAUE,EAAQ,IAC9C1F,aAMiB,WAAduF,GAA2BnF,KAAK2F,QAAU,CAAC3F,KAAK2F,OAAOC,gBACvD5F,KAAKkF,MAAM,UAAYI,EAASF,EAAUE,EAAQ,EAClDtF,KAAKkF,MAAM,eAAgBE,EAAUE,EAAQ,IAPjDtF,KAAK6C,aAAaoC,YAAYC,MAAM,UAAYI,EAASF,EAAUE,EAAQ,EAC3EtF,KAAK6C,aAAaoC,YAAYC,MAAM,eAAgBE,EAAUE,EAAQ,EACtEtF,KAAK6C,aAAaoC,YAAYC,MAAM,oBAAqBE,EAAUE,EAAQ,KAwBlFtF,KAAK6C,cAAgB7C,KAAK6C,aAAae,UACxC5D,KAAK6C,aAAae,SAASuB,EAAWC,EAAWC,CAAc,GAGvE9F,OAAQ,WACJS,KAAKE,WAET2F,SAAU,SAAUjD,GAChB,OAAO5C,KAAK6C,aAAagD,SAASjD,CAAI,GAE1CkD,YAAa,SAAUC,EAAWzF,EAAM0F,GACpC,OAAOhG,KAAK6C,aAAaiD,YAAYC,EAAWzF,EAAM0F,CAAK,GAE/DC,kBAAmB,SAAUC,EAAUC,GACnC,OAAOnG,KAAK6C,aAAaoD,kBAAkBC,EAAUC,CAAS,GAElEC,YAAa,WACT,OAAOpG,KAAK6C,aAAauD,eAE7BC,oBAAqB,WACjB,OAAOrG,KAAK6C,aAAawD,uBAE7BC,aAAc,WACV,OAAOtG,KAAK6C,aAAayD,gBAE7BC,iBAAkB,SAAUC,EAAYlG,GACpC,OAAON,KAAK6C,aAAa0D,iBAAiBC,EAAYlG,CAAI,GAE9DmG,KAAM,SAAUC,GACZ,OAAO1G,KAAK6C,aAAa4D,KAAKC,CAAQ,GAE1CC,IAAK,SAAUD,GACX,OAAO1G,KAAK6C,aAAa8D,IAAID,CAAQ,GAEzCE,YAAa,SAAUC,EAAIC,GACvB,OAAO9G,KAAK6C,aAAa+D,YAAYC,EAAIC,CAAa,GAE1DC,QAAS,WACL,OAAO/G,KAAK6C,aAAakE,WAE7BC,eAAgB,SAAUR,EAAYlG,GAClC,OAAON,KAAK6C,aAAamE,eAAeR,EAAYlG,CAAI,GAE5D2G,cAAe,SAAUC,GACrB,OAAOlH,KAAK6C,aAAaoE,cAAcC,CAAkB,GAE7DC,kBAAmB,SAAUC,EAAUC,GACnC,OAAOrH,KAAK6C,aAAasE,kBAAkBC,EAAUC,CAAU,GAEnEC,yBAA0B,SAAU5E,EAAO6E,GACvC,OAAOvH,KAAK6C,aAAayE,yBAAyB5E,EAAO6E,CAAS,GAEtEC,eAAgB,SAAUD,EAAWE,EAASC,GAC1C,OAAO1H,KAAK6C,aAAa2E,eAAeD,EAAWE,EAASC,CAAkB,GAElFC,eAAgB,SAAUC,GACtB,OAAO5H,KAAK6C,aAAa8E,eAAeC,CAAK,GAEjDC,oBAAqB,WACjB,OAAO7H,KAAK6C,aAAagF,uBAE7BC,qBAAsB,WAClB,OAAO9H,KAAK6C,aAAaiF,wBAE7BC,oBAAqB,WACjB,OAAO/H,KAAK6C,aAAakF,uBAE7BC,iBAAkB,SAAUC,GACxB,OAAOjI,KAAK6C,aAAamF,iBAAiBC,CAAK,GAEnDC,sBAAuB,SAAUC,GAC7B,OAAOnI,KAAK6C,aAAaqF,sBAAsBC,CAAc,GAEjEC,gBAAiB,SAAUC,GACvB,OAAOrI,KAAK6C,aAAauF,gBAAgBC,CAAO,GAEpDC,cAAe,WACX,OAAOtI,KAAK6C,aAAayF,iBAE7BC,qBAAsB,SAAUC,GAC5B,OAAOxI,KAAK6C,aAAa0F,qBAAqBC,CAAQ,GAE1DC,UAAW,SAAUlB,EAAWE,EAASC,GACrC,OAAO1H,KAAK6C,aAAa4F,UAAUlB,EAAWE,EAASC,CAAkB,GAE7EgB,uBAAwB,SAAU7B,EAAIvG,GAClC,OAAON,KAAK6C,aAAa6F,uBAAuB7B,EAAIvG,CAAI,GAE5DqI,mBAAoB,SAAUC,GAC1B,OAAO5I,KAAK6C,aAAa8F,mBAAmBC,CAAO,GAEvDC,sBAAuB,SAAUC,EAAWC,GACxC,OAAO/I,KAAK6C,aAAagG,sBAAsBC,EAAWC,CAAO,GAErEC,uBAAwB,WACpB,OAAOhJ,KAAK6C,aAAamG,0BAE7BC,oBAAqB,SAAUjD,GAC3B,OAAOhG,KAAK6C,aAAaoG,oBAAoBjD,CAAK,GAEtDkD,oBAAqB,WACjB,OAAOlJ,KAAK6C,aAAaqG,uBAE7BC,aAAc,SAAUC,GACpB,OAAOpJ,KAAK6C,aAAasG,aAAaC,CAAI,GAE9CC,YAAa,WACT,OAAOrJ,KAAK6C,aAAawG,eAE7BC,gBAAiB,SAAUC,GACvB,OAAOvJ,KAAK6C,aAAayG,gBAAgBC,CAAW,GAExDC,gBAAiB,SAAUV,EAAWC,EAASU,GAC3C,OAAOzJ,KAAK6C,aAAa2G,gBAAgBV,EAAWC,EAASU,CAAU,GAE3EC,WAAY,SAAU9G,EAAM+G,EAAQC,EAAaC,GAC7C,OAAO7J,KAAK6C,aAAa6G,WAAW9G,EAAM+G,EAAQC,EAAaC,CAAU,GAE7EC,mBAAoB,SAAUlH,GAC1B,OAAO5C,KAAK6C,aAAaiH,mBAAmBlH,CAAI,GAEpDmH,MAAO,SAAUC,GACb,OAAOhK,KAAK6C,aAAakH,MAAMC,CAAa,GAEhDC,MAAO,SAAUC,GACb,OAAOlK,KAAK6C,aAAaoH,MAAMC,CAAY,GAE/CC,cAAe,SAAUC,GACrB,OAAOpK,KAAK6C,aAAasH,cAAcC,CAAe,GAE1DC,cAAe,WACX,OAAOrK,KAAK6C,aAAawH,iBAE7BC,iBAAkB,SAAUC,GACxB,OAAOvK,KAAK6C,aAAayH,iBAAiBC,CAAY,GAE1DC,eAAgB,SAAUhE,EAAYlG,GAClC,OAAON,KAAK6C,aAAa2H,eAAehE,EAAYlG,CAAI,GAE5DmK,eAAgB,SAAUxC,EAAOyC,EAAOC,EAAKlB,GACzC,OAAOzJ,KAAK6C,aAAa4H,eAAexC,EAAOyC,EAAOC,EAAKlB,CAAU,GAEzEmB,UAAW,SAAUhI,EAAMkE,GACvB,OAAO9G,KAAK6C,aAAa+H,UAAUhI,EAAMkE,CAAa,GAE1D+D,SAAU,SAAUC,EAAMC,GACtB,OAAO/K,KAAK6C,aAAagI,SAASC,EAAMC,CAAU,GAEtDC,iBAAkB,SAAUxE,EAAYyE,GACpC,OAAOjL,KAAK6C,aAAamI,iBAAiBxE,EAAYyE,CAAS,GAEnEC,sBAAuB,SAAUzB,GAC7B,OAAOzJ,KAAK6C,aAAaqI,sBAAsBzB,CAAU,GAE7D0B,oBAAqB,SAAUC,GAC3B,OAAOpL,KAAK6C,aAAasI,oBAAoBC,CAAgB,GAEjEC,uBAAwB,SAAUC,EAAaC,GAC3C,OAAOvL,KAAK6C,aAAawI,uBAAuBC,EAAaC,CAAkB,GAEnFC,aAAc,SAAUvD,EAAOyC,EAAOC,EAAKlB,GACvC,OAAOzJ,KAAK6C,aAAa2I,aAAavD,EAAOyC,EAAOC,EAAKlB,CAAU,GAEvEgC,YAAa,WACT,OAAOzL,KAAK6C,aAAa4I,eAGrC,CAAC,EACUC,EAAiB,CACxBpL,KAAM,eACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUiL,EAAepL,KAAM+B,CAAiB,EACpD7B,EAAIC,UAAUE,EAAWL,KAAMI,CAAa,EAC5CF,EAAIC,UAAUJ,EAAYC,KAAMlB,CAAc,EAC9CoB,EAAIC,UAAUM,EAAeT,KAAMQ,CAAiB,EACpDN,EAAIC,UAAUI,EAAgBP,KAAMM,CAAkB,EACtDJ,EAAIC,UAAUU,EAAgBb,KAAMY,CAAkB,EACtDV,EAAIC,UAAUQ,EAAiBX,KAAMU,CAAmB,EACxDR,EAAIC,UAAUc,EAAkBjB,KAAMgB,CAAoB,EAC1Dd,EAAIC,UAAUY,EAAmBf,KAAMc,CAAqB,EAEpE,EC7TWI,EAAa,CAAC,eAAgB,UAAW,eAAgB,WAAY,aAAc,oBAAqB,YAAa,WAAY,iBAAkB,cAAe,SAAU,UAAW,UAAW,eAAgB,YAAa,QAAS,UACxOC,EAAa,GACbC,EAAWC,WAAS,CAAEC,MAAOJ,EAAY,EACzCI,EAAQF,EAAS,GAAIG,EAAQH,EAAS,GAAII,EAAYC,OAAOC,KAAKH,CAAK,IACxEI,KAAK,eAAgB,mBAAmB,EAClD,IAAK,IAAIC,EAAK,EAAGC,EAAeV,EAAYS,EAAKC,EAAaC,OAAQF,CAAE,GAEpEJ,EAAUG,KAAK,UADDE,EAAaD,EACO,MAQ3ByJ,EAA4BtM,qBAAmB,CACtDiB,KAAM,4BACNgC,OAAQ,CAACC,iBACTX,MAAOA,EACPC,MAAOA,EACPW,MAAOV,EACPa,QAAS,WAAc,MAAO,CAAEpD,OAAQS,KAAKT,SAC7CqD,KAAM,WACF,MAAO,CACHC,aAAc,IAAI+I,mBAAiB,EAAE,EACrC7I,SAAUvB,EACVwB,OAAQvB,EACRwB,kBAAmB,CAAA,EACnBC,mBAAoB,CAAA,EACpBC,UAAW,GACXK,cAAe,GACfC,OAAQ,CAAC7D,YACT8D,mBAAoB,KAG5BC,QAAS,WACL3D,KAAK8D,iBACL9D,KAAK6C,aAAakB,eAAiB/D,KAAK6C,aAAamB,cACrDhE,KAAK6C,aAAamB,cAAgBhE,KAAKgE,cACvChE,KAAK6C,aAAaoB,cAAgBjE,KAAKiE,cACvCjE,KAAKE,QAAUF,KAAKE,SAExBT,OAAQ,SAAUC,GACd,IACIC,EAAQ,KAIZ,OALSC,YAAiBF,EAALG,MAKZ,MAFLF,EADCI,oBAAkBC,KAAKC,OAAOT,OAAO,EAG1BG,EAFHC,YAAoCI,KAAKC,OAAOT,QAApCQ,KAAKC,OAAOT,SAEhB,GAEzBW,QAAS,CACL8D,cAAe,SAAUC,GAIrB,IAHKA,EAAAA,GACenC,OAAOC,KAAKhC,KAAK0D,oBAAsB,EAAE,GAE3CtB,QAAUpC,KAAK0D,mBAC7B,IAAK,IAAIxB,EAAK,EAAGiC,EAAkBD,EAAehC,EAAKiC,EAAgB/B,OAAQF,CAAE,GAAI,CACjF,IAAIkC,EAAWD,EAAgBjC,GAC3BmC,EAAoBrE,KAAK0D,mBAAmBU,GAChD,GAAIC,GAAqBA,EAAkBjC,OAAQ,CAC/C,IAAK,IAAIkC,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBnC,OAAQkC,CAAE,GAAI,CAC7F,IAAIE,EAAMD,EAAoBD,GAC9BtE,KAAKyE,eAAeD,CAAG,EAE3B,OAAOxE,KAAK0D,mBAAmBU,MAK/CJ,cAAe,SAAUU,EAAMC,GAC3B,IAAIC,EAAQ5E,KACRA,KAAKyD,SACLzD,KAAKgD,OAAUhD,KAAKgD,QAAShD,KAAK6C,aAAagC,aAE/C7E,KAAK6C,cAAgB7C,KAAK6C,aAAakB,gBACvC/D,KAAK6C,aAAakB,eAAeW,EAAMC,CAAY,EAEnDD,GAAQ1E,KAAKgD,QAAUhD,KAAKgD,OAAOZ,QACnCL,OAAOC,KAAK0C,CAAI,EAAEI,IAAI,SAAUC,GAC5BH,EAAM5B,OAAO8B,IAAI,SAAUrC,GAClBsC,IAAQtC,GAAY,cAAcuC,KAAKD,CAAI,IACxCH,EAAMnB,OACNmB,EAAM/B,aAAaoC,YAAYC,MAAM,UAAYH,EAAKL,EAAKK,EAAI,GAG/DH,EAAMM,MAAM,UAAYH,EAAKL,EAAKK,EAAI,EACtCH,EAAMM,MAAM,eAAgBR,EAAKK,EAAI,IAGhD,EACJ,GAGTxF,OAAQ,WACJS,KAAKE,WAET6G,QAAS,WACL,OAAO/G,KAAK6C,aAAakE,WAE7B8E,mBAAoB,SAAUtE,EAAWuE,EAAMC,EAAaC,EAAcC,GACtE,OAAOjM,KAAK6C,aAAagJ,mBAAmBtE,EAAWuE,EAAMC,EAAaC,EAAcC,CAAQ,GAEpGC,kBAAmB,WACf,OAAOlM,KAAK6C,aAAaqJ,qBAE7BC,eAAgB,SAAUL,GACtB,OAAO9L,KAAK6C,aAAasJ,eAAeL,CAAI,GAEhDM,YAAa,WACT,OAAOpM,KAAK6C,aAAauJ,eAE7BC,kBAAmB,SAAUP,EAAMvE,GAC/B,OAAOvH,KAAK6C,aAAawJ,kBAAkBP,EAAMvE,CAAS,GAE9D+E,oBAAqB,SAAU/E,GAC3B,OAAOvH,KAAK6C,aAAayJ,oBAAoB/E,CAAS,GAGlE,CAAC,EACUgF,EAAyB,CAChCjM,KAAM,uBACNC,QAAS,SAAUC,GACfA,EAAIC,UAAU8L,EAAuBjM,KAAMqL,CAAyB,EAE5E"}
|
|
@@ -240,7 +240,7 @@ const ToolbarItemPlugin = {
|
|
|
240
240
|
}
|
|
241
241
|
};
|
|
242
242
|
|
|
243
|
-
const properties = ['isLazyUpdate', 'plugins', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorFooterTemplate', 'editorHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop'];
|
|
243
|
+
const properties = ['isLazyUpdate', 'plugins', 'agendaDaysCount', 'allowClipboard', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'allowSwiping', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dateRangeTemplate', 'dayHeaderTemplate', 'editorFooterTemplate', 'editorHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enableHtmlSanitizer', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'toolbarItems', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'beforePaste', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventDoubleClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select', 'virtualScrollStart', 'virtualScrollStop'];
|
|
244
244
|
const modelProps = ['currentView', 'selectedDate'];
|
|
245
245
|
const testProp = getProps({ props: properties });
|
|
246
246
|
const props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -395,6 +395,12 @@ let ScheduleComponent = vueDefineComponent({
|
|
|
395
395
|
collapseResource(resourceId, name) {
|
|
396
396
|
return this.ej2Instances.collapseResource(resourceId, name);
|
|
397
397
|
},
|
|
398
|
+
copy(elements) {
|
|
399
|
+
return this.ej2Instances.copy(elements);
|
|
400
|
+
},
|
|
401
|
+
cut(elements) {
|
|
402
|
+
return this.ej2Instances.cut(elements);
|
|
403
|
+
},
|
|
398
404
|
deleteEvent(id, currentAction) {
|
|
399
405
|
return this.ej2Instances.deleteEvent(id, currentAction);
|
|
400
406
|
},
|
|
@@ -428,6 +434,9 @@ let ScheduleComponent = vueDefineComponent({
|
|
|
428
434
|
getCurrentViewIndex() {
|
|
429
435
|
return this.ej2Instances.getCurrentViewIndex();
|
|
430
436
|
},
|
|
437
|
+
getDateRangeText(dates) {
|
|
438
|
+
return this.ej2Instances.getDateRangeText(dates);
|
|
439
|
+
},
|
|
431
440
|
getDeletedOccurrences(recurrenceData) {
|
|
432
441
|
return this.ej2Instances.getDeletedOccurrences(recurrenceData);
|
|
433
442
|
},
|
|
@@ -461,6 +470,9 @@ let ScheduleComponent = vueDefineComponent({
|
|
|
461
470
|
getSelectedElements() {
|
|
462
471
|
return this.ej2Instances.getSelectedElements();
|
|
463
472
|
},
|
|
473
|
+
getViewDates(type) {
|
|
474
|
+
return this.ej2Instances.getViewDates(type);
|
|
475
|
+
},
|
|
464
476
|
hideSpinner() {
|
|
465
477
|
return this.ej2Instances.hideSpinner();
|
|
466
478
|
},
|
|
@@ -476,6 +488,9 @@ let ScheduleComponent = vueDefineComponent({
|
|
|
476
488
|
openQuickInfoPopup(data) {
|
|
477
489
|
return this.ej2Instances.openQuickInfoPopup(data);
|
|
478
490
|
},
|
|
491
|
+
paste(targetElement) {
|
|
492
|
+
return this.ej2Instances.paste(targetElement);
|
|
493
|
+
},
|
|
479
494
|
print(printOptions) {
|
|
480
495
|
return this.ej2Instances.print(printOptions);
|
|
481
496
|
},
|