@3mo/fetchable-data-grid
Version:
A fetchable variant of @3mo/data-grid
39 lines (38 loc) • 809 B
JSON
{
"name": "@3mo/fetchable-data-grid",
"version": "0.5.0",
"description": "A fetchable variant of @3mo/data-grid",
"repository": {
"type": "git",
"url": "https://github.com/3mo-esolutions/web-components"
},
"keywords": [
"lit",
"web-component",
"material",
"data-grid",
"fetchable",
"fetchable-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/equals": "x",
"@3mo/icon-button": "x",
"@3mo/circular-progress": "x",
"@3mo/empty-state": "x",
"@3mo/data-grid": "x",
"@3mo/fetcher-controller": "0.2.x",
"@3mo/tooltip": "x"
}
}