@smartsoft001/crud-shell-angular 2.119.0 → 2.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -583,7 +583,7 @@ declare class ListStandardComponent<T extends IEntity<string>> extends CrudListP
|
|
|
583
583
|
static ɵcmp: i0.ɵɵComponentDeclaration<ListStandardComponent<any>, "smart-crud-list-standard-page", never, {}, {}, never, never, true, never>;
|
|
584
584
|
}
|
|
585
585
|
|
|
586
|
-
declare const PAGES: (typeof
|
|
586
|
+
declare const PAGES: (typeof ItemComponent | typeof ListComponent | typeof ListStandardComponent | typeof ItemStandardComponent)[];
|
|
587
587
|
declare class CrudFullModule<T extends IEntity<string>> {
|
|
588
588
|
constructor(config: CrudConfig<T>, effects: CrudEffects<any>);
|
|
589
589
|
static ɵfac: i0.ɵɵFactoryDeclaration<CrudFullModule, never>;
|