nativescript-ui-calendar
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "nativescript-ui-calendar", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Month, year, week and day views. Single, multiple and range date Selection. Special and disabled dates. Part of Progress NativeScript UI - a set of professional ui components built for NativeScript (also known as Pro UI).", | ||
@@ -5,0 +5,0 @@ "main": "ui-calendar", |
@@ -244,62 +244,1 @@ import { Color } from "@nativescript/core"; | ||
} | ||
export declare class CalendarNativeDataSourceImplementation extends NSObject implements TKCalendarDataSource { | ||
static ObjCProtocols: { | ||
prototype: TKCalendarDataSource; | ||
}[]; | ||
private _owner; | ||
private _itemsSource; | ||
static new(): CalendarNativeDataSourceImplementation; | ||
initWithSourceAndOwner(source: Array<CalendarEvent>, owner: RadCalendar): CalendarNativeDataSourceImplementation; | ||
initWithOwner(owner: RadCalendar): CalendarNativeDataSourceImplementation; | ||
set itemsSource(value: any); | ||
get itemsSource(): any; | ||
calendarEventsForDate(calendar: TKCalendar, date: Date): NSArray<any>; | ||
calendarEventsFromDateToDateWithCallback(calendar: TKCalendar, fromDate: Date, toDate: Date, callback: (NSArray: any) => void): NSArray<any>; | ||
} | ||
export declare class TKCalendarMonthPresenterDelegateImplementation extends NSObject implements TKCalendarMonthPresenterDelegate { | ||
static ObjCProtocols: { | ||
prototype: TKCalendarMonthPresenterDelegate; | ||
}[]; | ||
private _owner; | ||
static initWithOwner(owner: WeakRef<RadCalendar>): TKCalendarMonthPresenterDelegateImplementation; | ||
monthPresenterInlineEventSelected(presenter: TKCalendarMonthPresenter, event: TKCalendarEvent): void; | ||
monthPresenterUpdateVisualsForInlineEventCell(presenter: TKCalendarMonthPresenter, cell: TKCalendarInlineViewTableViewCell): void; | ||
} | ||
export declare class TKCalendarDayViewDelegateImplementation extends NSObject implements TKCalendarDayViewDelegate { | ||
static ObjCProtocols: { | ||
prototype: TKCalendarDayViewDelegate; | ||
}[]; | ||
private _owner; | ||
static initWithOwner(owner: WeakRef<RadCalendar>): TKCalendarDayViewDelegateImplementation; | ||
dayViewDidSelectEvent(dayView: TKCalendarDayView, event: TKCalendarEvent): void; | ||
} | ||
export declare class TKCalendarNativeDelegateImplementation extends NSObject implements TKCalendarDelegate { | ||
static ObjCProtocols: { | ||
prototype: TKCalendarDelegate; | ||
}[]; | ||
private _owner; | ||
static initWithOwner(owner: WeakRef<RadCalendar>): TKCalendarNativeDelegateImplementation; | ||
calendarDidChangedViewModeFromTo(calendar: TKCalendar, previousViewMode: TKCalendarViewMode, viewMode: TKCalendarViewMode): void; | ||
calendarDidDeselectedDate(calendar: TKCalendar, date: Date): void; | ||
calendarDidTapCell(calendar: TKCalendar, cell: TKCalendarDayCell): void; | ||
calendarShouldSelectDate(calendar: TKCalendar, date: Date): boolean; | ||
calendarDidSelectDate(calendar: TKCalendar, date: Date): void; | ||
calendarDidNavigateToDate(calendar: TKCalendar, date: Date): void; | ||
calendarWillNavigateToDate(calendar: TKCalendar, date: Date): void; | ||
calendarUpdateVisualsForCell(calendar: TKCalendar, cell: TKCalendarCell): void; | ||
private applyWeekViewCellStyles; | ||
private applyDayViewCellStyles; | ||
private applyYearViewCellStyles; | ||
private applyMonthNamesViewCellStyles; | ||
private applyMonthViewCellStyles; | ||
/** | ||
* Generic method that applies regular day style to cell of given view mode | ||
*/ | ||
private applyDayCellStyleToCell; | ||
private applyTitleCellStyleToCell; | ||
private applyDayNameCellStyleToCell; | ||
private applyMonthNameCellStyleToCell; | ||
private applyWeekNumberCellStyleToCell; | ||
private applyCommonCellStyleProperties; | ||
private getViewModeFromTKCalendarViewMode; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10412106
2
12321