@@ -15,6 +15,7 @@ import { MdOutlinedButton } from '@scopedelement/material-web/button/MdOutlinedB
15
15
import { MdTextButton } from '@scopedelement/material-web/button/MdTextButton.js' ;
16
16
import { SclCheckbox } from '@openenergytools/scl-checkbox' ;
17
17
import { MdCheckbox } from '@scopedelement/material-web/checkbox/MdCheckbox.js' ;
18
+ import { TreeGrid } from '@openenergytools/tree-grid' ;
18
19
19
20
import './editors/report/report-control-editor.js' ;
20
21
import './editors/gsecontrol/gse-control-editor.js' ;
@@ -30,6 +31,7 @@ window.customElements.define('md-icon', MdIcon);
30
31
window . customElements . define ( 'scl-select' , SclSelect ) ;
31
32
window . customElements . define ( 'scl-checkbox' , SclCheckbox ) ;
32
33
window . customElements . define ( 'md-checkbox' , MdCheckbox ) ;
34
+ window . customElements . define ( 'oscd-tree-grid' , TreeGrid ) ;
33
35
34
36
/** An editor [[`plugin`]] to configure `Report`, `GOOSE`, `SampledValue` control blocks and its `DataSet` */
35
37
export default class PublisherPlugin extends LitElement {
@@ -137,6 +139,10 @@ export default class PublisherPlugin extends LitElement {
137
139
font-family : var (--oscd-theme-text-font );
138
140
--md-sys-color-surface-container-highest : var (--oscd-base2 );
139
141
--md-dialog-container-color : var (--oscd-base3 );
142
+
143
+ --md-list-item-activated-background : rgb (
144
+ from var (--oscd-primary ) r g b / 0.38
145
+ );
140
146
}
141
147
142
148
.hidden {
0 commit comments