@bryntum/grid-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 +124 -0
- package/fluent2-dark.css +227 -0
- package/fluent2-light.css +191 -0
- package/grid.css +2567 -0
- package/grid.css.map +7 -0
- package/grid.d.ts +54003 -0
- package/high-contrast-dark.css +419 -0
- package/high-contrast-light.css +389 -0
- package/lib/column/ActionColumn.css +65 -0
- package/lib/column/ActionColumn.js +1 -0
- package/lib/column/AggregateColumn.js +1 -0
- package/lib/column/ChartColumn.js +1 -0
- package/lib/column/CheckColumn.css +9 -0
- package/lib/column/CheckColumn.js +1 -0
- package/lib/column/ColorColumn.css +57 -0
- package/lib/column/ColorColumn.js +1 -0
- package/lib/column/Column.js +1 -0
- package/lib/column/CurrencyColumn.js +1 -0
- package/lib/column/DateColumn.js +1 -0
- package/lib/column/NumberColumn.js +1 -0
- package/lib/column/PercentColumn.css +223 -0
- package/lib/column/PercentColumn.js +1 -0
- package/lib/column/RatingColumn.css +67 -0
- package/lib/column/RatingColumn.js +1 -0
- package/lib/column/RowNumberColumn.css +13 -0
- package/lib/column/RowNumberColumn.js +1 -0
- package/lib/column/SparklineColumn.css +3 -0
- package/lib/column/SparklineColumn.js +1 -0
- package/lib/column/TemplateColumn.js +1 -0
- package/lib/column/TimeColumn.js +1 -0
- package/lib/column/TreeColumn.css +274 -0
- package/lib/column/TreeColumn.js +1 -0
- package/lib/column/WidgetColumn.css +5 -0
- package/lib/column/WidgetColumn.js +1 -0
- package/lib/customElements/GridTag.js +1 -0
- package/lib/data/ColumnStore.js +1 -0
- package/lib/data/GridRowModel.js +1 -0
- package/lib/feature/CellCopyPaste.js +1 -0
- package/lib/feature/CellEdit.css +29 -0
- package/lib/feature/CellEdit.js +1 -0
- package/lib/feature/CellMenu.js +1 -0
- package/lib/feature/CellTooltip.js +1 -0
- package/lib/feature/Charts.css +9 -0
- package/lib/feature/Charts.js +1 -0
- package/lib/feature/ColumnAutoWidth.js +1 -0
- package/lib/feature/ColumnDragToolbar.css +271 -0
- package/lib/feature/ColumnDragToolbar.js +17 -0
- package/lib/feature/ColumnPicker.js +1 -0
- package/lib/feature/ColumnRename.css +4 -0
- package/lib/feature/ColumnRename.js +1 -0
- package/lib/feature/ColumnReorder.css +54 -0
- package/lib/feature/ColumnReorder.js +1 -0
- package/lib/feature/ColumnResize.css +79 -0
- package/lib/feature/ColumnResize.js +1 -0
- package/lib/feature/FillHandle.css +53 -0
- package/lib/feature/FillHandle.js +1 -0
- package/lib/feature/Filter.css +107 -0
- package/lib/feature/Filter.js +1 -0
- package/lib/feature/FilterBar.css +113 -0
- package/lib/feature/FilterBar.js +1 -0
- package/lib/feature/GridFeatureManager.js +1 -0
- package/lib/feature/Group.css +160 -0
- package/lib/feature/Group.js +1 -0
- package/lib/feature/GroupSummary.css +30 -0
- package/lib/feature/GroupSummary.js +1 -0
- package/lib/feature/HeaderMenu.js +1 -0
- package/lib/feature/LockRows.css +45 -0
- package/lib/feature/LockRows.js +1 -0
- package/lib/feature/MergeCells.css +61 -0
- package/lib/feature/MergeCells.js +1 -0
- package/lib/feature/PinColumns.js +1 -0
- package/lib/feature/QuickFind.css +75 -0
- package/lib/feature/QuickFind.js +1 -0
- package/lib/feature/RegionResize.css +276 -0
- package/lib/feature/RegionResize.js +1 -0
- package/lib/feature/RowCopyPaste.js +1 -0
- package/lib/feature/RowEdit.css +25 -0
- package/lib/feature/RowEdit.js +1 -0
- package/lib/feature/RowExpander.css +109 -0
- package/lib/feature/RowExpander.js +1 -0
- package/lib/feature/RowReorder.css +190 -0
- package/lib/feature/RowReorder.js +1 -0
- package/lib/feature/RowResize.css +20 -0
- package/lib/feature/RowResize.js +1 -0
- package/lib/feature/Search.css +34 -0
- package/lib/feature/Search.js +1 -0
- package/lib/feature/Sort.css +86 -0
- package/lib/feature/Sort.js +1 -0
- package/lib/feature/Split.css +34 -0
- package/lib/feature/Split.js +1 -0
- package/lib/feature/StickyCells.css +34 -0
- package/lib/feature/StickyCells.js +1 -0
- package/lib/feature/Stripe.css +42 -0
- package/lib/feature/Stripe.js +1 -0
- package/lib/feature/Summary.css +12 -0
- package/lib/feature/Summary.js +1 -0
- package/lib/feature/Tree.js +1 -0
- package/lib/feature/TreeGroup.css +4 -0
- package/lib/feature/TreeGroup.js +1 -0
- package/lib/feature/ai/AIFilter.js +1 -0
- package/lib/feature/ai/agents/DefaultGridAgent.js +4 -0
- package/lib/feature/ai/agents/GridFilterAgent.js +1 -0
- package/lib/feature/ai/agents/trainingData.js +1 -0
- package/lib/feature/base/CopyPasteBase.js +1 -0
- package/lib/feature/base/GridEditBase.js +1 -0
- package/lib/feature/base/SearchQuickFind.css +49 -0
- package/lib/feature/experimental/ExcelExporter.js +1 -0
- package/lib/feature/experimental/FileDrop.js +1 -0
- package/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js +1 -0
- package/lib/feature/experimental/xlsproviders/XlsProviderBase.js +1 -0
- package/lib/feature/export/PdfExport.css +148 -0
- package/lib/feature/export/PdfExport.js +5 -0
- package/lib/feature/export/Print.css +19 -0
- package/lib/feature/export/Print.js +1 -0
- package/lib/feature/export/Utils.js +1 -0
- package/lib/feature/export/consumer/ConsumerBase.js +1 -0
- package/lib/feature/export/consumer/PrintConsumer.js +1 -0
- package/lib/feature/export/consumer/SingleFetchConsumer.js +1 -0
- package/lib/feature/export/consumer/WebSocketConsumer.js +1 -0
- package/lib/feature/export/exporter/Exporter.js +1 -0
- package/lib/feature/export/exporter/ExporterBase.js +18 -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/feature/export/mixin/PrintMixin.js +1 -0
- package/lib/feature/mixin/SummaryFormatter.css +35 -0
- package/lib/feature/mixin/SummaryFormatter.js +1 -0
- package/lib/localization/Ar.js +230 -0
- package/lib/localization/Bg.js +230 -0
- package/lib/localization/Ca.js +230 -0
- package/lib/localization/Cs.js +230 -0
- package/lib/localization/Da.js +230 -0
- package/lib/localization/De.js +230 -0
- package/lib/localization/El.js +230 -0
- package/lib/localization/En.js +230 -0
- package/lib/localization/EnGb.js +230 -0
- package/lib/localization/Es.js +230 -0
- package/lib/localization/Et.js +230 -0
- package/lib/localization/Eu.js +230 -0
- package/lib/localization/Fi.js +230 -0
- package/lib/localization/FrFr.js +230 -0
- package/lib/localization/Gl.js +230 -0
- package/lib/localization/He.js +230 -0
- package/lib/localization/Hi.js +230 -0
- package/lib/localization/Hr.js +230 -0
- package/lib/localization/Hu.js +230 -0
- package/lib/localization/Id.js +230 -0
- package/lib/localization/It.js +230 -0
- package/lib/localization/Ja.js +230 -0
- package/lib/localization/Kk.js +230 -0
- package/lib/localization/Ko.js +230 -0
- package/lib/localization/Lt.js +230 -0
- package/lib/localization/Lv.js +230 -0
- package/lib/localization/Ms.js +230 -0
- package/lib/localization/Nl.js +230 -0
- package/lib/localization/No.js +230 -0
- package/lib/localization/Pl.js +230 -0
- package/lib/localization/Pt.js +230 -0
- package/lib/localization/PtBr.js +230 -0
- package/lib/localization/Ro.js +230 -0
- package/lib/localization/Ru.js +230 -0
- package/lib/localization/Sk.js +230 -0
- package/lib/localization/Sl.js +230 -0
- package/lib/localization/Sr.js +230 -0
- package/lib/localization/SrRs.js +230 -0
- package/lib/localization/SvSE.js +230 -0
- package/lib/localization/Th.js +230 -0
- package/lib/localization/Tr.js +230 -0
- package/lib/localization/Uk.js +230 -0
- package/lib/localization/Vi.js +230 -0
- package/lib/localization/ZhCn.js +230 -0
- package/lib/localization/ZhTw.js +230 -0
- package/lib/override/salesforce/AllOverrides.js +1 -0
- package/lib/override/salesforce/GridBaseOverride.js +1 -0
- package/lib/override/salesforce/GridPrintOverride.js +1 -0
- package/lib/override/salesforce/RowExpanderOverride.js +1 -0
- package/lib/override/salesforce/RowOverride.js +1 -0
- package/lib/override/salesforce/TreeOverride.js +1 -0
- package/lib/row/Row.js +1 -0
- package/lib/row/RowManager.js +1 -0
- package/lib/util/GridLocation.js +1 -0
- package/lib/util/GridScroller.js +1 -0
- package/lib/util/SubGridScroller.js +1 -0
- package/lib/util/TableExporter.js +1 -0
- package/lib/view/Bar.js +1 -0
- package/lib/view/Footer.css +110 -0
- package/lib/view/Footer.js +11 -0
- package/lib/view/Grid.js +1 -0
- package/lib/view/GridBase.css +419 -0
- package/lib/view/GridBase.js +1 -0
- package/lib/view/Header.css +320 -0
- package/lib/view/Header.js +1 -0
- package/lib/view/SubGrid.css +325 -0
- package/lib/view/SubGrid.js +1 -0
- package/lib/view/TreeGrid.js +1 -0
- package/lib/view/export/ExportDialog.js +1 -0
- package/lib/view/export/field/ExportOrientationCombo.js +1 -0
- package/lib/view/export/field/ExportRowsCombo.js +1 -0
- package/lib/view/mixin/GridElementEvents.js +1 -0
- package/lib/view/mixin/GridFeatures.js +1 -0
- package/lib/view/mixin/GridNavigation.js +1 -0
- package/lib/view/mixin/GridResponsive.js +1 -0
- package/lib/view/mixin/GridSelection.js +1 -0
- package/lib/view/mixin/GridState.js +1 -0
- package/lib/view/mixin/GridSubGrids.js +1 -0
- package/lib/widget/AIFilterField.css +8 -0
- package/lib/widget/AIFilterField.js +1 -0
- package/lib/widget/ChecklistFilterCombo.css +21 -0
- package/lib/widget/ChecklistFilterCombo.js +1 -0
- package/lib/widget/GridChartDesigner.js +1 -0
- package/lib/widget/GridFieldFilterPicker.js +1 -0
- package/lib/widget/GridFieldFilterPickerGroup.js +1 -0
- package/lib/widget/GroupBar.css +88 -0
- package/lib/widget/GroupBar.js +1 -0
- package/lib/widget/TreeCombo.js +1 -0
- package/locales/grid.locale.Ar.js +1 -0
- package/locales/grid.locale.Bg.js +1 -0
- package/locales/grid.locale.Ca.js +1 -0
- package/locales/grid.locale.Cs.js +1 -0
- package/locales/grid.locale.Da.js +1 -0
- package/locales/grid.locale.De.js +1 -0
- package/locales/grid.locale.El.js +1 -0
- package/locales/grid.locale.En.js +1 -0
- package/locales/grid.locale.EnGb.js +1 -0
- package/locales/grid.locale.Es.js +1 -0
- package/locales/grid.locale.Et.js +1 -0
- package/locales/grid.locale.Eu.js +1 -0
- package/locales/grid.locale.Fi.js +1 -0
- package/locales/grid.locale.FrFr.js +1 -0
- package/locales/grid.locale.Gl.js +1 -0
- package/locales/grid.locale.He.js +1 -0
- package/locales/grid.locale.Hi.js +1 -0
- package/locales/grid.locale.Hr.js +1 -0
- package/locales/grid.locale.Hu.js +1 -0
- package/locales/grid.locale.Id.js +1 -0
- package/locales/grid.locale.It.js +1 -0
- package/locales/grid.locale.Ja.js +1 -0
- package/locales/grid.locale.Kk.js +1 -0
- package/locales/grid.locale.Ko.js +1 -0
- package/locales/grid.locale.Lt.js +1 -0
- package/locales/grid.locale.Lv.js +1 -0
- package/locales/grid.locale.Ms.js +1 -0
- package/locales/grid.locale.Nl.js +1 -0
- package/locales/grid.locale.No.js +1 -0
- package/locales/grid.locale.Pl.js +1 -0
- package/locales/grid.locale.Pt.js +1 -0
- package/locales/grid.locale.PtBr.js +1 -0
- package/locales/grid.locale.Ro.js +1 -0
- package/locales/grid.locale.Ru.js +1 -0
- package/locales/grid.locale.Sk.js +1 -0
- package/locales/grid.locale.Sl.js +1 -0
- package/locales/grid.locale.Sr.js +1 -0
- package/locales/grid.locale.SrRs.js +1 -0
- package/locales/grid.locale.SvSE.js +1 -0
- package/locales/grid.locale.Th.js +1 -0
- package/locales/grid.locale.Tr.js +1 -0
- package/locales/grid.locale.Uk.js +1 -0
- package/locales/grid.locale.Vi.js +1 -0
- package/locales/grid.locale.ZhCn.js +1 -0
- package/locales/grid.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 Grid Thin Trial
|
|
2
|
+
|
|
3
|
+
Bryntum Grid is a high performance JavaScript data grid component.
|
|
4
|
+
This package is designed for combining multiple Bryntum products with thin framework wrappers for Bryntum Grid.
|
|
5
|
+
Please refer to the Bryntum Grid 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 Grid site](https://bryntum.com/products/grid/).
|
|
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/grid/docs/guide/Grid/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/grid-thin@npm:bryntum/grid-thin-trial
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Install using `yarn`:
|
|
33
|
+
|
|
34
|
+
```shell
|
|
35
|
+
yarn add @bryntum/grid-thin@npm:bryntum/grid-thin-trial
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
# Online references
|
|
39
|
+
|
|
40
|
+
* [Bryntum npm repository guide](https://bryntum.com/products/grid/docs/guide/Grid/npm-repository)
|
|
41
|
+
* [Bryntum Grid documentation](https://bryntum.com/products/grid/docs/)
|
|
42
|
+
* [Bryntum Grid examples](https://bryntum.com/products/grid/examples/)
|
|
43
|
+
* [Bryntum Support Forum](https://forum.bryntum.com/)
|
|
44
|
+
* [Contact us](https://bryntum.com/contact/)
|
|
45
|
+
|
|
46
|
+
# License and copyright
|
|
47
|
+
|
|
48
|
+
Bryntum Grid is commercial software and requires a paid license.
|
|
49
|
+
Please visit the [Bryntum Grid End User License](https://bryntum.com/products/grid/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,124 @@
|
|
|
1
|
+
// column
|
|
2
|
+
export { default as ActionColumn } from '@bryntum/grid-thin/lib/column/ActionColumn.js';
|
|
3
|
+
export { default as AggregateColumn } from '@bryntum/grid-thin/lib/column/AggregateColumn.js';
|
|
4
|
+
export { default as ChartColumn } from '@bryntum/grid-thin/lib/column/ChartColumn.js';
|
|
5
|
+
export { default as CheckColumn } from '@bryntum/grid-thin/lib/column/CheckColumn.js';
|
|
6
|
+
export { default as ColorColumn } from '@bryntum/grid-thin/lib/column/ColorColumn.js';
|
|
7
|
+
export { default as Column } from '@bryntum/grid-thin/lib/column/Column.js';
|
|
8
|
+
export { default as CurrencyColumn } from '@bryntum/grid-thin/lib/column/CurrencyColumn.js';
|
|
9
|
+
export { default as DateColumn } from '@bryntum/grid-thin/lib/column/DateColumn.js';
|
|
10
|
+
export { default as NumberColumn } from '@bryntum/grid-thin/lib/column/NumberColumn.js';
|
|
11
|
+
export { default as PercentColumn } from '@bryntum/grid-thin/lib/column/PercentColumn.js';
|
|
12
|
+
export { default as RatingColumn } from '@bryntum/grid-thin/lib/column/RatingColumn.js';
|
|
13
|
+
export { default as RowNumberColumn } from '@bryntum/grid-thin/lib/column/RowNumberColumn.js';
|
|
14
|
+
export { default as SparklineColumn } from '@bryntum/grid-thin/lib/column/SparklineColumn.js';
|
|
15
|
+
export { default as TemplateColumn } from '@bryntum/grid-thin/lib/column/TemplateColumn.js';
|
|
16
|
+
export { default as TimeColumn } from '@bryntum/grid-thin/lib/column/TimeColumn.js';
|
|
17
|
+
export { default as TreeColumn } from '@bryntum/grid-thin/lib/column/TreeColumn.js';
|
|
18
|
+
export { default as WidgetColumn } from '@bryntum/grid-thin/lib/column/WidgetColumn.js';
|
|
19
|
+
|
|
20
|
+
// data
|
|
21
|
+
export { default as ColumnStore } from '@bryntum/grid-thin/lib/data/ColumnStore.js';
|
|
22
|
+
export { default as GridRowModel } from '@bryntum/grid-thin/lib/data/GridRowModel.js';
|
|
23
|
+
|
|
24
|
+
// feature
|
|
25
|
+
export { default as AIFilter } from '@bryntum/grid-thin/lib/feature/ai/AIFilter.js';
|
|
26
|
+
export { default as CellCopyPaste } from '@bryntum/grid-thin/lib/feature/CellCopyPaste.js';
|
|
27
|
+
export { default as CellEdit } from '@bryntum/grid-thin/lib/feature/CellEdit.js';
|
|
28
|
+
export { default as CellMenu } from '@bryntum/grid-thin/lib/feature/CellMenu.js';
|
|
29
|
+
export { default as CellTooltip } from '@bryntum/grid-thin/lib/feature/CellTooltip.js';
|
|
30
|
+
export { default as Charts } from '@bryntum/grid-thin/lib/feature/Charts.js';
|
|
31
|
+
export { default as ColumnAutoWidth } from '@bryntum/grid-thin/lib/feature/ColumnAutoWidth.js';
|
|
32
|
+
export { default as ColumnDragToolbar } from '@bryntum/grid-thin/lib/feature/ColumnDragToolbar.js';
|
|
33
|
+
export { default as ColumnPicker } from '@bryntum/grid-thin/lib/feature/ColumnPicker.js';
|
|
34
|
+
export { default as ColumnRename } from '@bryntum/grid-thin/lib/feature/ColumnRename.js';
|
|
35
|
+
export { default as ColumnReorder } from '@bryntum/grid-thin/lib/feature/ColumnReorder.js';
|
|
36
|
+
export { default as ColumnResize } from '@bryntum/grid-thin/lib/feature/ColumnResize.js';
|
|
37
|
+
export { default as FillHandle } from '@bryntum/grid-thin/lib/feature/FillHandle.js';
|
|
38
|
+
export { default as Filter } from '@bryntum/grid-thin/lib/feature/Filter.js';
|
|
39
|
+
export { default as FilterBar } from '@bryntum/grid-thin/lib/feature/FilterBar.js';
|
|
40
|
+
export { default as GridChartDesigner } from '@bryntum/grid-thin/lib/widget/GridChartDesigner.js';
|
|
41
|
+
export { default as GridFeatureManager } from '@bryntum/grid-thin/lib/feature/GridFeatureManager.js';
|
|
42
|
+
export { default as Group } from '@bryntum/grid-thin/lib/feature/Group.js';
|
|
43
|
+
export { default as GroupSummary } from '@bryntum/grid-thin/lib/feature/GroupSummary.js';
|
|
44
|
+
export { default as LockRows } from '@bryntum/grid-thin/lib/feature/LockRows.js';
|
|
45
|
+
export { default as HeaderMenu } from '@bryntum/grid-thin/lib/feature/HeaderMenu.js';
|
|
46
|
+
export { default as MergeCells } from '@bryntum/grid-thin/lib/feature/MergeCells.js';
|
|
47
|
+
export { default as PinColumns } from '@bryntum/grid-thin/lib/feature/PinColumns.js';
|
|
48
|
+
export { default as QuickFind } from '@bryntum/grid-thin/lib/feature/QuickFind.js';
|
|
49
|
+
export { default as RegionResize } from '@bryntum/grid-thin/lib/feature/RegionResize.js';
|
|
50
|
+
export { default as RowCopyPaste } from '@bryntum/grid-thin/lib/feature/RowCopyPaste.js';
|
|
51
|
+
export { default as RowEdit } from '@bryntum/grid-thin/lib/feature/RowEdit.js';
|
|
52
|
+
export { default as RowExpander } from '@bryntum/grid-thin/lib/feature/RowExpander.js';
|
|
53
|
+
export { default as RowReorder } from '@bryntum/grid-thin/lib/feature/RowReorder.js';
|
|
54
|
+
export { default as RowResize } from '@bryntum/grid-thin/lib/feature/RowResize.js';
|
|
55
|
+
export { default as Search } from '@bryntum/grid-thin/lib/feature/Search.js';
|
|
56
|
+
export { default as Sort } from '@bryntum/grid-thin/lib/feature/Sort.js';
|
|
57
|
+
export { default as StickyCells } from '@bryntum/grid-thin/lib/feature/StickyCells.js';
|
|
58
|
+
export { default as Stripe } from '@bryntum/grid-thin/lib/feature/Stripe.js';
|
|
59
|
+
export { default as Split } from '@bryntum/grid-thin/lib/feature/Split.js';
|
|
60
|
+
export { default as Summary } from '@bryntum/grid-thin/lib/feature/Summary.js';
|
|
61
|
+
export { default as Tree } from '@bryntum/grid-thin/lib/feature/Tree.js';
|
|
62
|
+
export { default as TreeGroup } from '@bryntum/grid-thin/lib/feature/TreeGroup.js';
|
|
63
|
+
|
|
64
|
+
// feature base
|
|
65
|
+
export { default as CopyPasteBase } from '@bryntum/grid-thin/lib/feature/base/CopyPasteBase.js';
|
|
66
|
+
export { default as GridEditBase } from '@bryntum/grid-thin/lib/feature/base/GridEditBase.js';
|
|
67
|
+
|
|
68
|
+
// export feature
|
|
69
|
+
export { default as ExportDialog } from '@bryntum/grid-thin/lib/view/export/ExportDialog.js';
|
|
70
|
+
export { default as ExporterBase } from '@bryntum/grid-thin/lib/feature/export/exporter/ExporterBase.js';
|
|
71
|
+
export { default as Exporter } from '@bryntum/grid-thin/lib/feature/export/exporter/Exporter.js';
|
|
72
|
+
export { default as ExportOrientationCombo } from '@bryntum/grid-thin/lib/view/export/field/ExportOrientationCombo.js';
|
|
73
|
+
export { default as ExportRowsCombo } from '@bryntum/grid-thin/lib/view/export/field/ExportRowsCombo.js';
|
|
74
|
+
export { default as MultiPageExporter } from '@bryntum/grid-thin/lib/feature/export/exporter/MultiPageExporter.js';
|
|
75
|
+
export { default as MultiPageVerticalExporter } from '@bryntum/grid-thin/lib/feature/export/exporter/MultiPageVerticalExporter.js';
|
|
76
|
+
export { default as PdfExport } from '@bryntum/grid-thin/lib/feature/export/PdfExport.js';
|
|
77
|
+
export { default as Print } from '@bryntum/grid-thin/lib/feature/export/Print.js';
|
|
78
|
+
export { default as PrintMixin } from '@bryntum/grid-thin/lib/feature/export/mixin/PrintMixin.js';
|
|
79
|
+
export { default as SinglePageExporter } from '@bryntum/grid-thin/lib/feature/export/exporter/SinglePageExporter.js';
|
|
80
|
+
export { default as SinglePageUnscaledExporter } from '@bryntum/grid-thin/lib/feature/export/exporter/SinglePageUnscaledExporter.js';
|
|
81
|
+
export { FileFormat, Orientation, PaperFormat, RowsRange } from '@bryntum/grid-thin/lib/feature/export/Utils.js';
|
|
82
|
+
export { default as ConsumerBase } from '@bryntum/grid-thin/lib/feature/export/consumer/ConsumerBase.js';
|
|
83
|
+
export { default as PrintConsumer } from '@bryntum/grid-thin/lib/feature/export/consumer/PrintConsumer.js';
|
|
84
|
+
export { default as SingleFetchConsumer } from '@bryntum/grid-thin/lib/feature/export/consumer/SingleFetchConsumer.js';
|
|
85
|
+
export { default as WebSocketConsumer } from '@bryntum/grid-thin/lib/feature/export/consumer/WebSocketConsumer.js';
|
|
86
|
+
|
|
87
|
+
// feature experimental
|
|
88
|
+
export { default as ExcelExporter } from '@bryntum/grid-thin/lib/feature/experimental/ExcelExporter.js';
|
|
89
|
+
export { default as XlsProviderBase } from '@bryntum/grid-thin/lib/feature/experimental/xlsproviders/XlsProviderBase.js';
|
|
90
|
+
export { default as WriteExcelFileProvider } from '@bryntum/grid-thin/lib/feature/experimental/xlsproviders/WriteExcelFileProvider.js';
|
|
91
|
+
export { default as FileDrop } from '@bryntum/grid-thin/lib/feature/experimental/FileDrop.js';
|
|
92
|
+
|
|
93
|
+
// row
|
|
94
|
+
export { default as Row } from '@bryntum/grid-thin/lib/row/Row.js';
|
|
95
|
+
|
|
96
|
+
// util
|
|
97
|
+
export { default as GridLocation } from '@bryntum/grid-thin/lib/util/GridLocation.js';
|
|
98
|
+
export { default as TableExporter } from '@bryntum/grid-thin/lib/util/TableExporter.js';
|
|
99
|
+
|
|
100
|
+
// view
|
|
101
|
+
export { default as Bar } from '@bryntum/grid-thin/lib/view/Bar.js';
|
|
102
|
+
export { default as Footer } from '@bryntum/grid-thin/lib/view/Footer.js';
|
|
103
|
+
export { default as Grid } from '@bryntum/grid-thin/lib/view/Grid.js';
|
|
104
|
+
export { default as GridBase } from '@bryntum/grid-thin/lib/view/GridBase.js';
|
|
105
|
+
export { default as Header } from '@bryntum/grid-thin/lib/view/Header.js';
|
|
106
|
+
export { default as RowManager } from '@bryntum/grid-thin/lib/row/RowManager.js';
|
|
107
|
+
export { default as SubGrid } from '@bryntum/grid-thin/lib/view/SubGrid.js';
|
|
108
|
+
export { default as TreeGrid } from '@bryntum/grid-thin/lib/view/TreeGrid.js';
|
|
109
|
+
|
|
110
|
+
// view mixin
|
|
111
|
+
export { default as GridElementEvents } from '@bryntum/grid-thin/lib/view/mixin/GridElementEvents.js';
|
|
112
|
+
export { default as GridFeatures } from '@bryntum/grid-thin/lib/view/mixin/GridFeatures.js';
|
|
113
|
+
export { default as GridResponsive } from '@bryntum/grid-thin/lib/view/mixin/GridResponsive.js';
|
|
114
|
+
export { default as GridSelection } from '@bryntum/grid-thin/lib/view/mixin/GridSelection.js';
|
|
115
|
+
export { default as GridState } from '@bryntum/grid-thin/lib/view/mixin/GridState.js';
|
|
116
|
+
export { default as GridSubGrids } from '@bryntum/grid-thin/lib/view/mixin/GridSubGrids.js';
|
|
117
|
+
|
|
118
|
+
// widget
|
|
119
|
+
export { default as AIFilterField } from '@bryntum/grid-thin/lib/widget/AIFilterField.js';
|
|
120
|
+
export { default as GridFieldFilterPicker } from '@bryntum/grid-thin/lib/widget/GridFieldFilterPicker.js';
|
|
121
|
+
export { default as GridFieldFilterPickerGroup } from '@bryntum/grid-thin/lib/widget/GridFieldFilterPickerGroup.js';
|
|
122
|
+
export { default as GroupBar } from '@bryntum/grid-thin/lib/widget/GroupBar.js';
|
|
123
|
+
export { default as TreeCombo } from '@bryntum/grid-thin/lib/widget/TreeCombo.js';
|
|
124
|
+
export { default as ChecklistFilterCombo, VALUE_COUNT } from '@bryntum/grid-thin/lib/widget/ChecklistFilterCombo.js';
|
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
|
+
}
|