SYMBOL INDEX (269 symbols across 74 files) FILE: bin/build.js function compile (line 5) | async function compile(options) { FILE: dist/js/calendar-context-menu.js function d (line 1) | function d({getContextMenuActionsUsing:o}){return{open:!1,size:{width:0,... FILE: dist/js/calendar-event.js function o (line 1) | function o({event:t,timeText:r,view:d,hasContextMenu:n}){return{event:t,... FILE: dist/js/calendar.js function M (line 1) | function M({view:c="dayGridMonth",locale:v="en",firstDay:f=1,dayMaxEvent... FILE: resources/js/calendar-context-menu.js function calendarContextMenu (line 1) | function calendarContextMenu({ FILE: resources/js/calendar-event.js function calendarEvent (line 1) | function calendarEvent({ FILE: resources/js/calendar.js function calendar (line 1) | function calendar({ FILE: src/Attributes/CalendarEventContent.php class CalendarEventContent (line 7) | #[\Attribute(\Attribute::TARGET_METHOD)] method __construct (line 13) | public function __construct(public string $model) {} FILE: src/Attributes/CalendarResourceLabelContent.php class CalendarResourceLabelContent (line 7) | #[\Attribute(\Attribute::TARGET_METHOD)] method __construct (line 13) | public function __construct(public string $model) {} FILE: src/Attributes/CalendarSchema.php class CalendarSchema (line 7) | #[\Attribute(\Attribute::TARGET_METHOD)] method __construct (line 13) | public function __construct(public string $model) {} FILE: src/CalendarPlugin.php class CalendarPlugin (line 8) | class CalendarPlugin implements Plugin method getId (line 10) | public function getId(): string method register (line 15) | public function register(Panel $panel): void {} method boot (line 17) | public function boot(Panel $panel): void {} method make (line 19) | public static function make(): static FILE: src/CalendarServiceProvider.php class CalendarServiceProvider (line 12) | class CalendarServiceProvider extends PackageServiceProvider method configurePackage (line 14) | public function configurePackage(Package $package): void method packageBooted (line 28) | public function packageBooted(): void FILE: src/Concerns/CalendarAction.php type CalendarAction (line 13) | trait CalendarAction method resolveDefaultClosureDependencyForEvaluationByType (line 15) | protected function resolveDefaultClosureDependencyForEvaluationByType(... FILE: src/Concerns/CanRefreshCalendar.php type CanRefreshCalendar (line 5) | trait CanRefreshCalendar method refreshRecords (line 7) | public function refreshRecords(): static method refreshResources (line 14) | public function refreshResources(): static FILE: src/Concerns/CanUseFilamentTimezone.php type CanUseFilamentTimezone (line 5) | trait CanUseFilamentTimezone method shouldUseFilamentTimezone (line 9) | public function shouldUseFilamentTimezone(): bool FILE: src/Concerns/HandlesDateClick.php type HandlesDateClick (line 9) | trait HandlesDateClick method onDateClick (line 25) | protected function onDateClick(DateClickInfo $info): void {} method isDateClickEnabled (line 32) | public function isDateClickEnabled(): bool method onDateClickJs (line 40) | public function onDateClickJs(array $data): void FILE: src/Concerns/HandlesDateSelect.php type HandlesDateSelect (line 8) | trait HandlesDateSelect method onDateSelect (line 24) | protected function onDateSelect(DateSelectInfo $info): void {} method isDateSelectEnabled (line 31) | public function isDateSelectEnabled(): bool method onDateSelectJs (line 39) | public function onDateSelectJs(array $data): void FILE: src/Concerns/HandlesDatesSet.php type HandlesDatesSet (line 7) | trait HandlesDatesSet method onDatesSet (line 25) | protected function onDatesSet(DatesSetInfo $info): void {} method isDatesSetEnabled (line 32) | public function isDatesSetEnabled(): bool method onDatesSetJs (line 40) | public function onDatesSetJs(array $data): void FILE: src/Concerns/HandlesEventAllUpdated.php type HandlesEventAllUpdated (line 7) | trait HandlesEventAllUpdated method onEventAllUpdated (line 11) | protected function onEventAllUpdated(EventAllUpdatedInfo $info): void {} method isEventAllUpdatedEnabled (line 13) | public function isEventAllUpdatedEnabled(): bool method onEventAllUpdatedJs (line 21) | public function onEventAllUpdatedJs(array $info): void FILE: src/Concerns/HandlesEventClick.php type HandlesEventClick (line 9) | trait HandlesEventClick method onEventClick (line 18) | protected function onEventClick(EventClickInfo $info, Model $event, ?s... method isEventClickEnabled (line 28) | public function isEventClickEnabled(): bool method getDefaultEventClickAction (line 33) | public function getDefaultEventClickAction(): ?string method onEventClickJs (line 41) | public function onEventClickJs(array $data = [], ?string $action = nul... FILE: src/Concerns/HandlesEventDragAndDrop.php type HandlesEventDragAndDrop (line 9) | trait HandlesEventDragAndDrop method onEventDrop (line 19) | protected function onEventDrop(EventDropInfo $info, Model $event): bool method isEventDragEnabled (line 24) | public function isEventDragEnabled(): bool method onEventDropJs (line 32) | public function onEventDropJs(array $data): bool FILE: src/Concerns/HandlesEventResize.php type HandlesEventResize (line 9) | trait HandlesEventResize method onEventResize (line 19) | protected function onEventResize(EventResizeInfo $info, Model $event):... method isEventResizeEnabled (line 24) | public function isEventResizeEnabled(): bool method onEventResizeJs (line 32) | public function onEventResizeJs(array $data): bool FILE: src/Concerns/HandlesNoEventsClick.php type HandlesNoEventsClick (line 8) | trait HandlesNoEventsClick method onNoEventsClick (line 12) | protected function onNoEventsClick(NoEventsClickInfo $info): void {} method isNoEventsClickEnabled (line 14) | public function isNoEventsClickEnabled(): bool method onNoEventsClickJs (line 22) | public function onNoEventsClickJs(array $data): void FILE: src/Concerns/HandlesViewDidMount.php type HandlesViewDidMount (line 7) | trait HandlesViewDidMount method onViewDidMount (line 11) | protected function onViewDidMount(ViewDidMountInfo $info): void {} method isViewDidMountEnabled (line 13) | public function isViewDidMountEnabled(): bool method onViewDidMountJs (line 21) | public function onViewDidMountJs(array $data): void FILE: src/Concerns/HasAuthorization.php type HasAuthorization (line 10) | trait HasAuthorization method shouldSkipAuthorization (line 14) | public function shouldSkipAuthorization(): bool method getAuthorizationResponse (line 19) | public function getAuthorizationResponse(string $action, null | Model ... method transformActionName (line 35) | protected function transformActionName(string $action): string FILE: src/Concerns/HasCalendarContextData.php type HasCalendarContextData (line 14) | trait HasCalendarContextData method setRawCalendarContextData (line 18) | protected function setRawCalendarContextData(Context $context, array $... method getRawCalendarContextData (line 31) | public function getRawCalendarContextData(?string $key = null): array ... method getCalendarContextInfo (line 44) | public function getCalendarContextInfo(): ?ContextualInfo FILE: src/Concerns/HasCalendarView.php type HasCalendarView (line 7) | trait HasCalendarView method getCalendarView (line 11) | public function getCalendarView(): CalendarViewType FILE: src/Concerns/HasContextMenu.php type HasContextMenu (line 10) | trait HasContextMenu method bootedHasContextMenu (line 14) | public function bootedHasContextMenu(): void method getContextMenuActionsUsing (line 19) | public function getContextMenuActionsUsing(Context $context, array $da... method hasContextMenu (line 40) | public function hasContextMenu(?Context $context = null): bool method cacheContextMenuActions (line 51) | protected function cacheContextMenuActions(): void method getCachedContextMenuActions (line 67) | protected function getCachedContextMenuActions(): array method getDateClickContextMenuActions (line 72) | protected function getDateClickContextMenuActions(): array method getDateSelectContextMenuActions (line 77) | protected function getDateSelectContextMenuActions(): array method getEventClickContextMenuActions (line 82) | protected function getEventClickContextMenuActions(): array method getNoEventsClickContextMenuActions (line 87) | protected function getNoEventsClickContextMenuActions(): array method getCachedDateClickContextMenuActions (line 92) | protected function getCachedDateClickContextMenuActions(): array method getCachedDateSelectContextMenuActions (line 97) | protected function getCachedDateSelectContextMenuActions(): array method getCachedEventClickContextMenuActions (line 102) | protected function getCachedEventClickContextMenuActions(): array method getCachedNoEventsClickContextMenuActions (line 107) | protected function getCachedNoEventsClickContextMenuActions(): array method cacheContextMenuAction (line 112) | private function cacheContextMenuAction(Action $action, Context $conte... FILE: src/Concerns/HasDayMaxEvents.php type HasDayMaxEvents (line 5) | trait HasDayMaxEvents method getDayMaxEvents (line 23) | public function getDayMaxEvents(): bool FILE: src/Concerns/HasDefaultActions.php type HasDefaultActions (line 12) | trait HasDefaultActions method createAction (line 19) | protected function createAction(string $model, ?string $name = null): ... method viewAction (line 30) | public function viewAction(): ViewAction method editAction (line 35) | public function editAction(): EditAction method deleteAction (line 40) | public function deleteAction(): DeleteAction FILE: src/Concerns/HasEventContent.php type HasEventContent (line 9) | trait HasEventContent method getEventContentJs (line 11) | public function getEventContentJs(): ?array FILE: src/Concerns/HasEvents.php type HasEvents (line 11) | trait HasEvents method getEvents (line 13) | abstract protected function getEvents(FetchInfo $info): Collection | a... method getEventsJs (line 15) | public function getEventsJs(array $info): array FILE: src/Concerns/HasFirstDay.php type HasFirstDay (line 7) | trait HasFirstDay method getFirstDay (line 17) | public function getFirstDay(): WeekDay FILE: src/Concerns/HasFooterActions.php type HasFooterActions (line 11) | trait HasFooterActions method bootedHasFooterActions (line 15) | public function bootedHasFooterActions(): void method cacheFooterActions (line 20) | protected function cacheFooterActions(): void method getCachedFooterActions (line 46) | public function getCachedFooterActions(): array method getFooterActions (line 51) | public function getFooterActions(): array method getCachedFooterActionsComponent (line 56) | public function getCachedFooterActionsComponent(): Actions FILE: src/Concerns/HasHeaderActions.php type HasHeaderActions (line 11) | trait HasHeaderActions method bootedHasHeaderActions (line 15) | public function bootedHasHeaderActions(): void method cacheHeaderActions (line 20) | protected function cacheHeaderActions(): void method getCachedHeaderActions (line 45) | public function getCachedHeaderActions(): array method getHeaderActions (line 50) | public function getHeaderActions(): array method getCachedHeaderActionsComponent (line 55) | public function getCachedHeaderActionsComponent(): Actions FILE: src/Concerns/HasHeading.php type HasHeading (line 7) | trait HasHeading method getHeading (line 11) | public function getHeading(): null | string | HtmlString FILE: src/Concerns/HasLocale.php type HasLocale (line 5) | trait HasLocale method getLocale (line 15) | public function getLocale(): string method getDefaultLocale (line 20) | private function getDefaultLocale(): string FILE: src/Concerns/HasMoreLinkContent.php type HasMoreLinkContent (line 7) | trait HasMoreLinkContent method getMoreLinkContent (line 17) | public function getMoreLinkContent(): null | string | array method getMoreLinkContentJs (line 22) | public function getMoreLinkContentJs(): ?string FILE: src/Concerns/HasNotifications.php type HasNotifications (line 8) | trait HasNotifications method sendUnauthorizedNotification (line 10) | public function sendUnauthorizedNotification(Response $response): static method getUnauthorizedNotification (line 21) | protected function getUnauthorizedNotification(Response $response): ?N... method getUnauthorizedNotificationTitle (line 30) | protected function getUnauthorizedNotificationTitle(Response $response... FILE: src/Concerns/HasOptions.php type HasOptions (line 5) | trait HasOptions method getOptions (line 12) | public function getOptions(): array method setOption (line 17) | public function setOption(string $key, mixed $value): static FILE: src/Concerns/HasResourceLabelContent.php type HasResourceLabelContent (line 9) | trait HasResourceLabelContent method getResourceLabelContentJs (line 11) | public function getResourceLabelContentJs(): ?array FILE: src/Concerns/HasResources.php type HasResources (line 10) | trait HasResources method getResources (line 12) | protected function getResources(): Collection | array | Builder method getResourcesJs (line 17) | public function getResourcesJs(): array FILE: src/Concerns/HasSchema.php type HasSchema (line 14) | trait HasSchema method getSchemaForModel (line 19) | public function getSchemaForModel(Schema $schema, ?string $model = nul... method getFormSchemaForModel (line 59) | public function getFormSchemaForModel(Schema $schema, ?string $model =... method getInfolistSchemaForModel (line 77) | public function getInfolistSchemaForModel(Schema $schema, ?string $mod... FILE: src/Concerns/HasTheme.php type HasTheme (line 5) | trait HasTheme method getTheme (line 7) | public function getTheme(): ?array FILE: src/Concerns/InteractsWithCalendar.php type InteractsWithCalendar (line 9) | trait InteractsWithCalendar method mountAction (line 47) | public function mountAction(string $name, array $arguments = [], array... FILE: src/Concerns/InteractsWithEventRecord.php type InteractsWithEventRecord (line 11) | trait InteractsWithEventRecord method getEventRecord (line 16) | public function getEventRecord(): ?Model method getEventModel (line 21) | public function getEventModel(): ?string method resolveEventRecord (line 30) | protected function resolveEventRecord(): ?Model method resolveEventRecordRouteBinding (line 47) | protected function resolveEventRecordRouteBinding(string $model, mixed... method getEloquentQuery (line 55) | protected function getEloquentQuery(string $model): Builder method getEventRecordRouteKeyName (line 60) | protected function getEventRecordRouteKeyName(?string $model = null): ... FILE: src/Contracts/ContextualInfo.php type ContextualInfo (line 7) | interface ContextualInfo method getContext (line 9) | public function getContext(): Context; FILE: src/Contracts/Eventable.php type Eventable (line 7) | interface Eventable method toCalendarEvent (line 9) | public function toCalendarEvent(): CalendarEvent; FILE: src/Contracts/HasCalendar.php type HasCalendar (line 5) | interface HasCalendar {} FILE: src/Contracts/Resourceable.php type Resourceable (line 7) | interface Resourceable method toCalendarResource (line 9) | public function toCalendarResource(): CalendarResource; FILE: src/Enums/Context.php method interactsWithRecord (line 14) | public function interactsWithRecord(): bool FILE: src/Exceptions/SchemaNotFoundException.php class SchemaNotFoundException (line 7) | class SchemaNotFoundException extends Exception {} FILE: src/Filament/Actions/CreateAction.php class CreateAction (line 9) | class CreateAction extends \Filament\Actions\CreateAction method setUp (line 13) | protected function setUp(): void FILE: src/Filament/Actions/DeleteAction.php class DeleteAction (line 9) | class DeleteAction extends \Filament\Actions\DeleteAction method setUp (line 13) | protected function setUp(): void FILE: src/Filament/Actions/EditAction.php class EditAction (line 8) | class EditAction extends \Filament\Actions\EditAction method setUp (line 10) | protected function setUp(): void FILE: src/Filament/Actions/ViewAction.php class ViewAction (line 8) | class ViewAction extends \Filament\Actions\ViewAction method setUp (line 10) | protected function setUp(): void FILE: src/Filament/CalendarWidget.php class CalendarWidget (line 11) | abstract class CalendarWidget extends Widget implements HasActions, HasC... FILE: src/ValueObjects/CalendarEvent.php class CalendarEvent (line 15) | class CalendarEvent method __construct (line 47) | private function __construct(?Model $model = null) method start (line 55) | public function start(string | Carbon $start): static method getStart (line 67) | public function getStart(): Carbon method end (line 72) | public function end(string | Carbon $end): static method getEnd (line 84) | public function getEnd(): Carbon method allDay (line 89) | public function allDay(bool $allDay = true): static method getAllDay (line 96) | public function getAllDay(): bool method title (line 101) | public function title(string | Htmlable $title): static method getTitle (line 108) | public function getTitle(): string | Htmlable method backgroundColor (line 115) | public function backgroundColor(string $color): static method getBackgroundColor (line 122) | public function getBackgroundColor(): ?string method textColor (line 127) | public function textColor(string $color): static method getTextColor (line 134) | public function getTextColor(): ?string method classes (line 139) | public function classes(array $classes): static method classNames (line 144) | public function classNames(array $classNames): static method getClassNames (line 151) | public function getClassNames(): string method styles (line 156) | public function styles(array $styles): static method getStyles (line 163) | public function getStyles(): string method display (line 180) | public function display(string $display): static method getDisplay (line 187) | public function getDisplay(): ?string method displayAuto (line 192) | public function displayAuto(): static method displayBackground (line 197) | public function displayBackground(): static method editable (line 202) | public function editable(bool $editable = true): static method getEditable (line 209) | public function getEditable(): ?bool method startEditable (line 214) | public function startEditable(bool $startEditable = true): static method getStartEditable (line 221) | public function getStartEditable(): ?bool method durationEditable (line 226) | public function durationEditable(bool $durationEditable = true): static method getDurationEditable (line 233) | public function getDurationEditable(): ?bool method resourceId (line 238) | public function resourceId(int | string | CalendarResource $resource):... method resourceIds (line 245) | public function resourceIds(array $resourceIds): static method getResourceIds (line 255) | public function getResourceIds(): array method url (line 260) | public function url(string $url, string $target = '_blank'): static method key (line 268) | public function key(string $key): static method model (line 275) | public function model(string $model): static method action (line 282) | public function action(string $action): static method extendedProp (line 289) | public function extendedProp(string $key, mixed $value): static method extendedProps (line 296) | public function extendedProps(array $props): static method timezone (line 306) | public function timezone(string $timezone): static method getExtendedProps (line 313) | public function getExtendedProps(): array method make (line 318) | public static function make(?Model $model = null): static method toCalendarObject (line 323) | public function toCalendarObject(int $timezoneOffset, bool $useFilamen... method fromCalendarObject (line 361) | public function fromCalendarObject(array $data, int $timezoneOffset, b... FILE: src/ValueObjects/CalendarResource.php class CalendarResource (line 8) | class CalendarResource method __construct (line 22) | private function __construct(Model | int | string $id) method getId (line 31) | public function getId(): int | string method title (line 36) | public function title(string | Htmlable $title): static method getTitle (line 43) | public function getTitle(): string method eventBackgroundColor (line 50) | public function eventBackgroundColor(string $color): static method getEventBackgroundColor (line 57) | public function getEventBackgroundColor(): ?string method eventTextColor (line 62) | public function eventTextColor(string $color): static method getEventTextColor (line 69) | public function getEventTextColor(): ?string method child (line 74) | public function child(array | CalendarResource $child): static method children (line 79) | public function children(array $children): static method getChildren (line 89) | public function getChildren(): array method extendedProp (line 94) | public function extendedProp(string $key, mixed $value): static method extendedProps (line 101) | public function extendedProps(array $props): static method getExtendedProps (line 111) | public function getExtendedProps(): array method make (line 116) | public static function make(Model | int | string $id): static method toCalendarObject (line 121) | public function toCalendarObject(): array method fromCalendarObject (line 133) | public static function fromCalendarObject(array $data): CalendarResource FILE: src/ValueObjects/CalendarView.php class CalendarView (line 10) | readonly class CalendarView method __construct (line 28) | public function __construct(array $data, int $timezoneOffset, bool $us... FILE: src/ValueObjects/DateClickInfo.php class DateClickInfo (line 11) | readonly class DateClickInfo implements ContextualInfo method __construct (line 23) | public function __construct(array $data, bool $useFilamentTimezone) method getContext (line 48) | public function getContext(): Context FILE: src/ValueObjects/DateSelectInfo.php class DateSelectInfo (line 11) | readonly class DateSelectInfo implements ContextualInfo method __construct (line 25) | public function __construct(array $data, bool $useFilamentTimezone) method getContext (line 56) | public function getContext(): Context FILE: src/ValueObjects/DatesSetInfo.php class DatesSetInfo (line 9) | readonly class DatesSetInfo method __construct (line 19) | public function __construct(array $data, bool $useFilamentTimezone) FILE: src/ValueObjects/EventAllUpdatedInfo.php class EventAllUpdatedInfo (line 5) | readonly class EventAllUpdatedInfo method __construct (line 11) | public function __construct(array $data, bool $useFilamentTimezone) FILE: src/ValueObjects/EventClickInfo.php class EventClickInfo (line 9) | readonly class EventClickInfo implements ContextualInfo method __construct (line 19) | public function __construct(array $data, Model $record, bool $useFilam... method getContext (line 40) | public function getContext(): Context FILE: src/ValueObjects/EventDropInfo.php class EventDropInfo (line 9) | readonly class EventDropInfo implements ContextualInfo method __construct (line 21) | public function __construct(array $data, Model $record, bool $useFilam... method getContext (line 51) | public function getContext(): Context FILE: src/ValueObjects/EventResizeInfo.php class EventResizeInfo (line 9) | readonly class EventResizeInfo implements ContextualInfo method __construct (line 21) | public function __construct(array $data, Model $record, bool $useFilam... method getContext (line 50) | public function getContext(): Context FILE: src/ValueObjects/FetchInfo.php class FetchInfo (line 9) | readonly class FetchInfo method __construct (line 17) | public function __construct(array $data) FILE: src/ValueObjects/NoEventsClickInfo.php class NoEventsClickInfo (line 8) | readonly class NoEventsClickInfo implements ContextualInfo method __construct (line 14) | public function __construct(array $data, bool $useFilamentTimezone) method getContext (line 25) | public function getContext(): Context FILE: src/ValueObjects/ViewDidMountInfo.php class ViewDidMountInfo (line 5) | readonly class ViewDidMountInfo method __construct (line 11) | public function __construct(array $data, bool $useFilamentTimezone) FILE: src/helpers.php function browser_date_to_user_date (line 17) | function browser_date_to_user_date(CarbonImmutable | string $date): Carb... function browser_date_to_app_date (line 36) | function browser_date_to_app_date(CarbonImmutable | string $date): Carbo... function utc_to_user_local_time (line 55) | function utc_to_user_local_time(CarbonImmutable | string $date, int $tim... FILE: tests/Pest.php function something (line 42) | function something() FILE: tests/TestCase.php class TestCase (line 9) | abstract class TestCase extends BaseTestCase method setUp (line 11) | protected function setUp(): void method getPackageProviders (line 20) | protected function getPackageProviders($app) method getEnvironmentSetUp (line 27) | public function getEnvironmentSetUp($app) FILE: workbench/app/Providers/WorkbenchServiceProvider.php class WorkbenchServiceProvider (line 8) | class WorkbenchServiceProvider extends ServiceProvider method register (line 13) | public function register(): void method boot (line 21) | public function boot(): void