mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #3827 - FullCalendar: Deprecated component
This commit is contained in:
parent
ac87f9a5d5
commit
977a6b560f
8 changed files with 789 additions and 1157 deletions
|
@ -1,22 +0,0 @@
|
|||
const FullCalendarProps = [
|
||||
{
|
||||
name: 'events',
|
||||
type: 'array',
|
||||
default: 'null',
|
||||
description: 'An array of events to display.'
|
||||
},
|
||||
{
|
||||
name: 'options',
|
||||
type: 'object',
|
||||
default: 'null',
|
||||
description: 'A configuration object to define properties of FullCalendar.'
|
||||
}
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
fullcalendar: {
|
||||
name: 'FullCalendar',
|
||||
description: 'An event calendar based on the FullCalendar library.',
|
||||
props: FullCalendarProps
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue