@ngneat/cmdk
Advanced tools
Comparing version 1.0.1 to 1.1.0-beta.1
@@ -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 | 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 | 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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
364840
3961
2