ngx-ode-sijil
Advanced tools
Comparing version 4.6.0-dev-produit.0 to 4.6.0-dev-produit.2
import { ElementRef, AfterViewInit, DoCheck } from '@angular/core'; | ||
import { BundlesService } from '../services/bundles.service'; | ||
import * as i0 from "@angular/core"; | ||
export declare class S5lComponent implements AfterViewInit, DoCheck { | ||
@@ -15,2 +16,4 @@ private bundlesService; | ||
ngDoCheck(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<S5lComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<S5lComponent, "s5l", never, { "parameters": "s5l-params"; "fixedLanguage": "s5l-lang"; }, {}, never, ["*"], false>; | ||
} |
@@ -5,5 +5,12 @@ import { ModuleWithProviders, Type } from '@angular/core'; | ||
import { SijilOpts } from './services/sijil.opts'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./components/s5l.component"; | ||
import * as i2 from "./pipes/translate.pipe"; | ||
import * as i3 from "@angular/common/http"; | ||
export declare class NgxOdeSijilModule { | ||
static forRoot(require?: Type<RequireService>, parser?: Type<Parser>, options?: SijilOpts): ModuleWithProviders; | ||
static forChild(): ModuleWithProviders; | ||
static forRoot(require?: Type<RequireService>, parser?: Type<Parser>, options?: SijilOpts): ModuleWithProviders<NgxOdeSijilModule>; | ||
static forChild(): ModuleWithProviders<NgxOdeSijilModule>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxOdeSijilModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxOdeSijilModule, [typeof i1.S5lComponent, typeof i2.TranslatePipe], [typeof i3.HttpClientModule], [typeof i1.S5lComponent, typeof i2.TranslatePipe]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NgxOdeSijilModule>; | ||
} |
import { BundlesService } from '../services/bundles.service'; | ||
import { PipeTransform } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class TranslatePipe implements PipeTransform { | ||
@@ -7,2 +8,4 @@ private bundlesService; | ||
transform(key: string, parameters?: object | any[], lang?: string): string; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<TranslatePipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<TranslatePipe, "translate", false>; | ||
} |
import { RequireService } from './require.interface'; | ||
import { HttpClient } from '@angular/common/http'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -12,2 +13,4 @@ * Fetches a bundle from a target url. | ||
load(url: any): Promise<Object>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<HttpRequireService, never>; | ||
static ɵprov: i0.ɵɵInjectableDeclaration<HttpRequireService>; | ||
} |
{ | ||
"name": "ngx-ode-sijil", | ||
"version": "4.6.0-dev-produit.0", | ||
"version": "4.6.0-dev-produit.2", | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^8.2.14", | ||
"@angular/core": "^8.2.14" | ||
"@angular/common": "^14.1.1", | ||
"@angular/core": "^14.1.1" | ||
}, | ||
"main": "bundles/ngx-ode-sijil.umd.js", | ||
"module": "fesm5/ngx-ode-sijil.js", | ||
"es2015": "fesm2015/ngx-ode-sijil.js", | ||
"esm5": "esm5/ngx-ode-sijil.js", | ||
"esm2015": "esm2015/ngx-ode-sijil.js", | ||
"fesm5": "fesm5/ngx-ode-sijil.js", | ||
"fesm2015": "fesm2015/ngx-ode-sijil.js", | ||
"typings": "ngx-ode-sijil.d.ts", | ||
"metadata": "ngx-ode-sijil.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.9.0" | ||
} | ||
} | ||
"module": "fesm2015/ngx-ode-sijil.mjs", | ||
"es2020": "fesm2020/ngx-ode-sijil.mjs", | ||
"esm2020": "esm2020/ngx-ode-sijil.mjs", | ||
"fesm2020": "fesm2020/ngx-ode-sijil.mjs", | ||
"fesm2015": "fesm2015/ngx-ode-sijil.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-ode-sijil.mjs", | ||
"es2020": "./fesm2020/ngx-ode-sijil.mjs", | ||
"es2015": "./fesm2015/ngx-ode-sijil.mjs", | ||
"node": "./fesm2015/ngx-ode-sijil.mjs", | ||
"default": "./fesm2020/ngx-ode-sijil.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
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
No License Found
License(Experimental) License information could not be found.
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
4
149441
28
1
1414
1
+ Added@angular/common@14.3.0(transitive)
+ Added@angular/core@14.3.0(transitive)
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
+ Addedzone.js@0.12.0(transitive)
- Removed@angular/common@8.2.14(transitive)
- Removed@angular/core@8.2.14(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
- Removedzone.js@0.9.1(transitive)
Updatedtslib@^2.0.0