@syncfusion/ej2-base
Advanced tools
Comparing version 16.2.50 to 16.3.17
/*! | ||
* filename: index.d.ts | ||
* version : 16.2.50 | ||
* version : 16.3.17 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"name": "@syncfusion/ej2-base", | ||
"version": "16.2.50", | ||
"version": "16.3.17", | ||
"description": "A common package of Essential JS 2 base libraries, methods and class definitions", | ||
@@ -5,0 +5,0 @@ "author": "Syncfusion Inc.", |
@@ -23,2 +23,3 @@ import { isUndefined, getValue, isNullOrUndefined, setValue, uniqueID } from './util';import { ModuleLoader, ModuleDeclaration } from './module-loader';import { Base } from './base';import { Observer, BoundOptions } from './observer';import { ChildProperty } from './child-property';import { Property, NotifyPropertyChanges } from './notify-property-change';import { onIntlChange, rightToLeft, defaultCulture } from './internationalization';import { createElement } from './dom'; | ||
* @default undefined | ||
* @aspDefaultValueIgnore | ||
*/ | ||
@@ -25,0 +26,0 @@ locale?: string; |
@@ -24,2 +24,3 @@ import { ModuleLoader, ModuleDeclaration } from './module-loader'; | ||
* @default undefined | ||
* @aspDefaultValueIgnore | ||
*/ | ||
@@ -26,0 +27,0 @@ locale: string; |
@@ -1,2 +0,1 @@ | ||
import * as base from './index'; | ||
export { base }; | ||
export * from './index'; |
@@ -30,3 +30,3 @@ import { createInstance, isUndefined, merge, extend, getValue } from './util'; | ||
if (isFactory) { | ||
curType = type(defaultValue[i]); | ||
curType = type(defaultValue[i], instance); | ||
} | ||
@@ -100,3 +100,3 @@ if (isSetter) { | ||
return function (newValue) { | ||
var curType = type(newValue); | ||
var curType = type(newValue, this); | ||
getObject(this, curKey, defaultValue, curType).setProperties(newValue); | ||
@@ -103,0 +103,0 @@ }; |
@@ -171,3 +171,3 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.touchAction = true; | ||
}, (typeof _this.tap !== 'function' ? 0 : 10)); | ||
}, (typeof _this.tap !== 'function' ? 0 : 20)); | ||
_this.lastTapTime = new Date().getTime(); | ||
@@ -174,0 +174,0 @@ EventHandler.remove(_this.element, Browser.touchMoveEvent, _this.moveEvent); |
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 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
3695853
30473