Skip to content

Commit 5b0e6d3

Browse files
committed
[update] version 9.0.1
1 parent 77b3570 commit 5b0e6d3

26 files changed

+244
-458
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dhtmlxGantt #
22

33
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4-
[![npm: v.9.0.0](https://img.shields.io/badge/npm-v.9.0.0-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
4+
[![npm: v.9.0.1](https://img.shields.io/badge/npm-v.9.0.1-blue.svg)](https://www.npmjs.com/package/dhtmlx-gantt)
55
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
66

77
[Getting started](#getting-started) | [Features](#features) | [License](#license) | [Useful links](#links) | [Follow us](#followus)
@@ -117,7 +117,7 @@ Resource management, critical path calculation, auto scheduling, and other enhan
117117
<a name="license"></a>
118118
## License ##
119119

120-
dhtmlxGantt v.9.0.0 Standard
120+
dhtmlxGantt v.9.0.1 Standard
121121

122122
This version of dhtmlxGantt is distributed under GPL 2.0 license and can be legally used in GPL projects.
123123

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gantt",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"homepage": "https://dhtmlx.com/docs/products/dhtmlxGantt/",
55
"description": "An open source JavaScript Gantt chart that helps you illustrate a project schedule in a nice-looking chart.",
66
"main": [

codebase/dhtmlxgantt.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for dhtmlxGantt 9.0.0
1+
// Type definitions for dhtmlxGantt 9.0.1
22
// Project: https://dhtmlx.com/docs/products/dhtmlxGantt
33

44
type GanttCallback = (...args: any[]) => any;
@@ -3387,11 +3387,6 @@ export interface GanttStatic {
33873387
*/
33883388
resetSkin(): void;
33893389

3390-
/**
3391-
* forces the lightbox to resize
3392-
*/
3393-
resizeLightbox(): void;
3394-
33953390
/**
33963391
* rounds the specified date to the nearest date in the time scale
33973392
* @param date the Date object to round or an object with settings

codebase/dhtmlxgantt.es.d.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for dhtmlxGantt 9.0.0
1+
// Type definitions for dhtmlxGantt 9.0.1
22
// Project: https://dhtmlx.com/docs/products/dhtmlxGantt
33

44
type GanttCallback = (...args: any[]) => any;
@@ -3387,11 +3387,6 @@ export interface GanttStatic {
33873387
*/
33883388
resetSkin(): void;
33893389

3390-
/**
3391-
* forces the lightbox to resize
3392-
*/
3393-
resizeLightbox(): void;
3394-
33953390
/**
33963391
* rounds the specified date to the nearest date in the time scale
33973392
* @param date the Date object to round or an object with settings

codebase/dhtmlxgantt.es.js

Lines changed: 153 additions & 151 deletions
Large diffs are not rendered by default.

codebase/dhtmlxgantt.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxgantt.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxgantt.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
--dhx-gantt-lightbox-title-font-size: var(--dhx-gantt-heading-font-size);
188188
--dhx-gantt-lightbox-max-width: 622px;
189189
--dhx-gantt-lightbox-wide-max-width: 738px;
190-
--dhx-gantt-lightbox-width: max-content;
190+
--dhx-gantt-lightbox-width: 560px;
191191
--dhx-gantt-btn-order: row-reverse;
192192
/* buttons */
193193
--dhx-gantt-btn-background: var(--dhx-gantt-base-colors-primary);
@@ -342,12 +342,14 @@
342342
--dhx-gantt-box-shadow-m: 0px 4px 24px 0px rgba(44, 47, 60, 0.36);
343343
--dhx-gantt-box-shadow-l: 0px 4px 24px 0px rgba(44, 47, 60, 0.56);
344344
--dhx-gantt-grid-scale-background: #4f4f4f;
345-
--dhx-gantt-grid-scale-border-vertical: 1px solid #5b5b5b;
345+
--dhx-gantt-grid-scale-border-vertical: 1px solid #c1c1c1;
346346
--dhx-gantt-grid-scale-color: #e1e1e1;
347347
--dhx-gantt-timeline-scale-background: #dbdbdb;
348-
--dhx-gantt-timeline-scale-border-vertical: 1px solid #bababa;
348+
--dhx-gantt-timeline-scale-border-vertical: 1px solid #ebebeb;
349349
--dhx-gantt-timeline-scale-color: #494949;
350350
--dhx-gantt-grid-body-background: #dbdbdb;
351+
--dhx-gantt-lightbox-title-background: #4f4f4f;
352+
--dhx-gantt-lightbox-title-color: #e1e1e1;
351353
--dhx-gantt-task-color: #FFF;
352354
--dhx-gantt-link-background: #ffb96d;
353355
--dhx-gantt-project-background: #65c16f;
@@ -1171,6 +1173,7 @@ url("src/dhx-gantt-icons.woff2?d2ea3e087edb3b9fad35a6580bd8acd3") format("woff2"
11711173
overflow: hidden;
11721174
}
11731175
.gantt_scale_cell {
1176+
position: relative;
11741177
display: inline-block;
11751178
white-space: nowrap;
11761179
overflow: hidden;
@@ -1897,7 +1900,8 @@ div.dhx_modal_cover {
18971900
.gantt_cal_light {
18981901
margin-top: auto;
18991902
margin-bottom: auto;
1900-
width: var(--dhx-gantt-lightbox-width);
1903+
min-width: var(--dhx-gantt-lightbox-width);
1904+
width: max-content;
19011905
max-width: var(--dhx-gantt-lightbox-max-width);
19021906
height: auto;
19031907
-webkit-tap-highlight-color: transparent;
@@ -1996,6 +2000,7 @@ div.dhx_modal_cover {
19962000
.gantt_cal_larea {
19972001
border: none;
19982002
padding: 0 var(--dhx-gantt-lightbox-padding) 4px;
2003+
overflow: hidden;
19992004
height: auto;
20002005
gap: calc(var(--dhx-gantt-base-padding) * 2);
20012006
}
@@ -2152,8 +2157,15 @@ div.dhx_modal_cover {
21522157
.gantt_resource_toggle {
21532158
vertical-align: middle;
21542159
}
2160+
.gantt_section_resources {
2161+
overflow: hidden;
2162+
display: flex;
2163+
flex-direction: column;
2164+
width: 100%;
2165+
}
21552166
.gantt_resources_filter {
21562167
display: flex;
2168+
flex-grow: 0;
21572169
align-items: center;
21582170
}
21592171
.gantt_resources_filter label {

0 commit comments

Comments
 (0)