2022-09-12 07:13:52 +00:00
|
|
|
const DynamicDialogProps = [];
|
|
|
|
|
|
|
|
const DynamicDialogEvents = [];
|
|
|
|
|
|
|
|
const DynamicDialogSlots = [];
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
dynamicdialog: {
|
2022-09-14 14:26:41 +00:00
|
|
|
name: 'DynamicDialog',
|
|
|
|
description: 'Dialogs can be created dynamically with any component as the content using a DialogService.',
|
2022-09-12 07:13:52 +00:00
|
|
|
props: DynamicDialogProps,
|
|
|
|
events: DynamicDialogEvents,
|
|
|
|
slots: DynamicDialogSlots
|
|
|
|
}
|
|
|
|
};
|