File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<slot name =" before-description" v-bind =" $props" ></slot >
18
18
19
- <section class =" description" v-if =" stac.description" >
19
+ <section class =" description" v-if =" stac.description || stac.deprecated || supportedBy || affectedByMissing " >
20
20
<h3 >Description</h3 >
21
21
22
- <Description :description =" stac.description" ></Description >
22
+ <Description v-if = " stac.description " :description =" stac.description" ></Description >
23
23
<DeprecationNotice v-if =" stac.deprecated" entity =" collection" />
24
24
<FederationNotice v-if =" supportedBy" :backends =" supportedBy" :federation =" federation" entity =" collection" />
25
25
<FederationMissingNotice v-if =" affectedByMissing" :missing =" missing" :federation =" federation" />
Original file line number Diff line number Diff line change 24
24
25
25
<slot name =" before-description" v-bind =" $props" ></slot >
26
26
27
- <section class =" description" v-if =" format.description" >
27
+ <section class =" description" v-if =" format.description || format.deprecated || format.experimental || format['federation:backends'] " >
28
28
<h3 >Description</h3 >
29
- <Description :description =" format.description" />
29
+ <Description v-if = " format.description " :description =" format.description" />
30
30
<DeprecationNotice v-if =" format.deprecated" entity =" file format" />
31
31
<ExperimentalNotice v-if =" format.experimental" entity =" file format" />
32
32
<FederationNotice v-if =" format['federation:backends']" :backends =" format['federation:backends']" :federation =" federation" entity =" file format" />
Original file line number Diff line number Diff line change 8
8
9
9
<slot name =" before-description" v-bind =" $props" ></slot >
10
10
11
- <summary class =" description" v-if =" properties.description" >
12
- <Description :description =" properties.description" ></Description >
11
+ <summary class =" description" v-if =" properties.description || properties.deprecated || stac['federation:missing'] " >
12
+ <Description v-if = " properties.description " :description =" properties.description" ></Description >
13
13
14
14
<DeprecationNotice v-if =" properties.deprecated" entity =" item" />
15
15
<FederationMissingNotice v-if =" stac['federation:missing']" :missing =" stac['federation:missing']" :federation =" federation" />
Original file line number Diff line number Diff line change 47
47
48
48
<slot name =" before-description" v-bind =" $props" ></slot >
49
49
50
- <summary class =" description" v-if =" job.description" >
50
+ <summary class =" description" v-if =" job.description || job['federation:missing'] " >
51
51
<h3 >Description</h3 >
52
- <Description :description =" job.description" />
52
+ <Description v-if = " job.description " :description =" job.description" />
53
53
54
54
<FederationMissingNotice v-if =" job['federation:missing']" :missing =" job['federation:missing']" :federation =" federation" />
55
55
</summary >
Original file line number Diff line number Diff line change 33
33
34
34
<slot name =" before-description" :v-bind =" $props" ></slot >
35
35
36
- <section class =" description" v-if =" process.description" >
36
+ <section class =" description" v-if =" process.description || process.deprecated || process.experimental || process['federation:backends'] " >
37
37
<h3 >Description</h3 >
38
38
<code class =" signature" v-html =" signature" ></code >
39
- <Description :description =" process.description" :processUrl =" processUrl" />
39
+ <Description v-if = " process.description " :description =" process.description" :processUrl =" processUrl" />
40
40
<DeprecationNotice v-if =" process.deprecated" entity =" process" />
41
41
<ExperimentalNotice v-if =" process.experimental" entity =" process" />
42
42
<FederationNotice v-if =" process['federation:backends']" :backends =" process['federation:backends']" :federation =" federation" entity =" process" />
Original file line number Diff line number Diff line change 14
14
15
15
<slot name =" before-description" v-bind =" $props" ></slot >
16
16
17
- <section class =" description" v-if =" service.description" >
17
+ <section class =" description" v-if =" service.description || service.deprecated || service.experimental || serivce['federation:backends'] " >
18
18
<h3 >Description</h3 >
19
- <Description :description =" service.description" />
19
+ <Description v-if = " service.description " :description =" service.description" />
20
20
<DeprecationNotice v-if =" service.deprecated" entity =" type of secondary web service" />
21
21
<ExperimentalNotice v-if =" service.experimental" entity =" type of secondary web service" />
22
22
<FederationNotice v-if =" service['federation:backends']" :backends =" service['federation:backends']" :federation =" federation" entity =" type of secondary web service" />
Original file line number Diff line number Diff line change 21
21
22
22
<slot name =" before-description" v-bind =" $props" ></slot >
23
23
24
- <section class =" description" v-if =" runtime.description" >
25
- <Description :description =" runtime.description" ></Description >
24
+ <section class =" description" v-if =" runtime.description || runtime.deprecated || runtime.experimental || runtime['federation:backends'] " >
25
+ <Description v-if = " runtime.description " :description =" runtime.description" ></Description >
26
26
<DeprecationNotice v-if =" runtime.deprecated" entity =" UDF runtime" />
27
27
<ExperimentalNotice v-if =" runtime.experimental" entity =" UDF runtime" />
28
28
<FederationNotice v-if =" runtime['federation:backends']" :backends =" runtime['federation:backends']" :federation =" federation" entity =" UDF runtime" />
You can’t perform that action at this time.
0 commit comments