UNPKG

ngx-selecto

Version:

An Angular Selecto Component that allows you to select elements in the drag area using the mouse or touch.

47 lines 1.29 kB
{ "name": "ngx-selecto", "version": "1.26.3", "description": "An Angular Selecto Component that allows you to select elements in the drag area using the mouse or touch.", "keywords": [ "select", "selecto", "selection", "selectable", "moveable", "angular" ], "repository": { "type": "git", "url": "https://github.com/daybrush/selecto/blob/master/packages/ngx-selecto" }, "author": "Daybrush", "license": "MIT", "bugs": { "url": "https://github.com/daybrush/selecto/issues" }, "homepage": "https://github.com/daybrush/selecto#readme", "dependencies": { "selecto": "~1.26.3", "tslib": "^2.3.0" }, "module": "fesm2015/ngx-selecto.mjs", "es2020": "fesm2020/ngx-selecto.mjs", "esm2020": "esm2020/ngx-selecto.mjs", "fesm2020": "fesm2020/ngx-selecto.mjs", "fesm2015": "fesm2015/ngx-selecto.mjs", "typings": "ngx-selecto.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./ngx-selecto.d.ts", "esm2020": "./esm2020/ngx-selecto.mjs", "es2020": "./fesm2020/ngx-selecto.mjs", "es2015": "./fesm2015/ngx-selecto.mjs", "node": "./fesm2015/ngx-selecto.mjs", "default": "./fesm2020/ngx-selecto.mjs" } }, "sideEffects": false }