@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/README.md
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# Bryntum Gantt Thin Trial
|
|
2
|
+
|
|
3
|
+
Bryntum Gantt is a full featured Gantt chart for project management with support for a big amount of features.
|
|
4
|
+
This package is designed for combining multiple Bryntum products with thin framework wrappers for Bryntum Gantt.
|
|
5
|
+
Please refer to the Bryntum Gantt documentation.
|
|
6
|
+
|
|
7
|
+
It integrates seamlessly with React, Vue, Angular, or plain vanilla JS.
|
|
8
|
+
|
|
9
|
+
For more information about all features, visit the [Bryntum Gantt site](https://bryntum.com/products/gantt/).
|
|
10
|
+
|
|
11
|
+
# Bryntum repository access setup
|
|
12
|
+
|
|
13
|
+
This npm package requires access to the private Bryntum npm repository. You must be logged in to this repository as a
|
|
14
|
+
licensed or trial user to access it.
|
|
15
|
+
|
|
16
|
+
Please check the [Online npm repository guide](https://bryntum.com/products/gantt/docs/guide/Gantt/npm-repository) for
|
|
17
|
+
detailed information on the sign-up/login process.
|
|
18
|
+
|
|
19
|
+
# Installation
|
|
20
|
+
|
|
21
|
+
The installation is performed by issuing the installation command in the root of the application folder. The specific
|
|
22
|
+
command depends on the package manager used by the application.
|
|
23
|
+
|
|
24
|
+
The following are most frequently used:
|
|
25
|
+
|
|
26
|
+
Install using `npm`:
|
|
27
|
+
|
|
28
|
+
```shell
|
|
29
|
+
npm install @bryntum/gantt-thin@npm:bryntum/gantt-thin-trial
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Install using `yarn`:
|
|
33
|
+
|
|
34
|
+
```shell
|
|
35
|
+
yarn add @bryntum/gantt-thin@npm:bryntum/gantt-thin-trial
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
# Online references
|
|
39
|
+
|
|
40
|
+
* [Bryntum npm repository guide](https://bryntum.com/products/gantt/docs/guide/Gantt/npm-repository)
|
|
41
|
+
* [Bryntum Gantt documentation](https://bryntum.com/products/gantt/docs/)
|
|
42
|
+
* [Bryntum Gantt examples](https://bryntum.com/products/gantt/examples/)
|
|
43
|
+
* [Bryntum Support Forum](https://forum.bryntum.com/)
|
|
44
|
+
* [Contact us](https://bryntum.com/contact/)
|
|
45
|
+
|
|
46
|
+
# License and copyright
|
|
47
|
+
|
|
48
|
+
Bryntum Gantt is commercial software and requires a paid license.
|
|
49
|
+
Please visit the [Bryntum Gantt End User License](https://bryntum.com/products/gantt/license/) for the full text of the license.
|
|
50
|
+
|
|
51
|
+
Copyright © 2009-2026, Bryntum
|
|
52
|
+
All rights reserved.
|
package/entry.js
ADDED
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
// region Gantt
|
|
2
|
+
|
|
3
|
+
// column
|
|
4
|
+
export { default as ActualEffortColumn } from '@bryntum/gantt-thin/lib/column/ActualEffortColumn.js';
|
|
5
|
+
export { default as AddNewColumn } from '@bryntum/gantt-thin/lib/column/AddNewColumn.js';
|
|
6
|
+
export { default as AllColumns } from '@bryntum/gantt-thin/lib/column/AllColumns.js';
|
|
7
|
+
export { default as BaselineEffortColumn } from '@bryntum/gantt-thin/lib/column/BaselineEffortColumn.js';
|
|
8
|
+
export { default as BaselineStartDateColumn } from '@bryntum/gantt-thin/lib/column/BaselineStartDateColumn.js';
|
|
9
|
+
export { default as BaselineStartVarianceColumn } from '@bryntum/gantt-thin/lib/column/BaselineStartVarianceColumn.js';
|
|
10
|
+
export { default as BaselineEndDateColumn } from '@bryntum/gantt-thin/lib/column/BaselineEndDateColumn.js';
|
|
11
|
+
export { default as BaselineEndVarianceColumn } from '@bryntum/gantt-thin/lib/column/BaselineEndVarianceColumn.js';
|
|
12
|
+
export { default as BaselineDurationColumn } from '@bryntum/gantt-thin/lib/column/BaselineDurationColumn.js';
|
|
13
|
+
export { default as BaselineDurationVarianceColumn } from '@bryntum/gantt-thin/lib/column/BaselineDurationVarianceColumn.js';
|
|
14
|
+
export { default as CalendarColumn } from '@bryntum/gantt-thin/lib/column/CalendarColumn.js';
|
|
15
|
+
export { default as ConstraintDateColumn } from '@bryntum/gantt-thin/lib/column/ConstraintDateColumn.js';
|
|
16
|
+
export { default as ConstraintTypeColumn } from '@bryntum/gantt-thin/lib/column/ConstraintTypeColumn.js';
|
|
17
|
+
export { default as CostColumn } from '@bryntum/gantt-thin/lib/column/CostColumn.js';
|
|
18
|
+
export { default as DeadlineDateColumn } from '@bryntum/gantt-thin/lib/column/DeadlineDateColumn.js';
|
|
19
|
+
export { default as DependencyColumn } from '@bryntum/gantt-thin/lib/column/DependencyColumn.js';
|
|
20
|
+
export { default as EarlyEndDateColumn } from '@bryntum/gantt-thin/lib/column/EarlyEndDateColumn.js';
|
|
21
|
+
export { default as EarlyStartDateColumn } from '@bryntum/gantt-thin/lib/column/EarlyStartDateColumn.js';
|
|
22
|
+
export { default as EffortColumn } from '@bryntum/gantt-thin/lib/column/EffortColumn.js';
|
|
23
|
+
export { default as EndDateColumn } from '@bryntum/gantt-thin/lib/column/EndDateColumn.js';
|
|
24
|
+
export { default as GanttDateColumn } from '@bryntum/gantt-thin/lib/column/GanttDateColumn.js';
|
|
25
|
+
export { default as IgnoreResourceCalendarColumn } from '@bryntum/gantt-thin/lib/column/IgnoreResourceCalendarColumn.js';
|
|
26
|
+
export { default as InactiveColumn } from '@bryntum/gantt-thin/lib/column/InactiveColumn.js';
|
|
27
|
+
export { default as LateEndDateColumn } from '@bryntum/gantt-thin/lib/column/LateEndDateColumn.js';
|
|
28
|
+
export { default as LateStartDateColumn } from '@bryntum/gantt-thin/lib/column/LateStartDateColumn.js';
|
|
29
|
+
export { default as ManuallyScheduledColumn } from '@bryntum/gantt-thin/lib/column/ManuallyScheduledColumn.js';
|
|
30
|
+
export { default as MilestoneColumn } from '@bryntum/gantt-thin/lib/column/MilestoneColumn.js';
|
|
31
|
+
export { default as NameColumn } from '@bryntum/gantt-thin/lib/column/NameColumn.js';
|
|
32
|
+
export { default as NoteColumn } from '@bryntum/gantt-thin/lib/column/NoteColumn.js';
|
|
33
|
+
export { default as PercentDoneColumn } from '@bryntum/gantt-thin/lib/column/PercentDoneColumn.js';
|
|
34
|
+
export { default as PlannedPercentDoneColumn } from '@bryntum/gantt-thin/lib/column/PlannedPercentDoneColumn.js';
|
|
35
|
+
export { default as PredecessorColumn } from '@bryntum/gantt-thin/lib/column/PredecessorColumn.js';
|
|
36
|
+
export { default as ResourceAssignmentColumn } from '@bryntum/gantt-thin/lib/column/ResourceAssignmentColumn.js';
|
|
37
|
+
export { default as ResourceAssignmentGridResourceColumn } from '@bryntum/gantt-thin/lib/column/ResourceAssignmentGridResourceColumn.js';
|
|
38
|
+
export { default as RollupColumn } from '@bryntum/gantt-thin/lib/column/RollupColumn.js';
|
|
39
|
+
export { default as SchedulingDirectionColumn } from '@bryntum/gantt-thin/lib/column/SchedulingDirectionColumn.js';
|
|
40
|
+
export { default as SchedulingModeColumn } from '@bryntum/gantt-thin/lib/column/SchedulingModeColumn.js';
|
|
41
|
+
export { default as SequenceColumn } from '@bryntum/gantt-thin/lib/column/SequenceColumn.js';
|
|
42
|
+
export { default as ShowInTimelineColumn } from '@bryntum/gantt-thin/lib/column/ShowInTimelineColumn.js';
|
|
43
|
+
export { default as StartDateColumn } from '@bryntum/gantt-thin/lib/column/StartDateColumn.js';
|
|
44
|
+
export { default as SuccessorColumn } from '@bryntum/gantt-thin/lib/column/SuccessorColumn.js';
|
|
45
|
+
export { default as TaskInfoColumn } from '@bryntum/gantt-thin/lib/column/TaskInfoColumn.js';
|
|
46
|
+
export { default as TimeAxisColumn } from '@bryntum/gantt-thin/lib/column/TimeAxisColumn.js';
|
|
47
|
+
export { default as TotalSlackColumn } from '@bryntum/gantt-thin/lib/column/TotalSlackColumn.js';
|
|
48
|
+
export { default as WBSColumn } from '@bryntum/gantt-thin/lib/column/WBSColumn.js';
|
|
49
|
+
|
|
50
|
+
//data
|
|
51
|
+
export { default as AssignmentsManipulationStore } from '@bryntum/gantt-thin/lib/data/AssignmentsManipulationStore.js';
|
|
52
|
+
export { default as AssignmentStore } from '@bryntum/gantt-thin/lib/data/AssignmentStore.js';
|
|
53
|
+
export { default as CalendarManagerStore } from '@bryntum/gantt-thin/lib/data/CalendarManagerStore.js';
|
|
54
|
+
export { default as DependencyStore } from '@bryntum/gantt-thin/lib/data/DependencyStore.js';
|
|
55
|
+
export { default as ResourceStore } from '@bryntum/gantt-thin/lib/data/ResourceStore.js';
|
|
56
|
+
export { default as TaskStore } from '@bryntum/gantt-thin/lib/data/TaskStore.js';
|
|
57
|
+
export { default as WbsField } from '@bryntum/gantt-thin/lib/data/field/WbsField.js';
|
|
58
|
+
|
|
59
|
+
// feature
|
|
60
|
+
export { default as Baselines } from '@bryntum/gantt-thin/lib/feature/Baselines.js';
|
|
61
|
+
export { default as CellEdit } from '@bryntum/gantt-thin/lib/feature/CellEdit.js';
|
|
62
|
+
export { default as CriticalPaths } from '@bryntum/gantt-thin/lib/feature/CriticalPaths.js';
|
|
63
|
+
export { default as Dependencies } from '@bryntum/gantt-thin/lib/feature/Dependencies.js';
|
|
64
|
+
export { default as Indicators } from '@bryntum/gantt-thin/lib/feature/Indicators.js';
|
|
65
|
+
export { default as Labels } from '@bryntum/gantt-thin/lib/feature/Labels.js';
|
|
66
|
+
export { default as ParentArea } from '@bryntum/gantt-thin/lib/feature/ParentArea.js';
|
|
67
|
+
export { default as ProgressLine } from '@bryntum/gantt-thin/lib/feature/ProgressLine.js';
|
|
68
|
+
export { default as ProjectEdit } from '@bryntum/gantt-thin/lib/feature/ProjectEdit.js';
|
|
69
|
+
export { default as ProjectLines } from '@bryntum/gantt-thin/lib/feature/ProjectLines.js';
|
|
70
|
+
export { default as Rollups } from '@bryntum/gantt-thin/lib/feature/Rollups.js';
|
|
71
|
+
export { default as ScrollButtons } from '@bryntum/gantt-thin/lib/feature/ScrollButtons.js';
|
|
72
|
+
export { default as Summary } from '@bryntum/gantt-thin/lib/feature/Summary.js';
|
|
73
|
+
export { default as TaskCopyPaste } from '@bryntum/gantt-thin/lib/feature/TaskCopyPaste.js';
|
|
74
|
+
export { default as TaskDrag } from '@bryntum/gantt-thin/lib/feature/TaskDrag.js';
|
|
75
|
+
export { default as TaskDragCreate } from '@bryntum/gantt-thin/lib/feature/TaskDragCreate.js';
|
|
76
|
+
export { default as TaskEdit } from '@bryntum/gantt-thin/lib/feature/TaskEdit.js';
|
|
77
|
+
export { default as TaskMenu } from '@bryntum/gantt-thin/lib/feature/TaskMenu.js';
|
|
78
|
+
export { default as TaskNonWorkingTime } from '@bryntum/gantt-thin/lib/feature/TaskNonWorkingTime.js';
|
|
79
|
+
export { default as TaskResize } from '@bryntum/gantt-thin/lib/feature/TaskResize.js';
|
|
80
|
+
export { default as TaskSegmentDrag } from '@bryntum/gantt-thin/lib/feature/TaskSegmentDrag.js';
|
|
81
|
+
export { default as TaskSegmentResize } from '@bryntum/gantt-thin/lib/feature/TaskSegmentResize.js';
|
|
82
|
+
export { default as TaskTooltip } from '@bryntum/gantt-thin/lib/feature/TaskTooltip.js';
|
|
83
|
+
export { default as TimelineChart } from '@bryntum/gantt-thin/lib/feature/TimelineChart.js';
|
|
84
|
+
export { default as TreeGroup } from '@bryntum/gantt-thin/lib/feature/TreeGroup.js';
|
|
85
|
+
export { default as Versions } from '@bryntum/gantt-thin/lib/feature/Versions.js';
|
|
86
|
+
|
|
87
|
+
//export
|
|
88
|
+
export { default as MultiPageExporter } from '@bryntum/gantt-thin/lib/feature/export/exporter/MultiPageExporter.js';
|
|
89
|
+
export { default as MultiPageVerticalExporter } from '@bryntum/gantt-thin/lib/feature/export/exporter/MultiPageVerticalExporter.js';
|
|
90
|
+
export { default as PdfExport } from '@bryntum/gantt-thin/lib/feature/export/PdfExport.js';
|
|
91
|
+
export { default as Print } from '@bryntum/gantt-thin/lib/feature/export/Print.js';
|
|
92
|
+
export { default as SinglePageExporter } from '@bryntum/gantt-thin/lib/feature/export/exporter/SinglePageExporter.js';
|
|
93
|
+
export { default as SinglePageUnscaledExporter } from '@bryntum/gantt-thin/lib/feature/export/exporter/SinglePageUnscaledExporter.js';
|
|
94
|
+
|
|
95
|
+
// model
|
|
96
|
+
export { default as AssignmentModel } from '@bryntum/gantt-thin/lib/model/AssignmentModel.js';
|
|
97
|
+
export { default as Baseline } from '@bryntum/gantt-thin/lib/model/Baseline.js';
|
|
98
|
+
export { default as CalendarIntervalModel } from '@bryntum/gantt-thin/lib/model/CalendarIntervalModel.js';
|
|
99
|
+
export { default as CalendarModel } from '@bryntum/gantt-thin/lib/model/CalendarModel.js';
|
|
100
|
+
export { default as DependencyModel } from '@bryntum/gantt-thin/lib/model/DependencyModel.js';
|
|
101
|
+
export { default as ProjectModel } from '@bryntum/gantt-thin/lib/model/ProjectModel.js';
|
|
102
|
+
export { default as ResourceModel } from '@bryntum/gantt-thin/lib/model/ResourceModel.js';
|
|
103
|
+
export { default as TaskModel } from '@bryntum/gantt-thin/lib/model/TaskModel.js';
|
|
104
|
+
export { default as TimePhasedAssignmentModel } from '@bryntum/gantt-thin/lib/model/TimePhasedAssignmentModel.js';
|
|
105
|
+
export { default as TimePhasedProjectModel } from '@bryntum/gantt-thin/lib/model/TimePhasedProjectModel.js';
|
|
106
|
+
export { default as TimePhasedTaskModel } from '@bryntum/gantt-thin/lib/model/TimePhasedTaskModel.js';
|
|
107
|
+
|
|
108
|
+
// util
|
|
109
|
+
export { default as ProjectGenerator } from '@bryntum/gantt-thin/lib/util/ProjectGenerator.js';
|
|
110
|
+
export { default as ResourceAssignmentParser } from '@bryntum/gantt-thin/lib/util/ResourceAssignmentParser.js';
|
|
111
|
+
export { default as TimelineChartProviderBase } from '@bryntum/gantt-thin/lib/util/chart/TimelineChartProviderBase.js';
|
|
112
|
+
export { default as TimelineChartDataProviderBase } from '@bryntum/gantt-thin/lib/util/chart/TimelineChartDataProviderBase.js';
|
|
113
|
+
export { default as SVGChartProvider } from '@bryntum/gantt-thin/lib/util/chart/SVGChartProvider.js';
|
|
114
|
+
export { default as GanttDataProvider } from '@bryntum/gantt-thin/lib/util/chart/GanttDataProvider.js';
|
|
115
|
+
|
|
116
|
+
// widget
|
|
117
|
+
export { default as AssignmentField } from '@bryntum/gantt-thin/lib/widget/AssignmentField.js';
|
|
118
|
+
export { default as AssignmentGrid } from '@bryntum/gantt-thin/lib/widget/AssignmentGrid.js';
|
|
119
|
+
export { default as AssignmentPicker } from '@bryntum/gantt-thin/lib/widget/AssignmentPicker.js';
|
|
120
|
+
export { default as CalendarPicker } from '@bryntum/gantt-thin/lib/widget/CalendarPicker.js';
|
|
121
|
+
export { default as DependencyField } from '@bryntum/gantt-thin/lib/widget/DependencyField.js';
|
|
122
|
+
export { default as ProjectEditor } from '@bryntum/gantt-thin/lib/widget/ProjectEditor.js';
|
|
123
|
+
export { default as ProjectEditorAdvancedTab } from '@bryntum/gantt-thin/lib/widget/projecteditor/ProjectEditorAdvancedTab.js';
|
|
124
|
+
export { default as ProjectEditorDescriptionTab } from '@bryntum/gantt-thin/lib/widget/projecteditor/ProjectEditorDescriptionTab.js';
|
|
125
|
+
export { default as ProjectEditorGeneralTab } from '@bryntum/gantt-thin/lib/widget/projecteditor/ProjectEditorGeneralTab.js';
|
|
126
|
+
export { default as TaskEditor } from '@bryntum/gantt-thin/lib/widget/TaskEditor.js';
|
|
127
|
+
|
|
128
|
+
// feature experimental
|
|
129
|
+
export { default as MspExport } from '@bryntum/gantt-thin/lib/feature/export/MspExport.js';
|
|
130
|
+
|
|
131
|
+
// view mixin
|
|
132
|
+
export { default as GanttDom } from '@bryntum/gantt-thin/lib/view/mixin/GanttDom.js';
|
|
133
|
+
export { default as GanttRegions } from '@bryntum/gantt-thin/lib/view/mixin/GanttRegions.js';
|
|
134
|
+
export { default as GanttScroll } from '@bryntum/gantt-thin/lib/view/mixin/GanttScroll.js';
|
|
135
|
+
export { default as GanttState } from '@bryntum/gantt-thin/lib/view/mixin/GanttState.js';
|
|
136
|
+
export { default as GanttStores } from '@bryntum/gantt-thin/lib/view/mixin/GanttStores.js';
|
|
137
|
+
export { default as GanttTimelineDateMapper } from '@bryntum/gantt-thin/lib/view/mixin/GanttTimelineDateMapper.js';
|
|
138
|
+
export { default as TaskNavigation } from '@bryntum/gantt-thin/lib/view/mixin/TaskNavigation.js';
|
|
139
|
+
|
|
140
|
+
// view orientation
|
|
141
|
+
export { default as NewTaskRendering } from '@bryntum/gantt-thin/lib/view/orientation/NewTaskRendering.js';
|
|
142
|
+
|
|
143
|
+
// view
|
|
144
|
+
export { default as Gantt } from '@bryntum/gantt-thin/lib/view/Gantt.js';
|
|
145
|
+
export { default as GanttBase } from '@bryntum/gantt-thin/lib/view/GanttBase.js';
|
|
146
|
+
|
|
147
|
+
//endregion
|
package/fluent2-dark.css
ADDED
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
3
|
+
/* Themes need more specific rules than Widgets etc. to make sure the values are applied no matter the import order */
|
|
4
|
+
:root:not(.b-nothing), :host(:not(.b-nothing)) {
|
|
5
|
+
--b-primary : var(--b-color-blue);
|
|
6
|
+
--b-secondary : var(--b-color-orange);
|
|
7
|
+
|
|
8
|
+
--b-mix : #262626;
|
|
9
|
+
--b-opposite : #fff;
|
|
10
|
+
|
|
11
|
+
--b-elevation-1 : 0 0 2px rgba(0, 0, 0, 0.42), 0 4px 8px rgba(0, 0, 0, 0.44);
|
|
12
|
+
--b-elevation-2 : 0 0 2px rgba(0, 0, 0, 0.42), 0 8px 16px rgba(0, 0, 0, 0.44);
|
|
13
|
+
--b-elevation-3 : 0 0 8px rgba(0, 0, 0, 0.42), 0 14px 28px rgba(0, 0, 0, 0.44);
|
|
14
|
+
|
|
15
|
+
/* region Neutral shades */
|
|
16
|
+
--b-neutral-100 : hsl(0 0 15%); /* #262626 */
|
|
17
|
+
--b-neutral-99 : hsl(0 0 15.85%);
|
|
18
|
+
--b-neutral-98 : hsl(0 0 16.7%);
|
|
19
|
+
--b-neutral-97 : hsl(0 0 17.55%);
|
|
20
|
+
--b-neutral-96 : hsl(0 0 18.4%);
|
|
21
|
+
--b-neutral-95 : hsl(0 0 19.25%);
|
|
22
|
+
--b-neutral-94 : hsl(0 0 20.1%);
|
|
23
|
+
--b-neutral-93 : hsl(0 0 20.95%);
|
|
24
|
+
--b-neutral-92 : hsl(0 0 21.8%);
|
|
25
|
+
--b-neutral-91 : hsl(0 0 22.65%);
|
|
26
|
+
--b-neutral-90 : hsl(0 0 23.5%);
|
|
27
|
+
--b-neutral-85 : hsl(0 0 27.75%);
|
|
28
|
+
--b-neutral-80 : hsl(0 0 32%);
|
|
29
|
+
--b-neutral-75 : hsl(0 0 36.25%);
|
|
30
|
+
--b-neutral-70 : hsl(0 0 40.5%);
|
|
31
|
+
--b-neutral-65 : hsl(0 0 44.75%);
|
|
32
|
+
--b-neutral-60 : hsl(0 0 49%);
|
|
33
|
+
--b-neutral-55 : hsl(0 0 53.25%);
|
|
34
|
+
--b-neutral-50 : hsl(0 0 57.5%);
|
|
35
|
+
--b-neutral-45 : hsl(0 0 61.75%);
|
|
36
|
+
--b-neutral-40 : hsl(0 0 66%);
|
|
37
|
+
--b-neutral-35 : hsl(0 0 70.25%);
|
|
38
|
+
--b-neutral-30 : hsl(0 0 74.5%);
|
|
39
|
+
--b-neutral-25 : hsl(0 0 78.75%);
|
|
40
|
+
--b-neutral-20 : hsl(0 0 83%);
|
|
41
|
+
--b-neutral-15 : hsl(0 0 87.25%);
|
|
42
|
+
--b-neutral-10 : hsl(0 0 91.5%);
|
|
43
|
+
--b-neutral-5 : hsl(0 0 95.75%);
|
|
44
|
+
--b-neutral-2 : hsl(0 0 98.3%);
|
|
45
|
+
--b-neutral-1 : hsl(0 0 99.15%);
|
|
46
|
+
--b-neutral-0 : hsl(0 0 100%); /* #ffffff */
|
|
47
|
+
/* endregion */
|
|
48
|
+
|
|
49
|
+
/* region Core */
|
|
50
|
+
|
|
51
|
+
--b-widget-color-scheme : dark;
|
|
52
|
+
--b-widget-border-radius : .4em;
|
|
53
|
+
--b-widget-border-radius-large : .8em;
|
|
54
|
+
--b-widget-padding : .8em;
|
|
55
|
+
--b-widget-gap : .8em;
|
|
56
|
+
--b-widget-border-color : var(--b-neutral-60);
|
|
57
|
+
--b-widget-sub-menu-icon : "\f105";
|
|
58
|
+
|
|
59
|
+
--b-icon-picker : "\f107";
|
|
60
|
+
--b-icon-spin-up : "\f077";
|
|
61
|
+
--b-icon-spin-down : "\f078";
|
|
62
|
+
|
|
63
|
+
--b-button-height : 2.5em;
|
|
64
|
+
|
|
65
|
+
--b-button-type-text-text-only-border-radius : 10em;
|
|
66
|
+
--b-button-icon-only-border-radius : var(--b-widget-border-radius);
|
|
67
|
+
|
|
68
|
+
--b-checkbox-check-font-size : .7em;
|
|
69
|
+
|
|
70
|
+
--b-chip-view-chip-border-radius : var(--b-widget-border-radius);
|
|
71
|
+
--b-chip-view-chip-background : var(--b-neutral-94);
|
|
72
|
+
--b-chip-view-chip-hover-background : var(--b-neutral-92);
|
|
73
|
+
--b-chip-view-chip-selected-color : var(--b-text-5);
|
|
74
|
+
|
|
75
|
+
--b-divider-line-color : var(--b-border-6);
|
|
76
|
+
--b-divider-text-color : var(--b-text-2);
|
|
77
|
+
|
|
78
|
+
--b-field-set-border-color : var(--b-neutral-80);
|
|
79
|
+
|
|
80
|
+
--b-list-item-border-radius : var(--b-widget-border-radius);
|
|
81
|
+
--b-list-item-focus-background : var(--b-neutral-93);
|
|
82
|
+
--b-list-item-selected-background : var(--b-neutral-96);
|
|
83
|
+
|
|
84
|
+
--b-menu-item-color : var(--b-text-2);
|
|
85
|
+
--b-menu-item-border-radius : var(--b-widget-border-radius);
|
|
86
|
+
--b-menu-item-padding : .5em .6em;
|
|
87
|
+
--b-menu-padding : .4em;
|
|
88
|
+
--b-menu-item-separator-height : 9px;
|
|
89
|
+
--b-menu-item-separator-inset : -.4em;
|
|
90
|
+
|
|
91
|
+
--b-panel-with-header-padding : 0 var(--b-widget-padding-large) var(--b-widget-padding-large) var(--b-widget-padding-large);
|
|
92
|
+
|
|
93
|
+
--b-popup-background : var(--b-panel-background);
|
|
94
|
+
--b-popup-padding : var(--b-widget-padding);
|
|
95
|
+
|
|
96
|
+
--b-radio-check-gap : 0.25em;
|
|
97
|
+
|
|
98
|
+
--b-slide-toggle-border-color : var(--b-border-5);
|
|
99
|
+
--b-slide-toggle-disabled-border-color : transparent;
|
|
100
|
+
--b-slide-toggle-height : 1.5em;
|
|
101
|
+
--b-slide-toggle-thumb-background : var(--b-neutral-40);
|
|
102
|
+
--b-slide-toggle-hovered-thumb-background : var(--b-neutral-35);
|
|
103
|
+
|
|
104
|
+
--b-slider-thumb-border : .25em solid var(--b-neutral-100);
|
|
105
|
+
--b-slider-thumb-elevation : 0 0 1px 1px var(--b-border-5);
|
|
106
|
+
--b-slider-thumb-value-size : 1.9em;
|
|
107
|
+
--b-slider-track-color : var(--b-neutral-45);
|
|
108
|
+
--b-slider-step-border-radius : 0;
|
|
109
|
+
--b-slider-step-width : 1px;
|
|
110
|
+
--b-slider-step-height : 100%;
|
|
111
|
+
--b-slider-step-color : var(--b-neutral-100);
|
|
112
|
+
--b-slider-step-opacity : 1;
|
|
113
|
+
|
|
114
|
+
--b-splitter-color : var(--b-neutral-80);
|
|
115
|
+
--b-splitter-size : 1px;
|
|
116
|
+
--b-splitter-hover-size : 5px;
|
|
117
|
+
--b-splitter-hover-color : var(--b-neutral-90);
|
|
118
|
+
|
|
119
|
+
--b-tab-label-position : relative;
|
|
120
|
+
--b-tab-indicator-border-radius : var(--b-widget-border-radius);
|
|
121
|
+
--b-tab-indicator-height : .2em;
|
|
122
|
+
--b-tab-indicator-hidden-color : var(--b-neutral-80);
|
|
123
|
+
--b-tab-hover-indicator-opacity : 1;
|
|
124
|
+
--b-tab-hover-indicator-color : var(--b-neutral-80);
|
|
125
|
+
--b-tab-hover-background : var(--b-neutral-100);
|
|
126
|
+
--b-tab-hover-color : var(--b-neutral-40);
|
|
127
|
+
|
|
128
|
+
--b-tab-bar-border-bottom-width : 0;
|
|
129
|
+
|
|
130
|
+
--b-text-field-outlined-input-padding : .8em;
|
|
131
|
+
--b-text-field-outlined-border-color : var(--b-border-6) var(--b-border-6) var(--b-border-3) var(--b-border-6);
|
|
132
|
+
--b-text-field-outlined-focus-border-width : 1px 1px 2px 1px;
|
|
133
|
+
--b-field-trigger-edge-gap : .8em;
|
|
134
|
+
--b-spin-trigger-font-size : .8em;
|
|
135
|
+
|
|
136
|
+
/* --b-tooltip-rich-background : var(--b-neutral-90); */
|
|
137
|
+
|
|
138
|
+
/* endregion */
|
|
139
|
+
|
|
140
|
+
/* Grid */
|
|
141
|
+
--b-grid-header-font-weight : 400;
|
|
142
|
+
--b-grid-header-color : var(--b-neutral-25);
|
|
143
|
+
--b-grid-header-icon-color : var(--b-neutral-35);
|
|
144
|
+
|
|
145
|
+
/* Gantt */
|
|
146
|
+
--b-scroll-button-border-width : 1px;
|
|
147
|
+
|
|
148
|
+
/* TaskBoard */
|
|
149
|
+
--b-task-board-column-header-font-weight : 600;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* Shades of primary color have to be specified per widget, for color-mix to work as intended */
|
|
153
|
+
.b-bryntum:not(.b-nothing) {
|
|
154
|
+
--bi-primary-shade : var(--b-primary-50);
|
|
155
|
+
|
|
156
|
+
/* region Core */
|
|
157
|
+
|
|
158
|
+
--b-button-focus-border-color : var(--b-border-6);
|
|
159
|
+
|
|
160
|
+
--b-button-filled-hover-background : var(--b-primary-40);
|
|
161
|
+
--b-button-filled-pressed-background : var(--b-primary-30);
|
|
162
|
+
--b-button-filled-active-background : var(--b-primary-30);
|
|
163
|
+
|
|
164
|
+
--b-button-outlined-hover-border-color : var(--b-border-5);
|
|
165
|
+
--b-button-outlined-hover-background : var(--b-neutral-97);
|
|
166
|
+
--b-button-outlined-pressed-background : var(--b-neutral-93);
|
|
167
|
+
--b-button-outlined-active-background : var(--b-neutral-93);
|
|
168
|
+
--b-button-outlined-focused-background : var(--b-neutral-100);
|
|
169
|
+
|
|
170
|
+
--b-checkbox-checked-background : var(--bi-primary-shade);
|
|
171
|
+
--b-checkbox-checked-border-color : var(--b-checkbox-checked-background);
|
|
172
|
+
--b-checkbox-checked-hover-background : var(--b-primary-45);
|
|
173
|
+
|
|
174
|
+
--b-chip-view-chip-selected-background : var(--b-primary);
|
|
175
|
+
--b-chip-view-chip-active-background : var(--b-primary);
|
|
176
|
+
--b-chip-view-chip-active-selected-background : var(--b-primary);
|
|
177
|
+
|
|
178
|
+
--b-list-checkbox-checked-background : var(--b-primary);
|
|
179
|
+
|
|
180
|
+
--b-menu-background : var(--b-primary-100);
|
|
181
|
+
|
|
182
|
+
--b-menu-item-hover-background : var(--b-neutral-96);
|
|
183
|
+
--b-menu-item-focus-background : var(--b-neutral-96);
|
|
184
|
+
--b-menu-item-hover-icon-color : var(--b-primary-40);
|
|
185
|
+
--b-menu-item-focus-icon-color : var(--b-primary-40);
|
|
186
|
+
|
|
187
|
+
--b-radio-checked-color : var(--bi-primary-shade);
|
|
188
|
+
--b-radio-checked-background : var(--b-neutral-100);
|
|
189
|
+
--b-radio-checked-border-color : var(--b-widget-border-color);
|
|
190
|
+
|
|
191
|
+
--b-slide-toggle-background : var(--b-neutral-100);
|
|
192
|
+
--b-slide-toggle-hover-background : var(--b-neutral-100);
|
|
193
|
+
--b-slide-toggle-checked-hovered-thumb-background : var(--b-neutral-100);
|
|
194
|
+
--b-slide-toggle-checked-border-color : transparent;
|
|
195
|
+
--b-slide-toggle-checked-background : var(--bi-primary-shade);
|
|
196
|
+
--b-slide-toggle-checked-hover-background : var(--b-primary-45);
|
|
197
|
+
|
|
198
|
+
--b-slider-color : var(--bi-primary-shade);
|
|
199
|
+
|
|
200
|
+
--b-tab-indicator-color : var(--bi-primary-shade);
|
|
201
|
+
|
|
202
|
+
--b-text-field-outlined-hover-border-color : var(--b-border-5) var(--b-border-5) var(--b-border-2) var(--b-border-5);
|
|
203
|
+
--b-text-field-focus-border-color : var(--b-border-5) var(--b-border-5) var(--b-primary) var(--b-border-5);
|
|
204
|
+
--b-text-field-filled-hover-border-color : var(--bi-primary-shade);
|
|
205
|
+
|
|
206
|
+
--b-toast-background : var(--b-neutral-100);
|
|
207
|
+
|
|
208
|
+
/* endregion */
|
|
209
|
+
|
|
210
|
+
/* Grid */
|
|
211
|
+
|
|
212
|
+
--b-grid-cell-hover-background : var(--b-primary-94);
|
|
213
|
+
--b-grid-cell-hover-selected-background : var(--b-primary-93);
|
|
214
|
+
|
|
215
|
+
--b-rating-column-empty-color : var(--b-neutral-90);
|
|
216
|
+
|
|
217
|
+
--b-tree-expander-icon-font-size : 1em;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/* Theme meta data */
|
|
221
|
+
.b-theme-info {
|
|
222
|
+
--b-theme-name : "Fluent2Dark";
|
|
223
|
+
--b-theme-filename : "fluent2-dark";
|
|
224
|
+
--b-theme-button-rendition : "outlined";
|
|
225
|
+
--b-theme-label-position : "above";
|
|
226
|
+
--b-theme-overlap-label : "false";
|
|
227
|
+
}
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
2
|
+
|
|
3
|
+
/* Themes need more specific rules than Widgets etc. to make sure the values are applied no matter the import order */
|
|
4
|
+
:root:not(.b-nothing), :host(:not(.b-nothing)) {
|
|
5
|
+
--b-primary : var(--b-color-blue);
|
|
6
|
+
--b-secondary : var(--b-color-orange);
|
|
7
|
+
|
|
8
|
+
--b-mix : #fff;
|
|
9
|
+
--b-opposite : #000;
|
|
10
|
+
|
|
11
|
+
--b-elevation-1 : 0 0 2px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.14);
|
|
12
|
+
--b-elevation-2 : 0 0 2px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.14);
|
|
13
|
+
--b-elevation-3 : 0 0 8px rgba(0, 0, 0, 0.12), 0 14px 28px rgba(0, 0, 0, 0.14);
|
|
14
|
+
|
|
15
|
+
/* region Core */
|
|
16
|
+
|
|
17
|
+
--b-widget-color-scheme : light;
|
|
18
|
+
--b-widget-border-radius : .4em;
|
|
19
|
+
--b-widget-border-radius-large : .8em;
|
|
20
|
+
--b-widget-padding : .8em;
|
|
21
|
+
--b-widget-gap : .8em;
|
|
22
|
+
--b-widget-border-color : var(--b-neutral-60);
|
|
23
|
+
--b-widget-sub-menu-icon : "\f105";
|
|
24
|
+
|
|
25
|
+
--b-icon-picker : "\f107";
|
|
26
|
+
--b-icon-spin-up : "\f077";
|
|
27
|
+
--b-icon-spin-down : "\f078";
|
|
28
|
+
|
|
29
|
+
--b-button-height : 2.5em;
|
|
30
|
+
|
|
31
|
+
--b-button-type-text-text-only-border-radius : 10em;
|
|
32
|
+
--b-button-icon-only-border-radius : var(--b-widget-border-radius);
|
|
33
|
+
|
|
34
|
+
--b-checkbox-check-font-size : .7em;
|
|
35
|
+
|
|
36
|
+
--b-chip-view-chip-border-radius : var(--b-widget-border-radius);
|
|
37
|
+
--b-chip-view-chip-background : var(--b-neutral-94);
|
|
38
|
+
--b-chip-view-chip-hover-background : var(--b-neutral-92);
|
|
39
|
+
--b-chip-view-chip-selected-color : var(--b-text-5);
|
|
40
|
+
|
|
41
|
+
--b-divider-line-color : var(--b-border-6);
|
|
42
|
+
--b-divider-text-color : var(--b-text-2);
|
|
43
|
+
|
|
44
|
+
--b-field-set-border-color : var(--b-neutral-80);
|
|
45
|
+
|
|
46
|
+
--b-list-item-border-radius : var(--b-widget-border-radius);
|
|
47
|
+
--b-list-item-focus-background : var(--b-neutral-93);
|
|
48
|
+
--b-list-item-selected-background : var(--b-neutral-96);
|
|
49
|
+
|
|
50
|
+
--b-menu-item-color : var(--b-text-2);
|
|
51
|
+
--b-menu-item-border-radius : var(--b-widget-border-radius);
|
|
52
|
+
--b-menu-item-padding : .5em .6em;
|
|
53
|
+
--b-menu-padding : .4em;
|
|
54
|
+
--b-menu-item-separator-height : 9px;
|
|
55
|
+
--b-menu-item-separator-inset : -.4em;
|
|
56
|
+
|
|
57
|
+
--b-panel-with-header-padding : 0 var(--b-widget-padding-large) var(--b-widget-padding-large) var(--b-widget-padding-large);
|
|
58
|
+
|
|
59
|
+
--b-popup-background : var(--b-panel-background);
|
|
60
|
+
--b-popup-padding : var(--b-widget-padding);
|
|
61
|
+
|
|
62
|
+
--b-radio-check-gap : 0.25em;
|
|
63
|
+
|
|
64
|
+
--b-slide-toggle-border-color : var(--b-border-5);
|
|
65
|
+
--b-slide-toggle-disabled-border-color : transparent;
|
|
66
|
+
--b-slide-toggle-height : 1.5em;
|
|
67
|
+
--b-slide-toggle-thumb-background : var(--b-neutral-40);
|
|
68
|
+
--b-slide-toggle-hovered-thumb-background : var(--b-neutral-35);
|
|
69
|
+
|
|
70
|
+
--b-slider-thumb-border : .25em solid var(--b-neutral-100);
|
|
71
|
+
--b-slider-thumb-elevation : 0 0 1px 1px var(--b-border-5);
|
|
72
|
+
--b-slider-thumb-value-size : 1.9em;
|
|
73
|
+
--b-slider-track-color : var(--b-neutral-45);
|
|
74
|
+
--b-slider-step-border-radius : 0;
|
|
75
|
+
--b-slider-step-width : 1px;
|
|
76
|
+
--b-slider-step-height : 100%;
|
|
77
|
+
--b-slider-step-color : var(--b-neutral-100);
|
|
78
|
+
--b-slider-step-opacity : 1;
|
|
79
|
+
|
|
80
|
+
--b-splitter-color : var(--b-neutral-80);
|
|
81
|
+
--b-splitter-size : 1px;
|
|
82
|
+
--b-splitter-hover-size : 5px;
|
|
83
|
+
--b-splitter-hover-color : var(--b-neutral-90);
|
|
84
|
+
|
|
85
|
+
--b-tab-label-position : relative;
|
|
86
|
+
--b-tab-indicator-border-radius : var(--b-widget-border-radius);
|
|
87
|
+
--b-tab-indicator-height : .2em;
|
|
88
|
+
--b-tab-indicator-hidden-color : var(--b-neutral-80);
|
|
89
|
+
--b-tab-hover-indicator-opacity : 1;
|
|
90
|
+
--b-tab-hover-indicator-color : var(--b-neutral-80);
|
|
91
|
+
--b-tab-hover-background : var(--b-neutral-100);
|
|
92
|
+
--b-tab-hover-color : var(--b-neutral-40);
|
|
93
|
+
|
|
94
|
+
--b-tab-bar-border-bottom-width : 0;
|
|
95
|
+
|
|
96
|
+
--b-text-field-outlined-input-padding : .8em;
|
|
97
|
+
--b-text-field-outlined-border-color : var(--b-border-6) var(--b-border-6) var(--b-border-3) var(--b-border-6);
|
|
98
|
+
--b-text-field-outlined-focus-border-width : 1px 1px 2px 1px;
|
|
99
|
+
--b-field-trigger-edge-gap : .8em;
|
|
100
|
+
--b-spin-trigger-font-size : .8em;
|
|
101
|
+
|
|
102
|
+
/* endregion */
|
|
103
|
+
|
|
104
|
+
/* Grid */
|
|
105
|
+
--b-grid-header-font-weight : 400;
|
|
106
|
+
--b-grid-header-color : var(--b-neutral-25);
|
|
107
|
+
--b-grid-header-icon-color : var(--b-neutral-35);
|
|
108
|
+
|
|
109
|
+
/* Gantt */
|
|
110
|
+
--b-scroll-button-border-width : 1px;
|
|
111
|
+
|
|
112
|
+
/* TaskBoard */
|
|
113
|
+
--b-task-board-column-header-font-weight : 600;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/* Shades of primary color have to be specified per widget, for color-mix to work as intended */
|
|
117
|
+
.b-bryntum:not(.b-nothing) {
|
|
118
|
+
--bi-primary-shade : var(--b-primary-50);
|
|
119
|
+
|
|
120
|
+
/* region Core */
|
|
121
|
+
|
|
122
|
+
--b-button-focus-border-color : var(--b-border-6);
|
|
123
|
+
|
|
124
|
+
--b-button-filled-hover-background : var(--b-primary-40);
|
|
125
|
+
--b-button-filled-pressed-background : var(--b-primary-30);
|
|
126
|
+
--b-button-filled-active-background : var(--b-primary-30);
|
|
127
|
+
|
|
128
|
+
--b-button-outlined-hover-border-color : var(--b-border-5);
|
|
129
|
+
--b-button-outlined-hover-background : var(--b-neutral-97);
|
|
130
|
+
--b-button-outlined-pressed-background : var(--b-neutral-93);
|
|
131
|
+
--b-button-outlined-active-background : var(--b-neutral-93);
|
|
132
|
+
--b-button-outlined-focused-background : var(--b-neutral-100);
|
|
133
|
+
|
|
134
|
+
--b-checkbox-checked-background : var(--bi-primary-shade);
|
|
135
|
+
--b-checkbox-checked-border-color : var(--b-checkbox-checked-background);
|
|
136
|
+
--b-checkbox-checked-hover-background : var(--b-primary-45);
|
|
137
|
+
|
|
138
|
+
--b-chip-view-chip-selected-background : var(--b-primary);
|
|
139
|
+
--b-chip-view-chip-active-background : var(--b-primary);
|
|
140
|
+
--b-chip-view-chip-active-selected-background : var(--b-primary);
|
|
141
|
+
|
|
142
|
+
--b-list-checkbox-checked-background : var(--b-primary);
|
|
143
|
+
|
|
144
|
+
--b-menu-background : var(--b-primary-100);
|
|
145
|
+
|
|
146
|
+
--b-menu-item-hover-background : var(--b-neutral-96);
|
|
147
|
+
--b-menu-item-focus-background : var(--b-neutral-96);
|
|
148
|
+
--b-menu-item-hover-icon-color : var(--b-primary-40);
|
|
149
|
+
--b-menu-item-focus-icon-color : var(--b-primary-40);
|
|
150
|
+
|
|
151
|
+
--b-radio-checked-color : var(--bi-primary-shade);
|
|
152
|
+
--b-radio-checked-background : var(--b-neutral-100);
|
|
153
|
+
--b-radio-checked-border-color : var(--b-widget-border-color);
|
|
154
|
+
|
|
155
|
+
--b-slide-toggle-background : var(--b-neutral-100);
|
|
156
|
+
--b-slide-toggle-hover-background : var(--b-neutral-100);
|
|
157
|
+
--b-slide-toggle-checked-hovered-thumb-background : var(--b-neutral-100);
|
|
158
|
+
--b-slide-toggle-checked-border-color : transparent;
|
|
159
|
+
--b-slide-toggle-checked-background : var(--bi-primary-shade);
|
|
160
|
+
--b-slide-toggle-checked-hover-background : var(--b-primary-45);
|
|
161
|
+
|
|
162
|
+
--b-slider-color : var(--bi-primary-shade);
|
|
163
|
+
|
|
164
|
+
--b-tab-indicator-color : var(--bi-primary-shade);
|
|
165
|
+
|
|
166
|
+
--b-text-field-outlined-hover-border-color : var(--b-border-5) var(--b-border-5) var(--b-border-2) var(--b-border-5);
|
|
167
|
+
--b-text-field-focus-border-color : var(--b-border-5) var(--b-border-5) var(--b-primary) var(--b-border-5);
|
|
168
|
+
--b-text-field-filled-hover-border-color : var(--bi-primary-shade);
|
|
169
|
+
|
|
170
|
+
--b-toast-background : var(--b-neutral-100);
|
|
171
|
+
|
|
172
|
+
/* endregion */
|
|
173
|
+
|
|
174
|
+
/* Grid */
|
|
175
|
+
|
|
176
|
+
--b-grid-cell-hover-background : var(--b-primary-94);
|
|
177
|
+
--b-grid-cell-hover-selected-background : var(--b-primary-93);
|
|
178
|
+
|
|
179
|
+
--b-rating-column-empty-color : var(--b-neutral-90);
|
|
180
|
+
|
|
181
|
+
--b-tree-expander-icon-font-size : 1em;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/* Theme meta data */
|
|
185
|
+
.b-theme-info {
|
|
186
|
+
--b-theme-name : "Fluent2Light";
|
|
187
|
+
--b-theme-filename : "fluent2-light";
|
|
188
|
+
--b-theme-button-rendition : "outlined";
|
|
189
|
+
--b-theme-label-position : "above";
|
|
190
|
+
--b-theme-overlap-label : "false";
|
|
191
|
+
}
|