UNPKG

wh-inline-editor

Version:

Simple wrapper that gives a visual upgrade helpful for form heavy applications or input heavy grids.

38 lines (37 loc) 1.01 kB
{ "name": "wh-inline-editor", "version": "0.1.2", "author": "Eric Hurt", "description": "Simple wrapper that gives a visual upgrade helpful for form heavy applications or input heavy grids.", "repository": { "type": "git", "url": "https://github.com/Wheater/Inline-Editor.git" }, "license": "MIT", "keywords": [ "angular", "material", "inline", "editor", "angular-material", "inline-editor", "input-wrapper" ], "peerDependencies": { "@angular/common": "^7.0.0", "@angular/core": "^7.0.0" }, "main": "bundles/wh-inline-editor.umd.js", "module": "fesm5/wh-inline-editor.js", "es2015": "fesm2015/wh-inline-editor.js", "esm5": "esm5/wh-inline-editor.js", "esm2015": "esm2015/wh-inline-editor.js", "fesm5": "fesm5/wh-inline-editor.js", "fesm2015": "fesm2015/wh-inline-editor.js", "typings": "wh-inline-editor.d.ts", "metadata": "wh-inline-editor.metadata.json", "sideEffects": false, "dependencies": { "tslib": "^1.9.0" } }