Socket
Socket
Sign inDemoInstall

sdk-select

Package Overview
Dependencies
4
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.16 to 2.0.0

33

lib/sdk-select.component.d.ts
import { ElementRef, EventEmitter } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SDKSelectComponent {
/**************************************************************************
* Input/Output Parameters
**************************************************************************/
label: any;

@@ -21,17 +24,29 @@ labelPosition: string;

selectChangeEvent: EventEmitter<any>;
/**************************************************************************
* Component Variables
**************************************************************************/
dropdown: ElementRef | undefined;
showDropdown: boolean;
protected showDropdown: boolean;
private closeTimer;
private allowClose;
ngOnInit(): void;
/**************************************************************************
* Component Lifecycle Methods
**************************************************************************/
protected ngOnInit(): void;
/**************************************************************************
* Protected Methods
**************************************************************************/
protected startClose(): void;
protected stopClose(): void;
protected setDropdown(): void;
valueBuilder(option: any): any;
selectionBuilder(): any;
titleBuilder(): any;
isSelected(option: any): boolean;
selectItem(option: any): void;
clearSelections(): void;
allSelections(): void;
protected valueBuilder(option: any): any;
protected selectionBuilder(): any;
protected titleBuilder(): any;
protected isSelected(option: any): boolean;
protected selectItem(option: any): void;
protected clearSelections(): void;
protected allSelections(): void;
/**************************************************************************
* Protected Methods
**************************************************************************/
private setStyle;

@@ -38,0 +53,0 @@ static ɵfac: i0.ɵɵFactoryDeclaration<SDKSelectComponent, never>;

@@ -5,3 +5,3 @@ {

"homepage": "https://www.soodohkohd.com?w=packages&v=sdk-select",
"version": "1.0.16",
"version": "2.0.0",
"license": "MIT",

@@ -13,2 +13,3 @@ "keywords": [

"dropdown",
"multi-select",
"SDK",

@@ -15,0 +16,0 @@ "soodohkohd",

@@ -1,2 +0,2 @@

export * from './lib/sdk-select.component';
export * from './lib/sdk-select.module';
export { SDKSelectModule } from './lib/sdk-select.module';
export { SDKSelectComponent } from './lib/sdk-select.component';
<img src="https://www.soodohkohd.com/assets/images/logo.png" title="soo-doh-kohd" height="200"/>
## Description:
Simple to use (Angular) select option.
The sdk-select component is a versatile dropdown element that includes single and multi-select capabilities.
**NOTE: This package leverages the [sdk-core-library](https://www.npmjs.com/package/sdk-core-library) for core configurations (i.e., colors, icons, etc.).**
## INSTALLATION:

@@ -27,9 +29,3 @@ Using NPM:

## USAGE:
```html
<sdk-select></sdk-select>
```
List of properties:
## PROPERTIES:
```typescript

@@ -66,4 +62,3 @@ // Inputs:

### Examples
## USAGE:
```typescript

@@ -70,0 +65,0 @@ textArrayValues = [1, 2, 3, 4, 5, 6, 7, 8, 9, 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

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