Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
2
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-inputs - npm Package Compare versions

Comparing version 16.3.30 to 16.3.33

12

CHANGELOG.md

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

### FormValidator
#### Bug Fixes
- Form validator `email` and `min` validation issues has been fixed.
### TextBox
#### Bug Fixes
- The issue with receiving event arguments of TextBox events have been fixed.
## 16.3.29 (2018-10-31)

@@ -7,0 +19,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 16.3.30
* version : 16.3.33
* 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-inputs",
"version": "16.3.30",
"version": "16.3.33",
"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.",

@@ -11,10 +11,10 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.30",
"@syncfusion/ej2-buttons": "~16.3.30",
"@syncfusion/ej2-popups": "~16.3.30",
"@syncfusion/ej2-splitbuttons": "~16.3.30"
"@syncfusion/ej2-base": "~16.3.33",
"@syncfusion/ej2-buttons": "~16.3.33",
"@syncfusion/ej2-popups": "~16.3.33",
"@syncfusion/ej2-splitbuttons": "~16.3.33"
},
"devDependencies": {
"@types/chai": "^3.4.28",
"@types/jasmine": "^2.2.29",
"@types/jasmine": "2.8.9",
"@types/jasmine-ajax": "^3.1.27",

@@ -21,0 +21,0 @@ "@types/requirejs": "^2.1.26"

@@ -24,5 +24,5 @@ # ej2-inputs

* **ColorPicker** - Color picker is a user interface that is used to select and adjust color values.
* [Getting Started](https://ej2.syncfusion.com/documentation/color-picker/getting-started?lang=typescript&utm_source=npm&utm_campaign=button)
* [Getting Started](https://ej2.syncfusion.com/documentation/color-picker/getting-started?lang=typescript&utm_source=npm&utm_campaign=color-picker)
* [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default.html)
* [Product Page](https://www.syncfusion.com/javascript-ui-controls/color-picker?utm_source=npm&utm_campaign=color-picker)
* [Product Page](https://www.syncfusion.com/javascript-ui-controls/color-picker)

@@ -63,8 +63,8 @@ * **FormValidator** - The FormValidator is used to validate the form elements before submitting to the server.

1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/inputs)
2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/inputs)
3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/inputs)
1. [Angular](https://github.com/syncfusion/ej2-angular-ui-components/tree/master/components/inputs?utm_source=npm&utm_campaign=input)
2. [React](https://github.com/syncfusion/ej2-react-ui-components/tree/master/components/inputs?utm_source=npm&utm_campaign=input)
3. [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/inputs?utm_source=npm&utm_campaign=input)
4. [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls/numeric-textbox)
5. [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls/input-mask)
6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/range-slider?utm_source=npm&utm_campaign=slider)
6. [JavaScript (ES5)](https://www.syncfusion.com/javascript-ui-controls/range-slider)

@@ -81,7 +81,7 @@ ## Showcase samples

- [**Color specification**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default.html) - Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
- [**Mode**](https://ej2.syncfusion.com/documentation/color-picker/mode-and-value#mode-and-value?lang=typescript#mode-and-value) - Supports `Picker` and `Palette` mode.
- [**Mode**](https://ej2.syncfusion.com/documentation/color-picker/mode-and-value#mode-and-value) - Supports `Picker` and `Palette` mode.
- [**Inline**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/inline.html) - Supports inline type rendering of color picker.
- [**Custom palettes**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/custom.html) - Allows you to customize palettes and supports multiple palette groups rendering.
- [**Opacity**](https://ej2.syncfusion.com/documentation/color-picker/mode-and-value#color-value?lang=typescript#color-value) - Allows to set and change the `opacity` of the selected color.
- [**Accessibility**](https://ej2.syncfusion.com/documentation/color-picker/accessibility#accessibility?lang=typescript#accessibility) - Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.
- [**Opacity**](https://ej2.syncfusion.com/documentation/color-picker/mode-and-value#color-value) - Allows to set and change the `opacity` of the selected color.
- [**Accessibility**](https://ej2.syncfusion.com/documentation/color-picker/accessibility#accessibility) - Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.

@@ -95,3 +95,3 @@ ### 2. TextBox

### 3. MaskedTextBox
- [**Custom Characters**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=maskedtextbox#/material/maskedtextbox/custommask.html) - allows you to use your own characters as the mask elements.
- [**Custom Characters**](https://ej2.syncfusion.com/demos/?lang=typescript&utm_source=npm&utm_campaign=maskedtextbox/#/material/maskedtextbox/custom-mask.html) - allows you to use your own characters as the mask elements.
- [**Regular Expression**](https://ej2.syncfusion.com/documentation/maskedtextbox/mask-configuration#regular-expression?lang=typescript&utm_source=npm&utm_campaign=maskedtextbox#regular-expression) - can be used as a mask element for each character of the MaskedTextBox.

@@ -101,5 +101,5 @@ - [**Accessibility**](https://ej2.syncfusion.com/documentation/maskedtextbox/accessibility?lang=typescript&utm_source=npm&utm_campaign=maskedtextbox) - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.

### 4. NumericTextBox
- [**Range Validation**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/range.html) - allows to set the minimum and maximum range of values in the NumericTextBox.
- [**Number Formats**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/format.html) - supports the number display formatting with MSDN standard and custom number formats.
- [**Precision Of Numbers**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/restrict.html) - allows to restrict the number precision when enters the value.
- [**Range Validation**](https://ej2.syncfusion.com/demos?utm_source=npm&utm_campaign=numerictextbox/#/material/numerictextbox/range-validation.html) - allows to set the minimum and maximum range of values in the NumericTextBox.
- [**Number Formats**](https://ej2.syncfusion.com/demos?utm_source=npm&utm_campaign=numerictextbox/#/material/numerictextbox/custom-format.html) - supports the number display formatting with MSDN standard and custom number formats.
- [**Precision Of Numbers**](https://ej2.syncfusion.com/demos?utm_source=npm&utm_campaign=numerictextbox/#/material/numerictextbox/restrict-decimals.html) - allows to restrict the number precision when enters the value.
- [**Keyboard Interaction**](https://ej2.syncfusion.com/documentation/numerictextbox/accessibility#keyboard-interaction?lang=typescript&utm_source=npm&utm_campaign=numerictextbox#keyboard-interaction) - allows users to interact with the NumericTextBox using the keyboard.

@@ -123,7 +123,7 @@ - [**Accessibility**](https://ej2.syncfusion.com/documentation/numerictextbox/accessibility?lang=typescript&utm_source=npm&utm_campaign=numerictextbox) - provides built-in accessibility support which helps to access all the NumericTextBox component features through keyboard, on-screen readers or other assistive technology devices.

- [**Chunk Upload**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/chunk-upload.html) – used to upload large files as chunks
- [**Drag-and-drop**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/drop-area.html) – drag the files and drop into component to upload them.
- [**Template**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/custom-template.html) – the file list and buttons can be customize using template
- [**Validation**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/validation.html) – validate extension and size of upload file
- [**Drag-and-drop**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader/#/material/uploader/custom-drop-area.html) – drag the files and drop into component to upload them.
- [**Template**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader/#/material/uploader/custom-file-list.html) – the file list and buttons can be customize using template
- [**Validation**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader/#/material/uploader/file-validation.html) – validate extension and size of upload file
- [**Auto Upload**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/default.html) – Process the file to upload without interaction.
- [**Preload Files**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader#/material/uploader/preloadfiles.html) – View and manipulate previously uploaded files
- [**Preload Files**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=uploader/#/material/uploader/preload-files.html) – View and manipulate previously uploaded files

@@ -130,0 +130,0 @@ ## Support

@@ -582,3 +582,4 @@ var __extends = (this && this.__extends) || (function () {

if (!this.infoElement) {
this.infoElement = select(this.errorElement + '.' + this.errorClass + '[for="' + name + '"]', this.element);
this.infoElement = (select(this.errorElement + '.' + this.errorClass + '[for="' + name + '"]', this.element) ||
select(this.errorElement + '.' + this.errorClass + '[for="' + name + '"]'));
}

@@ -682,4 +683,10 @@ return this.infoElement;

}
// Minimum rule validation for date
return new Date(option.value).getTime() >= new Date(JSON.parse(JSON.stringify(option.param))).getTime();
else if ((option.value).indexOf(',') !== -1) {
var uNum = (option.value).replace(/,/g, '');
return parseFloat(uNum) >= option.param;
}
else {
// Minimum rule validation for date
return new Date(option.value).getTime() >= new Date(JSON.parse(JSON.stringify(option.param))).getTime();
}
},

@@ -686,0 +693,0 @@ regex: function (option) {

@@ -92,3 +92,3 @@ import { Component, Property, Event, EmitType, EventHandler, L10n, setValue, getValue, isNullOrUndefined } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, detach, Internationalization, getUniqueID } from '@syncfusion/ej2-base';import { FloatLabelType, Input, InputObject } from '../input/input';

*/
change?: ChangedEventArgs;
change?: EmitType<ChangedEventArgs>;

@@ -99,3 +99,3 @@ /**

*/
blur?: FocusOutEventArgs;
blur?: EmitType<FocusOutEventArgs>;

@@ -106,3 +106,3 @@ /**

*/
focus?: FocusInEventArgs;
focus?: EmitType<FocusInEventArgs>;

@@ -113,4 +113,4 @@ /**

*/
input?: InputEventArgs;
input?: EmitType<InputEventArgs>;
}

@@ -119,3 +119,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

*/
change: ChangedEventArgs;
change: EmitType<ChangedEventArgs>;
/**

@@ -125,3 +125,3 @@ * Triggers when the TextBox has focus-out.

*/
blur: FocusOutEventArgs;
blur: EmitType<FocusOutEventArgs>;
/**

@@ -131,3 +131,3 @@ * Triggers when the TextBox gets focus.

*/
focus: FocusInEventArgs;
focus: EmitType<FocusInEventArgs>;
/**

@@ -137,3 +137,3 @@ * Triggers each time when the value of TextBox has changed.

*/
input: InputEventArgs;
input: EmitType<InputEventArgs>;
constructor(options?: TextBoxModel, element?: string | HTMLInputElement);

@@ -140,0 +140,0 @@ /**

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

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