Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-inplace-editor

Package Overview
Dependencies
Maintainers
3
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-inplace-editor - npm Package Compare versions

Comparing version 18.1.36-beta to 18.1.42

2

dist/ej2-inplace-editor.umd.min.js
/*!
* filename: ej2-inplace-editor.umd.min.js
* version : 18.1.36-beta
* version : 18.1.42
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

/*!
* filename: ej2-inplace-editor.min.js
* version : 18.1.36-beta
* version : 18.1.42
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

/*!
* filename: index.d.ts
* version : 18.1.36-beta
* version : 18.1.42
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

{
"_from": "@syncfusion/ej2-inplace-editor@*",
"_id": "@syncfusion/ej2-inplace-editor@17.2.48",
"_id": "@syncfusion/ej2-inplace-editor@18.1.36",
"_inBundle": false,
"_integrity": "sha512-E8/KG003/NNtg8gpErJiVIjkCnU4kR+VddU49dCIWqlTFXavvyAQ9VEMu6KhZuAx2ZYFd8A3kDox3HM120Tirg==",
"_integrity": "sha512-4acu/SLrCaV0KkkfIWK+ygDuJB6t9ZBVvMJcEGo4GKTJoeCuSP+gdShCBVibNE2MPNw/aJxOKBq8MQAGXwgXpA==",
"_location": "/@syncfusion/ej2-inplace-editor",

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

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-17.2.48.tgz",
"_shasum": "4494a3a473525986e9224bc62519f9d2c307e821",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-18.1.36.tgz",
"_shasum": "e38bd9509b57611f68bd8e41e7e4d328299cb45e",
"_spec": "@syncfusion/ej2-inplace-editor@*",

@@ -40,13 +40,13 @@ "_where": "/jenkins/workspace/automation_release_18.1.0.1-52JLNOGRCDHXRVQM3W564VPLFCPHWUYDYU3I3DVRABSR7F6AIFYQ/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~18.1.36-beta",
"@syncfusion/ej2-buttons": "~18.1.36-beta",
"@syncfusion/ej2-calendars": "~18.1.36-beta",
"@syncfusion/ej2-data": "~18.1.36-beta",
"@syncfusion/ej2-dropdowns": "~18.1.36-beta",
"@syncfusion/ej2-inputs": "~18.1.36-beta",
"@syncfusion/ej2-lists": "~18.1.36-beta",
"@syncfusion/ej2-navigations": "~18.1.36-beta",
"@syncfusion/ej2-popups": "~18.1.36-beta",
"@syncfusion/ej2-richtexteditor": "~18.1.36-beta",
"@syncfusion/ej2-splitbuttons": "~18.1.36-beta"
"@syncfusion/ej2-base": "~18.1.42",
"@syncfusion/ej2-buttons": "~18.1.42",
"@syncfusion/ej2-calendars": "~18.1.42",
"@syncfusion/ej2-data": "~18.1.42",
"@syncfusion/ej2-dropdowns": "~18.1.42",
"@syncfusion/ej2-inputs": "~18.1.42",
"@syncfusion/ej2-lists": "~18.1.42",
"@syncfusion/ej2-navigations": "~18.1.42",
"@syncfusion/ej2-popups": "~18.1.42",
"@syncfusion/ej2-richtexteditor": "~18.1.42",
"@syncfusion/ej2-splitbuttons": "~18.1.42"
},

@@ -74,4 +74,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "18.1.36-beta",
"version": "18.1.42",
"sideEffects": false
}
/**
* InPlace-Editor classes defined here.
* In-place Editor classes defined here.
*/

@@ -4,0 +4,0 @@ /** @hidden */

/**
* InPlace-Editor classes defined here.
* In-place Editor classes defined here.
*/

@@ -4,0 +4,0 @@ /** @hidden */

/**
* InPlace-Editor events defined here.
* In-place Editor events defined here.
*/

@@ -4,0 +4,0 @@ /** @hidden */

/**
* InPlace-Editor events defined here.
* In-place Editor events defined here.
*/

@@ -4,0 +4,0 @@ /** @hidden */

@@ -21,2 +21,5 @@ import { Component, INotifyPropertyChanged, EmitType } from '@syncfusion/ej2-base';

import { ActionBeginEventArgs, ActionEventArgs, ValidateEventArgs, BeginEditEventArgs } from './interface';
/**
* Provides information about a SanitizeSelectors.
*/
export interface SanitizeSelectors {

@@ -28,2 +31,5 @@ /** Returns the tags. */

}
/**
* Provides information about a BeforeSanitizeHtml event.
*/
export interface BeforeSanitizeHtmlArgs {

@@ -43,2 +49,5 @@ /** Illustrates whether the current action needs to be prevented or not. */

}
/**
* Provides information about a SanitizeRemoveAttributes.
*/
export interface SanitizeRemoveAttrs {

@@ -45,0 +54,0 @@ /** Defines the attribute name to sanitize */

@@ -8,6 +8,9 @@ import { ButtonModel } from '@syncfusion/ej2-buttons';

/**
* InPlace-Editor interface defined here.
* Defines component types that can be used in the In-place Editor.
* @hidden
*/
export declare type Component = AutoComplete | ColorPicker | ComboBox | DateRangePicker | MultiSelect | RichTextEditor | Slider | TimePicker;
/**
* Provides information about a Notify.
*/
export interface NotifyParams {

@@ -18,2 +21,5 @@ type?: string;

}
/**
* Provides information about a Component.
*/
export interface IComponent {

@@ -28,2 +34,5 @@ showPopup?(): void;

}
/**
* Provides information about a Button.
*/
export interface IButton {

@@ -37,2 +46,5 @@ type: string;

}
/**
* Provides information about a ActionBegin event.
*/
export interface ActionBeginEventArgs {

@@ -46,2 +58,5 @@ /** Defines the name of the field */

}
/**
* Provides information about a Action event.
*/
export interface ActionEventArgs {

@@ -55,2 +70,5 @@ /** Prevents the current value render in the editor. */

}
/**
* Provides information about a Form event.
*/
export interface FormEventArgs {

@@ -63,2 +81,5 @@ inputName: string;

}
/**
* Provides information about a Validate event.
*/
export interface ValidateEventArgs extends ActionBeginEventArgs {

@@ -68,2 +89,5 @@ /** Defines form validation error message. */

}
/**
* Provides information about a BeginEdit event.
*/
export interface BeginEditEventArgs {

@@ -70,0 +94,0 @@ /** Specifies whether to cancel the open action of the editor. */

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

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