@syncfusion/ej2-gantt 19.4.50 → 19.4.52
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 +9 -0
- package/README.md +1 -1
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +7 -7
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +7 -7
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +18 -18
- package/src/gantt/actions/edit.js +0 -4
- package/src/gantt/base/tree-grid.js +4 -0
- package/src/gantt/renderer/chart-rows.js +3 -3
- package/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -0
- package/styles/bootstrap4.css +3 -0
- package/styles/bootstrap5-dark.css +3 -0
- package/styles/bootstrap5.css +3 -0
- package/styles/fabric-dark.css +3 -0
- package/styles/fabric.css +3 -0
- package/styles/gantt/_layout.scss +3 -0
- package/styles/gantt/bootstrap-dark.css +3 -0
- package/styles/gantt/bootstrap.css +3 -0
- package/styles/gantt/bootstrap4.css +3 -0
- package/styles/gantt/bootstrap5-dark.css +3 -0
- package/styles/gantt/bootstrap5.css +3 -0
- package/styles/gantt/fabric-dark.css +3 -0
- package/styles/gantt/fabric.css +3 -0
- package/styles/gantt/highcontrast-light.css +3 -0
- package/styles/gantt/highcontrast.css +3 -0
- package/styles/gantt/material-dark.css +3 -0
- package/styles/gantt/material.css +3 -0
- package/styles/gantt/tailwind-dark.css +3 -0
- package/styles/gantt/tailwind.css +3 -0
- package/styles/highcontrast-light.css +3 -0
- package/styles/highcontrast.css +3 -0
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -0
- package/styles/tailwind-dark.css +3 -0
- package/styles/tailwind.css +3 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.52
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-gantt@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-gantt@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-gantt@19.4.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-imVvajBdyXAI+FP/7Jb5/pmTr4SyPCEdAS5qE86A0+n1sopZo3IvQdwtdwjVudxDhpD3yvwtYR8h8cvuMgu51Q==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-gantt",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"/@syncfusion/ej2-react-gantt",
|
|
24
24
|
"/@syncfusion/ej2-vue-gantt"
|
|
25
25
|
],
|
|
26
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-19.4.
|
|
27
|
-
"_shasum": "
|
|
26
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-gantt/-/ej2-gantt-19.4.50.tgz",
|
|
27
|
+
"_shasum": "6a6e8627885346972eec6cc8031235561d0e4029",
|
|
28
28
|
"_spec": "@syncfusion/ej2-gantt@*",
|
|
29
29
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
30
30
|
"author": {
|
|
@@ -35,19 +35,19 @@
|
|
|
35
35
|
},
|
|
36
36
|
"bundleDependencies": false,
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@syncfusion/ej2-base": "~19.4.
|
|
39
|
-
"@syncfusion/ej2-buttons": "~19.4.
|
|
40
|
-
"@syncfusion/ej2-calendars": "~19.4.
|
|
41
|
-
"@syncfusion/ej2-data": "~19.4.
|
|
42
|
-
"@syncfusion/ej2-dropdowns": "~19.4.
|
|
43
|
-
"@syncfusion/ej2-grids": "~19.4.
|
|
44
|
-
"@syncfusion/ej2-inputs": "~19.4.
|
|
45
|
-
"@syncfusion/ej2-layouts": "~19.4.
|
|
46
|
-
"@syncfusion/ej2-lists": "~19.4.
|
|
47
|
-
"@syncfusion/ej2-navigations": "~19.4.
|
|
48
|
-
"@syncfusion/ej2-popups": "~19.4.
|
|
49
|
-
"@syncfusion/ej2-richtexteditor": "~19.4.
|
|
50
|
-
"@syncfusion/ej2-treegrid": "~19.4.
|
|
38
|
+
"@syncfusion/ej2-base": "~19.4.52",
|
|
39
|
+
"@syncfusion/ej2-buttons": "~19.4.52",
|
|
40
|
+
"@syncfusion/ej2-calendars": "~19.4.52",
|
|
41
|
+
"@syncfusion/ej2-data": "~19.4.52",
|
|
42
|
+
"@syncfusion/ej2-dropdowns": "~19.4.52",
|
|
43
|
+
"@syncfusion/ej2-grids": "~19.4.52",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~19.4.52",
|
|
45
|
+
"@syncfusion/ej2-layouts": "~19.4.52",
|
|
46
|
+
"@syncfusion/ej2-lists": "~19.4.52",
|
|
47
|
+
"@syncfusion/ej2-navigations": "~19.4.52",
|
|
48
|
+
"@syncfusion/ej2-popups": "~19.4.52",
|
|
49
|
+
"@syncfusion/ej2-richtexteditor": "~19.4.52",
|
|
50
|
+
"@syncfusion/ej2-treegrid": "~19.4.52"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
53
53
|
"description": "Essential JS 2 Gantt Component",
|
|
@@ -75,6 +75,6 @@
|
|
|
75
75
|
"url": "git+https://github.com/syncfusion/ej2-gantt.git"
|
|
76
76
|
},
|
|
77
77
|
"typings": "index.d.ts",
|
|
78
|
-
"version": "19.4.
|
|
78
|
+
"version": "19.4.52",
|
|
79
79
|
"sideEffects": false
|
|
80
80
|
}
|
|
@@ -2807,10 +2807,6 @@ var Edit = /** @class */ (function () {
|
|
|
2807
2807
|
}
|
|
2808
2808
|
this.parent.timelineModule.updateTimeLineOnEditing([tempArray], args.action);
|
|
2809
2809
|
}
|
|
2810
|
-
var flag = getValue('doubleClickTarget', this.parent.treeGrid.editModule);
|
|
2811
|
-
if (flag !== null) {
|
|
2812
|
-
setValue('doubleClickTarget', null, this.parent.treeGrid.editModule);
|
|
2813
|
-
}
|
|
2814
2810
|
this.addSuccess(args);
|
|
2815
2811
|
args = this.constructTaskAddedEventArgs(cAddedRecord, args.modifiedRecords, 'add');
|
|
2816
2812
|
this.parent.trigger('actionComplete', args);
|
|
@@ -238,6 +238,10 @@ var GanttTreeGrid = /** @class */ (function () {
|
|
|
238
238
|
};
|
|
239
239
|
GanttTreeGrid.prototype.actionBegin = function (args) {
|
|
240
240
|
this.parent.notify('actionBegin', args);
|
|
241
|
+
var flag = getValue('doubleClickTarget', this.parent.treeGrid.editModule);
|
|
242
|
+
if (flag !== null) {
|
|
243
|
+
setValue('doubleClickTarget', null, this.parent.treeGrid.editModule);
|
|
244
|
+
}
|
|
241
245
|
this.parent.trigger('actionBegin', args);
|
|
242
246
|
}; // eslint-disable-next-line
|
|
243
247
|
GanttTreeGrid.prototype.created = function (args) {
|
|
@@ -176,9 +176,9 @@ var ChartRows = /** @class */ (function (_super) {
|
|
|
176
176
|
}
|
|
177
177
|
if (labelString !== 'null') {
|
|
178
178
|
taskLabel = '<span class="' + cls.taskLabel + '" style="line-height:' +
|
|
179
|
-
(this.taskBarHeight - 1) + 'px; text-align:
|
|
180
|
-
'display:' +
|
|
181
|
-
'width:' + (
|
|
179
|
+
(this.taskBarHeight - 1) + 'px; text-align: left;' +
|
|
180
|
+
'display:' + 'inline-block;' +
|
|
181
|
+
'width:' + (data.ganttProperties.width - 10) + 'px; height:' +
|
|
182
182
|
this.taskBarHeight + 'px;">' + labelString + '</span>';
|
|
183
183
|
}
|
|
184
184
|
var template = !isNullOrUndefined(data.ganttProperties.segments) && data.ganttProperties.segments.length > 0 ?
|
package/styles/bootstrap.css
CHANGED
package/styles/bootstrap4.css
CHANGED
|
@@ -1196,7 +1196,10 @@
|
|
|
1196
1196
|
font-weight: normal;
|
|
1197
1197
|
margin-left: 8px;
|
|
1198
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1199
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
package/styles/bootstrap5.css
CHANGED
package/styles/fabric-dark.css
CHANGED
package/styles/fabric.css
CHANGED
|
@@ -1196,7 +1196,10 @@
|
|
|
1196
1196
|
font-weight: normal;
|
|
1197
1197
|
margin-left: 8px;
|
|
1198
1198
|
margin-right: 15px;
|
|
1199
|
+
overflow: hidden;
|
|
1200
|
+
text-overflow: ellipsis;
|
|
1199
1201
|
vertical-align: middle;
|
|
1202
|
+
white-space: nowrap;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
.e-gantt .e-gantt-chart .e-task-table {
|
package/styles/gantt/fabric.css
CHANGED
package/styles/highcontrast.css
CHANGED
package/styles/material-dark.css
CHANGED
package/styles/material.css
CHANGED
package/styles/tailwind-dark.css
CHANGED
package/styles/tailwind.css
CHANGED