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.3.26 to 17.3.27

36

CHANGELOG.md

@@ -9,2 +9,28 @@ # Changelog

- `#147796` - Now, you can get the cleared event when clear the DateTimePicker's value using clear button.
### DatePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the DatePicker's value using clear button.
### TimePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the TimePicker's value using clear button.
### DateRangePicker
#### New Features
- `#147796` - Now, you can get the cleared event when clear the DateRangePicker's value using clear button.
## 17.3.26 (2019-11-05)
### DateTimePicker
#### New Features
- `#249683` - Now, you can set the server time zone for initial date value process using `serverTimezoneOffset` property.

@@ -526,3 +552,3 @@

- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.

@@ -535,3 +561,3 @@ - Angular form rest for the invalid value in the textbox issue has been fixed.

- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.

@@ -542,3 +568,3 @@ ### DateTimePicker

- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.

@@ -549,3 +575,3 @@ ### Calendar

- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.
- Now the `firstDayOfWeek` property will be updated based on the culture specific. Also, to get the firstday related information, then it is mandatory to load the `weekData.json` file from the `CLDR` data.

@@ -979,2 +1005,2 @@ ## 16.2.46 (2018-07-30)

- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.
- **Accessibility** - Provided with built-in accessibility support which helps to access all the TimePicker component features through the keyboard, screen readers, or other assistive technology devices.

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.3.26
* version : 17.3.27
* 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.19",
"_id": "@syncfusion/ej2-calendars@17.3.26",
"_inBundle": false,
"_integrity": "sha512-35fhl6UQpKyC26p8es4PCMtDgE1ZzJ1yGVnScAkKRrTWUDASqnGVVQYsmItwAtVkdXdijonTDUDh1RbTZnDZxw==",
"_integrity": "sha512-8wCWBrKMljbDBPzYztz5cen7ciuQ/D9PHUvRgRqnH9Lch59BQ6bUDtIj2BGLDiEPVK29oMfFp9/E81lgXUN0lA==",
"_location": "/@syncfusion/ej2-calendars",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.19.tgz",
"_shasum": "3553e17d651719b6ba9c7c9716f392a1f7733004",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-calendars/-/ej2-calendars-17.3.26.tgz",
"_shasum": "3c4f4ac17da19b87d768827e8474050f166025f6",
"_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.26",
"@syncfusion/ej2-buttons": "~17.3.26",
"@syncfusion/ej2-inputs": "~17.3.26",
"@syncfusion/ej2-lists": "~17.3.26",
"@syncfusion/ej2-popups": "~17.3.26"
"@syncfusion/ej2-base": "~17.3.27",
"@syncfusion/ej2-buttons": "~17.3.27",
"@syncfusion/ej2-inputs": "~17.3.27",
"@syncfusion/ej2-lists": "~17.3.27",
"@syncfusion/ej2-popups": "~17.3.27"
},

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

"typings": "index.d.ts",
"version": "17.3.26",
"version": "17.3.27",
"sideEffects": false
}

@@ -591,1 +591,7 @@ import { Component, Internationalization, ModuleDeclaration } from '@syncfusion/ej2-base';

}
export interface ClearedEventArgs {
/**
* Specifies the original event arguments.
*/
event?: MouseEvent | Event;
}

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

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';
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, ClearedEventArgs } from '../calendar/calendar';
import {FormatObject,PopupObjectArgs,PreventableEventArgs} from "./datepicker";

@@ -254,2 +254,8 @@ import {CalendarModel} from "../calendar/calendar-model";

/**
* Triggers when datepicker value is cleared using clear button.
* @event
*/
cleared?: EmitType<ClearedEventArgs>;
/**
* Triggers when the popup is closed.

@@ -256,0 +262,0 @@ * @event

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

import { InputObject, IInput, FloatLabelType } from '@syncfusion/ej2-inputs';
import { ChangedEventArgs, CalendarView, Calendar, BlurEventArgs, FocusEventArgs } from '../calendar/calendar';
import { ChangedEventArgs, CalendarView, Calendar, BlurEventArgs, FocusEventArgs, ClearedEventArgs } from '../calendar/calendar';
import { DatePickerModel } from './datepicker-model';

@@ -289,2 +289,7 @@ export interface FormatObject {

/**
* Triggers when datepicker value is cleared using clear button.
* @event
*/
cleared: EmitType<ClearedEventArgs>;
/**
* Triggers when the popup is closed.

@@ -291,0 +296,0 @@ * @event

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

@@ -113,2 +113,8 @@ import {CalendarBaseModel} from "../calendar/calendar-model";

/**
* Triggers when daterangepicker value is cleared using clear button.
* @event
*/
cleared?: EmitType<ClearedEventArgs>;
/**
* Triggers when the Calendar is navigated to another view or within the same level of view.

@@ -125,2 +131,3 @@ * @event

*/
renderDayCell?: EmitType<RenderDayCellEventArgs>;

@@ -127,0 +134,0 @@

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

import { Popup } from '@syncfusion/ej2-popups';
import { BlurEventArgs, FocusEventArgs } from '../calendar/calendar';
import { BlurEventArgs, FocusEventArgs, ClearedEventArgs } from '../calendar/calendar';
import { FloatLabelType } from '@syncfusion/ej2-inputs';

@@ -240,2 +240,7 @@ import { PresetsModel, DateRangePickerModel } from './daterangepicker-model';

/**
* Triggers when daterangepicker value is cleared using clear button.
* @event
*/
cleared: EmitType<ClearedEventArgs>;
/**
* Triggers when the Calendar is navigated to another view or within the same level of view.

@@ -242,0 +247,0 @@ * @event

@@ -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 } 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';
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, ClearedEventArgs } from '../calendar/calendar';import { DatePicker, PopupObjectArgs } from '../datepicker/datepicker';import { TimePickerBase } from '../timepicker/timepicker';import { cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';
import {DatePickerModel} from "../datepicker/datepicker-model";

@@ -261,2 +261,8 @@

/**
* Triggers when datetimepicker value is cleared using clear button.
* @event
*/
cleared?: EmitType<ClearedEventArgs>;
/**
* Triggers when input loses the focus.

@@ -263,0 +269,0 @@ * @event

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

import { ModuleDeclaration } from '@syncfusion/ej2-base';
import { ClearedEventArgs } from '../calendar/calendar';
import { DatePicker, PopupObjectArgs } from '../datepicker/datepicker';

@@ -292,2 +293,7 @@ import { DateTimePickerModel } from './datetimepicker-model';

/**
* Triggers when datetimepicker value is cleared using clear button.
* @event
*/
cleared: EmitType<ClearedEventArgs>;
/**
* Triggers when input loses the focus.

@@ -294,0 +300,0 @@ * @event

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

Event()
], DateTimePicker.prototype, "cleared", void 0);
__decorate([
Event()
], DateTimePicker.prototype, "blur", void 0);

@@ -1429,0 +1432,0 @@ __decorate([

@@ -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 } 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';
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, 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 {TimeFormatObject,ChangeEventArgs,PopupEventArgs,ItemEventArgs} from "./timepicker";

@@ -260,2 +260,8 @@ import {ComponentModel} from '@syncfusion/ej2-base';

/**
* Triggers when timepicker value is cleared using clear button.
* @event
*/
cleared?: EmitType<ClearedEventArgs>;
/**
* Triggers when the control loses the focus.

@@ -262,0 +268,0 @@ * @event

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

import { Popup } from '@syncfusion/ej2-popups';
import { FocusEventArgs, BlurEventArgs } from '../calendar/calendar';
import { FocusEventArgs, BlurEventArgs, ClearedEventArgs } from '../calendar/calendar';
import { IInput, FloatLabelType } from '@syncfusion/ej2-inputs';

@@ -364,2 +364,7 @@ import { createElementParams } from '@syncfusion/ej2-lists';

/**
* Triggers when timepicker value is cleared using clear button.
* @event
*/
cleared: EmitType<ClearedEventArgs>;
/**
* Triggers when the control loses the focus.

@@ -453,2 +458,3 @@ * @event

private bindClearEvent;
private raiseClearedEvent;
protected clearHandler(e: MouseEvent): void;

@@ -455,0 +461,0 @@ private clear;

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

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