@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/package.json
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_args": [
|
|
3
|
+
[
|
|
4
|
+
"@syncfusion/ej2-vue-gantt@19.4.55",
|
|
5
|
+
"D:\\Augest 2021\\vue package publish\\vue source from nexus"
|
|
6
|
+
]
|
|
7
|
+
],
|
|
2
8
|
"_from": "@syncfusion/ej2-vue-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-gantt@19.
|
|
9
|
+
"_id": "@syncfusion/ej2-vue-gantt@19.4.55",
|
|
4
10
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
11
|
+
"_integrity": "sha512-kpIx6tJhS4XTj7j3fUBAS++AxlvA1STe/B7iARvBm4+5Jetq4m3Hb77/WUzZeQtaCquIuMP27K9uM+wC8St08Q==",
|
|
6
12
|
"_location": "/@syncfusion/ej2-vue-gantt",
|
|
7
13
|
"_phantomChildren": {},
|
|
8
14
|
"_requested": {
|
|
@@ -19,8 +25,8 @@
|
|
|
19
25
|
"_requiredBy": [
|
|
20
26
|
"/"
|
|
21
27
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
28
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-gantt/-/ej2-vue-gantt-19.4.55.tgz",
|
|
29
|
+
"_shasum": "5a88cb11cfbab8eec416d0838297e0ea230c20c0",
|
|
24
30
|
"_spec": "@syncfusion/ej2-vue-gantt@*",
|
|
25
31
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
32
|
"author": {
|
|
@@ -31,9 +37,9 @@
|
|
|
31
37
|
},
|
|
32
38
|
"bundleDependencies": false,
|
|
33
39
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-gantt": "20.1.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.1.
|
|
40
|
+
"@syncfusion/ej2-base": "~20.1.48",
|
|
41
|
+
"@syncfusion/ej2-gantt": "20.1.48",
|
|
42
|
+
"@syncfusion/ej2-vue-base": "~20.1.48"
|
|
37
43
|
},
|
|
38
44
|
"deprecated": false,
|
|
39
45
|
"description": "Essential JS 2 Gantt Component for Vue",
|
|
@@ -63,6 +69,6 @@
|
|
|
63
69
|
"type": "git",
|
|
64
70
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
65
71
|
},
|
|
66
|
-
"version": "20.1.
|
|
72
|
+
"version": "20.1.48",
|
|
67
73
|
"sideEffects": false
|
|
68
74
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class AddDialogFieldsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const AddDialogFieldsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var AddDialogFieldsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(AddDialogFieldsDirective, _super);
|
|
35
33
|
function AddDialogFieldsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
AddDialogFieldsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
AddDialogFieldsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
AddDialogFieldsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
AddDialogFieldsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-add-dialog-fields';
|
|
56
41
|
};
|
|
57
42
|
AddDialogFieldsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], AddDialogFieldsDirective);
|
|
67
45
|
return AddDialogFieldsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class ColumnsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const ColumnsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var ColumnsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(ColumnsDirective, _super);
|
|
35
33
|
function ColumnsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
ColumnsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
ColumnsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
ColumnsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
ColumnsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-columns';
|
|
56
41
|
};
|
|
57
42
|
ColumnsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], ColumnsDirective);
|
|
67
45
|
return ColumnsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class DayWorkingTimeCollectionDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const DayWorkingTimeCollectionPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var DayWorkingTimeCollectionDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(DayWorkingTimeCollectionDirective, _super);
|
|
35
33
|
function DayWorkingTimeCollectionDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
DayWorkingTimeCollectionDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
DayWorkingTimeCollectionDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
DayWorkingTimeCollectionDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
DayWorkingTimeCollectionDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-day-working-time-collection';
|
|
56
41
|
};
|
|
57
42
|
DayWorkingTimeCollectionDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], DayWorkingTimeCollectionDirective);
|
|
67
45
|
return DayWorkingTimeCollectionDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class EditDialogFieldsDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const EditDialogFieldsPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var EditDialogFieldsDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(EditDialogFieldsDirective, _super);
|
|
35
33
|
function EditDialogFieldsDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
EditDialogFieldsDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
EditDialogFieldsDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
EditDialogFieldsDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
EditDialogFieldsDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-edit-dialog-fields';
|
|
56
41
|
};
|
|
57
42
|
EditDialogFieldsDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], EditDialogFieldsDirective);
|
|
67
45
|
return EditDialogFieldsDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class EventMarkersDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const EventMarkersPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var EventMarkersDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(EventMarkersDirective, _super);
|
|
35
33
|
function EventMarkersDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
EventMarkersDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
EventMarkersDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
EventMarkersDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
EventMarkersDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-event-markers';
|
|
56
41
|
};
|
|
57
42
|
EventMarkersDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], EventMarkersDirective);
|
|
67
45
|
return EventMarkersDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -31,7 +31,6 @@ export declare class GanttComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
-
custom(): void;
|
|
35
34
|
addPredecessor(id: number, predecessorString: string): void;
|
|
36
35
|
addRecord(data?: Object[] | Object | Object, rowPosition?: Object, rowIndex?: number): void;
|
|
37
36
|
cancelEdit(): void;
|
|
@@ -64,7 +64,6 @@ var GanttComponent = /** @class */ (function (_super) {
|
|
|
64
64
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
65
65
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
66
66
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
67
|
-
_this.updated = _this.updated;
|
|
68
67
|
return _this;
|
|
69
68
|
}
|
|
70
69
|
GanttComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -161,9 +160,6 @@ var GanttComponent = /** @class */ (function (_super) {
|
|
|
161
160
|
}
|
|
162
161
|
return h('div', slots);
|
|
163
162
|
};
|
|
164
|
-
GanttComponent.prototype.custom = function () {
|
|
165
|
-
this.updated();
|
|
166
|
-
};
|
|
167
163
|
GanttComponent.prototype.addPredecessor = function (id, predecessorString) {
|
|
168
164
|
return this.ej2Instances.addPredecessor(id, predecessorString);
|
|
169
165
|
};
|
|
@@ -384,12 +380,7 @@ var GanttComponent = /** @class */ (function (_super) {
|
|
|
384
380
|
,Options({
|
|
385
381
|
props: props,
|
|
386
382
|
watch: watch,
|
|
387
|
-
emits: emitProbs
|
|
388
|
-
provide: function provide() {
|
|
389
|
-
return {
|
|
390
|
-
custom: this.custom
|
|
391
|
-
};
|
|
392
|
-
}
|
|
383
|
+
emits: emitProbs
|
|
393
384
|
})
|
|
394
385
|
], GanttComponent);
|
|
395
386
|
return GanttComponent;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class HolidaysDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const HolidaysPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var HolidaysDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(HolidaysDirective, _super);
|
|
35
33
|
function HolidaysDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
HolidaysDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
HolidaysDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
HolidaysDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
HolidaysDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-holidays';
|
|
56
41
|
};
|
|
57
42
|
HolidaysDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], HolidaysDirective);
|
|
67
45
|
return HolidaysDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -276,34 +276,6 @@
|
|
|
276
276
|
content: '\e903';
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
280
|
-
height: 64px;
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
284
|
-
height: 32px;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
288
|
-
height: 63px !important;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.e-bigger .e-columnmenu {
|
|
292
|
-
top: 40px;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
296
|
-
padding: 16px 18px 0 18px;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
300
|
-
padding: 16px 18px 0 0;
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
304
|
-
padding: 16px 18px 0 0;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
279
|
.e-gantt {
|
|
308
280
|
display: block;
|
|
309
281
|
width: 100%;
|
|
@@ -818,10 +790,9 @@
|
|
|
818
790
|
}
|
|
819
791
|
|
|
820
792
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
821
|
-
border-radius: 2px;
|
|
822
793
|
box-sizing: border-box;
|
|
823
794
|
position: absolute;
|
|
824
|
-
z-index:
|
|
795
|
+
z-index: 3;
|
|
825
796
|
}
|
|
826
797
|
|
|
827
798
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -883,6 +854,7 @@
|
|
|
883
854
|
}
|
|
884
855
|
|
|
885
856
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
857
|
+
font-size: 13px;
|
|
886
858
|
position: absolute;
|
|
887
859
|
transform: rotate(-90deg);
|
|
888
860
|
white-space: nowrap;
|
|
@@ -1165,8 +1137,6 @@
|
|
|
1165
1137
|
|
|
1166
1138
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1167
1139
|
border-radius: 50%;
|
|
1168
|
-
height: auto !important;
|
|
1169
|
-
width: auto !important;
|
|
1170
1140
|
}
|
|
1171
1141
|
|
|
1172
1142
|
.e-icon-rowselect::before {
|
|
@@ -1475,13 +1445,11 @@
|
|
|
1475
1445
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1476
1446
|
background-color: #4cc7ba;
|
|
1477
1447
|
border: 1px solid #4cc7ba;
|
|
1478
|
-
border-radius: 4px;
|
|
1479
1448
|
}
|
|
1480
1449
|
|
|
1481
1450
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1482
1451
|
background-color: #0070f0;
|
|
1483
1452
|
border: 1px solid #0070f0;
|
|
1484
|
-
border-radius: 4px;
|
|
1485
1453
|
}
|
|
1486
1454
|
|
|
1487
1455
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1552,6 +1520,11 @@
|
|
|
1552
1520
|
|
|
1553
1521
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1554
1522
|
background: #222;
|
|
1523
|
+
border-color: #fff;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1527
|
+
border-bottom-color: #fff;
|
|
1555
1528
|
}
|
|
1556
1529
|
|
|
1557
1530
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1715,15 +1688,15 @@
|
|
|
1715
1688
|
}
|
|
1716
1689
|
|
|
1717
1690
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1718
|
-
background-color: #
|
|
1691
|
+
background-color: #f0ad4e;
|
|
1719
1692
|
}
|
|
1720
1693
|
|
|
1721
1694
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1722
|
-
border-bottom-color: #
|
|
1695
|
+
border-bottom-color: #f0ad4e;
|
|
1723
1696
|
}
|
|
1724
1697
|
|
|
1725
1698
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1726
|
-
border-top-color: #
|
|
1699
|
+
border-top-color: #f0ad4e;
|
|
1727
1700
|
}
|
|
1728
1701
|
|
|
1729
1702
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
package/styles/bootstrap.css
CHANGED
|
@@ -426,34 +426,6 @@
|
|
|
426
426
|
content: '\e903';
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
430
|
-
height: 64px;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
434
|
-
height: 32px;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
438
|
-
height: 63px !important;
|
|
439
|
-
}
|
|
440
|
-
|
|
441
|
-
.e-bigger .e-columnmenu {
|
|
442
|
-
top: 40px;
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
446
|
-
padding: 16px 18px 0 18px;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
450
|
-
padding: 16px 18px 0 0;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
454
|
-
padding: 16px 18px 0 0;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
429
|
.e-gantt {
|
|
458
430
|
display: block;
|
|
459
431
|
width: 100%;
|
|
@@ -968,10 +940,9 @@
|
|
|
968
940
|
}
|
|
969
941
|
|
|
970
942
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
971
|
-
border-radius: 2px;
|
|
972
943
|
box-sizing: border-box;
|
|
973
944
|
position: absolute;
|
|
974
|
-
z-index:
|
|
945
|
+
z-index: 3;
|
|
975
946
|
}
|
|
976
947
|
|
|
977
948
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
@@ -1033,6 +1004,7 @@
|
|
|
1033
1004
|
}
|
|
1034
1005
|
|
|
1035
1006
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1007
|
+
font-size: 13px;
|
|
1036
1008
|
position: absolute;
|
|
1037
1009
|
transform: rotate(-90deg);
|
|
1038
1010
|
white-space: nowrap;
|
|
@@ -1315,8 +1287,6 @@
|
|
|
1315
1287
|
|
|
1316
1288
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1317
1289
|
border-radius: 50%;
|
|
1318
|
-
height: auto !important;
|
|
1319
|
-
width: auto !important;
|
|
1320
1290
|
}
|
|
1321
1291
|
|
|
1322
1292
|
.e-icon-rowselect::before {
|
|
@@ -1625,13 +1595,11 @@
|
|
|
1625
1595
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1626
1596
|
background-color: #555;
|
|
1627
1597
|
border: 1px solid #555;
|
|
1628
|
-
border-radius: 4px;
|
|
1629
1598
|
}
|
|
1630
1599
|
|
|
1631
1600
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1632
1601
|
background-color: #21527d;
|
|
1633
1602
|
border: 1px solid #21527d;
|
|
1634
|
-
border-radius: 4px;
|
|
1635
1603
|
}
|
|
1636
1604
|
|
|
1637
1605
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
@@ -1702,6 +1670,11 @@
|
|
|
1702
1670
|
|
|
1703
1671
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1704
1672
|
background: #222;
|
|
1673
|
+
border-color: #fff;
|
|
1674
|
+
}
|
|
1675
|
+
|
|
1676
|
+
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
1677
|
+
border-bottom-color: #fff;
|
|
1705
1678
|
}
|
|
1706
1679
|
|
|
1707
1680
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
@@ -1865,15 +1838,15 @@
|
|
|
1865
1838
|
}
|
|
1866
1839
|
|
|
1867
1840
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1868
|
-
background-color: #
|
|
1841
|
+
background-color: #FF9800;
|
|
1869
1842
|
}
|
|
1870
1843
|
|
|
1871
1844
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1872
|
-
border-bottom-color: #
|
|
1845
|
+
border-bottom-color: #FF9800;
|
|
1873
1846
|
}
|
|
1874
1847
|
|
|
1875
1848
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1876
|
-
border-top-color: #
|
|
1849
|
+
border-top-color: #FF9800;
|
|
1877
1850
|
}
|
|
1878
1851
|
|
|
1879
1852
|
.e-gantt .e-gantt-chart .e-uptail::before {
|