@syncfusion/ej2-inplace-editor
Version:
A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.
39 lines • 1.33 kB
JSON
{
"name": "@syncfusion/ej2-inplace-editor",
"version": "30.2.4",
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-inplace-editor.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-inplace-editor.es5.js",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-buttons": "~30.2.4",
"@syncfusion/ej2-calendars": "~30.2.4",
"@syncfusion/ej2-data": "~30.2.4",
"@syncfusion/ej2-dropdowns": "~30.2.4",
"@syncfusion/ej2-inputs": "~30.2.4",
"@syncfusion/ej2-lists": "~30.2.4",
"@syncfusion/ej2-navigations": "~30.2.4",
"@syncfusion/ej2-notifications": "~30.2.4",
"@syncfusion/ej2-popups": "~30.2.4",
"@syncfusion/ej2-richtexteditor": "~30.2.4",
"@syncfusion/ej2-splitbuttons": "~30.2.4"
},
"devDependencies": {},
"keywords": [
"ej2",
"syncfusion",
"inplace-editor",
"web-components",
"ej2-inplace-editor"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls.git"
},
"typings": "index.d.ts",
"sideEffects": false,
"homepage": "https://www.syncfusion.com/javascript-ui-controls"
}