Socket
Socket
Sign inDemoInstall

ngx-board

Package Overview
Dependencies
8
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.1 to 0.5.0

LICENSE

1

lib/board-card.d.ts

@@ -11,2 +11,3 @@ export interface BoardCard<T = any> {

};
disabled?: boolean;
}

@@ -15,3 +15,4 @@ import { CdkDrag } from '@angular/cdk/drag-drop';

data?: any;
cardSortingDisabled?: boolean;
predicate?: (item?: CdkDrag<T>) => boolean;
}

3

lib/board/board.component.d.ts

@@ -12,2 +12,3 @@ import { CdkDragDrop } from '@angular/cdk/drag-drop';

board: Board;
columnSortingDisabled: boolean;
cardTpt: TemplateRef<CardTemplateDirective>;

@@ -51,3 +52,3 @@ columnHeaderTpt: TemplateRef<BoardColumnHeaderDirective>;

static ɵfac: i0.ɵɵFactoryDeclaration<BoardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BoardComponent, "ng80-board", never, { "board": "board"; }, { "onCardClick": "onCardClick"; "onCardMoved": "onCardMoved"; "onColumnMoved": "onColumnMoved"; "reachedEnd": "reachedEnd"; }, ["cardTpt", "columnHeaderTpt", "columnFooterTpt"], never, false>;
static ɵcmp: i0.ɵɵComponentDeclaration<BoardComponent, "ng80-board", never, { "board": "board"; "columnSortingDisabled": "columnSortingDisabled"; }, { "onCardClick": "onCardClick"; "onCardMoved": "onCardMoved"; "onColumnMoved": "onColumnMoved"; "reachedEnd": "reachedEnd"; }, ["cardTpt", "columnHeaderTpt", "columnFooterTpt"], never, false>;
}
{
"name": "ngx-board",
"version": "0.4.1",
"version": "0.5.0",
"peerDependencies": {

@@ -15,3 +15,23 @@ "@angular/common": ">=14.0.0",

"keywords": [
"angular"
"angular",
"kanban",
"board",
"trello",
"angular",
"drag-drop",
"dnd",
"columns",
"cards",
"tasks",
"to-do",
"productivity",
"collaboration",
"organization",
"project-management",
"workflow",
"agile",
"scrum",
"component",
"reuseable",
"open-source"
],

@@ -18,0 +38,0 @@ "author": "Carlos Morcillo Fernández",

@@ -70,2 +70,3 @@ # ngx-board

- **data** (optional): any additional data to associate with the column.
- **cardSortingDisabled** (optional): boolean that disable the sorting of cards in the column
- **predicate** (optional): function that returns a boolean to control if an item can be moved into the column.

@@ -81,2 +82,3 @@

- **style** (optional): CSS styles object for the card.
- **disabled** (optional): boolean indicating if the card is disabled.

@@ -87,2 +89,3 @@

| ------ | ------ |
|cardSortingDisabled | a boolean to disable the sorting of columns in the board|
|board (required) | an instance of Board that defines the structure of the board|

@@ -89,0 +92,0 @@

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc