quasar-ui-qcalendar icon indicating copy to clipboard operation
quasar-ui-qcalendar copied to clipboard

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available

Results 55 quasar-ui-qcalendar issues
Sort by recently updated
recently updated
newest added

**Slots for Cells in Monthly view** Actually im using fullcalendar, I hope to migrate to [quasar-ui-qcalendar](https://github.com/quasarframework/quasar-ui-qcalendar). My requests are so simple: 1. Divide the day Cell in three sections, Title,...

**Describe the bug** `Extension(@quasar/qcalendar): is not compatible with @quasar/app-vite v2.0.0-beta.5. Required version: ^1.0.0-alpha.0` **To Reproduce** Steps to reproduce the behavior: 1. Use `"@quasar/app-vite": "2.0.0-beta.5"` 2. Run `dev` **Expected behavior** A...

This addresses typescript compiling errors when using the createNativeLocaleFormatter function per the examples in the documentation. The return type of this function is a function, not a string. Tested this...

This line causes Typescript errors: https://github.com/quasarframework/quasar-ui-qcalendar/blob/8f8d3b0b8da8adcfae1099a2aefe829f61dab4f6/ui/types/types.d.ts#L24 I believe this line should be: export type TimestampFormatOptions = (timestamp: Timestamp, short: boolean) => Intl.DateTimeFormatOptions; but I'm not 100% certain.

When having multiple calendars rendered on one page, events would behave incorrectly. Due to having global variables store the listeners/emit in `useMouse.js`, they were dropped, when a new calendar would...