Socket
Socket
Sign inDemoInstall

@swimlane/ngx-dnd

Package Overview
Dependencies
12
Maintainers
44
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.0.1-beta.0 to 9.0.1-beta.1

7

lib/components/container/container.component.d.ts
import { OnInit, AfterViewInit, TemplateRef, EventEmitter } from '@angular/core';
import { DraggableDirective } from '../../directives/ngx-draggable.directive';
import * as i0 from "@angular/core";

@@ -10,3 +9,2 @@ /**

export declare class ContainerComponent implements OnInit, AfterViewInit {
draggableDirective: DraggableDirective;
model: any;

@@ -32,11 +30,6 @@ copy: boolean;

_defaultZones: string[];
constructor(draggableDirective: DraggableDirective);
ngOnInit(): void;
ngAfterViewInit(): void;
get hasHandle(): boolean;
get moveDisabled(): boolean;
get classString(): string;
getItemType(incomingItem: any): "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "array";
static ɵfac: i0.ɵɵFactoryDeclaration<ContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ContainerComponent, "ngx-dnd-container", never, { "model": "model"; "copy": "copy"; "removeOnSpill": "removeOnSpill"; "droppableItemClass": "droppableItemClass"; "dropZone": "dropZone"; "dropZones": "dropZones"; "moves": "moves"; "templateInput": "template"; }, { "drop": "drop"; "drag": "drag"; "over": "over"; "out": "out"; "remove": "remove"; "cancel": "cancel"; }, ["templateChild"], ["*"]>;
}

6

package.json
{
"name": "@swimlane/ngx-dnd",
"description": "Drag and Drop for Angular2 and beyond!",
"version": "9.0.1-beta.0",
"version": "9.0.1-beta.1",
"peerDependencies": {

@@ -51,3 +51,5 @@ "@angular/common": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",

},
"sideEffects": false
"sideEffects": false,
"scripts": {
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc