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

nativescript-ui-calendar

Package Overview
Dependencies
Maintainers
1
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 5.0.0-androidx-110619-2 to 5.0.0

21

index.d.ts

@@ -234,3 +234,7 @@ import { View, Property, ViewBase } from "tns-core-modules/ui/core/view";

*/
VerticalCenter = "VerticalCenter"
VerticalCenter = "VerticalCenter",
/**
The cell content is center aligned both horizontally and vertically.
*/
Center = "Center"
}

@@ -243,2 +247,12 @@

export class DateRange {
/**
* Creates a new DateRange.
*/
constructor();
/**
* Creates a DateRange between the specified startDate and endDate.
*/
constructor(startDate: Date, endDate: Date);
/***

@@ -1377,2 +1391,7 @@ * Indicates the first date of the range.

getEventsForDate(date: Date): Array<CalendarEvent>;
/**
* Removes the selection, if any.
*/
clearSelection(): void;
}

39

package.json
{
"name": "nativescript-ui-calendar",
"version": "5.0.0-androidx-110619-2",
"version": "5.0.0",
"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).",

@@ -9,4 +9,4 @@ "main": "ui-calendar",

"platforms": {
"android": "4.2.0",
"ios": "4.2.0"
"android": "6.0.0",
"ios": "6.0.0"
}

@@ -36,16 +36,16 @@ },

"devDependencies": {
"@angular/compiler-cli": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"nativescript-angular": "~7.2.0",
"nativescript-dev-debugging": "^1.0.0",
"tns-core-modules": "next",
"tns-platform-declarations": "next",
"typescript": "~3.1.6",
"@angular/compiler-cli": "~8.0.0",
"@angular/common": "~8.0.0",
"@angular/compiler": "~8.0.0",
"@angular/core": "~8.0.0",
"@angular/forms": "~8.0.0",
"@angular/http": "8.0.0-beta.10",
"@angular/platform-browser": "~8.0.0",
"@angular/platform-browser-dynamic": "~8.0.0",
"@angular/router": "~8.0.0",
"nativescript-angular": "~8.0.0",
"nativescript-dev-debugging": "^2.0.0",
"tns-core-modules": "^6.0.0",
"tns-platform-declarations": "^6.0.0",
"typescript": "~3.4.5",
"rxjs": "^6.3.3",

@@ -55,9 +55,8 @@ "zone.js": "^0.8.4",

"rimraf": "^2.5.0",
"tslint": "~5.11.0",
"vue": "^2.5.17"
"tslint": "~5.11.0"
},
"dependencies": {
"nativescript-ui-core": "androidx"
"nativescript-ui-core": "~3.0.0"
},
"bootstrapper": "nativescript-plugin-seed"
}

@@ -36,2 +36,4 @@

eventId: number;
conformsToProtocol(aProtocol: any /* Protocol */): boolean;

@@ -38,0 +40,0 @@

@@ -360,3 +360,3 @@ import * as commonModule from "./ui-calendar.common";

static getDateFromCalendar(calendar: java.util.Calendar): Date;
private clearSelection;
clearSelection(): void;
private initOnInlineEventsClickedListener;

@@ -363,0 +363,0 @@ updateEventSource(): void;

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":4,"metadata":{"CalendarEvent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarEvent","line":8,"character":35},"members":{"_setIsAllDay":[{"__symbolic":"method"}],"_getIsAllDay":[{"__symbolic":"method"}],"_setEndDate":[{"__symbolic":"method"}],"_getEndDate":[{"__symbolic":"method"}],"_setStartDate":[{"__symbolic":"method"}],"_getStartDate":[{"__symbolic":"method"}],"_setTitle":[{"__symbolic":"method"}],"_getTitle":[{"__symbolic":"method"}],"_setEventColor":[{"__symbolic":"method"}],"_getEventColor":[{"__symbolic":"method"}]}},"CellStyleType":{"RegularDayStyle":0,"SelectedDayStyle":1,"TodayStyle":2,"WeekNumberStyle":3,"WeekendStyle":4,"DayNameStyle":5,"TitleStyle":6,"MonthNameStyle":7},"CellStyleInitializer":{"__symbolic":"class","members":{"applyStyle":[{"__symbolic":"method"}],"changeCellBorderWidth":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"changeCellBorderColor":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"changeCellBackgroundColor":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"changeCellAlignment":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"changeCellPaddingHorizontal":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"changeCellPaddingVertical":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"changeCellTextColor":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"changeCellTextFontName":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"changeCellTextFontStyle":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"changeCellTextSize":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"makeDayCellFilter":[{"__symbolic":"method"}],"makeMonthCellFilter":[{"__symbolic":"method"}]}},"CellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CellStyle","line":333,"character":31},"members":{"updateNativeStyleFilters":[{"__symbolic":"method"}],"onStyleChanged":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}]}},"DayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayEventsViewStyle","line":424,"character":40},"members":{"applyStyles":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"changeBackgroundColor":[{"__symbolic":"method"}],"onTimeLabelFormatChanged":[{"__symbolic":"method"}],"changeTimeLabelFormat":[{"__symbolic":"method"}],"onTimeLabelTextColorChanged":[{"__symbolic":"method"}],"changeTimeLabelTextColor":[{"__symbolic":"method"}],"onTimeLabelTextSizeChanged":[{"__symbolic":"method"}],"changeTimeLabelTextSize":[{"__symbolic":"method"}],"onTimeLinesWidthChanged":[{"__symbolic":"method"}],"changeTimeLinesWidth":[{"__symbolic":"method"}],"onTimeLinesColorChanged":[{"__symbolic":"method"}],"changeTimeLinesColor":[{"__symbolic":"method"}]}},"AllDayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"AllDayEventsViewStyle","line":521,"character":43},"members":{"applyStyles":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"changeBackgroundColor":[{"__symbolic":"method"}],"onAllDayTextChanged":[{"__symbolic":"method"}],"changeAllDayText":[{"__symbolic":"method"}],"onAllDayTextIsVisibleChanged":[{"__symbolic":"method"}],"changeAllDayTextIsVisible":[{"__symbolic":"method"}]}},"DayCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayCellStyle","line":580,"character":34},"members":{"updateNativeStyleFilters":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onStyleChanged":[{"__symbolic":"method"}],"onShowEventsTextChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}]}},"MonthCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"MonthCellStyle","line":695,"character":36},"members":{"onStyleChanged":[{"__symbolic":"method"}],"onWeekendTextColorChanged":[{"__symbolic":"method"}],"onTodayTextColorChanged":[{"__symbolic":"method"}],"onDayTextColorChanged":[{"__symbolic":"method"}],"onDayFontNameChanged":[{"__symbolic":"method"}],"onDayFontStyleChanged":[{"__symbolic":"method"}],"onDayTextSizeChanged":[{"__symbolic":"method"}],"onDayNameTextColorChanged":[{"__symbolic":"method"}],"onDayNameFontNameChanged":[{"__symbolic":"method"}],"onDayNameFontStyleChanged":[{"__symbolic":"method"}],"onDayNameTextSizeChanged":[{"__symbolic":"method"}],"onMonthNameTextColorChanged":[{"__symbolic":"method"}],"onMonthNameFontNameChanged":[{"__symbolic":"method"}],"onMonthNameFontStyleChanged":[{"__symbolic":"method"}],"onMonthNameTextSizeChanged":[{"__symbolic":"method"}]}},"InlineEventCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"InlineEventCellStyle","line":901,"character":42},"members":{"apply":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}],"onTimeTextColorChanged":[{"__symbolic":"method"}],"onTimeFontNameChanged":[{"__symbolic":"method"}],"onTimeFontStyleChanged":[{"__symbolic":"method"}],"onTimeTextSizeChanged":[{"__symbolic":"method"}]}},"CalendarStyleInitializer":{"__symbolic":"class","members":{"updateNativeStyles":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"changeShowWeekNumbers":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"changeShowTitle":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"changeShowDayNames":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"changeBackgroundColor":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"changeDayCellStyle":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"changeSelectedDayCellStyle":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"changeTodayCellStyle":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"changeWeekNumberCellStyle":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"changeWeekendCellStyle":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"changeDayNameCellStyle":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"changeTitleCellStyle":[{"__symbolic":"method"}],"syncSelectionShape":[{"__symbolic":"method"}]}},"CalendarMonthViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthViewStyle","line":1243,"character":44},"members":{"updateNativeStyles":[{"__symbolic":"method"}],"prepareNativeStyle":[{"__symbolic":"method"}],"updateNativeStyleFilters":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarWeekViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarMonthViewStyle"},"members":{"updateNativeStyleFilters":[{"__symbolic":"method"}]}},"CalendarDayViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarDayViewStyle","line":1360,"character":42},"members":{"updateNativeStyles":[{"__symbolic":"method"}],"updateNativeDayStyles":[{"__symbolic":"method"}],"prepareNativeStyle":[{"__symbolic":"method"}],"updateNativeStyleFilters":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onDayEventsViewStyleChanged":[{"__symbolic":"method"}],"changeDayEventsViewStyle":[{"__symbolic":"method"}],"onAllDayEventsViewStyleChanged":[{"__symbolic":"method"}],"changeAllDayEventsViewStyle":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}],"onShowWeekChanged":[{"__symbolic":"method"}],"changeShowWeek":[{"__symbolic":"method"}]}},"CalendarYearViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarYearViewStyle","line":1514,"character":43},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateNativeStyles":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarMonthNamesViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthNamesViewStyle","line":1588,"character":49},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateNativeStyles":[{"__symbolic":"method"}],"updateFilterDisplayMode":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthNameCellStyleChanged":[{"__symbolic":"method"}]}},"RadCalendar":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"RadCalendar","line":1872,"character":33},"members":{"__ctor__":[{"__symbolic":"constructor"}],"createNativeView":[{"__symbolic":"method"}],"initNativeView":[{"__symbolic":"method"}],"disposeNativeView":[{"__symbolic":"method"}],"loadNativeDisplayedDate":[{"__symbolic":"method"}],"addOnCellClickListener":[{"__symbolic":"method"}],"_syncSelectionShape":[{"__symbolic":"method"}],"addOnInlineEventsClickedListener":[{"__symbolic":"method"}],"addOnDisplayDateChangedListener":[{"__symbolic":"method"}],"addOnDisplayModeChangedListener":[{"__symbolic":"method"}],"notifyViewModeChanged":[{"__symbolic":"method"}],"setDayViewEventSelectedListener":[{"__symbolic":"method"}],"addOnSelectedDatesChangedListener":[{"__symbolic":"method"}],"notifySingleDateSelected":[{"__symbolic":"method"}],"notifyDateDeselected":[{"__symbolic":"method"}],"notifyRangeSelectionChanged":[{"__symbolic":"method"}],"setNativeViewMode":[{"__symbolic":"method"}],"setNativeSelectionMode":[{"__symbolic":"method"}],"setNativeTransitionMode":[{"__symbolic":"method"}],"setNativeEventsViewMode":[{"__symbolic":"method"}],"setNativeMaxDate":[{"__symbolic":"method"}],"setNativeMinDate":[{"__symbolic":"method"}],"setNativeDisplayedDate":[{"__symbolic":"method"}],"setNativeSelectedDate":[{"__symbolic":"method"}],"setNativeSelectedDates":[{"__symbolic":"method"}],"setNativeSelectedDateRange":[{"__symbolic":"method"}],"setNativeHorizontalTransition":[{"__symbolic":"method"}],"getDisplayedDate":[{"__symbolic":"method"}],"onLocalePropertyChanged":[{"__symbolic":"method"}],"setNativeLocale":[{"__symbolic":"method"}],"onViewModeChanged":[{"__symbolic":"method"}],"onSelectionModeChanged":[{"__symbolic":"method"}],"onTransitionModeChanged":[{"__symbolic":"method"}],"onEventsViewModeChanged":[{"__symbolic":"method"}],"onMaxDateChanged":[{"__symbolic":"method"}],"onMinDateChanged":[{"__symbolic":"method"}],"onDisplayedDateChanged":[{"__symbolic":"method"}],"onSelectedDateChanged":[{"__symbolic":"method"}],"onSelectedDatesChanged":[{"__symbolic":"method"}],"onSelectedDateRangeChanged":[{"__symbolic":"method"}],"onHorizontalTransitionChanged":[{"__symbolic":"method"}],"onMonthViewStyleChanged":[{"__symbolic":"method"}],"onWeekViewStyleChanged":[{"__symbolic":"method"}],"onDayViewStyleChanged":[{"__symbolic":"method"}],"onMonthNamesViewStyleChanged":[{"__symbolic":"method"}],"onYearViewStyleChanged":[{"__symbolic":"method"}],"reload":[{"__symbolic":"method"}],"navigateForward":[{"__symbolic":"method"}],"navigateBack":[{"__symbolic":"method"}],"goToDate":[{"__symbolic":"method"}],"getEventsForDate":[{"__symbolic":"method"}],"clearSelection":[{"__symbolic":"method"}],"initOnInlineEventsClickedListener":[{"__symbolic":"method"}],"updateEventSource":[{"__symbolic":"method"}]},"statics":{"getDateFromCalendar":{"__symbolic":"function","parameters":["calendar"],"value":{"__symbolic":"new","expression":{"__symbolic":"reference","name":"Date"},"arguments":[{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"calendar"},"member":"getTimeInMillis"}}]}}}}},"exports":[{"from":"./ui-calendar.common"}]}]
[{"__symbolic":"module","version":4,"metadata":{"CalendarEvent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarEvent","line":8,"character":35},"members":{"_setIsAllDay":[{"__symbolic":"method"}],"_getIsAllDay":[{"__symbolic":"method"}],"_setEndDate":[{"__symbolic":"method"}],"_getEndDate":[{"__symbolic":"method"}],"_setStartDate":[{"__symbolic":"method"}],"_getStartDate":[{"__symbolic":"method"}],"_setTitle":[{"__symbolic":"method"}],"_getTitle":[{"__symbolic":"method"}],"_setEventColor":[{"__symbolic":"method"}],"_getEventColor":[{"__symbolic":"method"}]}},"CellStyleType":{"RegularDayStyle":0,"SelectedDayStyle":1,"TodayStyle":2,"WeekNumberStyle":3,"WeekendStyle":4,"DayNameStyle":5,"TitleStyle":6,"MonthNameStyle":7},"CellStyleInitializer":{"__symbolic":"class","members":{"applyStyle":[{"__symbolic":"method"}],"changeCellBorderWidth":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"changeCellBorderColor":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"changeCellBackgroundColor":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"changeCellAlignment":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"changeCellPaddingHorizontal":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"changeCellPaddingVertical":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"changeCellTextColor":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"changeCellTextFontName":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"changeCellTextFontStyle":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"changeCellTextSize":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"makeDayCellFilter":[{"__symbolic":"method"}],"makeMonthCellFilter":[{"__symbolic":"method"}]}},"CellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CellStyle","line":336,"character":31},"members":{"updateNativeStyleFilters":[{"__symbolic":"method"}],"onStyleChanged":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}]}},"DayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayEventsViewStyle","line":427,"character":40},"members":{"applyStyles":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"changeBackgroundColor":[{"__symbolic":"method"}],"onTimeLabelFormatChanged":[{"__symbolic":"method"}],"changeTimeLabelFormat":[{"__symbolic":"method"}],"onTimeLabelTextColorChanged":[{"__symbolic":"method"}],"changeTimeLabelTextColor":[{"__symbolic":"method"}],"onTimeLabelTextSizeChanged":[{"__symbolic":"method"}],"changeTimeLabelTextSize":[{"__symbolic":"method"}],"onTimeLinesWidthChanged":[{"__symbolic":"method"}],"changeTimeLinesWidth":[{"__symbolic":"method"}],"onTimeLinesColorChanged":[{"__symbolic":"method"}],"changeTimeLinesColor":[{"__symbolic":"method"}]}},"AllDayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"AllDayEventsViewStyle","line":524,"character":43},"members":{"applyStyles":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"changeBackgroundColor":[{"__symbolic":"method"}],"onAllDayTextChanged":[{"__symbolic":"method"}],"changeAllDayText":[{"__symbolic":"method"}],"onAllDayTextIsVisibleChanged":[{"__symbolic":"method"}],"changeAllDayTextIsVisible":[{"__symbolic":"method"}]}},"DayCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayCellStyle","line":583,"character":34},"members":{"updateNativeStyleFilters":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onStyleChanged":[{"__symbolic":"method"}],"onShowEventsTextChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}]}},"MonthCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"MonthCellStyle","line":698,"character":36},"members":{"onStyleChanged":[{"__symbolic":"method"}],"onWeekendTextColorChanged":[{"__symbolic":"method"}],"onTodayTextColorChanged":[{"__symbolic":"method"}],"onDayTextColorChanged":[{"__symbolic":"method"}],"onDayFontNameChanged":[{"__symbolic":"method"}],"onDayFontStyleChanged":[{"__symbolic":"method"}],"onDayTextSizeChanged":[{"__symbolic":"method"}],"onDayNameTextColorChanged":[{"__symbolic":"method"}],"onDayNameFontNameChanged":[{"__symbolic":"method"}],"onDayNameFontStyleChanged":[{"__symbolic":"method"}],"onDayNameTextSizeChanged":[{"__symbolic":"method"}],"onMonthNameTextColorChanged":[{"__symbolic":"method"}],"onMonthNameFontNameChanged":[{"__symbolic":"method"}],"onMonthNameFontStyleChanged":[{"__symbolic":"method"}],"onMonthNameTextSizeChanged":[{"__symbolic":"method"}]}},"InlineEventCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"InlineEventCellStyle","line":904,"character":42},"members":{"apply":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}],"onTimeTextColorChanged":[{"__symbolic":"method"}],"onTimeFontNameChanged":[{"__symbolic":"method"}],"onTimeFontStyleChanged":[{"__symbolic":"method"}],"onTimeTextSizeChanged":[{"__symbolic":"method"}]}},"CalendarStyleInitializer":{"__symbolic":"class","members":{"updateNativeStyles":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"changeShowWeekNumbers":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"changeShowTitle":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"changeShowDayNames":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"changeBackgroundColor":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"changeDayCellStyle":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"changeSelectedDayCellStyle":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"changeTodayCellStyle":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"changeWeekNumberCellStyle":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"changeWeekendCellStyle":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"changeDayNameCellStyle":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"changeTitleCellStyle":[{"__symbolic":"method"}],"syncSelectionShape":[{"__symbolic":"method"}]}},"CalendarMonthViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthViewStyle","line":1246,"character":44},"members":{"updateNativeStyles":[{"__symbolic":"method"}],"prepareNativeStyle":[{"__symbolic":"method"}],"updateNativeStyleFilters":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarWeekViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarMonthViewStyle"},"members":{"updateNativeStyleFilters":[{"__symbolic":"method"}]}},"CalendarDayViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarDayViewStyle","line":1363,"character":42},"members":{"updateNativeStyles":[{"__symbolic":"method"}],"updateNativeDayStyles":[{"__symbolic":"method"}],"prepareNativeStyle":[{"__symbolic":"method"}],"updateNativeStyleFilters":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onDayEventsViewStyleChanged":[{"__symbolic":"method"}],"changeDayEventsViewStyle":[{"__symbolic":"method"}],"onAllDayEventsViewStyleChanged":[{"__symbolic":"method"}],"changeAllDayEventsViewStyle":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}],"onShowWeekChanged":[{"__symbolic":"method"}],"changeShowWeek":[{"__symbolic":"method"}]}},"CalendarYearViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarYearViewStyle","line":1517,"character":43},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateNativeStyles":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarMonthNamesViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthNamesViewStyle","line":1591,"character":49},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateNativeStyles":[{"__symbolic":"method"}],"updateFilterDisplayMode":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthNameCellStyleChanged":[{"__symbolic":"method"}]}},"RadCalendar":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"RadCalendar","line":1883,"character":33},"members":{"__ctor__":[{"__symbolic":"constructor"}],"createNativeView":[{"__symbolic":"method"}],"initNativeView":[{"__symbolic":"method"}],"disposeNativeView":[{"__symbolic":"method"}],"loadNativeDisplayedDate":[{"__symbolic":"method"}],"addOnCellClickListener":[{"__symbolic":"method"}],"_syncSelectionShape":[{"__symbolic":"method"}],"addOnInlineEventsClickedListener":[{"__symbolic":"method"}],"addOnDisplayDateChangedListener":[{"__symbolic":"method"}],"addOnDisplayModeChangedListener":[{"__symbolic":"method"}],"notifyViewModeChanged":[{"__symbolic":"method"}],"setDayViewEventSelectedListener":[{"__symbolic":"method"}],"addOnSelectedDatesChangedListener":[{"__symbolic":"method"}],"notifySingleDateSelected":[{"__symbolic":"method"}],"notifyDateDeselected":[{"__symbolic":"method"}],"notifyRangeSelectionChanged":[{"__symbolic":"method"}],"setNativeViewMode":[{"__symbolic":"method"}],"setNativeSelectionMode":[{"__symbolic":"method"}],"setNativeTransitionMode":[{"__symbolic":"method"}],"setNativeEventsViewMode":[{"__symbolic":"method"}],"setNativeMaxDate":[{"__symbolic":"method"}],"setNativeMinDate":[{"__symbolic":"method"}],"setNativeDisplayedDate":[{"__symbolic":"method"}],"setNativeSelectedDate":[{"__symbolic":"method"}],"setNativeSelectedDates":[{"__symbolic":"method"}],"setNativeSelectedDateRange":[{"__symbolic":"method"}],"setNativeHorizontalTransition":[{"__symbolic":"method"}],"getDisplayedDate":[{"__symbolic":"method"}],"onLocalePropertyChanged":[{"__symbolic":"method"}],"setNativeLocale":[{"__symbolic":"method"}],"onViewModeChanged":[{"__symbolic":"method"}],"onSelectionModeChanged":[{"__symbolic":"method"}],"onTransitionModeChanged":[{"__symbolic":"method"}],"onEventsViewModeChanged":[{"__symbolic":"method"}],"onMaxDateChanged":[{"__symbolic":"method"}],"onMinDateChanged":[{"__symbolic":"method"}],"onDisplayedDateChanged":[{"__symbolic":"method"}],"onSelectedDateChanged":[{"__symbolic":"method"}],"onSelectedDatesChanged":[{"__symbolic":"method"}],"onSelectedDateRangeChanged":[{"__symbolic":"method"}],"onHorizontalTransitionChanged":[{"__symbolic":"method"}],"onMonthViewStyleChanged":[{"__symbolic":"method"}],"onWeekViewStyleChanged":[{"__symbolic":"method"}],"onDayViewStyleChanged":[{"__symbolic":"method"}],"onMonthNamesViewStyleChanged":[{"__symbolic":"method"}],"onYearViewStyleChanged":[{"__symbolic":"method"}],"reload":[{"__symbolic":"method"}],"navigateForward":[{"__symbolic":"method"}],"navigateBack":[{"__symbolic":"method"}],"goToDate":[{"__symbolic":"method"}],"getEventsForDate":[{"__symbolic":"method"}],"clearSelection":[{"__symbolic":"method"}],"initOnInlineEventsClickedListener":[{"__symbolic":"method"}],"updateEventSource":[{"__symbolic":"method"}]},"statics":{"getDateFromCalendar":{"__symbolic":"function","parameters":["calendar"],"value":{"__symbolic":"new","expression":{"__symbolic":"reference","name":"Date"},"arguments":[{"__symbolic":"call","expression":{"__symbolic":"select","expression":{"__symbolic":"reference","name":"calendar"},"member":"getTimeInMillis"}}]}}}}},"exports":[{"from":"./ui-calendar.common"}]}]

@@ -89,3 +89,7 @@ import { View, ViewBase, Property } from "tns-core-modules/ui/core/view";

*/
VerticalCenter = "VerticalCenter"
VerticalCenter = "VerticalCenter",
/**
The cell content is center aligned both horizontally and vertically.
*/
Center = "Center"
}

@@ -98,2 +102,3 @@ export declare class DateRange {

endDate: Date;
toString(): string;
normalize(): void;

@@ -578,2 +583,3 @@ }

monthNamesViewStyle: CalendarMonthNamesViewStyle;
private _silentSelectionUpdate;
static localeProperty: Property<RadCalendar, string>;

@@ -623,5 +629,8 @@ protected onLocalePropertyChanged(oldValue: string, newValue: string): void;

_removeSelectedDate(date: Date): void;
clearSelection(): void;
protected onEventSourceChanged(oldValue: ObservableArray<CalendarEvent>, newValue: ObservableArray<CalendarEvent>): void;
protected EventSourceChangedInternal(data: any): void;
private getSelectionWarningInfo;
updateEventSource(): void;
static areDatesSame(date1: Date, date2: Date): boolean;
protected onDisplayedDateChanged(oldValue: Date, newValue: Date): void;

@@ -628,0 +637,0 @@ protected onSelectionModeChanged(oldValue: CalendarSelectionMode, newValue: CalendarSelectionMode): void;

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":4,"metadata":{"CalendarViewMode":{"Week":"Week","Month":"Month","MonthNames":"MonthNames","Year":"Year","Day":"Day"},"CalendarSelectionShape":{"Round":"Round","Square":"Square","None":"None"},"CalendarEventsViewMode":{"None":"None","Inline":"Inline","Popover":"Popover"},"CalendarSelectionMode":{"None":"None","Single":"Single","Multiple":"Multiple","Range":"Range"},"CalendarTransitionMode":{"None":"None","Slide":"Slide","Stack":"Stack","Flip":"Flip","Fold":"Fold","Float":"Float","Rotate":"Rotate","Plain":"Plain","Free":"Free","Combo":"Combo","Overlap":"Overlap"},"CalendarFontStyle":{"Normal":"Normal","Bold":"Bold","Italic":"Italic","BoldItalic":"BoldItalic"},"CalendarCellAlignment":{"Left":"Left","Right":"Right","Top":"Top","Bottom":"Bottom","HorizontalCenter":"HorizontalCenter","VerticalCenter":"VerticalCenter"},"DateRange":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Date"},{"__symbolic":"reference","name":"Date"}]}],"normalize":[{"__symbolic":"method"}]}},"CalendarEvent":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Date"},{"__symbolic":"reference","name":"Date"},{"__symbolic":"reference","name":"boolean"},{"__symbolic":"reference","module":"tns-core-modules/color","name":"Color","line":143,"character":96}]}],"_setIsAllDay":[{"__symbolic":"method"}],"_getIsAllDay":[{"__symbolic":"method"}],"_setEndDate":[{"__symbolic":"method"}],"_getEndDate":[{"__symbolic":"method"}],"_setStartDate":[{"__symbolic":"method"}],"_getStartDate":[{"__symbolic":"method"}],"_setTitle":[{"__symbolic":"method"}],"_getTitle":[{"__symbolic":"method"}],"_setEventColor":[{"__symbolic":"method"}],"_getEventColor":[{"__symbolic":"method"}]}},"CalendarViewModeChangedEventData":{"__symbolic":"class"},"CalendarCellTapEventData":{"__symbolic":"class"},"CalendarSelectionEventData":{"__symbolic":"class"},"CalendarInlineEventSelectedData":{"__symbolic":"class"},"CalendarDayViewEventSelectedData":{"__symbolic":"class"},"CalendarNavigationEventData":{"__symbolic":"class"},"CalendarMonthViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":345,"character":44},"members":{"updateViewStyles":[{"__symbolic":"method"}],"onSelectionShapePropertyChanged":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizePropertyChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorPropertyChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowWeekNumbersPropertyChanged":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onShowTitlePropertyChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesPropertyChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onCellBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStylePropertyChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStylePropertyChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStylePropertyChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStylePropertyChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStylePropertyChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStylePropertyChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStylePropertyChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onInlineEventCellStylePropertyChanged":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}]},"statics":{"showWeekNumbersProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":368,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":373,"character":26}]},"selectionShapeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":378,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":382,"character":28}]},"selectionShapeSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":393,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":398,"character":26}]},"selectionShapeColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":409,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":414,"character":28}]},"showTitleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":432,"character":42},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":437,"character":26}]},"showDayNamesProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":448,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":453,"character":26}]},"backgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":464,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":469,"character":28}]},"dayCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":481,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":485,"character":26}]},"selectedDayCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":496,"character":53},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":500,"character":26}]},"todayCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":511,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":515,"character":26}]},"dayNameCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":526,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":530,"character":26}]},"weekNumberCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":541,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":545,"character":26}]},"weekendCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":556,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":560,"character":26}]},"titleCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":571,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":575,"character":26}]},"inlineEventCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":586,"character":53},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":590,"character":26}]}}},"CalendarWeekViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarMonthViewStyle"}},"CalendarDayViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarWeekViewStyle"},"members":{"onShowWeekPropertyChanged":[{"__symbolic":"method"}],"onShowWeekChanged":[{"__symbolic":"method"}],"onDayEventsViewStylePropertyChanged":[{"__symbolic":"method"}],"onDayEventsViewStyleChanged":[{"__symbolic":"method"}],"onAllDayEventsViewStylePropertyChanged":[{"__symbolic":"method"}],"onAllDayEventsViewStyleChanged":[{"__symbolic":"method"}]},"statics":{"showWeekProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":634,"character":41},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":639,"character":26}]},"dayEventsViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":650,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":654,"character":26}]},"allDayEventsViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":665,"character":54},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":669,"character":26}]}}},"CalendarYearViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":689,"character":43},"members":{"onTitleCellStylePropertyChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthCellStylePropertyChanged":[{"__symbolic":"method"}],"onMonthCellStyleChanged":[{"__symbolic":"method"}]},"statics":{"titleCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":694,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":698,"character":26}]},"monthCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":711,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":715,"character":26}]}}},"CalendarMonthNamesViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":735,"character":49},"members":{"onTitleCellStylePropertyChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthNameCellStylePropertyChanged":[{"__symbolic":"method"}],"onMonthNameCellStyleChanged":[{"__symbolic":"method"}]},"statics":{"titleCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":740,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":744,"character":26}]},"monthNameCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":756,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":760,"character":26}]}}},"MonthCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":781,"character":36},"members":{"onWeekendТextColorPropertyChanged":[{"__symbolic":"method"}],"onWeekendTextColorChanged":[{"__symbolic":"method"}],"onTodayТextColorPropertyChanged":[{"__symbolic":"method"}],"onTodayTextColorChanged":[{"__symbolic":"method"}],"onDayТextColorPropertyChanged":[{"__symbolic":"method"}],"onDayTextColorChanged":[{"__symbolic":"method"}],"onDayFontNamePropertyChanged":[{"__symbolic":"method"}],"onDayFontNameChanged":[{"__symbolic":"method"}],"onDayFontStylePropertyChanged":[{"__symbolic":"method"}],"onDayFontStyleChanged":[{"__symbolic":"method"}],"onDayTextSizePropertyChanged":[{"__symbolic":"method"}],"onDayTextSizeChanged":[{"__symbolic":"method"}],"onDayNameТextColorPropertyChanged":[{"__symbolic":"method"}],"onDayNameTextColorChanged":[{"__symbolic":"method"}],"onDayNameFontNamePropertyChanged":[{"__symbolic":"method"}],"onDayNameFontNameChanged":[{"__symbolic":"method"}],"onDayNameFontStylePropertyChanged":[{"__symbolic":"method"}],"onDayNameFontStyleChanged":[{"__symbolic":"method"}],"onDayNameTextSizePropertyChanged":[{"__symbolic":"method"}],"onDayNameTextSizeChanged":[{"__symbolic":"method"}],"onMonthNameТextColorPropertyChanged":[{"__symbolic":"method"}],"onMonthNameTextColorChanged":[{"__symbolic":"method"}],"onMonthNameFontNamePropertyChanged":[{"__symbolic":"method"}],"onMonthNameFontNameChanged":[{"__symbolic":"method"}],"onMonthNameFontStylePropertyChanged":[{"__symbolic":"method"}],"onMonthNameFontStyleChanged":[{"__symbolic":"method"}],"onMonthNameTextSizePropertyChanged":[{"__symbolic":"method"}],"onMonthNameTextSizeChanged":[{"__symbolic":"method"}]},"statics":{"weekendTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":798,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":803,"character":28}]},"todayTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":816,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":821,"character":28}]},"dayTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":835,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":840,"character":28}]},"dayFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":853,"character":44},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":857,"character":26}]},"dayFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":869,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":873,"character":28}]},"dayTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":887,"character":44},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":891,"character":26}]},"dayNameTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":904,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":909,"character":28}]},"dayNameFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":922,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":926,"character":26}]},"dayNameFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":938,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":942,"character":28}]},"dayNameTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":955,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":959,"character":26}]},"monthNameTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":972,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":977,"character":28}]},"monthNameFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":990,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":994,"character":26}]},"monthNameFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1006,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1010,"character":28}]},"monthNameTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1023,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1028,"character":26}]}}},"CellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1059,"character":31},"members":{"onCellBorderWidthPropertyChanged":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorPropertyChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellAlignmentPropertyChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onCellТextColorPropertyChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNamePropertyChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStylePropertyChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizePropertyChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalPropertyChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalPropertyChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}]},"statics":{"cellBorderWidthProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1079,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1084,"character":26}]},"cellBorderColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1095,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1100,"character":28}]},"cellBackgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1112,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1117,"character":28}]},"cellAlignmentProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1129,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1133,"character":26}]},"cellTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1144,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1149,"character":28}]},"cellTextFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1162,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1166,"character":26}]},"cellTextFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1179,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1183,"character":28}]},"cellTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1196,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1201,"character":26}]},"cellPaddingHorizontalProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1213,"character":54},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1218,"character":26}]},"cellPaddingVerticalProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1230,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1235,"character":26}]}}},"DayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1260,"character":40},"members":{"onBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onTimeLabelFormatPropertyChanged":[{"__symbolic":"method"}],"onTimeLabelFormatChanged":[{"__symbolic":"method"}],"onTimeLabelTextColorPropertyChanged":[{"__symbolic":"method"}],"onTimeLabelTextColorChanged":[{"__symbolic":"method"}],"onTimeLabelFontNamePropertyChanged":[{"__symbolic":"method"}],"onTimeLabelFontNameChanged":[{"__symbolic":"method"}],"onTimeLabelFontStylePropertyChanged":[{"__symbolic":"method"}],"onTimeLabelFontStyleChanged":[{"__symbolic":"method"}],"onTimeLabelTextSizePropertyChanged":[{"__symbolic":"method"}],"onTimeLabelTextSizeChanged":[{"__symbolic":"method"}],"onTimeLinesWidthPropertyChanged":[{"__symbolic":"method"}],"onTimeLinesWidthChanged":[{"__symbolic":"method"}],"onTimeLinesColorPropertyChanged":[{"__symbolic":"method"}],"onTimeLinesColorChanged":[{"__symbolic":"method"}]},"statics":{"backgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1276,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1281,"character":28}]},"timeLabelFormatProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1294,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1298,"character":26}]},"timeLabelTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1310,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1315,"character":28}]},"timeLabelFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1328,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1332,"character":26}]},"timeLabelFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1344,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1348,"character":28}]},"timeLabelTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1361,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1366,"character":26}]},"timeLinesWidthProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1378,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1383,"character":26}]},"timeLinesColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1395,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1400,"character":28}]}}},"AllDayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1424,"character":43},"members":{"onBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onAllDayTextPropertyChanged":[{"__symbolic":"method"}],"onAllDayTextChanged":[{"__symbolic":"method"}],"onAllDayTextIsVisiblePropertyChanged":[{"__symbolic":"method"}],"onAlDayTextIsVisibleChanged":[{"__symbolic":"method"}]},"statics":{"ALL_DAY_TEXT":"ALL-DAY","backgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1438,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1443,"character":28}]},"allDayTextProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1456,"character":43},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1460,"character":26}]},"allDayTextIsVisibleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1472,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1477,"character":26}]}}},"DayCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CellStyle"},"members":{"onShowEventsTextPropertyChanged":[{"__symbolic":"method"}],"onShowEventsTextChanged":[{"__symbolic":"method"}],"onEventTextColorPropertyChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNamePropertyChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStylePropertyChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizePropertyChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}]},"statics":{"showEventsTextProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1504,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1509,"character":26}]},"eventTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1520,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1525,"character":28}]},"eventFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1537,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1541,"character":26}]},"eventFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1552,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1556,"character":28}]},"eventTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1568,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1573,"character":26}]}}},"InlineEventCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1596,"character":42},"members":{"onCellBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onEventTextColorPropertyChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNamePropertyChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStylePropertyChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizePropertyChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}],"onTimeTextColorPropertyChanged":[{"__symbolic":"method"}],"onTimeTextColorChanged":[{"__symbolic":"method"}],"onTimeFontNamePropertyChanged":[{"__symbolic":"method"}],"onTimeFontNameChanged":[{"__symbolic":"method"}],"onTimeFontStylePropertyChanged":[{"__symbolic":"method"}],"onTimeFontStyleChanged":[{"__symbolic":"method"}],"onTimeTextSizePropertyChanged":[{"__symbolic":"method"}],"onTimeTextSizeChanged":[{"__symbolic":"method"}]},"statics":{"cellBackgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1607,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1612,"character":28}]},"eventTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1624,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1629,"character":28}]},"eventFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1641,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1645,"character":26}]},"eventFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1656,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1660,"character":28}]},"eventTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1672,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1677,"character":26}]},"timeTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1689,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1694,"character":28}]},"timeFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1706,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1710,"character":26}]},"timeFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1722,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1726,"character":28}]},"timeTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1739,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1744,"character":26}]}}},"RadCalendar":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View","line":1767,"character":33},"members":{"onLocalePropertyChanged":[{"__symbolic":"method"}],"onMinDatePropertyChanged":[{"__symbolic":"method"}],"onMaxDatePropertyChanged":[{"__symbolic":"method"}],"onSelectedDatePropertyChanged":[{"__symbolic":"method"}],"onSelectedDatesPropertyChanged":[{"__symbolic":"method"}],"onSelectedDateRangePropertyChanged":[{"__symbolic":"method"}],"onViewModePropertyChanged":[{"__symbolic":"method"}],"onEventsViewModePropertyChanged":[{"__symbolic":"method"}],"onSelectionModePropertyChanged":[{"__symbolic":"method"}],"onTransitionModePropertyChanged":[{"__symbolic":"method"}],"onDisplayedDatePropertyChanged":[{"__symbolic":"method"}],"onEventSourcePropertyChanged":[{"__symbolic":"method"}],"onHorizontalTransitionPropertyChanged":[{"__symbolic":"method"}],"onMonthViewStylePropertyChanged":[{"__symbolic":"method"}],"onWeekViewStylePropertyChanged":[{"__symbolic":"method"}],"onDayViewStylePropertyChanged":[{"__symbolic":"method"}],"onYearViewStylePropertyChanged":[{"__symbolic":"method"}],"onMonthNamesViewStylePropertyChanged":[{"__symbolic":"method"}],"reload":[{"__symbolic":"method"}],"navigateForward":[{"__symbolic":"method"}],"navigateBack":[{"__symbolic":"method"}],"goToDate":[{"__symbolic":"method"}],"getEventsForDate":[{"__symbolic":"method"}],"getSelectedDatesList":[{"__symbolic":"method"}],"_addSelectedDate":[{"__symbolic":"method"}],"_removeSelectedDate":[{"__symbolic":"method"}],"onEventSourceChanged":[{"__symbolic":"method"}],"EventSourceChangedInternal":[{"__symbolic":"method"}],"updateEventSource":[{"__symbolic":"method"}],"onDisplayedDateChanged":[{"__symbolic":"method"}],"onSelectionModeChanged":[{"__symbolic":"method"}],"onTransitionModeChanged":[{"__symbolic":"method"}],"onViewModeChanged":[{"__symbolic":"method"}],"onEventsViewModeChanged":[{"__symbolic":"method"}],"onSelectedDateRangeChanged":[{"__symbolic":"method"}],"onSelectedDatesChanged":[{"__symbolic":"method"}],"onSelectedDateChanged":[{"__symbolic":"method"}],"onMaxDateChanged":[{"__symbolic":"method"}],"onMinDateChanged":[{"__symbolic":"method"}],"onHorizontalTransitionChanged":[{"__symbolic":"method"}],"onMonthViewStyleChanged":[{"__symbolic":"method"}],"onWeekViewStyleChanged":[{"__symbolic":"method"}],"onDayViewStyleChanged":[{"__symbolic":"method"}],"onYearViewStyleChanged":[{"__symbolic":"method"}],"onMonthNamesViewStyleChanged":[{"__symbolic":"method"}]},"statics":{"dateSelectedEvent":"dateSelected","dateDeselectedEvent":"dateDeselected","cellTapEvent":"cellTap","inlineEventSelectedEvent":"inlineEventSelected","dayViewEventSelectedEvent":"dayViewEventSelected","navigatedToDateEvent":"navigatedToDate","navigatingToDateStartedEvent":"navigatingToDateStarted","viewModeChangedEvent":"viewModeChanged","localeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1797,"character":39},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1801,"character":26}]},"minDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1811,"character":40},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1815,"character":30}]},"maxDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1826,"character":40},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1830,"character":30}]},"selectedDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1841,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1845,"character":30}]},"selectedDatesProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1856,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1860,"character":26}]},"selectedDateRangeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1869,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1873,"character":26}]},"viewModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1882,"character":41},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1886,"character":28}]},"eventsViewModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1896,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1900,"character":28}]},"selectionModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1910,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1914,"character":28}]},"transitionModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1924,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1928,"character":28}]},"displayedDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1939,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1943,"character":26}]},"eventSourceProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1952,"character":44},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1956,"character":26}]},"horizontalTransitionProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1965,"character":53},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1970,"character":26}]},"monthViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1979,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1983,"character":26}]},"weekViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1992,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1996,"character":26}]},"dayViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2005,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2009,"character":26}]},"yearViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2018,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2022,"character":26}]},"monthNamesViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2031,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2035,"character":26}]}}}}}]
[{"__symbolic":"module","version":4,"metadata":{"CalendarViewMode":{"Week":"Week","Month":"Month","MonthNames":"MonthNames","Year":"Year","Day":"Day"},"CalendarSelectionShape":{"Round":"Round","Square":"Square","None":"None"},"CalendarEventsViewMode":{"None":"None","Inline":"Inline","Popover":"Popover"},"CalendarSelectionMode":{"None":"None","Single":"Single","Multiple":"Multiple","Range":"Range"},"CalendarTransitionMode":{"None":"None","Slide":"Slide","Stack":"Stack","Flip":"Flip","Fold":"Fold","Float":"Float","Rotate":"Rotate","Plain":"Plain","Free":"Free","Combo":"Combo","Overlap":"Overlap"},"CalendarFontStyle":{"Normal":"Normal","Bold":"Bold","Italic":"Italic","BoldItalic":"BoldItalic"},"CalendarCellAlignment":{"Left":"Left","Right":"Right","Top":"Top","Bottom":"Bottom","HorizontalCenter":"HorizontalCenter","VerticalCenter":"VerticalCenter","Center":"Center"},"DateRange":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"Date"},{"__symbolic":"reference","name":"Date"}]}],"toString":[{"__symbolic":"method"}],"normalize":[{"__symbolic":"method"}]}},"CalendarEvent":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","name":"string"},{"__symbolic":"reference","name":"Date"},{"__symbolic":"reference","name":"Date"},{"__symbolic":"reference","name":"boolean"},{"__symbolic":"reference","module":"tns-core-modules/color","name":"Color","line":152,"character":96}]}],"_setIsAllDay":[{"__symbolic":"method"}],"_getIsAllDay":[{"__symbolic":"method"}],"_setEndDate":[{"__symbolic":"method"}],"_getEndDate":[{"__symbolic":"method"}],"_setStartDate":[{"__symbolic":"method"}],"_getStartDate":[{"__symbolic":"method"}],"_setTitle":[{"__symbolic":"method"}],"_getTitle":[{"__symbolic":"method"}],"_setEventColor":[{"__symbolic":"method"}],"_getEventColor":[{"__symbolic":"method"}]}},"CalendarViewModeChangedEventData":{"__symbolic":"class"},"CalendarCellTapEventData":{"__symbolic":"class"},"CalendarSelectionEventData":{"__symbolic":"class"},"CalendarInlineEventSelectedData":{"__symbolic":"class"},"CalendarDayViewEventSelectedData":{"__symbolic":"class"},"CalendarNavigationEventData":{"__symbolic":"class"},"CalendarMonthViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":354,"character":44},"members":{"updateViewStyles":[{"__symbolic":"method"}],"onSelectionShapePropertyChanged":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizePropertyChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorPropertyChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowWeekNumbersPropertyChanged":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onShowTitlePropertyChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesPropertyChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onCellBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStylePropertyChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStylePropertyChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStylePropertyChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStylePropertyChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStylePropertyChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStylePropertyChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStylePropertyChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onInlineEventCellStylePropertyChanged":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}]},"statics":{"showWeekNumbersProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":377,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":382,"character":26}]},"selectionShapeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":387,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":391,"character":28}]},"selectionShapeSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":402,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":407,"character":26}]},"selectionShapeColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":418,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":423,"character":28}]},"showTitleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":441,"character":42},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":446,"character":26}]},"showDayNamesProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":457,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":462,"character":26}]},"backgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":473,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":478,"character":28}]},"dayCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":490,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":494,"character":26}]},"selectedDayCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":505,"character":53},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":509,"character":26}]},"todayCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":520,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":524,"character":26}]},"dayNameCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":535,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":539,"character":26}]},"weekNumberCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":550,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":554,"character":26}]},"weekendCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":565,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":569,"character":26}]},"titleCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":580,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":584,"character":26}]},"inlineEventCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":595,"character":53},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":599,"character":26}]}}},"CalendarWeekViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarMonthViewStyle"}},"CalendarDayViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarWeekViewStyle"},"members":{"onShowWeekPropertyChanged":[{"__symbolic":"method"}],"onShowWeekChanged":[{"__symbolic":"method"}],"onDayEventsViewStylePropertyChanged":[{"__symbolic":"method"}],"onDayEventsViewStyleChanged":[{"__symbolic":"method"}],"onAllDayEventsViewStylePropertyChanged":[{"__symbolic":"method"}],"onAllDayEventsViewStyleChanged":[{"__symbolic":"method"}]},"statics":{"showWeekProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":643,"character":41},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":648,"character":26}]},"dayEventsViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":659,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":663,"character":26}]},"allDayEventsViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":674,"character":54},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":678,"character":26}]}}},"CalendarYearViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":698,"character":43},"members":{"onTitleCellStylePropertyChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthCellStylePropertyChanged":[{"__symbolic":"method"}],"onMonthCellStyleChanged":[{"__symbolic":"method"}]},"statics":{"titleCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":703,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":707,"character":26}]},"monthCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":720,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":724,"character":26}]}}},"CalendarMonthNamesViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":744,"character":49},"members":{"onTitleCellStylePropertyChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthNameCellStylePropertyChanged":[{"__symbolic":"method"}],"onMonthNameCellStyleChanged":[{"__symbolic":"method"}]},"statics":{"titleCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":749,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":753,"character":26}]},"monthNameCellStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":765,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":769,"character":26}]}}},"MonthCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":790,"character":36},"members":{"onWeekendТextColorPropertyChanged":[{"__symbolic":"method"}],"onWeekendTextColorChanged":[{"__symbolic":"method"}],"onTodayТextColorPropertyChanged":[{"__symbolic":"method"}],"onTodayTextColorChanged":[{"__symbolic":"method"}],"onDayТextColorPropertyChanged":[{"__symbolic":"method"}],"onDayTextColorChanged":[{"__symbolic":"method"}],"onDayFontNamePropertyChanged":[{"__symbolic":"method"}],"onDayFontNameChanged":[{"__symbolic":"method"}],"onDayFontStylePropertyChanged":[{"__symbolic":"method"}],"onDayFontStyleChanged":[{"__symbolic":"method"}],"onDayTextSizePropertyChanged":[{"__symbolic":"method"}],"onDayTextSizeChanged":[{"__symbolic":"method"}],"onDayNameТextColorPropertyChanged":[{"__symbolic":"method"}],"onDayNameTextColorChanged":[{"__symbolic":"method"}],"onDayNameFontNamePropertyChanged":[{"__symbolic":"method"}],"onDayNameFontNameChanged":[{"__symbolic":"method"}],"onDayNameFontStylePropertyChanged":[{"__symbolic":"method"}],"onDayNameFontStyleChanged":[{"__symbolic":"method"}],"onDayNameTextSizePropertyChanged":[{"__symbolic":"method"}],"onDayNameTextSizeChanged":[{"__symbolic":"method"}],"onMonthNameТextColorPropertyChanged":[{"__symbolic":"method"}],"onMonthNameTextColorChanged":[{"__symbolic":"method"}],"onMonthNameFontNamePropertyChanged":[{"__symbolic":"method"}],"onMonthNameFontNameChanged":[{"__symbolic":"method"}],"onMonthNameFontStylePropertyChanged":[{"__symbolic":"method"}],"onMonthNameFontStyleChanged":[{"__symbolic":"method"}],"onMonthNameTextSizePropertyChanged":[{"__symbolic":"method"}],"onMonthNameTextSizeChanged":[{"__symbolic":"method"}]},"statics":{"weekendTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":807,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":812,"character":28}]},"todayTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":825,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":830,"character":28}]},"dayTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":844,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":849,"character":28}]},"dayFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":862,"character":44},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":866,"character":26}]},"dayFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":878,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":882,"character":28}]},"dayTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":896,"character":44},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":900,"character":26}]},"dayNameTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":913,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":918,"character":28}]},"dayNameFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":931,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":935,"character":26}]},"dayNameFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":947,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":951,"character":28}]},"dayNameTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":964,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":968,"character":26}]},"monthNameTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":981,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":986,"character":28}]},"monthNameFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":999,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1003,"character":26}]},"monthNameFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1015,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1019,"character":28}]},"monthNameTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1032,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1037,"character":26}]}}},"CellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1068,"character":31},"members":{"onCellBorderWidthPropertyChanged":[{"__symbolic":"method"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorPropertyChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellAlignmentPropertyChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onCellТextColorPropertyChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNamePropertyChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStylePropertyChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizePropertyChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalPropertyChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalPropertyChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}]},"statics":{"cellBorderWidthProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1088,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1093,"character":26}]},"cellBorderColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1104,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1109,"character":28}]},"cellBackgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1121,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1126,"character":28}]},"cellAlignmentProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1138,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1142,"character":26}]},"cellTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1153,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1158,"character":28}]},"cellTextFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1171,"character":49},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1175,"character":26}]},"cellTextFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1188,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1192,"character":28}]},"cellTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1205,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1210,"character":26}]},"cellPaddingHorizontalProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1222,"character":54},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1227,"character":26}]},"cellPaddingVerticalProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1239,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1244,"character":26}]}}},"DayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1269,"character":40},"members":{"onBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onTimeLabelFormatPropertyChanged":[{"__symbolic":"method"}],"onTimeLabelFormatChanged":[{"__symbolic":"method"}],"onTimeLabelTextColorPropertyChanged":[{"__symbolic":"method"}],"onTimeLabelTextColorChanged":[{"__symbolic":"method"}],"onTimeLabelFontNamePropertyChanged":[{"__symbolic":"method"}],"onTimeLabelFontNameChanged":[{"__symbolic":"method"}],"onTimeLabelFontStylePropertyChanged":[{"__symbolic":"method"}],"onTimeLabelFontStyleChanged":[{"__symbolic":"method"}],"onTimeLabelTextSizePropertyChanged":[{"__symbolic":"method"}],"onTimeLabelTextSizeChanged":[{"__symbolic":"method"}],"onTimeLinesWidthPropertyChanged":[{"__symbolic":"method"}],"onTimeLinesWidthChanged":[{"__symbolic":"method"}],"onTimeLinesColorPropertyChanged":[{"__symbolic":"method"}],"onTimeLinesColorChanged":[{"__symbolic":"method"}]},"statics":{"backgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1285,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1290,"character":28}]},"timeLabelFormatProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1303,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1307,"character":26}]},"timeLabelTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1319,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1324,"character":28}]},"timeLabelFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1337,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1341,"character":26}]},"timeLabelFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1353,"character":51},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1357,"character":28}]},"timeLabelTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1370,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1375,"character":26}]},"timeLinesWidthProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1387,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1392,"character":26}]},"timeLinesColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1404,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1409,"character":28}]}}},"AllDayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1433,"character":43},"members":{"onBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onAllDayTextPropertyChanged":[{"__symbolic":"method"}],"onAllDayTextChanged":[{"__symbolic":"method"}],"onAllDayTextIsVisiblePropertyChanged":[{"__symbolic":"method"}],"onAlDayTextIsVisibleChanged":[{"__symbolic":"method"}]},"statics":{"ALL_DAY_TEXT":"ALL-DAY","backgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1447,"character":48},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1452,"character":28}]},"allDayTextProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1465,"character":43},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1469,"character":26}]},"allDayTextIsVisibleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1481,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1486,"character":26}]}}},"DayCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CellStyle"},"members":{"onShowEventsTextPropertyChanged":[{"__symbolic":"method"}],"onShowEventsTextChanged":[{"__symbolic":"method"}],"onEventTextColorPropertyChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNamePropertyChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStylePropertyChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizePropertyChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}]},"statics":{"showEventsTextProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1513,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1518,"character":26}]},"eventTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1529,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1534,"character":28}]},"eventFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1546,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1550,"character":26}]},"eventFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1561,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1565,"character":28}]},"eventTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1577,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1582,"character":26}]}}},"InlineEventCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"ViewBase","line":1605,"character":42},"members":{"onCellBackgroundColorPropertyChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onEventTextColorPropertyChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNamePropertyChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStylePropertyChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizePropertyChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}],"onTimeTextColorPropertyChanged":[{"__symbolic":"method"}],"onTimeTextColorChanged":[{"__symbolic":"method"}],"onTimeFontNamePropertyChanged":[{"__symbolic":"method"}],"onTimeFontNameChanged":[{"__symbolic":"method"}],"onTimeFontStylePropertyChanged":[{"__symbolic":"method"}],"onTimeFontStyleChanged":[{"__symbolic":"method"}],"onTimeTextSizePropertyChanged":[{"__symbolic":"method"}],"onTimeTextSizeChanged":[{"__symbolic":"method"}]},"statics":{"cellBackgroundColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1616,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1621,"character":28}]},"eventTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1633,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1638,"character":28}]},"eventFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1650,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1654,"character":26}]},"eventFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1665,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1669,"character":28}]},"eventTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1681,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1686,"character":26}]},"timeTextColorProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1698,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1703,"character":28}]},"timeFontNameProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1715,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1719,"character":26}]},"timeFontStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1731,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1735,"character":28}]},"timeTextSizeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1748,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1753,"character":26}]}}},"RadCalendar":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"View","line":1776,"character":33},"members":{"onLocalePropertyChanged":[{"__symbolic":"method"}],"onMinDatePropertyChanged":[{"__symbolic":"method"}],"onMaxDatePropertyChanged":[{"__symbolic":"method"}],"onSelectedDatePropertyChanged":[{"__symbolic":"method"}],"onSelectedDatesPropertyChanged":[{"__symbolic":"method"}],"onSelectedDateRangePropertyChanged":[{"__symbolic":"method"}],"onViewModePropertyChanged":[{"__symbolic":"method"}],"onEventsViewModePropertyChanged":[{"__symbolic":"method"}],"onSelectionModePropertyChanged":[{"__symbolic":"method"}],"onTransitionModePropertyChanged":[{"__symbolic":"method"}],"onDisplayedDatePropertyChanged":[{"__symbolic":"method"}],"onEventSourcePropertyChanged":[{"__symbolic":"method"}],"onHorizontalTransitionPropertyChanged":[{"__symbolic":"method"}],"onMonthViewStylePropertyChanged":[{"__symbolic":"method"}],"onWeekViewStylePropertyChanged":[{"__symbolic":"method"}],"onDayViewStylePropertyChanged":[{"__symbolic":"method"}],"onYearViewStylePropertyChanged":[{"__symbolic":"method"}],"onMonthNamesViewStylePropertyChanged":[{"__symbolic":"method"}],"reload":[{"__symbolic":"method"}],"navigateForward":[{"__symbolic":"method"}],"navigateBack":[{"__symbolic":"method"}],"goToDate":[{"__symbolic":"method"}],"getEventsForDate":[{"__symbolic":"method"}],"getSelectedDatesList":[{"__symbolic":"method"}],"_addSelectedDate":[{"__symbolic":"method"}],"_removeSelectedDate":[{"__symbolic":"method"}],"clearSelection":[{"__symbolic":"method"}],"onEventSourceChanged":[{"__symbolic":"method"}],"EventSourceChangedInternal":[{"__symbolic":"method"}],"getSelectionWarningInfo":[{"__symbolic":"method"}],"updateEventSource":[{"__symbolic":"method"}],"onDisplayedDateChanged":[{"__symbolic":"method"}],"onSelectionModeChanged":[{"__symbolic":"method"}],"onTransitionModeChanged":[{"__symbolic":"method"}],"onViewModeChanged":[{"__symbolic":"method"}],"onEventsViewModeChanged":[{"__symbolic":"method"}],"onSelectedDateRangeChanged":[{"__symbolic":"method"}],"onSelectedDatesChanged":[{"__symbolic":"method"}],"onSelectedDateChanged":[{"__symbolic":"method"}],"onMaxDateChanged":[{"__symbolic":"method"}],"onMinDateChanged":[{"__symbolic":"method"}],"onHorizontalTransitionChanged":[{"__symbolic":"method"}],"onMonthViewStyleChanged":[{"__symbolic":"method"}],"onWeekViewStyleChanged":[{"__symbolic":"method"}],"onDayViewStyleChanged":[{"__symbolic":"method"}],"onYearViewStyleChanged":[{"__symbolic":"method"}],"onMonthNamesViewStyleChanged":[{"__symbolic":"method"}]},"statics":{"dateSelectedEvent":"dateSelected","dateDeselectedEvent":"dateDeselected","cellTapEvent":"cellTap","inlineEventSelectedEvent":"inlineEventSelected","dayViewEventSelectedEvent":"dayViewEventSelected","navigatedToDateEvent":"navigatedToDate","navigatingToDateStartedEvent":"navigatingToDateStarted","viewModeChangedEvent":"viewModeChanged","localeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1808,"character":39},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1812,"character":26}]},"minDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1822,"character":40},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1826,"character":30}]},"maxDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1837,"character":40},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1841,"character":30}]},"selectedDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1852,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1856,"character":30}]},"selectedDatesProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1874,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1878,"character":26}]},"selectedDateRangeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1894,"character":50},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1898,"character":26}]},"viewModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1914,"character":41},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1918,"character":28}]},"eventsViewModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1928,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1932,"character":28}]},"selectionModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1942,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1946,"character":28}]},"transitionModeProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1956,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1960,"character":28}]},"displayedDateProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1971,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1975,"character":26}]},"eventSourceProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1984,"character":44},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":1988,"character":26}]},"horizontalTransitionProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":1997,"character":53},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2002,"character":26}]},"monthViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2011,"character":47},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2015,"character":26}]},"weekViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2024,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2028,"character":26}]},"dayViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2037,"character":45},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2041,"character":26}]},"yearViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2050,"character":46},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2054,"character":26}]},"monthNamesViewStyleProperty":{"__symbolic":"new","expression":{"__symbolic":"reference","module":"tns-core-modules/ui/core/view","name":"Property","line":2063,"character":52},"arguments":[{"__symbolic":"error","message":"Lambda not supported","line":2067,"character":26}]}}}}}]

@@ -238,2 +238,3 @@ import * as commonModule from "./ui-calendar.common";

reload(): void;
clearSelection(): void;
navigateForward(): void;

@@ -272,3 +273,3 @@ navigateBack(): void;

static initWithOwner(owner: WeakRef<RadCalendar>): TKCalendarDayViewDelegateImplementation;
dayViewDidSelectEvent(dayView: TKCalendarDayView, event: TKCalendarEventProtocol): void;
dayViewDidSelectEvent(dayView: TKCalendarDayView, event: TKCalendarEvent): void;
}

@@ -275,0 +276,0 @@ export declare class TKCalendarNativeDelegateImplementation extends NSObject implements TKCalendarDelegate {

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":4,"metadata":{"CalendarEvent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarEvent","line":9,"character":35},"members":{"_setIsAllDay":[{"__symbolic":"method"}],"_getIsAllDay":[{"__symbolic":"method"}],"_setEndDate":[{"__symbolic":"method"}],"_getEndDate":[{"__symbolic":"method"}],"_setStartDate":[{"__symbolic":"method"}],"_getStartDate":[{"__symbolic":"method"}],"_setTitle":[{"__symbolic":"method"}],"_getTitle":[{"__symbolic":"method"}],"_setEventColor":[{"__symbolic":"method"}],"_getEventColor":[{"__symbolic":"method"}]}},"CellStyleInitializer":{"__symbolic":"class","members":{"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}]}},"CellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CellStyle","line":252,"character":31},"members":{"__ctor__":[{"__symbolic":"constructor"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}]}},"DayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayEventsViewStyle","line":305,"character":40},"members":{"updateNativePresenter":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onTimeLabelTextColorChanged":[{"__symbolic":"method"}],"onTimeLabelTextSizeChanged":[{"__symbolic":"method"}],"onTimeLabelFormatChanged":[{"__symbolic":"method"}]}},"AllDayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"AllDayEventsViewStyle","line":365,"character":43},"members":{"updateNativePresenter":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onAllDayTextChanged":[{"__symbolic":"method"}],"onAllDayTextIsVisibleChanged":[{"__symbolic":"method"}]}},"DayCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayCellStyle","line":409,"character":34},"members":{"__ctor__":[{"__symbolic":"constructor"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onShowEventsTextChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}]}},"MonthCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"MonthCellStyle","line":489,"character":36},"members":{"updateNativePresenter":[{"__symbolic":"method"}],"onWeekendTextColorChanged":[{"__symbolic":"method"}],"onTodayTextColorChanged":[{"__symbolic":"method"}],"onDayTextColorChanged":[{"__symbolic":"method"}],"onDayFontNameChanged":[{"__symbolic":"method"}],"onDayFontStyleChanged":[{"__symbolic":"method"}],"onDayTextSizeChanged":[{"__symbolic":"method"}],"onDayNameTextColorChanged":[{"__symbolic":"method"}],"onDayNameFontNameChanged":[{"__symbolic":"method"}],"onDayNameFontStyleChanged":[{"__symbolic":"method"}],"onDayNameTextSizeChanged":[{"__symbolic":"method"}],"onMonthNameTextColorChanged":[{"__symbolic":"method"}],"onMonthNameFontNameChanged":[{"__symbolic":"method"}],"onMonthNameFontStyleChanged":[{"__symbolic":"method"}],"onMonthNameTextSizeChanged":[{"__symbolic":"method"}]}},"InlineEventCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"InlineEventCellStyle","line":603,"character":42},"members":{"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}],"onTimeTextColorChanged":[{"__symbolic":"method"}],"onTimeFontNameChanged":[{"__symbolic":"method"}],"onTimeFontStyleChanged":[{"__symbolic":"method"}],"onTimeTextSizeChanged":[{"__symbolic":"method"}]}},"CalendarMonthViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthViewStyle","line":624,"character":44},"members":{"updateViewStyles":[{"__symbolic":"method"}],"updateNativeOwner":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarWeekViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarMonthViewStyle"},"members":{"updateNativeOwner":[{"__symbolic":"method"}]}},"CalendarDayViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarDayViewStyle","line":746,"character":42},"members":{"updateNativeOwner":[{"__symbolic":"method"}],"updateViewStyles":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onDayEventsViewStyleChanged":[{"__symbolic":"method"}],"onAllDayEventsViewStyleChanged":[{"__symbolic":"method"}],"onShowWeekChanged":[{"__symbolic":"method"}],"changeShowWeek":[{"__symbolic":"method"}]}},"CalendarMonthNamesViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthNamesViewStyle","line":850,"character":49},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateViewStyles":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthNameCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarYearViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarYearViewStyle","line":883,"character":43},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateViewStyles":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthCellStyleChanged":[{"__symbolic":"method"}]}},"RadCalendar":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"RadCalendar","line":923,"character":33},"members":{"__ctor__":[{"__symbolic":"constructor"}],"createNativeView":[{"__symbolic":"method"}],"onLoaded":[{"__symbolic":"method"}],"onUnloaded":[{"__symbolic":"method"}],"updateCalendar":[{"__symbolic":"method"}],"onLocalePropertyChanged":[{"__symbolic":"method"}],"setNativeLocale":[{"__symbolic":"method"}],"onDisplayedDateChanged":[{"__symbolic":"method"}],"getDisplayedDate":[{"__symbolic":"method"}],"onSelectionModeChanged":[{"__symbolic":"method"}],"onTransitionModeChanged":[{"__symbolic":"method"}],"onViewModeChanged":[{"__symbolic":"method"}],"onEventsViewModeChanged":[{"__symbolic":"method"}],"onSelectedDateRangeChanged":[{"__symbolic":"method"}],"onSelectedDatesChanged":[{"__symbolic":"method"}],"onSelectedDateChanged":[{"__symbolic":"method"}],"onMaxDateChanged":[{"__symbolic":"method"}],"onMinDateChanged":[{"__symbolic":"method"}],"updateEventSource":[{"__symbolic":"method"}],"onHorizontalTransitionChanged":[{"__symbolic":"method"}],"onMonthViewStyleChanged":[{"__symbolic":"method"}],"onMonthNamesViewStyleChanged":[{"__symbolic":"method"}],"onWeekViewStyleChanged":[{"__symbolic":"method"}],"onDayViewStyleChanged":[{"__symbolic":"method"}],"onYearViewStyleChanged":[{"__symbolic":"method"}],"loadNativeDisplayedDate":[{"__symbolic":"method"}],"dateWithoutHours":[{"__symbolic":"method"}],"reload":[{"__symbolic":"method"}],"navigateForward":[{"__symbolic":"method"}],"navigateBack":[{"__symbolic":"method"}],"goToDate":[{"__symbolic":"method"}],"getEventsForDate":[{"__symbolic":"method"}]}},"CalendarNativeDataSourceImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"initWithSourceAndOwner":[{"__symbolic":"method"}],"initWithOwner":[{"__symbolic":"method"}],"calendarEventsForDate":[{"__symbolic":"method"}],"calendarEventsFromDateToDateWithCallback":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarDataSource"}],"new":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"error","message":"Expression form not supported","line":1283,"character":55}}}},"TKCalendarMonthPresenterDelegateImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"monthPresenterInlineEventSelected":[{"__symbolic":"method"}],"monthPresenterUpdateVisualsForInlineEventCell":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarMonthPresenterDelegate"}]}},"TKCalendarDayViewDelegateImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"dayViewDidSelectEvent":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarDayViewDelegate"}]}},"TKCalendarNativeDelegateImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"calendarDidChangedViewModeFromTo":[{"__symbolic":"method"}],"calendarDidDeselectedDate":[{"__symbolic":"method"}],"calendarDidTapCell":[{"__symbolic":"method"}],"calendarShouldSelectDate":[{"__symbolic":"method"}],"calendarDidSelectDate":[{"__symbolic":"method"}],"calendarDidNavigateToDate":[{"__symbolic":"method"}],"calendarWillNavigateToDate":[{"__symbolic":"method"}],"calendarUpdateVisualsForCell":[{"__symbolic":"method"}],"applyWeekViewCellStyles":[{"__symbolic":"method"}],"applyDayViewCellStyles":[{"__symbolic":"method"}],"applyYearViewCellStyles":[{"__symbolic":"method"}],"applyMonthNamesViewCellStyles":[{"__symbolic":"method"}],"applyMonthViewCellStyles":[{"__symbolic":"method"}],"applyDayCellStyleToCell":[{"__symbolic":"method"}],"applyTitleCellStyleToCell":[{"__symbolic":"method"}],"applyDayNameCellStyleToCell":[{"__symbolic":"method"}],"applyMonthNameCellStyleToCell":[{"__symbolic":"method"}],"applyWeekNumberCellStyleToCell":[{"__symbolic":"method"}],"applyCommonCellStyleProperties":[{"__symbolic":"method"}],"getViewModeFromTKCalendarViewMode":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarDelegate"}]}}},"exports":[{"from":"./ui-calendar.common"}]}]
[{"__symbolic":"module","version":4,"metadata":{"CalendarEvent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarEvent","line":9,"character":35},"members":{"_setIsAllDay":[{"__symbolic":"method"}],"_getIsAllDay":[{"__symbolic":"method"}],"_setEndDate":[{"__symbolic":"method"}],"_getEndDate":[{"__symbolic":"method"}],"_setStartDate":[{"__symbolic":"method"}],"_getStartDate":[{"__symbolic":"method"}],"_setTitle":[{"__symbolic":"method"}],"_getTitle":[{"__symbolic":"method"}],"_setEventColor":[{"__symbolic":"method"}],"_getEventColor":[{"__symbolic":"method"}]}},"CellStyleInitializer":{"__symbolic":"class","members":{"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}]}},"CellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CellStyle","line":255,"character":31},"members":{"__ctor__":[{"__symbolic":"constructor"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}]}},"DayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayEventsViewStyle","line":308,"character":40},"members":{"updateNativePresenter":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onTimeLabelTextColorChanged":[{"__symbolic":"method"}],"onTimeLabelTextSizeChanged":[{"__symbolic":"method"}],"onTimeLabelFormatChanged":[{"__symbolic":"method"}]}},"AllDayEventsViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"AllDayEventsViewStyle","line":368,"character":43},"members":{"updateNativePresenter":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onAllDayTextChanged":[{"__symbolic":"method"}],"onAllDayTextIsVisibleChanged":[{"__symbolic":"method"}]}},"DayCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"DayCellStyle","line":412,"character":34},"members":{"__ctor__":[{"__symbolic":"constructor"}],"onCellBorderWidthChanged":[{"__symbolic":"method"}],"onCellBorderColorChanged":[{"__symbolic":"method"}],"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onCellTextColorChanged":[{"__symbolic":"method"}],"onCellTextFontNameChanged":[{"__symbolic":"method"}],"onCellTextFontStyleChanged":[{"__symbolic":"method"}],"onCellTextSizeChanged":[{"__symbolic":"method"}],"onCellPaddingHorizontalChanged":[{"__symbolic":"method"}],"onCellPaddingVerticalChanged":[{"__symbolic":"method"}],"onCellAlignmentChanged":[{"__symbolic":"method"}],"onShowEventsTextChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}]}},"MonthCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"MonthCellStyle","line":492,"character":36},"members":{"updateNativePresenter":[{"__symbolic":"method"}],"onWeekendTextColorChanged":[{"__symbolic":"method"}],"onTodayTextColorChanged":[{"__symbolic":"method"}],"onDayTextColorChanged":[{"__symbolic":"method"}],"onDayFontNameChanged":[{"__symbolic":"method"}],"onDayFontStyleChanged":[{"__symbolic":"method"}],"onDayTextSizeChanged":[{"__symbolic":"method"}],"onDayNameTextColorChanged":[{"__symbolic":"method"}],"onDayNameFontNameChanged":[{"__symbolic":"method"}],"onDayNameFontStyleChanged":[{"__symbolic":"method"}],"onDayNameTextSizeChanged":[{"__symbolic":"method"}],"onMonthNameTextColorChanged":[{"__symbolic":"method"}],"onMonthNameFontNameChanged":[{"__symbolic":"method"}],"onMonthNameFontStyleChanged":[{"__symbolic":"method"}],"onMonthNameTextSizeChanged":[{"__symbolic":"method"}]}},"InlineEventCellStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"InlineEventCellStyle","line":606,"character":42},"members":{"onCellBackgroundColorChanged":[{"__symbolic":"method"}],"onEventTextColorChanged":[{"__symbolic":"method"}],"onEventFontNameChanged":[{"__symbolic":"method"}],"onEventFontStyleChanged":[{"__symbolic":"method"}],"onEventTextSizeChanged":[{"__symbolic":"method"}],"onTimeTextColorChanged":[{"__symbolic":"method"}],"onTimeFontNameChanged":[{"__symbolic":"method"}],"onTimeFontStyleChanged":[{"__symbolic":"method"}],"onTimeTextSizeChanged":[{"__symbolic":"method"}]}},"CalendarMonthViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthViewStyle","line":627,"character":44},"members":{"updateViewStyles":[{"__symbolic":"method"}],"updateNativeOwner":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onSelectionShapeChanged":[{"__symbolic":"method"}],"onSelectionShapeSizeChanged":[{"__symbolic":"method"}],"onSelectionShapeColorChanged":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onDayCellStyleChanged":[{"__symbolic":"method"}],"onSelectedDayCellStyleChanged":[{"__symbolic":"method"}],"onTodayCellStyleChanged":[{"__symbolic":"method"}],"onWeekNumberCellStyleChanged":[{"__symbolic":"method"}],"onWeekendCellStyleChanged":[{"__symbolic":"method"}],"onDayNameCellStyleChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onInlineEventCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarWeekViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"CalendarMonthViewStyle"},"members":{"updateNativeOwner":[{"__symbolic":"method"}]}},"CalendarDayViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarDayViewStyle","line":749,"character":42},"members":{"updateNativeOwner":[{"__symbolic":"method"}],"updateViewStyles":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onShowWeekNumbersChanged":[{"__symbolic":"method"}],"onShowTitleChanged":[{"__symbolic":"method"}],"onShowDayNamesChanged":[{"__symbolic":"method"}],"onBackgroundColorChanged":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onDayEventsViewStyleChanged":[{"__symbolic":"method"}],"onAllDayEventsViewStyleChanged":[{"__symbolic":"method"}],"onShowWeekChanged":[{"__symbolic":"method"}],"changeShowWeek":[{"__symbolic":"method"}]}},"CalendarMonthNamesViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarMonthNamesViewStyle","line":853,"character":49},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateViewStyles":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthNameCellStyleChanged":[{"__symbolic":"method"}]}},"CalendarYearViewStyle":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"CalendarYearViewStyle","line":886,"character":43},"members":{"__ctor__":[{"__symbolic":"constructor"}],"updateViewStyles":[{"__symbolic":"method"}],"updateOwner":[{"__symbolic":"method"}],"onTitleCellStyleChanged":[{"__symbolic":"method"}],"onMonthCellStyleChanged":[{"__symbolic":"method"}]}},"RadCalendar":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"./ui-calendar.common","name":"RadCalendar","line":926,"character":33},"members":{"__ctor__":[{"__symbolic":"constructor"}],"createNativeView":[{"__symbolic":"method"}],"onLoaded":[{"__symbolic":"method"}],"onUnloaded":[{"__symbolic":"method"}],"updateCalendar":[{"__symbolic":"method"}],"onLocalePropertyChanged":[{"__symbolic":"method"}],"setNativeLocale":[{"__symbolic":"method"}],"onDisplayedDateChanged":[{"__symbolic":"method"}],"getDisplayedDate":[{"__symbolic":"method"}],"onSelectionModeChanged":[{"__symbolic":"method"}],"onTransitionModeChanged":[{"__symbolic":"method"}],"onViewModeChanged":[{"__symbolic":"method"}],"onEventsViewModeChanged":[{"__symbolic":"method"}],"onSelectedDateRangeChanged":[{"__symbolic":"method"}],"onSelectedDatesChanged":[{"__symbolic":"method"}],"onSelectedDateChanged":[{"__symbolic":"method"}],"onMaxDateChanged":[{"__symbolic":"method"}],"onMinDateChanged":[{"__symbolic":"method"}],"updateEventSource":[{"__symbolic":"method"}],"onHorizontalTransitionChanged":[{"__symbolic":"method"}],"onMonthViewStyleChanged":[{"__symbolic":"method"}],"onMonthNamesViewStyleChanged":[{"__symbolic":"method"}],"onWeekViewStyleChanged":[{"__symbolic":"method"}],"onDayViewStyleChanged":[{"__symbolic":"method"}],"onYearViewStyleChanged":[{"__symbolic":"method"}],"loadNativeDisplayedDate":[{"__symbolic":"method"}],"dateWithoutHours":[{"__symbolic":"method"}],"reload":[{"__symbolic":"method"}],"clearSelection":[{"__symbolic":"method"}],"navigateForward":[{"__symbolic":"method"}],"navigateBack":[{"__symbolic":"method"}],"goToDate":[{"__symbolic":"method"}],"getEventsForDate":[{"__symbolic":"method"}]}},"CalendarNativeDataSourceImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"initWithSourceAndOwner":[{"__symbolic":"method"}],"initWithOwner":[{"__symbolic":"method"}],"calendarEventsForDate":[{"__symbolic":"method"}],"calendarEventsFromDateToDateWithCallback":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarDataSource"}],"new":{"__symbolic":"function","parameters":[],"value":{"__symbolic":"error","message":"Expression form not supported","line":1306,"character":55}}}},"TKCalendarMonthPresenterDelegateImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"monthPresenterInlineEventSelected":[{"__symbolic":"method"}],"monthPresenterUpdateVisualsForInlineEventCell":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarMonthPresenterDelegate"}]}},"TKCalendarDayViewDelegateImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"dayViewDidSelectEvent":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarDayViewDelegate"}]}},"TKCalendarNativeDelegateImplementation":{"__symbolic":"class","extends":{"__symbolic":"reference","name":"NSObject"},"members":{"calendarDidChangedViewModeFromTo":[{"__symbolic":"method"}],"calendarDidDeselectedDate":[{"__symbolic":"method"}],"calendarDidTapCell":[{"__symbolic":"method"}],"calendarShouldSelectDate":[{"__symbolic":"method"}],"calendarDidSelectDate":[{"__symbolic":"method"}],"calendarDidNavigateToDate":[{"__symbolic":"method"}],"calendarWillNavigateToDate":[{"__symbolic":"method"}],"calendarUpdateVisualsForCell":[{"__symbolic":"method"}],"applyWeekViewCellStyles":[{"__symbolic":"method"}],"applyDayViewCellStyles":[{"__symbolic":"method"}],"applyYearViewCellStyles":[{"__symbolic":"method"}],"applyMonthNamesViewCellStyles":[{"__symbolic":"method"}],"applyMonthViewCellStyles":[{"__symbolic":"method"}],"applyDayCellStyleToCell":[{"__symbolic":"method"}],"applyTitleCellStyleToCell":[{"__symbolic":"method"}],"applyDayNameCellStyleToCell":[{"__symbolic":"method"}],"applyMonthNameCellStyleToCell":[{"__symbolic":"method"}],"applyWeekNumberCellStyleToCell":[{"__symbolic":"method"}],"applyCommonCellStyleProperties":[{"__symbolic":"method"}],"getViewModeFromTKCalendarViewMode":[{"__symbolic":"method"}]},"statics":{"ObjCProtocols":[{"__symbolic":"reference","name":"TKCalendarDelegate"}]}}},"exports":[{"from":"./ui-calendar.common"}]}]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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