Socket
Socket
Sign inDemoInstall

@ngxsmart/ngxsmart

Package Overview
Dependencies
13
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 14.0.1 to 14.0.2

16

index.d.ts
export * from "./lib/components/alert/alert.component";
export * from "./lib/components/spinner/spinner.component";
export * from "./lib/components/ngx-spinner/ngx-spinner.service";
export * from './lib/components/ngx-spinner/ngx-spinner.component';
export * from './lib/components/autocomplete/autocomplete.component';
export * from './lib/components/object-autocomplete/object-autocomplete.component';
export * from './lib/components/string-autocomplete/string-autocomplete.component';
export * from './lib/directives/ngx-print.directive';
export * from './lib/directives/prevent-multiple-clicks.directive';
export * from './lib/components/buttons/bs-link-button/bs-link-button.component';
export * from './lib/components/buttons/delete-button/delete-button.component';
export * from './lib/components/buttons/edit-button/edit-button.component';
export * from "./lib/components/ngx-spinner/ngx-spinner.component";
export * from "./lib/components/autocomplete/autocomplete.component";
export * from "./lib/directives/ngx-print.directive";
export * from "./lib/directives/prevent-multiple-clicks.directive";
export * from "./lib/components/buttons/bs-link-button/bs-link-button.component";
export * from "./lib/components/buttons/delete-button/delete-button.component";
export * from "./lib/components/buttons/edit-button/edit-button.component";
export * from './lib/components/buttons/edit-bs-button/edit-bs-button.component';

@@ -14,0 +12,0 @@ export * from './lib/components/buttons/edit-svg-icon-button/edit-svg-icon-button.component';

@@ -1,4 +0,3 @@

import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class DeleteButtonComponent implements OnInit {
export declare class DeleteButtonComponent {
/**

@@ -28,6 +27,4 @@ * Is search in progress and loading the data

icon: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DeleteButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DeleteButtonComponent, "delete-button", never, { "loading": "loading"; "type": "type"; "loadingLabel": "loadingLabel"; "label": "label"; "icon": "icon"; }, {}, never, never, true>;
}

@@ -1,4 +0,3 @@

import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SearchButtonComponent implements OnInit {
export declare class SearchButtonComponent {
/**

@@ -28,6 +27,4 @@ * Is search in progress and loading the data

label: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SearchButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SearchButtonComponent, "search-button", never, { "loading": "loading"; "disabled": "disabled"; "type": "type"; "loadingLabel": "loadingLabel"; "label": "label"; }, {}, never, never, true>;
}

@@ -1,4 +0,3 @@

import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class SuccessButtonComponent implements OnInit {
export declare class SuccessButtonComponent {
/**

@@ -32,6 +31,4 @@ * Is search in progress and loading the data

icon: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SuccessButtonComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SuccessButtonComponent, "success-button", never, { "loading": "loading"; "disabled": "disabled"; "type": "type"; "loadingLabel": "loadingLabel"; "label": "label"; "icon": "icon"; }, {}, never, never, true>;
}

@@ -1,5 +0,4 @@

import { OnInit } from '@angular/core';
import { MatDialogRef } from '@angular/material/dialog';
import * as i0 from "@angular/core";
export declare class ConfirmDialogComponent implements OnInit {
export declare class ConfirmDialogComponent {
data: ConfirmDialogData;

@@ -10,3 +9,2 @@ dialogRef: MatDialogRef<ConfirmDialogComponent>;

constructor(data: ConfirmDialogData, dialogRef: MatDialogRef<ConfirmDialogComponent>);
ngOnInit(): void;
onDismiss(): void;

@@ -13,0 +11,0 @@ onConfirm(): void;

@@ -1,3 +0,3 @@

import { BehaviorSubject, Observable } from 'rxjs';
import { NgxSpinner, Spinner } from './ngx-spinner.enum';
import { BehaviorSubject, Observable } from "rxjs";
import { NgxSpinner, Spinner } from "./ngx-spinner.enum";
import * as i0 from "@angular/core";

@@ -15,3 +15,2 @@ export declare class NgxSpinnerService {

*/
constructor();
/**

@@ -18,0 +17,0 @@ * Get subscription of desired spinner

@@ -1,5 +0,4 @@

import { OnInit } from '@angular/core';
import { ThemePalette } from '@angular/material/core';
import * as i0 from "@angular/core";
export declare class SpinnerComponent implements OnInit {
export declare class SpinnerComponent {
/**

@@ -21,6 +20,4 @@ * Use Boostrap Spinner. Default `true`

strokeWidth: number;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SpinnerComponent, "spinner,lib-spinner", never, { "bootstrapSpinner": "bootstrapSpinner"; "diameter": "diameter"; "color": "color"; "strokeWidth": "strokeWidth"; }, {}, never, never, true>;
}

@@ -1,2 +0,2 @@

import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
import { EventEmitter, OnDestroy, OnInit } from "@angular/core";
import * as i0 from "@angular/core";

@@ -8,3 +8,2 @@ export declare class PreventMultipleClicksDirective implements OnInit, OnDestroy {

private subscription;
constructor();
/**

@@ -11,0 +10,0 @@ * Intercepts click event and stops default navigation. After first click set {@link throttleTime} to 2000 to prevent duplicate clicks

@@ -1,10 +0,8 @@

import { OnInit } from '@angular/core';
import { MatIconRegistry } from '@angular/material/icon';
import { DomSanitizer } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class EditSolidSvgComponent implements OnInit {
export declare class EditSolidSvgComponent {
constructor(iconRegistry: MatIconRegistry, sanitizer: DomSanitizer);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<EditSolidSvgComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<EditSolidSvgComponent, "edit-solid-svg", never, {}, {}, never, never, true>;
}
{
"name": "@ngxsmart/ngxsmart",
"version": "14.0.1",
"version": "14.0.2",
"repository": {

@@ -31,5 +31,5 @@ "type": "git",

"rxjs": "^7.5.5",
"@angular/forms": "^14.0.0",
"@angular/animations": "^14.0.0",
"@angular/platform-browser": "^14.0.0"
"@angular/forms": "14.0.0",
"@angular/animations": "14.0.0",
"@angular/platform-browser": "14.0.0"
},

@@ -36,0 +36,0 @@ "dependencies": {

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