@foblex/drag-toolkit
Version:
A TypeScript library providing foundational classes and utilities for implementing drag-and-drop functionality in Angular applications, with support for both mouse and touch events, and designed to work with or without Angular’s NgZone (zoneless applicati
30 lines • 1.03 kB
JSON
{
"name": "@foblex/drag-toolkit",
"version": "1.1.1",
"description": "A TypeScript library providing foundational classes and utilities for implementing drag-and-drop functionality in Angular applications, with support for both mouse and touch events, and designed to work with or without Angular’s NgZone (zoneless applications).",
"main": "bundles/foblex-drag-toolkit.umd.js",
"types": "index.d.ts",
"author": "Siarhei Huzarevich",
"homepage": "https://flow.foblex.com",
"repository": {
"type": "git",
"url": "git+https://github.com/siarheihuzarevich/f-drag-toolkit.git"
},
"license": "MIT",
"keywords": [
"angular",
"drag-and-drop",
"flow",
"typescript",
"foblex"
],
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2015/foblex-drag-toolkit.js",
"es2015": "fesm2015/foblex-drag-toolkit.js",
"esm2015": "esm2015/foblex-drag-toolkit.js",
"fesm2015": "fesm2015/foblex-drag-toolkit.js",
"typings": "foblex-drag-toolkit.d.ts"
}