File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2929 const sum = document . createElement ( 'summary' ) ;
3030 det . append ( sum ) ;
3131 const d = db [ tag ] [ hash ] ;
32- sum . textContent = tag + ' ' + ( idDb [ hash ] || hash ) ;
32+ sum . textContent = tag + ' ' + idDb [ hash ] + ' (' + hash + ')' ;
3333 det . addEventListener ( 'toggle' , ( ) => { if ( det . children . length < 2 ) det . append ( ...display ( db [ tag ] [ hash ] ) ) } )
3434 elements . push ( det ) ;
3535 }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ <h4 class="tsd-parameters-title">Parameters</h4>
2626< h5 > < span class ="tsd-kind-parameter "> element</ span > : < span class ="tsd-signature-type "> Element</ span > </ h5 > </ li > </ ul > </ div >
2727< h4 class ="tsd-returns-title "> Returns < a href ="../types/Description.html " class ="tsd-signature-type tsd-kind-type-alias "> Description</ a > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> undefined</ span > </ h4 > < aside class ="tsd-sources ">
2828< ul >
29- < li > Defined in < a href ="https://github.com/OpenEnergyTools/scl-diff/blob/34ada59 /describe.ts#L48 "> describe.ts:48</ a > </ li > </ ul > </ aside > </ li > </ ul > </ section > </ div >
29+ < li > Defined in < a href ="https://github.com/OpenEnergyTools/scl-diff/blob/78097a9 /describe.ts#L48 "> describe.ts:48</ a > </ li > </ ul > </ aside > </ li > </ ul > </ section > </ div >
3030< div class ="col-sidebar ">
3131< div class ="page-menu ">
3232< div class ="tsd-navigation settings ">
Original file line number Diff line number Diff line change 1717< h1 > Type alias Description</ h1 > </ div >
1818< div class ="tsd-signature "> < span class ="tsd-kind-type-alias "> Description</ span > < span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> PrivateDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> TextDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> EnumTypeDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> DATypeDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> DOTypeDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> LNodeTypeDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> LNDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> LN0Description</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> LDeviceDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> ServerDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> ServicesDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> AccessPointDescription</ span > < span class ="tsd-signature-symbol "> | </ span > < span class ="tsd-signature-type "> IEDDescription</ span > </ div > < aside class ="tsd-sources ">
1919< ul >
20- < li > Defined in < a href ="https://github.com/OpenEnergyTools/scl-diff/blob/34ada59 /describe.ts#L15 "> describe.ts:15</ a > </ li > </ ul > </ aside > </ div >
20+ < li > Defined in < a href ="https://github.com/OpenEnergyTools/scl-diff/blob/78097a9 /describe.ts#L15 "> describe.ts:15</ a > </ li > </ ul > </ aside > </ div >
2121< div class ="col-sidebar ">
2222< div class ="page-menu ">
2323< div class ="tsd-navigation settings ">
Original file line number Diff line number Diff line change 1414 "outDir" : " dist" ,
1515 "rootDir" : " ./"
1616 },
17- "include" : [" **/*.ts" , " demo/*.html " ]
17+ "include" : [" **/*.ts" ]
1818}
You can’t perform that action at this time.
0 commit comments