From 87b20dd122980c37f2fcc58c76598ba92939b08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Sofuo=C4=9Flu?= Date: Tue, 7 Mar 2023 16:50:08 +0300 Subject: [PATCH] UseDialog linked to dialog service d.ts --- components/dialogservice/DialogService.d.ts | 2 +- doc/common/apidoc/index.json | 4 ++-- pages/dynamicdialog/index.vue | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/dialogservice/DialogService.d.ts b/components/dialogservice/DialogService.d.ts index 0199e50f0..43e2336a5 100644 --- a/components/dialogservice/DialogService.d.ts +++ b/components/dialogservice/DialogService.d.ts @@ -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'; diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index f5b07d8d7..80f0fea1d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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", diff --git a/pages/dynamicdialog/index.vue b/pages/dynamicdialog/index.vue index 6df904ad6..5e121f150 100644 --- a/pages/dynamicdialog/index.vue +++ b/pages/dynamicdialog/index.vue @@ -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']" />