@syncfusion/ej2-angular-gantt 26.1.35-ngcc → 26.1.38-ngcc
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/dist/ej2-angular-gantt.umd.js +1 -1
- package/dist/ej2-angular-gantt.umd.min.js +1 -1
- package/package.json +23 -8
- package/schematics/collection.json +0 -20
- package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/index.js +0 -8
- package/schematics/generators/gantt-daymarkers/index.ts +0 -8
- package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
- package/schematics/generators/gantt-daymarkers/sample-details.ts +0 -5
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -56
- package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/assets/data-source.ts +0 -1327
- package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
- package/schematics/generators/gantt-daymarkers/schema.js +0 -2
- package/schematics/generators/gantt-daymarkers/schema.json +0 -125
- package/schematics/generators/gantt-daymarkers/schema.ts +0 -3
- package/schematics/generators/gantt-default/index.d.ts +0 -3
- package/schematics/generators/gantt-default/index.js +0 -8
- package/schematics/generators/gantt-default/index.ts +0 -8
- package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-default/sample-details.js +0 -7
- package/schematics/generators/gantt-default/sample-details.ts +0 -5
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -16
- package/schematics/generators/gantt-default/schema.d.ts +0 -3
- package/schematics/generators/gantt-default/schema.js +0 -2
- package/schematics/generators/gantt-default/schema.json +0 -125
- package/schematics/generators/gantt-default/schema.ts +0 -3
- package/schematics/generators/gantt-editing/index.d.ts +0 -3
- package/schematics/generators/gantt-editing/index.js +0 -8
- package/schematics/generators/gantt-editing/index.ts +0 -8
- package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-editing/sample-details.js +0 -7
- package/schematics/generators/gantt-editing/sample-details.ts +0 -5
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -45
- package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/assets/data-source.ts +0 -1327
- package/schematics/generators/gantt-editing/schema.d.ts +0 -3
- package/schematics/generators/gantt-editing/schema.js +0 -2
- package/schematics/generators/gantt-editing/schema.json +0 -125
- package/schematics/generators/gantt-editing/schema.ts +0 -3
- package/schematics/generators/gantt-localdata/index.d.ts +0 -3
- package/schematics/generators/gantt-localdata/index.js +0 -8
- package/schematics/generators/gantt-localdata/index.ts +0 -8
- package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
- package/schematics/generators/gantt-localdata/sample-details.js +0 -7
- package/schematics/generators/gantt-localdata/sample-details.ts +0 -5
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -28
- package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/assets/data-source.ts +0 -1327
- package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
- package/schematics/generators/gantt-localdata/schema.js +0 -2
- package/schematics/generators/gantt-localdata/schema.json +0 -125
- package/schematics/generators/gantt-localdata/schema.ts +0 -3
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-gantt.umd.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-gantt.umd.min.js
|
|
3
|
-
* version : 26.1.
|
|
3
|
+
* version : 26.1.38
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-gantt@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-gantt@26.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9HR535i/g7SHtd+7XmnM3wCHgHx7qzbxeVZZ7SKfYBM9eKeBtOvAC4tgd+xX0hqtiJ0ZMED5uBcxbs3n2lOc4Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-gantt/-/ej2-angular-gantt-26.1.35.tgz",
|
|
23
|
+
"_shasum": "c7f8395883483a68bfb732275736cd07150a7fc2",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-gantt@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.1.35",
|
|
35
|
-
"@syncfusion/ej2-base": "~26.1.
|
|
36
|
-
"@syncfusion/ej2-gantt": "26.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~26.1.37",
|
|
36
|
+
"@syncfusion/ej2-gantt": "26.1.38"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
@@ -43,7 +43,22 @@
|
|
|
43
43
|
"keywords": [
|
|
44
44
|
"angular",
|
|
45
45
|
"angular-gantt",
|
|
46
|
-
"angular-gantt-chart"
|
|
46
|
+
"angular-gantt-chart",
|
|
47
|
+
"gantt",
|
|
48
|
+
"gantt-chart",
|
|
49
|
+
"project-management",
|
|
50
|
+
"project-planning",
|
|
51
|
+
"task-scheduling",
|
|
52
|
+
"timeline-chart",
|
|
53
|
+
"project-tracking",
|
|
54
|
+
"project-timeline",
|
|
55
|
+
"resource-management",
|
|
56
|
+
"task-management",
|
|
57
|
+
"schedule-management",
|
|
58
|
+
"timeline-management",
|
|
59
|
+
"gantt-view",
|
|
60
|
+
"gantt-chart-component",
|
|
61
|
+
"gantt-chart-control"
|
|
47
62
|
],
|
|
48
63
|
"license": "SEE LICENSE IN license",
|
|
49
64
|
"main": "dist/ej2-angular-gantt.umd.js",
|
|
@@ -57,5 +72,5 @@
|
|
|
57
72
|
"schematics": "./schematics/collection.json",
|
|
58
73
|
"sideEffects": false,
|
|
59
74
|
"typings": "ej2-angular-gantt.d.ts",
|
|
60
|
-
"version": "26.1.
|
|
75
|
+
"version": "26.1.38-ngcc"
|
|
61
76
|
}
|
|
@@ -5,26 +5,6 @@
|
|
|
5
5
|
"description": "Adds Essential JS 2 specific Angular package to an application",
|
|
6
6
|
"factory": "./ng-add",
|
|
7
7
|
"schema": "./ng-add/schema.json"
|
|
8
|
-
},
|
|
9
|
-
"gantt-daymarkers": {
|
|
10
|
-
"description": "Create an Angular Gantt component with daymarkers feature",
|
|
11
|
-
"factory": "./generators/gantt-daymarkers",
|
|
12
|
-
"schema": "./generators/gantt-daymarkers/schema.json"
|
|
13
|
-
},
|
|
14
|
-
"gantt-default": {
|
|
15
|
-
"description": "Create an Angular component with EJ2 gantt with default",
|
|
16
|
-
"factory": "./generators/gantt-default",
|
|
17
|
-
"schema": "./generators/gantt-default/schema.json"
|
|
18
|
-
},
|
|
19
|
-
"gantt-editing": {
|
|
20
|
-
"description": "Create an Angular Gantt component with editing features and toolbars",
|
|
21
|
-
"factory": "./generators/gantt-editing",
|
|
22
|
-
"schema": "./generators/gantt-editing/schema.json"
|
|
23
|
-
},
|
|
24
|
-
"gantt-localdata": {
|
|
25
|
-
"description": "Create an Angular Gantt component with local datasource",
|
|
26
|
-
"factory": "./generators/gantt-localdata",
|
|
27
|
-
"schema": "./generators/gantt-localdata/schema.json"
|
|
28
8
|
}
|
|
29
9
|
}
|
|
30
10
|
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
|
|
4
|
-
const sampleDetails = require("./sample-details");
|
|
5
|
-
function default_1(options) {
|
|
6
|
-
return schematics_1.componentBuilder(options, sampleDetails);
|
|
7
|
-
}
|
|
8
|
-
exports.default = default_1;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Rule } from '@angular-devkit/schematics';
|
|
2
|
-
import { componentBuilder } from "@syncfusion/ej2-angular-base/schematics";
|
|
3
|
-
import { Schema } from './schema';
|
|
4
|
-
import * as sampleDetails from './sample-details';
|
|
5
|
-
|
|
6
|
-
export default function (options: Schema): Rule {
|
|
7
|
-
return componentBuilder(options, sampleDetails);
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.componentName = 'gantt';
|
|
4
|
-
exports.sampleName = 'daymarkers';
|
|
5
|
-
exports.diModules = 'DayMarkersService';
|
|
6
|
-
exports.packageName = '@syncfusion/ej2-angular-gantt';
|
|
7
|
-
exports.libModules = 'GanttModule';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export const componentName: string = 'gantt';
|
|
2
|
-
export const sampleName: string = 'daymarkers';
|
|
3
|
-
export const diModules: string = 'DayMarkersService';
|
|
4
|
-
export const packageName: string = '@syncfusion/ej2-angular-gantt';
|
|
5
|
-
export const libModules: string = 'GanttModule';
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Gantt DayMarkers Sample
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
import { Component, ViewEncapsulation } from '@angular/core';
|
|
6
|
-
import { projectNewData } from './assets/data-source';
|
|
7
|
-
|
|
8
|
-
@Component({
|
|
9
|
-
selector: '<%=dasherize(selector)%>',
|
|
10
|
-
templateUrl: '<%=dasherize(name)%>.component.html',
|
|
11
|
-
styleUrls: ['<%=dasherize(name)%>.component.css'],
|
|
12
|
-
encapsulation: ViewEncapsulation.None
|
|
13
|
-
})
|
|
14
|
-
|
|
15
|
-
export class <%= classify(name) %>Component {
|
|
16
|
-
// Define an array of JSON data
|
|
17
|
-
public data: object[] = projectNewData;
|
|
18
|
-
public taskSettings: object = {
|
|
19
|
-
id: 'TaskID',
|
|
20
|
-
name: 'TaskName',
|
|
21
|
-
startDate: 'StartDate',
|
|
22
|
-
endDate: 'EndDate',
|
|
23
|
-
duration: 'Duration',
|
|
24
|
-
progress: 'Progress',
|
|
25
|
-
dependency: 'Predecessor',
|
|
26
|
-
child: 'subtasks'
|
|
27
|
-
};
|
|
28
|
-
public eventMarkers : object[] = [
|
|
29
|
-
{
|
|
30
|
-
day: new Date('04/09/2019'),
|
|
31
|
-
label: 'Research phase'
|
|
32
|
-
}, {
|
|
33
|
-
day: new Date('04/30/2019'),
|
|
34
|
-
label: 'Design phase'
|
|
35
|
-
}, {
|
|
36
|
-
day: new Date('05/23/2019'),
|
|
37
|
-
label: 'Production phase'
|
|
38
|
-
}, {
|
|
39
|
-
day: new Date('06/20/2019'),
|
|
40
|
-
label: 'Sales and marketing phase'
|
|
41
|
-
}
|
|
42
|
-
];
|
|
43
|
-
public holidays : object[] = [
|
|
44
|
-
{
|
|
45
|
-
from: '04/15/2019',
|
|
46
|
-
cssClass: 'e-custom-holiday',
|
|
47
|
-
label: 'Local Holiday'
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
from: '05/01/2019',
|
|
51
|
-
to: '05/05/2019',
|
|
52
|
-
label: ' Public holiday',
|
|
53
|
-
cssClass: 'e-custom-holiday'
|
|
54
|
-
}
|
|
55
|
-
];
|
|
56
|
-
}
|