@syncfusion/ej2-vue-gantt 20.1.47 → 20.1.48
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 +0 -10
- package/dist/ej2-vue-gantt.umd.min.js +2 -2
- package/dist/es6/ej2-vue-gantt.es2015.js +15 -221
- package/dist/es6/ej2-vue-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-gantt.es5.js +15 -150
- package/dist/es6/ej2-vue-gantt.es5.js.map +1 -1
- package/dist/global/ej2-vue-gantt.min.js +2 -2
- package/package.json +14 -8
- package/src/gantt/adddialogfields.directive.d.ts +1 -3
- package/src/gantt/adddialogfields.directive.js +2 -24
- package/src/gantt/columns.directive.d.ts +1 -3
- package/src/gantt/columns.directive.js +2 -24
- package/src/gantt/dayworkingtime.directive.d.ts +1 -3
- package/src/gantt/dayworkingtime.directive.js +2 -24
- package/src/gantt/editdialogfields.directive.d.ts +1 -3
- package/src/gantt/editdialogfields.directive.js +2 -24
- package/src/gantt/eventmarkers.directive.d.ts +1 -3
- package/src/gantt/eventmarkers.directive.js +2 -24
- package/src/gantt/gantt.component.d.ts +0 -1
- package/src/gantt/gantt.component.js +1 -10
- package/src/gantt/holidays.directive.d.ts +1 -3
- package/src/gantt/holidays.directive.js +2 -24
- package/styles/bootstrap-dark.css +10 -37
- package/styles/bootstrap.css +10 -37
- package/styles/bootstrap4.css +10 -37
- package/styles/bootstrap5-dark.css +19 -53
- package/styles/bootstrap5.css +19 -53
- package/styles/fabric-dark.css +7 -34
- package/styles/fabric.css +10 -37
- package/styles/gantt/bootstrap-dark.css +10 -37
- package/styles/gantt/bootstrap.css +10 -37
- package/styles/gantt/bootstrap4.css +10 -37
- package/styles/gantt/bootstrap5-dark.css +19 -53
- package/styles/gantt/bootstrap5.css +19 -53
- package/styles/gantt/fabric-dark.css +7 -34
- package/styles/gantt/fabric.css +10 -37
- package/styles/gantt/highcontrast-light.css +7 -34
- package/styles/gantt/highcontrast.css +7 -34
- package/styles/gantt/material-dark.css +10 -37
- package/styles/gantt/material.css +10 -37
- package/styles/gantt/tailwind-dark.css +99 -70
- package/styles/gantt/tailwind.css +99 -70
- package/styles/highcontrast-light.css +7 -34
- package/styles/highcontrast.css +7 -34
- package/styles/material-dark.css +10 -37
- package/styles/material.css +10 -37
- package/styles/tailwind-dark.css +99 -70
- package/styles/tailwind.css +99 -70
- package/styles/fluent-dark.css +0 -1942
- package/styles/fluent-dark.scss +0 -1
- package/styles/fluent.css +0 -1942
- package/styles/fluent.scss +0 -1
- package/styles/gantt/fluent-dark.css +0 -1942
- package/styles/gantt/fluent-dark.scss +0 -1
- package/styles/gantt/fluent.css +0 -1942
- package/styles/gantt/fluent.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,16 +6,6 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#300959` - Provided support to fill empty space with extended timeline in zoom out action.
|
|
10
|
-
- `#371372` - Unable to change end Date of manual parent task issue has been fixed.
|
|
11
|
-
- `#363003` - Child mapping order not maintained in data source property issue has been fixed.
|
|
12
|
-
|
|
13
|
-
## 19.4.56 (2022-03-15)
|
|
14
|
-
|
|
15
|
-
### Gantt
|
|
16
|
-
|
|
17
|
-
#### Bug Fixes
|
|
18
|
-
|
|
19
9
|
- `#369264` - Event marker labels not visible when there is single record has been fixed
|
|
20
10
|
- `#362146` - Row customization using `rowDataBound` event in `enableImmutableMode` issue has been fixed
|
|
21
11
|
- `#363336` - Child records not updated properly in specific index issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 20.1.
|
|
3
|
+
* version : 20.1.48
|
|
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
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-gantt.umd.min.js
|
|
12
|
-
* version : 19.
|
|
12
|
+
* version : 19.2.55
|
|
13
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
14
|
* Use of this code is subject to the terms of our license.
|
|
15
15
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Gantt } from '@syncfusion/ej2-gantt';
|
|
2
2
|
import { ComponentBase, EJComponentDecorator, allVue, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
3
3
|
import { Vue } from 'vue-class-component';
|
|
4
|
-
import { getValue, isNullOrUndefined, isUndefined } from '@syncfusion/ej2-base';
|
|
5
4
|
import Vue$1 from 'vue';
|
|
5
|
+
import { getValue, isNullOrUndefined, isUndefined } from '@syncfusion/ej2-base';
|
|
6
6
|
|
|
7
7
|
var __decorate = (undefined && undefined.__decorate) || function (decorators, target, key, desc) {
|
|
8
8
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -10,7 +10,6 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
|
|
|
10
10
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
11
11
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
12
12
|
};
|
|
13
|
-
// {{VueImport}}
|
|
14
13
|
const isExecute = gh ? false : true;
|
|
15
14
|
let vueImport;
|
|
16
15
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -19,47 +18,16 @@ if (!isExecute || parseInt(allVue.version) < 3) {
|
|
|
19
18
|
else {
|
|
20
19
|
vueImport = Vue$1;
|
|
21
20
|
}
|
|
22
|
-
let ColumnsDirective =
|
|
23
|
-
|
|
24
|
-
inject: {
|
|
25
|
-
custom: {
|
|
26
|
-
default: null
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}) End */
|
|
30
|
-
class ColumnsDirective extends vueImport {
|
|
31
|
-
constructor() {
|
|
32
|
-
super(arguments);
|
|
33
|
-
}
|
|
34
|
-
render(createElement) {
|
|
35
|
-
if (gh) {
|
|
36
|
-
let h = gh || createElement;
|
|
37
|
-
let slots = null;
|
|
38
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
39
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
40
|
-
}
|
|
41
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
42
|
-
}
|
|
21
|
+
let ColumnsDirective = class ColumnsDirective extends vueImport {
|
|
22
|
+
render() {
|
|
43
23
|
return;
|
|
44
24
|
}
|
|
45
|
-
updated() {
|
|
46
|
-
if (gh && this.custom) {
|
|
47
|
-
this.custom();
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
25
|
getTag() {
|
|
51
26
|
return 'e-columns';
|
|
52
27
|
}
|
|
53
28
|
};
|
|
54
29
|
ColumnsDirective = __decorate([
|
|
55
30
|
EJComponentDecorator({}, isExecute)
|
|
56
|
-
/* Start Options({
|
|
57
|
-
inject: {
|
|
58
|
-
custom: {
|
|
59
|
-
default: null
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}) End */
|
|
63
31
|
], ColumnsDirective);
|
|
64
32
|
const ColumnsPlugin = {
|
|
65
33
|
name: 'e-columns',
|
|
@@ -103,7 +71,6 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
103
71
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
104
72
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
105
73
|
};
|
|
106
|
-
// {{VueImport}}
|
|
107
74
|
const isExecute$1 = gh ? false : true;
|
|
108
75
|
let vueImport$1;
|
|
109
76
|
if (!isExecute$1 || parseInt(allVue.version) < 3) {
|
|
@@ -112,47 +79,16 @@ if (!isExecute$1 || parseInt(allVue.version) < 3) {
|
|
|
112
79
|
else {
|
|
113
80
|
vueImport$1 = Vue$1;
|
|
114
81
|
}
|
|
115
|
-
let AddDialogFieldsDirective =
|
|
116
|
-
|
|
117
|
-
inject: {
|
|
118
|
-
custom: {
|
|
119
|
-
default: null
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}) End */
|
|
123
|
-
class AddDialogFieldsDirective extends vueImport$1 {
|
|
124
|
-
constructor() {
|
|
125
|
-
super(arguments);
|
|
126
|
-
}
|
|
127
|
-
render(createElement) {
|
|
128
|
-
if (gh) {
|
|
129
|
-
let h = gh || createElement;
|
|
130
|
-
let slots = null;
|
|
131
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
132
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
133
|
-
}
|
|
134
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
135
|
-
}
|
|
82
|
+
let AddDialogFieldsDirective = class AddDialogFieldsDirective extends vueImport$1 {
|
|
83
|
+
render() {
|
|
136
84
|
return;
|
|
137
85
|
}
|
|
138
|
-
updated() {
|
|
139
|
-
if (gh && this.custom) {
|
|
140
|
-
this.custom();
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
86
|
getTag() {
|
|
144
87
|
return 'e-add-dialog-fields';
|
|
145
88
|
}
|
|
146
89
|
};
|
|
147
90
|
AddDialogFieldsDirective = __decorate$1([
|
|
148
91
|
EJComponentDecorator({}, isExecute$1)
|
|
149
|
-
/* Start Options({
|
|
150
|
-
inject: {
|
|
151
|
-
custom: {
|
|
152
|
-
default: null
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}) End */
|
|
156
92
|
], AddDialogFieldsDirective);
|
|
157
93
|
const AddDialogFieldsPlugin = {
|
|
158
94
|
name: 'e-add-dialog-fields',
|
|
@@ -196,7 +132,6 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
196
132
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
197
133
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
198
134
|
};
|
|
199
|
-
// {{VueImport}}
|
|
200
135
|
const isExecute$2 = gh ? false : true;
|
|
201
136
|
let vueImport$2;
|
|
202
137
|
if (!isExecute$2 || parseInt(allVue.version) < 3) {
|
|
@@ -205,47 +140,16 @@ if (!isExecute$2 || parseInt(allVue.version) < 3) {
|
|
|
205
140
|
else {
|
|
206
141
|
vueImport$2 = Vue$1;
|
|
207
142
|
}
|
|
208
|
-
let EditDialogFieldsDirective =
|
|
209
|
-
|
|
210
|
-
inject: {
|
|
211
|
-
custom: {
|
|
212
|
-
default: null
|
|
213
|
-
}
|
|
214
|
-
}
|
|
215
|
-
}) End */
|
|
216
|
-
class EditDialogFieldsDirective extends vueImport$2 {
|
|
217
|
-
constructor() {
|
|
218
|
-
super(arguments);
|
|
219
|
-
}
|
|
220
|
-
render(createElement) {
|
|
221
|
-
if (gh) {
|
|
222
|
-
let h = gh || createElement;
|
|
223
|
-
let slots = null;
|
|
224
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
225
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
226
|
-
}
|
|
227
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
228
|
-
}
|
|
143
|
+
let EditDialogFieldsDirective = class EditDialogFieldsDirective extends vueImport$2 {
|
|
144
|
+
render() {
|
|
229
145
|
return;
|
|
230
146
|
}
|
|
231
|
-
updated() {
|
|
232
|
-
if (gh && this.custom) {
|
|
233
|
-
this.custom();
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
147
|
getTag() {
|
|
237
148
|
return 'e-edit-dialog-fields';
|
|
238
149
|
}
|
|
239
150
|
};
|
|
240
151
|
EditDialogFieldsDirective = __decorate$2([
|
|
241
152
|
EJComponentDecorator({}, isExecute$2)
|
|
242
|
-
/* Start Options({
|
|
243
|
-
inject: {
|
|
244
|
-
custom: {
|
|
245
|
-
default: null
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}) End */
|
|
249
153
|
], EditDialogFieldsDirective);
|
|
250
154
|
const EditDialogFieldsPlugin = {
|
|
251
155
|
name: 'e-edit-dialog-fields',
|
|
@@ -289,7 +193,6 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
289
193
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
290
194
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
291
195
|
};
|
|
292
|
-
// {{VueImport}}
|
|
293
196
|
const isExecute$3 = gh ? false : true;
|
|
294
197
|
let vueImport$3;
|
|
295
198
|
if (!isExecute$3 || parseInt(allVue.version) < 3) {
|
|
@@ -298,47 +201,16 @@ if (!isExecute$3 || parseInt(allVue.version) < 3) {
|
|
|
298
201
|
else {
|
|
299
202
|
vueImport$3 = Vue$1;
|
|
300
203
|
}
|
|
301
|
-
let DayWorkingTimeCollectionDirective =
|
|
302
|
-
|
|
303
|
-
inject: {
|
|
304
|
-
custom: {
|
|
305
|
-
default: null
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
}) End */
|
|
309
|
-
class DayWorkingTimeCollectionDirective extends vueImport$3 {
|
|
310
|
-
constructor() {
|
|
311
|
-
super(arguments);
|
|
312
|
-
}
|
|
313
|
-
render(createElement) {
|
|
314
|
-
if (gh) {
|
|
315
|
-
let h = gh || createElement;
|
|
316
|
-
let slots = null;
|
|
317
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
318
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
319
|
-
}
|
|
320
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
321
|
-
}
|
|
204
|
+
let DayWorkingTimeCollectionDirective = class DayWorkingTimeCollectionDirective extends vueImport$3 {
|
|
205
|
+
render() {
|
|
322
206
|
return;
|
|
323
207
|
}
|
|
324
|
-
updated() {
|
|
325
|
-
if (gh && this.custom) {
|
|
326
|
-
this.custom();
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
208
|
getTag() {
|
|
330
209
|
return 'e-day-working-time-collection';
|
|
331
210
|
}
|
|
332
211
|
};
|
|
333
212
|
DayWorkingTimeCollectionDirective = __decorate$3([
|
|
334
213
|
EJComponentDecorator({}, isExecute$3)
|
|
335
|
-
/* Start Options({
|
|
336
|
-
inject: {
|
|
337
|
-
custom: {
|
|
338
|
-
default: null
|
|
339
|
-
}
|
|
340
|
-
}
|
|
341
|
-
}) End */
|
|
342
214
|
], DayWorkingTimeCollectionDirective);
|
|
343
215
|
const DayWorkingTimeCollectionPlugin = {
|
|
344
216
|
name: 'e-day-working-time-collection',
|
|
@@ -382,7 +254,6 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
382
254
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
383
255
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
384
256
|
};
|
|
385
|
-
// {{VueImport}}
|
|
386
257
|
const isExecute$4 = gh ? false : true;
|
|
387
258
|
let vueImport$4;
|
|
388
259
|
if (!isExecute$4 || parseInt(allVue.version) < 3) {
|
|
@@ -391,47 +262,16 @@ if (!isExecute$4 || parseInt(allVue.version) < 3) {
|
|
|
391
262
|
else {
|
|
392
263
|
vueImport$4 = Vue$1;
|
|
393
264
|
}
|
|
394
|
-
let HolidaysDirective =
|
|
395
|
-
|
|
396
|
-
inject: {
|
|
397
|
-
custom: {
|
|
398
|
-
default: null
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
}) End */
|
|
402
|
-
class HolidaysDirective extends vueImport$4 {
|
|
403
|
-
constructor() {
|
|
404
|
-
super(arguments);
|
|
405
|
-
}
|
|
406
|
-
render(createElement) {
|
|
407
|
-
if (gh) {
|
|
408
|
-
let h = gh || createElement;
|
|
409
|
-
let slots = null;
|
|
410
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
411
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
412
|
-
}
|
|
413
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
414
|
-
}
|
|
265
|
+
let HolidaysDirective = class HolidaysDirective extends vueImport$4 {
|
|
266
|
+
render() {
|
|
415
267
|
return;
|
|
416
268
|
}
|
|
417
|
-
updated() {
|
|
418
|
-
if (gh && this.custom) {
|
|
419
|
-
this.custom();
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
269
|
getTag() {
|
|
423
270
|
return 'e-holidays';
|
|
424
271
|
}
|
|
425
272
|
};
|
|
426
273
|
HolidaysDirective = __decorate$4([
|
|
427
274
|
EJComponentDecorator({}, isExecute$4)
|
|
428
|
-
/* Start Options({
|
|
429
|
-
inject: {
|
|
430
|
-
custom: {
|
|
431
|
-
default: null
|
|
432
|
-
}
|
|
433
|
-
}
|
|
434
|
-
}) End */
|
|
435
275
|
], HolidaysDirective);
|
|
436
276
|
const HolidaysPlugin = {
|
|
437
277
|
name: 'e-holidays',
|
|
@@ -475,7 +315,6 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
475
315
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
476
316
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
477
317
|
};
|
|
478
|
-
// {{VueImport}}
|
|
479
318
|
const isExecute$5 = gh ? false : true;
|
|
480
319
|
let vueImport$5;
|
|
481
320
|
if (!isExecute$5 || parseInt(allVue.version) < 3) {
|
|
@@ -484,47 +323,16 @@ if (!isExecute$5 || parseInt(allVue.version) < 3) {
|
|
|
484
323
|
else {
|
|
485
324
|
vueImport$5 = Vue$1;
|
|
486
325
|
}
|
|
487
|
-
let EventMarkersDirective =
|
|
488
|
-
|
|
489
|
-
inject: {
|
|
490
|
-
custom: {
|
|
491
|
-
default: null
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
}) End */
|
|
495
|
-
class EventMarkersDirective extends vueImport$5 {
|
|
496
|
-
constructor() {
|
|
497
|
-
super(arguments);
|
|
498
|
-
}
|
|
499
|
-
render(createElement) {
|
|
500
|
-
if (gh) {
|
|
501
|
-
let h = gh || createElement;
|
|
502
|
-
let slots = null;
|
|
503
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
504
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
505
|
-
}
|
|
506
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
507
|
-
}
|
|
326
|
+
let EventMarkersDirective = class EventMarkersDirective extends vueImport$5 {
|
|
327
|
+
render() {
|
|
508
328
|
return;
|
|
509
329
|
}
|
|
510
|
-
updated() {
|
|
511
|
-
if (gh && this.custom) {
|
|
512
|
-
this.custom();
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
330
|
getTag() {
|
|
516
331
|
return 'e-event-markers';
|
|
517
332
|
}
|
|
518
333
|
};
|
|
519
334
|
EventMarkersDirective = __decorate$5([
|
|
520
335
|
EJComponentDecorator({}, isExecute$5)
|
|
521
|
-
/* Start Options({
|
|
522
|
-
inject: {
|
|
523
|
-
custom: {
|
|
524
|
-
default: null
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
}) End */
|
|
528
336
|
], EventMarkersDirective);
|
|
529
337
|
const EventMarkersPlugin = {
|
|
530
338
|
name: 'e-event-markers',
|
|
@@ -589,12 +397,7 @@ let GanttComponent =
|
|
|
589
397
|
/* Start Options({
|
|
590
398
|
props: props,
|
|
591
399
|
watch: watch,
|
|
592
|
-
emits: emitProbs
|
|
593
|
-
provide: function provide() {
|
|
594
|
-
return {
|
|
595
|
-
custom: this.custom
|
|
596
|
-
};
|
|
597
|
-
}
|
|
400
|
+
emits: emitProbs
|
|
598
401
|
}) End */
|
|
599
402
|
class GanttComponent extends ComponentBase {
|
|
600
403
|
constructor() {
|
|
@@ -613,7 +416,6 @@ class GanttComponent extends ComponentBase {
|
|
|
613
416
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
614
417
|
this.ej2Instances.setProperties = this.setProperties;
|
|
615
418
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
616
|
-
this.updated = this.updated;
|
|
617
419
|
}
|
|
618
420
|
clearTemplate(templateNames) {
|
|
619
421
|
if (!templateNames) {
|
|
@@ -706,9 +508,6 @@ class GanttComponent extends ComponentBase {
|
|
|
706
508
|
}
|
|
707
509
|
return h('div', slots);
|
|
708
510
|
}
|
|
709
|
-
custom() {
|
|
710
|
-
this.updated();
|
|
711
|
-
}
|
|
712
511
|
addPredecessor(id, predecessorString) {
|
|
713
512
|
return this.ej2Instances.addPredecessor(id, predecessorString);
|
|
714
513
|
}
|
|
@@ -930,12 +729,7 @@ GanttComponent = __decorate$6([
|
|
|
930
729
|
/* Start Options({
|
|
931
730
|
props: props,
|
|
932
731
|
watch: watch,
|
|
933
|
-
emits: emitProbs
|
|
934
|
-
provide: function provide() {
|
|
935
|
-
return {
|
|
936
|
-
custom: this.custom
|
|
937
|
-
};
|
|
938
|
-
}
|
|
732
|
+
emits: emitProbs
|
|
939
733
|
}) End */
|
|
940
734
|
], GanttComponent);
|
|
941
735
|
const GanttPlugin = {
|