UseDialog linked to dialog service d.ts
parent
49edde590b
commit
87b20dd122
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
*
|
||||
* [Live Demo](https://www.primevue.org/dynamicdialog/)
|
||||
* @module dialogservice
|
||||
* @module dialogservice-usedialog
|
||||
*/
|
||||
import { Plugin } from 'vue';
|
||||
import { DynamicDialogInstance, DynamicDialogOptions } from '../dynamicdialogoptions';
|
||||
|
|
|
@ -10554,7 +10554,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"dialogservice": {
|
||||
"dialogservice-usedialog": {
|
||||
"description": "[Live Demo](https://www.primevue.org/dynamicdialog/)",
|
||||
"model": {
|
||||
"DialogServiceMethods": {
|
||||
|
@ -22441,7 +22441,7 @@
|
|||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When present, it adds a custom id to the tooltip."
|
||||
"description": "By default the tooltip contents are not rendered as text. Set to true to support html tags in the content."
|
||||
},
|
||||
{
|
||||
"name": "fitContent",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
header="Dynamic Dialog"
|
||||
description="Dynamic Dialog is a Dialog container to display content in an overlay window."
|
||||
:componentDocs="docs"
|
||||
:apiDocs="['DynamicDialog', 'Dialog', 'DialogService', 'DynamicDialogOptions']"
|
||||
:apiDocs="['DynamicDialog', 'Dialog', 'DialogService-UseDialog', 'DynamicDialogOptions']"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue