Comparing version 0.0.8 to 0.0.9
@@ -7,3 +7,3 @@ import { AfterContentInit, ChangeDetectorRef, ElementRef, NgZone, OnInit, QueryList } from '@angular/core'; | ||
import { TwSelectConfigService } from './select-config.service'; | ||
import { Overlay } from '@angular/cdk/overlay'; | ||
import { ConnectedPosition, Overlay } from '@angular/cdk/overlay'; | ||
import * as i0 from "@angular/core"; | ||
@@ -27,2 +27,3 @@ export declare class SelectComponent implements ControlValueAccessor, OnInit, AfterContentInit { | ||
set value(newValue: any); | ||
inputContainer: ElementRef<HTMLDivElement>; | ||
trigger: ElementRef; | ||
@@ -40,2 +41,3 @@ options: QueryList<OptionComponent>; | ||
_scrollStrategy: any; | ||
positions: ConnectedPosition[]; | ||
/** Combined stream of all of the child options' change events. */ | ||
@@ -66,3 +68,3 @@ readonly optionSelectionChanges: Observable<OptionSelectionChange>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<SelectComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "tw-select", never, { "class": "class"; "ignore": "ignore"; "panelClass": "panelClass"; "panelIgnoreClass": "panelIgnoreClass"; "placeholder": "placeholder"; "disabled": "disabled"; "id": "id"; "compareWith": "compareWith"; "value": "value"; }, {}, ["options"], ["tw-option"]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<SelectComponent, "tw-select", never, { "class": "class"; "ignore": "ignore"; "panelClass": "panelClass"; "panelIgnoreClass": "panelIgnoreClass"; "placeholder": "placeholder"; "disabled": "disabled"; "id": "id"; "compareWith": "compareWith"; "value": "value"; }, {}, ["options"], ["input", "tw-option", "*"]>; | ||
} |
{ | ||
"name": "ng-tw", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^13.1.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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
786489
6432