File tree Expand file tree Collapse file tree 5 files changed +0
-5
lines changed
src/lib/components/common/jschema Expand file tree Collapse file tree 5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 3131 < div class = ' d-flex flex-column p-2' >
3232 < div class = ' property-metadata d-flex flex-column w-100' >
3333 < span class = ' {schemaProperty.isRequired() ? "fw-bold" : ""}' > { schemaProperty .title || " " }< / span>
34- < span class = ' small fw-light' > {schemaProperty .description || " " }< / span>
3534 < / div>
3635 < div class = ' array-items my-2' >
3736
Original file line number Diff line number Diff line change 1616 <div class =' property-metadata d-flex flex-column align-self-center w-50' >
1717 <span class ='' >{ schemaProperty .title || ' Boolean argument' }</span >
1818 {#if schemaProperty .description }
19- <span class ='small fw-light' >{ schemaProperty .description }</span >
2019 {/if }
2120 </div >
2221 <div class =' property-input ms-auto w-25' >
Original file line number Diff line number Diff line change 2020 <span
2121 class =' {schemaProperty .isRequired () ? " fw-bold" : " " }' >{ schemaProperty .title || ' Number argument' }</span >
2222 {#if schemaProperty .description }
23- <span class ='small fw-light' >{ schemaProperty .description }</span >
2423 {/if }
2524 </div >
2625 <div class =' property-input ms-auto w-25' >
Original file line number Diff line number Diff line change 3838 <div class =' d-flex flex-column p-2' >
3939 <div class =' property-metadata d-flex flex-column w-100' >
4040 <span class =' {objectSchema .isRequired () ? " fw-bold" : " " }' >{ objectSchema .title }</span >
41- <span class ='small fw-light' >{ objectSchema .description || " " }</span >
4241 </div >
4342 <div class =' object-properties my-2' >
4443 <div class ='accordion' id =' {accordionParentKey }' >
Original file line number Diff line number Diff line change 1717 <span
1818 class =' {schemaProperty .isRequired () ? " fw-bold" : " " }' >{ schemaProperty .title || ' String argument' }</span >
1919 {#if schemaProperty .description }
20- <span class ='small fw-light' >{ schemaProperty .description }</span >
2120 {/if }
2221 </div >
2322 <div class =' property-input ms-auto w-25' >
You can’t perform that action at this time.
0 commit comments