OrionColorPicker
Usage
<o-color-picker>
affiche un sélecteur de couleur avec plusieurs formats disponibles.
ColorPickerFormat ColorPickerPlayground
VModels
Name
vModel
Nil<string> = undefined
Props
Name
autofocus
boolean = undefined
clearable
boolean = undefined
clearToNull
boolean = undefined
debounce
number = 300
disabled
boolean = undefined
donetyping
number = undefined
forceLabelFloating
boolean = undefined
format
ColorFormat = 'hex' as ColorFormat
hideHex
boolean = undefined
hideRgba
boolean = undefined
inheritValidationState
boolean = undefined
label
string = undefined
placeholder
string = undefined
prefixFontIcon
string = undefined
prefixIcon
Orion.Icon = undefined
readonly
boolean = undefined
required
boolean = undefined
selectOnFocus
boolean = undefined
size
Orion.Size = 'md'
startValue
string = undefined
suffixFontIcon
string = undefined
suffixIcon
Orion.Icon = undefined
type
any = undefined
validation
any = undefined
validationErrorMessage
string = undefined
PublicInstance
Name
Type
hasBeenFocus
() => boolean
isFocus
() => boolean
focus
() => void
blur
Lodash.debounce
clear
() => void
setHasBeenFocus
(value: boolean) => void
isValid
() => boolean
_input
() => HTMLInputElement | undefined
sharedState
() => {
hasBeenFocus: boolean;
isFocus: boolean;
isAutoFilled: boolean;
}