It'll depend on what components you're importing, which you can see on the documentation in the Source path section. As an example of the Calendar widget, you'll import it from calendar.thin file.
Attachments
Screenshot 2024-09-10 at 12.56.26.png (15.92 KiB) Viewed 275 times
import { BryntumCalendarComponent } from '@bryntum/calendar-angular';
import {
Calendar,
CalendarConfig,
} from '@bryntum/calendar-thin';
we getting below errors in build
Type 'import("../node_modules/@bryntum/calendar-thin/calendar").CalendarListeners' is not assignable to type 'import("../node_modules/@bryntum/calendar/calendar").CalendarListeners'.
Type 'import("../node_modules/@bryntum/calendar/calendar").Calendar' is not assignable to type 'import("../node_modules/@bryntum/calendar-thin/calendar").Calendar'.
Is the bryntum thin packages are not stable to use in application. We have purchased the calender product license and we struggling to install and use this product in our application. if you see the the thread above we are getting different errors on different stages. this is very bad experience that on live version of your package we are getting such library related bugs.
after your suggestion in previous reply we change
@bryntum/calendar-angular
to
@bryntum/calendar-angular-thin
but now we are facing another issue while npm install for these packages. see the error we are getting after updating calender-anular-thin package.
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@bryntum%2fcalendar-angular-thin - Not found
npm ERR! 404
npm ERR! 404 '@bryntum/calendar-angular-thin@6.0.6' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
Attachments
Screenshot 2024-09-18 115906.png (31.51 KiB) Viewed 139 times