This repository was archived by the owner on Aug 14, 2021. It is now read-only.
File tree 4 files changed +76
-7
lines changed
4 files changed +76
-7
lines changed Original file line number Diff line number Diff line change 1
1
{{ #if this }}
2
2
{{ #if reflection }}
3
- <a href =" {{ relativeURL reflection.url }} " class =" tsd-signature-type" >{{ reflection.name }} </a >{{ #if isArray }} <span class =" tsd-signature-symbol" >[]</span >{{ /if }}
3
+ {{ #compact }}
4
+ <a href =" {{ relativeURL reflection.url }} " class =" tsd-signature-type" >
5
+ {{ reflection.name }}
6
+ </a >
7
+ {{ #if isArray }} <span class =" tsd-signature-symbol" >[]</span >{{ /if }}
8
+ {{ #if typeArguments }}
9
+ <span class =" tsd-signature-symbol" >< </span >
10
+ {{ #each typeArguments }}
11
+ {{ #if @index }} <span class =" tsd-signature-symbol" >, </span >{{ /if }}
12
+ {{> type }}
13
+ {{ /each }}
14
+ <span class =" tsd-signature-symbol" >> </span >
15
+ {{ /if }}
16
+ {{ /compact }}
4
17
{{ else }}
5
18
{{ #if types }}
6
19
{{ #each types }}
16
29
{{ /each }}
17
30
<span class =" tsd-signature-symbol" >]</span >
18
31
{{ else }}
19
- <span class =" tsd-signature-type" >{{ this }} </span >
32
+ {{ #compact }}
33
+ <span class =" tsd-signature-type" >{{ this }} </span >
34
+ {{ #if typeArguments }}
35
+ <span class =" tsd-signature-symbol" >< </span >
36
+ {{ #each typeArguments }}
37
+ {{ #if @index }} <span class =" tsd-signature-symbol" >, </span >{{ /if }}
38
+ {{> type }}
39
+ {{ /each }}
40
+ <span class =" tsd-signature-symbol" >> </span >
41
+ {{ /if }}
42
+ {{ /compact }}
20
43
{{ /if }}
21
44
{{ /if }}
22
45
{{ /if }}
Original file line number Diff line number Diff line change 1
1
{{ #if this }}
2
2
{{ #if reflection }}
3
- <a href =" {{ relativeURL reflection.url }} " class =" tsd-signature-type" >{{ reflection.name }} </a >{{ #if isArray }} <span class =" tsd-signature-symbol" >[]</span >{{ /if }}
3
+ {{ #compact }}
4
+ <a href =" {{ relativeURL reflection.url }} " class =" tsd-signature-type" >
5
+ {{ reflection.name }}
6
+ </a >
7
+ {{ #if isArray }} <span class =" tsd-signature-symbol" >[]</span >{{ /if }}
8
+ {{ #if typeArguments }}
9
+ <span class =" tsd-signature-symbol" >< </span >
10
+ {{ #each typeArguments }}
11
+ {{ #if @index }} <span class =" tsd-signature-symbol" >, </span >{{ /if }}
12
+ {{> type }}
13
+ {{ /each }}
14
+ <span class =" tsd-signature-symbol" >> </span >
15
+ {{ /if }}
16
+ {{ /compact }}
4
17
{{ else }}
5
18
{{ #if types }}
6
19
{{ #each types }}
16
29
{{ /each }}
17
30
<span class =" tsd-signature-symbol" >]</span >
18
31
{{ else }}
19
- <span class =" tsd-signature-type" >{{ this }} </span >
32
+ {{ #compact }}
33
+ <span class =" tsd-signature-type" >{{ this }} </span >
34
+ {{ #if typeArguments }}
35
+ <span class =" tsd-signature-symbol" >< </span >
36
+ {{ #each typeArguments }}
37
+ {{ #if @index }} <span class =" tsd-signature-symbol" >, </span >{{ /if }}
38
+ {{> type }}
39
+ {{ /each }}
40
+ <span class =" tsd-signature-symbol" >> </span >
41
+ {{ /if }}
42
+ {{ /compact }}
20
43
{{ /if }}
21
44
{{ /if }}
22
45
{{ /if }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typedoc-default-themes" ,
3
3
"description" : " Default themes for TypeDoc." ,
4
- "version" : " 0.2.4 " ,
4
+ "version" : " 0.2.5 " ,
5
5
"homepage" : " http://typedoc.io" ,
6
6
"main" : " bin/plugin.js" ,
7
7
"author" : {
Original file line number Diff line number Diff line change 1
1
{{ #if this }}
2
2
{{ #if reflection }}
3
- <a href =" {{ relativeURL reflection.url }} " class =" tsd-signature-type" >{{ reflection.name }} </a >{{ #if isArray }} <span class =" tsd-signature-symbol" >[]</span >{{ /if }}
3
+ {{ #compact }}
4
+ <a href =" {{ relativeURL reflection.url }} " class =" tsd-signature-type" >
5
+ {{ reflection.name }}
6
+ </a >
7
+ {{ #if isArray }} <span class =" tsd-signature-symbol" >[]</span >{{ /if }}
8
+ {{ #if typeArguments }}
9
+ <span class =" tsd-signature-symbol" >< </span >
10
+ {{ #each typeArguments }}
11
+ {{ #if @index }} <span class =" tsd-signature-symbol" >, </span >{{ /if }}
12
+ {{> type }}
13
+ {{ /each }}
14
+ <span class =" tsd-signature-symbol" >> </span >
15
+ {{ /if }}
16
+ {{ /compact }}
4
17
{{ else }}
5
18
{{ #if types }}
6
19
{{ #each types }}
16
29
{{ /each }}
17
30
<span class =" tsd-signature-symbol" >]</span >
18
31
{{ else }}
19
- <span class =" tsd-signature-type" >{{ this }} </span >
32
+ {{ #compact }}
33
+ <span class =" tsd-signature-type" >{{ this }} </span >
34
+ {{ #if typeArguments }}
35
+ <span class =" tsd-signature-symbol" >< </span >
36
+ {{ #each typeArguments }}
37
+ {{ #if @index }} <span class =" tsd-signature-symbol" >, </span >{{ /if }}
38
+ {{> type }}
39
+ {{ /each }}
40
+ <span class =" tsd-signature-symbol" >> </span >
41
+ {{ /if }}
42
+ {{ /compact }}
20
43
{{ /if }}
21
44
{{ /if }}
22
45
{{ /if }}
You can’t perform that action at this time.
0 commit comments