@syncfusion/ej2-calendars
Advanced tools
Comparing version 17.1.32-beta to 17.1.38
@@ -5,2 +5,4 @@ # Changelog | ||
## 17.1.32-beta (2019-03-13) | ||
### DatePicker | ||
@@ -12,2 +14,4 @@ | ||
- In iOS device, keyboard is not closed when clicking on the date picker button issue has been fixed. | ||
### DateRangePicker | ||
@@ -14,0 +18,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 17.1.32-beta | ||
* version : 17.1.38 | ||
* Copyright Syncfusion Inc. 2001 - 2019. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
@@ -1,3 +0,5 @@ | ||
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; | ||
export class calendarHelper extends TestHelper { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e"); | ||
class calendarHelper extends e2e_1.TestHelper { | ||
constructor(id, wrapperFn) { | ||
@@ -69,1 +71,2 @@ super(); | ||
} | ||
exports.calendarHelper = calendarHelper; |
@@ -1,3 +0,5 @@ | ||
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; | ||
export class datepickerHelper extends TestHelper { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e"); | ||
class datepickerHelper extends e2e_1.TestHelper { | ||
constructor(id, wrapperFn) { | ||
@@ -78,1 +80,2 @@ super(); | ||
} | ||
exports.datepickerHelper = datepickerHelper; |
@@ -1,3 +0,5 @@ | ||
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; | ||
export class daterangepickerHelper extends TestHelper { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e"); | ||
class daterangepickerHelper extends e2e_1.TestHelper { | ||
constructor(id, wrapperFn) { | ||
@@ -111,1 +113,2 @@ super(); | ||
} | ||
exports.daterangepickerHelper = daterangepickerHelper; |
@@ -1,3 +0,5 @@ | ||
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; | ||
export class datetimepickerHelper extends TestHelper { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e"); | ||
class datetimepickerHelper extends e2e_1.TestHelper { | ||
constructor(id, wrapperFn) { | ||
@@ -108,1 +110,2 @@ super(); | ||
} | ||
exports.datetimepickerHelper = datetimepickerHelper; |
@@ -1,5 +0,10 @@ | ||
export * from './calendarHelper'; | ||
export * from './datepickerHelper'; | ||
export * from './datetimepickerHelper'; | ||
export * from './daterangepickerHelper'; | ||
export * from './timepickerHelper'; | ||
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./calendarHelper")); | ||
__export(require("./datepickerHelper")); | ||
__export(require("./datetimepickerHelper")); | ||
__export(require("./daterangepickerHelper")); | ||
__export(require("./timepickerHelper")); |
@@ -1,3 +0,5 @@ | ||
import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e'; | ||
export class timepickerHelper extends TestHelper { | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e"); | ||
class timepickerHelper extends e2e_1.TestHelper { | ||
constructor(id, wrapperFn) { | ||
@@ -45,1 +47,2 @@ super(); | ||
} | ||
exports.timepickerHelper = timepickerHelper; |
{ | ||
"name": "@syncfusion/ej2-calendars", | ||
"version": "17.1.32-beta", | ||
"version": "17.1.38", | ||
"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.", | ||
@@ -11,7 +11,7 @@ "author": "Syncfusion Inc.", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~17.1.32-beta", | ||
"@syncfusion/ej2-popups": "~17.1.32-beta", | ||
"@syncfusion/ej2-inputs": "~17.1.32-beta", | ||
"@syncfusion/ej2-lists": "~17.1.32-beta", | ||
"@syncfusion/ej2-buttons": "~17.1.32-beta" | ||
"@syncfusion/ej2-base": "~17.1.38", | ||
"@syncfusion/ej2-popups": "~17.1.38", | ||
"@syncfusion/ej2-inputs": "~17.1.38", | ||
"@syncfusion/ej2-lists": "~17.1.38", | ||
"@syncfusion/ej2-buttons": "~17.1.38" | ||
}, | ||
@@ -18,0 +18,0 @@ "devDependencies": {}, |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7069448
280
70116
2