angular-mixed-cdk-drag-drop
Version:
angular-mixed-cdk-drag-drop is an Angular `Directive` to support mixed orientation drag drop using angular cdk.
45 lines • 950 B
JSON
{
"name": "angular-mixed-cdk-drag-drop",
"version": "2.4.0",
"peerDependencies": {
"@angular/cdk": "^19.2.14",
"@angular/common": "^19.2.9",
"@angular/core": "^19.2.9",
"rxjs": "^7.8.1"
},
"dependencies": {
"tslib": "^2.8.1"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/rosejoe47/angular-mixed-cdk-drag-drop.git"
},
"keywords": [
"angular",
"typescript",
"cdk",
"directive",
"flexbox",
"grid",
"drag",
"drag drop",
"cdk drag drop",
"draggable",
"dnd",
"mixed",
"orientation mixed"
],
"license": "Apache License, Version 2.0",
"module": "fesm2022/angular-mixed-cdk-drag-drop.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-mixed-cdk-drag-drop.mjs"
}
}
}