UNPKG

@3mo/moddable-data-grid

Version:

A moddable variant of @3mo/fetchable-data-grid

49 lines (48 loc) 1.05 kB
{ "name": "@3mo/moddable-data-grid", "version": "0.3.1", "description": "A moddable variant of @3mo/fetchable-data-grid", "repository": { "type": "git", "url": "https://github.com/3mo-esolutions/web-components" }, "keywords": [ "lit", "web-component", "material", "data-grid", "fetchable", "moddable", "moddable-data-grid" ], "author": "3MO GmbH", "license": "MIT", "homepage": "https://www.3mo.de", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "customElements": "dist/custom-elements.json", "files": [ "dist" ], "dependencies": { "tslib": "x", "@a11d/lit": "x", "@a11d/lit-application": "x", "@a11d/key-path": "2.x", "@a11d/equals": "x", "@3mo/flex": "x", "@3mo/card": "x", "@3mo/icon-button": "x", "@3mo/scroller": "x", "@3mo/popover": ">=0.8.x", "@3mo/chip": "x", "@3mo/data-grid": "x", "@3mo/fetchable-data-grid": "x", "@3mo/standard-dialogs": "x", "@3mo/tooltip": "x", "@3mo/localization": "x", "@3mo/context-menu": "x", "localforage": "1.x" } }