@ngxs/form-plugin
Advanced tools
Comparing version 3.8.2 to 18.0.0-dev.master-0108915
{ | ||
"$schema": "../../node_modules/ng-packagr/package.schema.json", | ||
"name": "@ngxs/form-plugin", | ||
"description": "form plugin for @ngxs/store", | ||
"version": "3.8.2", | ||
"sideEffects": true, | ||
"version": "18.0.0-dev.master-0108915", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@ngxs/store": "^3.8.2 || ^3.8.2-dev", | ||
"@angular/core": ">=12.0.0 <18.0.0", | ||
"@angular/forms": ">=12.0.0 <18.0.0", | ||
"@angular/core": ">=16.0.0 <19.0.0", | ||
"@angular/forms": ">=16.0.0 <19.0.0", | ||
"@ngxs/store": "^18.0.0 || ^18.0.0-dev", | ||
"rxjs": ">=6.5.5" | ||
}, | ||
"main": "bundles/ngxs-form-plugin.umd.js", | ||
"module": "fesm2015/ngxs-form-plugin.js", | ||
"es2015": "fesm2015/ngxs-form-plugin.js", | ||
"esm2015": "esm2015/ngxs-form-plugin.js", | ||
"fesm2015": "fesm2015/ngxs-form-plugin.js", | ||
"typings": "ngxs-form-plugin.d.ts", | ||
"module": "fesm2022/ngxs-form-plugin.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/ngxs-form-plugin.mjs", | ||
"esm": "./esm2022/ngxs-form-plugin.mjs", | ||
"default": "./fesm2022/ngxs-form-plugin.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.2.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -66,2 +72,2 @@ "repository": { | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
export declare class FormDirective implements OnInit, OnDestroy { | ||
export declare class NgxsFormDirective implements OnInit, OnDestroy { | ||
private _actions$; | ||
@@ -27,4 +27,4 @@ private _store; | ||
private getStateStream; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FormDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<FormDirective, "[ngxsForm]", never, { "path": "ngxsForm"; "debounce": "ngxsFormDebounce"; "clearDestroy": "ngxsFormClearOnDestroy"; }, {}, never>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxsFormDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxsFormDirective, "[ngxsForm]", never, { "path": { "alias": "ngxsForm"; "required": false; }; "debounce": { "alias": "ngxsFormDebounce"; "required": false; }; "clearDestroy": { "alias": "ngxsFormClearOnDestroy"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -1,10 +0,10 @@ | ||
import { ModuleWithProviders } from '@angular/core'; | ||
import { ModuleWithProviders, EnvironmentProviders } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./directive"; | ||
import * as i2 from "@angular/forms"; | ||
export declare class NgxsFormPluginModule { | ||
static forRoot(): ModuleWithProviders<NgxsFormPluginModule>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgxsFormPluginModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsFormPluginModule, [typeof i1.FormDirective], [typeof i2.ReactiveFormsModule], [typeof i1.FormDirective]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxsFormPluginModule, never, [typeof i1.NgxsFormDirective], [typeof i1.NgxsFormDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NgxsFormPluginModule>; | ||
} | ||
export declare function withNgxsFormPlugin(): EnvironmentProviders; |
@@ -1,2 +0,2 @@ | ||
import { NgxsNextPluginFn, NgxsPlugin } from '@ngxs/store'; | ||
import { NgxsNextPluginFn, NgxsPlugin } from '@ngxs/store/plugins'; | ||
import * as i0 from "@angular/core"; | ||
@@ -3,0 +3,0 @@ export declare class NgxsFormPlugin implements NgxsPlugin { |
@@ -1,4 +0,4 @@ | ||
export { NgxsFormPluginModule } from './form.module'; | ||
export { NgxsFormPluginModule, withNgxsFormPlugin } from './form.module'; | ||
export { NgxsFormPlugin } from './form.plugin'; | ||
export { FormDirective as ɵFormDirective } from './directive'; | ||
export { NgxsFormDirective } from './directive'; | ||
export * from './actions'; |
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
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
86348
17
833
1
1
+ Added@angular/common@18.2.10(transitive)
+ Added@angular/core@18.2.10(transitive)
+ Added@angular/forms@18.2.10(transitive)
+ Added@angular/platform-browser@18.2.10(transitive)
+ Added@ngxs/store@18.1.4(transitive)
- Removed@angular/common@17.3.12(transitive)
- Removed@angular/core@17.3.12(transitive)
- Removed@angular/forms@17.3.12(transitive)
- Removed@angular/platform-browser@17.3.12(transitive)
- Removed@ngxs/store@3.8.2(transitive)
Updatedtslib@^2.3.0