inet-core
Advanced tools
Comparing version 2.3.5 to 3.0.0
{ | ||
"name": "inet-core", | ||
"version": "2.3.5", | ||
"version": "3.0.0", | ||
"description": "iNet Core", | ||
@@ -20,6 +20,6 @@ "main": "./bundles/inet-core.umd.js", | ||
"dependencies": { | ||
"@angular/animations": "^14.0.0", | ||
"@angular/common": "^14.0.0", | ||
"@angular/compiler": "^14.0.0", | ||
"@angular/core": "^14.0.0", | ||
"@angular/animations": "^15.2.8", | ||
"@angular/common": "^15.2.8", | ||
"@angular/compiler": "^15.2.8", | ||
"@angular/core": "^15.2.8", | ||
"@vertx/eventbus-bridge-client.js": "1.0.0", | ||
@@ -26,0 +26,0 @@ "rxjs": "~7.5.0", |
@@ -6,7 +6,7 @@ iNet Angular Core | ||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.1. | ||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15. | ||
- TypeScript 4.7.2 | ||
- TypeScript 4.9.5 | ||
- RxJS 7.5.0 | ||
- Compatibility with Angular 14 | ||
- Compatibility with Angular 15 | ||
@@ -25,7 +25,2 @@ ## Build | ||
=== | ||
- Vy Nguyen <ntvy@inetcloud.vn> | ||
- Hanh Le <hanhld@inetcloud.vn> | ||
[npm-url]: https://npmjs.org/package/inet-core | ||
[npm-version-image]: http://img.shields.io/npm/v/inet-core.svg?style=flat | ||
[npm-downloads-image]: http://img.shields.io/npm/dm/inet-core.svg?style=flat | ||
- Vy Nguyen <ntvy@inetcloud.vn> |
@@ -25,3 +25,3 @@ /** | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AutoSizeDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoSizeDirective, "textarea[appAutoSize]", ["appAutoSize"], { "minHeight": "minHeight"; "maxHeight": "maxHeight"; }, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoSizeDirective, "textarea[appAutoSize]", ["appAutoSize"], { "minHeight": "minHeight"; "maxHeight": "maxHeight"; }, {}, never, never, false, never>; | ||
} |
@@ -12,3 +12,3 @@ import { ElementRef, OnChanges, OnInit } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; }, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; }, {}, never, never, false, never>; | ||
} |
@@ -20,3 +20,2 @@ export * from './iNet'; | ||
export * from './time-ago.pipe'; | ||
export * from './language.pipe'; | ||
export * from './user-profile.service'; | ||
@@ -23,0 +22,0 @@ export * from './accent.service'; |
@@ -10,10 +10,9 @@ import { ModuleWithProviders } from '@angular/core'; | ||
import * as i6 from "./time-ago.pipe"; | ||
import * as i7 from "./language.pipe"; | ||
import * as i8 from "@angular/common"; | ||
import * as i9 from "@angular/common/http"; | ||
import * as i7 from "@angular/common"; | ||
import * as i8 from "@angular/common/http"; | ||
export declare class CoreModule { | ||
static forRoot(config?: AppCloudConfig): ModuleWithProviders<CoreModule>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe, typeof i7.LanguagePipe], [typeof i8.CommonModule, typeof i9.HttpClientModule], [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe, typeof i7.LanguagePipe]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe], [typeof i7.CommonModule, typeof i8.HttpClientModule], [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>; | ||
} |
@@ -135,12 +135,2 @@ export declare class iNet { | ||
static getMaxSizeUpload(): number; | ||
/** | ||
* Gets the language | ||
* @returns (Object) { [k: string]: string } | ||
*/ | ||
static getLanguage(): any; | ||
/** | ||
* Gets the languages | ||
* | ||
*/ | ||
static getLanguages(): string[]; | ||
} |
@@ -21,3 +21,3 @@ import { AfterViewInit, ElementRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<InfiniteScrollerDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<InfiniteScrollerDirective, "[appInfiniteScroller]", never, { "scrollCallback": "scrollCallback"; "immediateCallback": "immediateCallback"; "scrollPercent": "scrollPercent"; "isSubmit": "isSubmit"; }, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<InfiniteScrollerDirective, "[appInfiniteScroller]", never, { "scrollCallback": "scrollCallback"; "immediateCallback": "immediateCallback"; "scrollPercent": "scrollPercent"; "isSubmit": "isSubmit"; }, {}, never, never, false, never>; | ||
} |
@@ -13,3 +13,3 @@ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<RoleAccessDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<RoleAccessDirective, "[roleAccess]", never, { "roleAccess": "roleAccess"; }, {}, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<RoleAccessDirective, "[roleAccess]", never, { "roleAccess": "roleAccess"; }, {}, never, never, false, never>; | ||
} |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
0
1475110
93
13404
24
+ Added@angular/animations@15.2.10(transitive)
+ Added@angular/common@15.2.10(transitive)
+ Added@angular/compiler@15.2.10(transitive)
+ Added@angular/core@15.2.10(transitive)
- Removed@angular/animations@14.3.0(transitive)
- Removed@angular/common@14.3.0(transitive)
- Removed@angular/compiler@14.3.0(transitive)
- Removed@angular/core@14.3.0(transitive)
Updated@angular/animations@^15.2.8
Updated@angular/common@^15.2.8
Updated@angular/compiler@^15.2.8
Updated@angular/core@^15.2.8