Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
4
Maintainers
3
Versions
241
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 23.1.42 to 23.1.43

20

CHANGELOG.md

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

### FormValidator
#### Bug Fixes
- `#I508670` - Fixed a memory leak issue that occurred when navigating between pages.
### TextBox
#### Bug Fixes
- `#I512497` - Fixed an issue where the values of the textbox with the 'e-valid-input' class were persisting even after resetting the form.
### Signature
#### Bug Fixes
- `#I510300` - Issue with "`isEmpty` method return wrong value in signature control" has been resolved.
## 23.1.42 (2023-10-24)
### Uploader

@@ -7,0 +27,0 @@

2

dist/global/index.d.ts
/*!
* filename: index.d.ts
* version : 23.1.42
* version : 23.1.43
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.

@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license.

{
"_from": "@syncfusion/ej2-inputs@*",
"_id": "@syncfusion/ej2-inputs@23.1.40",
"_id": "@syncfusion/ej2-inputs@23.1.42",
"_inBundle": false,
"_integrity": "sha512-ya0ZOs+AqV4Rc2A2y1uxGRI+8Q7jYVnmL4W5jUvEKv4g1E6M9g0oLyhrcZw6vDjJrDXc9i2vBBDi/xIrb5yRmg==",
"_integrity": "sha512-zEb/Qlyz+qDtXYmEitu2onThu6JuTHVSsC2UOFWhKf3J1ESiLQmI0B7hSEwVcBChF1+X0f9FyVM2i9hYFa1V4A==",
"_location": "/@syncfusion/ej2-inputs",

@@ -42,4 +42,4 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inputs/-/ej2-inputs-23.1.40.tgz",
"_shasum": "a65749245e995385dcee43433e90633c4002d8f1",
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inputs/-/ej2-inputs-23.1.42.tgz",
"_shasum": "a27995cf896af91c2a50871e2a0182b82956b316",
"_spec": "@syncfusion/ej2-inputs@*",

@@ -53,5 +53,5 @@ "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",

"@syncfusion/ej2-base": "~23.1.41",
"@syncfusion/ej2-buttons": "~23.1.42",
"@syncfusion/ej2-popups": "~23.1.38",
"@syncfusion/ej2-splitbuttons": "~23.1.41"
"@syncfusion/ej2-buttons": "~23.1.43",
"@syncfusion/ej2-popups": "~23.1.43",
"@syncfusion/ej2-splitbuttons": "~23.1.43"
},

@@ -124,5 +124,5 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "23.1.42",
"version": "23.1.43",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}

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

_this.backgroundLoaded = null;
_this.clearArray = [];
_this.isBlazor = false;

@@ -45,2 +44,3 @@ _this.isResponsive = false;

SignatureBase.prototype.initialize = function (element, dotnetRef) {
this.clearArray = [];
this.element = element;

@@ -47,0 +47,0 @@ this.canvasContext = this.element.getContext('2d');

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

_super.prototype.destroy.call(this);
this.infoElement = null;
onIntlChange.off('notifyExternalChange', this.afterLocalization);

@@ -281,3 +282,3 @@ };

FormValidator.prototype.getModuleName = function () {
return 'formValidator';
return 'formvalidator';
};

@@ -284,0 +285,0 @@ /**

@@ -35,2 +35,3 @@ /* eslint-disable valid-jsdoc, jsdoc/require-jsdoc, jsdoc/require-returns, jsdoc/require-param */

var isBindClearAction = true;
var floatLabelElement;
/**

@@ -184,3 +185,3 @@ * Create a wrapper to input element with multiple span elements and set the basic properties to input based components.

var floatLinelement = makeElement('span', { className: CLASSNAMES.FLOATLINE });
var floatLabelElement = makeElement('label', { className: CLASSNAMES.FLOATTEXT });
floatLabelElement = makeElement('label', { className: CLASSNAMES.FLOATTEXT });
if (!isNullOrUndefined(args.element.id) && args.element.id !== '') {

@@ -354,2 +355,3 @@ floatLabelElement.id = 'label_' + args.element.id.replace(/ /g, '_');

function destroy() {
floatLabelElement = null;
privateInputObj = null;

@@ -356,0 +358,0 @@ }

@@ -423,2 +423,5 @@ var __extends = (this && this.__extends) || (function () {

this.value = value;
if (value == null && this.textboxWrapper.container.classList.contains('e-valid-input')) {
this.textboxWrapper.container.classList.remove('e-valid-input');
}
this.isProtectedOnChange = prevOnChange;

@@ -425,0 +428,0 @@ };

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc