Socket
Socket
Sign inDemoInstall

ngx-ntk-smart-module

Package Overview
Dependencies
5
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.6 to 1.1.7

esm2020/lib/loader/loader-instance.mjs

3

lib/loader/ntk-smart-loader.component.d.ts
import { OnInit, OnDestroy, ChangeDetectorRef, EventEmitter } from '@angular/core';
import { NtkSmartLoaderService } from './ntk-smart-loader.service';
import * as i0 from "@angular/core";
export declare class NtkSmartLoaderComponent implements OnInit, OnDestroy {

@@ -30,2 +31,4 @@ ntkSmartLoaderService: NtkSmartLoaderService;

removeCustomClass(className?: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartLoaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NtkSmartLoaderComponent, "ntk-smart-loader", never, { "identifier": "identifier"; "customClass": "customClass"; "force": "force"; "delayIn": "delayIn"; "delayOut": "delayOut"; "autostart": "autostart"; }, { "onStart": "onStart"; "onStop": "onStop"; "onVisibleChange": "onVisibleChange"; }, never, ["*"], false, never>;
}
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./ntk-smart-loader.component";
import * as i2 from "@angular/common";
export declare class NtkSmartLoaderModule {

@@ -11,2 +14,5 @@ /**

static forChild(): ModuleWithProviders<NtkSmartLoaderModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartLoaderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NtkSmartLoaderModule, [typeof i1.NtkSmartLoaderComponent], [typeof i2.CommonModule], [typeof i1.NtkSmartLoaderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NtkSmartLoaderModule>;
}
import { LoaderInstance } from './loader-instance';
import * as i0 from "@angular/core";
export declare class NtkSmartLoaderService {

@@ -101,2 +102,4 @@ private privateloaderStack;

private _removeAction;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartLoaderService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NtkSmartLoaderService>;
}
import { ModalInstance } from './modal-instance';
import { NtkSmartModalComponent } from './ntk-smart-modal.component';
import * as i0 from "@angular/core";
export declare class NtkSmartModalStackService {

@@ -60,2 +61,4 @@ private modalStack;

removeModal(id: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartModalStackService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NtkSmartModalStackService>;
}
import { AfterViewInit, ChangeDetectorRef, Component, ComponentFactoryResolver, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList, Renderer2, Type, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NtkSmartModalComponent implements OnInit, OnDestroy, AfterViewInit {

@@ -142,2 +143,4 @@ private _renderer;

private createDynamicContent;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NtkSmartModalComponent, "ntk-smart-modal", never, { "closable": "closable"; "escapable": "escapable"; "dismissable": "dismissable"; "identifier": "identifier"; "customClass": "customClass"; "visible": "visible"; "backdrop": "backdrop"; "force": "force"; "hideDelay": "hideDelay"; "autostart": "autostart"; "target": "target"; "ariaLabel": "ariaLabel"; "ariaLabelledBy": "ariaLabelledBy"; "ariaDescribedBy": "ariaDescribedBy"; "refocus": "refocus"; }, { "visibleChange": "visibleChange"; "onClose": "onClose"; "onCloseFinished": "onCloseFinished"; "onDismiss": "onDismiss"; "onDismissFinished": "onDismissFinished"; "onAnyCloseEvent": "onAnyCloseEvent"; "onAnyCloseEventFinished": "onAnyCloseEventFinished"; "onOpen": "onOpen"; "onOpenFinished": "onOpenFinished"; "onEscape": "onEscape"; "onDataAdded": "onDataAdded"; "onDataRemoved": "onDataRemoved"; }, never, ["*"], false, never>;
}
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./ntk-smart-modal.component";
import * as i2 from "@angular/common";
export declare class NtkSmartModalModule {

@@ -11,2 +14,5 @@ /**

static forChild(): ModuleWithProviders<NtkSmartModalModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartModalModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NtkSmartModalModule, [typeof i1.NtkSmartModalComponent], [typeof i2.CommonModule], [typeof i1.NtkSmartModalComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NtkSmartModalModule>;
}

5

lib/modal/ntk-smart-modal.service.d.ts

@@ -6,3 +6,4 @@ import { ComponentFactoryResolver, ApplicationRef, Injector, TemplateRef, Type } from '@angular/core';

import { INtkSmartModalOptions } from './ntk-smart-modal.config';
export declare type Content<T> = string | TemplateRef<T> | Type<T>;
import * as i0 from "@angular/core";
export type Content<T> = string | TemplateRef<T> | Type<T>;
export declare class NtkSmartModalService {

@@ -167,2 +168,4 @@ private _componentFactoryResolver;

private _trapFocusModal;
static ɵfac: i0.ɵɵFactoryDeclaration<NtkSmartModalService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<NtkSmartModalService>;
}
{
"name": "ngx-ntk-smart-module",
"version": "1.1.6",
"version": "1.1.7",
"description": "Ntk Cms Modal ",

@@ -21,10 +21,22 @@ "author": "Alireza-Karavi",

},
"main": "bundles/ngx-ntk-smart-module.umd.js",
"module": "fesm2015/ngx-ntk-smart-module.js",
"es2015": "fesm2015/ngx-ntk-smart-module.js",
"esm2015": "esm2015/ngx-ntk-smart-module.js",
"fesm2015": "fesm2015/ngx-ntk-smart-module.js",
"typings": "ngx-ntk-smart-module.d.ts",
"metadata": "ngx-ntk-smart-module.metadata.json",
"module": "fesm2015/ngx-ntk-smart-module.mjs",
"es2020": "fesm2020/ngx-ntk-smart-module.mjs",
"esm2020": "esm2020/ngx-ntk-smart-module.mjs",
"fesm2020": "fesm2020/ngx-ntk-smart-module.mjs",
"fesm2015": "fesm2015/ngx-ntk-smart-module.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-ntk-smart-module.mjs",
"es2020": "./fesm2020/ngx-ntk-smart-module.mjs",
"es2015": "./fesm2015/ngx-ntk-smart-module.mjs",
"node": "./fesm2015/ngx-ntk-smart-module.mjs",
"default": "./fesm2020/ngx-ntk-smart-module.mjs"
}
},
"sideEffects": false
}
}
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