New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-calendars

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-calendars - npm Package Compare versions

Comparing version 17.4.51 to 18.1.36-beta

4

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.4.51
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* version : 18.1.36-beta
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
* Use of this code is subject to the terms of our license.

@@ -6,0 +6,0 @@ * A copy of the current license can be obtained at any time by e-mailing

{
"_from": "@syncfusion/ej2-calendars@*",
"_id": "@syncfusion/ej2-calendars@17.4.50",
"_id": "@syncfusion/ej2-calendars@17.2.48",
"_inBundle": false,
"_integrity": "sha512-pzQOmnRffqe77gyEVFIKf0vCTbjK3+XTkttRw9N7Ymrql/YYa/mcqIgc5h+1ZHVeZQlbhclyAw3+XgbeKIZoRA==",
"_integrity": "sha512-VW78DXJ2d7G2sYV4b6z7jizjFRVskoLcDQIRBejZjv6NZ0QWE+S+qVMH80YgLfkAwedQ7djVVq6IhNi/2a9apQ==",
"_location": "/@syncfusion/ej2-calendars",

@@ -34,6 +34,6 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.4.50.tgz",
"_shasum": "5cecb852787f5bbb4a53c8c1e520dcaa4a524f7a",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.48.tgz",
"_shasum": "4663b69f7b3dc589cd1ec4c924594c4763d5d103",
"_spec": "@syncfusion/ej2-calendars@*",
"_where": "/jenkins/workspace/ation_hotfix_17.2.0.34_Vol2-DDPJ6C2YEWTWLLKKNA7AG2JBE6DYTCTNGMHGORWGAYAVCL6L7OLQ/packages/included",
"_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included",
"author": {

@@ -47,7 +47,7 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-base": "~17.4.51",
"@syncfusion/ej2-buttons": "~17.4.51",
"@syncfusion/ej2-inputs": "~17.4.51",
"@syncfusion/ej2-lists": "~17.4.51",
"@syncfusion/ej2-popups": "~17.4.51"
"@syncfusion/ej2-base": "~18.1.36-beta",
"@syncfusion/ej2-buttons": "~18.1.36-beta",
"@syncfusion/ej2-inputs": "~18.1.36-beta",
"@syncfusion/ej2-lists": "~18.1.36-beta",
"@syncfusion/ej2-popups": "~18.1.36-beta"
},

@@ -85,4 +85,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "17.4.51",
"version": "18.1.36-beta",
"sideEffects": false
}

@@ -15,3 +15,3 @@ import { Component, EventHandler, Internationalization, ModuleDeclaration, isBlazor } 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';

* @blazorDefaultValue new DateTime(1900, 01, 01)
* @deprecated
*/

@@ -24,3 +24,3 @@ min?: Date;

* @blazorDefaultValue new DateTime(2099, 12, 31)
* @deprecated
*/

@@ -34,3 +34,3 @@ max?: Date;

* @blazorType int
* @deprecated
* > For more details about firstDayOfWeek refer to

@@ -44,3 +44,3 @@ * [`First day of week`](../../calendar/how-to/first-day-of-week#change-the-first-day-of-the-week) documentation.

* @default Gregorian
* @deprecated
*/

@@ -53,3 +53,3 @@ calendarMode?: CalendarType;

* @default Month
* @deprecated
*

@@ -84,3 +84,3 @@ * <table>

* @default Month
* @deprecated
*

@@ -114,3 +114,3 @@ * <table>

* @default false
* @deprecated
* > For more details about weekNumber refer to

@@ -124,3 +124,3 @@ * [`Calendar with week number`](../../calendar/how-to/render-the-calendar-with-week-numbers)documentation.

     * @default true
* @deprecated
     */

@@ -137,3 +137,3 @@ showTodayButton?: boolean;

* @default Short
* @deprecated
*/

@@ -146,3 +146,3 @@ dayHeaderFormat?: DayHeaderFormats;

     * @default false
* @deprecated
     */

@@ -241,3 +241,3 @@ enablePersistence?: boolean;

* @blazorType object
* @deprecated
*/

@@ -250,3 +250,3 @@ keyConfigs?: { [key: string]: string };

* then specify the time zone value to `serverTimezoneOffset` property.
* @deprecated
*/

@@ -294,3 +294,3 @@ serverTimezoneOffset?: number;

* @isGenericType true
* @deprecated
*/

@@ -297,0 +297,0 @@ value?: Date;

@@ -58,3 +58,3 @@ import { Component, Internationalization, ModuleDeclaration } from '@syncfusion/ej2-base';

* @blazorDefaultValue new DateTime(1900, 01, 01)
* @deprecated
*/

@@ -66,3 +66,3 @@ min: Date;

* @blazorDefaultValue new DateTime(2099, 12, 31)
* @deprecated
*/

@@ -75,3 +75,3 @@ max: Date;

* @blazorType int
* @deprecated
* > For more details about firstDayOfWeek refer to

@@ -84,3 +84,3 @@ * [`First day of week`](../../calendar/how-to/first-day-of-week#change-the-first-day-of-the-week) documentation.

* @default Gregorian
* @deprecated
*/

@@ -92,3 +92,3 @@ calendarMode: CalendarType;

* @default Month
* @deprecated
*

@@ -122,3 +122,3 @@ * <table>

* @default Month
* @deprecated
*

@@ -151,3 +151,3 @@ * <table>

* @default false
* @deprecated
* > For more details about weekNumber refer to

@@ -160,3 +160,3 @@ * [`Calendar with week number`](../../calendar/how-to/render-the-calendar-with-week-numbers)documentation.

* @default true
* @deprecated
*/

@@ -172,3 +172,3 @@ showTodayButton: boolean;

* @default Short
* @deprecated
*/

@@ -180,3 +180,3 @@ dayHeaderFormat: DayHeaderFormats;

* @default false
* @deprecated
*/

@@ -274,3 +274,3 @@ enablePersistence: boolean;

* @blazorType object
* @deprecated
*/

@@ -284,3 +284,3 @@ keyConfigs: {

* then specify the time zone value to `serverTimezoneOffset` property.
* @deprecated
*/

@@ -378,3 +378,3 @@ serverTimezoneOffset: number;

/**
* @deprecated
*/

@@ -476,3 +476,3 @@ requiredModules(): ModuleDeclaration[];

* @isGenericType true
* @deprecated
*/

@@ -524,3 +524,3 @@ value: Date;

/**
* @deprecated
*/

@@ -562,3 +562,3 @@ createContent(): void;

* @returns void
* @deprecated
*/

@@ -569,3 +569,3 @@ navigateTo(view: CalendarView, date: Date): void;

* @returns string
* @deprecated
*/

@@ -577,2 +577,3 @@ currentView(): string;

* @returns void
*/

@@ -584,2 +585,3 @@ addDate(dates: Date | Date[]): void;

* @returns void
*/

@@ -586,0 +588,0 @@ removeDate(dates: Date | Date[]): void;

@@ -20,3 +20,3 @@ import { EventHandler, Property, Internationalization, NotifyPropertyChanges, DateFormatOptions, isBlazor } 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, select } 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, ClearedEventArgs, CalendarType, DayHeaderFormats } from '../calendar/calendar';

* @isGenericType true
* @deprecated
*/

@@ -209,3 +209,3 @@ value?: Date;

* @blazorType object
* @deprecated
*/

@@ -218,3 +218,3 @@ keyConfigs?: { [key: string]: string };

     * @default false
* @deprecated
     */

@@ -251,3 +251,3 @@ enablePersistence?: boolean;

* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.Blazor.Inputs.FloatLabelType
* @isEnumeration true

@@ -261,3 +261,3 @@ */

* then specify the time zone value to `serverTimezoneOffset` property.
* @deprecated
*/

@@ -264,0 +264,0 @@ serverTimezoneOffset?: number;

@@ -68,3 +68,3 @@ /// <reference path="../calendar/calendar-model.d.ts" />

* @isGenericType true
* @deprecated
*/

@@ -249,3 +249,3 @@ value: Date;

* @blazorType object
* @deprecated
*/

@@ -259,3 +259,3 @@ keyConfigs: {

* @default false
* @deprecated
*/

@@ -288,3 +288,3 @@ enablePersistence: boolean;

* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.Blazor.Inputs.FloatLabelType
* @isEnumeration true

@@ -297,3 +297,3 @@ */

* then specify the time zone value to `serverTimezoneOffset` property.
* @deprecated
*/

@@ -397,3 +397,3 @@ serverTimezoneOffset: number;

* @returns void
* @deprecated
*/

@@ -404,3 +404,3 @@ show(type?: null | string, e?: MouseEvent | KeyboardEvent | KeyboardEventArgs): void;

* @returns void
* @deprecated
*/

@@ -422,3 +422,3 @@ hide(event?: MouseEvent | KeyboardEvent | Event): void;

* @returns string
* @deprecated
*/

@@ -431,3 +431,3 @@ currentView(): string;

* @returns void
* @deprecated
*/

@@ -472,3 +472,3 @@ navigateTo(view: CalendarView, date: Date): void;

* Defines the DatePicker popup element.
* @deprecated
*/

@@ -475,0 +475,0 @@ popup?: Popup;

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

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, isBlazor } 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, ClearedEventArgs } from '../calendar/calendar';import { Input, InputObject, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase, cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';
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, isBlazor } 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, ClearedEventArgs } from '../calendar/calendar';import { Input, InputObject, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase} from '@syncfusion/ej2-lists';
import {DateRange,RangeEventArgs,RangeFormatObject} from "./daterangepicker";

@@ -399,3 +399,3 @@ import {CalendarBaseModel} from "../calendar/calendar-model";

* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.Blazor.Inputs.FloatLabelType
* @isEnumeration true

@@ -402,0 +402,0 @@ */

@@ -63,3 +63,3 @@ /// <reference path="../calendar/calendar-model.d.ts" />

* Defines the DateRangePicker popup object.
* @deprecated
*/

@@ -505,3 +505,3 @@ popup?: Popup;

* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.Blazor.Inputs.FloatLabelType
* @isEnumeration true

@@ -508,0 +508,0 @@ */

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

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, isBlazor } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input } from '@syncfusion/ej2-inputs';import { BlurEventArgs, ClearedEventArgs, CalendarType, CalendarView, DayHeaderFormats } from '../calendar/calendar';import { DatePicker, PopupObjectArgs } from '../datepicker/datepicker';import { TimePickerBase } from '../timepicker/timepicker';import { cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';
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, isBlazor } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input } from '@syncfusion/ej2-inputs';import { BlurEventArgs, ClearedEventArgs, CalendarType, CalendarView, DayHeaderFormats } from '../calendar/calendar';import { DatePicker, PopupObjectArgs } from '../datepicker/datepicker';import { TimePickerBase } from '../timepicker/timepicker';
import {DatePickerModel} from "../datepicker/datepicker-model";

@@ -3,0 +3,0 @@

@@ -532,3 +532,3 @@ /// <reference path="../datepicker/datepicker-model.d.ts" />

* returns void
* @deprecated
*/

@@ -535,0 +535,0 @@ onPropertyChanged(newProp: DateTimePickerModel, oldProp: DateTimePickerModel): void;

@@ -30,3 +30,2 @@ var __extends = (this && this.__extends) || (function () {

import { TimePickerBase } from '../timepicker/timepicker';
import { cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';
//class constant defination

@@ -60,3 +59,3 @@ var DATEWRAPPER = 'e-date-wrapper';

var HALFPOSITION = 2;
var LISTCLASS = ListBaseClasses.li;
var LISTCLASS = 'e-list-item';
var ANIMATIONDURATION = 100;

@@ -1274,3 +1273,3 @@ var OVERFLOW = 'e-time-overflow';

* returns void
* @deprecated
*/

@@ -1277,0 +1276,0 @@ DateTimePicker.prototype.onPropertyChanged = function (newProp, oldProp) {

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

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, isBlazor } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { FocusEventArgs, BlurEventArgs, ClearedEventArgs } from '../calendar/calendar';import { Input, InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase, cssClass as ListBaseClasses, ListBaseOptions, createElementParams } from '@syncfusion/ej2-lists';
import { EventHandler, Property, Internationalization, NotifyPropertyChanges, isBlazor } 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, ClearedEventArgs } from '../calendar/calendar';import { Input, InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';import { ListBase, ListBaseOptions, createElementParams } from '@syncfusion/ej2-lists';
import {TimeFormatObject,ChangeEventArgs,PopupEventArgs,ItemEventArgs} from "./timepicker";

@@ -133,3 +133,3 @@ import {ComponentModel} from '@syncfusion/ej2-base';

* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.Blazor.Inputs.FloatLabelType
* @isEnumeration true

@@ -190,3 +190,3 @@ */

* @default null
* @isBlazorNullableType true
* @isGenericType true
*/

@@ -193,0 +193,0 @@ value?: Date;

@@ -12,3 +12,5 @@ import { Internationalization } from '@syncfusion/ej2-base';

isInteracted?: boolean;
/** Defines the selected time value of the TimePicker. */
/** Defines the selected time value of the TimePicker.
* @isGenericType true
*/
value?: Date;

@@ -30,3 +32,5 @@ /** Defines the selected time value as string. */

text: string;
/** Defines the Date object of displayed text in a popup list. */
/** Defines the Date object of displayed text in a popup list.
* @isGenericType true
*/
value: Date;

@@ -63,3 +67,3 @@ /** Specifies whether to disable the current time value or not. */

* Defines the TimePicker popup object.
* @deprecated
*/

@@ -113,2 +117,3 @@ popup?: Popup;

private timeCollections;
private blazorTimeCollections;
private isNavigate;

@@ -138,2 +143,3 @@ private disableItemCollection;

private mobileTimePopupWrap;
private isBlazorServer;
/**

@@ -258,3 +264,3 @@ * Gets or sets the width of the TimePicker component. The width of the popup is based on the width of the component.

* @aspType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.EJ2.Inputs.FloatLabelType
* @blazorType Syncfusion.Blazor.Inputs.FloatLabelType
* @isEnumeration true

@@ -308,3 +314,3 @@ */

* @default null
* @isBlazorNullableType true
* @isGenericType true
*/

@@ -426,2 +432,3 @@ value: Date;

private selectInputText;
private setCursorToEnd;
private getMeridianText;

@@ -445,2 +452,5 @@ private getCursorSelection;

private updatePlaceHolder;
private updateInputValue;
private preventEventBubbling;
private updateBlazorTimeCollections;
private popupHandler;

@@ -453,2 +463,3 @@ private mouseDownHandler;

private closePopup;
private disposeServerPopup;
private checkValueChange;

@@ -484,2 +495,4 @@ private onMouseOver;

protected findNextElement(event: KeyboardEventArgs): void;
protected selectNextItem(event: KeyboardEventArgs): void;
private findNextInBlazor;
protected elementValue(value: Date): void;

@@ -525,2 +538,3 @@ private validLiElement;

* @returns void
*/

@@ -531,2 +545,3 @@ hide(): void;

* @returns void
*/

@@ -533,0 +548,0 @@ show(event?: KeyboardEvent | MouseEvent | Event): void;

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 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