@aujsf/bootstrap-theme
Version:
Bootstrap 4 Theme for @aujsf/core
24 lines (22 loc) • 852 B
HTML
<template>
<template if.bind="adapter">
<aujsf-slot show.bind="adapter.ifValid" class="then-schema"
schema.bind="adapter.thenSchema"
ui-schema.bind="uiSchema"
value.bind="value"
pointer.bind="pointer"
required.bind="required"
parent-readonly.bind="parentReadonly"
errors.bind="errors" ref="slot">
</aujsf-slot>
<aujsf-slot show.bind="!adapter.ifValid" class="else-schema"
schema.bind="adapter.elseSchema"
ui-schema.bind="uiSchema"
value.bind="value"
pointer.bind="pointer"
required.bind="required"
parent-readonly.bind="parentReadonly"
errors.bind="errors" ref="slot">
</aujsf-slot>
</template>
</template>