@syncfusion/ej2-calendars
Advanced tools
Comparing version 17.3.14 to 17.3.17
/*! | ||
* filename: index.d.ts | ||
* version : 17.3.14 | ||
* version : 17.3.17 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-calendars@*", | ||
"_id": "@syncfusion/ej2-calendars@17.3.9", | ||
"_id": "@syncfusion/ej2-calendars@17.3.14", | ||
"_inBundle": false, | ||
"_integrity": "sha512-eCXryGF5buzwgX0xaTJbIc22Xj7i901I/0RnfF4unZ4aH426m1CdFjjA49ixFNuo7AaKfTe+9ihyr01l6/8T7g==", | ||
"_integrity": "sha512-pPpuY/8v4zyVOtpWNbwUMYiJ4FuJbm4popRAU2XvHqDifc4I+SDlQGIlfXgoukgEcNaYQztTXc5l9dURRDljQA==", | ||
"_location": "/@syncfusion/ej2-calendars", | ||
@@ -34,4 +34,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.9.tgz", | ||
"_shasum": "01d538abdae9e1bb8237a37d65fc2f182e9a5bd2", | ||
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.14.tgz", | ||
"_shasum": "e202046966c29c0ad2bd39e5dd5594201a85e828", | ||
"_spec": "@syncfusion/ej2-calendars@*", | ||
@@ -47,7 +47,7 @@ "_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.3.14", | ||
"@syncfusion/ej2-buttons": "~17.3.14", | ||
"@syncfusion/ej2-inputs": "~17.3.14", | ||
"@syncfusion/ej2-lists": "~17.3.14", | ||
"@syncfusion/ej2-popups": "~17.3.14" | ||
"@syncfusion/ej2-base": "~17.3.16", | ||
"@syncfusion/ej2-buttons": "~17.3.16", | ||
"@syncfusion/ej2-inputs": "~17.3.17", | ||
"@syncfusion/ej2-lists": "~17.3.16", | ||
"@syncfusion/ej2-popups": "~17.3.16" | ||
}, | ||
@@ -85,4 +85,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "17.3.14", | ||
"version": "17.3.17", | ||
"sideEffects": false | ||
} |
@@ -13,4 +13,4 @@ import { Component, EventHandler, Internationalization, ModuleDeclaration } from '@syncfusion/ej2-base';import { INotifyPropertyChanged, KeyboardEvents, L10n } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, KeyboardEventArgs, BaseEventArgs } from '@syncfusion/ej2-base';import { cldrData, getDefaultDateObject, rippleEffect } from '@syncfusion/ej2-base';import { createElement, removeClass, detach, closest, addClass, attributes } from '@syncfusion/ej2-base';import { getValue, getUniqueID, extend, Browser } from '@syncfusion/ej2-base';import { Property, Event, EmitType, isNullOrUndefined, throwError } from '@syncfusion/ej2-base';import { Islamic, IslamicDateArgs } from './index'; | ||
* Gets or sets the minimum date that can be selected in the Calendar. | ||
* @default new Date(1900, 00, 01) | ||
* @blazorDefaultValue new DateTime(1900, 01, 01) | ||
*/ | ||
@@ -21,4 +21,4 @@ min?: Date; | ||
* Gets or sets the maximum date that can be selected in the Calendar. | ||
* @default new Date(2099, 11, 31) | ||
* @blazorDefaultValue new DateTime(2099, 12, 31) | ||
*/ | ||
@@ -29,5 +29,5 @@ max?: Date; | ||
* Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture. | ||
* @default 0 | ||
* @aspType int | ||
* @blazorType int | ||
* > For more details about firstDayOfWeek refer to | ||
@@ -40,3 +40,3 @@ * [`First day of week`](../../calendar/how-to/first-day-of-week#change-the-first-day-of-the-week) documentation. | ||
* Gets or sets the Calendar's Type like gregorian or islamic. | ||
* @default Gregorian | ||
*/ | ||
@@ -48,3 +48,3 @@ calendarMode?: CalendarType; | ||
* With the help of this property, initial view can be changed to year or decade view. | ||
* @default Month | ||
* | ||
@@ -78,3 +78,3 @@ * <table> | ||
* Depth view should be smaller than the start view to restrict its view navigation. | ||
* @default Month | ||
* | ||
@@ -107,3 +107,3 @@ * <table> | ||
* Determines whether the week number of the year is to be displayed in the calendar or not. | ||
* @default false | ||
* > For more details about weekNumber refer to | ||
@@ -116,3 +116,3 @@ * [`Calendar with week number`](../../calendar/how-to/render-the-calendar-with-week-numbers)documentation. | ||
* Specifies whether the today button is to be displayed or not. | ||
* @default true | ||
*/ | ||
@@ -128,3 +128,3 @@ showTodayButton?: boolean; | ||
* * `Wide` - Sets the long format of day name (like Sunday ) in day header. | ||
* @default Short | ||
*/ | ||
@@ -136,3 +136,3 @@ dayHeaderFormat?: DayHeaderFormats; | ||
* 1. value | ||
* @default false | ||
*/ | ||
@@ -228,4 +228,4 @@ enablePersistence?: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -237,3 +237,3 @@ keyConfigs?: { [key: string]: string }; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -245,3 +245,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -253,3 +253,3 @@ destroyed?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Navigated' | ||
*/ | ||
@@ -261,3 +261,3 @@ navigated?: EmitType<NavigatedEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnRenderDayCell' | ||
*/ | ||
@@ -275,4 +275,4 @@ renderDayCell?: EmitType<RenderDayCellEventArgs>; | ||
* Gets or sets the selected date of the Calendar. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -283,3 +283,3 @@ value?: Date; | ||
* Gets or sets multiple selected dates of the calendar. | ||
* @default null | ||
*/ | ||
@@ -290,3 +290,3 @@ values?: Date[]; | ||
* Specifies the option to enable the multiple dates selection of the calendar. | ||
* @default false | ||
*/ | ||
@@ -298,3 +298,3 @@ isMultiSelection?: boolean; | ||
* @event | ||
* @blazorProperty 'ValueChange' | ||
*/ | ||
@@ -301,0 +301,0 @@ change?: EmitType<ChangedEventArgs>; |
@@ -53,4 +53,4 @@ import { Component, Internationalization, ModuleDeclaration } from '@syncfusion/ej2-base'; | ||
* Gets or sets the minimum date that can be selected in the Calendar. | ||
* @default new Date(1900, 00, 01) | ||
* @blazorDefaultValue new DateTime(1900, 01, 01) | ||
*/ | ||
@@ -60,4 +60,4 @@ min: Date; | ||
* Gets or sets the maximum date that can be selected in the Calendar. | ||
* @default new Date(2099, 11, 31) | ||
* @blazorDefaultValue new DateTime(2099, 12, 31) | ||
*/ | ||
@@ -67,5 +67,5 @@ max: Date; | ||
* Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture. | ||
* @default 0 | ||
* @aspType int | ||
* @blazorType int | ||
* > For more details about firstDayOfWeek refer to | ||
@@ -77,3 +77,3 @@ * [`First day of week`](../../calendar/how-to/first-day-of-week#change-the-first-day-of-the-week) documentation. | ||
* Gets or sets the Calendar's Type like gregorian or islamic. | ||
* @default Gregorian | ||
*/ | ||
@@ -84,3 +84,3 @@ calendarMode: CalendarType; | ||
* With the help of this property, initial view can be changed to year or decade view. | ||
* @default Month | ||
* | ||
@@ -113,3 +113,3 @@ * <table> | ||
* Depth view should be smaller than the start view to restrict its view navigation. | ||
* @default Month | ||
* | ||
@@ -141,3 +141,3 @@ * <table> | ||
* Determines whether the week number of the year is to be displayed in the calendar or not. | ||
* @default false | ||
* > For more details about weekNumber refer to | ||
@@ -149,3 +149,3 @@ * [`Calendar with week number`](../../calendar/how-to/render-the-calendar-with-week-numbers)documentation. | ||
* Specifies whether the today button is to be displayed or not. | ||
* @default true | ||
*/ | ||
@@ -160,3 +160,3 @@ showTodayButton: boolean; | ||
* * `Wide` - Sets the long format of day name (like Sunday ) in day header. | ||
* @default Short | ||
*/ | ||
@@ -167,3 +167,3 @@ dayHeaderFormat: DayHeaderFormats; | ||
* 1. value | ||
* @default false | ||
*/ | ||
@@ -258,4 +258,4 @@ enablePersistence: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -268,3 +268,3 @@ keyConfigs: { | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -275,3 +275,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -282,3 +282,3 @@ destroyed: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Navigated' | ||
*/ | ||
@@ -289,3 +289,3 @@ navigated: EmitType<NavigatedEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnRenderDayCell' | ||
*/ | ||
@@ -441,4 +441,4 @@ renderDayCell: EmitType<RenderDayCellEventArgs>; | ||
* Gets or sets the selected date of the Calendar. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -448,3 +448,3 @@ value: Date; | ||
* Gets or sets multiple selected dates of the calendar. | ||
* @default null | ||
*/ | ||
@@ -454,3 +454,3 @@ values: Date[]; | ||
* Specifies the option to enable the multiple dates selection of the calendar. | ||
* @default false | ||
*/ | ||
@@ -461,3 +461,3 @@ isMultiSelection: boolean; | ||
* @event | ||
* @blazorProperty 'ValueChange' | ||
*/ | ||
@@ -464,0 +464,0 @@ change: EmitType<ChangedEventArgs>; |
@@ -12,3 +12,3 @@ import { EventHandler, Property, Internationalization, NotifyPropertyChanges, DateFormatOptions } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, Animation, EmitType, Event, extend, L10n, Browser, formatUnit } from '@syncfusion/ej2-base';import { createElement, detach, addClass, removeClass, closest, classList, attributes } from '@syncfusion/ej2-base';import { isNullOrUndefined, setValue, getUniqueID, ModuleDeclaration } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input, InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';import { ChangedEventArgs, CalendarView, Calendar, BlurEventArgs, FocusEventArgs } from '../calendar/calendar'; | ||
* Specifies the width of the DatePicker component. | ||
* @default null | ||
*/ | ||
@@ -20,3 +20,3 @@ width?: number | string; | ||
* customize the appearance by overriding the styles. | ||
* @default null | ||
*/ | ||
@@ -29,3 +29,3 @@ cssClass?: string; | ||
* it allows invalid or out-of-range date value with highlighted error class. | ||
* @default false | ||
* > For more details refer to | ||
@@ -38,5 +38,5 @@ * [`Strict Mode`](../../datepicker/strict-mode/) documentation. | ||
* Specifies the format of the value that to be displayed in component. By default, the format is based on the culture. | ||
* @default null | ||
* @aspType string | ||
* @blazorType string | ||
*/ | ||
@@ -47,3 +47,3 @@ format?: string | FormatObject; | ||
* Specifies the component to be disabled or not. | ||
* @default true | ||
*/ | ||
@@ -55,3 +55,3 @@ enabled?: boolean; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -62,3 +62,3 @@ htmlAttributes?: { [key: string]: string; }; | ||
* Gets or sets multiple selected dates of the calendar. | ||
* @default null | ||
* @private | ||
@@ -70,3 +70,3 @@ */ | ||
* Specifies the option to enable the multiple dates selection of the calendar. | ||
* @default false | ||
* @private | ||
@@ -78,3 +78,3 @@ */ | ||
* Specifies whether to show or hide the clear icon in textbox. | ||
* @default true | ||
*/ | ||
@@ -89,3 +89,3 @@ showClearButton?: boolean; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -203,4 +203,4 @@ allowEdit?: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -212,3 +212,3 @@ keyConfigs?: { [key: string]: string }; | ||
* 1. value | ||
* @default false | ||
*/ | ||
@@ -219,5 +219,5 @@ enablePersistence?: boolean; | ||
* specifies the z-index value of the datePicker popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -228,3 +228,3 @@ zIndex?: number; | ||
* Specifies the component in readonly state. When the Component is readonly it does not allow user input. | ||
* @default false | ||
*/ | ||
@@ -235,3 +235,3 @@ readonly?: boolean; | ||
* Specifies the placeholder text that displayed in textbox. | ||
* @default null | ||
*/ | ||
@@ -246,6 +246,6 @@ placeholder?: string; | ||
* Auto: The floating label will float above the input after focusing or entering a value in the input. | ||
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never | ||
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @isEnumeration true | ||
*/ | ||
@@ -257,4 +257,4 @@ floatLabelType?: FloatLabelType | string; | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -266,4 +266,4 @@ open?: EmitType<PreventableEventArgs | PopupObjectArgs>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -287,3 +287,3 @@ close?: EmitType<PreventableEventArgs | PopupObjectArgs>; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -295,3 +295,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -298,0 +298,0 @@ destroyed?: EmitType<Object>; |
@@ -60,3 +60,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
* Specifies the width of the DatePicker component. | ||
* @default null | ||
*/ | ||
@@ -67,3 +67,3 @@ width: number | string; | ||
* customize the appearance by overriding the styles. | ||
* @default null | ||
*/ | ||
@@ -75,3 +75,3 @@ cssClass: string; | ||
* it allows invalid or out-of-range date value with highlighted error class. | ||
* @default false | ||
* > For more details refer to | ||
@@ -83,5 +83,5 @@ * [`Strict Mode`](../../datepicker/strict-mode/) documentation. | ||
* Specifies the format of the value that to be displayed in component. By default, the format is based on the culture. | ||
* @default null | ||
* @aspType string | ||
* @blazorType string | ||
*/ | ||
@@ -91,3 +91,3 @@ format: string | FormatObject; | ||
* Specifies the component to be disabled or not. | ||
* @default true | ||
*/ | ||
@@ -98,3 +98,3 @@ enabled: boolean; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -106,3 +106,3 @@ htmlAttributes: { | ||
* Gets or sets multiple selected dates of the calendar. | ||
* @default null | ||
* @private | ||
@@ -113,3 +113,3 @@ */ | ||
* Specifies the option to enable the multiple dates selection of the calendar. | ||
* @default false | ||
* @private | ||
@@ -120,3 +120,3 @@ */ | ||
* Specifies whether to show or hide the clear icon in textbox. | ||
* @default true | ||
*/ | ||
@@ -130,3 +130,3 @@ showClearButton: boolean; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -243,4 +243,4 @@ allowEdit: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -253,3 +253,3 @@ keyConfigs: { | ||
* 1. value | ||
* @default false | ||
*/ | ||
@@ -259,5 +259,5 @@ enablePersistence: boolean; | ||
* specifies the z-index value of the datePicker popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -267,3 +267,3 @@ zIndex: number; | ||
* Specifies the component in readonly state. When the Component is readonly it does not allow user input. | ||
* @default false | ||
*/ | ||
@@ -273,3 +273,3 @@ readonly: boolean; | ||
* Specifies the placeholder text that displayed in textbox. | ||
* @default null | ||
*/ | ||
@@ -283,6 +283,6 @@ placeholder: string; | ||
* Auto: The floating label will float above the input after focusing or entering a value in the input. | ||
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never | ||
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @isEnumeration true | ||
*/ | ||
@@ -293,4 +293,4 @@ floatLabelType: FloatLabelType | string; | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -301,4 +301,4 @@ open: EmitType<PreventableEventArgs | PopupObjectArgs>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -319,3 +319,3 @@ close: EmitType<PreventableEventArgs | PopupObjectArgs>; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -326,3 +326,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -445,3 +445,3 @@ destroyed: EmitType<Object>; | ||
* Defines the DatePicker popup element. | ||
* @deprecated | ||
*/ | ||
@@ -448,0 +448,0 @@ popup?: Popup; |
@@ -34,3 +34,3 @@ import { Property, EventHandler, Internationalization, NotifyPropertyChanges, detach, getUniqueID } from '@syncfusion/ej2-base';import { KeyboardEvents, BaseEventArgs, KeyboardEventArgs, Event, EmitType, Browser, L10n, ChildProperty } from '@syncfusion/ej2-base';import { addClass, createElement, remove, closest, select, prepend, removeClass, attributes, Collection } from '@syncfusion/ej2-base';import { isNullOrUndefined, isUndefined, formatUnit, setValue, rippleEffect, merge, extend } from '@syncfusion/ej2-base';import { CalendarView, CalendarBase, NavigatedEventArgs, RenderDayCellEventArgs, CalendarType } from '../calendar/calendar';import { Popup } from '@syncfusion/ej2-popups';import { Button } from '@syncfusion/ej2-buttons';import { BlurEventArgs, FocusEventArgs } from '../calendar/calendar';import { Input, InputObject, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase, cssClass as ListBaseClasses } from '@syncfusion/ej2-lists'; | ||
* Gets or sets the start and end date of the Calendar. | ||
* @default null | ||
*/ | ||
@@ -44,3 +44,3 @@ value?: Date[] | DateRange; | ||
* 3. value | ||
* @default false | ||
*/ | ||
@@ -51,4 +51,4 @@ enablePersistence?: boolean; | ||
* Gets or sets the minimum date that can be selected in the calendar-popup. | ||
* @default new Date(1900, 00, 01) | ||
* @blazorDefaultValue new DateTime(1900, 01, 01) | ||
*/ | ||
@@ -59,4 +59,4 @@ min?: Date; | ||
* Gets or sets the maximum date that can be selected in the calendar-popup. | ||
* @default new Date(2099, 11, 31) | ||
* @blazorDefaultValue new DateTime(2099, 12, 31) | ||
*/ | ||
@@ -67,3 +67,3 @@ max?: Date; | ||
* Overrides the global culture and localization value for this component. Default global culture is 'en-US'. | ||
* @default 'en-US' | ||
*/ | ||
@@ -76,3 +76,3 @@ locale?: string; | ||
* [`First day of week`](../../daterangepicker/customization#first-day-of-week) documentation. | ||
* @default null | ||
*/ | ||
@@ -86,3 +86,3 @@ firstDayOfWeek?: number; | ||
* [`Calendar with week number`](../../calendar/how-to/week-number#render-the-calendar-with-week-numbers)documentation. | ||
* @default false | ||
*/ | ||
@@ -93,3 +93,3 @@ weekNumber?: boolean; | ||
* Gets or sets the Calendar's Type like gregorian or islamic. | ||
* @default Gregorian | ||
* @private | ||
@@ -102,3 +102,3 @@ */ | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -110,3 +110,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -118,3 +118,3 @@ destroyed?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'ValueChange' | ||
*/ | ||
@@ -126,3 +126,3 @@ change?: EmitType<RangeEventArgs>; | ||
* @event | ||
* @blazorProperty 'Navigated' | ||
*/ | ||
@@ -134,3 +134,3 @@ navigated?: EmitType<NavigatedEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnRenderDayCell' | ||
*/ | ||
@@ -141,4 +141,4 @@ renderDayCell?: EmitType<RenderDayCellEventArgs>; | ||
* Gets or sets the start date of the date range selection. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -149,4 +149,4 @@ startDate?: Date; | ||
* Gets or sets the end date of the date range selection. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -159,3 +159,3 @@ endDate?: Date; | ||
* [`Preset Ranges`](../../daterangepicker/customization#preset-ranges) documentation. | ||
* @default null | ||
*/ | ||
@@ -166,3 +166,3 @@ presets?: PresetsModel[]; | ||
* Specifies the width of the DateRangePicker component. | ||
* @default '' | ||
*/ | ||
@@ -173,5 +173,5 @@ width?: number | string; | ||
* specifies the z-index value of the dateRangePicker popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -182,3 +182,3 @@ zIndex?: number; | ||
* Specifies whether to show or hide the clear icon | ||
* @default true | ||
*/ | ||
@@ -189,4 +189,4 @@ showClearButton?: boolean; | ||
* Specifies whether the today button is to be displayed or not. | ||
* @default true | ||
* @hidden | ||
*/ | ||
@@ -198,3 +198,3 @@ showTodayButton?: boolean; | ||
* With the help of this property, initial view can be changed to year or decade view. | ||
* @default Month | ||
*/ | ||
@@ -206,3 +206,3 @@ start?: CalendarView; | ||
* Depth view should be smaller than the start view to restrict its view navigation. | ||
* @default Month | ||
*/ | ||
@@ -213,3 +213,3 @@ depth?: CalendarView; | ||
* Sets the root CSS class to the DateRangePicker which allows you to customize the appearance. | ||
* @default '' | ||
*/ | ||
@@ -220,3 +220,3 @@ cssClass?: string; | ||
* Sets or gets the string that used between the start and end date string. | ||
* @default '-' | ||
*/ | ||
@@ -229,5 +229,5 @@ separator?: string; | ||
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation. | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -240,6 +240,6 @@ minDays?: number; | ||
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation. | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -252,3 +252,3 @@ maxDays?: number; | ||
* [`Strict Mode`](../../daterangepicker/range-restriction#strict-mode)documentation. | ||
* @default false | ||
*/ | ||
@@ -370,4 +370,4 @@ strictMode?: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -380,5 +380,5 @@ keyConfigs?: { [key: string]: string }; | ||
* [`Format`](https://ej2.syncfusion.com/demos/#/material/daterangepicker/format.html)sample. | ||
* @aspType string | ||
* @default null | ||
* @blazorType string | ||
*/ | ||
@@ -389,3 +389,3 @@ format?: string | RangeFormatObject; | ||
* Specifies the component to be disabled which prevents the DateRangePicker from user interactions. | ||
* @default true | ||
*/ | ||
@@ -396,3 +396,3 @@ enabled?: boolean; | ||
* Denies the editing the ranges in the DateRangePicker component. | ||
* @default false | ||
*/ | ||
@@ -407,3 +407,3 @@ readonly?: boolean; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -418,6 +418,6 @@ allowEdit?: boolean; | ||
* Auto: The floating label will float above the input after focusing or entering a value in the input. | ||
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never | ||
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @isEnumeration true | ||
*/ | ||
@@ -429,3 +429,3 @@ floatLabelType?: FloatLabelType | string; | ||
* | ||
* @default null | ||
*/ | ||
@@ -437,3 +437,3 @@ placeholder?: string; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -445,4 +445,4 @@ htmlAttributes?: { [key: string]: string; }; | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
* @blazorType RangePopupEventArgs | ||
*/ | ||
@@ -454,4 +454,4 @@ open?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
* @blazorType RangePopupEventArgs | ||
*/ | ||
@@ -463,4 +463,4 @@ close?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'RangeSelected' | ||
* @blazorType RangeEventArgs | ||
*/ | ||
@@ -467,0 +467,0 @@ select?: EmitType<Object>; |
@@ -63,3 +63,3 @@ /// <reference path="../calendar/calendar-model.d.ts" /> | ||
* Defines the DateRangePicker popup object. | ||
* @deprecated | ||
*/ | ||
@@ -172,3 +172,3 @@ popup?: Popup; | ||
* Gets or sets the start and end date of the Calendar. | ||
* @default null | ||
*/ | ||
@@ -181,3 +181,3 @@ value: Date[] | DateRange; | ||
* 3. value | ||
* @default false | ||
*/ | ||
@@ -187,4 +187,4 @@ enablePersistence: boolean; | ||
* Gets or sets the minimum date that can be selected in the calendar-popup. | ||
* @default new Date(1900, 00, 01) | ||
* @blazorDefaultValue new DateTime(1900, 01, 01) | ||
*/ | ||
@@ -194,4 +194,4 @@ min: Date; | ||
* Gets or sets the maximum date that can be selected in the calendar-popup. | ||
* @default new Date(2099, 11, 31) | ||
* @blazorDefaultValue new DateTime(2099, 12, 31) | ||
*/ | ||
@@ -201,3 +201,3 @@ max: Date; | ||
* Overrides the global culture and localization value for this component. Default global culture is 'en-US'. | ||
* @default 'en-US' | ||
*/ | ||
@@ -209,3 +209,3 @@ locale: string; | ||
* [`First day of week`](../../daterangepicker/customization#first-day-of-week) documentation. | ||
* @default null | ||
*/ | ||
@@ -218,3 +218,3 @@ firstDayOfWeek: number; | ||
* [`Calendar with week number`](../../calendar/how-to/week-number#render-the-calendar-with-week-numbers)documentation. | ||
* @default false | ||
*/ | ||
@@ -224,3 +224,3 @@ weekNumber: boolean; | ||
* Gets or sets the Calendar's Type like gregorian or islamic. | ||
* @default Gregorian | ||
* @private | ||
@@ -232,3 +232,3 @@ */ | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -239,3 +239,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -246,3 +246,3 @@ destroyed: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'ValueChange' | ||
*/ | ||
@@ -253,3 +253,3 @@ change: EmitType<RangeEventArgs>; | ||
* @event | ||
* @blazorProperty 'Navigated' | ||
*/ | ||
@@ -260,3 +260,3 @@ navigated: EmitType<NavigatedEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnRenderDayCell' | ||
*/ | ||
@@ -266,4 +266,4 @@ renderDayCell: EmitType<RenderDayCellEventArgs>; | ||
* Gets or sets the start date of the date range selection. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -273,4 +273,4 @@ startDate: Date; | ||
* Gets or sets the end date of the date range selection. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -282,3 +282,3 @@ endDate: Date; | ||
* [`Preset Ranges`](../../daterangepicker/customization#preset-ranges) documentation. | ||
* @default null | ||
*/ | ||
@@ -288,3 +288,3 @@ presets: PresetsModel[]; | ||
* Specifies the width of the DateRangePicker component. | ||
* @default '' | ||
*/ | ||
@@ -294,5 +294,5 @@ width: number | string; | ||
* specifies the z-index value of the dateRangePicker popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -302,3 +302,3 @@ zIndex: number; | ||
* Specifies whether to show or hide the clear icon | ||
* @default true | ||
*/ | ||
@@ -308,4 +308,4 @@ showClearButton: boolean; | ||
* Specifies whether the today button is to be displayed or not. | ||
* @default true | ||
* @hidden | ||
*/ | ||
@@ -316,3 +316,3 @@ showTodayButton: boolean; | ||
* With the help of this property, initial view can be changed to year or decade view. | ||
* @default Month | ||
*/ | ||
@@ -323,3 +323,3 @@ start: CalendarView; | ||
* Depth view should be smaller than the start view to restrict its view navigation. | ||
* @default Month | ||
*/ | ||
@@ -329,3 +329,3 @@ depth: CalendarView; | ||
* Sets the root CSS class to the DateRangePicker which allows you to customize the appearance. | ||
* @default '' | ||
*/ | ||
@@ -335,3 +335,3 @@ cssClass: string; | ||
* Sets or gets the string that used between the start and end date string. | ||
* @default '-' | ||
*/ | ||
@@ -343,5 +343,5 @@ separator: string; | ||
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation. | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -353,6 +353,6 @@ minDays: number; | ||
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation. | ||
* @default null | ||
* @aspType int | ||
* @blazorType int | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -364,3 +364,3 @@ maxDays: number; | ||
* [`Strict Mode`](../../daterangepicker/range-restriction#strict-mode)documentation. | ||
* @default false | ||
*/ | ||
@@ -481,4 +481,4 @@ strictMode: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -492,5 +492,5 @@ keyConfigs: { | ||
* [`Format`](https://ej2.syncfusion.com/demos/#/material/daterangepicker/format.html)sample. | ||
* @aspType string | ||
* @default null | ||
* @blazorType string | ||
*/ | ||
@@ -500,3 +500,3 @@ format: string | RangeFormatObject; | ||
* Specifies the component to be disabled which prevents the DateRangePicker from user interactions. | ||
* @default true | ||
*/ | ||
@@ -506,3 +506,3 @@ enabled: boolean; | ||
* Denies the editing the ranges in the DateRangePicker component. | ||
* @default false | ||
*/ | ||
@@ -516,3 +516,3 @@ readonly: boolean; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -526,6 +526,6 @@ allowEdit: boolean; | ||
* Auto: The floating label will float above the input after focusing or entering a value in the input. | ||
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never | ||
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @isEnumeration true | ||
*/ | ||
@@ -536,3 +536,3 @@ floatLabelType: FloatLabelType | string; | ||
* | ||
* @default null | ||
*/ | ||
@@ -543,3 +543,3 @@ placeholder: string; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -552,4 +552,4 @@ htmlAttributes: { | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
* @blazorType RangePopupEventArgs | ||
*/ | ||
@@ -560,4 +560,4 @@ open: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
* @blazorType RangePopupEventArgs | ||
*/ | ||
@@ -568,4 +568,4 @@ close: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'RangeSelected' | ||
* @blazorType RangeEventArgs | ||
*/ | ||
@@ -603,2 +603,3 @@ select: EmitType<Object>; | ||
private initialize; | ||
private updateDataAttribute; | ||
private setRangeAllowEdit; | ||
@@ -690,3 +691,3 @@ private updateClearIconState; | ||
* @private | ||
* @hidden | ||
*/ | ||
@@ -749,3 +750,3 @@ currentView(): string; | ||
* @returns void | ||
* @hidden | ||
*/ | ||
@@ -752,0 +753,0 @@ navigateTo(view: CalendarView, date: Date): void; |
@@ -11,3 +11,3 @@ import { EventHandler, Internationalization, Property, NotifyPropertyChanges, Browser, RippleOptions } from '@syncfusion/ej2-base';import { Animation, EmitType, Event, AnimationModel, cldrData, getDefaultDateObject, detach } from '@syncfusion/ej2-base';import { createElement, remove, addClass, L10n, removeClass, closest, classList, append, attributes } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, isNullOrUndefined, formatUnit, getValue, rippleEffect } from '@syncfusion/ej2-base';import { ModuleDeclaration, extend } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input } from '@syncfusion/ej2-inputs';import { BlurEventArgs } from '../calendar/calendar';import { DatePicker, PopupObjectArgs } from '../datepicker/datepicker';import { TimePickerBase } from '../timepicker/timepicker';import { cssClass as ListBaseClasses } from '@syncfusion/ej2-lists'; | ||
* Specifies the format of the time value that to be displayed in time popup list. | ||
* @default null | ||
*/ | ||
@@ -18,4 +18,4 @@ timeFormat?: string; | ||
* Specifies the time interval between the two adjacent time values in the time popup list . | ||
* @default 30 | ||
* @blazorType int | ||
*/ | ||
@@ -27,4 +27,4 @@ step?: number; | ||
* the given value is not present in the timepicker popup list. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -35,5 +35,5 @@ scrollTo?: Date; | ||
* specifies the z-index value of the popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -175,4 +175,4 @@ zIndex?: number; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -184,3 +184,3 @@ keyConfigs?: { [key: string]: string }; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -192,3 +192,3 @@ htmlAttributes?: { [key: string]: string; }; | ||
* 1. value | ||
* @default false | ||
*/ | ||
@@ -203,3 +203,3 @@ enablePersistence?: boolean; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -210,3 +210,3 @@ allowEdit?: boolean; | ||
* Specifies the option to enable the multiple dates selection of the calendar. | ||
* @default false | ||
* @private | ||
@@ -218,3 +218,3 @@ */ | ||
* Gets or sets multiple selected dates of the calendar. | ||
* @default null | ||
* @private | ||
@@ -226,3 +226,3 @@ */ | ||
* Specifies whether to show or hide the clear icon in textbox. | ||
* @default true | ||
*/ | ||
@@ -233,3 +233,3 @@ showClearButton?: boolean; | ||
* Specifies the placeholder text that to be is displayed in textbox. | ||
* @default null | ||
*/ | ||
@@ -243,3 +243,3 @@ placeholder?: string; | ||
* it allows invalid or out-of-range value with highlighted error class. | ||
* @default false | ||
* > For more details refer to | ||
@@ -253,4 +253,4 @@ * [`Strict Mode`](../../datetimepicker/strict-mode/) documentation. | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -262,4 +262,4 @@ open?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -283,3 +283,3 @@ close?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -291,3 +291,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -294,0 +294,0 @@ destroyed?: EmitType<Object>; |
@@ -53,3 +53,3 @@ /// <reference path="../datepicker/datepicker-model.d.ts" /> | ||
* Specifies the format of the time value that to be displayed in time popup list. | ||
* @default null | ||
*/ | ||
@@ -59,4 +59,4 @@ timeFormat: string; | ||
* Specifies the time interval between the two adjacent time values in the time popup list . | ||
* @default 30 | ||
* @blazorType int | ||
*/ | ||
@@ -67,4 +67,4 @@ step: number; | ||
* the given value is not present in the timepicker popup list. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -74,5 +74,5 @@ scrollTo: Date; | ||
* specifies the z-index value of the popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -213,4 +213,4 @@ zIndex: number; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -223,3 +223,3 @@ keyConfigs: { | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -232,3 +232,3 @@ htmlAttributes: { | ||
* 1. value | ||
* @default false | ||
*/ | ||
@@ -242,3 +242,3 @@ enablePersistence: boolean; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -248,3 +248,3 @@ allowEdit: boolean; | ||
* Specifies the option to enable the multiple dates selection of the calendar. | ||
* @default false | ||
* @private | ||
@@ -255,3 +255,3 @@ */ | ||
* Gets or sets multiple selected dates of the calendar. | ||
* @default null | ||
* @private | ||
@@ -262,3 +262,3 @@ */ | ||
* Specifies whether to show or hide the clear icon in textbox. | ||
* @default true | ||
*/ | ||
@@ -268,3 +268,3 @@ showClearButton: boolean; | ||
* Specifies the placeholder text that to be is displayed in textbox. | ||
* @default null | ||
*/ | ||
@@ -277,3 +277,3 @@ placeholder: string; | ||
* it allows invalid or out-of-range value with highlighted error class. | ||
* @default false | ||
* > For more details refer to | ||
@@ -286,4 +286,4 @@ * [`Strict Mode`](../../datetimepicker/strict-mode/) documentation. | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -294,4 +294,4 @@ open: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
* @blazorType PopupObjectArgs | ||
*/ | ||
@@ -312,3 +312,3 @@ close: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -319,3 +319,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -322,0 +322,0 @@ destroyed: EmitType<Object>; |
@@ -12,3 +12,3 @@ import { EventHandler, Property, Internationalization, NotifyPropertyChanges } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, Animation, AnimationModel, Browser, BaseEventArgs } from '@syncfusion/ej2-base';import { EmitType, cldrData, L10n, Component, getDefaultDateObject, rippleEffect, RippleOptions, Event } from '@syncfusion/ej2-base';import { createElement, remove, addClass, detach, removeClass, closest, append, attributes, setStyleAttribute } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, getValue, setValue, extend, getUniqueID } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { FocusEventArgs, BlurEventArgs } from '../calendar/calendar';import { Input, InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase, cssClass as ListBaseClasses, ListBaseOptions, createElementParams } from '@syncfusion/ej2-lists'; | ||
* Gets or sets the width of the TimePicker component. The width of the popup is based on the width of the component. | ||
* @default null | ||
*/ | ||
@@ -20,3 +20,3 @@ width?: string | number; | ||
* customize the appearance by overriding the styles. | ||
* @default null | ||
*/ | ||
@@ -30,3 +30,3 @@ cssClass?: string; | ||
* [`Strict Mode`](../../timepicker/strict-mode/) documentation. | ||
* @default false | ||
*/ | ||
@@ -90,4 +90,4 @@ strictMode?: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -101,5 +101,5 @@ keyConfigs?: { [key: string]: string }; | ||
* [`Format`](../../timepicker/getting-started#setting-the-time-format) documentation. | ||
* @default null | ||
* @aspType string | ||
* @blazorType string | ||
*/ | ||
@@ -110,3 +110,3 @@ format?: string | TimeFormatObject; | ||
* Specifies whether the component to be disabled or not. | ||
* @default true | ||
*/ | ||
@@ -117,3 +117,3 @@ enabled?: boolean; | ||
* Specifies the component in readonly state. | ||
* @default false | ||
*/ | ||
@@ -125,3 +125,3 @@ readonly?: boolean; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -136,6 +136,6 @@ htmlAttributes?: { [key: string]: string; }; | ||
* Auto: The floating label will float above the input after focusing or entering a value in the input. | ||
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never | ||
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @isEnumeration true | ||
*/ | ||
@@ -146,3 +146,3 @@ floatLabelType?: FloatLabelType | string; | ||
* Specifies the placeholder text that is displayed in textbox. | ||
* @default null | ||
*/ | ||
@@ -153,5 +153,5 @@ placeholder?: string; | ||
* specifies the z-index value of the timePicker popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -163,3 +163,3 @@ zIndex?: number; | ||
* 1. Value | ||
* @default false | ||
*/ | ||
@@ -170,3 +170,3 @@ enablePersistence?: boolean; | ||
* Specifies whether to show or hide the clear icon. | ||
* @default true | ||
*/ | ||
@@ -179,4 +179,4 @@ showClearButton?: boolean; | ||
* [`Format`](../../timepicker/getting-started#setting-the-time-format)documentation. | ||
* @default 30 | ||
* @blazorType int | ||
* | ||
@@ -191,4 +191,4 @@ */ | ||
* [`Time Duration`](https://ej2.syncfusion.com/demos/#/material/timepicker/list-formatting.html) sample. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -199,4 +199,4 @@ scrollTo?: Date; | ||
* Gets or sets the value of the component. The value is parsed based on the culture specific time format. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -209,4 +209,4 @@ value?: Date; | ||
* [`Time Range`](../../timepicker/time-range/) documentation. | ||
* @default 00:00 | ||
* @blazorDefaultValue new DateTime(1900, 01, 01, 00, 00, 00) | ||
*/ | ||
@@ -219,4 +219,4 @@ min?: Date; | ||
* [`Time Range`](../../timepicker/time-range/) documentation. | ||
* @default 00:00 | ||
* @blazorDefaultValue new DateTime(2099, 12, 31, 23, 59, 59) | ||
*/ | ||
@@ -231,3 +231,3 @@ max?: Date; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -239,3 +239,3 @@ allowEdit?: boolean; | ||
* @event | ||
* @blazorProperty 'ValueChange' | ||
*/ | ||
@@ -247,3 +247,3 @@ change?: EmitType<ChangeEventArgs>; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -255,3 +255,3 @@ created?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -263,3 +263,3 @@ destroyed?: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
*/ | ||
@@ -271,3 +271,3 @@ open?: EmitType<PopupEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnItemRender' | ||
*/ | ||
@@ -279,3 +279,3 @@ itemRender?: EmitType<ItemEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
*/ | ||
@@ -282,0 +282,0 @@ close?: EmitType<PopupEventArgs>; |
@@ -61,3 +61,3 @@ import { Internationalization } from '@syncfusion/ej2-base'; | ||
* Defines the TimePicker popup object. | ||
* @deprecated | ||
*/ | ||
@@ -136,3 +136,3 @@ popup?: Popup; | ||
* Gets or sets the width of the TimePicker component. The width of the popup is based on the width of the component. | ||
* @default null | ||
*/ | ||
@@ -143,3 +143,3 @@ width: string | number; | ||
* customize the appearance by overriding the styles. | ||
* @default null | ||
*/ | ||
@@ -152,3 +152,3 @@ cssClass: string; | ||
* [`Strict Mode`](../../timepicker/strict-mode/) documentation. | ||
* @default false | ||
*/ | ||
@@ -211,4 +211,4 @@ strictMode: boolean; | ||
* | ||
* @default null | ||
* @blazorType object | ||
*/ | ||
@@ -223,5 +223,5 @@ keyConfigs: { | ||
* [`Format`](../../timepicker/getting-started#setting-the-time-format) documentation. | ||
* @default null | ||
* @aspType string | ||
* @blazorType string | ||
*/ | ||
@@ -231,3 +231,3 @@ format: string | TimeFormatObject; | ||
* Specifies whether the component to be disabled or not. | ||
* @default true | ||
*/ | ||
@@ -237,3 +237,3 @@ enabled: boolean; | ||
* Specifies the component in readonly state. | ||
* @default false | ||
*/ | ||
@@ -244,3 +244,3 @@ readonly: boolean; | ||
* If you configured both property and equivalent html attribute then the component considers the property value. | ||
* @default {} | ||
*/ | ||
@@ -256,6 +256,6 @@ htmlAttributes: { | ||
* Auto: The floating label will float above the input after focusing or entering a value in the input. | ||
* @default Syncfusion.EJ2.Inputs.FloatLabelType.Never | ||
* @aspType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType | ||
* @isEnumeration true | ||
*/ | ||
@@ -265,3 +265,3 @@ floatLabelType: FloatLabelType | string; | ||
* Specifies the placeholder text that is displayed in textbox. | ||
* @default null | ||
*/ | ||
@@ -271,5 +271,5 @@ placeholder: string; | ||
* specifies the z-index value of the timePicker popup element. | ||
* @default 1000 | ||
* @aspType int | ||
* @blazorType int | ||
*/ | ||
@@ -280,3 +280,3 @@ zIndex: number; | ||
* 1. Value | ||
* @default false | ||
*/ | ||
@@ -286,3 +286,3 @@ enablePersistence: boolean; | ||
* Specifies whether to show or hide the clear icon. | ||
* @default true | ||
*/ | ||
@@ -294,4 +294,4 @@ showClearButton: boolean; | ||
* [`Format`](../../timepicker/getting-started#setting-the-time-format)documentation. | ||
* @default 30 | ||
* @blazorType int | ||
* | ||
@@ -305,4 +305,4 @@ */ | ||
* [`Time Duration`](https://ej2.syncfusion.com/demos/#/material/timepicker/list-formatting.html) sample. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -312,4 +312,4 @@ scrollTo: Date; | ||
* Gets or sets the value of the component. The value is parsed based on the culture specific time format. | ||
* @default null | ||
* @isBlazorNullableType true | ||
*/ | ||
@@ -321,4 +321,4 @@ value: Date; | ||
* [`Time Range`](../../timepicker/time-range/) documentation. | ||
* @default 00:00 | ||
* @blazorDefaultValue new DateTime(1900, 01, 01, 00, 00, 00) | ||
*/ | ||
@@ -330,4 +330,4 @@ min: Date; | ||
* [`Time Range`](../../timepicker/time-range/) documentation. | ||
* @default 00:00 | ||
* @blazorDefaultValue new DateTime(2099, 12, 31, 23, 59, 59) | ||
*/ | ||
@@ -341,3 +341,3 @@ max: Date; | ||
* popup and cannot edit in the input textbox. | ||
* @default true | ||
*/ | ||
@@ -348,3 +348,3 @@ allowEdit: boolean; | ||
* @event | ||
* @blazorProperty 'ValueChange' | ||
*/ | ||
@@ -355,3 +355,3 @@ change: EmitType<ChangeEventArgs>; | ||
* @event | ||
* @blazorProperty 'Created' | ||
*/ | ||
@@ -362,3 +362,3 @@ created: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'Destroyed' | ||
*/ | ||
@@ -369,3 +369,3 @@ destroyed: EmitType<Object>; | ||
* @event | ||
* @blazorProperty 'OnOpen' | ||
*/ | ||
@@ -376,3 +376,3 @@ open: EmitType<PopupEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnItemRender' | ||
*/ | ||
@@ -383,3 +383,3 @@ itemRender: EmitType<ItemEventArgs>; | ||
* @event | ||
* @blazorProperty 'OnClose' | ||
*/ | ||
@@ -386,0 +386,0 @@ close: EmitType<PopupEventArgs>; |
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 too big to display
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 too big to display
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 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 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 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 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 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 not supported yet
7958715
82784