nextalys-angular-common
Advanced tools
Comparing version
import { ElementRef } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class AutocompleteOffDirective { | ||
private _el; | ||
constructor(_el: ElementRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AutocompleteOffDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AutocompleteOffDirective, "[autocompleteOff]", never, {}, {}, never, never, false>; | ||
} | ||
//# sourceMappingURL=autocomplete-off.directive.d.ts.map |
import { HttpHeaders, HttpClient } from '@angular/common/http'; | ||
import { NextalysHttpClient, NextalysHttpResponse } from 'nextalys-js-helpers/dist/http-client'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NextalysHttpClientAngular extends NextalysHttpClient { | ||
@@ -8,3 +9,5 @@ private httpClient; | ||
request<X, Y>(url: string, method: 'get' | 'post' | 'put' | 'delete', data?: X, jsonRequest?: boolean, headers?: any): Promise<NextalysHttpResponse<Y>>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NextalysHttpClientAngular, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<NextalysHttpClientAngular>; | ||
} | ||
//# sourceMappingURL=http-client-angular.d.ts.map |
@@ -0,3 +1,9 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./pipes/no-sanitize.pipe"; | ||
import * as i2 from "./autocomplete-off.directive"; | ||
export declare class NextalysAngularCommonModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NextalysAngularCommonModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NextalysAngularCommonModule, [typeof i1.NoSanitizePipe, typeof i2.AutocompleteOffDirective], never, [typeof i1.NoSanitizePipe, typeof i2.AutocompleteOffDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NextalysAngularCommonModule>; | ||
} | ||
//# sourceMappingURL=nextalys-angular-common.module.d.ts.map |
import { PipeTransform } from '@angular/core'; | ||
import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; | ||
import * as i0 from "@angular/core"; | ||
export declare class NoSanitizePipe implements PipeTransform { | ||
@@ -7,3 +8,5 @@ private domSanitizer; | ||
transform(html: string): SafeHtml; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NoSanitizePipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<NoSanitizePipe, "noSanitize", false>; | ||
} | ||
//# sourceMappingURL=no-sanitize.pipe.d.ts.map |
{ | ||
"name": "nextalys-angular-common", | ||
"version": "0.0.113", | ||
"version": "0.0.114", | ||
"license": "MIT", | ||
"description": "Composants pour application Angular / Ionic", | ||
"peerDependencies": { | ||
"nextalys-js-helpers": "^0.2.23" | ||
"nextalys-js-helpers": "^0.2.49" | ||
}, | ||
"main": "bundles/nextalys-angular-common.umd.js", | ||
"module": "fesm2015/nextalys-angular-common.js", | ||
"es2015": "fesm2015/nextalys-angular-common.js", | ||
"esm2015": "esm2015/nextalys-angular-common.js", | ||
"fesm2015": "fesm2015/nextalys-angular-common.js", | ||
"typings": "nextalys-angular-common.d.ts", | ||
"metadata": "nextalys-angular-common.metadata.json", | ||
"module": "fesm2015/nextalys-angular-common.mjs", | ||
"es2020": "fesm2020/nextalys-angular-common.mjs", | ||
"esm2020": "esm2020/nextalys-angular-common.mjs", | ||
"fesm2020": "fesm2020/nextalys-angular-common.mjs", | ||
"fesm2015": "fesm2015/nextalys-angular-common.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/nextalys-angular-common.mjs", | ||
"es2020": "./fesm2020/nextalys-angular-common.mjs", | ||
"es2015": "./fesm2015/nextalys-angular-common.mjs", | ||
"node": "./fesm2015/nextalys-angular-common.mjs", | ||
"default": "./fesm2020/nextalys-angular-common.mjs" | ||
} | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2
-33.33%62553
-51.71%24
-11.11%445
-44.44%1
Infinity%Updated