mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Components added. Build issues fixed
This commit is contained in:
parent
5b66ed1093
commit
18c3721848
344 changed files with 12446 additions and 8758 deletions
|
@ -27,13 +27,12 @@ export interface TriStateCheckboxProps {
|
|||
*/
|
||||
'aria-labelledby'?: string | undefined;
|
||||
/**
|
||||
* Establishes a string value that labels the component.
|
||||
*/
|
||||
* Establishes a string value that labels the component.
|
||||
*/
|
||||
'aria-label'?: string | undefined;
|
||||
}
|
||||
|
||||
export interface TriStateCheckboxSlots {
|
||||
}
|
||||
export interface TriStateCheckboxSlots {}
|
||||
|
||||
export declare type TriStateCheckboxEmits = {
|
||||
/**
|
||||
|
@ -41,13 +40,13 @@ export declare type TriStateCheckboxEmits = {
|
|||
* @param {boolean|null|undefined} value - New value.
|
||||
*/
|
||||
'update:modelValue': (value: Nullable<boolean>) => void;
|
||||
}
|
||||
};
|
||||
|
||||
declare class TriStateCheckbox extends ClassComponent<TriStateCheckboxProps, TriStateCheckboxSlots, TriStateCheckboxEmits> { }
|
||||
declare class TriStateCheckbox extends ClassComponent<TriStateCheckboxProps, TriStateCheckboxSlots, TriStateCheckboxEmits> {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface GlobalComponents {
|
||||
TriStateCheckbox: GlobalComponentConstructor<TriStateCheckbox>
|
||||
TriStateCheckbox: GlobalComponentConstructor<TriStateCheckbox>;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -57,7 +56,7 @@ declare module '@vue/runtime-core' {
|
|||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [TriStateCheckbox](https://www.primefaces.org/primevue/showcase/#/tristatecheckbox)
|
||||
* - [TriStateCheckbox](https://www.primefaces.org/primevue/tristatecheckbox)
|
||||
*
|
||||
*/
|
||||
export default TriStateCheckbox;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue