@bryntum/gantt-thin-trial 7.1.1
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/README.md +52 -0
- package/entry.js +147 -0
- package/fluent2-dark.css +227 -0
- package/fluent2-light.css +191 -0
- package/gantt.css +802 -0
- package/gantt.css.map +7 -0
- package/gantt.d.ts +94113 -0
- package/high-contrast-dark.css +419 -0
- package/high-contrast-light.css +389 -0
- package/lib/column/ActualEffortColumn.js +1 -0
- package/lib/column/AddNewColumn.css +16 -0
- package/lib/column/AddNewColumn.js +1 -0
- package/lib/column/AllColumns.js +1 -0
- package/lib/column/BaselineDurationColumn.js +1 -0
- package/lib/column/BaselineDurationVarianceColumn.js +1 -0
- package/lib/column/BaselineEffortColumn.js +1 -0
- package/lib/column/BaselineEndDateColumn.js +1 -0
- package/lib/column/BaselineEndVarianceColumn.js +1 -0
- package/lib/column/BaselineStartDateColumn.js +1 -0
- package/lib/column/BaselineStartVarianceColumn.js +1 -0
- package/lib/column/CalendarColumn.js +1 -0
- package/lib/column/ConstraintDateColumn.js +1 -0
- package/lib/column/ConstraintTypeColumn.js +1 -0
- package/lib/column/CostColumn.js +1 -0
- package/lib/column/DeadlineDateColumn.js +1 -0
- package/lib/column/DependencyColumn.js +1 -0
- package/lib/column/EarlyEndDateColumn.js +1 -0
- package/lib/column/EarlyStartDateColumn.js +1 -0
- package/lib/column/EffortColumn.js +1 -0
- package/lib/column/EndDateColumn.js +1 -0
- package/lib/column/GanttDateColumn.js +1 -0
- package/lib/column/IgnoreResourceCalendarColumn.js +1 -0
- package/lib/column/InactiveColumn.js +1 -0
- package/lib/column/LateEndDateColumn.js +1 -0
- package/lib/column/LateStartDateColumn.js +1 -0
- package/lib/column/ManuallyScheduledColumn.js +1 -0
- package/lib/column/MilestoneColumn.js +1 -0
- package/lib/column/NameColumn.js +1 -0
- package/lib/column/NoteColumn.js +1 -0
- package/lib/column/PercentDoneColumn.js +1 -0
- package/lib/column/PlannedPercentDoneColumn.js +1 -0
- package/lib/column/PredecessorColumn.js +1 -0
- package/lib/column/ResourceAssignmentColumn.css +55 -0
- package/lib/column/ResourceAssignmentColumn.js +1 -0
- package/lib/column/ResourceAssignmentGridResourceColumn.js +1 -0
- package/lib/column/RollupColumn.js +1 -0
- package/lib/column/SchedulingDirectionColumn.js +1 -0
- package/lib/column/SchedulingModeColumn.js +1 -0
- package/lib/column/SequenceColumn.js +1 -0
- package/lib/column/ShowInTimelineColumn.js +1 -0
- package/lib/column/StartDateColumn.js +1 -0
- package/lib/column/SuccessorColumn.js +1 -0
- package/lib/column/TaskInfoColumn.js +1 -0
- package/lib/column/TimeAxisColumn.js +1 -0
- package/lib/column/TotalSlackColumn.js +1 -0
- package/lib/column/WBSColumn.js +1 -0
- package/lib/customElements/GanttTag.js +1 -0
- package/lib/data/AssignmentStore.js +1 -0
- package/lib/data/AssignmentsManipulationStore.js +1 -0
- package/lib/data/CalendarManagerStore.js +1 -0
- package/lib/data/DependencyStore.js +1 -0
- package/lib/data/ResourceStore.js +1 -0
- package/lib/data/TaskStore.js +1 -0
- package/lib/data/field/WbsField.js +1 -0
- package/lib/data/mixin/PartOfProject.js +1 -0
- package/lib/feature/Baselines.css +107 -0
- package/lib/feature/Baselines.js +1 -0
- package/lib/feature/CellEdit.js +1 -0
- package/lib/feature/CriticalPaths.css +47 -0
- package/lib/feature/CriticalPaths.js +1 -0
- package/lib/feature/Dependencies.css +25 -0
- package/lib/feature/Dependencies.js +1 -0
- package/lib/feature/Indicators.css +204 -0
- package/lib/feature/Indicators.js +1 -0
- package/lib/feature/Labels.js +1 -0
- package/lib/feature/ParentArea.css +27 -0
- package/lib/feature/ParentArea.js +1 -0
- package/lib/feature/ProgressLine.css +22 -0
- package/lib/feature/ProgressLine.js +1 -0
- package/lib/feature/ProjectEdit.js +1 -0
- package/lib/feature/ProjectLines.js +1 -0
- package/lib/feature/Rollups.css +79 -0
- package/lib/feature/Rollups.js +1 -0
- package/lib/feature/ScrollButtons.css +3 -0
- package/lib/feature/ScrollButtons.js +1 -0
- package/lib/feature/Summary.js +1 -0
- package/lib/feature/TaskCopyPaste.js +1 -0
- package/lib/feature/TaskDrag.css +9 -0
- package/lib/feature/TaskDrag.js +1 -0
- package/lib/feature/TaskDragCreate.js +1 -0
- package/lib/feature/TaskEdit.js +1 -0
- package/lib/feature/TaskMenu.js +1 -0
- package/lib/feature/TaskNonWorkingTime.css +60 -0
- package/lib/feature/TaskNonWorkingTime.js +1 -0
- package/lib/feature/TaskResize.css +8 -0
- package/lib/feature/TaskResize.js +1 -0
- package/lib/feature/TaskSegmentDrag.js +1 -0
- package/lib/feature/TaskSegmentResize.js +1 -0
- package/lib/feature/TaskTooltip.css +17 -0
- package/lib/feature/TaskTooltip.js +1 -0
- package/lib/feature/TimelineChart.css +27 -0
- package/lib/feature/TimelineChart.js +1 -0
- package/lib/feature/TreeGroup.js +1 -0
- package/lib/feature/Versions.js +1 -0
- package/lib/feature/export/MspExport.js +1 -0
- package/lib/feature/export/PdfExport.js +1 -0
- package/lib/feature/export/Print.js +1 -0
- package/lib/feature/export/exporter/GanttExporterMixin.js +1 -0
- package/lib/feature/export/exporter/MultiPageExporter.js +1 -0
- package/lib/feature/export/exporter/MultiPageVerticalExporter.js +1 -0
- package/lib/feature/export/exporter/SinglePageExporter.js +1 -0
- package/lib/feature/export/exporter/SinglePageUnscaledExporter.js +1 -0
- package/lib/localization/Ar.js +241 -0
- package/lib/localization/Bg.js +241 -0
- package/lib/localization/Ca.js +241 -0
- package/lib/localization/Cs.js +241 -0
- package/lib/localization/Da.js +241 -0
- package/lib/localization/De.js +241 -0
- package/lib/localization/El.js +241 -0
- package/lib/localization/En.js +241 -0
- package/lib/localization/EnGb.js +241 -0
- package/lib/localization/Es.js +241 -0
- package/lib/localization/Et.js +241 -0
- package/lib/localization/Eu.js +241 -0
- package/lib/localization/Fi.js +241 -0
- package/lib/localization/FrFr.js +241 -0
- package/lib/localization/Gl.js +241 -0
- package/lib/localization/He.js +241 -0
- package/lib/localization/Hi.js +241 -0
- package/lib/localization/Hr.js +241 -0
- package/lib/localization/Hu.js +241 -0
- package/lib/localization/Id.js +241 -0
- package/lib/localization/It.js +241 -0
- package/lib/localization/Ja.js +241 -0
- package/lib/localization/Kk.js +241 -0
- package/lib/localization/Ko.js +241 -0
- package/lib/localization/Lt.js +241 -0
- package/lib/localization/Lv.js +241 -0
- package/lib/localization/Ms.js +241 -0
- package/lib/localization/Nl.js +241 -0
- package/lib/localization/No.js +241 -0
- package/lib/localization/Pl.js +241 -0
- package/lib/localization/Pt.js +241 -0
- package/lib/localization/PtBr.js +241 -0
- package/lib/localization/Ro.js +241 -0
- package/lib/localization/Ru.js +241 -0
- package/lib/localization/Sk.js +241 -0
- package/lib/localization/Sl.js +241 -0
- package/lib/localization/Sr.js +241 -0
- package/lib/localization/SrRs.js +241 -0
- package/lib/localization/SvSE.js +241 -0
- package/lib/localization/Th.js +241 -0
- package/lib/localization/Tr.js +241 -0
- package/lib/localization/Uk.js +241 -0
- package/lib/localization/Vi.js +241 -0
- package/lib/localization/ZhCn.js +241 -0
- package/lib/localization/ZhTw.js +241 -0
- package/lib/model/AssignmentModel.js +1 -0
- package/lib/model/Baseline.js +1 -0
- package/lib/model/CalendarIntervalModel.js +1 -0
- package/lib/model/CalendarModel.js +1 -0
- package/lib/model/DependencyModel.js +1 -0
- package/lib/model/ProjectModel.js +1 -0
- package/lib/model/ResourceModel.js +1 -0
- package/lib/model/TaskModel.js +1 -0
- package/lib/model/TimePhasedAssignmentModel.js +1 -0
- package/lib/model/TimePhasedProjectModel.js +1 -0
- package/lib/model/TimePhasedTaskModel.js +1 -0
- package/lib/override/salesforce/AllOverrides.js +1 -0
- package/lib/override/salesforce/GanttPrintOverride.js +1 -0
- package/lib/override/salesforce/ProgressLineOverrideDataset.js +1 -0
- package/lib/util/ProjectGenerator.js +1 -0
- package/lib/util/ResourceAssignmentParser.js +1 -0
- package/lib/util/chart/GanttDataProvider.js +1 -0
- package/lib/util/chart/SVGChartProvider.js +1 -0
- package/lib/util/chart/TimelineChartDataProviderBase.js +1 -0
- package/lib/util/chart/TimelineChartProviderBase.js +1 -0
- package/lib/view/Gantt.js +1 -0
- package/lib/view/GanttBase.css +350 -0
- package/lib/view/GanttBase.js +1 -0
- package/lib/view/TaskStyles.css +11 -0
- package/lib/view/mixin/GanttDom.js +1 -0
- package/lib/view/mixin/GanttRegions.js +1 -0
- package/lib/view/mixin/GanttScroll.js +1 -0
- package/lib/view/mixin/GanttState.js +1 -0
- package/lib/view/mixin/GanttStores.js +1 -0
- package/lib/view/mixin/GanttTimelineDateMapper.js +1 -0
- package/lib/view/mixin/TaskNavigation.js +1 -0
- package/lib/view/orientation/NewTaskRendering.js +1 -0
- package/lib/widget/AssignmentField.css +6 -0
- package/lib/widget/AssignmentField.js +1 -0
- package/lib/widget/AssignmentGrid.css +30 -0
- package/lib/widget/AssignmentGrid.js +1 -0
- package/lib/widget/AssignmentPicker.css +23 -0
- package/lib/widget/AssignmentPicker.js +1 -0
- package/lib/widget/CalendarPicker.js +1 -0
- package/lib/widget/DependencyField.css +129 -0
- package/lib/widget/DependencyField.js +1 -0
- package/lib/widget/ProjectEditor.js +1 -0
- package/lib/widget/TaskEditor.js +1 -0
- package/lib/widget/projecteditor/ProjectEditorAdvancedTab.js +1 -0
- package/lib/widget/projecteditor/ProjectEditorDescriptionTab.js +1 -0
- package/lib/widget/projecteditor/ProjectEditorGeneralTab.js +1 -0
- package/locales/gantt.locale.Ar.js +1 -0
- package/locales/gantt.locale.Bg.js +1 -0
- package/locales/gantt.locale.Ca.js +1 -0
- package/locales/gantt.locale.Cs.js +1 -0
- package/locales/gantt.locale.Da.js +1 -0
- package/locales/gantt.locale.De.js +1 -0
- package/locales/gantt.locale.El.js +1 -0
- package/locales/gantt.locale.En.js +1 -0
- package/locales/gantt.locale.EnGb.js +1 -0
- package/locales/gantt.locale.Es.js +1 -0
- package/locales/gantt.locale.Et.js +1 -0
- package/locales/gantt.locale.Eu.js +1 -0
- package/locales/gantt.locale.Fi.js +1 -0
- package/locales/gantt.locale.FrFr.js +1 -0
- package/locales/gantt.locale.Gl.js +1 -0
- package/locales/gantt.locale.He.js +1 -0
- package/locales/gantt.locale.Hi.js +1 -0
- package/locales/gantt.locale.Hr.js +1 -0
- package/locales/gantt.locale.Hu.js +1 -0
- package/locales/gantt.locale.Id.js +1 -0
- package/locales/gantt.locale.It.js +1 -0
- package/locales/gantt.locale.Ja.js +1 -0
- package/locales/gantt.locale.Kk.js +1 -0
- package/locales/gantt.locale.Ko.js +1 -0
- package/locales/gantt.locale.Lt.js +1 -0
- package/locales/gantt.locale.Lv.js +1 -0
- package/locales/gantt.locale.Ms.js +1 -0
- package/locales/gantt.locale.Nl.js +1 -0
- package/locales/gantt.locale.No.js +1 -0
- package/locales/gantt.locale.Pl.js +1 -0
- package/locales/gantt.locale.Pt.js +1 -0
- package/locales/gantt.locale.PtBr.js +1 -0
- package/locales/gantt.locale.Ro.js +1 -0
- package/locales/gantt.locale.Ru.js +1 -0
- package/locales/gantt.locale.Sk.js +1 -0
- package/locales/gantt.locale.Sl.js +1 -0
- package/locales/gantt.locale.Sr.js +1 -0
- package/locales/gantt.locale.SrRs.js +1 -0
- package/locales/gantt.locale.SvSE.js +1 -0
- package/locales/gantt.locale.Th.js +1 -0
- package/locales/gantt.locale.Tr.js +1 -0
- package/locales/gantt.locale.Uk.js +1 -0
- package/locales/gantt.locale.Vi.js +1 -0
- package/locales/gantt.locale.ZhCn.js +1 -0
- package/locales/gantt.locale.ZhTw.js +1 -0
- package/material3-dark.css +307 -0
- package/material3-light.css +201 -0
- package/package.json +24 -0
- package/postinstall.cjs +11 -0
- package/stockholm-dark.css +202 -0
- package/stockholm-light.css +120 -0
- package/svalbard-dark.css +160 -0
- package/svalbard-light.css +99 -0
- package/visby-dark.css +243 -0
- package/visby-light.css +209 -0
package/gantt.css
ADDED
|
@@ -0,0 +1,802 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
/* lib/Gantt/column/AddNewColumn.css */
|
|
3
|
+
.b-new-column-combo {
|
|
4
|
+
position: absolute;
|
|
5
|
+
inset: 0;
|
|
6
|
+
height: 100%;
|
|
7
|
+
--b-text-field-input-height: 100%;
|
|
8
|
+
}
|
|
9
|
+
.b-new-column-combo .b-field-inner {
|
|
10
|
+
background: transparent;
|
|
11
|
+
border: none;
|
|
12
|
+
}
|
|
13
|
+
.b-new-column-combo .b-field-inner::before {
|
|
14
|
+
content: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
/* lib/Gantt/column/ResourceAssignmentColumn.css */
|
|
18
|
+
.b-resource-assignment-cell {
|
|
19
|
+
padding-block: 0.4em;
|
|
20
|
+
--b-avatar-background: var(--b-resource-assignment-column-avatar-background, var(--b-primary-90));
|
|
21
|
+
}
|
|
22
|
+
.b-resource-avatar-container {
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
27
|
+
.b-resource-avatar-container .b-resource-avatar {
|
|
28
|
+
margin-inline-end: 2px;
|
|
29
|
+
height: 100%;
|
|
30
|
+
width: auto;
|
|
31
|
+
}
|
|
32
|
+
.b-resource-avatar-container .b-resource-avatar.b-drag-original {
|
|
33
|
+
opacity: .5;
|
|
34
|
+
}
|
|
35
|
+
.b-resource-avatar-container:empty {
|
|
36
|
+
height: 2.2em;
|
|
37
|
+
}
|
|
38
|
+
.b-draggable-resource-avatars .b-resource-avatar-container > .b-resource-avatar {
|
|
39
|
+
cursor: pointer;
|
|
40
|
+
}
|
|
41
|
+
.b-overflow-img {
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
position: relative;
|
|
44
|
+
}
|
|
45
|
+
.b-overflow-img .b-resource-avatar {
|
|
46
|
+
filter: brightness(60%);
|
|
47
|
+
margin-inline-end: 0;
|
|
48
|
+
}
|
|
49
|
+
.b-overflow-img .b-overflow-count {
|
|
50
|
+
position: absolute;
|
|
51
|
+
left: 50%;
|
|
52
|
+
top: 50%;
|
|
53
|
+
transform: translate(-50%, -50%);
|
|
54
|
+
color: #fff;
|
|
55
|
+
pointer-events: none;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* lib/Gantt/feature/Baselines.css */
|
|
59
|
+
:root,
|
|
60
|
+
:host {
|
|
61
|
+
--b-baseline-wrap-size: 0.6;
|
|
62
|
+
--b-baseline-border-width: null;
|
|
63
|
+
--b-baseline-border-color: null;
|
|
64
|
+
--b-baseline-margin-top: 1px;
|
|
65
|
+
--b-baseline-transition-duration: 0.2s;
|
|
66
|
+
--b-baseline-flex: 0.5;
|
|
67
|
+
--b-baseline-border-radius: 2px;
|
|
68
|
+
--b-baseline-background: var(--b-neutral-90);
|
|
69
|
+
}
|
|
70
|
+
.b-baseline-wrap {
|
|
71
|
+
display: flex;
|
|
72
|
+
flex-direction: column;
|
|
73
|
+
position: absolute;
|
|
74
|
+
transition: none;
|
|
75
|
+
translate: 0 calc(1px * (1 - var(--b-baseline-wrap-size)) * var(--b-event-size));
|
|
76
|
+
height: calc(1px * var(--b-baseline-wrap-size) * var(--b-event-size));
|
|
77
|
+
}
|
|
78
|
+
.b-task-baseline {
|
|
79
|
+
position: relative;
|
|
80
|
+
transition-property:
|
|
81
|
+
flex,
|
|
82
|
+
border,
|
|
83
|
+
font-size;
|
|
84
|
+
pointer-events: all;
|
|
85
|
+
flex: var(--b-baseline-flex);
|
|
86
|
+
border: var(--b-baseline-border-width) solid var(--b-baseline-border-color);
|
|
87
|
+
border-radius: var(--b-baseline-border-radius);
|
|
88
|
+
transition-duration: var(--b-baseline-transition-duration);
|
|
89
|
+
background: var(--b-baseline-background);
|
|
90
|
+
margin-top: var(--b-baseline-margin-top);
|
|
91
|
+
}
|
|
92
|
+
.b-animating .b-task-baseline {
|
|
93
|
+
transition-property:
|
|
94
|
+
flex,
|
|
95
|
+
border-width,
|
|
96
|
+
font-size,
|
|
97
|
+
width,
|
|
98
|
+
inset-inline-start;
|
|
99
|
+
}
|
|
100
|
+
.b-task-baseline:not(.b-milestone-wrap) {
|
|
101
|
+
min-width: var(--b-gantt-task-min-width);
|
|
102
|
+
}
|
|
103
|
+
.b-baselines .b-gantt-task-wrap.b-has-baselines {
|
|
104
|
+
height: calc(1px * (1 - var(--b-baseline-wrap-size)) * var(--b-event-size));
|
|
105
|
+
}
|
|
106
|
+
.b-baselines .b-gantt-task-wrap.b-has-baselines.b-milestone-wrap {
|
|
107
|
+
--b-milestone-size: calc(var(--b-event-size) * 0.6px);
|
|
108
|
+
transition: flex var(--b-baseline-transition-duration), font-size var(--b-baseline-transition-duration);
|
|
109
|
+
}
|
|
110
|
+
.b-task-baseline-milestone {
|
|
111
|
+
border: none;
|
|
112
|
+
}
|
|
113
|
+
.b-task-baseline-milestone::before {
|
|
114
|
+
position: absolute;
|
|
115
|
+
top: 50%;
|
|
116
|
+
left: 50%;
|
|
117
|
+
content: " ";
|
|
118
|
+
height: calc(0.707107 * var(--b-event-size) * 0.3 * 1px);
|
|
119
|
+
width: calc(0.707107 * var(--b-event-size) * 0.3 * 1px);
|
|
120
|
+
transform-origin: 50% 50%;
|
|
121
|
+
transform: translate(-50%, -50%) rotate(45deg);
|
|
122
|
+
background-image: inherit;
|
|
123
|
+
background-color: inherit;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/* lib/Gantt/feature/CriticalPaths.css */
|
|
127
|
+
:root,
|
|
128
|
+
:host {
|
|
129
|
+
--b-critical-path-primary: var(--b-color-red);
|
|
130
|
+
--b-critical-path-parent-primary: var(--b-color-red);
|
|
131
|
+
--b-critical-path-stroke: color-mix(in srgb, var(--b-color-red), var(--b-mix) 50%);
|
|
132
|
+
}
|
|
133
|
+
.b-gantt-base.b-gantt-critical-paths marker#arrowEndCritical {
|
|
134
|
+
fill: var(--b-critical-path-stroke);
|
|
135
|
+
}
|
|
136
|
+
.b-gantt-base.b-gantt-critical-paths marker#arrowEndCritical path {
|
|
137
|
+
fill: var(--b-critical-path-stroke);
|
|
138
|
+
stroke: var(--b-critical-path-stroke);
|
|
139
|
+
}
|
|
140
|
+
.b-gantt-base.b-gantt-critical-paths .b-gantt-task-wrap.b-critical {
|
|
141
|
+
--b-primary: var(--b-critical-path-primary);
|
|
142
|
+
}
|
|
143
|
+
.b-gantt-base.b-gantt-critical-paths .b-gantt-task-parent.b-critical {
|
|
144
|
+
--b-primary: var(--b-critical-path-parent-primary);
|
|
145
|
+
}
|
|
146
|
+
.b-gantt-base.b-gantt-critical-paths svg.b-sch-dependencies-canvas .b-sch-dependency.b-critical:not(.b-click-area) {
|
|
147
|
+
--b-dependency-color: var(--b-critical-path-stroke);
|
|
148
|
+
--b-dependency-stroke-width: 2px;
|
|
149
|
+
marker-start: url(#arrowEndCritical);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* lib/Gantt/feature/Dependencies.css */
|
|
153
|
+
.b-gantt-base svg.b-sch-dependencies-canvas .b-sch-dependency:not(.b-click-area) {
|
|
154
|
+
marker-end: none;
|
|
155
|
+
marker-start: var(--b-dependency-marker);
|
|
156
|
+
}
|
|
157
|
+
.b-gantt-base svg.b-sch-dependencies-canvas .b-sch-dependency:not(.b-click-area).b-sch-dependency-markerless,
|
|
158
|
+
.b-gantt-base svg.b-sch-dependencies-canvas .b-sch-dependency:not(.b-click-area).b-sch-dependency-ends-outside {
|
|
159
|
+
marker-start: none;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* lib/Gantt/feature/Indicators.css */
|
|
163
|
+
:root,
|
|
164
|
+
:host {
|
|
165
|
+
--b-indicator-at-bottom-size: 6px;
|
|
166
|
+
--b-indicator-at-bottom-gap: 4px;
|
|
167
|
+
--b-indicator-constraint-size: 5px;
|
|
168
|
+
--b-indicator-deadline-icon: "\f024";
|
|
169
|
+
--b-indicator-must-icon: "\f08d";
|
|
170
|
+
--b-indicator-color: var(--b-border-6);
|
|
171
|
+
--b-indicator-custom-icon-color: var(--b-indicator-color);
|
|
172
|
+
--b-indicator-hover-color: var(--b-border-4);
|
|
173
|
+
--b-indicator-deadline-color: var(--b-color-red);
|
|
174
|
+
--b-indicator-deadline-hover-color: color-mix(in srgb, var(--b-indicator-deadline-color), var(--b-opposite) 15%);
|
|
175
|
+
}
|
|
176
|
+
.b-indicator {
|
|
177
|
+
position: absolute;
|
|
178
|
+
pointer-events: all;
|
|
179
|
+
z-index: 7;
|
|
180
|
+
overflow: visible;
|
|
181
|
+
white-space: nowrap;
|
|
182
|
+
transition: color .2s, border-color .2s;
|
|
183
|
+
}
|
|
184
|
+
.b-indicator.b-has-icon {
|
|
185
|
+
display: grid;
|
|
186
|
+
place-items: center;
|
|
187
|
+
}
|
|
188
|
+
.b-indicator.b-has-icon::before {
|
|
189
|
+
top: 90%;
|
|
190
|
+
}
|
|
191
|
+
.b-animating .b-indicator {
|
|
192
|
+
transition: all .2s;
|
|
193
|
+
}
|
|
194
|
+
.b-indicator i {
|
|
195
|
+
font-size: .9em;
|
|
196
|
+
color: var(--b-indicator-custom-icon-color);
|
|
197
|
+
}
|
|
198
|
+
.b-indicator:hover {
|
|
199
|
+
z-index: 7;
|
|
200
|
+
color: var(--b-indicator-hover-color);
|
|
201
|
+
border-color: var(--b-indicator-hover-color);
|
|
202
|
+
}
|
|
203
|
+
.b-indicator.b-bottom {
|
|
204
|
+
margin-top: calc(1px * var(--b-event-size) + var(--b-indicator-at-bottom-gap));
|
|
205
|
+
}
|
|
206
|
+
.b-indicator.b-early-dates,
|
|
207
|
+
.b-indicator.b-late-dates {
|
|
208
|
+
border-width: 1px;
|
|
209
|
+
border-style: solid;
|
|
210
|
+
border-top: none;
|
|
211
|
+
border-color: var(--b-indicator-color);
|
|
212
|
+
height: var(--b-indicator-at-bottom-size) !important;
|
|
213
|
+
}
|
|
214
|
+
:is(.b-indicator.b-early-dates, .b-indicator.b-late-dates):hover {
|
|
215
|
+
border-color: var(--b-indicator-hover-color);
|
|
216
|
+
}
|
|
217
|
+
:is(.b-indicator.b-constraint-type-muststarton, .b-indicator.b-constraint-type-mustfinishon, .b-indicator.b-deadline-date)::before {
|
|
218
|
+
position: relative;
|
|
219
|
+
transition: color .2s;
|
|
220
|
+
font-family: var(--b-widget-icon-font-family);
|
|
221
|
+
top: calc(var(--b-indicator-at-bottom-size) * -1.1);
|
|
222
|
+
font-size: calc(var(--b-indicator-at-bottom-size) * 2);
|
|
223
|
+
}
|
|
224
|
+
.b-indicator.b-deadline-date {
|
|
225
|
+
width: auto;
|
|
226
|
+
margin-inline-start: -2.5px;
|
|
227
|
+
}
|
|
228
|
+
.b-indicator.b-deadline-date::before {
|
|
229
|
+
content: var(--b-indicator-deadline-icon);
|
|
230
|
+
color: var(--b-indicator-deadline-color);
|
|
231
|
+
}
|
|
232
|
+
.b-indicator.b-deadline-date:hover {
|
|
233
|
+
--b-indicator-deadline-color: var(--b-indicator-deadline-hover-color);
|
|
234
|
+
}
|
|
235
|
+
.b-indicator.b-constraint-date {
|
|
236
|
+
width: var(--b-indicator-at-bottom-size);
|
|
237
|
+
}
|
|
238
|
+
.b-indicator.b-constraint-date::before {
|
|
239
|
+
transition: border-color .2s, background-color .2s;
|
|
240
|
+
}
|
|
241
|
+
.b-indicator.b-constraint-date:hover::before {
|
|
242
|
+
border-color: var(--b-indicator-hover-color);
|
|
243
|
+
}
|
|
244
|
+
.b-indicator.b-constraint-type-muststarton,
|
|
245
|
+
.b-indicator.b-constraint-type-mustfinishon {
|
|
246
|
+
border: none;
|
|
247
|
+
width: auto;
|
|
248
|
+
margin-inline-start: calc(var(--b-indicator-at-bottom-size) * -.75);
|
|
249
|
+
}
|
|
250
|
+
:is(.b-indicator.b-constraint-type-muststarton, .b-indicator.b-constraint-type-mustfinishon)::before {
|
|
251
|
+
content: var(--b-indicator-must-icon);
|
|
252
|
+
color: var(--b-indicator-color);
|
|
253
|
+
}
|
|
254
|
+
:is(.b-indicator.b-constraint-type-muststarton, .b-indicator.b-constraint-type-mustfinishon):hover {
|
|
255
|
+
--b-indicator-color: var(--b-indicator-hover-color) ;
|
|
256
|
+
}
|
|
257
|
+
.b-indicator.b-constraint-type-startnoearlierthan,
|
|
258
|
+
.b-indicator.b-constraint-type-startnolaterthan {
|
|
259
|
+
width: var(--b-indicator-constraint-size);
|
|
260
|
+
height: calc(var(--b-indicator-constraint-size) * 2) !important;
|
|
261
|
+
border-start-end-radius: calc(var(--b-indicator-constraint-size) * 2);
|
|
262
|
+
border-end-end-radius: calc(var(--b-indicator-constraint-size) * 2);
|
|
263
|
+
border: 1px solid var(--b-indicator-color);
|
|
264
|
+
background-color: var(--b-indicator-color);
|
|
265
|
+
}
|
|
266
|
+
.b-indicator.b-constraint-type-startnolaterthan {
|
|
267
|
+
background-color: transparent;
|
|
268
|
+
}
|
|
269
|
+
.b-indicator.b-constraint-type-startnoearlierthan:hover {
|
|
270
|
+
background-color: var(--b-indicator-hover-color);
|
|
271
|
+
}
|
|
272
|
+
.b-indicator.b-constraint-type-finishnoearlierthan,
|
|
273
|
+
.b-indicator.b-constraint-type-finishnolaterthan {
|
|
274
|
+
margin-inline-start: calc(var(--b-indicator-constraint-size) * -1);
|
|
275
|
+
width: var(--b-indicator-constraint-size);
|
|
276
|
+
height: calc(var(--b-indicator-constraint-size) * 2) !important;
|
|
277
|
+
border-start-start-radius: calc(var(--b-indicator-constraint-size) * 2);
|
|
278
|
+
border-end-start-radius: calc(var(--b-indicator-constraint-size) * 2);
|
|
279
|
+
border: 1px solid var(--b-indicator-color);
|
|
280
|
+
background-color: var(--b-indicator-color);
|
|
281
|
+
}
|
|
282
|
+
.b-indicator.b-constraint-type-finishnolaterthan {
|
|
283
|
+
background-color: transparent;
|
|
284
|
+
}
|
|
285
|
+
.b-indicator.b-constraint-type-finishnoearlierthan:hover {
|
|
286
|
+
background-color: var(--b-indicator-hover-color);
|
|
287
|
+
}
|
|
288
|
+
.b-rtl .b-indicator.b-deadline-date::before {
|
|
289
|
+
rotate: 180deg;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/* lib/Gantt/feature/ParentArea.css */
|
|
293
|
+
:root,
|
|
294
|
+
:host {
|
|
295
|
+
--b-parent-area-border-radius: 0.25em;
|
|
296
|
+
--b-parent-area-background: color-mix(in srgb, var(--b-neutral-80), transparent 70%);
|
|
297
|
+
--b-parent-area-border: null;
|
|
298
|
+
}
|
|
299
|
+
.b-parent-area {
|
|
300
|
+
position: absolute;
|
|
301
|
+
z-index: 4;
|
|
302
|
+
pointer-events: none;
|
|
303
|
+
background: var(--b-parent-area-background);
|
|
304
|
+
border-radius: var(--b-parent-area-border-radius);
|
|
305
|
+
border: var(--b-parent-area-border);
|
|
306
|
+
}
|
|
307
|
+
.b-animating .b-parent-area {
|
|
308
|
+
transition:
|
|
309
|
+
inset-inline-start 0.2s,
|
|
310
|
+
top 0.2s,
|
|
311
|
+
width 0.2s;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/* lib/Gantt/feature/ProgressLine.css */
|
|
315
|
+
:host,
|
|
316
|
+
:root {
|
|
317
|
+
--b-progress-line-color: var(--b-color-red);
|
|
318
|
+
--b-progress-line-z-index: 100;
|
|
319
|
+
--b-gantt-progress-line-width: 1;
|
|
320
|
+
}
|
|
321
|
+
.b-progress-line-canvas {
|
|
322
|
+
z-index: var(--b-progress-line-z-index);
|
|
323
|
+
}
|
|
324
|
+
.b-gantt-progress-line {
|
|
325
|
+
stroke: var(--b-progress-line-color);
|
|
326
|
+
stroke-width: var(--b-gantt-progress-line-width);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/* lib/Gantt/feature/Rollups.css */
|
|
330
|
+
:root,
|
|
331
|
+
:host {
|
|
332
|
+
--b-rollup-milestone-size: .5em;
|
|
333
|
+
--b-rollup-primary: var(--b-color-green);
|
|
334
|
+
}
|
|
335
|
+
.b-colorize {
|
|
336
|
+
--b-rollup-background: var(--b-primary-70);
|
|
337
|
+
--b-rollup-milestone-primary: var(--b-gantt-milestone-primary);
|
|
338
|
+
}
|
|
339
|
+
.b-task-rollup-wrap {
|
|
340
|
+
grid-area: rollup;
|
|
341
|
+
display: block;
|
|
342
|
+
align-self: stretch;
|
|
343
|
+
position: relative;
|
|
344
|
+
min-height: 3px;
|
|
345
|
+
height: 0.2em;
|
|
346
|
+
margin-top: .15em;
|
|
347
|
+
}
|
|
348
|
+
.b-task-rollup {
|
|
349
|
+
position: absolute;
|
|
350
|
+
height: 100%;
|
|
351
|
+
opacity: .8;
|
|
352
|
+
--b-primary: var(--b-rollup-primary);
|
|
353
|
+
background: var(--b-rollup-background);
|
|
354
|
+
}
|
|
355
|
+
.b-task-rollup.b-inactive {
|
|
356
|
+
--b-primary: var(--b-gantt-inactive-task-color);
|
|
357
|
+
}
|
|
358
|
+
.b-rollups .b-baseline-wrap {
|
|
359
|
+
top: 0.6em;
|
|
360
|
+
}
|
|
361
|
+
.b-rollups .b-gantt-task-parent:not(.b-milestone-wrap) .b-gantt-task {
|
|
362
|
+
min-height: 1em;
|
|
363
|
+
}
|
|
364
|
+
.b-task-rollup:where(.b-milestone) {
|
|
365
|
+
top: 50%;
|
|
366
|
+
transform: translateY(-50%) translateX(-50%) rotate(45deg);
|
|
367
|
+
transform-origin: 50% 50%;
|
|
368
|
+
z-index: 2;
|
|
369
|
+
opacity: .9;
|
|
370
|
+
width: var(--b-rollup-milestone-size);
|
|
371
|
+
height: var(--b-rollup-milestone-size);
|
|
372
|
+
--b-primary: var(--b-rollup-milestone-primary);
|
|
373
|
+
}
|
|
374
|
+
.b-gantt-rollups-tooltip .b-gantt-task-title:not(:first-child) {
|
|
375
|
+
margin-top: 1em;
|
|
376
|
+
}
|
|
377
|
+
.b-gantt-rollups-tooltip td:last-child {
|
|
378
|
+
padding-inline-start: 1em;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
/* lib/Gantt/feature/ScrollButtons.css */
|
|
382
|
+
:root,
|
|
383
|
+
:host {
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/* lib/Gantt/feature/TaskDrag.css */
|
|
387
|
+
.b-float-root > .b-gantt-task-drag-tooltip {
|
|
388
|
+
pointer-events: none;
|
|
389
|
+
}
|
|
390
|
+
.b-gantt-task-drag-tooltip .b-tooltip-content > div {
|
|
391
|
+
display: flex;
|
|
392
|
+
flex-direction: column;
|
|
393
|
+
gap: 0.5em;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
/* lib/Gantt/feature/TaskNonWorkingTime.css */
|
|
397
|
+
:root,
|
|
398
|
+
:host {
|
|
399
|
+
--b-task-non-working-time-z-index: 0;
|
|
400
|
+
--b-task-non-working-time-font-size: 0.9em;
|
|
401
|
+
--b-task-non-working-time-color: var(--b-text-3);
|
|
402
|
+
--b-task-non-working-time-background: color-mix(in srgb, var(--b-neutral-95), transparent 50%);
|
|
403
|
+
}
|
|
404
|
+
.b-task-non-working-time {
|
|
405
|
+
display: flex;
|
|
406
|
+
position: absolute;
|
|
407
|
+
justify-content: center;
|
|
408
|
+
align-items: center;
|
|
409
|
+
pointer-events: all;
|
|
410
|
+
gap: 0.5em;
|
|
411
|
+
overflow: hidden;
|
|
412
|
+
color: var(--b-task-non-working-time-color);
|
|
413
|
+
background: var(--b-task-non-working-time-background);
|
|
414
|
+
font-size: var(--b-task-non-working-time-font-size);
|
|
415
|
+
z-index: var(--b-task-non-working-time-z-index);
|
|
416
|
+
transition: var(--b-sch-event-transition);
|
|
417
|
+
}
|
|
418
|
+
.b-animating .b-task-non-working-time {
|
|
419
|
+
transition: var(--b-sch-event-animating-transition);
|
|
420
|
+
}
|
|
421
|
+
.b-task-non-working-time.b-released {
|
|
422
|
+
display: none;
|
|
423
|
+
transition: none;
|
|
424
|
+
}
|
|
425
|
+
.b-gantt-task > .b-task-non-working-time {
|
|
426
|
+
top: 0;
|
|
427
|
+
height: 100%;
|
|
428
|
+
font-size: .8em;
|
|
429
|
+
color: var(--b-neutral-40);
|
|
430
|
+
pointer-events: none;
|
|
431
|
+
}
|
|
432
|
+
.b-gantt-task > .b-task-non-working-time i.fa {
|
|
433
|
+
margin-inline-end: 0;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
/* lib/Gantt/feature/TaskResize.css */
|
|
437
|
+
.b-gantt.b-task-resize {
|
|
438
|
+
--bi-event-resize-handle-inset-inline: 0;
|
|
439
|
+
}
|
|
440
|
+
.b-gantt.b-task-resize .b-gantt-task-wrap.b-over-end-handle .b-gantt-task {
|
|
441
|
+
cursor: ew-resize;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* lib/Gantt/feature/TaskTooltip.css */
|
|
445
|
+
:root,
|
|
446
|
+
:host {
|
|
447
|
+
--b-task-tooltip-title-font-weight: 600;
|
|
448
|
+
}
|
|
449
|
+
.b-gantt-task-tooltip td:last-child {
|
|
450
|
+
text-align: end;
|
|
451
|
+
}
|
|
452
|
+
.b-gantt-task-tooltip .b-gantt-task-title {
|
|
453
|
+
font-weight: var(--b-task-tooltip-title-font-weight);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
/* lib/Gantt/feature/TimelineChart.css */
|
|
457
|
+
.b-timeline-overlay-chart {
|
|
458
|
+
position: absolute;
|
|
459
|
+
pointer-events: none;
|
|
460
|
+
}
|
|
461
|
+
.b-timeline-overlay-chart .b-timeline-chart-axis {
|
|
462
|
+
stroke: black;
|
|
463
|
+
stroke-width: 1px;
|
|
464
|
+
opacity: 0.2;
|
|
465
|
+
}
|
|
466
|
+
.b-timeline-overlay-chart .b-timeline-chart-path {
|
|
467
|
+
fill: none;
|
|
468
|
+
stroke: red;
|
|
469
|
+
stroke-width: 2px;
|
|
470
|
+
}
|
|
471
|
+
.b-timeline-overlay-chart .b-timeline-chart-point {
|
|
472
|
+
pointer-events: all;
|
|
473
|
+
fill: red;
|
|
474
|
+
r: 3;
|
|
475
|
+
transition: r .3s;
|
|
476
|
+
}
|
|
477
|
+
.b-timeline-overlay-chart .b-timeline-chart-point:hover {
|
|
478
|
+
r: 5;
|
|
479
|
+
}
|
|
480
|
+
|
|
481
|
+
/* lib/Gantt/view/GanttBase.css */
|
|
482
|
+
:root,
|
|
483
|
+
:host {
|
|
484
|
+
--b-gantt-task-padding-inline: .5em;
|
|
485
|
+
--b-gantt-task-border-radius: .25em;
|
|
486
|
+
--b-gantt-parent-task-max-height: 1.2em;
|
|
487
|
+
--b-gantt-task-font-weight: 400;
|
|
488
|
+
--b-gantt-task-font-size: 1em;
|
|
489
|
+
--b-gantt-task-border-width: 0px;
|
|
490
|
+
--b-gantt-task-border-style: null;
|
|
491
|
+
--b-gantt-task-z-index: 5;
|
|
492
|
+
--b-gantt-task-transition:
|
|
493
|
+
border var(--b-default-transition-duration),
|
|
494
|
+
border-radius var(--b-default-transition-duration),
|
|
495
|
+
background-color var(--b-default-transition-duration),
|
|
496
|
+
padding var(--b-default-transition-duration),
|
|
497
|
+
opacity var(--b-default-transition-duration);
|
|
498
|
+
--b-gantt-task-animating-transition:
|
|
499
|
+
border var(--b-default-transition-duration),
|
|
500
|
+
border-radius var(--b-default-transition-duration),
|
|
501
|
+
background-color var(--b-default-transition-duration),
|
|
502
|
+
color var(--b-default-transition-duration),
|
|
503
|
+
padding var(--b-default-transition-duration),
|
|
504
|
+
opacity var(--b-default-transition-duration),
|
|
505
|
+
inset var(--b-default-transition-duration),
|
|
506
|
+
width var(--b-default-transition-duration),
|
|
507
|
+
height var(--b-default-transition-duration);
|
|
508
|
+
--b-gantt-task-box-shadow: null;
|
|
509
|
+
--b-gantt-task-min-width: 6px;
|
|
510
|
+
--b-gantt-task-primary: var(--b-color-green);
|
|
511
|
+
--b-gantt-parent-task-primary: var(--b-color-blue);
|
|
512
|
+
--b-gantt-milestone-primary: var(--b-color-blue);
|
|
513
|
+
--b-gantt-unscheduled-task-color: var(--b-neutral-80);
|
|
514
|
+
--b-gantt-inactive-cell-color: var(--b-neutral-50);
|
|
515
|
+
--b-gantt-inactive-task-color: var(--b-neutral-80);
|
|
516
|
+
}
|
|
517
|
+
.b-colorize {
|
|
518
|
+
}
|
|
519
|
+
.b-gantt-task-wrap {
|
|
520
|
+
display: grid;
|
|
521
|
+
position: absolute;
|
|
522
|
+
pointer-events: all;
|
|
523
|
+
outline: none;
|
|
524
|
+
grid-template-areas: "top top top " "before body after " "void1 rollup void2" "bottom bottom bottom";
|
|
525
|
+
grid-template-columns: 0 1fr 0;
|
|
526
|
+
grid-template-rows: min-content minmax(0, 100%) min-content min-content;
|
|
527
|
+
opacity: 1;
|
|
528
|
+
z-index: var(--b-gantt-task-z-index);
|
|
529
|
+
height: calc(var(--b-event-size) * 1px);
|
|
530
|
+
max-height: calc(var(--b-event-size) * 1px);
|
|
531
|
+
transition: var(--b-gantt-task-transition);
|
|
532
|
+
--b-primary: var(--b-gantt-task-primary);
|
|
533
|
+
}
|
|
534
|
+
.b-animating .b-gantt-task-wrap,
|
|
535
|
+
.b-splicing-rows .b-gantt-task-wrap {
|
|
536
|
+
--b-gantt-task-transition: var(--b-gantt-task-animating-transition);
|
|
537
|
+
}
|
|
538
|
+
.b-gantt-task-wrap.b-gantt-task-hover:not(.b-style-none),
|
|
539
|
+
.b-gantt-task-wrap:hover:not(.b-style-none) {
|
|
540
|
+
--b-sch-event-background: var(--b-sch-event-hover-background);
|
|
541
|
+
}
|
|
542
|
+
.b-gantt-task-wrap.b-selected:not(.b-style-none) {
|
|
543
|
+
--b-sch-event-background: var(--b-sch-event-selected-background);
|
|
544
|
+
}
|
|
545
|
+
.b-gantt-task-wrap.b-selected:not(.b-style-none) .b-sch-event-segment {
|
|
546
|
+
--b-sch-event-background: var(--b-sch-event-selected-background);
|
|
547
|
+
}
|
|
548
|
+
.b-gantt-task-wrap.b-style-none:hover {
|
|
549
|
+
--b-sch-event-background: var(--b-gantt-task-hover-background);
|
|
550
|
+
}
|
|
551
|
+
.b-gantt-task-wrap.b-style-none.b-selected {
|
|
552
|
+
--b-sch-event-background: var(--b-gantt-task-selected-background);
|
|
553
|
+
}
|
|
554
|
+
.b-gantt-task-wrap:where(.b-milestone-wrap) {
|
|
555
|
+
--b-sch-milestone-border-width: 0px;
|
|
556
|
+
--b-primary: var(--b-gantt-milestone-primary);
|
|
557
|
+
overflow: visible;
|
|
558
|
+
}
|
|
559
|
+
.b-gantt-task-wrap.b-unscheduled .b-gantt-task {
|
|
560
|
+
background: transparent;
|
|
561
|
+
border-color: var(--b-gantt-unscheduled-task-color);
|
|
562
|
+
color: var(--b-gantt-unscheduled-task-color);
|
|
563
|
+
}
|
|
564
|
+
.b-gantt-task-wrap.b-unscheduled .b-gantt-task .b-gantt-task-content {
|
|
565
|
+
padding: 0;
|
|
566
|
+
}
|
|
567
|
+
.b-gantt-task-wrap.b-active:focus-visible .b-gantt-task {
|
|
568
|
+
outline-offset: 3px;
|
|
569
|
+
outline: var(--b-widget-focus-outline-width) solid var(--b-widget-focus-outline-color);
|
|
570
|
+
}
|
|
571
|
+
.b-gantt-task-wrap.b-removing {
|
|
572
|
+
transition: opacity .3s;
|
|
573
|
+
opacity: 0;
|
|
574
|
+
}
|
|
575
|
+
.b-gantt-task-wrap.b-remove-remove,
|
|
576
|
+
.b-gantt-task-wrap.b-toggle-remove {
|
|
577
|
+
transition: opacity var(--b-default-transition-duration), max-height var(--b-default-transition-duration);
|
|
578
|
+
opacity: 0;
|
|
579
|
+
max-height: 0;
|
|
580
|
+
}
|
|
581
|
+
.b-gantt-task-wrap.b-toggle-add {
|
|
582
|
+
animation: b-anim-toggle-task-add .3s !important;
|
|
583
|
+
}
|
|
584
|
+
@keyframes b-anim-toggle-task-add {
|
|
585
|
+
0% {
|
|
586
|
+
opacity: 0;
|
|
587
|
+
max-height: 0;
|
|
588
|
+
}
|
|
589
|
+
100% {
|
|
590
|
+
opacity: 1;
|
|
591
|
+
max-height: calc(var(--b-event-size) * 1px);
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
.b-gantt-task {
|
|
595
|
+
display: flex;
|
|
596
|
+
position: relative;
|
|
597
|
+
grid-area: body;
|
|
598
|
+
align-items: center;
|
|
599
|
+
user-select: none;
|
|
600
|
+
-webkit-user-select: none;
|
|
601
|
+
overflow: clip;
|
|
602
|
+
cursor: pointer;
|
|
603
|
+
background: var(--b-sch-event-background);
|
|
604
|
+
font-size: var(--b-gantt-task-font-size);
|
|
605
|
+
min-width: var(--b-gantt-task-min-width);
|
|
606
|
+
border-color: var(--b-sch-event-border-color);
|
|
607
|
+
}
|
|
608
|
+
.b-gantt-task:where(:not(.b-milestone)),
|
|
609
|
+
.b-gantt-task.b-milestone .b-gantt-task-content::before {
|
|
610
|
+
border-width: var(--b-sch-event-border-width);
|
|
611
|
+
border-style: var(--b-sch-event-border-style);
|
|
612
|
+
border-radius: var(--b-sch-event-border-radius);
|
|
613
|
+
box-shadow: var(--b-gantt-task-box-shadow);
|
|
614
|
+
color: var(--b-sch-event-color);
|
|
615
|
+
}
|
|
616
|
+
.b-gantt-task:where(:not(.b-milestone)) .b-gantt-task-content {
|
|
617
|
+
padding-inline: var(--b-gantt-task-padding-inline);
|
|
618
|
+
}
|
|
619
|
+
.b-gantt-task-content {
|
|
620
|
+
overflow: clip;
|
|
621
|
+
text-overflow: ellipsis;
|
|
622
|
+
white-space: nowrap;
|
|
623
|
+
width: 100%;
|
|
624
|
+
z-index: 1;
|
|
625
|
+
font-weight: var(--b-sch-event-font-weight);
|
|
626
|
+
font-size: var(--b-sch-event-font-size);
|
|
627
|
+
}
|
|
628
|
+
.b-gantt-task-parent:where(:not(.b-milestone-wrap, .b-unscheduled)) {
|
|
629
|
+
align-items: center;
|
|
630
|
+
--b-primary: var(--b-gantt-parent-task-primary);
|
|
631
|
+
}
|
|
632
|
+
.b-gantt-task-parent:where(:not(.b-milestone-wrap, .b-unscheduled)) .b-gantt-task {
|
|
633
|
+
height: 100%;
|
|
634
|
+
clip-path: polygon(-20px 0, calc(100% + 20px) 0, calc(100% + 20px) 100%, 100% 100%, calc(100% - 8px) calc(100% - 8px), 8px calc(100% - 8px), 0 100%, -20px 100%);
|
|
635
|
+
max-height: var(--b-gantt-parent-task-max-height);
|
|
636
|
+
}
|
|
637
|
+
.b-gantt-task-parent.b-active:focus-visible::before {
|
|
638
|
+
content: "";
|
|
639
|
+
position: absolute;
|
|
640
|
+
width: 100%;
|
|
641
|
+
height: 100%;
|
|
642
|
+
outline-offset: 3px;
|
|
643
|
+
outline: var(--b-widget-focus-outline-width) solid var(--b-widget-focus-outline-color);
|
|
644
|
+
border-radius: var(--b-gantt-task-border-radius);
|
|
645
|
+
}
|
|
646
|
+
.b-gantt-task-parent.b-active:focus-visible .b-gantt-task {
|
|
647
|
+
outline: none;
|
|
648
|
+
}
|
|
649
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=name],
|
|
650
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=startDate],
|
|
651
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=endDate],
|
|
652
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=earlyStartDate],
|
|
653
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=earlyEndDate],
|
|
654
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=lateStartDate],
|
|
655
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=lateEndDate],
|
|
656
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=wbsValue],
|
|
657
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=fullDuration],
|
|
658
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=fullEffort],
|
|
659
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=schedulingMode],
|
|
660
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=constraintType],
|
|
661
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=calendar],
|
|
662
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=deadline],
|
|
663
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=totalSlack],
|
|
664
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=note],
|
|
665
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=predecessors],
|
|
666
|
+
.b-grid-row.b-inactive .b-grid-cell[data-column=successors] {
|
|
667
|
+
text-decoration: line-through;
|
|
668
|
+
--b-grid-cell-color: var(--b-gantt-inactive-cell-color);
|
|
669
|
+
--b-tree-parent-color: var(--b-gantt-inactive-cell-color);
|
|
670
|
+
}
|
|
671
|
+
.b-gantt-task-wrap.b-inactive {
|
|
672
|
+
--b-primary: var(--b-gantt-inactive-task-color);
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
/* lib/Gantt/view/TaskStyles.css */
|
|
676
|
+
.b-gantt-task-wrap.b-style-rounded {
|
|
677
|
+
--b-sch-event-background: var(--b-primary-85);
|
|
678
|
+
}
|
|
679
|
+
.b-gantt-task-wrap.b-style-tonal {
|
|
680
|
+
--b-sch-event-font-weight: 500;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
/* lib/Gantt/widget/AssignmentField.css */
|
|
684
|
+
.b-assignment-chip-view {
|
|
685
|
+
flex-flow: row nowrap;
|
|
686
|
+
overscroll-behavior: contain auto;
|
|
687
|
+
--b-chip-view-chip-font-size: .9em;
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
/* lib/Gantt/widget/AssignmentGrid.css */
|
|
691
|
+
.b-assignment-grid {
|
|
692
|
+
--b-grid-cell-padding-inline: 0.5em;
|
|
693
|
+
--b-grid-cell-checkbox-selection-background: var(--b-grid-cell-background);
|
|
694
|
+
}
|
|
695
|
+
.b-assignment-grid-resource-column.b-grid-header {
|
|
696
|
+
padding-block: var(--b-grid-header-padding);
|
|
697
|
+
}
|
|
698
|
+
.b-assignment-grid-resource-column .b-filter-bar-field {
|
|
699
|
+
margin-bottom: 0;
|
|
700
|
+
}
|
|
701
|
+
.b-assignment-grid-resource-column .b-grid-header-text {
|
|
702
|
+
display: none;
|
|
703
|
+
}
|
|
704
|
+
.b-resource-assignment-cell .b-assignment-chip-view-wrap {
|
|
705
|
+
overflow: hidden;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
/* lib/Gantt/widget/DependencyField.css */
|
|
709
|
+
:root,
|
|
710
|
+
:host {
|
|
711
|
+
--b-dependency-field-list-event-border-color: var(--b-neutral-75);
|
|
712
|
+
}
|
|
713
|
+
.b-dependency-list-filter {
|
|
714
|
+
position: sticky;
|
|
715
|
+
top: 0;
|
|
716
|
+
z-index: 1;
|
|
717
|
+
background-color: var(--b-list-background);
|
|
718
|
+
}
|
|
719
|
+
.b-predecessor-list {
|
|
720
|
+
display: flex;
|
|
721
|
+
flex-direction: column;
|
|
722
|
+
}
|
|
723
|
+
.b-predecessor-list > * {
|
|
724
|
+
flex: 0 0 auto;
|
|
725
|
+
align-self: stretch;
|
|
726
|
+
width: auto;
|
|
727
|
+
}
|
|
728
|
+
.b-predecessor-list > .b-list-item .b-predecessor-item-text {
|
|
729
|
+
flex: 1;
|
|
730
|
+
}
|
|
731
|
+
.b-predecessor-list > .b-list-item .b-sch-box {
|
|
732
|
+
width: 1.2em;
|
|
733
|
+
height: .9em;
|
|
734
|
+
border-radius: 2px;
|
|
735
|
+
margin-inline-start: .5em;
|
|
736
|
+
position: relative;
|
|
737
|
+
pointer-events: all;
|
|
738
|
+
border: 1px solid var(--b-dependency-field-list-event-border-color);
|
|
739
|
+
}
|
|
740
|
+
.b-predecessor-list > .b-list-item .b-sch-box:after {
|
|
741
|
+
content: "";
|
|
742
|
+
width: .5em;
|
|
743
|
+
height: .5em;
|
|
744
|
+
border-radius: 50%;
|
|
745
|
+
position: absolute;
|
|
746
|
+
display: none;
|
|
747
|
+
top: 50%;
|
|
748
|
+
translate: 0 -50%;
|
|
749
|
+
background-color: var(--b-dependency-field-list-dependency-terminal-color, var(--b-dependency-tooltip-terminal-color, var(--b-primary-50)));
|
|
750
|
+
}
|
|
751
|
+
.b-predecessor-list > .b-list-item.b-selected .b-sch-box {
|
|
752
|
+
background-color: var(--b-dependency-field-list-event-background, var(--b-dependency-tooltip-event-background, var(--b-primary-85)));
|
|
753
|
+
}
|
|
754
|
+
.b-predecessor-list > .b-list-item.b-selected .b-sch-box::after {
|
|
755
|
+
display: block;
|
|
756
|
+
}
|
|
757
|
+
.b-predecessor-list > .b-list-item.b-selected.b-fs .b-sch-box.b-from::after {
|
|
758
|
+
inset-inline-end: -.25em;
|
|
759
|
+
}
|
|
760
|
+
.b-predecessor-list > .b-list-item.b-selected.b-fs .b-sch-box.b-to::after {
|
|
761
|
+
inset-inline-start: -.25em;
|
|
762
|
+
}
|
|
763
|
+
.b-predecessor-list > .b-list-item.b-selected.b-sf .b-sch-box.b-from::after {
|
|
764
|
+
inset-inline-start: -.25em;
|
|
765
|
+
}
|
|
766
|
+
.b-predecessor-list > .b-list-item.b-selected.b-sf .b-sch-box.b-to::after {
|
|
767
|
+
inset-inline-end: -.25em;
|
|
768
|
+
}
|
|
769
|
+
.b-predecessor-list > .b-list-item.b-selected.b-ss .b-sch-box.b-from::after {
|
|
770
|
+
inset-inline-start: -.25em;
|
|
771
|
+
}
|
|
772
|
+
.b-predecessor-list > .b-list-item.b-selected.b-ss .b-sch-box.b-to::after {
|
|
773
|
+
inset-inline-start: -.25em;
|
|
774
|
+
}
|
|
775
|
+
.b-predecessor-list > .b-list-item.b-selected.b-ff .b-sch-box.b-from::after {
|
|
776
|
+
inset-inline-end: -.25em;
|
|
777
|
+
}
|
|
778
|
+
.b-predecessor-list > .b-list-item.b-selected.b-ff .b-sch-box.b-to::after {
|
|
779
|
+
inset-inline-end: -.25em;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
/* lib/Gantt/widget/AssignmentPicker.css */
|
|
783
|
+
.b-assignment-picker {
|
|
784
|
+
--b-panel-padding: 0;
|
|
785
|
+
--b-menu-padding: 0;
|
|
786
|
+
--b-panel-bottom-toolbar-padding: var(--b-widget-padding);
|
|
787
|
+
}
|
|
788
|
+
.b-assignment-picker .b-assignment-grid {
|
|
789
|
+
flex: 1 1 auto;
|
|
790
|
+
}
|
|
791
|
+
.b-assignment-picker .b-bottom-toolbar {
|
|
792
|
+
border-top: 1px solid var(--b-grid-cell-border-color);
|
|
793
|
+
}
|
|
794
|
+
.b-assignment-picker .b-bottom-toolbar .b-toolbar-content {
|
|
795
|
+
justify-content: flex-end;
|
|
796
|
+
}
|
|
797
|
+
.b-assignment-picker .b-bottom-toolbar .b-toolbar-content > button {
|
|
798
|
+
min-width: 8em;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
/* build/temp-entry-Gantt.css */
|
|
802
|
+
/*# sourceMappingURL=gantt.css.map */
|