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

to
17.2.49-beta

8

CHANGELOG.md

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

## 17.2.49 (2019-09-04)
### DatePicker
#### Bug Fixes
- `#244043` - Issue with "datepicker popup not closed while choose the same date value" has been resolved.
## 17.2.41 (2019-08-14)

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

9

dist/global/index.d.ts

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

/*!
* filename: index.d.ts
* version : 17.2.48-beta
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
import * as _calendars from '@syncfusion/ej2-calendars';

@@ -11,0 +2,0 @@

119

package.json
{
"_from": "@syncfusion/ej2-calendars@*",
"_id": "@syncfusion/ej2-calendars@17.2.46",
"_inBundle": false,
"_integrity": "sha512-4IlIssul6wSfpj6CrR5u0gRUweIasDlrjJVFfc1bJvqx480yXf6+eqgwJiwLnmu9Vh7Axk4uMP1RR7FEdUVSrg==",
"_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-pdfviewer",
"/@syncfusion/ej2-pivotview",
"/@syncfusion/ej2-querybuilder",
"/@syncfusion/ej2-react-calendars",
"/@syncfusion/ej2-schedule",
"/@syncfusion/ej2-vue-calendars"
],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-production/@syncfusion/ej2-calendars/-/ej2-calendars-17.2.46.tgz",
"_shasum": "1fd8b1ed7d17e5f407f9cd7df9c3c98b08d1cac5",
"_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.2.48-beta",
"@syncfusion/ej2-buttons": "17.2.48-beta",
"@syncfusion/ej2-inputs": "17.2.48-beta",
"@syncfusion/ej2-lists": "17.2.48-beta",
"@syncfusion/ej2-popups": "17.2.48-beta"
},
"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": [
"ej2",
"syncfusion",
"ej2-calendars",
"web-components",
"JavaScript",
"TypeScript",
"calendar",
"date",
"culture",
"month",
"year",
"decade",
"timepicker",
"stepranges",
"time"
],
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-calendars.umd.min.js",
"module": "./index.js",
"name": "@syncfusion/ej2-calendars",
"repository": {
"type": "git",
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
},
"typings": "index.d.ts",
"version": "17.2.48-beta",
"sideEffects": false
"version": "17.2.49-beta",
"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",
"dependencies": {
"@syncfusion/ej2-base": "17.2.49-beta",
"@syncfusion/ej2-popups": "17.2.49-beta",
"@syncfusion/ej2-inputs": "17.2.49-beta",
"@syncfusion/ej2-lists": "17.2.49-beta",
"@syncfusion/ej2-buttons": "17.2.49-beta"
},
"devDependencies": {},
"keywords": [
"ej2",
"syncfusion",
"ej2-calendars",
"web-components",
"JavaScript",
"TypeScript",
"calendar",
"date",
"culture",
"month",
"year",
"decade",
"timepicker",
"stepranges",
"time"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
},
"typings": "index.d.ts"
}

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

protected minMaxUpdate(): void;
protected generateTodayVal(value: Date): Date;
protected todayButtonClick(): void;

@@ -464,0 +465,0 @@ protected keyActionHandle(e: KeyboardEventArgs): 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 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

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

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

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