todo: manage state readonly ke komponen app prosedur pager-nav: scroll x on small screen form-schema: catatan opsional feat(treatment-report): add datetime validation and duration calculation - Change operator team fields from IDs to names in schema and form - Modify blood input schema to use type-based amount selection - Update form fields to match new schema structure - Simplify radio bloods component logic and styling - Add validation for ISO datetime format in treatment report schema - Implement duration calculation for operation and anesthesia times - Update input fields to use datetime-local type - Add disabled state for radio bloods component
9 lines
499 B
TypeScript
9 lines
499 B
TypeScript
export { default as ArrayMessage } from './array-message.vue'
|
|
export { default as FormControl } from './FormControl.vue'
|
|
export { default as FormDescription } from './FormDescription.vue'
|
|
export { default as FormItem } from './FormItem.vue'
|
|
export { default as FormLabel } from './FormLabel.vue'
|
|
export { default as FormMessage } from './FormMessage.vue'
|
|
export { FORM_ITEM_INJECTION_KEY } from './injectionKeys'
|
|
export { Form, Field as FormField, FieldArray as FormFieldArray } from 'vee-validate'
|