V13-FE-005: Complete KBX v60 frontend components, T01-T12 screen recipes, and WBS progress tracker
This commit is contained in:
@@ -3,7 +3,7 @@ import { computed, ref } from 'vue'
|
||||
|
||||
export interface KsNumberFieldProps {
|
||||
modelValue: number | null
|
||||
label: string
|
||||
label?: string
|
||||
type?: 'integer' | 'decimal'
|
||||
disabled?: boolean
|
||||
readonly?: boolean
|
||||
@@ -18,6 +18,7 @@ export interface KsNumberFieldProps {
|
||||
size?: 'sm' | 'md' | 'lg'
|
||||
currency?: string
|
||||
decimalPlaces?: number
|
||||
maxFractionDigits?: number
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<KsNumberFieldProps>(), {
|
||||
|
||||
Reference in New Issue
Block a user