mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2653 - New Component: DynamicDialog
This commit is contained in:
parent
cdf42edd14
commit
6e608144b9
24 changed files with 458 additions and 1 deletions
15
api-generator/components/dynamicdialog.js
Normal file
15
api-generator/components/dynamicdialog.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
const DynamicDialogProps = [];
|
||||
|
||||
const DynamicDialogEvents = [];
|
||||
|
||||
const DynamicDialogSlots = [];
|
||||
|
||||
module.exports = {
|
||||
dynamicdialog: {
|
||||
name: "DynamicDialog",
|
||||
description: "Dialogs can be created dynamically with any component as the content using a DialogService.",
|
||||
props: DynamicDialogProps,
|
||||
events: DynamicDialogEvents,
|
||||
slots: DynamicDialogSlots
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue