New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-mat-select

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-mat-select - npm Package Compare versions

Comparing version 14.0.3 to 14.0.4

9

component/fetch-options/ngx-mat-select-fetch-options-client-side.directive.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc