ngx-mat-select
Advanced tools
Comparing version 14.0.3 to 14.0.4
@@ -1,12 +0,10 @@ | ||
import { ChangeDetectorRef } from '@angular/core'; | ||
import { ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core'; | ||
import { NgxMatSelectFetchOptionsDirective } from './ngx-mat-select-fetch-options'; | ||
import { NgxMatSelectComponent } from '../../select'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NgxMatSelectFetchOptionsClientSideDirective extends NgxMatSelectFetchOptionsDirective { | ||
export declare class NgxMatSelectFetchOptionsClientSideDirective extends NgxMatSelectFetchOptionsDirective implements OnChanges { | ||
/** | ||
* the options that we want to pick up an item or items from them | ||
*/ | ||
get options(): unknown[] | null | undefined; | ||
set options(options: unknown[] | undefined | null); | ||
protected _options: unknown[]; | ||
options: unknown[] | null | undefined; | ||
/** | ||
@@ -37,4 +35,5 @@ * if true the loading indicator appears in the panel, | ||
protected syncValueAndOptions: () => void; | ||
ngOnChanges(changes: SimpleChanges): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatSelectFetchOptionsClientSideDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxMatSelectFetchOptionsClientSideDirective, "ngx-mat-select[clientSide]:not(ngx-mat-select[serverSide])", ["ngxMatSelectClientSide"], { "options": "options"; "loading": "loading"; "searchComparison": "searchComparison"; }, {}, never, never, false>; | ||
} |
{ | ||
"name": "ngx-mat-select", | ||
"version": "14.0.3", | ||
"version": "14.0.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "Alireze Sohrabi, Tehran IRAN", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
951354
0
7737