File tree Expand file tree Collapse file tree 5 files changed +6
-55
lines changed Expand file tree Collapse file tree 5 files changed +6
-55
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {dispatchEventOnOpenScd} from "./foundation.js";
11
11
import { SclSelectedEvent } from "./CompasScl.js" ;
12
12
import { TypeSelectedEvent } from "./CompasSclTypeList.js" ;
13
13
14
- import './CompasDivider .js' ;
14
+ import '../WizardDivider .js' ;
15
15
import './CompasSclTypeList.js' ;
16
16
import './CompasScl.js' ;
17
17
@@ -107,12 +107,12 @@ export default class CompasOpenElement extends LitElement {
107
107
108
108
render ( ) : TemplateResult {
109
109
return html `
110
- < compas -divider> </ compas -divider>
110
+ < wizard -divider> </ wizard -divider>
111
111
< section >
112
112
< h3 > ${ translate ( 'compas.open.localTitle' ) } </ h3 >
113
113
${ this . renderFileSelect ( ) }
114
114
</ section >
115
- < compas -divider> </ compas -divider>
115
+ < wizard -divider> </ wizard -divider>
116
116
< section >
117
117
< h3 > ${ translate ( 'compas.open.compasTitle' ) } </ h3 >
118
118
${ ( this . selectedType ) ? this . renderSclList ( ) : this . renderSclTypeList ( ) }
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ import {
21
21
updateDocumentInOpenSCD
22
22
} from "./foundation.js" ;
23
23
24
+ import '../WizardDivider.js' ;
24
25
import './CompasChangeSetRadiogroup.js' ;
25
26
import './CompasComment.js' ;
26
- import './CompasDivider.js' ;
27
27
import './CompasLoading.js' ;
28
28
import './CompasSclTypeRadiogroup.js' ;
29
29
@@ -146,12 +146,12 @@ export default class CompasSaveElement extends CompasExistsIn(LitElement) {
146
146
147
147
render ( ) : TemplateResult {
148
148
return html `
149
- < compas -divider> </ compas -divider>
149
+ < wizard -divider> </ wizard -divider>
150
150
< section >
151
151
< h3 > ${ translate ( 'compas.save.localTitle' ) } </ h3 >
152
152
${ this . renderSaveFilePart ( ) }
153
153
</ section >
154
- < compas -divider> </ compas -divider>
154
+ < wizard -divider> </ wizard -divider>
155
155
< section >
156
156
< h3 > ${ translate ( 'compas.save.compasTitle' ) } </ h3 >
157
157
${ this . renderSaveCompasPart ( ) }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments