@syncfusion/ej2-gantt 19.4.54 → 20.1.47
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 +33 -0
- 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 +257 -140
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +279 -148
- 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/cell-edit.js +2 -1
- package/src/gantt/actions/dialog-edit.js +2 -1
- package/src/gantt/actions/edit.js +36 -9
- package/src/gantt/actions/rowdragdrop.js +37 -15
- package/src/gantt/actions/selection.js +3 -0
- package/src/gantt/base/date-processor.js +0 -1
- package/src/gantt/base/gantt-chart.js +36 -5
- package/src/gantt/base/gantt.js +15 -56
- package/src/gantt/base/splitter.js +1 -0
- package/src/gantt/base/tree-grid.js +3 -1
- package/src/gantt/renderer/chart-rows.js +59 -32
- package/src/gantt/renderer/connector-line.js +22 -18
- package/src/gantt/renderer/event-marker.js +1 -0
- package/src/gantt/renderer/nonworking-day.js +13 -6
- package/src/gantt/renderer/timeline.d.ts +1 -0
- package/src/gantt/renderer/timeline.js +40 -1
- package/src/gantt/renderer/tooltip.js +10 -3
- package/styles/bootstrap-dark.css +37 -10
- package/styles/bootstrap.css +37 -10
- package/styles/bootstrap4.css +37 -10
- package/styles/bootstrap5-dark.css +53 -19
- package/styles/bootstrap5.css +53 -19
- package/styles/fabric-dark.css +34 -7
- package/styles/fabric.css +37 -10
- package/styles/fluent-dark.css +1942 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +1942 -0
- package/styles/fluent.scss +1 -0
- package/styles/gantt/_bootstrap-dark-definition.scss +10 -2
- package/styles/gantt/_bootstrap-definition.scss +11 -3
- package/styles/gantt/_bootstrap4-definition.scss +10 -2
- package/styles/gantt/_bootstrap5-definition.scss +17 -9
- package/styles/gantt/_fabric-dark-definition.scss +8 -0
- package/styles/gantt/_fabric-definition.scss +10 -2
- package/styles/gantt/_fluent-dark-definition.scss +1 -0
- package/styles/gantt/_fluent-definition.scss +21 -13
- package/styles/gantt/_highcontrast-definition.scss +9 -1
- package/styles/gantt/_highcontrast-light-definition.scss +9 -1
- package/styles/gantt/_layout.scss +53 -2
- package/styles/gantt/_material-dark-definition.scss +9 -1
- package/styles/gantt/_material-definition.scss +10 -2
- package/styles/gantt/_tailwind-definition.scss +13 -5
- package/styles/gantt/_theme.scss +2 -5
- package/styles/gantt/bootstrap-dark.css +37 -10
- package/styles/gantt/bootstrap.css +37 -10
- package/styles/gantt/bootstrap4.css +37 -10
- package/styles/gantt/bootstrap5-dark.css +53 -19
- package/styles/gantt/bootstrap5.css +53 -19
- package/styles/gantt/fabric-dark.css +34 -7
- package/styles/gantt/fabric.css +37 -10
- package/styles/gantt/fluent-dark.css +1942 -0
- package/styles/gantt/fluent-dark.scss +22 -0
- package/styles/gantt/fluent.css +1942 -0
- package/styles/gantt/fluent.scss +22 -0
- package/styles/gantt/highcontrast-light.css +34 -7
- package/styles/gantt/highcontrast.css +34 -7
- package/styles/gantt/icons/_fluent-dark.scss +1 -0
- package/styles/gantt/icons/_fluent.scss +1 -1
- package/styles/gantt/icons/_tailwind-dark.scss +28 -29
- package/styles/gantt/icons/_tailwind.scss +26 -27
- package/styles/gantt/material-dark.css +37 -10
- package/styles/gantt/material.css +37 -10
- package/styles/gantt/tailwind-dark.css +70 -99
- package/styles/gantt/tailwind.css +70 -99
- package/styles/highcontrast-light.css +34 -7
- package/styles/highcontrast.css +34 -7
- package/styles/material-dark.css +37 -10
- package/styles/material.css +37 -10
- package/styles/tailwind-dark.css +70 -99
- package/styles/tailwind.css +70 -99
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'gantt/fluent.scss';
|
|
@@ -42,6 +42,7 @@ $gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
|
42
42
|
$gantt-child-task-bar: lighten($brand-primary, 10%) !default;
|
|
43
43
|
$gantt-child-progress-bar: $brand-primary !default;
|
|
44
44
|
$gantt-child-progress-bar-border: 1px solid $brand-primary !default;
|
|
45
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
45
46
|
$gantt-child-task-bar-border: 1px solid $brand-primary !default;
|
|
46
47
|
$gantt-manualchild-task-bar: #8dd1c4;
|
|
47
48
|
$gantt-manualchild-progress-bar: #67c1b2;
|
|
@@ -77,6 +78,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
77
78
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
78
79
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
79
80
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
81
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
82
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
83
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
80
84
|
$gantt-dialog-dependent-height: 161px !default;
|
|
81
85
|
$gantt-dialog-resource-height: 202px !default;
|
|
82
86
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -107,14 +111,17 @@ $gantt-active-background: #484848 !default;
|
|
|
107
111
|
$gantt-active-color: #fff !default;
|
|
108
112
|
$gantt-active-color-opacity: 1 !default;
|
|
109
113
|
$gantt-table-background: $grey-base !default;
|
|
110
|
-
$gantt-baseline-color:
|
|
114
|
+
$gantt-baseline-color: $brand-warning !default;
|
|
111
115
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
112
116
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 47px !default;
|
|
114
118
|
$gantt-header-border-height: 64px !default;
|
|
119
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
115
120
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
121
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
116
122
|
$gantt-header-border-bottom-width: 0px !default;
|
|
117
123
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
124
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
118
125
|
$gantt-header-border-radius: 4px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
120
127
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -153,4 +160,5 @@ $gantt-active-container-border: lighten($brand-primary, 10%) !default;
|
|
|
153
160
|
$grid-active-container-border: 0 0 0 1px lighten($brand-primary, 10%) inset !default;
|
|
154
161
|
$gantt-collapse-progress-width: 0px !important;
|
|
155
162
|
$rangecontainer-border-color: #FC7A05;
|
|
156
|
-
$gantt-range-container-arc-radius: 2px !default;
|
|
163
|
+
$gantt-range-container-arc-radius: 2px !default;
|
|
164
|
+
$bigger-column-menu-size: 40px !default;
|
|
@@ -42,6 +42,7 @@ $gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
|
42
42
|
$gantt-child-task-bar: $brand-primary !default;
|
|
43
43
|
$gantt-child-progress-bar: darken($brand-primary, 15%) !default;
|
|
44
44
|
$gantt-child-progress-bar-border: 1px solid darken($brand-primary, 15%) !default;
|
|
45
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
45
46
|
$gantt-child-task-bar-border: 1px solid darken($brand-primary, 15%) !default;
|
|
46
47
|
$gantt-manualchild-task-bar: #7538C9;
|
|
47
48
|
$gantt-manualchild-task-bar-border: 1px solid #572A96;
|
|
@@ -52,7 +53,7 @@ $gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(
|
|
|
52
53
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #7538C9 30%, #7538C9 70%, #7538C9 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
53
54
|
$gantt-parent-task-bar: $grey-light !default;
|
|
54
55
|
$gantt-parent-progress-bar: $grey !default;
|
|
55
|
-
$gantt-milestone-border-color: $
|
|
56
|
+
$gantt-milestone-border-color: $gray !default;
|
|
56
57
|
$gantt-parent-milestone-border-color: $grey !default;
|
|
57
58
|
$gantt-parent-progress-bar-border: 1px solid $grey !default;
|
|
58
59
|
$gantt-parent-task-bar-border: 1px solid $grey !default;
|
|
@@ -77,6 +78,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
77
78
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
78
79
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
79
80
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
81
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
82
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
83
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
80
84
|
$gantt-dialog-dependent-height: 161px !default;
|
|
81
85
|
$gantt-dialog-resource-height: 202px !default;
|
|
82
86
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -107,14 +111,17 @@ $gantt-active-background: lighten($brand-primary, 40%) !default;
|
|
|
107
111
|
$gantt-active-color: #000 !default;
|
|
108
112
|
$gantt-active-color-opacity: 1 !default;
|
|
109
113
|
$gantt-table-background: #fff !default;
|
|
110
|
-
$gantt-baseline-color:
|
|
114
|
+
$gantt-baseline-color: $brand-warning !default;
|
|
111
115
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
112
116
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 47px !default;
|
|
114
118
|
$gantt-header-border-height: 64px !default;
|
|
119
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
115
120
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
121
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
116
122
|
$gantt-header-border-bottom-width: 0px !default;
|
|
117
123
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
124
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
118
125
|
$gantt-header-border-radius: 4px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
120
127
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -154,4 +161,5 @@ $gantt-active-container-border: $input-border-focus !default;
|
|
|
154
161
|
$grid-active-container-border: 0 0 0 1px $input-border-focus inset !default;
|
|
155
162
|
$gantt-collapse-progress-width: 0px !important;
|
|
156
163
|
$rangecontainer-border-color: #FC7A05;
|
|
157
|
-
$gantt-range-container-arc-radius: 2px !default;
|
|
164
|
+
$gantt-range-container-arc-radius: 2px !default;
|
|
165
|
+
$bigger-column-menu-size: 40px !default;
|
|
@@ -42,6 +42,7 @@ $gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
|
42
42
|
$gantt-child-task-bar: $primary !default;
|
|
43
43
|
$gantt-child-progress-bar: darken($primary, 15%) !default;
|
|
44
44
|
$gantt-child-progress-bar-border: 0px !default;
|
|
45
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
45
46
|
$gantt-child-task-bar-border: 1px solid darken($primary, 15%) !default;
|
|
46
47
|
$gantt-manualchild-task-bar: #8553F1;
|
|
47
48
|
$gantt-manualchild-task-bar-border: 1px solid #6628EE;
|
|
@@ -75,6 +76,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
75
76
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
76
77
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
77
78
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
80
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
81
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
78
82
|
$gantt-dialog-dependent-height: 161px !default;
|
|
79
83
|
$gantt-dialog-resource-height: 202px !default;
|
|
80
84
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -107,14 +111,17 @@ $gantt-active-background: rgba($primary, .16) !default;
|
|
|
107
111
|
$gantt-active-color: #333 !default;
|
|
108
112
|
$gantt-active-color-opacity: 1 !default;
|
|
109
113
|
$gantt-table-background: #fff !default;
|
|
110
|
-
$gantt-baseline-color: $
|
|
114
|
+
$gantt-baseline-color: $warning !default;
|
|
111
115
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
112
116
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 47px !default;
|
|
114
118
|
$gantt-header-border-height: 64px !default;
|
|
119
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
115
120
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
121
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
116
122
|
$gantt-header-border-bottom-width: 0px !default;
|
|
117
123
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
124
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
120
127
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -155,4 +162,5 @@ $gantt-active-container-border: #66afe9 !default;
|
|
|
155
162
|
$grid-active-container-border: 0 0 0 1px #66afe9 inset !default;
|
|
156
163
|
$gantt-collapse-progress-width: 0px !important;
|
|
157
164
|
$rangecontainer-border-color: #FC7A05;
|
|
158
|
-
$gantt-range-container-arc-radius: 2px !default;
|
|
165
|
+
$gantt-range-container-arc-radius: 2px !default;
|
|
166
|
+
$bigger-column-menu-size: 38px !default;
|
|
@@ -62,7 +62,7 @@ $gantt-tab-header-hover-font-color: $content-text-color-alt2 !default;
|
|
|
62
62
|
$gantt-active-background: $table-bg-color-selected;
|
|
63
63
|
$gantt-active-color: $table-text-color-selected !default;
|
|
64
64
|
$gantt-table-background: $content-bg-color !default;
|
|
65
|
-
$gantt-baseline-color: $
|
|
65
|
+
$gantt-baseline-color: $warning !default;
|
|
66
66
|
$gantt-inactive-parent: $content-bg-color-alt4 !default;
|
|
67
67
|
$gantt-inactive-child: $primary-light !default;
|
|
68
68
|
$gantt-connected-task: lighten($primary, 20%) !default;
|
|
@@ -97,6 +97,7 @@ $gantt-label-size: 13px !default;
|
|
|
97
97
|
$gantt-header-border-spacing: 0 !default;
|
|
98
98
|
// sass-lint:disable-all
|
|
99
99
|
$gantt-child-progress-bar-border: 0px !default;
|
|
100
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
100
101
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
101
102
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
102
103
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
@@ -111,14 +112,17 @@ $gantt-bigger-label-font-size: 16px !default;
|
|
|
111
112
|
$gantt-unscheduled-taskbar-border: 0px !default;
|
|
112
113
|
$gantt-unscheduled-taskbar-border-radius: 4px !default;
|
|
113
114
|
$gantt-dialog-general-height: 241px !default;
|
|
114
|
-
$gantt-dialog-edit-form-odd-padding:
|
|
115
|
-
$gantt-dialog-edit-form-even-padding:
|
|
116
|
-
$gantt-dialog-edit-form-scroll-padding:
|
|
115
|
+
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
116
|
+
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
117
|
+
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
118
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
119
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
120
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
117
121
|
$gantt-dialog-dependent-height: 161px !default;
|
|
118
122
|
$gantt-dialog-resource-height: 202px !default;
|
|
119
123
|
$gantt-dialog-rte-height: 241px !default;
|
|
120
124
|
$gantt-dialog-rte-content-height: 200px !default;
|
|
121
|
-
$gantt-dialog-padding-bottom:
|
|
125
|
+
$gantt-dialog-padding-bottom: 12px !default;
|
|
122
126
|
$gantt-dialog-tab-padding-left: 12px !default;
|
|
123
127
|
$gantt-tab-header-border-width: 1px;
|
|
124
128
|
$gantt-depedent-div-border-bottom: 0px !default;
|
|
@@ -135,10 +139,13 @@ $gantt-active-color-opacity: 0.9 !default;
|
|
|
135
139
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
136
140
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
137
141
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
138
|
-
$gantt-header-border-height:
|
|
139
|
-
$gantt-
|
|
142
|
+
$gantt-header-border-height: 52px !default;
|
|
143
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
144
|
+
$gantt-treegrid-header-border-height: 51px !default;
|
|
145
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
140
146
|
$gantt-header-border-bottom-width: 1px !default;
|
|
141
|
-
$gantt-timeline-top-header-cell-height:
|
|
147
|
+
$gantt-timeline-top-header-cell-height: 26px !default;
|
|
148
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
142
149
|
$gantt-header-border-radius: 0px !default;
|
|
143
150
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
144
151
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -159,4 +166,5 @@ $gantt-clone-prop-box-shadow: 0 6px 12px rgba($black, .175) !default;
|
|
|
159
166
|
$gantt-border-size: 1px !default;
|
|
160
167
|
$grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
161
168
|
$gantt-collapse-progress-width: 0px !important;
|
|
162
|
-
$gantt-range-container-arc-radius: 2px !default;
|
|
169
|
+
$gantt-range-container-arc-radius: 2px !default;
|
|
170
|
+
$bigger-column-menu-size: 35px !default;
|
|
@@ -48,6 +48,7 @@ $gantt-manualparent-background-color: #989A9C;
|
|
|
48
48
|
$gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
|
|
49
49
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
50
50
|
$gantt-child-progress-bar-border: 0px !default;
|
|
51
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
51
52
|
$gantt-parent-task-bar: #029f90 !default;
|
|
52
53
|
$gantt-parent-progress-bar: #4cc7ba !default;
|
|
53
54
|
$gantt-milestone-border-color: #dadada !default;
|
|
@@ -73,6 +74,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
73
74
|
$gantt-dialog-edit-form-odd-padding: 15px 20px 0 18px !default;
|
|
74
75
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
75
76
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
77
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
78
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
76
80
|
$gantt-dialog-dependent-height: 161px !default;
|
|
77
81
|
$gantt-dialog-resource-height: 202px !default;
|
|
78
82
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -112,8 +116,11 @@ $progress-handler-background: #222 !default;
|
|
|
112
116
|
$progress-handler-outline: #fff !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
114
118
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
119
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
115
120
|
$gantt-header-border-height: 64px !default;
|
|
121
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
116
122
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
123
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
117
124
|
$gantt-header-border-bottom-width: 1px !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
@@ -155,3 +162,4 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
155
162
|
$rangecontainer-border-color: #FC7A05;
|
|
156
163
|
$gantt-range-container-arc-radius: 0px !default;
|
|
157
164
|
$gantt-active-background-color: #a9a9a9;
|
|
165
|
+
$bigger-column-menu-size: 45px !default;
|
|
@@ -48,6 +48,7 @@ $gantt-manualparent-background-color: #989A9C;
|
|
|
48
48
|
$gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
|
|
49
49
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #9A38BA 30%, #9A38BA 70%, #9A38BA 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
50
50
|
$gantt-child-progress-bar-border: 0px !default;
|
|
51
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
51
52
|
$gantt-parent-task-bar: $neutral-secondary-alt !default;
|
|
52
53
|
$gantt-parent-progress-bar: darken($neutral-secondary-alt, 15%) !default;
|
|
53
54
|
$gantt-milestone-border-color: darken($neutral-secondary-alt, 15%) !default;
|
|
@@ -73,6 +74,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
73
74
|
$gantt-dialog-edit-form-odd-padding: 15px 20px 0 18px !default;
|
|
74
75
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
75
76
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
77
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
78
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
76
80
|
$gantt-dialog-dependent-height: 161px !default;
|
|
77
81
|
$gantt-dialog-resource-height: 202px !default;
|
|
78
82
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -105,15 +109,18 @@ $gantt-active-background: rgb(209, 235, 255)!default;
|
|
|
105
109
|
$gantt-active-color: $neutral-primary !default;
|
|
106
110
|
$gantt-active-color-opacity: 1 !default;
|
|
107
111
|
$gantt-table-background: #fff !default;
|
|
108
|
-
$gantt-baseline-color: #
|
|
112
|
+
$gantt-baseline-color: #D83B01 !default;
|
|
109
113
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
110
114
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
111
115
|
$progress-handler-background: #222 !default;
|
|
112
116
|
$progress-handler-outline: #fff !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
114
118
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
119
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
115
120
|
$gantt-header-border-height: 64px !default;
|
|
121
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
116
122
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
123
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
117
124
|
$gantt-header-border-bottom-width: 1px !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
@@ -154,4 +161,5 @@ $gantt-active-container-border: $neutral-secondary !default;
|
|
|
154
161
|
$grid-active-container-border: 0 0 0 1px $neutral-secondary inset !default;
|
|
155
162
|
$gantt-collapse-progress-width: 0px !important;
|
|
156
163
|
$rangecontainer-border-color: #FC7A05;
|
|
157
|
-
$gantt-range-container-arc-radius: 0px !default;
|
|
164
|
+
$gantt-range-container-arc-radius: 0px !default;
|
|
165
|
+
$bigger-column-menu-size: 45px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './fluent-definition.scss';
|
|
@@ -10,7 +10,7 @@ $gantt-content-color: $content-text-color-alt2 !default;
|
|
|
10
10
|
$holiday-background: $content-bg-color-alt1 !default;
|
|
11
11
|
$progress-handler-outline: $white !default;
|
|
12
12
|
$progress-handler-background: $content-text-color !default;
|
|
13
|
-
$holiday-label-color: $content-text-color-
|
|
13
|
+
$holiday-label-color: $content-text-color-alt3 !default;
|
|
14
14
|
$weekend-background: $content-bg-color-alt1 !default;
|
|
15
15
|
$event-marker-line-color: $primary !default;
|
|
16
16
|
$event-marker-label-color: $warning-light !default;
|
|
@@ -29,7 +29,7 @@ $gantt-unscheduled-taskbar-background-color: rgba(63,81,181, .2) !default;
|
|
|
29
29
|
$gantt-unscheduled-milestone-top-border: $content-bg-color-alt5 !default;
|
|
30
30
|
$gantt-unscheduled-milestone-bottom-border: $content-bg-color-alt5 !default;
|
|
31
31
|
$gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
32
|
-
$gantt-child-task-bar:
|
|
32
|
+
$gantt-child-task-bar: #5EB5FF !default;
|
|
33
33
|
$gantt-child-progress-bar: $primary !default;
|
|
34
34
|
$gantt-manualchild-task-bar: $success-light !default;
|
|
35
35
|
$gantt-manualchild-task-bar-border: 1px solid $success;
|
|
@@ -62,7 +62,7 @@ $gantt-tab-header-hover-font-color: $content-text-color-alt2 !default;
|
|
|
62
62
|
$gantt-active-background: $table-bg-color-selected;
|
|
63
63
|
$gantt-active-color: $table-text-color-selected !default;
|
|
64
64
|
$gantt-table-background: $content-bg-color !default;
|
|
65
|
-
$gantt-baseline-color: $
|
|
65
|
+
$gantt-baseline-color: $warning !default;
|
|
66
66
|
$gantt-inactive-parent: $content-bg-color-alt4 !default;
|
|
67
67
|
$gantt-inactive-child: $primary-light !default;
|
|
68
68
|
$gantt-connected-task: lighten($primary, 20%) !default;
|
|
@@ -87,7 +87,7 @@ $holiday-label-font-size: 13px !default;
|
|
|
87
87
|
$event-marker-label-font-size: 14px !default;
|
|
88
88
|
$event-marker-label-padding: 3px 12px !default;
|
|
89
89
|
$event-marker-label-height: 28px !default;
|
|
90
|
-
$event-marker-label-arrow-top:
|
|
90
|
+
$event-marker-label-arrow-top: 59px !default;
|
|
91
91
|
$gantt-connector-point-margin-top: 7.5px !default;
|
|
92
92
|
$gantt-connector-point-margin-radius: 4px !default;
|
|
93
93
|
$gantt-connector-point-left: 8px !default;
|
|
@@ -97,6 +97,7 @@ $gantt-label-size: 13px !default;
|
|
|
97
97
|
$gantt-header-border-spacing: 0 !default;
|
|
98
98
|
// sass-lint:disable-all
|
|
99
99
|
$gantt-child-progress-bar-border: 0px !default;
|
|
100
|
+
$gantt-child-progress-bar-border-radious:2px;
|
|
100
101
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
101
102
|
$gantt-manualchild-progress-bar-border: 0px !default;
|
|
102
103
|
$gantt-parent-progress-bar-border: 0px !default;
|
|
@@ -104,22 +105,25 @@ $gantt-parent-task-bar-border: 1px solid $border-dark !default;
|
|
|
104
105
|
$gantt-progress-bar-left-radius: 2px !default;
|
|
105
106
|
$gantt-unscheduled-taskbar-left-radius: 0px !default;
|
|
106
107
|
$gantt-connector-point-right-margin-left: 2px !default;
|
|
107
|
-
$gantt-right-label-container-margin-left:
|
|
108
|
+
$gantt-right-label-container-margin-left: 25px !default;
|
|
108
109
|
$gantt-task-label-font-size: 12px !default;
|
|
109
110
|
$gantt-label-font-size: 14px !default;
|
|
110
111
|
$gantt-bigger-label-font-size: 16px !default;
|
|
111
112
|
$gantt-unscheduled-taskbar-border: 0px !default;
|
|
112
113
|
$gantt-unscheduled-taskbar-border-radius: 4px !default;
|
|
113
114
|
$gantt-dialog-general-height: 241px !default;
|
|
114
|
-
$gantt-dialog-edit-form-odd-padding:
|
|
115
|
-
$gantt-dialog-edit-form-even-padding:
|
|
116
|
-
$gantt-dialog-edit-form-scroll-padding:
|
|
115
|
+
$gantt-dialog-edit-form-odd-padding: 12px 18px 0 18px !default;
|
|
116
|
+
$gantt-dialog-edit-form-even-padding: 12px 18px 0 0 !default;
|
|
117
|
+
$gantt-dialog-edit-form-scroll-padding: 12px 18px 0 0 !default;
|
|
118
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
119
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
120
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
117
121
|
$gantt-dialog-dependent-height: 161px !default;
|
|
118
122
|
$gantt-dialog-resource-height: 202px !default;
|
|
119
123
|
$gantt-dialog-rte-height: 241px !default;
|
|
120
124
|
$gantt-dialog-rte-content-height: 200px !default;
|
|
121
125
|
$gantt-dialog-padding-bottom: 20px !default;
|
|
122
|
-
$gantt-dialog-tab-padding-left:
|
|
126
|
+
$gantt-dialog-tab-padding-left: 0px !default;
|
|
123
127
|
$gantt-tab-header-border-width: 1px;
|
|
124
128
|
$gantt-depedent-div-border-bottom: 0px !default;
|
|
125
129
|
$gantt-resource-div-border-bottom: 0px !default;
|
|
@@ -135,10 +139,13 @@ $gantt-active-color-opacity: 0.9 !default;
|
|
|
135
139
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
136
140
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
137
141
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
138
|
-
$gantt-header-border-height:
|
|
139
|
-
$gantt-
|
|
142
|
+
$gantt-header-border-height: 52px !default;
|
|
143
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
144
|
+
$gantt-treegrid-header-border-height: 51px !default;
|
|
145
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
140
146
|
$gantt-header-border-bottom-width: 1px !default;
|
|
141
|
-
$gantt-timeline-top-header-cell-height:
|
|
147
|
+
$gantt-timeline-top-header-cell-height: 26px !default;
|
|
148
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
142
149
|
$gantt-header-border-radius: 0px !default;
|
|
143
150
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
144
151
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -159,4 +166,5 @@ $gantt-clone-prop-box-shadow: 0 6px 12px rgba($black, .175) !default;
|
|
|
159
166
|
$gantt-border-size: 1px !default;
|
|
160
167
|
$grid-active-container-border: 0 0 0 1px $border inset !default;
|
|
161
168
|
$gantt-collapse-progress-width: 0px !important;
|
|
162
|
-
$gantt-range-container-arc-radius: 2px !default;
|
|
169
|
+
$gantt-range-container-arc-radius: 2px !default;
|
|
170
|
+
$bigger-column-menu-size: 38px !default;
|
|
@@ -48,6 +48,7 @@ $gantt-manualparent-background-color: #989A9C;
|
|
|
48
48
|
$gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
|
|
49
49
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #6e06f1 30%, #6e06f1 70%, #6e06f1 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
50
50
|
$gantt-child-progress-bar-border: 0px !default;
|
|
51
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
51
52
|
$gantt-parent-task-bar: #007d01 !default;
|
|
52
53
|
$gantt-parent-progress-bar: #005201 !default;
|
|
53
54
|
$gantt-milestone-border-color: $bg-base-100 !default;
|
|
@@ -73,6 +74,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
73
74
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
74
75
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
75
76
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
77
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
78
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
76
80
|
$gantt-dialog-dependent-height: 161px !default;
|
|
77
81
|
$gantt-dialog-resource-height: 202px !default;
|
|
78
82
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -110,9 +114,12 @@ $gantt-child-progress-margin-left: 0.5px !default;
|
|
|
110
114
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
111
115
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
112
116
|
$gantt-header-border-height: 64px !default;
|
|
117
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
113
118
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
119
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
114
120
|
$gantt-header-border-bottom-width: 1px !default;
|
|
115
121
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
122
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
116
123
|
$progress-handler-background: #222 !default;
|
|
117
124
|
$progress-handler-outline: #fff !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
@@ -154,4 +161,5 @@ $gantt-active-container-border: $border-default !default;
|
|
|
154
161
|
$grid-active-container-border: 0 0 0 1px #ffff inset !default;
|
|
155
162
|
$gantt-collapse-progress-width: 0px !important;
|
|
156
163
|
$rangecontainer-border-color: #FC7A05;
|
|
157
|
-
$gantt-range-container-arc-radius: 0px !default;
|
|
164
|
+
$gantt-range-container-arc-radius: 0px !default;
|
|
165
|
+
$bigger-column-menu-size: 45px !default;
|
|
@@ -48,6 +48,7 @@ $gantt-manualparent-background-color: #989A9C;
|
|
|
48
48
|
$gantt-unscheduledmanualparent-background-color: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%) !default;
|
|
49
49
|
$gantt-unscheduled-manualtaskbar-background: linear-gradient(to right, rgba(63,81,181, 0.2), #8dd1c4 30%, #8dd1c4 70%, #8dd1c4 70%, rgba(63,81,181, 0.2) 100%) !default;
|
|
50
50
|
$gantt-child-progress-bar-border: 0px !default;
|
|
51
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
51
52
|
$gantt-parent-task-bar: #007d01 !default;
|
|
52
53
|
$gantt-parent-progress-bar: #005201 !default;
|
|
53
54
|
$gantt-milestone-border-color: $bg-base-100 !default;
|
|
@@ -73,6 +74,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
73
74
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
74
75
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
75
76
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
77
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
78
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
76
80
|
$gantt-dialog-dependent-height: 161px !default;
|
|
77
81
|
$gantt-dialog-resource-height: 202px !default;
|
|
78
82
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -112,9 +116,12 @@ $gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
|
112
116
|
$progress-handler-background: #222 !default;
|
|
113
117
|
$progress-handler-outline: #fff !default;
|
|
114
118
|
$gantt-header-border-height: 64px !default;
|
|
119
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
115
120
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
121
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
116
122
|
$gantt-header-border-bottom-width: 1px !default;
|
|
117
123
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
124
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
120
127
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -154,4 +161,5 @@ $gantt-active-container-border: $border-default !default;
|
|
|
154
161
|
$grid-active-container-border: 0 0 0 1px #ffff inset !default;
|
|
155
162
|
$gantt-collapse-progress-width: 0px !important;
|
|
156
163
|
$rangecontainer-border-color: #FC7A05;
|
|
157
|
-
$gantt-range-container-arc-radius: 0px !default;
|
|
164
|
+
$gantt-range-container-arc-radius: 0px !default;
|
|
165
|
+
$bigger-column-menu-size: 45px !default;
|
|
@@ -1,4 +1,53 @@
|
|
|
1
1
|
@include export-module('gantt-layout') {
|
|
2
|
+
|
|
3
|
+
.e-bigger {
|
|
4
|
+
.e-gantt {
|
|
5
|
+
.e-gantt-chart {
|
|
6
|
+
.e-timeline-header-container {
|
|
7
|
+
height: $gantt-bigger-header-border-height;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.e-timeline-top-header-cell {
|
|
11
|
+
height: $gantt-bigger-timeline-top-header-cell-height;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.e-gantt-tree-grid-pane {
|
|
16
|
+
.e-columnheader {
|
|
17
|
+
.e-headercell {
|
|
18
|
+
height: $gantt-bigger-treegrid-header-border-height !important; // sass-lint:disable-line no-important
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.e-columnmenu {
|
|
25
|
+
@if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
|
|
26
|
+
top: 35px;
|
|
27
|
+
}
|
|
28
|
+
@else if $skin-name == 'fluent-dark' {
|
|
29
|
+
top: 38px;
|
|
30
|
+
}
|
|
31
|
+
@else {
|
|
32
|
+
top: $bigger-column-menu-size;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.e-gantt-dialog {
|
|
37
|
+
.e-edit-form-column:nth-child(odd) {
|
|
38
|
+
padding: $gantt-bigger-dialog-edit-form-odd-padding;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.e-edit-form-column:nth-child(even) {
|
|
42
|
+
padding: $gantt-bigger-dialog-edit-form-even-padding;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
46
|
+
padding: $gantt-bigger-dialog-edit-form-scroll-padding;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
2
51
|
#{&}.e-gantt {
|
|
3
52
|
display: block;
|
|
4
53
|
width: 100%;
|
|
@@ -511,9 +560,10 @@
|
|
|
511
560
|
}
|
|
512
561
|
|
|
513
562
|
.e-baseline-bar {
|
|
563
|
+
border-radius: 2px;
|
|
514
564
|
box-sizing: border-box;
|
|
515
565
|
position: absolute;
|
|
516
|
-
z-index:
|
|
566
|
+
z-index: 2;
|
|
517
567
|
}
|
|
518
568
|
|
|
519
569
|
.e-milestone-top,
|
|
@@ -572,7 +622,6 @@
|
|
|
572
622
|
position: absolute;
|
|
573
623
|
|
|
574
624
|
.e-span {
|
|
575
|
-
font-size: 13px;
|
|
576
625
|
position: absolute;
|
|
577
626
|
transform: rotate(-90deg);
|
|
578
627
|
white-space: nowrap;
|
|
@@ -866,6 +915,8 @@
|
|
|
866
915
|
|
|
867
916
|
.e-btn.e-dlg-closeicon-btn {
|
|
868
917
|
border-radius: 50%;
|
|
918
|
+
height: auto !important; // sass-lint:disable-line no-important
|
|
919
|
+
width: auto !important; // sass-lint:disable-line no-important
|
|
869
920
|
}
|
|
870
921
|
|
|
871
922
|
}
|
|
@@ -42,6 +42,7 @@ $gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
|
42
42
|
$gantt-child-task-bar: $primary !default;
|
|
43
43
|
$gantt-child-progress-bar: lighten($primary, 15%) !default;
|
|
44
44
|
$gantt-child-progress-bar-border: 0px !default;
|
|
45
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
45
46
|
$gantt-child-task-bar-border: 1px solid lighten($primary, 15%) !default;
|
|
46
47
|
$gantt-manualchild-task-bar: #8dd1c4;
|
|
47
48
|
$gantt-manualchild-progress-bar: #67c1b2;
|
|
@@ -75,6 +76,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
75
76
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
76
77
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
77
78
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
80
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
81
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
78
82
|
$gantt-dialog-dependent-height: 153px !default;
|
|
79
83
|
$gantt-dialog-resource-height: 196px !default;
|
|
80
84
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -107,14 +111,17 @@ $gantt-active-background: rgba(255, 255, 255, 0.28) !default;
|
|
|
107
111
|
$gantt-active-color: #fff !default;
|
|
108
112
|
$gantt-active-color-opacity: 0.87 !default;
|
|
109
113
|
$gantt-table-background: $grey-dark !default;
|
|
110
|
-
$gantt-baseline-color: #
|
|
114
|
+
$gantt-baseline-color: #ff9800 !default;
|
|
111
115
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
112
116
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
114
118
|
$gantt-header-border-height: 64px !default;
|
|
119
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
115
120
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
121
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
116
122
|
$gantt-header-border-bottom-width: 1px !default;
|
|
117
123
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
124
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
120
127
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -155,3 +162,4 @@ $gantt-collapse-progress-width: 0px !important;
|
|
|
155
162
|
$rangecontainer-border-color: #FC7A05;
|
|
156
163
|
$gantt-range-container-arc-radius: 2px !default;
|
|
157
164
|
$gantt-active-background-color: #a9a9a9;
|
|
165
|
+
$bigger-column-menu-size: 38px !default;
|
|
@@ -42,6 +42,7 @@ $gantt-resize-gripper: rgba(249, 146, 11, .2) !default;
|
|
|
42
42
|
$gantt-child-task-bar: lighten($primary, 8%) !default;
|
|
43
43
|
$gantt-child-progress-bar: $primary !default;
|
|
44
44
|
$gantt-child-progress-bar-border: 0px !default;
|
|
45
|
+
$gantt-child-progress-bar-border-radious:4px;
|
|
45
46
|
$gantt-child-task-bar-border: 1px solid $primary !default;
|
|
46
47
|
$gantt-manualchild-task-bar: rgba(#008786, .85) !default;
|
|
47
48
|
$gantt-manualchild-task-bar-border: 1px solid #008786;
|
|
@@ -75,6 +76,9 @@ $gantt-dialog-general-height: 241px !default;
|
|
|
75
76
|
$gantt-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
76
77
|
$gantt-dialog-edit-form-even-padding: 16px 16px 0 0 !default;
|
|
77
78
|
$gantt-dialog-edit-form-scroll-padding: 16px 16px 0 0 !default;
|
|
79
|
+
$gantt-bigger-dialog-edit-form-odd-padding: 16px 18px 0 18px !default;
|
|
80
|
+
$gantt-bigger-dialog-edit-form-even-padding: 16px 18px 0 0 !default;
|
|
81
|
+
$gantt-bigger-dialog-edit-form-scroll-padding: 16px 18px 0 0 !default;
|
|
78
82
|
$gantt-dialog-dependent-height: 153px !default;
|
|
79
83
|
$gantt-dialog-resource-height: 196px !default;
|
|
80
84
|
$gantt-dialog-rte-height: 241px !default;
|
|
@@ -107,14 +111,17 @@ $gantt-active-background: rgba($primary, .15) !default;
|
|
|
107
111
|
$gantt-active-color: #000 !default;
|
|
108
112
|
$gantt-active-color-opacity: 1 !default;
|
|
109
113
|
$gantt-table-background: #fff !default;
|
|
110
|
-
$gantt-baseline-color: #
|
|
114
|
+
$gantt-baseline-color: #C15700 !default;
|
|
111
115
|
$gantt-child-progress-margin-left: 0.5px !default;
|
|
112
116
|
$gantt-timeline-single-header-outer-div: 45px !default;
|
|
113
117
|
$gantt-chart-timeline-single-header-outer-div: 46px !default;
|
|
114
118
|
$gantt-header-border-height: 64px !default;
|
|
119
|
+
$gantt-bigger-header-border-height: 64px !default;
|
|
115
120
|
$gantt-treegrid-header-border-height: 63px !default;
|
|
121
|
+
$gantt-bigger-treegrid-header-border-height: 63px !default;
|
|
116
122
|
$gantt-header-border-bottom-width: 1px !default;
|
|
117
123
|
$gantt-timeline-top-header-cell-height: 32px !default;
|
|
124
|
+
$gantt-bigger-timeline-top-header-cell-height: 32px !default;
|
|
118
125
|
$gantt-header-border-radius: 0px !default;
|
|
119
126
|
$gantt-splitter-border-top-right-radius: 0px !default;
|
|
120
127
|
$gantt-splitter-border-top-left-radius: 0px !default;
|
|
@@ -154,4 +161,5 @@ $gantt-active-container-border: $grey-500 !default;
|
|
|
154
161
|
$grid-active-container-border: 0 0 0 1px $grey-500 inset !default;
|
|
155
162
|
$gantt-collapse-progress-width: 0px !important;
|
|
156
163
|
$rangecontainer-border-color: #FC7A05;
|
|
157
|
-
$gantt-range-container-arc-radius: 2px !default;
|
|
164
|
+
$gantt-range-container-arc-radius: 2px !default;
|
|
165
|
+
$bigger-column-menu-size: 38px !default;
|