ngx-select-dropdown
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -85,2 +85,7 @@ import { SelectDropDownService } from "./ngx-select-dropdown.service"; | ||
/** | ||
* Flag to indicate is the click initiation was on one of the availabe or selected options | ||
* This is to track the mouse down event especially in Safari. | ||
*/ | ||
optionMouseDown: boolean; | ||
/** | ||
* Element ref of the dropdown list DOM element | ||
@@ -112,2 +117,5 @@ */ | ||
blur(): void; | ||
/** | ||
* Event listener for the focus event to show the dropdown when using tab key | ||
*/ | ||
focus(): void; | ||
@@ -122,2 +130,5 @@ /** | ||
KeyPressOutsideComponent(): void; | ||
/** | ||
* Binding to set the tabindex property to set to 0 for accessibilty | ||
*/ | ||
tabindex: number; | ||
@@ -173,3 +184,4 @@ /** | ||
*/ | ||
toggleSelectDropdown(): void; | ||
openSelectDropdown(): void; | ||
closeSelectDropdown(): void; | ||
openStateChange(): void; | ||
@@ -176,0 +188,0 @@ /** |
{ | ||
"name": "ngx-select-dropdown", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A angular(4+) select dropdown for single select or multiselct module.", | ||
@@ -42,3 +42,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "peerDependencies": { |
@@ -7,3 +7,3 @@ # ngx-select-dropdown | ||
[![Codecov branch](https://codecov.io/gh/manishjanky/ngx-select-dropdown/branch/master/graphs/badge.svg)]() | ||
[![npm](https://img.shields.io/npm/dt/ngx-select-dropdown.svg)]() | ||
![npm](https://img.shields.io/npm/dy/ngx-select-dropdown) | ||
[![GitHub top language](https://img.shields.io/github/languages/top/manishjanky/ngx-select-dropdown.svg)]() | ||
@@ -71,3 +71,3 @@ [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/manishjanky/ngx-select-dropdown.svg)]() | ||
## Config | ||
## Configuration | ||
@@ -79,5 +79,4 @@ ### Input | ||
* `disabled: boolean` - disabled attribute to disable the dropdown when required. | ||
* `instanceId: any` - instanceId of the dropdwon component instance. | ||
* `config: Object` - configuration object. | ||
* `instanceId: any` - instanceId of the dropdwon component instance. | ||
```` | ||
@@ -108,7 +107,7 @@ config = { | ||
### Dropdown service (Injectable) | ||
### Dropdown service | ||
* `openDropdown(instanceId:string)` - method to open a particular dropdown instance | ||
* `closeDropdown(instanceId:string)` - method to close a particular dropdown instance | ||
* `isOpen(instanceId:string)` - method to check if a particular instance dropdown is open | ||
* `openInstances: string[]` - instanceId list of all the open instances | ||
* `openInstances` - instanceId list of all the open instances | ||
@@ -212,3 +211,3 @@ ### Change detection | ||
Instance identifier | ||
Upgraded to Angular v14 | ||
Upgraded to Angular v14 development environment | ||
```` | ||
@@ -215,0 +214,0 @@ * v3.0.1 |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
302883
2702
226
Updatedtslib@^2.3.0