Socket
Socket
Sign inDemoInstall

angular-extensions

Package Overview
Dependencies
25
Maintainers
1
Versions
222
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.52 to 14.0.53

9

controls/select-control/ngx-mat-select-search.directive.d.ts

@@ -1,13 +0,16 @@

import { AfterViewInit } from "@angular/core";
import { AfterViewInit, OnChanges } from "@angular/core";
import { MatSelectSearchComponent } from "ngx-mat-select-search";
import { SimpleChanges } from "angular-extensions/core";
import * as i0 from "@angular/core";
export declare class MatSelectSearchComponentDirective implements AfterViewInit {
export declare class MatSelectSearchComponentDirective implements AfterViewInit, OnChanges {
private selectSearchComponent;
private get checkbox();
private get searchIcon();
set toggleAllCheckboxDisabled(disabled: boolean);
toggleAllCheckboxDisabled: boolean;
constructor(selectSearchComponent: MatSelectSearchComponent);
ngAfterViewInit(): void;
ngOnChanges(changes: SimpleChanges<MatSelectSearchComponentDirective>): void;
private updateCheckboxState;
static ɵfac: i0.ɵɵFactoryDeclaration<MatSelectSearchComponentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<MatSelectSearchComponentDirective, "ngx-mat-select-search", never, { "toggleAllCheckboxDisabled": "toggleAllCheckboxDisabled"; }, {}, never, never, false>;
}

@@ -7,3 +7,3 @@ import { Observable, Subject } from "rxjs";

*/
declare type FieldConstructor<TValue, TOption = TValue, TOptionGroup = any, TFormattedValue = any, TControlValue = any> = Partial<Omit<Field<TValue, TOption, TOptionGroup, TFormattedValue, TControlValue>, "control" | "element" | "options" | "onValueChange" | "onOptionsChange" | "validation" | "customOptionFilterPredicate" | "_initialStatus" | "destroy" | "setOptions" | "setFromOptions" | "updateValidation" | "visible" | "formattedValue" | "formGroup" | "optionChanges"> & {
declare type FieldConstructor<TValue, TOption = TValue, TOptionGroup = any, TFormattedValue = any, TControlValue = any> = Partial<Omit<Field<TValue, TOption, TOptionGroup, TFormattedValue, TControlValue>, "control" | "element" | "options" | "onValueChange" | "onOptionsChange" | "validation" | "customOptionFilterPredicate" | "_initialStatus" | "destroy" | "setOptions" | "setFromOptions" | "updateValidation" | "visible" | "formattedValue" | "formGroup" | "optionChanges" | "destroy$"> & {
options: TOption[] | Observable<TOption[]>;

@@ -186,2 +186,9 @@ onValueChange: (value: TValue, previous: TValue) => void;

/**
* Configures when Field should be destroyed.
* If "control" - Field is destroyed when control ngOnDestroy method called.
* If "editor" - Field is destroyed when editor destroy method called.
* @default Default value: "control"
*/
destoryWith: "control" | "editor";
/**
* Options filter predicate that is used by select-control, by default filters by option label

@@ -188,0 +195,0 @@ */

{
"name": "angular-extensions",
"version": "14.0.52",
"version": "14.0.53",
"repository": "https://github.com/nazar-kuzo/angular-extensions.git",

@@ -5,0 +5,0 @@ "author": "Nazar Kuzo",

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

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

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