mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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
10
components/panelmenu/PanelMenu.d.ts
vendored
10
components/panelmenu/PanelMenu.d.ts
vendored
|
@ -41,13 +41,13 @@ export declare type PanelMenuEmits = {
|
|||
* @param {*} value - New value.
|
||||
*/
|
||||
'update:expandedKeys': (value: any) => void;
|
||||
}
|
||||
};
|
||||
|
||||
declare class PanelMenu extends ClassComponent<PanelMenuProps, PanelMenuSlots, PanelMenuEmits> { }
|
||||
declare class PanelMenu extends ClassComponent<PanelMenuProps, PanelMenuSlots, PanelMenuEmits> {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface GlobalComponents {
|
||||
PanelMenu: GlobalComponentConstructor<PanelMenu>
|
||||
PanelMenu: GlobalComponentConstructor<PanelMenu>;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -57,11 +57,11 @@ declare module '@vue/runtime-core' {
|
|||
*
|
||||
* Helper API:
|
||||
*
|
||||
* - [MenuItem](https://www.primefaces.org/primevue/showcase/#/menumodel)
|
||||
* - [MenuItem](https://www.primefaces.org/primevue/menumodel)
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [PanelMenu](https://www.primefaces.org/primevue/showcase/#/panelmenu)
|
||||
* - [PanelMenu](https://www.primefaces.org/primevue/panelmenu)
|
||||
*
|
||||
*/
|
||||
export default PanelMenu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue