UseDialog linked to dialog service d.ts

pull/3711/head
Bahadır Sofuoğlu 2023-03-07 16:50:08 +03:00
parent 49edde590b
commit 87b20dd122
3 changed files with 4 additions and 4 deletions

View File

@ -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';

View File

@ -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",

View File

@ -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>