mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Apidoc services completed
This commit is contained in:
parent
1ddebd977c
commit
e2747c5ae8
13 changed files with 394 additions and 246 deletions
6
components/dialogservice/DialogService.d.ts
vendored
6
components/dialogservice/DialogService.d.ts
vendored
|
@ -2,7 +2,7 @@
|
|||
*
|
||||
* [Live Demo](https://www.primevue.org/dynamicdialog/)
|
||||
*
|
||||
* @module dialogservice
|
||||
* @module dialogservice-usedialog
|
||||
*
|
||||
*/
|
||||
import { Plugin } from 'vue';
|
||||
|
@ -14,7 +14,7 @@ export default plugin;
|
|||
/**
|
||||
* Dynamic Dialog components methods.
|
||||
*
|
||||
* @group Interfaces
|
||||
* @group Model
|
||||
*
|
||||
*/
|
||||
export interface DialogServiceMethods {
|
||||
|
@ -24,7 +24,7 @@ export interface DialogServiceMethods {
|
|||
* @param {DynamicDialogOptions} options - DynamicDialog Object
|
||||
* @return {@link DynamicDialogInstance}
|
||||
*/
|
||||
open: (content: any, options?: DynamicDialogOptions) => DynamicDialogInstance;
|
||||
open(content: any, options?: DynamicDialogOptions): DynamicDialogInstance;
|
||||
}
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue