@syncfusion/ej2-inputs
Advanced tools
Comparing version 16.4.44 to 16.4.45
@@ -5,2 +5,10 @@ # Changelog | ||
### Common | ||
#### Bug Fixes | ||
- Fixed `CustomPlacement` typing issue. | ||
## 16.4.40-beta (2018-12-10) | ||
### Uploader | ||
@@ -7,0 +15,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 16.4.44 | ||
* version : 16.4.45 | ||
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved. | ||
@@ -10,11 +10,2 @@ * Use of this code is subject to the terms of our license. | ||
*/ | ||
/*! | ||
* filename: index.d.ts | ||
* version : 16.4.40-beta | ||
* Copyright Syncfusion Inc. 2001 - 2018. 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 _inputs from '@syncfusion/ej2-inputs'; | ||
@@ -21,0 +12,0 @@ |
{ | ||
"name": "@syncfusion/ej2-inputs", | ||
"version": "16.4.44", | ||
"version": "16.4.45", | ||
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users.", | ||
@@ -13,3 +13,3 @@ "author": "Syncfusion Inc.", | ||
"@syncfusion/ej2-buttons": "~16.4.42", | ||
"@syncfusion/ej2-popups": "~16.4.44", | ||
"@syncfusion/ej2-popups": "~16.4.45", | ||
"@syncfusion/ej2-splitbuttons": "~16.4.42" | ||
@@ -16,0 +16,0 @@ }, |
@@ -102,4 +102,5 @@ import { selectAll, select, createElement, Base, EmitType } from '@syncfusion/ej2-base';import { extend, isNullOrUndefined, IKeyValue, EventHandler } from '@syncfusion/ej2-base';import { Property, NotifyPropertyChanges, INotifyPropertyChanged, Event, onIntlChange } from '@syncfusion/ej2-base';import { Internationalization, L10n } from '@syncfusion/ej2-base'; | ||
*/ | ||
customPlacement?: EmitType<Object>; | ||
// tslint:disable | ||
customPlacement?: EmitType<HTMLElement | any>; | ||
} |
@@ -125,3 +125,3 @@ import { Base, EmitType } from '@syncfusion/ej2-base'; | ||
*/ | ||
customPlacement: EmitType<Object>; | ||
customPlacement: EmitType<HTMLElement | any>; | ||
/** | ||
@@ -128,0 +128,0 @@ * Add validation rules to the corresponding input element based on `name` attribute. |
@@ -121,2 +121,3 @@ var __extends = (this && this.__extends) || (function () { | ||
FormValidator_1 = FormValidator; | ||
// tslint:enable | ||
/** | ||
@@ -123,0 +124,0 @@ * Add validation rules to the corresponding input element based on `name` attribute. |
@@ -276,2 +276,7 @@ import { createElement, attributes, addClass, removeClass, detach, classList, closest, isNullOrUndefined } from '@syncfusion/ej2-base'; | ||
} | ||
function encodePlaceHolder(placeholder) { | ||
var spanEle = document.createElement('span'); | ||
spanEle.innerHTML = placeholder; | ||
return spanEle.textContent; | ||
} | ||
/** | ||
@@ -332,2 +337,3 @@ * Sets the value to the input element. | ||
var parentElement; | ||
placeholder = encodePlaceHolder(placeholder); | ||
parentElement = getParentNode(element); | ||
@@ -334,0 +340,0 @@ if (parentElement.classList.contains(CLASSNAMES.FLOATINPUT)) { |
@@ -194,3 +194,2 @@ import { Component, EventHandler, Property, Event, EmitType, Complex, classList } from '@syncfusion/ej2-base';import { L10n, Internationalization, NumberFormatOptions } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty } from '@syncfusion/ej2-base';import { attributes, addClass, removeClass, setStyleAttribute, detach } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, Browser } from '@syncfusion/ej2-base';import { Tooltip, Position, TooltipEventArgs } from '@syncfusion/ej2-popups'; | ||
* It is used to denote the type of the Slider. The available options are: | ||
* | ||
* * default - Used to select a single value in the Slider. | ||
@@ -197,0 +196,0 @@ * * minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value. |
@@ -313,3 +313,2 @@ import { Component, EmitType } from '@syncfusion/ej2-base'; | ||
* It is used to denote the type of the Slider. The available options are: | ||
* | ||
* * default - Used to select a single value in the Slider. | ||
@@ -316,0 +315,0 @@ * * minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value. |
@@ -81,3 +81,3 @@ import { Component, Property, Event, EmitType, EventHandler, classList, L10n, compile, isNullOrUndefined } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, detach, append, Animation } from '@syncfusion/ej2-base';import { addClass, removeClass, KeyboardEvents, KeyboardEventArgs, setValue, getValue, ChildProperty } from '@syncfusion/ej2-base';import { Collection, Complex, Browser, Ajax, BeforeSendEventArgs, getUniqueID } from '@syncfusion/ej2-base';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups'; | ||
* | ||
* > For more information, refer to the [chunk upload](./chunk-upload.html) section from the documentation. | ||
* > For more information, refer to the [chunk upload](../../uploader/chunk-upload/) section from the documentation. | ||
* | ||
@@ -137,3 +137,3 @@ * @default 0 | ||
* | ||
* > For more information, refer to the [template](./template.html) section from the documentation. | ||
* > For more information, refer to the [template](../../uploader/template/) section from the documentation. | ||
* | ||
@@ -193,3 +193,3 @@ * @default null | ||
* | ||
* > For more information, refer to the [drag-and-drop](./file-source.html#drag-and-drop) section from the documentation. | ||
* > For more information, refer to the [drag-and-drop](../../uploader/file-source/#drag-and-drop) section from the documentation. | ||
* | ||
@@ -196,0 +196,0 @@ * @default null |
@@ -60,3 +60,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base'; | ||
* | ||
* > For more information, refer to the [chunk upload](./chunk-upload.html) section from the documentation. | ||
* > For more information, refer to the [chunk upload](../../uploader/chunk-upload/) section from the documentation. | ||
* | ||
@@ -334,3 +334,3 @@ * @default 0 | ||
* | ||
* > For more information, refer to the [template](./template.html) section from the documentation. | ||
* > For more information, refer to the [template](../../uploader/template/) section from the documentation. | ||
* | ||
@@ -383,3 +383,3 @@ * @default null | ||
* | ||
* > For more information, refer to the [drag-and-drop](./file-source.html#drag-and-drop) section from the documentation. | ||
* > For more information, refer to the [drag-and-drop](../../uploader/file-source/#drag-and-drop) section from the documentation. | ||
* | ||
@@ -386,0 +386,0 @@ * @default null |
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
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
9617860
114631