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

@syncfusion/ej2-calendars

Package Overview
Dependencies
Maintainers
4
Versions
250
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.1.48 to 17.1.49

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Changelog

### DatePicker
#### Bug Fixes
- #235561 - Now, you can specify the date format without `year` specifier along with strict mode.
## 17.1.48 (2019-05-21)
### Calendar

@@ -7,0 +15,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 17.1.48
* version : 17.1.49
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-calendars",
"version": "17.1.48",
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-calendars.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-calendars.es2015.js",
"_from": "@syncfusion/ej2-calendars@*",
"_id": "@syncfusion/ej2-calendars@17.1.48",
"_inBundle": false,
"_integrity": "sha512-UmO0IL/28ni1Vcap8fyK6iDWxP77V8fVz/TPxtKjvdfvpTI05FWk9lYcS/n2kwmz/Uv9hmuSCD2ONsJq/dD72g==",
"_location": "/@syncfusion/ej2-calendars",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@syncfusion/ej2-calendars@*",
"name": "@syncfusion/ej2-calendars",
"escapedName": "@syncfusion%2fej2-calendars",
"scope": "@syncfusion",
"rawSpec": "*",
"saveSpec": null,
"fetchSpec": "*"
},
"_requiredBy": [
"/",
"/@syncfusion/ej2",
"/@syncfusion/ej2-angular-calendars",
"/@syncfusion/ej2-charts",
"/@syncfusion/ej2-gantt",
"/@syncfusion/ej2-grids",
"/@syncfusion/ej2-inplace-editor",
"/@syncfusion/ej2-pivotview",
"/@syncfusion/ej2-querybuilder",
"/@syncfusion/ej2-react-calendars",
"/@syncfusion/ej2-schedule",
"/@syncfusion/ej2-vue-calendars"
],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-calendars/-/ej2-calendars-17.1.48.tgz",
"_shasum": "337dd9b3abb6946d1ad5a377137440e6ebae029f",
"_spec": "@syncfusion/ej2-calendars@*",
"_where": "/jenkins/workspace/ation_hotfix_16.4.0.42_Vol4-CJVRBFC7Z7RSISPRJNEMNQSRMCB6XTG67IJD6R2DVNXFIKQEITTQ/packages/included",
"author": {
"name": "Syncfusion Inc."
},
"bugs": {
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/issues"
},
"bundleDependencies": false,
"dependencies": {
"@syncfusion/ej2-base": "~17.1.48",
"@syncfusion/ej2-popups": "~17.1.47",
"@syncfusion/ej2-inputs": "~17.1.47",
"@syncfusion/ej2-base": "~17.1.49",
"@syncfusion/ej2-buttons": "~17.1.47",
"@syncfusion/ej2-inputs": "~17.1.49",
"@syncfusion/ej2-lists": "~17.1.47",
"@syncfusion/ej2-buttons": "~17.1.47"
"@syncfusion/ej2-popups": "~17.1.47"
},
"deprecated": false,
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.",
"devDependencies": {},
"es2015": "./dist/es6/ej2-calendars.es2015.js",
"homepage": "https://github.com/syncfusion/ej2-javascript-ui-controls#readme",
"keywords": [

@@ -35,7 +73,12 @@ "ej2",

],
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-calendars.umd.min.js",
"module": "./index.js",
"name": "@syncfusion/ej2-calendars",
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
},
"version": "17.1.49",
"sideEffects": false
}

@@ -14,2 +14,3 @@ 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';

* @default new Date(1900, 00, 01)
* @aspDefaultValue new DateTime(1900, 01, 01)
*/

@@ -21,2 +22,3 @@ min?: Date;

* @default new Date(2099, 11, 31)
* @aspDefaultValue new DateTime(2099, 12, 31)
*/

@@ -113,8 +115,2 @@ max?: Date;

/**
     * When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
     * @default false
     */
enableRtl?: boolean;
/**
     * Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

@@ -121,0 +117,0 @@ * 1. value

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

protected calendarElement: HTMLElement;
protected isPopupClicked: boolean;
protected keyConfigs: {

@@ -52,2 +53,3 @@ [key: string]: string;

* @default new Date(1900, 00, 01)
* @aspDefaultValue new DateTime(1900, 01, 01)
*/

@@ -58,2 +60,3 @@ min: Date;

* @default new Date(2099, 11, 31)
* @aspDefaultValue new DateTime(2099, 12, 31)
*/

@@ -143,7 +146,2 @@ max: Date;

/**
* When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
* @default false
*/
enableRtl: boolean;
/**
* Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

@@ -150,0 +148,0 @@ * 1. value

@@ -77,8 +77,2 @@ import { EventHandler, Property, Internationalization, NotifyPropertyChanges, DateFormatOptions } from '@syncfusion/ej2-base';import { KeyboardEvents, KeyboardEventArgs, Animation, EmitType, Event, 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, BlurEventArgs, FocusEventArgs } from '@syncfusion/ej2-inputs';import { ChangedEventArgs, CalendarView, Calendar } from '../calendar/calendar';

/**
     * When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
     * @default false
     */
enableRtl?: boolean;
/**
     * Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

@@ -85,0 +79,0 @@ * 1. value

@@ -116,7 +116,2 @@ /// <reference path="../calendar/calendar-model.d.ts" />

/**
* When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
* @default false
*/
enableRtl: boolean;
/**
* Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

@@ -202,2 +197,3 @@ * 1. value

protected checkInvalidValue(value: Date): void;
private bindInputEvent;
protected bindEvents(): void;

@@ -213,2 +209,3 @@ protected resetFormHandler(): void;

private inputFocusHandler;
private inputHandler;
private inputBlurHandler;

@@ -215,0 +212,0 @@ private documentHandler;

@@ -48,10 +48,5 @@ 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 { Input, InputObject, FloatLabelType, FocusEventArgs, BlurEventArgs } from '@syncfusion/ej2-inputs';import { ListBase, cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';

/**
* Specifies the DateRangePicker in RTL mode that displays the content in the right-to-left direction.
* @default false
*/
enableRtl?: boolean;
/**
* Gets or sets the minimum date that can be selected in the calendar-popup.
* @default new Date(1900, 00, 01)
* @aspDefaultValue new DateTime(1900, 01, 01)
*/

@@ -63,2 +58,3 @@ min?: Date;

* @default new Date(2099, 11, 31)
* @aspDefaultValue new DateTime(2099, 12, 31)
*/

@@ -202,3 +198,3 @@ max?: Date;

* > For more details refer to
* [`Range Span`] (../../daterangepicker/range-selection/#range-span) documentation.
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation.
* @default null

@@ -212,3 +208,3 @@ * @aspType int

* > For more details refer to
* [`Range Span`] (../../daterangepicker/range-selection/#range-span) documentation.
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation.
* @default null

@@ -222,3 +218,3 @@ * @aspType int

* > For more details refer to
* [`Strict Mode`](../../daterangepicker/range-selection#strict-mode)documentation.
* [`Strict Mode`](../../daterangepicker/range-restriction#strict-mode)documentation.
* @default false

@@ -225,0 +221,0 @@ */

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

/**
* Specifies the DateRangePicker in RTL mode that displays the content in the right-to-left direction.
* @default false
*/
enableRtl: boolean;
/**
* Gets or sets the minimum date that can be selected in the calendar-popup.
* @default new Date(1900, 00, 01)
* @aspDefaultValue new DateTime(1900, 01, 01)
*/

@@ -189,2 +185,3 @@ min: Date;

* @default new Date(2099, 11, 31)
* @aspDefaultValue new DateTime(2099, 12, 31)
*/

@@ -307,3 +304,3 @@ max: Date;

* > For more details refer to
* [`Range Span`] (../../daterangepicker/range-selection/#range-span) documentation.
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation.
* @default null

@@ -316,3 +313,3 @@ * @aspType int

* > For more details refer to
* [`Range Span`] (../../daterangepicker/range-selection/#range-span) documentation.
* [`Range Span`](../../daterangepicker/range-restriction/#range-span) documentation.
* @default null

@@ -325,3 +322,3 @@ * @aspType int

* > For more details refer to
* [`Strict Mode`](../../daterangepicker/range-selection#strict-mode)documentation.
* [`Strict Mode`](../../daterangepicker/range-restriction#strict-mode)documentation.
* @default false

@@ -328,0 +325,0 @@ */

@@ -36,8 +36,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 } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input, BlurEventArgs } from '@syncfusion/ej2-inputs';import { DatePicker, PopupObjectArgs } from '../datepicker/datepicker';import { TimePickerBase } from '../timepicker/timepicker';import { cssClass as ListBaseClasses } from '@syncfusion/ej2-lists';

/**
     * When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
     * @default false
     */
enableRtl?: boolean;
/**
     * Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

@@ -44,0 +38,0 @@ * 1. value

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

/**
* When set to true, enables RTL mode of the component that displays the content in the right-to-left direction.
* @default false
*/
enableRtl: boolean;
/**
* Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

@@ -80,0 +75,0 @@ * 1. value

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

Property(false)
], DateTimePicker.prototype, "enableRtl", void 0);
__decorate([
Property(false)
], DateTimePicker.prototype, "enablePersistence", void 0);

@@ -1328,0 +1325,0 @@ __decorate([

@@ -120,3 +120,4 @@ 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, getUniqueID } from '@syncfusion/ej2-base';import { Popup } from '@syncfusion/ej2-popups';import { Input, InputObject, IInput, FloatLabelType, FocusEventArgs, BlurEventArgs } from '@syncfusion/ej2-inputs';import { ListBase, cssClass as ListBaseClasses, ListBaseOptions, createElementParams } from '@syncfusion/ej2-lists';

* [`Time Range`](../../timepicker/time-range/) documentation.
* @default null
* @default 00:00
* @aspDefaultValue new DateTime(1900, 01, 01, 00, 00, 00)
*/

@@ -129,3 +130,4 @@ min?: Date;

* [`Time Range`](../../timepicker/time-range/) documentation.
* @default null
* @default 00:00
* @aspDefaultValue new DateTime(2099, 12, 31, 23, 59, 59)
*/

@@ -145,8 +147,2 @@ max?: Date;

/**
* Specifies the TimePicker in RTL mode that displays the content in the right-to-left direction.
* @default false
*/
enableRtl?: boolean;
/**
* Triggers when the value is changed.

@@ -153,0 +149,0 @@ * @event

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

* [`Time Range`](../../timepicker/time-range/) documentation.
* @default null
* @default 00:00
* @aspDefaultValue new DateTime(1900, 01, 01, 00, 00, 00)
*/

@@ -232,3 +233,4 @@ min: Date;

* [`Time Range`](../../timepicker/time-range/) documentation.
* @default null
* @default 00:00
* @aspDefaultValue new DateTime(2099, 12, 31, 23, 59, 59)
*/

@@ -246,7 +248,2 @@ max: Date;

/**
* Specifies the TimePicker in RTL mode that displays the content in the right-to-left direction.
* @default false
*/
enableRtl: boolean;
/**
* Triggers when the value is changed.

@@ -253,0 +250,0 @@ * @event

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