mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
fix(Checkbox): Added "update:indeterminate" emit.
This commit is contained in:
parent
251e2f8293
commit
10bd119ab6
1 changed files with 5 additions and 0 deletions
5
packages/primevue/src/checkbox/Checkbox.d.ts
vendored
5
packages/primevue/src/checkbox/Checkbox.d.ts
vendored
|
@ -262,6 +262,11 @@ export interface CheckboxEmitsOptions {
|
|||
* @param {*} value - New value.
|
||||
*/
|
||||
'update:modelValue'(value: any): void;
|
||||
/**
|
||||
* Emitted when the "indeterminate" changes.
|
||||
* @param {false} value - New value.
|
||||
*/
|
||||
'update:indeterminate'(value: false): void;
|
||||
/**
|
||||
* Emitted when the value changes in uncontrolled mode.
|
||||
* @param {*} value - New value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue