@syncfusion/ej2-vue-gantt 21.1.35 → 21.1.36
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/CHANGELOG.md +164 -0
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/ej2-vue-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es2015.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +2 -2
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +10 -9
- package/src/gantt/gantt.component.js +2 -2
- package/styles/bootstrap-dark.css +31 -47
- package/styles/bootstrap.css +33 -49
- package/styles/bootstrap4.css +33 -49
- package/styles/bootstrap5-dark.css +31 -47
- package/styles/bootstrap5.css +31 -47
- package/styles/fabric-dark.css +31 -47
- package/styles/fabric.css +31 -47
- package/styles/fluent-dark.css +31 -50
- package/styles/fluent.css +31 -50
- package/styles/gantt/bootstrap-dark.css +31 -47
- package/styles/gantt/bootstrap.css +33 -49
- package/styles/gantt/bootstrap4.css +33 -49
- package/styles/gantt/bootstrap5-dark.css +31 -47
- package/styles/gantt/bootstrap5.css +31 -47
- package/styles/gantt/fabric-dark.css +31 -47
- package/styles/gantt/fabric.css +31 -47
- package/styles/gantt/fluent-dark.css +31 -50
- package/styles/gantt/fluent.css +31 -50
- package/styles/gantt/highcontrast-light.css +31 -47
- package/styles/gantt/highcontrast.css +31 -47
- package/styles/gantt/material-dark.css +31 -47
- package/styles/gantt/material.css +31 -47
- package/styles/gantt/material3-dark.css +2193 -0
- package/styles/gantt/material3-dark.scss +2 -0
- package/styles/gantt/material3.css +2249 -0
- package/styles/gantt/material3.scss +2 -0
- package/styles/gantt/tailwind-dark.css +31 -47
- package/styles/gantt/tailwind.css +31 -47
- package/styles/highcontrast-light.css +31 -47
- package/styles/highcontrast.css +31 -47
- package/styles/material-dark.css +31 -47
- package/styles/material.css +31 -47
- package/styles/material3-dark.css +2193 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +2249 -0
- package/styles/material3.scss +2 -0
- package/styles/tailwind-dark.css +31 -47
- package/styles/tailwind.css +31 -47
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,170 @@
|
|
|
4
4
|
|
|
5
5
|
### Gantt Chart
|
|
6
6
|
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I473901` - Baseline converted to milestone when task gets converted into milestone issue has been fixed.
|
|
10
|
+
- `#I471926` - Console error occurs in critical path when data source is empty issue has been fixed.
|
|
11
|
+
- `#I469289` - Fit to project is not working properly issue has been fixed.
|
|
12
|
+
- `#I473341` - Tooltip template not working properly issue has been fixed.
|
|
13
|
+
- `#I467372` - no drop icon is displayed while dropping in Gantt chart.
|
|
14
|
+
- `#F182867` - Edit template for start date column not works issue has been fixed.
|
|
15
|
+
- `#I470521` - Toolbar template is not working properly in react issue has been fixed.
|
|
16
|
+
- `#I44322` - Row Selection behaviour occurs differently in grid and Gantt.
|
|
17
|
+
|
|
18
|
+
- `#I473341` - Tooltip template not working properly issue has been fixed.
|
|
19
|
+
- `#I467372` - no drop icon is displayed while dropping in Gantt chart.
|
|
20
|
+
- `#I44322` - Row Selection behaviour occurs differently in grid and Gantt.
|
|
21
|
+
|
|
22
|
+
## 22.1.34 (2023-06-21)
|
|
23
|
+
|
|
24
|
+
### Gantt Chart
|
|
25
|
+
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
-`#I43435` - Improved the user interface of taskbar resizing and moving actions in the Gantt Chart. Now, when users perform taskbar resizing or moving, a virtual element is displayed instead of updating the original taskbar element. This virtual element remains visible until the action is completed, providing users with a clear representation of the changes they are making. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/editing.html).
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
#### Breaking changes
|
|
32
|
+
|
|
33
|
+
- Connector lines have been changed from elements to SVG elements for UI improvement. This change has been made to enhance the user interface and provide a more visually appealing and flexible way of displaying connector lines.
|
|
34
|
+
|
|
35
|
+
## 21.2.10 (2023-06-13)
|
|
36
|
+
|
|
37
|
+
### Gantt Chart
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
- `#I459187` - Newly added record missed at the bottom in virtual scroll issue has been fixed.
|
|
42
|
+
- `#I469401` - Resource names gets duplicated in right label issue has been fixed.
|
|
43
|
+
- `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
|
|
44
|
+
- `#F182318` - Progress width not updated properly in manual tasks after zooming action issue has been fixed.
|
|
45
|
+
|
|
46
|
+
- `#I464184` - Progress width not updated properly in split tasks issue has been fixed.
|
|
47
|
+
|
|
48
|
+
## 21.2.9 (2023-06-06)
|
|
49
|
+
|
|
50
|
+
### Gantt Chart
|
|
51
|
+
|
|
52
|
+
#### Bug Fixes
|
|
53
|
+
|
|
54
|
+
- `#I467744` - Provided support for virtual scroll in resource view multitask bar.
|
|
55
|
+
- `#I464831` - Incorrect render of segments when we give end date while declaring segment in data source issue has been fixed.
|
|
56
|
+
- `#I461924` - Bug Script Error throws while using Virtualization with Collapse All action.
|
|
57
|
+
- `#I469496` - Start date not updated properly for predecessor connected record issue has been fixed.
|
|
58
|
+
- `#I465752` - Timeline start date gets changed when we perform right resizing or progress resizing issue has been fixed.
|
|
59
|
+
- `#I463593` - True type font style is not updated in the footer.
|
|
60
|
+
- `#I463666` - Bug Milestones not rendering correctly in hierarchy issue has been fixed.
|
|
61
|
+
- `#I463231` - Selection is not maintained when we scroll issue has been fixed.
|
|
62
|
+
- `#I462836` - Taskbar not rendered properly when the dependency is connected to the bottom task issue has been fixed.
|
|
63
|
+
- `#I464999` - Expand or Collapse All causes improper view in virtual scrolling issue has been fixed.
|
|
64
|
+
- `#I462469` - Virtual scrolling breaks in deleting the last record issue has been fixed.
|
|
65
|
+
- `#I464528` - Outdent action does not work properly issue has been fixed.
|
|
66
|
+
- `#I464592` - Progress values are incorrect in parent task after performing drag drop issue has been fixed.
|
|
67
|
+
|
|
68
|
+
## 21.2.8 (2023-05-30)
|
|
69
|
+
|
|
70
|
+
### Gantt Chart
|
|
71
|
+
|
|
72
|
+
#### Bug Fixes
|
|
73
|
+
|
|
74
|
+
- `#I461738` - Updating custom column change the end date issue has been fixed
|
|
75
|
+
- `#I461564` - Editing cell followed by context menu does not work issue has been fixed
|
|
76
|
+
- `#I461800` - Console error while exporting pdf error has been fixed.
|
|
77
|
+
- `#I464045` - Parent dependency renders though we set `allowParentDependency` as false issue has been fixed.
|
|
78
|
+
- `#I462271` - Taskbar not rendered when we use taskbar template issue has been fixed.
|
|
79
|
+
- `#I460869`- Issue in Resource view wont display resource name has been fixed
|
|
80
|
+
- `#I461105` - Baseline dates rendered incorrectly in without `dayWorkingTime` issue has been fixed.
|
|
81
|
+
- -`#I460869`- Issue in Resource view wont display resource name has been fixed.
|
|
82
|
+
|
|
83
|
+
- `#I462271` - Taskbar not rendered when we use taskbar template issue has been fixed.
|
|
84
|
+
- `#I460869`- Issue in Resource view wont display resource name has been fixed
|
|
85
|
+
|
|
86
|
+
## 21.2.6 (2023-05-23)
|
|
87
|
+
|
|
88
|
+
### Gantt Chart
|
|
89
|
+
|
|
90
|
+
#### Bug Fixes
|
|
91
|
+
|
|
92
|
+
- `#I461435` - Adding and deleting record rapidly while displaying tooltip cause error has been fixed.
|
|
93
|
+
- `#I461087` - Offset value getting modified incorrectly issue has been fixed.
|
|
94
|
+
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
95
|
+
|
|
96
|
+
## 21.2.5 (2023-05-16)
|
|
97
|
+
|
|
98
|
+
### Gantt Chart
|
|
99
|
+
|
|
100
|
+
#### Bug Fixes
|
|
101
|
+
|
|
102
|
+
- `#I461778` - Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
|
|
103
|
+
- `#I181309` - splitter position not updating after resize issue has been fixed.
|
|
104
|
+
- `#I449506` - Moving child row referencing another parent row will not move all of the descendants of that another parent row issue has been fixed.
|
|
105
|
+
- `#I457803` - Offset value is not correctly updated while connecting predecessor issue has been fixed.
|
|
106
|
+
- `#I449944` - Zoom out button in toolbar not enabled once after zoom in operation issue has been fixed.
|
|
107
|
+
- `#I434098` - Issue while rendering resource view without child mapping has been fixed.
|
|
108
|
+
|
|
109
|
+
## 21.2.4 (2023-05-09)
|
|
110
|
+
|
|
111
|
+
### Gantt Chart
|
|
112
|
+
|
|
113
|
+
#### Bug Fixes
|
|
114
|
+
|
|
115
|
+
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
|
|
116
|
+
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
|
|
117
|
+
- `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
|
|
118
|
+
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
|
|
119
|
+
- `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
|
|
120
|
+
|
|
121
|
+
## 21.2.3 (2023-05-03)
|
|
122
|
+
|
|
123
|
+
### Gantt Chart
|
|
124
|
+
|
|
125
|
+
#### Bug Fixes
|
|
126
|
+
|
|
127
|
+
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
128
|
+
- `#I451257` - No proper template for manual milestone parent.
|
|
129
|
+
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
|
|
130
|
+
|
|
131
|
+
## 21.1.41 (2023-04-18)
|
|
132
|
+
|
|
133
|
+
### Gantt Chart
|
|
134
|
+
|
|
135
|
+
#### Bug Fixes
|
|
136
|
+
|
|
137
|
+
- `#I453787` - Duration not calculated properly in hour duration unit issue has been fixed.
|
|
138
|
+
- `#I453745` - Modified records in `actionBegin` event has invalid records issue has been fixed.
|
|
139
|
+
- `#I449552` - Child record rendered in incorrect dates during initial load issue has been fixed.
|
|
140
|
+
- -`#I452233`- Parent Taskbar template not working properly in latest version.
|
|
141
|
+
- -`#I449864`- Holiday label is not visible when we don't set height.
|
|
142
|
+
- -`#I449674`- Cannot split task when the taskbar is rendered to one day.
|
|
143
|
+
- `#I449757` - Taskbar width rendered incorrectly issue has been fixed.
|
|
144
|
+
|
|
145
|
+
## 21.1.38 (2023-04-04)
|
|
146
|
+
|
|
147
|
+
### Gantt Chart
|
|
148
|
+
|
|
149
|
+
#### Bug Fixes
|
|
150
|
+
|
|
151
|
+
- `#I451243` - Unable to set zooming levels through `zoomingLevels` property issue has been fixed.
|
|
152
|
+
- `#I447704` - Timeline tier is not changing dynamically issue has been fixed.
|
|
153
|
+
- `I447465` - Incorrect progress value on parent task when child tasks have fractional duration issue has been fixed.
|
|
154
|
+
- -`I447475`- End key is not working properly issue has been fixed.
|
|
155
|
+
- -`#I447772` - Application freezing while changing holidays/weekend issue has been fixed.
|
|
156
|
+
|
|
157
|
+
## 21.1.37 (2023-03-29)
|
|
158
|
+
|
|
159
|
+
### Gantt Chart
|
|
160
|
+
|
|
161
|
+
#### Bug Fixes
|
|
162
|
+
|
|
163
|
+
- `#I432146` - Script error occurs while changing data source and resource simultaneously issue has been fixed.
|
|
164
|
+
- -`I441276`- Outdent task is not in correct index of modified records in `actionComplete` event issue has been fixed.
|
|
165
|
+
- -`I435254`, `I444942`- Taskbar not rendered in Pdf exported file when `timelineUnitSize` is initialized issue has been fixed.
|
|
166
|
+
|
|
167
|
+
## 21.1.35 (2023-03-23)
|
|
168
|
+
|
|
169
|
+
### Gantt Chart
|
|
170
|
+
|
|
7
171
|
#### Features
|
|
8
172
|
|
|
9
173
|
- `#I419169` - Provided Taskbar drag and drop support for resource view in Gantt Chart. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/gantt/resource-multi-taskbar.html).
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 21.1.
|
|
3
|
+
* version : 21.1.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-gantt"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-gantt","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Gantt,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,s){"use strict";var i=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-columns"}}}),o={name:"e-columns",install:function(e){e.component(o.name,i)}},a=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-column"}}}),r={name:"e-column",install:function(e){e.component(r.name,a)}},l=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-add-dialog-fields"}}}),c={name:"e-add-dialog-fields",install:function(e){e.component(c.name,l)}},u=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-add-dialog-field"}}}),d={name:"e-add-dialog-field",install:function(e){e.component(d.name,u)}},m=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-edit-dialog-fields"}}}),h={name:"e-edit-dialog-fields",install:function(e){e.component(h.name,m)}},f=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-edit-dialog-field"}}}),p={name:"e-edit-dialog-field",install:function(e){e.component(p.name,f)}},g=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-day-working-time-collection"}}}),I={name:"e-day-working-time-collection",install:function(e){e.component(I.name,g)}},j=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-day-working-time"}}}),v={name:"e-day-working-time",install:function(e){e.component(v.name,j)}},D=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-holidays"}}}),k={name:"e-holidays",install:function(e){e.component(k.name,D)}},y=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-holidays"}}}),x={name:"e-holidays",install:function(e){e.component(x.name,y)}},C=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-event-markers"}}}),T={name:"e-event-markers",install:function(e){e.component(T.name,C)}},E=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-event-marker"}}}),w={name:"e-event-marker",install:function(e){e.component(w.name,E)}},S=["isLazyUpdate","plugins","UpdateOffsetOnTaskbarEdit","addDialogFields","allowExcelExport","allowFiltering","allowKeyboard","allowParentDependency","allowPdfExport","allowReordering","allowResizing","allowRowDragAndDrop","allowSelection","allowSorting","allowTaskbarDragAndDrop","allowTaskbarOverlap","allowUnscheduledTasks","autoCalculateDateScheduling","autoFocusTasks","baselineColor","collapseAllParentTasks","columnMenuItems","columns","connectorLineBackground","connectorLineWidth","contextMenuItems","dataSource","dateFormat","dayWorkingTime","disableHtmlEncode","durationUnit","editDialogFields","editSettings","enableContextMenu","enableCriticalPath","enableHtmlSanitizer","enableImmutableMode","enableMultiTaskbar","enablePersistence","enablePredecessorValidation","enableRtl","enableVirtualMaskRow","enableVirtualization","eventMarkers","filterSettings","gridLines","height","highlightWeekends","holidays","includeWeekend","labelSettings","loadingIndicator","locale","milestoneTemplate","parentTaskbarTemplate","projectEndDate","projectStartDate","query","readOnly","renderBaseline","resourceFields","resourceIDMapping","resourceNameMapping","resources","rowHeight","searchSettings","segmentData","selectedRowIndex","selectionSettings","showColumnMenu","showInlineNotes","showOverAllocation","sortSettings","splitterSettings","taskFields","taskMode","taskType","taskbarHeight","taskbarTemplate","timelineSettings","timezone","toolbar","tooltipSettings","treeColumnIndex","validateManualTasksOnLinking","viewType","width","workUnit","workWeek","actionBegin","actionComplete","actionFailure","beforeExcelExport","beforePdfExport","beforeTooltipRender","cellDeselected","cellDeselecting","cellEdit","cellSelected","cellSelecting","collapsed","collapsing","columnDrag","columnDragStart","columnDrop","columnMenuClick","columnMenuOpen","contextMenuClick","contextMenuOpen","created","dataBound","dataStateChange","destroyed","endEdit","excelExportComplete","excelHeaderQueryCellInfo","excelQueryCellInfo","expanded","expanding","headerCellInfo","load","onMouseMove","onTaskbarClick","pdfColumnHeaderQueryCellInfo","pdfExportComplete","pdfQueryCellInfo","pdfQueryTaskbarInfo","pdfQueryTimelineCellInfo","queryCellInfo","queryTaskbarInfo","recordDoubleClick","resizeStart","resizeStop","resizing","rowDataBound","rowDeselected","rowDeselecting","rowDrag","rowDragStart","rowDragStartHelper","rowDrop","rowSelected","rowSelecting","splitterResizeStart","splitterResized","splitterResizing","taskbarEdited","taskbarEditing","toolbarClick"],b=["dataSource"],P=n.getProps({props:S}),M=P[0],$=P[1],R=Object.keys($);R.push("modelchanged","update:modelValue");for(var B=0,O=b;B<O.length;B++){var F=O[B];R.push("update:"+F)}var H=n.vueDefineComponent({name:"GanttComponent",mixins:[n.ComponentBase],props:M,watch:$,emits:R,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.Gantt({}),propKeys:S,models:b,hasChildDirective:!0,hasInjectedModules:!0,tagMapper:{"e-columns":"e-column","e-add-dialog-fields":"e-add-dialog-field","e-edit-dialog-fields":"e-edit-dialog-field","e-day-working-time-collection":"e-day-working-time","e-holidays":"e-holidays","e-event-markers":"e-event-marker"},tagNameMapper:{"e-add-dialog-fields":"e-addDialogFields","e-edit-dialog-fields":"e-editDialogFields","e-day-working-time-collection":"e-dayWorkingTime","e-event-markers":"e-eventMarkers"},isVue3:!n.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=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var i=n[t],o=this.templateCollection[i];if(o&&o.length){for(var a=0,r=o;a<r.length;a++){var l=r[a];s.getValue("__vue__.$destroy",l)&&l.__vue__.$destroy(),l.innerHTML&&(l.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(n.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){a=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[a])&&(n.isExecute?(this.$emit("update:"+a,t[a]),this.$emit("modelchanged",t[a])):(this.ej2Instances.vueInstance.$emit("update:"+a,t[a]),this.ej2Instances.vueInstance.$emit("modelchanged",t[a])))}}else{var o,a=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[a])&&(n.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+a,t[a]),this.$emit("modelchanged",t[a])):(this.ej2Instances.vueInstance.$emit("update:"+a,t[a]),this.ej2Instances.vueInstance.$emit("modelchanged",t[a]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[a])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},addPredecessor:function(e,t){return this.ej2Instances.addPredecessor(e,t)},addRecord:function(e,t,n){return this.ej2Instances.addRecord(e,t,n)},cancelEdit:function(){return this.ej2Instances.cancelEdit()},changeTaskMode:function(e){return this.ej2Instances.changeTaskMode(e)},clearFiltering:function(e){return this.ej2Instances.clearFiltering(e)},clearSelection:function(){return this.ej2Instances.clearSelection()},clearSorting:function(){return this.ej2Instances.clearSorting()},collapseAll:function(){return this.ej2Instances.collapseAll()},collapseByID:function(e){return this.ej2Instances.collapseByID(e)},collapseByIndex:function(e){return this.ej2Instances.collapseByIndex(e)},convertToMilestone:function(e){return this.ej2Instances.convertToMilestone(e)},csvExport:function(e,t,n,s){return this.ej2Instances.csvExport(e,t,n,s)},deleteRecord:function(e){return this.ej2Instances.deleteRecord(e)},enableItems:function(e,t){return this.ej2Instances.enableItems(e,t)},excelExport:function(e,t,n,s){return this.ej2Instances.excelExport(e,t,n,s)},expandAll:function(){return this.ej2Instances.expandAll()},expandByID:function(e){return this.ej2Instances.expandByID(e)},expandByIndex:function(e){return this.ej2Instances.expandByIndex(e)},filterByColumn:function(e,t,n,s,i,o){return this.ej2Instances.filterByColumn(e,t,n,s,i,o)},fitToProject:function(){return this.ej2Instances.fitToProject()},getCriticalTasks:function(){return this.ej2Instances.getCriticalTasks()},getDurationString:function(e,t){return this.ej2Instances.getDurationString(e,t)},getExpandedRecords:function(e){return this.ej2Instances.getExpandedRecords(e)},getFormatedDate:function(e,t){return this.ej2Instances.getFormatedDate(e,t)},getGanttColumns:function(){return this.ej2Instances.getGanttColumns()},getGridColumns:function(){return this.ej2Instances.getGridColumns()},getRecordByID:function(e){return this.ej2Instances.getRecordByID(e)},getRowByID:function(e){return this.ej2Instances.getRowByID(e)},getRowByIndex:function(e){return this.ej2Instances.getRowByIndex(e)},getTaskByUniqueID:function(e){return this.ej2Instances.getTaskByUniqueID(e)},getTaskbarHeight:function(){return this.ej2Instances.getTaskbarHeight()},getWorkString:function(e,t){return this.ej2Instances.getWorkString(e,t)},hideColumn:function(e,t){return this.ej2Instances.hideColumn(e,t)},hideMaskRow:function(){return this.ej2Instances.hideMaskRow()},hideSpinner:function(){return this.ej2Instances.hideSpinner()},indent:function(){return this.ej2Instances.indent()},keyActionHandler:function(e){return this.ej2Instances.keyActionHandler(e)},mergeTask:function(e,t){return this.ej2Instances.mergeTask(e,t)},nextTimeSpan:function(e){return this.ej2Instances.nextTimeSpan(e)},openAddDialog:function(){return this.ej2Instances.openAddDialog()},openEditDialog:function(e){return this.ej2Instances.openEditDialog(e)},outdent:function(){return this.ej2Instances.outdent()},pdfExport:function(e,t,n,s){return this.ej2Instances.pdfExport(e,t,n,s)},previousTimeSpan:function(e){return this.ej2Instances.previousTimeSpan(e)},removeCriticalPathStyles:function(){return this.ej2Instances.removeCriticalPathStyles()},removePredecessor:function(e){return this.ej2Instances.removePredecessor(e)},removeSortColumn:function(e){return this.ej2Instances.removeSortColumn(e)},renderTemplates:function(){return this.ej2Instances.renderTemplates()},reorderColumns:function(e,t){return this.ej2Instances.reorderColumns(e,t)},reorderRows:function(e,t,n){return this.ej2Instances.reorderRows(e,t,n)},resetTemplates:function(){return this.ej2Instances.resetTemplates()},scrollToDate:function(e){return this.ej2Instances.scrollToDate(e)},scrollToTask:function(e){return this.ej2Instances.scrollToTask(e)},search:function(e){return this.ej2Instances.search(e)},selectCell:function(e,t){return this.ej2Instances.selectCell(e,t)},selectCells:function(e){return this.ej2Instances.selectCells(e)},selectRow:function(e,t){return this.ej2Instances.selectRow(e,t)},selectRows:function(e){return this.ej2Instances.selectRows(e)},setScrollTop:function(e){return this.ej2Instances.setScrollTop(e)},setSplitterPosition:function(e,t){return this.ej2Instances.setSplitterPosition(e,t)},showColumn:function(e,t){return this.ej2Instances.showColumn(e,t)},showCriticalPath:function(e){return this.ej2Instances.showCriticalPath(e)},showMaskRow:function(){return this.ej2Instances.showMaskRow()},showSpinner:function(){return this.ej2Instances.showSpinner()},sortColumn:function(e,t,n){return this.ej2Instances.sortColumn(e,t,n)},splitTask:function(e,t){return this.ej2Instances.splitTask(e,t)},updateChartScrollOffset:function(e,t){return this.ej2Instances.updateChartScrollOffset(e,t)},updateDataSource:function(e,t){return this.ej2Instances.updateDataSource(e,t)},updatePredecessor:function(e,t){return this.ej2Instances.updatePredecessor(e,t)},updateProjectDates:function(e,t,n,s){return this.ej2Instances.updateProjectDates(e,t,n,s)},updateRecordByID:function(e){return this.ej2Instances.updateRecordByID(e)},updateRecordByIndex:function(e,t){return this.ej2Instances.updateRecordByIndex(e,t)},updateTaskId:function(e,t){return this.ej2Instances.updateTaskId(e,t)},zoomIn:function(){return this.ej2Instances.zoomIn()},zoomOut:function(){return this.ej2Instances.zoomOut()}}}),U={name:"ejs-gantt",install:function(e){e.component(U.name,H),e.component(r.name,a),e.component(o.name,i),e.component(d.name,u),e.component(c.name,l),e.component(p.name,f),e.component(h.name,m),e.component(v.name,j),e.component(I.name,g),e.component(x.name,y),e.component(k.name,D),e.component(w.name,E),e.component(T.name,C)}};e.ColumnsDirective=i,e.ColumnDirective=a,e.ColumnsPlugin=o,e.ColumnPlugin=r,e.AddDialogFieldsDirective=l,e.AddDialogFieldDirective=u,e.AddDialogFieldsPlugin=c,e.AddDialogFieldPlugin=d,e.EditDialogFieldsDirective=m,e.EditDialogFieldDirective=f,e.EditDialogFieldsPlugin=h,e.EditDialogFieldPlugin=p,e.DayWorkingTimeCollectionDirective=g,e.DayWorkingTimeDirective=j,e.DayWorkingTimeCollectionPlugin=I,e.DayWorkingTimePlugin=v,e.HolidaysDirective=D,e.HolidayDirective=y,e.HolidaysPlugin=k,e.HolidayPlugin=x,e.EventMarkersDirective=C,e.EventMarkerDirective=E,e.EventMarkersPlugin=T,e.EventMarkerPlugin=w,e.GanttComponent=H,e.GanttPlugin=U,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-gantt"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-gantt","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Gantt,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,s){"use strict";var i=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-columns"}}}),o={name:"e-columns",install:function(e){e.component(o.name,i)}},a=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-column"}}}),r={name:"e-column",install:function(e){e.component(r.name,a)}},l=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-add-dialog-fields"}}}),c={name:"e-add-dialog-fields",install:function(e){e.component(c.name,l)}},u=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-add-dialog-field"}}}),d={name:"e-add-dialog-field",install:function(e){e.component(d.name,u)}},m=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-edit-dialog-fields"}}}),h={name:"e-edit-dialog-fields",install:function(e){e.component(h.name,m)}},f=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-edit-dialog-field"}}}),p={name:"e-edit-dialog-field",install:function(e){e.component(p.name,f)}},g=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-day-working-time-collection"}}}),I={name:"e-day-working-time-collection",install:function(e){e.component(I.name,g)}},j=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-day-working-time"}}}),v={name:"e-day-working-time",install:function(e){e.component(v.name,j)}},D=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-holidays"}}}),k={name:"e-holidays",install:function(e){e.component(k.name,D)}},y=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-holidays"}}}),x={name:"e-holidays",install:function(e){e.component(x.name,y)}},C=n.vueDefineComponent({inject:{custom:{default:null}},render:function(e){if(!n.isExecute){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",{class:"e-directive"},i)}},updated:function(){!n.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-event-markers"}}}),T={name:"e-event-markers",install:function(e){e.component(T.name,C)}},E=n.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-event-marker"}}}),w={name:"e-event-marker",install:function(e){e.component(w.name,E)}},S=["isLazyUpdate","plugins","UpdateOffsetOnTaskbarEdit","addDialogFields","allowExcelExport","allowFiltering","allowKeyboard","allowParentDependency","allowPdfExport","allowReordering","allowResizing","allowRowDragAndDrop","allowSelection","allowSorting","allowTaskbarDragAndDrop","allowTaskbarOverlap","allowUnscheduledTasks","autoCalculateDateScheduling","autoFocusTasks","baselineColor","collapseAllParentTasks","columnMenuItems","columns","connectorLineBackground","connectorLineWidth","contextMenuItems","dataSource","dateFormat","dayWorkingTime","disableHtmlEncode","durationUnit","editDialogFields","editSettings","enableContextMenu","enableCriticalPath","enableHtmlSanitizer","enableImmutableMode","enableMultiTaskbar","enablePersistence","enablePredecessorValidation","enableRtl","enableVirtualMaskRow","enableVirtualization","eventMarkers","filterSettings","gridLines","height","highlightWeekends","holidays","includeWeekend","labelSettings","loadingIndicator","locale","milestoneTemplate","parentTaskbarTemplate","projectEndDate","projectStartDate","query","readOnly","renderBaseline","resourceFields","resourceIDMapping","resourceNameMapping","resources","rowHeight","searchSettings","segmentData","selectedRowIndex","selectionSettings","showColumnMenu","showInlineNotes","showOverAllocation","sortSettings","splitterSettings","taskFields","taskMode","taskType","taskbarHeight","taskbarTemplate","timelineSettings","timezone","toolbar","tooltipSettings","treeColumnIndex","validateManualTasksOnLinking","viewType","width","workUnit","workWeek","zoomingLevels","actionBegin","actionComplete","actionFailure","beforeExcelExport","beforePdfExport","beforeTooltipRender","cellDeselected","cellDeselecting","cellEdit","cellSelected","cellSelecting","collapsed","collapsing","columnDrag","columnDragStart","columnDrop","columnMenuClick","columnMenuOpen","contextMenuClick","contextMenuOpen","created","dataBound","dataStateChange","destroyed","endEdit","excelExportComplete","excelHeaderQueryCellInfo","excelQueryCellInfo","expanded","expanding","headerCellInfo","load","onMouseMove","onTaskbarClick","pdfColumnHeaderQueryCellInfo","pdfExportComplete","pdfQueryCellInfo","pdfQueryTaskbarInfo","pdfQueryTimelineCellInfo","queryCellInfo","queryTaskbarInfo","recordDoubleClick","resizeStart","resizeStop","resizing","rowDataBound","rowDeselected","rowDeselecting","rowDrag","rowDragStart","rowDragStartHelper","rowDrop","rowSelected","rowSelecting","splitterResizeStart","splitterResized","splitterResizing","taskbarEdited","taskbarEditing","toolbarClick"],b=["dataSource"],P=n.getProps({props:S}),M=P[0],$=P[1],R=Object.keys($);R.push("modelchanged","update:modelValue");for(var B=0,O=b;B<O.length;B++){var F=O[B];R.push("update:"+F)}var z=n.vueDefineComponent({name:"GanttComponent",mixins:[n.ComponentBase],props:M,watch:$,emits:R,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instance:new t.Gantt({}),propKeys:S,models:b,hasChildDirective:!0,hasInjectedModules:!0,tagMapper:{"e-columns":"e-column","e-add-dialog-fields":"e-add-dialog-field","e-edit-dialog-fields":"e-edit-dialog-field","e-day-working-time-collection":"e-day-working-time","e-holidays":"e-holidays","e-event-markers":"e-event-marker"},tagNameMapper:{"e-add-dialog-fields":"e-addDialogFields","e-edit-dialog-fields":"e-editDialogFields","e-day-working-time-collection":"e-dayWorkingTime","e-event-markers":"e-eventMarkers"},isVue3:!n.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=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("div",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var i=n[t],o=this.templateCollection[i];if(o&&o.length){for(var a=0,r=o;a<r.length;a++){var l=r[a];s.getValue("__vue__.$destroy",l)&&l.__vue__.$destroy(),l.innerHTML&&(l.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(n.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){a=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[a])&&(n.isExecute?(this.$emit("update:"+a,t[a]),this.$emit("modelchanged",t[a])):(this.ej2Instances.vueInstance.$emit("update:"+a,t[a]),this.ej2Instances.vueInstance.$emit("modelchanged",t[a])))}}else{var o,a=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[a])&&(n.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+a,t[a]),this.$emit("modelchanged",t[a])):(this.ej2Instances.vueInstance.$emit("update:"+a,t[a]),this.ej2Instances.vueInstance.$emit("modelchanged",t[a]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[a])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},addPredecessor:function(e,t){return this.ej2Instances.addPredecessor(e,t)},addRecord:function(e,t,n){return this.ej2Instances.addRecord(e,t,n)},cancelEdit:function(){return this.ej2Instances.cancelEdit()},changeTaskMode:function(e){return this.ej2Instances.changeTaskMode(e)},clearFiltering:function(e){return this.ej2Instances.clearFiltering(e)},clearSelection:function(){return this.ej2Instances.clearSelection()},clearSorting:function(){return this.ej2Instances.clearSorting()},collapseAll:function(){return this.ej2Instances.collapseAll()},collapseByID:function(e){return this.ej2Instances.collapseByID(e)},collapseByIndex:function(e){return this.ej2Instances.collapseByIndex(e)},convertToMilestone:function(e){return this.ej2Instances.convertToMilestone(e)},csvExport:function(e,t,n,s){return this.ej2Instances.csvExport(e,t,n,s)},deleteRecord:function(e){return this.ej2Instances.deleteRecord(e)},enableItems:function(e,t){return this.ej2Instances.enableItems(e,t)},excelExport:function(e,t,n,s){return this.ej2Instances.excelExport(e,t,n,s)},expandAll:function(){return this.ej2Instances.expandAll()},expandByID:function(e){return this.ej2Instances.expandByID(e)},expandByIndex:function(e){return this.ej2Instances.expandByIndex(e)},filterByColumn:function(e,t,n,s,i,o){return this.ej2Instances.filterByColumn(e,t,n,s,i,o)},fitToProject:function(){return this.ej2Instances.fitToProject()},getCriticalTasks:function(){return this.ej2Instances.getCriticalTasks()},getDurationString:function(e,t){return this.ej2Instances.getDurationString(e,t)},getExpandedRecords:function(e){return this.ej2Instances.getExpandedRecords(e)},getFormatedDate:function(e,t){return this.ej2Instances.getFormatedDate(e,t)},getGanttColumns:function(){return this.ej2Instances.getGanttColumns()},getGridColumns:function(){return this.ej2Instances.getGridColumns()},getRecordByID:function(e){return this.ej2Instances.getRecordByID(e)},getRowByID:function(e){return this.ej2Instances.getRowByID(e)},getRowByIndex:function(e){return this.ej2Instances.getRowByIndex(e)},getTaskByUniqueID:function(e){return this.ej2Instances.getTaskByUniqueID(e)},getTaskbarHeight:function(){return this.ej2Instances.getTaskbarHeight()},getWorkString:function(e,t){return this.ej2Instances.getWorkString(e,t)},hideColumn:function(e,t){return this.ej2Instances.hideColumn(e,t)},hideMaskRow:function(){return this.ej2Instances.hideMaskRow()},hideSpinner:function(){return this.ej2Instances.hideSpinner()},indent:function(){return this.ej2Instances.indent()},keyActionHandler:function(e){return this.ej2Instances.keyActionHandler(e)},mergeTask:function(e,t){return this.ej2Instances.mergeTask(e,t)},nextTimeSpan:function(e){return this.ej2Instances.nextTimeSpan(e)},openAddDialog:function(){return this.ej2Instances.openAddDialog()},openEditDialog:function(e){return this.ej2Instances.openEditDialog(e)},outdent:function(){return this.ej2Instances.outdent()},pdfExport:function(e,t,n,s){return this.ej2Instances.pdfExport(e,t,n,s)},previousTimeSpan:function(e){return this.ej2Instances.previousTimeSpan(e)},removeCriticalPathStyles:function(){return this.ej2Instances.removeCriticalPathStyles()},removePredecessor:function(e){return this.ej2Instances.removePredecessor(e)},removeSortColumn:function(e){return this.ej2Instances.removeSortColumn(e)},renderTemplates:function(){return this.ej2Instances.renderTemplates()},reorderColumns:function(e,t){return this.ej2Instances.reorderColumns(e,t)},reorderRows:function(e,t,n){return this.ej2Instances.reorderRows(e,t,n)},resetTemplates:function(){return this.ej2Instances.resetTemplates()},scrollToDate:function(e){return this.ej2Instances.scrollToDate(e)},scrollToTask:function(e){return this.ej2Instances.scrollToTask(e)},search:function(e){return this.ej2Instances.search(e)},selectCell:function(e,t){return this.ej2Instances.selectCell(e,t)},selectCells:function(e){return this.ej2Instances.selectCells(e)},selectRow:function(e,t){return this.ej2Instances.selectRow(e,t)},selectRows:function(e){return this.ej2Instances.selectRows(e)},setScrollTop:function(e){return this.ej2Instances.setScrollTop(e)},setSplitterPosition:function(e,t){return this.ej2Instances.setSplitterPosition(e,t)},showColumn:function(e,t){return this.ej2Instances.showColumn(e,t)},showCriticalPath:function(e){return this.ej2Instances.showCriticalPath(e)},showMaskRow:function(){return this.ej2Instances.showMaskRow()},showSpinner:function(){return this.ej2Instances.showSpinner()},sortColumn:function(e,t,n){return this.ej2Instances.sortColumn(e,t,n)},splitTask:function(e,t){return this.ej2Instances.splitTask(e,t)},updateChartScrollOffset:function(e,t){return this.ej2Instances.updateChartScrollOffset(e,t)},updateDataSource:function(e,t){return this.ej2Instances.updateDataSource(e,t)},updatePredecessor:function(e,t){return this.ej2Instances.updatePredecessor(e,t)},updateProjectDates:function(e,t,n,s){return this.ej2Instances.updateProjectDates(e,t,n,s)},updateRecordByID:function(e){return this.ej2Instances.updateRecordByID(e)},updateRecordByIndex:function(e,t){return this.ej2Instances.updateRecordByIndex(e,t)},updateTaskId:function(e,t){return this.ej2Instances.updateTaskId(e,t)},zoomIn:function(){return this.ej2Instances.zoomIn()},zoomOut:function(){return this.ej2Instances.zoomOut()}}}),H={name:"ejs-gantt",install:function(e){e.component(H.name,z),e.component(r.name,a),e.component(o.name,i),e.component(d.name,u),e.component(c.name,l),e.component(p.name,f),e.component(h.name,m),e.component(v.name,j),e.component(I.name,g),e.component(x.name,y),e.component(k.name,D),e.component(w.name,E),e.component(T.name,C)}};e.ColumnsDirective=i,e.ColumnDirective=a,e.ColumnsPlugin=o,e.ColumnPlugin=r,e.AddDialogFieldsDirective=l,e.AddDialogFieldDirective=u,e.AddDialogFieldsPlugin=c,e.AddDialogFieldPlugin=d,e.EditDialogFieldsDirective=m,e.EditDialogFieldDirective=f,e.EditDialogFieldsPlugin=h,e.EditDialogFieldPlugin=p,e.DayWorkingTimeCollectionDirective=g,e.DayWorkingTimeDirective=j,e.DayWorkingTimeCollectionPlugin=I,e.DayWorkingTimePlugin=v,e.HolidaysDirective=D,e.HolidayDirective=y,e.HolidaysPlugin=k,e.HolidayPlugin=x,e.EventMarkersDirective=C,e.EventMarkerDirective=E,e.EventMarkersPlugin=T,e.EventMarkerPlugin=w,e.GanttComponent=z,e.GanttPlugin=H,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
11
|
//# sourceMappingURL=ej2-vue-gantt.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-gantt.umd.min.js","sources":["../src/gantt/columns.directive.js","../src/gantt/adddialogfields.directive.js","../src/gantt/editdialogfields.directive.js","../src/gantt/dayworkingtime.directive.js","../src/gantt/holidays.directive.js","../src/gantt/eventmarkers.directive.js","../src/gantt/gantt.component.js"],"sourcesContent":["import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ColumnsDirective = 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-columns';\n }\n }\n});\nexport var ColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n }\n};\n/**\n * `e-column` directive represent a column of the VueJS Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource='data' allowSelection='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='150'/>\n * <e-column field='taskName' headerText='Task Name' width='200'/>\n * </e-columns>\n * </ejs-gantt>\n * ```\n */\nexport var ColumnDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-column';\n }\n }\n});\nexport var ColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(ColumnPlugin.name, ColumnDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var AddDialogFieldsDirective = 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-add-dialog-fields';\n }\n }\n});\nexport var AddDialogFieldsPlugin = {\n name: 'e-add-dialog-fields',\n install: function (Vue) {\n Vue.component(AddDialogFieldsPlugin.name, AddDialogFieldsDirective);\n }\n};\n/**\n * `e-add-dialog-fields` directive represent a add dialog fields in VueJS Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-add-dialog-fields>\n * <e-add-dialog-field type='General' headerText='General'/>\n * <e-add-dialog-field type='Dependency' headerText='Dependency'/>\n * </e-add-dialog-fields>\n * </ejs-gantt>\n * ```\n */\nexport var AddDialogFieldDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-add-dialog-field';\n }\n }\n});\nexport var AddDialogFieldPlugin = {\n name: 'e-add-dialog-field',\n install: function (Vue) {\n Vue.component(AddDialogFieldPlugin.name, AddDialogFieldDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var EditDialogFieldsDirective = 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-edit-dialog-fields';\n }\n }\n});\nexport var EditDialogFieldsPlugin = {\n name: 'e-edit-dialog-fields',\n install: function (Vue) {\n Vue.component(EditDialogFieldsPlugin.name, EditDialogFieldsDirective);\n }\n};\n/**\n * `e-edit-dialog-fields` directive represent a add dialog fields in VueJS Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-edit-dialog-fields>\n * <e-edit-dialog-field type='General' headerText='General'/>\n * <e-edit-dialog-field type='Dependency' headerText='Dependency'/>\n * </e-edit-dialog-fields>\n * </ejs-gantt>\n * ```\n */\nexport var EditDialogFieldDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-edit-dialog-field';\n }\n }\n});\nexport var EditDialogFieldPlugin = {\n name: 'e-edit-dialog-field',\n install: function (Vue) {\n Vue.component(EditDialogFieldPlugin.name, EditDialogFieldDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var DayWorkingTimeCollectionDirective = 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-day-working-time-collection';\n }\n }\n});\nexport var DayWorkingTimeCollectionPlugin = {\n name: 'e-day-working-time-collection',\n install: function (Vue) {\n Vue.component(DayWorkingTimeCollectionPlugin.name, DayWorkingTimeCollectionDirective);\n }\n};\n/**\n * `e-day-working-time-collection` directive represent a working time ranges in a day.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-day-working-time-collection>\n * <e-day-working-time from='8' to='12'/>\n * <e-day-working-time from='13' to='17'/>\n * </e-day-working-time-collection>\n * </ejs-gantt>\n * ```\n */\nexport var DayWorkingTimeDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-day-working-time';\n }\n }\n});\nexport var DayWorkingTimePlugin = {\n name: 'e-day-working-time',\n install: function (Vue) {\n Vue.component(DayWorkingTimePlugin.name, DayWorkingTimeDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var HolidaysDirective = 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-holidays';\n }\n }\n});\nexport var HolidaysPlugin = {\n name: 'e-holidays',\n install: function (Vue) {\n Vue.component(HolidaysPlugin.name, HolidaysDirective);\n }\n};\n/**\n * `e-holidays` directive represent a holidays collection in Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-holidays>\n * <e-holiday from='02/20/2018' label='Holiday 1'/>\n * <e-holiday from='05/15/2018' label='Holiday 2'/>\n * </e-holidays>\n * </ejs-gantt>\n * ```\n */\nexport var HolidayDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-holidays';\n }\n }\n});\nexport var HolidayPlugin = {\n name: 'e-holidays',\n install: function (Vue) {\n Vue.component(HolidayPlugin.name, HolidayDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var EventMarkersDirective = 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-event-markers';\n }\n }\n});\nexport var EventMarkersPlugin = {\n name: 'e-event-markers',\n install: function (Vue) {\n Vue.component(EventMarkersPlugin.name, EventMarkersDirective);\n }\n};\n/**\n * `e-event-markers` directive represent a event marker collection in Gantt\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-event-markers>\n * <e-event-marker day='02/10/2018' label='Project Starts'/>\n * </e-event-markers>\n * </ejs-gantt>\n * ```\n */\nexport var EventMarkerDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-event-marker';\n }\n }\n});\nexport var EventMarkerPlugin = {\n name: 'e-event-marker',\n install: function (Vue) {\n Vue.component(EventMarkerPlugin.name, EventMarkerDirective);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { Gantt } from '@syncfusion/ej2-gantt';\nimport { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';\nimport { AddDialogFieldsDirective, AddDialogFieldDirective, AddDialogFieldsPlugin, AddDialogFieldPlugin } from './adddialogfields.directive';\nimport { EditDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsPlugin, EditDialogFieldPlugin } from './editdialogfields.directive';\nimport { DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionPlugin, DayWorkingTimePlugin } from './dayworkingtime.directive';\nimport { HolidaysDirective, HolidayDirective, HolidaysPlugin, HolidayPlugin } from './holidays.directive';\nimport { EventMarkersDirective, EventMarkerDirective, EventMarkersPlugin, EventMarkerPlugin } from './eventmarkers.directive';\nexport var properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];\nexport var modelProps = ['dataSource'];\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-gantt` represents the VueJS Gantt Component.\n * ```vue\n * <ejs-gantt :dataSource='data' allowSelection='true' allowSorting='true'></ejs-gantt>\n * ```\n */\nexport var GanttComponent = vueDefineComponent({\n name: 'GanttComponent',\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 Gantt({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: true,\n hasInjectedModules: true,\n tagMapper: { \"e-columns\": \"e-column\", \"e-add-dialog-fields\": \"e-add-dialog-field\", \"e-edit-dialog-fields\": \"e-edit-dialog-field\", \"e-day-working-time-collection\": \"e-day-working-time\", \"e-holidays\": \"e-holidays\", \"e-event-markers\": \"e-event-marker\" },\n tagNameMapper: { \"e-add-dialog-fields\": \"e-addDialogFields\", \"e-edit-dialog-fields\": \"e-editDialogFields\", \"e-day-working-time-collection\": \"e-dayWorkingTime\", \"e-event-markers\": \"e-eventMarkers\" },\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 var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n 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 addPredecessor: function (id, predecessorString) {\n return this.ej2Instances.addPredecessor(id, predecessorString);\n },\n addRecord: function (data, rowPosition, rowIndex) {\n return this.ej2Instances.addRecord(data, rowPosition, rowIndex);\n },\n cancelEdit: function () {\n return this.ej2Instances.cancelEdit();\n },\n changeTaskMode: function (data) {\n return this.ej2Instances.changeTaskMode(data);\n },\n clearFiltering: function (fields) {\n return this.ej2Instances.clearFiltering(fields);\n },\n clearSelection: function () {\n return this.ej2Instances.clearSelection();\n },\n clearSorting: function () {\n return this.ej2Instances.clearSorting();\n },\n collapseAll: function () {\n return this.ej2Instances.collapseAll();\n },\n collapseByID: function (id) {\n return this.ej2Instances.collapseByID(id);\n },\n collapseByIndex: function (index) {\n return this.ej2Instances.collapseByIndex(index);\n },\n convertToMilestone: function (id) {\n return this.ej2Instances.convertToMilestone(id);\n },\n csvExport: function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.csvExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n },\n deleteRecord: function (taskDetail) {\n return this.ej2Instances.deleteRecord(taskDetail);\n },\n enableItems: function (items, isEnable) {\n return this.ej2Instances.enableItems(items, isEnable);\n },\n excelExport: function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.excelExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n },\n expandAll: function () {\n return this.ej2Instances.expandAll();\n },\n expandByID: function (id) {\n return this.ej2Instances.expandByID(id);\n },\n expandByIndex: function (index) {\n return this.ej2Instances.expandByIndex(index);\n },\n filterByColumn: function (fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent) {\n return this.ej2Instances.filterByColumn(fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent);\n },\n fitToProject: function () {\n return this.ej2Instances.fitToProject();\n },\n getCriticalTasks: function () {\n return this.ej2Instances.getCriticalTasks();\n },\n getDurationString: function (duration, durationUnit) {\n return this.ej2Instances.getDurationString(duration, durationUnit);\n },\n getExpandedRecords: function (records) {\n return this.ej2Instances.getExpandedRecords(records);\n },\n getFormatedDate: function (date, format) {\n return this.ej2Instances.getFormatedDate(date, format);\n },\n getGanttColumns: function () {\n return this.ej2Instances.getGanttColumns();\n },\n getGridColumns: function () {\n return this.ej2Instances.getGridColumns();\n },\n getRecordByID: function (id) {\n return this.ej2Instances.getRecordByID(id);\n },\n getRowByID: function (id) {\n return this.ej2Instances.getRowByID(id);\n },\n getRowByIndex: function (index) {\n return this.ej2Instances.getRowByIndex(index);\n },\n getTaskByUniqueID: function (id) {\n return this.ej2Instances.getTaskByUniqueID(id);\n },\n getTaskbarHeight: function () {\n return this.ej2Instances.getTaskbarHeight();\n },\n getWorkString: function (work, workUnit) {\n return this.ej2Instances.getWorkString(work, workUnit);\n },\n hideColumn: function (keys, hideBy) {\n return this.ej2Instances.hideColumn(keys, hideBy);\n },\n hideMaskRow: function () {\n return this.ej2Instances.hideMaskRow();\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n indent: function () {\n return this.ej2Instances.indent();\n },\n keyActionHandler: function (e) {\n return this.ej2Instances.keyActionHandler(e);\n },\n mergeTask: function (taskId, segmentIndexes) {\n return this.ej2Instances.mergeTask(taskId, segmentIndexes);\n },\n nextTimeSpan: function (mode) {\n return this.ej2Instances.nextTimeSpan(mode);\n },\n openAddDialog: function () {\n return this.ej2Instances.openAddDialog();\n },\n openEditDialog: function (taskId) {\n return this.ej2Instances.openEditDialog(taskId);\n },\n outdent: function () {\n return this.ej2Instances.outdent();\n },\n pdfExport: function (pdfExportProperties, isMultipleExport, pdfDoc, isBlob) {\n return this.ej2Instances.pdfExport(pdfExportProperties, isMultipleExport, pdfDoc, isBlob);\n },\n previousTimeSpan: function (mode) {\n return this.ej2Instances.previousTimeSpan(mode);\n },\n removeCriticalPathStyles: function () {\n return this.ej2Instances.removeCriticalPathStyles();\n },\n removePredecessor: function (id) {\n return this.ej2Instances.removePredecessor(id);\n },\n removeSortColumn: function (columnName) {\n return this.ej2Instances.removeSortColumn(columnName);\n },\n renderTemplates: function () {\n return this.ej2Instances.renderTemplates();\n },\n reorderColumns: function (fromFName, toFName) {\n return this.ej2Instances.reorderColumns(fromFName, toFName);\n },\n reorderRows: function (fromIndexes, toIndex, position) {\n return this.ej2Instances.reorderRows(fromIndexes, toIndex, position);\n },\n resetTemplates: function () {\n return this.ej2Instances.resetTemplates();\n },\n scrollToDate: function (date) {\n return this.ej2Instances.scrollToDate(date);\n },\n scrollToTask: function (taskId) {\n return this.ej2Instances.scrollToTask(taskId);\n },\n search: function (keyVal) {\n return this.ej2Instances.search(keyVal);\n },\n selectCell: function (cellIndex, isToggle) {\n return this.ej2Instances.selectCell(cellIndex, isToggle);\n },\n selectCells: function (rowCellIndexes) {\n return this.ej2Instances.selectCells(rowCellIndexes);\n },\n selectRow: function (index, isToggle) {\n return this.ej2Instances.selectRow(index, isToggle);\n },\n selectRows: function (records) {\n return this.ej2Instances.selectRows(records);\n },\n setScrollTop: function (scrollTop) {\n return this.ej2Instances.setScrollTop(scrollTop);\n },\n setSplitterPosition: function (value, type) {\n return this.ej2Instances.setSplitterPosition(value, type);\n },\n showColumn: function (keys, showBy) {\n return this.ej2Instances.showColumn(keys, showBy);\n },\n showCriticalPath: function (isCritical) {\n return this.ej2Instances.showCriticalPath(isCritical);\n },\n showMaskRow: function () {\n return this.ej2Instances.showMaskRow();\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n sortColumn: function (columnName, direction, isMultiSort) {\n return this.ej2Instances.sortColumn(columnName, direction, isMultiSort);\n },\n splitTask: function (taskId, splitDate) {\n return this.ej2Instances.splitTask(taskId, splitDate);\n },\n updateChartScrollOffset: function (left, top) {\n return this.ej2Instances.updateChartScrollOffset(left, top);\n },\n updateDataSource: function (dataSource, args) {\n return this.ej2Instances.updateDataSource(dataSource, args);\n },\n updatePredecessor: function (id, predecessorString) {\n return this.ej2Instances.updatePredecessor(id, predecessorString);\n },\n updateProjectDates: function (startDate, endDate, isTimelineRoundOff, isFrom) {\n return this.ej2Instances.updateProjectDates(startDate, endDate, isTimelineRoundOff, isFrom);\n },\n updateRecordByID: function (data) {\n return this.ej2Instances.updateRecordByID(data);\n },\n updateRecordByIndex: function (index, data) {\n return this.ej2Instances.updateRecordByIndex(index, data);\n },\n updateTaskId: function (currentId, newId) {\n return this.ej2Instances.updateTaskId(currentId, newId);\n },\n zoomIn: function () {\n return this.ej2Instances.zoomIn();\n },\n zoomOut: function () {\n return this.ej2Instances.zoomOut();\n },\n }\n});\nexport var GanttPlugin = {\n name: 'ejs-gantt',\n install: function (Vue) {\n Vue.component(GanttPlugin.name, GanttComponent);\n Vue.component(ColumnPlugin.name, ColumnDirective);\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n Vue.component(AddDialogFieldPlugin.name, AddDialogFieldDirective);\n Vue.component(AddDialogFieldsPlugin.name, AddDialogFieldsDirective);\n Vue.component(EditDialogFieldPlugin.name, EditDialogFieldDirective);\n Vue.component(EditDialogFieldsPlugin.name, EditDialogFieldsDirective);\n Vue.component(DayWorkingTimePlugin.name, DayWorkingTimeDirective);\n Vue.component(DayWorkingTimeCollectionPlugin.name, DayWorkingTimeCollectionDirective);\n Vue.component(HolidayPlugin.name, HolidayDirective);\n Vue.component(HolidaysPlugin.name, HolidaysDirective);\n Vue.component(EventMarkerPlugin.name, EventMarkerDirective);\n Vue.component(EventMarkersPlugin.name, EventMarkersDirective);\n }\n};\n"],"names":["ColumnsDirective","vueDefineComponent","inject","custom","default","render","createElement","isExecute","h","gh","slots","isNullOrUndefined","this","$slots","class","updated","methods","getTag","ColumnsPlugin","name","install","Vue","component","ColumnDirective","ColumnPlugin","AddDialogFieldsDirective","AddDialogFieldsPlugin","AddDialogFieldDirective","AddDialogFieldPlugin","EditDialogFieldsDirective","EditDialogFieldsPlugin","EditDialogFieldDirective","EditDialogFieldPlugin","DayWorkingTimeCollectionDirective","DayWorkingTimeCollectionPlugin","DayWorkingTimeDirective","DayWorkingTimePlugin","HolidaysDirective","HolidaysPlugin","HolidayDirective","HolidayPlugin","EventMarkersDirective","EventMarkersPlugin","EventMarkerDirective","EventMarkerPlugin","properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","props_1","GanttComponent","mixins","ComponentBase","emits","model","event","provide","data","ej2Instances","Gantt","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-columns","e-add-dialog-fields","e-edit-dialog-fields","e-day-working-time-collection","e-holidays","e-event-markers","tagNameMapper","isVue3","templateCollection","created","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","$props","isLazyUpdate","addPredecessor","id","predecessorString","addRecord","rowPosition","rowIndex","cancelEdit","changeTaskMode","clearFiltering","fields","clearSelection","clearSorting","collapseAll","collapseByID","collapseByIndex","index","convertToMilestone","csvExport","excelExportProperties","isMultipleExport","workbook","isBlob","deleteRecord","taskDetail","enableItems","items","isEnable","excelExport","expandAll","expandByID","expandByIndex","filterByColumn","fieldName","filterOperator","filterValue","predicate","matchCase","ignoreAccent","fitToProject","getCriticalTasks","getDurationString","duration","durationUnit","getExpandedRecords","records","getFormatedDate","date","format","getGanttColumns","getGridColumns","getRecordByID","getRowByID","getRowByIndex","getTaskByUniqueID","getTaskbarHeight","getWorkString","work","workUnit","hideColumn","hideBy","hideMaskRow","hideSpinner","indent","keyActionHandler","e","mergeTask","taskId","segmentIndexes","nextTimeSpan","mode","openAddDialog","openEditDialog","outdent","pdfExport","pdfExportProperties","pdfDoc","previousTimeSpan","removeCriticalPathStyles","removePredecessor","removeSortColumn","columnName","renderTemplates","reorderColumns","fromFName","toFName","reorderRows","fromIndexes","toIndex","position","resetTemplates","scrollToDate","scrollToTask","search","keyVal","selectCell","cellIndex","isToggle","selectCells","rowCellIndexes","selectRow","selectRows","setScrollTop","scrollTop","setSplitterPosition","value","type","showColumn","showBy","showCriticalPath","isCritical","showMaskRow","showSpinner","sortColumn","direction","isMultiSort","splitTask","splitDate","updateChartScrollOffset","left","top","updateDataSource","dataSource","args","updatePredecessor","updateProjectDates","startDate","endDate","isTimelineRoundOff","isFrom","updateRecordByID","updateRecordByIndex","updateTaskId","currentId","newId","zoomIn","zoomOut","GanttPlugin"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-gantt.umd.min.js","sources":["../src/gantt/columns.directive.js","../src/gantt/adddialogfields.directive.js","../src/gantt/editdialogfields.directive.js","../src/gantt/dayworkingtime.directive.js","../src/gantt/holidays.directive.js","../src/gantt/eventmarkers.directive.js","../src/gantt/gantt.component.js"],"sourcesContent":["import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var ColumnsDirective = 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-columns';\n }\n }\n});\nexport var ColumnsPlugin = {\n name: 'e-columns',\n install: function (Vue) {\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n }\n};\n/**\n * `e-column` directive represent a column of the VueJS Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource='data' allowSelection='true' allowSorting='true'>\n * <e-columns>\n * <e-column field='ID' width='150'/>\n * <e-column field='taskName' headerText='Task Name' width='200'/>\n * </e-columns>\n * </ejs-gantt>\n * ```\n */\nexport var ColumnDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-column';\n }\n }\n});\nexport var ColumnPlugin = {\n name: 'e-column',\n install: function (Vue) {\n Vue.component(ColumnPlugin.name, ColumnDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var AddDialogFieldsDirective = 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-add-dialog-fields';\n }\n }\n});\nexport var AddDialogFieldsPlugin = {\n name: 'e-add-dialog-fields',\n install: function (Vue) {\n Vue.component(AddDialogFieldsPlugin.name, AddDialogFieldsDirective);\n }\n};\n/**\n * `e-add-dialog-fields` directive represent a add dialog fields in VueJS Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-add-dialog-fields>\n * <e-add-dialog-field type='General' headerText='General'/>\n * <e-add-dialog-field type='Dependency' headerText='Dependency'/>\n * </e-add-dialog-fields>\n * </ejs-gantt>\n * ```\n */\nexport var AddDialogFieldDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-add-dialog-field';\n }\n }\n});\nexport var AddDialogFieldPlugin = {\n name: 'e-add-dialog-field',\n install: function (Vue) {\n Vue.component(AddDialogFieldPlugin.name, AddDialogFieldDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var EditDialogFieldsDirective = 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-edit-dialog-fields';\n }\n }\n});\nexport var EditDialogFieldsPlugin = {\n name: 'e-edit-dialog-fields',\n install: function (Vue) {\n Vue.component(EditDialogFieldsPlugin.name, EditDialogFieldsDirective);\n }\n};\n/**\n * `e-edit-dialog-fields` directive represent a add dialog fields in VueJS Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-edit-dialog-fields>\n * <e-edit-dialog-field type='General' headerText='General'/>\n * <e-edit-dialog-field type='Dependency' headerText='Dependency'/>\n * </e-edit-dialog-fields>\n * </ejs-gantt>\n * ```\n */\nexport var EditDialogFieldDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-edit-dialog-field';\n }\n }\n});\nexport var EditDialogFieldPlugin = {\n name: 'e-edit-dialog-field',\n install: function (Vue) {\n Vue.component(EditDialogFieldPlugin.name, EditDialogFieldDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var DayWorkingTimeCollectionDirective = 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-day-working-time-collection';\n }\n }\n});\nexport var DayWorkingTimeCollectionPlugin = {\n name: 'e-day-working-time-collection',\n install: function (Vue) {\n Vue.component(DayWorkingTimeCollectionPlugin.name, DayWorkingTimeCollectionDirective);\n }\n};\n/**\n * `e-day-working-time-collection` directive represent a working time ranges in a day.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-day-working-time-collection>\n * <e-day-working-time from='8' to='12'/>\n * <e-day-working-time from='13' to='17'/>\n * </e-day-working-time-collection>\n * </ejs-gantt>\n * ```\n */\nexport var DayWorkingTimeDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-day-working-time';\n }\n }\n});\nexport var DayWorkingTimePlugin = {\n name: 'e-day-working-time',\n install: function (Vue) {\n Vue.component(DayWorkingTimePlugin.name, DayWorkingTimeDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var HolidaysDirective = 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-holidays';\n }\n }\n});\nexport var HolidaysPlugin = {\n name: 'e-holidays',\n install: function (Vue) {\n Vue.component(HolidaysPlugin.name, HolidaysDirective);\n }\n};\n/**\n * `e-holidays` directive represent a holidays collection in Gantt.\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-holidays>\n * <e-holiday from='02/20/2018' label='Holiday 1'/>\n * <e-holiday from='05/15/2018' label='Holiday 2'/>\n * </e-holidays>\n * </ejs-gantt>\n * ```\n */\nexport var HolidayDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-holidays';\n }\n }\n});\nexport var HolidayPlugin = {\n name: 'e-holidays',\n install: function (Vue) {\n Vue.component(HolidayPlugin.name, HolidayDirective);\n }\n};\n","import { gh, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined } from '@syncfusion/ej2-base';\nexport var EventMarkersDirective = 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-event-markers';\n }\n }\n});\nexport var EventMarkersPlugin = {\n name: 'e-event-markers',\n install: function (Vue) {\n Vue.component(EventMarkersPlugin.name, EventMarkersDirective);\n }\n};\n/**\n * `e-event-markers` directive represent a event marker collection in Gantt\n * It must be contained in a Gantt component(`ejs-gantt`).\n * ```vue\n * <ejs-gantt :dataSource]='data' allowSelection='true' allowSorting='true'>\n * <e-event-markers>\n * <e-event-marker day='02/10/2018' label='Project Starts'/>\n * </e-event-markers>\n * </ejs-gantt>\n * ```\n */\nexport var EventMarkerDirective = vueDefineComponent({\n render: function () {\n return;\n },\n methods: {\n getTag: function () {\n return 'e-event-marker';\n }\n }\n});\nexport var EventMarkerPlugin = {\n name: 'e-event-marker',\n install: function (Vue) {\n Vue.component(EventMarkerPlugin.name, EventMarkerDirective);\n }\n};\n","import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { Gantt } from '@syncfusion/ej2-gantt';\nimport { ColumnsDirective, ColumnDirective, ColumnsPlugin, ColumnPlugin } from './columns.directive';\nimport { AddDialogFieldsDirective, AddDialogFieldDirective, AddDialogFieldsPlugin, AddDialogFieldPlugin } from './adddialogfields.directive';\nimport { EditDialogFieldsDirective, EditDialogFieldDirective, EditDialogFieldsPlugin, EditDialogFieldPlugin } from './editdialogfields.directive';\nimport { DayWorkingTimeCollectionDirective, DayWorkingTimeDirective, DayWorkingTimeCollectionPlugin, DayWorkingTimePlugin } from './dayworkingtime.directive';\nimport { HolidaysDirective, HolidayDirective, HolidaysPlugin, HolidayPlugin } from './holidays.directive';\nimport { EventMarkersDirective, EventMarkerDirective, EventMarkersPlugin, EventMarkerPlugin } from './eventmarkers.directive';\nexport var properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'zoomingLevels', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];\nexport var modelProps = ['dataSource'];\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-gantt` represents the VueJS Gantt Component.\n * ```vue\n * <ejs-gantt :dataSource='data' allowSelection='true' allowSorting='true'></ejs-gantt>\n * ```\n */\nexport var GanttComponent = vueDefineComponent({\n name: 'GanttComponent',\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 ej2Instance: new Gantt({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: true,\n hasInjectedModules: true,\n tagMapper: { \"e-columns\": \"e-column\", \"e-add-dialog-fields\": \"e-add-dialog-field\", \"e-edit-dialog-fields\": \"e-edit-dialog-field\", \"e-day-working-time-collection\": \"e-day-working-time\", \"e-holidays\": \"e-holidays\", \"e-event-markers\": \"e-event-marker\" },\n tagNameMapper: { \"e-add-dialog-fields\": \"e-addDialogFields\", \"e-edit-dialog-fields\": \"e-editDialogFields\", \"e-day-working-time-collection\": \"e-dayWorkingTime\", \"e-event-markers\": \"e-eventMarkers\" },\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 var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n 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 addPredecessor: function (id, predecessorString) {\n return this.ej2Instances.addPredecessor(id, predecessorString);\n },\n addRecord: function (data, rowPosition, rowIndex) {\n return this.ej2Instances.addRecord(data, rowPosition, rowIndex);\n },\n cancelEdit: function () {\n return this.ej2Instances.cancelEdit();\n },\n changeTaskMode: function (data) {\n return this.ej2Instances.changeTaskMode(data);\n },\n clearFiltering: function (fields) {\n return this.ej2Instances.clearFiltering(fields);\n },\n clearSelection: function () {\n return this.ej2Instances.clearSelection();\n },\n clearSorting: function () {\n return this.ej2Instances.clearSorting();\n },\n collapseAll: function () {\n return this.ej2Instances.collapseAll();\n },\n collapseByID: function (id) {\n return this.ej2Instances.collapseByID(id);\n },\n collapseByIndex: function (index) {\n return this.ej2Instances.collapseByIndex(index);\n },\n convertToMilestone: function (id) {\n return this.ej2Instances.convertToMilestone(id);\n },\n csvExport: function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.csvExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n },\n deleteRecord: function (taskDetail) {\n return this.ej2Instances.deleteRecord(taskDetail);\n },\n enableItems: function (items, isEnable) {\n return this.ej2Instances.enableItems(items, isEnable);\n },\n excelExport: function (excelExportProperties, isMultipleExport, workbook, isBlob) {\n return this.ej2Instances.excelExport(excelExportProperties, isMultipleExport, workbook, isBlob);\n },\n expandAll: function () {\n return this.ej2Instances.expandAll();\n },\n expandByID: function (id) {\n return this.ej2Instances.expandByID(id);\n },\n expandByIndex: function (index) {\n return this.ej2Instances.expandByIndex(index);\n },\n filterByColumn: function (fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent) {\n return this.ej2Instances.filterByColumn(fieldName, filterOperator, filterValue, predicate, matchCase, ignoreAccent);\n },\n fitToProject: function () {\n return this.ej2Instances.fitToProject();\n },\n getCriticalTasks: function () {\n return this.ej2Instances.getCriticalTasks();\n },\n getDurationString: function (duration, durationUnit) {\n return this.ej2Instances.getDurationString(duration, durationUnit);\n },\n getExpandedRecords: function (records) {\n return this.ej2Instances.getExpandedRecords(records);\n },\n getFormatedDate: function (date, format) {\n return this.ej2Instances.getFormatedDate(date, format);\n },\n getGanttColumns: function () {\n return this.ej2Instances.getGanttColumns();\n },\n getGridColumns: function () {\n return this.ej2Instances.getGridColumns();\n },\n getRecordByID: function (id) {\n return this.ej2Instances.getRecordByID(id);\n },\n getRowByID: function (id) {\n return this.ej2Instances.getRowByID(id);\n },\n getRowByIndex: function (index) {\n return this.ej2Instances.getRowByIndex(index);\n },\n getTaskByUniqueID: function (id) {\n return this.ej2Instances.getTaskByUniqueID(id);\n },\n getTaskbarHeight: function () {\n return this.ej2Instances.getTaskbarHeight();\n },\n getWorkString: function (work, workUnit) {\n return this.ej2Instances.getWorkString(work, workUnit);\n },\n hideColumn: function (keys, hideBy) {\n return this.ej2Instances.hideColumn(keys, hideBy);\n },\n hideMaskRow: function () {\n return this.ej2Instances.hideMaskRow();\n },\n hideSpinner: function () {\n return this.ej2Instances.hideSpinner();\n },\n indent: function () {\n return this.ej2Instances.indent();\n },\n keyActionHandler: function (e) {\n return this.ej2Instances.keyActionHandler(e);\n },\n mergeTask: function (taskId, segmentIndexes) {\n return this.ej2Instances.mergeTask(taskId, segmentIndexes);\n },\n nextTimeSpan: function (mode) {\n return this.ej2Instances.nextTimeSpan(mode);\n },\n openAddDialog: function () {\n return this.ej2Instances.openAddDialog();\n },\n openEditDialog: function (taskId) {\n return this.ej2Instances.openEditDialog(taskId);\n },\n outdent: function () {\n return this.ej2Instances.outdent();\n },\n pdfExport: function (pdfExportProperties, isMultipleExport, pdfDoc, isBlob) {\n return this.ej2Instances.pdfExport(pdfExportProperties, isMultipleExport, pdfDoc, isBlob);\n },\n previousTimeSpan: function (mode) {\n return this.ej2Instances.previousTimeSpan(mode);\n },\n removeCriticalPathStyles: function () {\n return this.ej2Instances.removeCriticalPathStyles();\n },\n removePredecessor: function (id) {\n return this.ej2Instances.removePredecessor(id);\n },\n removeSortColumn: function (columnName) {\n return this.ej2Instances.removeSortColumn(columnName);\n },\n renderTemplates: function () {\n return this.ej2Instances.renderTemplates();\n },\n reorderColumns: function (fromFName, toFName) {\n return this.ej2Instances.reorderColumns(fromFName, toFName);\n },\n reorderRows: function (fromIndexes, toIndex, position) {\n return this.ej2Instances.reorderRows(fromIndexes, toIndex, position);\n },\n resetTemplates: function () {\n return this.ej2Instances.resetTemplates();\n },\n scrollToDate: function (date) {\n return this.ej2Instances.scrollToDate(date);\n },\n scrollToTask: function (taskId) {\n return this.ej2Instances.scrollToTask(taskId);\n },\n search: function (keyVal) {\n return this.ej2Instances.search(keyVal);\n },\n selectCell: function (cellIndex, isToggle) {\n return this.ej2Instances.selectCell(cellIndex, isToggle);\n },\n selectCells: function (rowCellIndexes) {\n return this.ej2Instances.selectCells(rowCellIndexes);\n },\n selectRow: function (index, isToggle) {\n return this.ej2Instances.selectRow(index, isToggle);\n },\n selectRows: function (records) {\n return this.ej2Instances.selectRows(records);\n },\n setScrollTop: function (scrollTop) {\n return this.ej2Instances.setScrollTop(scrollTop);\n },\n setSplitterPosition: function (value, type) {\n return this.ej2Instances.setSplitterPosition(value, type);\n },\n showColumn: function (keys, showBy) {\n return this.ej2Instances.showColumn(keys, showBy);\n },\n showCriticalPath: function (isCritical) {\n return this.ej2Instances.showCriticalPath(isCritical);\n },\n showMaskRow: function () {\n return this.ej2Instances.showMaskRow();\n },\n showSpinner: function () {\n return this.ej2Instances.showSpinner();\n },\n sortColumn: function (columnName, direction, isMultiSort) {\n return this.ej2Instances.sortColumn(columnName, direction, isMultiSort);\n },\n splitTask: function (taskId, splitDate) {\n return this.ej2Instances.splitTask(taskId, splitDate);\n },\n updateChartScrollOffset: function (left, top) {\n return this.ej2Instances.updateChartScrollOffset(left, top);\n },\n updateDataSource: function (dataSource, args) {\n return this.ej2Instances.updateDataSource(dataSource, args);\n },\n updatePredecessor: function (id, predecessorString) {\n return this.ej2Instances.updatePredecessor(id, predecessorString);\n },\n updateProjectDates: function (startDate, endDate, isTimelineRoundOff, isFrom) {\n return this.ej2Instances.updateProjectDates(startDate, endDate, isTimelineRoundOff, isFrom);\n },\n updateRecordByID: function (data) {\n return this.ej2Instances.updateRecordByID(data);\n },\n updateRecordByIndex: function (index, data) {\n return this.ej2Instances.updateRecordByIndex(index, data);\n },\n updateTaskId: function (currentId, newId) {\n return this.ej2Instances.updateTaskId(currentId, newId);\n },\n zoomIn: function () {\n return this.ej2Instances.zoomIn();\n },\n zoomOut: function () {\n return this.ej2Instances.zoomOut();\n },\n }\n});\nexport var GanttPlugin = {\n name: 'ejs-gantt',\n install: function (Vue) {\n Vue.component(GanttPlugin.name, GanttComponent);\n Vue.component(ColumnPlugin.name, ColumnDirective);\n Vue.component(ColumnsPlugin.name, ColumnsDirective);\n Vue.component(AddDialogFieldPlugin.name, AddDialogFieldDirective);\n Vue.component(AddDialogFieldsPlugin.name, AddDialogFieldsDirective);\n Vue.component(EditDialogFieldPlugin.name, EditDialogFieldDirective);\n Vue.component(EditDialogFieldsPlugin.name, EditDialogFieldsDirective);\n Vue.component(DayWorkingTimePlugin.name, DayWorkingTimeDirective);\n Vue.component(DayWorkingTimeCollectionPlugin.name, DayWorkingTimeCollectionDirective);\n Vue.component(HolidayPlugin.name, HolidayDirective);\n Vue.component(HolidaysPlugin.name, HolidaysDirective);\n Vue.component(EventMarkerPlugin.name, EventMarkerDirective);\n Vue.component(EventMarkersPlugin.name, EventMarkersDirective);\n }\n};\n"],"names":["ColumnsDirective","vueDefineComponent","inject","custom","default","render","createElement","isExecute","h","gh","slots","isNullOrUndefined","this","$slots","class","updated","methods","getTag","ColumnsPlugin","name","install","Vue","component","ColumnDirective","ColumnPlugin","AddDialogFieldsDirective","AddDialogFieldsPlugin","AddDialogFieldDirective","AddDialogFieldPlugin","EditDialogFieldsDirective","EditDialogFieldsPlugin","EditDialogFieldDirective","EditDialogFieldPlugin","DayWorkingTimeCollectionDirective","DayWorkingTimeCollectionPlugin","DayWorkingTimeDirective","DayWorkingTimePlugin","HolidaysDirective","HolidaysPlugin","HolidayDirective","HolidayPlugin","EventMarkersDirective","EventMarkersPlugin","EventMarkerDirective","EventMarkerPlugin","properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","props_1","GanttComponent","mixins","ComponentBase","emits","model","event","provide","data","ej2Instance","Gantt","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","e-columns","e-add-dialog-fields","e-edit-dialog-fields","e-day-working-time-collection","e-holidays","e-event-markers","tagNameMapper","isVue3","templateCollection","created","ej2Instances","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","$props","isLazyUpdate","addPredecessor","id","predecessorString","addRecord","rowPosition","rowIndex","cancelEdit","changeTaskMode","clearFiltering","fields","clearSelection","clearSorting","collapseAll","collapseByID","collapseByIndex","index","convertToMilestone","csvExport","excelExportProperties","isMultipleExport","workbook","isBlob","deleteRecord","taskDetail","enableItems","items","isEnable","excelExport","expandAll","expandByID","expandByIndex","filterByColumn","fieldName","filterOperator","filterValue","predicate","matchCase","ignoreAccent","fitToProject","getCriticalTasks","getDurationString","duration","durationUnit","getExpandedRecords","records","getFormatedDate","date","format","getGanttColumns","getGridColumns","getRecordByID","getRowByID","getRowByIndex","getTaskByUniqueID","getTaskbarHeight","getWorkString","work","workUnit","hideColumn","hideBy","hideMaskRow","hideSpinner","indent","keyActionHandler","e","mergeTask","taskId","segmentIndexes","nextTimeSpan","mode","openAddDialog","openEditDialog","outdent","pdfExport","pdfExportProperties","pdfDoc","previousTimeSpan","removeCriticalPathStyles","removePredecessor","removeSortColumn","columnName","renderTemplates","reorderColumns","fromFName","toFName","reorderRows","fromIndexes","toIndex","position","resetTemplates","scrollToDate","scrollToTask","search","keyVal","selectCell","cellIndex","isToggle","selectCells","rowCellIndexes","selectRow","selectRows","setScrollTop","scrollTop","setSplitterPosition","value","type","showColumn","showBy","showCriticalPath","isCritical","showMaskRow","showSpinner","sortColumn","direction","isMultiSort","splitTask","splitDate","updateChartScrollOffset","left","top","updateDataSource","dataSource","args","updatePredecessor","updateProjectDates","startDate","endDate","isTimelineRoundOff","isFrom","updateRecordByID","updateRecordByIndex","updateTaskId","currentId","newId","zoomIn","zoomOut","GanttPlugin"],"mappings":"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"}
|
|
@@ -355,7 +355,7 @@ const EventMarkerPlugin = {
|
|
|
355
355
|
}
|
|
356
356
|
};
|
|
357
357
|
|
|
358
|
-
const properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];
|
|
358
|
+
const properties = ['isLazyUpdate', 'plugins', 'UpdateOffsetOnTaskbarEdit', 'addDialogFields', 'allowExcelExport', 'allowFiltering', 'allowKeyboard', 'allowParentDependency', 'allowPdfExport', 'allowReordering', 'allowResizing', 'allowRowDragAndDrop', 'allowSelection', 'allowSorting', 'allowTaskbarDragAndDrop', 'allowTaskbarOverlap', 'allowUnscheduledTasks', 'autoCalculateDateScheduling', 'autoFocusTasks', 'baselineColor', 'collapseAllParentTasks', 'columnMenuItems', 'columns', 'connectorLineBackground', 'connectorLineWidth', 'contextMenuItems', 'dataSource', 'dateFormat', 'dayWorkingTime', 'disableHtmlEncode', 'durationUnit', 'editDialogFields', 'editSettings', 'enableContextMenu', 'enableCriticalPath', 'enableHtmlSanitizer', 'enableImmutableMode', 'enableMultiTaskbar', 'enablePersistence', 'enablePredecessorValidation', 'enableRtl', 'enableVirtualMaskRow', 'enableVirtualization', 'eventMarkers', 'filterSettings', 'gridLines', 'height', 'highlightWeekends', 'holidays', 'includeWeekend', 'labelSettings', 'loadingIndicator', 'locale', 'milestoneTemplate', 'parentTaskbarTemplate', 'projectEndDate', 'projectStartDate', 'query', 'readOnly', 'renderBaseline', 'resourceFields', 'resourceIDMapping', 'resourceNameMapping', 'resources', 'rowHeight', 'searchSettings', 'segmentData', 'selectedRowIndex', 'selectionSettings', 'showColumnMenu', 'showInlineNotes', 'showOverAllocation', 'sortSettings', 'splitterSettings', 'taskFields', 'taskMode', 'taskType', 'taskbarHeight', 'taskbarTemplate', 'timelineSettings', 'timezone', 'toolbar', 'tooltipSettings', 'treeColumnIndex', 'validateManualTasksOnLinking', 'viewType', 'width', 'workUnit', 'workWeek', 'zoomingLevels', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeExcelExport', 'beforePdfExport', 'beforeTooltipRender', 'cellDeselected', 'cellDeselecting', 'cellEdit', 'cellSelected', 'cellSelecting', 'collapsed', 'collapsing', 'columnDrag', 'columnDragStart', 'columnDrop', 'columnMenuClick', 'columnMenuOpen', 'contextMenuClick', 'contextMenuOpen', 'created', 'dataBound', 'dataStateChange', 'destroyed', 'endEdit', 'excelExportComplete', 'excelHeaderQueryCellInfo', 'excelQueryCellInfo', 'expanded', 'expanding', 'headerCellInfo', 'load', 'onMouseMove', 'onTaskbarClick', 'pdfColumnHeaderQueryCellInfo', 'pdfExportComplete', 'pdfQueryCellInfo', 'pdfQueryTaskbarInfo', 'pdfQueryTimelineCellInfo', 'queryCellInfo', 'queryTaskbarInfo', 'recordDoubleClick', 'resizeStart', 'resizeStop', 'resizing', 'rowDataBound', 'rowDeselected', 'rowDeselecting', 'rowDrag', 'rowDragStart', 'rowDragStartHelper', 'rowDrop', 'rowSelected', 'rowSelecting', 'splitterResizeStart', 'splitterResized', 'splitterResizing', 'taskbarEdited', 'taskbarEditing', 'toolbarClick'];
|
|
359
359
|
const modelProps = ['dataSource'];
|
|
360
360
|
const testProp = getProps({ props: properties });
|
|
361
361
|
const props = testProp[0];
|
|
@@ -381,7 +381,7 @@ let GanttComponent = vueDefineComponent({
|
|
|
381
381
|
provide() { return { custom: this.custom }; },
|
|
382
382
|
data() {
|
|
383
383
|
return {
|
|
384
|
-
|
|
384
|
+
ej2Instance: new Gantt({}),
|
|
385
385
|
propKeys: properties,
|
|
386
386
|
models: modelProps,
|
|
387
387
|
hasChildDirective: true,
|