Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngneat/cmdk

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngneat/cmdk - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0-beta.1

6

lib/directives/item/item.directive.d.ts

@@ -9,3 +9,5 @@ import { ListKeyManagerOption } from '@angular/cdk/a11y';

get disabled(): any;
selected: EventEmitter<any>;
selected: EventEmitter<{
event: KeyboardEvent | PointerEvent;
}>;
originalDisplay: string;

@@ -23,3 +25,3 @@ getLabel?(): string;

_elementRef: ElementRef<any>;
onClick(): void;
onClick(ev: PointerEvent): void;
onKeyUp(ev: KeyboardEvent): void;

@@ -26,0 +28,0 @@ get hidden(): boolean;

@@ -55,3 +55,5 @@ import { EventEmitter } from '@angular/core';

*/
selected: EventEmitter<void>;
selected: EventEmitter<{
event: KeyboardEvent | PointerEvent;
}>;
}

@@ -58,0 +60,0 @@ export interface CmdkInputProps {

{
"name": "@ngneat/cmdk",
"version": "1.0.1",
"version": "1.1.0-beta.1",
"peerDependencies": {

@@ -5,0 +5,0 @@ "@angular/common": "^15.1.0",

@@ -186,8 +186,8 @@ <p align="center">

| Name | Description |
| -------------------------------------------- | -------------------------------------------------------------------------------- |
| <code>value: string &#124; undefined;</code> | Contextual Value of the list-item |
| `@Input() disabled: boolean` | Contextually mark the item as disabled. Keyboard navigation will skip this item. |
| `@Input() filtered: boolean` | Contextually mark the item as filtered. |
| `@Output() selected: EventEmitter<void>` | Event handler called when the item is selected |
| Name | Description |
|-------------------------------------------------------------------| -------------------------------------------------------------------------------- |
| <code>value: string &#124; undefined;</code> | Contextual Value of the list-item |
| `@Input() disabled: boolean` | Contextually mark the item as disabled. Keyboard navigation will skip this item. |
| `@Input() filtered: boolean` | Contextually mark the item as filtered. |
| `@Output() selected: EventEmitter<KeyboardEvent \| PointerEvent>` | Event handler called when the item is selected |

@@ -194,0 +194,0 @@ ### Group

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc