Comparing version 0.0.5 to 0.0.6
@@ -7,2 +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 * as i0 from "@angular/core"; | ||
@@ -12,2 +13,3 @@ export declare class SelectComponent implements ControlValueAccessor, OnInit, AfterContentInit { | ||
elementRef: ElementRef; | ||
overlay: Overlay; | ||
private readonly zone; | ||
@@ -37,5 +39,6 @@ private readonly liveAnnouncer; | ||
private _config; | ||
_scrollStrategy: any; | ||
/** Combined stream of all of the child options' change events. */ | ||
readonly optionSelectionChanges: Observable<OptionSelectionChange>; | ||
constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, zone: NgZone, liveAnnouncer: LiveAnnouncer, selectConfig: TwSelectConfigService); | ||
constructor(cdr: ChangeDetectorRef, elementRef: ElementRef, overlay: Overlay, zone: NgZone, liveAnnouncer: LiveAnnouncer, selectConfig: TwSelectConfigService); | ||
ngOnInit(): void; | ||
@@ -42,0 +45,0 @@ ngAfterContentInit(): void; |
{ | ||
"name": "ng-tw", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
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
776448
6364