Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-ui-calendar

Package Overview
Dependencies
Maintainers
11
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-ui-calendar - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc